@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25
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.
- package/CHANGELOG.md +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +1255 -1257
- package/dist/vuetify-labs.d.ts +12304 -12192
- package/dist/vuetify-labs.esm.js +118 -68
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +118 -68
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1293 -1295
- package/dist/vuetify.d.ts +10496 -10404
- package/dist/vuetify.esm.js +110 -64
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +110 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1080
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +396 -396
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10657 -10566
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +9 -4
@@ -92,22 +92,22 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
92
92
|
|
93
93
|
declare const VTooltip: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
|
-
style: vue.StyleValue;
|
96
|
-
disabled: boolean;
|
97
95
|
offset: NonNullable<string | number | number[] | undefined>;
|
96
|
+
location: NonNullable<Anchor>;
|
97
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
98
|
+
minWidth: NonNullable<string | number>;
|
98
99
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
99
100
|
component?: vue.Component | undefined;
|
100
101
|
})>;
|
101
102
|
zIndex: string | number;
|
103
|
+
style: vue.StyleValue;
|
102
104
|
eager: boolean;
|
105
|
+
disabled: boolean;
|
103
106
|
modelValue: boolean;
|
104
|
-
|
105
|
-
minWidth: NonNullable<string | number>;
|
106
|
-
location: NonNullable<Anchor>;
|
107
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
107
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
108
108
|
updateLocation: (e?: Event | undefined) => void;
|
109
|
-
} | undefined)
|
110
|
-
scrollStrategy: NonNullable<"
|
109
|
+
} | undefined)>;
|
110
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
111
111
|
activatorProps: Record<string, any>;
|
112
112
|
openOnClick: boolean;
|
113
113
|
openOnHover: boolean;
|
@@ -117,19 +117,19 @@ declare const VTooltip: {
|
|
117
117
|
noClickAnimation: boolean;
|
118
118
|
scrim: NonNullable<string | boolean>;
|
119
119
|
} & {
|
120
|
-
class?: any;
|
121
120
|
id?: string | undefined;
|
122
|
-
text?: string | undefined;
|
123
|
-
width?: string | number | undefined;
|
124
121
|
height?: string | number | undefined;
|
125
|
-
|
126
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
127
|
-
contentClass?: any;
|
128
|
-
opacity?: string | number | undefined;
|
122
|
+
width?: string | number | undefined;
|
129
123
|
maxHeight?: string | number | undefined;
|
130
124
|
maxWidth?: string | number | undefined;
|
131
125
|
minHeight?: string | number | undefined;
|
132
|
-
|
126
|
+
opacity?: string | number | undefined;
|
127
|
+
text?: string | undefined;
|
128
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
129
|
+
class?: any;
|
130
|
+
theme?: string | undefined;
|
131
|
+
contentClass?: any;
|
132
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
133
133
|
closeDelay?: string | number | undefined;
|
134
134
|
openDelay?: string | number | undefined;
|
135
135
|
openOnFocus?: boolean | undefined;
|
@@ -173,21 +173,21 @@ declare const VTooltip: {
|
|
173
173
|
$: vue.ComponentInternalInstance;
|
174
174
|
$data: {};
|
175
175
|
$props: Partial<{
|
176
|
-
style: vue.StyleValue;
|
177
|
-
disabled: boolean;
|
178
176
|
absolute: boolean;
|
177
|
+
location: Anchor;
|
178
|
+
origin: "auto" | Anchor | "overlap";
|
179
179
|
transition: string | boolean | (vue.TransitionProps & {
|
180
180
|
component?: vue.Component | undefined;
|
181
181
|
});
|
182
182
|
zIndex: string | number;
|
183
|
+
style: vue.StyleValue;
|
183
184
|
eager: boolean;
|
185
|
+
disabled: boolean;
|
184
186
|
modelValue: boolean;
|
185
|
-
|
186
|
-
location: Anchor;
|
187
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
187
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
188
188
|
updateLocation: (e?: Event | undefined) => void;
|
189
|
-
} | undefined)
|
190
|
-
scrollStrategy: "
|
189
|
+
} | undefined);
|
190
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
191
191
|
activatorProps: Record<string, any>;
|
192
192
|
openOnClick: boolean;
|
193
193
|
openOnHover: boolean;
|
@@ -200,21 +200,21 @@ declare const VTooltip: {
|
|
200
200
|
scrim: string | boolean;
|
201
201
|
_disableGlobalStack: boolean;
|
202
202
|
}> & Omit<{
|
203
|
-
style: vue.StyleValue;
|
204
|
-
disabled: boolean;
|
205
203
|
absolute: boolean;
|
204
|
+
location: Anchor;
|
205
|
+
origin: "auto" | Anchor | "overlap";
|
206
206
|
transition: string | boolean | (vue.TransitionProps & {
|
207
207
|
component?: vue.Component | undefined;
|
208
208
|
});
|
209
209
|
zIndex: string | number;
|
210
|
+
style: vue.StyleValue;
|
210
211
|
eager: boolean;
|
212
|
+
disabled: boolean;
|
211
213
|
modelValue: boolean;
|
212
|
-
|
213
|
-
location: Anchor;
|
214
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
214
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
215
215
|
updateLocation: (e?: Event | undefined) => void;
|
216
|
-
} | undefined)
|
217
|
-
scrollStrategy: "
|
216
|
+
} | undefined);
|
217
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
218
218
|
activatorProps: Record<string, any>;
|
219
219
|
openOnHover: boolean;
|
220
220
|
closeOnContentClick: boolean;
|
@@ -224,19 +224,19 @@ declare const VTooltip: {
|
|
224
224
|
persistent: boolean;
|
225
225
|
scrim: string | boolean;
|
226
226
|
_disableGlobalStack: boolean;
|
227
|
-
class?: any;
|
228
|
-
width?: string | number | undefined;
|
229
|
-
height?: string | number | undefined;
|
230
|
-
theme?: string | undefined;
|
231
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
232
227
|
offset?: string | number | number[] | undefined;
|
233
|
-
|
234
|
-
|
228
|
+
height?: string | number | undefined;
|
229
|
+
width?: string | number | undefined;
|
235
230
|
maxHeight?: string | number | undefined;
|
236
231
|
maxWidth?: string | number | undefined;
|
237
232
|
minHeight?: string | number | undefined;
|
238
233
|
minWidth?: string | number | undefined;
|
239
|
-
|
234
|
+
opacity?: string | number | undefined;
|
235
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
236
|
+
class?: any;
|
237
|
+
theme?: string | undefined;
|
238
|
+
contentClass?: any;
|
239
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
240
240
|
closeDelay?: string | number | undefined;
|
241
241
|
openDelay?: string | number | undefined;
|
242
242
|
openOnClick?: boolean | undefined;
|
@@ -273,26 +273,26 @@ declare const VTooltip: {
|
|
273
273
|
props: Record<string, any>;
|
274
274
|
targetRef: TemplateRef;
|
275
275
|
}) => vue.VNodeChild) | undefined;
|
276
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
277
276
|
onAfterEnter?: (() => any) | undefined;
|
278
277
|
onAfterLeave?: (() => any) | undefined;
|
278
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
279
279
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
280
280
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
281
|
-
style: vue.StyleValue;
|
282
|
-
disabled: boolean;
|
283
281
|
absolute: boolean;
|
282
|
+
location: Anchor;
|
283
|
+
origin: "auto" | Anchor | "overlap";
|
284
284
|
transition: string | boolean | (vue.TransitionProps & {
|
285
285
|
component?: vue.Component | undefined;
|
286
286
|
});
|
287
287
|
zIndex: string | number;
|
288
|
+
style: vue.StyleValue;
|
288
289
|
eager: boolean;
|
290
|
+
disabled: boolean;
|
289
291
|
modelValue: boolean;
|
290
|
-
|
291
|
-
location: Anchor;
|
292
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
292
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
293
293
|
updateLocation: (e?: Event | undefined) => void;
|
294
|
-
} | undefined)
|
295
|
-
scrollStrategy: "
|
294
|
+
} | undefined);
|
295
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
296
296
|
activatorProps: Record<string, any>;
|
297
297
|
openOnHover: boolean;
|
298
298
|
closeOnContentClick: boolean;
|
@@ -303,19 +303,19 @@ declare const VTooltip: {
|
|
303
303
|
scrim: string | boolean;
|
304
304
|
_disableGlobalStack: boolean;
|
305
305
|
} & {
|
306
|
-
class?: any;
|
307
|
-
width?: string | number | undefined;
|
308
|
-
height?: string | number | undefined;
|
309
|
-
theme?: string | undefined;
|
310
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
311
306
|
offset?: string | number | number[] | undefined;
|
312
|
-
|
313
|
-
|
307
|
+
height?: string | number | undefined;
|
308
|
+
width?: string | number | undefined;
|
314
309
|
maxHeight?: string | number | undefined;
|
315
310
|
maxWidth?: string | number | undefined;
|
316
311
|
minHeight?: string | number | undefined;
|
317
312
|
minWidth?: string | number | undefined;
|
318
|
-
|
313
|
+
opacity?: string | number | undefined;
|
314
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
315
|
+
class?: any;
|
316
|
+
theme?: string | undefined;
|
317
|
+
contentClass?: any;
|
318
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
319
319
|
closeDelay?: string | number | undefined;
|
320
320
|
openDelay?: string | number | undefined;
|
321
321
|
openOnClick?: boolean | undefined;
|
@@ -355,11 +355,11 @@ declare const VTooltip: {
|
|
355
355
|
targetRef: TemplateRef;
|
356
356
|
}) => vue.VNodeChild) | undefined;
|
357
357
|
} & {
|
358
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
359
358
|
onAfterEnter?: (() => any) | undefined;
|
360
359
|
onAfterLeave?: (() => any) | undefined;
|
360
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
361
361
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
362
|
-
}, "
|
362
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
363
363
|
$attrs: {
|
364
364
|
[x: string]: unknown;
|
365
365
|
};
|
@@ -385,21 +385,21 @@ declare const VTooltip: {
|
|
385
385
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
386
386
|
$el: any;
|
387
387
|
$options: vue.ComponentOptionsBase<{
|
388
|
-
style: vue.StyleValue;
|
389
|
-
disabled: boolean;
|
390
388
|
absolute: boolean;
|
389
|
+
location: Anchor;
|
390
|
+
origin: "auto" | Anchor | "overlap";
|
391
391
|
transition: string | boolean | (vue.TransitionProps & {
|
392
392
|
component?: vue.Component | undefined;
|
393
393
|
});
|
394
394
|
zIndex: string | number;
|
395
|
+
style: vue.StyleValue;
|
395
396
|
eager: boolean;
|
397
|
+
disabled: boolean;
|
396
398
|
modelValue: boolean;
|
397
|
-
|
398
|
-
location: Anchor;
|
399
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
399
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
400
400
|
updateLocation: (e?: Event | undefined) => void;
|
401
|
-
} | undefined)
|
402
|
-
scrollStrategy: "
|
401
|
+
} | undefined);
|
402
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
403
403
|
activatorProps: Record<string, any>;
|
404
404
|
openOnHover: boolean;
|
405
405
|
closeOnContentClick: boolean;
|
@@ -410,19 +410,19 @@ declare const VTooltip: {
|
|
410
410
|
scrim: string | boolean;
|
411
411
|
_disableGlobalStack: boolean;
|
412
412
|
} & {
|
413
|
-
class?: any;
|
414
|
-
width?: string | number | undefined;
|
415
|
-
height?: string | number | undefined;
|
416
|
-
theme?: string | undefined;
|
417
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
418
413
|
offset?: string | number | number[] | undefined;
|
419
|
-
|
420
|
-
|
414
|
+
height?: string | number | undefined;
|
415
|
+
width?: string | number | undefined;
|
421
416
|
maxHeight?: string | number | undefined;
|
422
417
|
maxWidth?: string | number | undefined;
|
423
418
|
minHeight?: string | number | undefined;
|
424
419
|
minWidth?: string | number | undefined;
|
425
|
-
|
420
|
+
opacity?: string | number | undefined;
|
421
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
422
|
+
class?: any;
|
423
|
+
theme?: string | undefined;
|
424
|
+
contentClass?: any;
|
425
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
426
426
|
closeDelay?: string | number | undefined;
|
427
427
|
openDelay?: string | number | undefined;
|
428
428
|
openOnClick?: boolean | undefined;
|
@@ -462,9 +462,9 @@ declare const VTooltip: {
|
|
462
462
|
targetRef: TemplateRef;
|
463
463
|
}) => vue.VNodeChild) | undefined;
|
464
464
|
} & {
|
465
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
466
465
|
onAfterEnter?: (() => any) | undefined;
|
467
466
|
onAfterLeave?: (() => any) | undefined;
|
467
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
468
468
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
469
469
|
}, {
|
470
470
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -481,21 +481,21 @@ declare const VTooltip: {
|
|
481
481
|
afterEnter: () => true;
|
482
482
|
afterLeave: () => true;
|
483
483
|
}, string, {
|
484
|
-
style: vue.StyleValue;
|
485
|
-
disabled: boolean;
|
486
484
|
absolute: boolean;
|
485
|
+
location: Anchor;
|
486
|
+
origin: "auto" | Anchor | "overlap";
|
487
487
|
transition: string | boolean | (vue.TransitionProps & {
|
488
488
|
component?: vue.Component | undefined;
|
489
489
|
});
|
490
490
|
zIndex: string | number;
|
491
|
+
style: vue.StyleValue;
|
491
492
|
eager: boolean;
|
493
|
+
disabled: boolean;
|
492
494
|
modelValue: boolean;
|
493
|
-
|
494
|
-
location: Anchor;
|
495
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
495
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
496
496
|
updateLocation: (e?: Event | undefined) => void;
|
497
|
-
} | undefined)
|
498
|
-
scrollStrategy: "
|
497
|
+
} | undefined);
|
498
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
499
499
|
activatorProps: Record<string, any>;
|
500
500
|
openOnClick: boolean;
|
501
501
|
openOnHover: boolean;
|
@@ -541,21 +541,21 @@ declare const VTooltip: {
|
|
541
541
|
$nextTick: typeof vue.nextTick;
|
542
542
|
$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;
|
543
543
|
} & Omit<{
|
544
|
-
style: vue.StyleValue;
|
545
|
-
disabled: boolean;
|
546
544
|
absolute: boolean;
|
545
|
+
location: Anchor;
|
546
|
+
origin: "auto" | Anchor | "overlap";
|
547
547
|
transition: string | boolean | (vue.TransitionProps & {
|
548
548
|
component?: vue.Component | undefined;
|
549
549
|
});
|
550
550
|
zIndex: string | number;
|
551
|
+
style: vue.StyleValue;
|
551
552
|
eager: boolean;
|
553
|
+
disabled: boolean;
|
552
554
|
modelValue: boolean;
|
553
|
-
|
554
|
-
location: Anchor;
|
555
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
555
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
556
556
|
updateLocation: (e?: Event | undefined) => void;
|
557
|
-
} | undefined)
|
558
|
-
scrollStrategy: "
|
557
|
+
} | undefined);
|
558
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
559
559
|
activatorProps: Record<string, any>;
|
560
560
|
openOnHover: boolean;
|
561
561
|
closeOnContentClick: boolean;
|
@@ -566,19 +566,19 @@ declare const VTooltip: {
|
|
566
566
|
scrim: string | boolean;
|
567
567
|
_disableGlobalStack: boolean;
|
568
568
|
} & {
|
569
|
-
class?: any;
|
570
|
-
width?: string | number | undefined;
|
571
|
-
height?: string | number | undefined;
|
572
|
-
theme?: string | undefined;
|
573
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
574
569
|
offset?: string | number | number[] | undefined;
|
575
|
-
|
576
|
-
|
570
|
+
height?: string | number | undefined;
|
571
|
+
width?: string | number | undefined;
|
577
572
|
maxHeight?: string | number | undefined;
|
578
573
|
maxWidth?: string | number | undefined;
|
579
574
|
minHeight?: string | number | undefined;
|
580
575
|
minWidth?: string | number | undefined;
|
581
|
-
|
576
|
+
opacity?: string | number | undefined;
|
577
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
578
|
+
class?: any;
|
579
|
+
theme?: string | undefined;
|
580
|
+
contentClass?: any;
|
581
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
582
582
|
closeDelay?: string | number | undefined;
|
583
583
|
openDelay?: string | number | undefined;
|
584
584
|
openOnClick?: boolean | undefined;
|
@@ -618,9 +618,9 @@ declare const VTooltip: {
|
|
618
618
|
targetRef: TemplateRef;
|
619
619
|
}) => vue.VNodeChild) | undefined;
|
620
620
|
} & {
|
621
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
622
621
|
onAfterEnter?: (() => any) | undefined;
|
623
622
|
onAfterLeave?: (() => any) | undefined;
|
623
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
624
624
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
625
625
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
626
626
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -631,25 +631,25 @@ declare const VTooltip: {
|
|
631
631
|
globalTop: Readonly<vue.Ref<boolean>>;
|
632
632
|
localTop: vue.ComputedRef<boolean>;
|
633
633
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
634
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
634
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
635
635
|
'update:modelValue': (value: boolean) => boolean;
|
636
636
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
637
|
-
style: vue.StyleValue;
|
638
|
-
disabled: boolean;
|
639
637
|
offset: NonNullable<string | number | number[] | undefined>;
|
638
|
+
location: NonNullable<Anchor>;
|
639
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
640
|
+
minWidth: NonNullable<string | number>;
|
640
641
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
641
642
|
component?: vue.Component | undefined;
|
642
643
|
})>;
|
643
644
|
zIndex: string | number;
|
645
|
+
style: vue.StyleValue;
|
644
646
|
eager: boolean;
|
647
|
+
disabled: boolean;
|
645
648
|
modelValue: boolean;
|
646
|
-
|
647
|
-
minWidth: NonNullable<string | number>;
|
648
|
-
location: NonNullable<Anchor>;
|
649
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
649
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
650
650
|
updateLocation: (e?: Event | undefined) => void;
|
651
|
-
} | undefined)
|
652
|
-
scrollStrategy: NonNullable<"
|
651
|
+
} | undefined)>;
|
652
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
653
653
|
activatorProps: Record<string, any>;
|
654
654
|
openOnClick: boolean;
|
655
655
|
openOnHover: boolean;
|
@@ -659,19 +659,19 @@ declare const VTooltip: {
|
|
659
659
|
noClickAnimation: boolean;
|
660
660
|
scrim: NonNullable<string | boolean>;
|
661
661
|
} & {
|
662
|
-
class?: any;
|
663
662
|
id?: string | undefined;
|
664
|
-
text?: string | undefined;
|
665
|
-
width?: string | number | undefined;
|
666
663
|
height?: string | number | undefined;
|
667
|
-
|
668
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
669
|
-
contentClass?: any;
|
670
|
-
opacity?: string | number | undefined;
|
664
|
+
width?: string | number | undefined;
|
671
665
|
maxHeight?: string | number | undefined;
|
672
666
|
maxWidth?: string | number | undefined;
|
673
667
|
minHeight?: string | number | undefined;
|
674
|
-
|
668
|
+
opacity?: string | number | undefined;
|
669
|
+
text?: string | undefined;
|
670
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
671
|
+
class?: any;
|
672
|
+
theme?: string | undefined;
|
673
|
+
contentClass?: any;
|
674
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
675
675
|
closeDelay?: string | number | undefined;
|
676
676
|
openDelay?: string | number | undefined;
|
677
677
|
openOnFocus?: boolean | undefined;
|
@@ -712,22 +712,22 @@ declare const VTooltip: {
|
|
712
712
|
} & {
|
713
713
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
714
714
|
}, {
|
715
|
-
style: vue.StyleValue;
|
716
|
-
disabled: boolean;
|
717
715
|
offset: NonNullable<string | number | number[] | undefined>;
|
716
|
+
location: NonNullable<Anchor>;
|
717
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
718
|
+
minWidth: NonNullable<string | number>;
|
718
719
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
719
720
|
component?: vue.Component | undefined;
|
720
721
|
})>;
|
721
722
|
zIndex: string | number;
|
723
|
+
style: vue.StyleValue;
|
722
724
|
eager: boolean;
|
725
|
+
disabled: boolean;
|
723
726
|
modelValue: boolean;
|
724
|
-
|
725
|
-
minWidth: NonNullable<string | number>;
|
726
|
-
location: NonNullable<Anchor>;
|
727
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
727
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
728
728
|
updateLocation: (e?: Event | undefined) => void;
|
729
|
-
} | undefined)
|
730
|
-
scrollStrategy: NonNullable<"
|
729
|
+
} | undefined)>;
|
730
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
731
731
|
activatorProps: Record<string, any>;
|
732
732
|
openOnClick: boolean;
|
733
733
|
openOnHover: boolean;
|
@@ -758,22 +758,22 @@ declare const VTooltip: {
|
|
758
758
|
M: {};
|
759
759
|
Defaults: {};
|
760
760
|
}, {
|
761
|
-
style: vue.StyleValue;
|
762
|
-
disabled: boolean;
|
763
761
|
offset: NonNullable<string | number | number[] | undefined>;
|
762
|
+
location: NonNullable<Anchor>;
|
763
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
764
|
+
minWidth: NonNullable<string | number>;
|
764
765
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
765
766
|
component?: vue.Component | undefined;
|
766
767
|
})>;
|
767
768
|
zIndex: string | number;
|
769
|
+
style: vue.StyleValue;
|
768
770
|
eager: boolean;
|
771
|
+
disabled: boolean;
|
769
772
|
modelValue: boolean;
|
770
|
-
|
771
|
-
minWidth: NonNullable<string | number>;
|
772
|
-
location: NonNullable<Anchor>;
|
773
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
773
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
774
774
|
updateLocation: (e?: Event | undefined) => void;
|
775
|
-
} | undefined)
|
776
|
-
scrollStrategy: NonNullable<"
|
775
|
+
} | undefined)>;
|
776
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
777
777
|
activatorProps: Record<string, any>;
|
778
778
|
openOnClick: boolean;
|
779
779
|
openOnHover: boolean;
|
@@ -783,19 +783,19 @@ declare const VTooltip: {
|
|
783
783
|
noClickAnimation: boolean;
|
784
784
|
scrim: NonNullable<string | boolean>;
|
785
785
|
} & {
|
786
|
-
class?: any;
|
787
786
|
id?: string | undefined;
|
788
|
-
text?: string | undefined;
|
789
|
-
width?: string | number | undefined;
|
790
787
|
height?: string | number | undefined;
|
791
|
-
|
792
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
793
|
-
contentClass?: any;
|
794
|
-
opacity?: string | number | undefined;
|
788
|
+
width?: string | number | undefined;
|
795
789
|
maxHeight?: string | number | undefined;
|
796
790
|
maxWidth?: string | number | undefined;
|
797
791
|
minHeight?: string | number | undefined;
|
798
|
-
|
792
|
+
opacity?: string | number | undefined;
|
793
|
+
text?: string | undefined;
|
794
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
795
|
+
class?: any;
|
796
|
+
theme?: string | undefined;
|
797
|
+
contentClass?: any;
|
798
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
799
799
|
closeDelay?: string | number | undefined;
|
800
800
|
openDelay?: string | number | undefined;
|
801
801
|
openOnFocus?: boolean | undefined;
|
@@ -839,21 +839,21 @@ declare const VTooltip: {
|
|
839
839
|
$: vue.ComponentInternalInstance;
|
840
840
|
$data: {};
|
841
841
|
$props: Partial<{
|
842
|
-
style: vue.StyleValue;
|
843
|
-
disabled: boolean;
|
844
842
|
absolute: boolean;
|
843
|
+
location: Anchor;
|
844
|
+
origin: "auto" | Anchor | "overlap";
|
845
845
|
transition: string | boolean | (vue.TransitionProps & {
|
846
846
|
component?: vue.Component | undefined;
|
847
847
|
});
|
848
848
|
zIndex: string | number;
|
849
|
+
style: vue.StyleValue;
|
849
850
|
eager: boolean;
|
851
|
+
disabled: boolean;
|
850
852
|
modelValue: boolean;
|
851
|
-
|
852
|
-
location: Anchor;
|
853
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
853
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
854
854
|
updateLocation: (e?: Event | undefined) => void;
|
855
|
-
} | undefined)
|
856
|
-
scrollStrategy: "
|
855
|
+
} | undefined);
|
856
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
857
857
|
activatorProps: Record<string, any>;
|
858
858
|
openOnClick: boolean;
|
859
859
|
openOnHover: boolean;
|
@@ -866,21 +866,21 @@ declare const VTooltip: {
|
|
866
866
|
scrim: string | boolean;
|
867
867
|
_disableGlobalStack: boolean;
|
868
868
|
}> & Omit<{
|
869
|
-
style: vue.StyleValue;
|
870
|
-
disabled: boolean;
|
871
869
|
absolute: boolean;
|
870
|
+
location: Anchor;
|
871
|
+
origin: "auto" | Anchor | "overlap";
|
872
872
|
transition: string | boolean | (vue.TransitionProps & {
|
873
873
|
component?: vue.Component | undefined;
|
874
874
|
});
|
875
875
|
zIndex: string | number;
|
876
|
+
style: vue.StyleValue;
|
876
877
|
eager: boolean;
|
878
|
+
disabled: boolean;
|
877
879
|
modelValue: boolean;
|
878
|
-
|
879
|
-
location: Anchor;
|
880
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
880
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
881
881
|
updateLocation: (e?: Event | undefined) => void;
|
882
|
-
} | undefined)
|
883
|
-
scrollStrategy: "
|
882
|
+
} | undefined);
|
883
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
884
884
|
activatorProps: Record<string, any>;
|
885
885
|
openOnHover: boolean;
|
886
886
|
closeOnContentClick: boolean;
|
@@ -890,19 +890,19 @@ declare const VTooltip: {
|
|
890
890
|
persistent: boolean;
|
891
891
|
scrim: string | boolean;
|
892
892
|
_disableGlobalStack: boolean;
|
893
|
-
class?: any;
|
894
|
-
width?: string | number | undefined;
|
895
|
-
height?: string | number | undefined;
|
896
|
-
theme?: string | undefined;
|
897
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
898
893
|
offset?: string | number | number[] | undefined;
|
899
|
-
|
900
|
-
|
894
|
+
height?: string | number | undefined;
|
895
|
+
width?: string | number | undefined;
|
901
896
|
maxHeight?: string | number | undefined;
|
902
897
|
maxWidth?: string | number | undefined;
|
903
898
|
minHeight?: string | number | undefined;
|
904
899
|
minWidth?: string | number | undefined;
|
905
|
-
|
900
|
+
opacity?: string | number | undefined;
|
901
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
902
|
+
class?: any;
|
903
|
+
theme?: string | undefined;
|
904
|
+
contentClass?: any;
|
905
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
906
906
|
closeDelay?: string | number | undefined;
|
907
907
|
openDelay?: string | number | undefined;
|
908
908
|
openOnClick?: boolean | undefined;
|
@@ -939,26 +939,26 @@ declare const VTooltip: {
|
|
939
939
|
props: Record<string, any>;
|
940
940
|
targetRef: TemplateRef;
|
941
941
|
}) => vue.VNodeChild) | undefined;
|
942
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
943
942
|
onAfterEnter?: (() => any) | undefined;
|
944
943
|
onAfterLeave?: (() => any) | undefined;
|
944
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
945
945
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
946
946
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
947
|
-
style: vue.StyleValue;
|
948
|
-
disabled: boolean;
|
949
947
|
absolute: boolean;
|
948
|
+
location: Anchor;
|
949
|
+
origin: "auto" | Anchor | "overlap";
|
950
950
|
transition: string | boolean | (vue.TransitionProps & {
|
951
951
|
component?: vue.Component | undefined;
|
952
952
|
});
|
953
953
|
zIndex: string | number;
|
954
|
+
style: vue.StyleValue;
|
954
955
|
eager: boolean;
|
956
|
+
disabled: boolean;
|
955
957
|
modelValue: boolean;
|
956
|
-
|
957
|
-
location: Anchor;
|
958
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
958
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
959
959
|
updateLocation: (e?: Event | undefined) => void;
|
960
|
-
} | undefined)
|
961
|
-
scrollStrategy: "
|
960
|
+
} | undefined);
|
961
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
962
962
|
activatorProps: Record<string, any>;
|
963
963
|
openOnHover: boolean;
|
964
964
|
closeOnContentClick: boolean;
|
@@ -969,19 +969,19 @@ declare const VTooltip: {
|
|
969
969
|
scrim: string | boolean;
|
970
970
|
_disableGlobalStack: boolean;
|
971
971
|
} & {
|
972
|
-
class?: any;
|
973
|
-
width?: string | number | undefined;
|
974
|
-
height?: string | number | undefined;
|
975
|
-
theme?: string | undefined;
|
976
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
977
972
|
offset?: string | number | number[] | undefined;
|
978
|
-
|
979
|
-
|
973
|
+
height?: string | number | undefined;
|
974
|
+
width?: string | number | undefined;
|
980
975
|
maxHeight?: string | number | undefined;
|
981
976
|
maxWidth?: string | number | undefined;
|
982
977
|
minHeight?: string | number | undefined;
|
983
978
|
minWidth?: string | number | undefined;
|
984
|
-
|
979
|
+
opacity?: string | number | undefined;
|
980
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
981
|
+
class?: any;
|
982
|
+
theme?: string | undefined;
|
983
|
+
contentClass?: any;
|
984
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
985
985
|
closeDelay?: string | number | undefined;
|
986
986
|
openDelay?: string | number | undefined;
|
987
987
|
openOnClick?: boolean | undefined;
|
@@ -1021,11 +1021,11 @@ declare const VTooltip: {
|
|
1021
1021
|
targetRef: TemplateRef;
|
1022
1022
|
}) => vue.VNodeChild) | undefined;
|
1023
1023
|
} & {
|
1024
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1025
1024
|
onAfterEnter?: (() => any) | undefined;
|
1026
1025
|
onAfterLeave?: (() => any) | undefined;
|
1026
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1027
1027
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1028
|
-
}, "
|
1028
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1029
1029
|
$attrs: {
|
1030
1030
|
[x: string]: unknown;
|
1031
1031
|
};
|
@@ -1051,21 +1051,21 @@ declare const VTooltip: {
|
|
1051
1051
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1052
1052
|
$el: any;
|
1053
1053
|
$options: vue.ComponentOptionsBase<{
|
1054
|
-
style: vue.StyleValue;
|
1055
|
-
disabled: boolean;
|
1056
1054
|
absolute: boolean;
|
1055
|
+
location: Anchor;
|
1056
|
+
origin: "auto" | Anchor | "overlap";
|
1057
1057
|
transition: string | boolean | (vue.TransitionProps & {
|
1058
1058
|
component?: vue.Component | undefined;
|
1059
1059
|
});
|
1060
1060
|
zIndex: string | number;
|
1061
|
+
style: vue.StyleValue;
|
1061
1062
|
eager: boolean;
|
1063
|
+
disabled: boolean;
|
1062
1064
|
modelValue: boolean;
|
1063
|
-
|
1064
|
-
location: Anchor;
|
1065
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1065
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1066
1066
|
updateLocation: (e?: Event | undefined) => void;
|
1067
|
-
} | undefined)
|
1068
|
-
scrollStrategy: "
|
1067
|
+
} | undefined);
|
1068
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1069
1069
|
activatorProps: Record<string, any>;
|
1070
1070
|
openOnHover: boolean;
|
1071
1071
|
closeOnContentClick: boolean;
|
@@ -1076,19 +1076,19 @@ declare const VTooltip: {
|
|
1076
1076
|
scrim: string | boolean;
|
1077
1077
|
_disableGlobalStack: boolean;
|
1078
1078
|
} & {
|
1079
|
-
class?: any;
|
1080
|
-
width?: string | number | undefined;
|
1081
|
-
height?: string | number | undefined;
|
1082
|
-
theme?: string | undefined;
|
1083
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1084
1079
|
offset?: string | number | number[] | undefined;
|
1085
|
-
|
1086
|
-
|
1080
|
+
height?: string | number | undefined;
|
1081
|
+
width?: string | number | undefined;
|
1087
1082
|
maxHeight?: string | number | undefined;
|
1088
1083
|
maxWidth?: string | number | undefined;
|
1089
1084
|
minHeight?: string | number | undefined;
|
1090
1085
|
minWidth?: string | number | undefined;
|
1091
|
-
|
1086
|
+
opacity?: string | number | undefined;
|
1087
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1088
|
+
class?: any;
|
1089
|
+
theme?: string | undefined;
|
1090
|
+
contentClass?: any;
|
1091
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1092
1092
|
closeDelay?: string | number | undefined;
|
1093
1093
|
openDelay?: string | number | undefined;
|
1094
1094
|
openOnClick?: boolean | undefined;
|
@@ -1128,9 +1128,9 @@ declare const VTooltip: {
|
|
1128
1128
|
targetRef: TemplateRef;
|
1129
1129
|
}) => vue.VNodeChild) | undefined;
|
1130
1130
|
} & {
|
1131
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1132
1131
|
onAfterEnter?: (() => any) | undefined;
|
1133
1132
|
onAfterLeave?: (() => any) | undefined;
|
1133
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1134
1134
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1135
1135
|
}, {
|
1136
1136
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1147,21 +1147,21 @@ declare const VTooltip: {
|
|
1147
1147
|
afterEnter: () => true;
|
1148
1148
|
afterLeave: () => true;
|
1149
1149
|
}, string, {
|
1150
|
-
style: vue.StyleValue;
|
1151
|
-
disabled: boolean;
|
1152
1150
|
absolute: boolean;
|
1151
|
+
location: Anchor;
|
1152
|
+
origin: "auto" | Anchor | "overlap";
|
1153
1153
|
transition: string | boolean | (vue.TransitionProps & {
|
1154
1154
|
component?: vue.Component | undefined;
|
1155
1155
|
});
|
1156
1156
|
zIndex: string | number;
|
1157
|
+
style: vue.StyleValue;
|
1157
1158
|
eager: boolean;
|
1159
|
+
disabled: boolean;
|
1158
1160
|
modelValue: boolean;
|
1159
|
-
|
1160
|
-
location: Anchor;
|
1161
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1161
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1162
1162
|
updateLocation: (e?: Event | undefined) => void;
|
1163
|
-
} | undefined)
|
1164
|
-
scrollStrategy: "
|
1163
|
+
} | undefined);
|
1164
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1165
1165
|
activatorProps: Record<string, any>;
|
1166
1166
|
openOnClick: boolean;
|
1167
1167
|
openOnHover: boolean;
|
@@ -1207,21 +1207,21 @@ declare const VTooltip: {
|
|
1207
1207
|
$nextTick: typeof vue.nextTick;
|
1208
1208
|
$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;
|
1209
1209
|
} & Omit<{
|
1210
|
-
style: vue.StyleValue;
|
1211
|
-
disabled: boolean;
|
1212
1210
|
absolute: boolean;
|
1211
|
+
location: Anchor;
|
1212
|
+
origin: "auto" | Anchor | "overlap";
|
1213
1213
|
transition: string | boolean | (vue.TransitionProps & {
|
1214
1214
|
component?: vue.Component | undefined;
|
1215
1215
|
});
|
1216
1216
|
zIndex: string | number;
|
1217
|
+
style: vue.StyleValue;
|
1217
1218
|
eager: boolean;
|
1219
|
+
disabled: boolean;
|
1218
1220
|
modelValue: boolean;
|
1219
|
-
|
1220
|
-
location: Anchor;
|
1221
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1221
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1222
1222
|
updateLocation: (e?: Event | undefined) => void;
|
1223
|
-
} | undefined)
|
1224
|
-
scrollStrategy: "
|
1223
|
+
} | undefined);
|
1224
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1225
1225
|
activatorProps: Record<string, any>;
|
1226
1226
|
openOnHover: boolean;
|
1227
1227
|
closeOnContentClick: boolean;
|
@@ -1232,19 +1232,19 @@ declare const VTooltip: {
|
|
1232
1232
|
scrim: string | boolean;
|
1233
1233
|
_disableGlobalStack: boolean;
|
1234
1234
|
} & {
|
1235
|
-
class?: any;
|
1236
|
-
width?: string | number | undefined;
|
1237
|
-
height?: string | number | undefined;
|
1238
|
-
theme?: string | undefined;
|
1239
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1240
1235
|
offset?: string | number | number[] | undefined;
|
1241
|
-
|
1242
|
-
|
1236
|
+
height?: string | number | undefined;
|
1237
|
+
width?: string | number | undefined;
|
1243
1238
|
maxHeight?: string | number | undefined;
|
1244
1239
|
maxWidth?: string | number | undefined;
|
1245
1240
|
minHeight?: string | number | undefined;
|
1246
1241
|
minWidth?: string | number | undefined;
|
1247
|
-
|
1242
|
+
opacity?: string | number | undefined;
|
1243
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1244
|
+
class?: any;
|
1245
|
+
theme?: string | undefined;
|
1246
|
+
contentClass?: any;
|
1247
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1248
1248
|
closeDelay?: string | number | undefined;
|
1249
1249
|
openDelay?: string | number | undefined;
|
1250
1250
|
openOnClick?: boolean | undefined;
|
@@ -1284,9 +1284,9 @@ declare const VTooltip: {
|
|
1284
1284
|
targetRef: TemplateRef;
|
1285
1285
|
}) => vue.VNodeChild) | undefined;
|
1286
1286
|
} & {
|
1287
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1288
1287
|
onAfterEnter?: (() => any) | undefined;
|
1289
1288
|
onAfterLeave?: (() => any) | undefined;
|
1289
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1290
1290
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1291
1291
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1292
1292
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1297,23 +1297,23 @@ declare const VTooltip: {
|
|
1297
1297
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1298
1298
|
localTop: vue.ComputedRef<boolean>;
|
1299
1299
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1300
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1301
|
-
style: vue.StyleValue;
|
1302
|
-
disabled: boolean;
|
1300
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
1303
1301
|
offset: NonNullable<string | number | number[] | undefined>;
|
1302
|
+
location: NonNullable<Anchor>;
|
1303
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1304
|
+
minWidth: NonNullable<string | number>;
|
1304
1305
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1305
1306
|
component?: vue.Component | undefined;
|
1306
1307
|
})>;
|
1307
1308
|
zIndex: string | number;
|
1309
|
+
style: vue.StyleValue;
|
1308
1310
|
eager: boolean;
|
1311
|
+
disabled: boolean;
|
1309
1312
|
modelValue: boolean;
|
1310
|
-
|
1311
|
-
minWidth: NonNullable<string | number>;
|
1312
|
-
location: NonNullable<Anchor>;
|
1313
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1313
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1314
1314
|
updateLocation: (e?: Event | undefined) => void;
|
1315
|
-
} | undefined)
|
1316
|
-
scrollStrategy: NonNullable<"
|
1315
|
+
} | undefined)>;
|
1316
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1317
1317
|
activatorProps: Record<string, any>;
|
1318
1318
|
openOnClick: boolean;
|
1319
1319
|
openOnHover: boolean;
|
@@ -1328,22 +1328,22 @@ declare const VTooltip: {
|
|
1328
1328
|
__isTeleport?: undefined;
|
1329
1329
|
__isSuspense?: undefined;
|
1330
1330
|
} & vue.ComponentOptionsBase<{
|
1331
|
-
style: vue.StyleValue;
|
1332
|
-
disabled: boolean;
|
1333
1331
|
offset: NonNullable<string | number | number[] | undefined>;
|
1332
|
+
location: NonNullable<Anchor>;
|
1333
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1334
|
+
minWidth: NonNullable<string | number>;
|
1334
1335
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1335
1336
|
component?: vue.Component | undefined;
|
1336
1337
|
})>;
|
1337
1338
|
zIndex: string | number;
|
1339
|
+
style: vue.StyleValue;
|
1338
1340
|
eager: boolean;
|
1341
|
+
disabled: boolean;
|
1339
1342
|
modelValue: boolean;
|
1340
|
-
|
1341
|
-
minWidth: NonNullable<string | number>;
|
1342
|
-
location: NonNullable<Anchor>;
|
1343
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1343
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1344
1344
|
updateLocation: (e?: Event | undefined) => void;
|
1345
|
-
} | undefined)
|
1346
|
-
scrollStrategy: NonNullable<"
|
1345
|
+
} | undefined)>;
|
1346
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1347
1347
|
activatorProps: Record<string, any>;
|
1348
1348
|
openOnClick: boolean;
|
1349
1349
|
openOnHover: boolean;
|
@@ -1353,19 +1353,19 @@ declare const VTooltip: {
|
|
1353
1353
|
noClickAnimation: boolean;
|
1354
1354
|
scrim: NonNullable<string | boolean>;
|
1355
1355
|
} & {
|
1356
|
-
class?: any;
|
1357
1356
|
id?: string | undefined;
|
1358
|
-
text?: string | undefined;
|
1359
|
-
width?: string | number | undefined;
|
1360
1357
|
height?: string | number | undefined;
|
1361
|
-
|
1362
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1363
|
-
contentClass?: any;
|
1364
|
-
opacity?: string | number | undefined;
|
1358
|
+
width?: string | number | undefined;
|
1365
1359
|
maxHeight?: string | number | undefined;
|
1366
1360
|
maxWidth?: string | number | undefined;
|
1367
1361
|
minHeight?: string | number | undefined;
|
1368
|
-
|
1362
|
+
opacity?: string | number | undefined;
|
1363
|
+
text?: string | undefined;
|
1364
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1365
|
+
class?: any;
|
1366
|
+
theme?: string | undefined;
|
1367
|
+
contentClass?: any;
|
1368
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1369
1369
|
closeDelay?: string | number | undefined;
|
1370
1370
|
openDelay?: string | number | undefined;
|
1371
1371
|
openOnFocus?: boolean | undefined;
|
@@ -1409,21 +1409,21 @@ declare const VTooltip: {
|
|
1409
1409
|
$: vue.ComponentInternalInstance;
|
1410
1410
|
$data: {};
|
1411
1411
|
$props: Partial<{
|
1412
|
-
style: vue.StyleValue;
|
1413
|
-
disabled: boolean;
|
1414
1412
|
absolute: boolean;
|
1413
|
+
location: Anchor;
|
1414
|
+
origin: "auto" | Anchor | "overlap";
|
1415
1415
|
transition: string | boolean | (vue.TransitionProps & {
|
1416
1416
|
component?: vue.Component | undefined;
|
1417
1417
|
});
|
1418
1418
|
zIndex: string | number;
|
1419
|
+
style: vue.StyleValue;
|
1419
1420
|
eager: boolean;
|
1421
|
+
disabled: boolean;
|
1420
1422
|
modelValue: boolean;
|
1421
|
-
|
1422
|
-
location: Anchor;
|
1423
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1423
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1424
1424
|
updateLocation: (e?: Event | undefined) => void;
|
1425
|
-
} | undefined)
|
1426
|
-
scrollStrategy: "
|
1425
|
+
} | undefined);
|
1426
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1427
1427
|
activatorProps: Record<string, any>;
|
1428
1428
|
openOnClick: boolean;
|
1429
1429
|
openOnHover: boolean;
|
@@ -1436,21 +1436,21 @@ declare const VTooltip: {
|
|
1436
1436
|
scrim: string | boolean;
|
1437
1437
|
_disableGlobalStack: boolean;
|
1438
1438
|
}> & Omit<{
|
1439
|
-
style: vue.StyleValue;
|
1440
|
-
disabled: boolean;
|
1441
1439
|
absolute: boolean;
|
1440
|
+
location: Anchor;
|
1441
|
+
origin: "auto" | Anchor | "overlap";
|
1442
1442
|
transition: string | boolean | (vue.TransitionProps & {
|
1443
1443
|
component?: vue.Component | undefined;
|
1444
1444
|
});
|
1445
1445
|
zIndex: string | number;
|
1446
|
+
style: vue.StyleValue;
|
1446
1447
|
eager: boolean;
|
1448
|
+
disabled: boolean;
|
1447
1449
|
modelValue: boolean;
|
1448
|
-
|
1449
|
-
location: Anchor;
|
1450
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1450
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1451
1451
|
updateLocation: (e?: Event | undefined) => void;
|
1452
|
-
} | undefined)
|
1453
|
-
scrollStrategy: "
|
1452
|
+
} | undefined);
|
1453
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1454
1454
|
activatorProps: Record<string, any>;
|
1455
1455
|
openOnHover: boolean;
|
1456
1456
|
closeOnContentClick: boolean;
|
@@ -1460,19 +1460,19 @@ declare const VTooltip: {
|
|
1460
1460
|
persistent: boolean;
|
1461
1461
|
scrim: string | boolean;
|
1462
1462
|
_disableGlobalStack: boolean;
|
1463
|
-
class?: any;
|
1464
|
-
width?: string | number | undefined;
|
1465
|
-
height?: string | number | undefined;
|
1466
|
-
theme?: string | undefined;
|
1467
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1468
1463
|
offset?: string | number | number[] | undefined;
|
1469
|
-
|
1470
|
-
|
1464
|
+
height?: string | number | undefined;
|
1465
|
+
width?: string | number | undefined;
|
1471
1466
|
maxHeight?: string | number | undefined;
|
1472
1467
|
maxWidth?: string | number | undefined;
|
1473
1468
|
minHeight?: string | number | undefined;
|
1474
1469
|
minWidth?: string | number | undefined;
|
1475
|
-
|
1470
|
+
opacity?: string | number | undefined;
|
1471
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1472
|
+
class?: any;
|
1473
|
+
theme?: string | undefined;
|
1474
|
+
contentClass?: any;
|
1475
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1476
1476
|
closeDelay?: string | number | undefined;
|
1477
1477
|
openDelay?: string | number | undefined;
|
1478
1478
|
openOnClick?: boolean | undefined;
|
@@ -1509,26 +1509,26 @@ declare const VTooltip: {
|
|
1509
1509
|
props: Record<string, any>;
|
1510
1510
|
targetRef: TemplateRef;
|
1511
1511
|
}) => vue.VNodeChild) | undefined;
|
1512
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1513
1512
|
onAfterEnter?: (() => any) | undefined;
|
1514
1513
|
onAfterLeave?: (() => any) | undefined;
|
1514
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1515
1515
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1516
1516
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1517
|
-
style: vue.StyleValue;
|
1518
|
-
disabled: boolean;
|
1519
1517
|
absolute: boolean;
|
1518
|
+
location: Anchor;
|
1519
|
+
origin: "auto" | Anchor | "overlap";
|
1520
1520
|
transition: string | boolean | (vue.TransitionProps & {
|
1521
1521
|
component?: vue.Component | undefined;
|
1522
1522
|
});
|
1523
1523
|
zIndex: string | number;
|
1524
|
+
style: vue.StyleValue;
|
1524
1525
|
eager: boolean;
|
1526
|
+
disabled: boolean;
|
1525
1527
|
modelValue: boolean;
|
1526
|
-
|
1527
|
-
location: Anchor;
|
1528
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1528
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1529
1529
|
updateLocation: (e?: Event | undefined) => void;
|
1530
|
-
} | undefined)
|
1531
|
-
scrollStrategy: "
|
1530
|
+
} | undefined);
|
1531
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1532
1532
|
activatorProps: Record<string, any>;
|
1533
1533
|
openOnHover: boolean;
|
1534
1534
|
closeOnContentClick: boolean;
|
@@ -1539,19 +1539,19 @@ declare const VTooltip: {
|
|
1539
1539
|
scrim: string | boolean;
|
1540
1540
|
_disableGlobalStack: boolean;
|
1541
1541
|
} & {
|
1542
|
-
class?: any;
|
1543
|
-
width?: string | number | undefined;
|
1544
|
-
height?: string | number | undefined;
|
1545
|
-
theme?: string | undefined;
|
1546
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1547
1542
|
offset?: string | number | number[] | undefined;
|
1548
|
-
|
1549
|
-
|
1543
|
+
height?: string | number | undefined;
|
1544
|
+
width?: string | number | undefined;
|
1550
1545
|
maxHeight?: string | number | undefined;
|
1551
1546
|
maxWidth?: string | number | undefined;
|
1552
1547
|
minHeight?: string | number | undefined;
|
1553
1548
|
minWidth?: string | number | undefined;
|
1554
|
-
|
1549
|
+
opacity?: string | number | undefined;
|
1550
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1551
|
+
class?: any;
|
1552
|
+
theme?: string | undefined;
|
1553
|
+
contentClass?: any;
|
1554
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1555
1555
|
closeDelay?: string | number | undefined;
|
1556
1556
|
openDelay?: string | number | undefined;
|
1557
1557
|
openOnClick?: boolean | undefined;
|
@@ -1591,11 +1591,11 @@ declare const VTooltip: {
|
|
1591
1591
|
targetRef: TemplateRef;
|
1592
1592
|
}) => vue.VNodeChild) | undefined;
|
1593
1593
|
} & {
|
1594
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1595
1594
|
onAfterEnter?: (() => any) | undefined;
|
1596
1595
|
onAfterLeave?: (() => any) | undefined;
|
1596
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1597
1597
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1598
|
-
}, "
|
1598
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1599
1599
|
$attrs: {
|
1600
1600
|
[x: string]: unknown;
|
1601
1601
|
};
|
@@ -1621,21 +1621,21 @@ declare const VTooltip: {
|
|
1621
1621
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1622
1622
|
$el: any;
|
1623
1623
|
$options: vue.ComponentOptionsBase<{
|
1624
|
-
style: vue.StyleValue;
|
1625
|
-
disabled: boolean;
|
1626
1624
|
absolute: boolean;
|
1625
|
+
location: Anchor;
|
1626
|
+
origin: "auto" | Anchor | "overlap";
|
1627
1627
|
transition: string | boolean | (vue.TransitionProps & {
|
1628
1628
|
component?: vue.Component | undefined;
|
1629
1629
|
});
|
1630
1630
|
zIndex: string | number;
|
1631
|
+
style: vue.StyleValue;
|
1631
1632
|
eager: boolean;
|
1633
|
+
disabled: boolean;
|
1632
1634
|
modelValue: boolean;
|
1633
|
-
|
1634
|
-
location: Anchor;
|
1635
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1635
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1636
1636
|
updateLocation: (e?: Event | undefined) => void;
|
1637
|
-
} | undefined)
|
1638
|
-
scrollStrategy: "
|
1637
|
+
} | undefined);
|
1638
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1639
1639
|
activatorProps: Record<string, any>;
|
1640
1640
|
openOnHover: boolean;
|
1641
1641
|
closeOnContentClick: boolean;
|
@@ -1646,19 +1646,19 @@ declare const VTooltip: {
|
|
1646
1646
|
scrim: string | boolean;
|
1647
1647
|
_disableGlobalStack: boolean;
|
1648
1648
|
} & {
|
1649
|
-
class?: any;
|
1650
|
-
width?: string | number | undefined;
|
1651
|
-
height?: string | number | undefined;
|
1652
|
-
theme?: string | undefined;
|
1653
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1654
1649
|
offset?: string | number | number[] | undefined;
|
1655
|
-
|
1656
|
-
|
1650
|
+
height?: string | number | undefined;
|
1651
|
+
width?: string | number | undefined;
|
1657
1652
|
maxHeight?: string | number | undefined;
|
1658
1653
|
maxWidth?: string | number | undefined;
|
1659
1654
|
minHeight?: string | number | undefined;
|
1660
1655
|
minWidth?: string | number | undefined;
|
1661
|
-
|
1656
|
+
opacity?: string | number | undefined;
|
1657
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1658
|
+
class?: any;
|
1659
|
+
theme?: string | undefined;
|
1660
|
+
contentClass?: any;
|
1661
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1662
1662
|
closeDelay?: string | number | undefined;
|
1663
1663
|
openDelay?: string | number | undefined;
|
1664
1664
|
openOnClick?: boolean | undefined;
|
@@ -1698,9 +1698,9 @@ declare const VTooltip: {
|
|
1698
1698
|
targetRef: TemplateRef;
|
1699
1699
|
}) => vue.VNodeChild) | undefined;
|
1700
1700
|
} & {
|
1701
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1702
1701
|
onAfterEnter?: (() => any) | undefined;
|
1703
1702
|
onAfterLeave?: (() => any) | undefined;
|
1703
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1704
1704
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1705
1705
|
}, {
|
1706
1706
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1717,21 +1717,21 @@ declare const VTooltip: {
|
|
1717
1717
|
afterEnter: () => true;
|
1718
1718
|
afterLeave: () => true;
|
1719
1719
|
}, string, {
|
1720
|
-
style: vue.StyleValue;
|
1721
|
-
disabled: boolean;
|
1722
1720
|
absolute: boolean;
|
1721
|
+
location: Anchor;
|
1722
|
+
origin: "auto" | Anchor | "overlap";
|
1723
1723
|
transition: string | boolean | (vue.TransitionProps & {
|
1724
1724
|
component?: vue.Component | undefined;
|
1725
1725
|
});
|
1726
1726
|
zIndex: string | number;
|
1727
|
+
style: vue.StyleValue;
|
1727
1728
|
eager: boolean;
|
1729
|
+
disabled: boolean;
|
1728
1730
|
modelValue: boolean;
|
1729
|
-
|
1730
|
-
location: Anchor;
|
1731
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1731
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1732
1732
|
updateLocation: (e?: Event | undefined) => void;
|
1733
|
-
} | undefined)
|
1734
|
-
scrollStrategy: "
|
1733
|
+
} | undefined);
|
1734
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1735
1735
|
activatorProps: Record<string, any>;
|
1736
1736
|
openOnClick: boolean;
|
1737
1737
|
openOnHover: boolean;
|
@@ -1777,21 +1777,21 @@ declare const VTooltip: {
|
|
1777
1777
|
$nextTick: typeof vue.nextTick;
|
1778
1778
|
$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;
|
1779
1779
|
} & Omit<{
|
1780
|
-
style: vue.StyleValue;
|
1781
|
-
disabled: boolean;
|
1782
1780
|
absolute: boolean;
|
1781
|
+
location: Anchor;
|
1782
|
+
origin: "auto" | Anchor | "overlap";
|
1783
1783
|
transition: string | boolean | (vue.TransitionProps & {
|
1784
1784
|
component?: vue.Component | undefined;
|
1785
1785
|
});
|
1786
1786
|
zIndex: string | number;
|
1787
|
+
style: vue.StyleValue;
|
1787
1788
|
eager: boolean;
|
1789
|
+
disabled: boolean;
|
1788
1790
|
modelValue: boolean;
|
1789
|
-
|
1790
|
-
location: Anchor;
|
1791
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1791
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1792
1792
|
updateLocation: (e?: Event | undefined) => void;
|
1793
|
-
} | undefined)
|
1794
|
-
scrollStrategy: "
|
1793
|
+
} | undefined);
|
1794
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1795
1795
|
activatorProps: Record<string, any>;
|
1796
1796
|
openOnHover: boolean;
|
1797
1797
|
closeOnContentClick: boolean;
|
@@ -1802,19 +1802,19 @@ declare const VTooltip: {
|
|
1802
1802
|
scrim: string | boolean;
|
1803
1803
|
_disableGlobalStack: boolean;
|
1804
1804
|
} & {
|
1805
|
-
class?: any;
|
1806
|
-
width?: string | number | undefined;
|
1807
|
-
height?: string | number | undefined;
|
1808
|
-
theme?: string | undefined;
|
1809
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1810
1805
|
offset?: string | number | number[] | undefined;
|
1811
|
-
|
1812
|
-
|
1806
|
+
height?: string | number | undefined;
|
1807
|
+
width?: string | number | undefined;
|
1813
1808
|
maxHeight?: string | number | undefined;
|
1814
1809
|
maxWidth?: string | number | undefined;
|
1815
1810
|
minHeight?: string | number | undefined;
|
1816
1811
|
minWidth?: string | number | undefined;
|
1817
|
-
|
1812
|
+
opacity?: string | number | undefined;
|
1813
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1814
|
+
class?: any;
|
1815
|
+
theme?: string | undefined;
|
1816
|
+
contentClass?: any;
|
1817
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1818
1818
|
closeDelay?: string | number | undefined;
|
1819
1819
|
openDelay?: string | number | undefined;
|
1820
1820
|
openOnClick?: boolean | undefined;
|
@@ -1854,9 +1854,9 @@ declare const VTooltip: {
|
|
1854
1854
|
targetRef: TemplateRef;
|
1855
1855
|
}) => vue.VNodeChild) | undefined;
|
1856
1856
|
} & {
|
1857
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1858
1857
|
onAfterEnter?: (() => any) | undefined;
|
1859
1858
|
onAfterLeave?: (() => any) | undefined;
|
1859
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1860
1860
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1861
1861
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1862
1862
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1867,25 +1867,25 @@ declare const VTooltip: {
|
|
1867
1867
|
globalTop: Readonly<vue.Ref<boolean>>;
|
1868
1868
|
localTop: vue.ComputedRef<boolean>;
|
1869
1869
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
1870
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1870
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1871
1871
|
'update:modelValue': (value: boolean) => boolean;
|
1872
1872
|
}, string, {
|
1873
|
-
style: vue.StyleValue;
|
1874
|
-
disabled: boolean;
|
1875
1873
|
offset: NonNullable<string | number | number[] | undefined>;
|
1874
|
+
location: NonNullable<Anchor>;
|
1875
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
1876
|
+
minWidth: NonNullable<string | number>;
|
1876
1877
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1877
1878
|
component?: vue.Component | undefined;
|
1878
1879
|
})>;
|
1879
1880
|
zIndex: string | number;
|
1881
|
+
style: vue.StyleValue;
|
1880
1882
|
eager: boolean;
|
1883
|
+
disabled: boolean;
|
1881
1884
|
modelValue: boolean;
|
1882
|
-
|
1883
|
-
minWidth: NonNullable<string | number>;
|
1884
|
-
location: NonNullable<Anchor>;
|
1885
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1885
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1886
1886
|
updateLocation: (e?: Event | undefined) => void;
|
1887
|
-
} | undefined)
|
1888
|
-
scrollStrategy: NonNullable<"
|
1887
|
+
} | undefined)>;
|
1888
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1889
1889
|
activatorProps: Record<string, any>;
|
1890
1890
|
openOnClick: boolean;
|
1891
1891
|
openOnHover: boolean;
|
@@ -1909,27 +1909,41 @@ declare const VTooltip: {
|
|
1909
1909
|
[key: string]: any;
|
1910
1910
|
}>[];
|
1911
1911
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1912
|
-
class: vue.PropType<any>;
|
1913
|
-
style: {
|
1914
|
-
type: vue.PropType<vue.StyleValue>;
|
1915
|
-
default: null;
|
1916
|
-
};
|
1917
|
-
width: (StringConstructor | NumberConstructor)[];
|
1918
|
-
height: (StringConstructor | NumberConstructor)[];
|
1919
|
-
theme: StringConstructor;
|
1920
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
1921
|
-
disabled: BooleanConstructor;
|
1922
1912
|
offset: {
|
1923
1913
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
1924
1914
|
default: NonNullable<string | number | number[] | undefined>;
|
1925
1915
|
};
|
1916
|
+
location: Omit<{
|
1917
|
+
type: vue.PropType<Anchor>;
|
1918
|
+
default: string;
|
1919
|
+
}, "type" | "default"> & {
|
1920
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
1921
|
+
default: NonNullable<Anchor>;
|
1922
|
+
};
|
1923
|
+
origin: Omit<{
|
1924
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
1925
|
+
default: string;
|
1926
|
+
}, "type" | "default"> & {
|
1927
|
+
type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
|
1928
|
+
default: NonNullable<"auto" | Anchor | "overlap">;
|
1929
|
+
};
|
1930
|
+
height: (StringConstructor | NumberConstructor)[];
|
1931
|
+
width: (StringConstructor | NumberConstructor)[];
|
1932
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1933
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1934
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1935
|
+
minWidth: {
|
1936
|
+
type: vue.PropType<NonNullable<string | number>>;
|
1937
|
+
default: NonNullable<string | number>;
|
1938
|
+
};
|
1939
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
1926
1940
|
transition: Omit<{
|
1927
1941
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1928
1942
|
component?: vue.Component | undefined;
|
1929
1943
|
})>;
|
1930
1944
|
default: string;
|
1931
1945
|
validator: (val: unknown) => boolean;
|
1932
|
-
}, "
|
1946
|
+
}, "type" | "default"> & {
|
1933
1947
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
1934
1948
|
component?: vue.Component | undefined;
|
1935
1949
|
})>>;
|
@@ -1941,56 +1955,42 @@ declare const VTooltip: {
|
|
1941
1955
|
type: (StringConstructor | NumberConstructor)[];
|
1942
1956
|
default: number;
|
1943
1957
|
};
|
1958
|
+
style: {
|
1959
|
+
type: vue.PropType<vue.StyleValue>;
|
1960
|
+
default: null;
|
1961
|
+
};
|
1962
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
1944
1963
|
eager: {
|
1945
1964
|
type: vue.PropType<boolean>;
|
1946
1965
|
default: boolean;
|
1947
1966
|
};
|
1967
|
+
disabled: BooleanConstructor;
|
1968
|
+
class: vue.PropType<any>;
|
1969
|
+
theme: StringConstructor;
|
1948
1970
|
modelValue: BooleanConstructor;
|
1949
1971
|
contentClass: null;
|
1950
|
-
|
1951
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
1952
|
-
default: string;
|
1953
|
-
}, "default" | "type"> & {
|
1954
|
-
type: vue.PropType<NonNullable<Anchor | "auto" | "overlap">>;
|
1955
|
-
default: NonNullable<Anchor | "auto" | "overlap">;
|
1956
|
-
};
|
1957
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
1958
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1959
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1960
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1961
|
-
minWidth: {
|
1962
|
-
type: vue.PropType<NonNullable<string | number>>;
|
1963
|
-
default: NonNullable<string | number>;
|
1964
|
-
};
|
1965
|
-
location: Omit<{
|
1966
|
-
type: vue.PropType<Anchor>;
|
1967
|
-
default: string;
|
1968
|
-
}, "default" | "type"> & {
|
1969
|
-
type: vue.PropType<NonNullable<Anchor>>;
|
1970
|
-
default: NonNullable<Anchor>;
|
1971
|
-
};
|
1972
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
1972
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
1973
1973
|
locationStrategy: Omit<{
|
1974
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1974
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1975
1975
|
updateLocation: (e?: Event | undefined) => void;
|
1976
|
-
} | undefined)
|
1976
|
+
} | undefined)>;
|
1977
1977
|
default: string;
|
1978
1978
|
validator: (val: any) => boolean;
|
1979
|
-
}, "
|
1980
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1979
|
+
}, "type" | "default"> & {
|
1980
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1981
1981
|
updateLocation: (e?: Event | undefined) => void;
|
1982
|
-
} | undefined)
|
1983
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1982
|
+
} | undefined)>>;
|
1983
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1984
1984
|
updateLocation: (e?: Event | undefined) => void;
|
1985
|
-
} | undefined)
|
1985
|
+
} | undefined)>;
|
1986
1986
|
};
|
1987
1987
|
scrollStrategy: Omit<{
|
1988
|
-
type: vue.PropType<"
|
1988
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1989
1989
|
default: string;
|
1990
1990
|
validator: (val: any) => boolean;
|
1991
|
-
}, "
|
1992
|
-
type: vue.PropType<NonNullable<"
|
1993
|
-
default: NonNullable<"
|
1991
|
+
}, "type" | "default"> & {
|
1992
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
1993
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1994
1994
|
};
|
1995
1995
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
1996
1996
|
openDelay: (StringConstructor | NumberConstructor)[];
|
@@ -2001,7 +2001,7 @@ declare const VTooltip: {
|
|
2001
2001
|
openOnClick: Omit<{
|
2002
2002
|
type: BooleanConstructor;
|
2003
2003
|
default: undefined;
|
2004
|
-
}, "
|
2004
|
+
}, "type" | "default"> & {
|
2005
2005
|
type: vue.PropType<boolean>;
|
2006
2006
|
default: boolean;
|
2007
2007
|
};
|
@@ -2017,7 +2017,7 @@ declare const VTooltip: {
|
|
2017
2017
|
closeOnBack: Omit<{
|
2018
2018
|
type: BooleanConstructor;
|
2019
2019
|
default: boolean;
|
2020
|
-
}, "
|
2020
|
+
}, "type" | "default"> & {
|
2021
2021
|
type: vue.PropType<boolean>;
|
2022
2022
|
default: boolean;
|
2023
2023
|
};
|
@@ -2027,7 +2027,7 @@ declare const VTooltip: {
|
|
2027
2027
|
scrim: Omit<{
|
2028
2028
|
type: (StringConstructor | BooleanConstructor)[];
|
2029
2029
|
default: boolean;
|
2030
|
-
}, "
|
2030
|
+
}, "type" | "default"> & {
|
2031
2031
|
type: vue.PropType<NonNullable<string | boolean>>;
|
2032
2032
|
default: NonNullable<string | boolean>;
|
2033
2033
|
};
|
@@ -2035,27 +2035,41 @@ declare const VTooltip: {
|
|
2035
2035
|
id: StringConstructor;
|
2036
2036
|
text: StringConstructor;
|
2037
2037
|
}, vue.ExtractPropTypes<{
|
2038
|
-
class: vue.PropType<any>;
|
2039
|
-
style: {
|
2040
|
-
type: vue.PropType<vue.StyleValue>;
|
2041
|
-
default: null;
|
2042
|
-
};
|
2043
|
-
width: (StringConstructor | NumberConstructor)[];
|
2044
|
-
height: (StringConstructor | NumberConstructor)[];
|
2045
|
-
theme: StringConstructor;
|
2046
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
2047
|
-
disabled: BooleanConstructor;
|
2048
2038
|
offset: {
|
2049
2039
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
2050
2040
|
default: NonNullable<string | number | number[] | undefined>;
|
2051
2041
|
};
|
2042
|
+
location: Omit<{
|
2043
|
+
type: vue.PropType<Anchor>;
|
2044
|
+
default: string;
|
2045
|
+
}, "type" | "default"> & {
|
2046
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
2047
|
+
default: NonNullable<Anchor>;
|
2048
|
+
};
|
2049
|
+
origin: Omit<{
|
2050
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
2051
|
+
default: string;
|
2052
|
+
}, "type" | "default"> & {
|
2053
|
+
type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
|
2054
|
+
default: NonNullable<"auto" | Anchor | "overlap">;
|
2055
|
+
};
|
2056
|
+
height: (StringConstructor | NumberConstructor)[];
|
2057
|
+
width: (StringConstructor | NumberConstructor)[];
|
2058
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2059
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2060
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2061
|
+
minWidth: {
|
2062
|
+
type: vue.PropType<NonNullable<string | number>>;
|
2063
|
+
default: NonNullable<string | number>;
|
2064
|
+
};
|
2065
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
2052
2066
|
transition: Omit<{
|
2053
2067
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2054
2068
|
component?: vue.Component | undefined;
|
2055
2069
|
})>;
|
2056
2070
|
default: string;
|
2057
2071
|
validator: (val: unknown) => boolean;
|
2058
|
-
}, "
|
2072
|
+
}, "type" | "default"> & {
|
2059
2073
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2060
2074
|
component?: vue.Component | undefined;
|
2061
2075
|
})>>;
|
@@ -2067,56 +2081,42 @@ declare const VTooltip: {
|
|
2067
2081
|
type: (StringConstructor | NumberConstructor)[];
|
2068
2082
|
default: number;
|
2069
2083
|
};
|
2084
|
+
style: {
|
2085
|
+
type: vue.PropType<vue.StyleValue>;
|
2086
|
+
default: null;
|
2087
|
+
};
|
2088
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2070
2089
|
eager: {
|
2071
2090
|
type: vue.PropType<boolean>;
|
2072
2091
|
default: boolean;
|
2073
2092
|
};
|
2093
|
+
disabled: BooleanConstructor;
|
2094
|
+
class: vue.PropType<any>;
|
2095
|
+
theme: StringConstructor;
|
2074
2096
|
modelValue: BooleanConstructor;
|
2075
2097
|
contentClass: null;
|
2076
|
-
|
2077
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
2078
|
-
default: string;
|
2079
|
-
}, "default" | "type"> & {
|
2080
|
-
type: vue.PropType<NonNullable<Anchor | "auto" | "overlap">>;
|
2081
|
-
default: NonNullable<Anchor | "auto" | "overlap">;
|
2082
|
-
};
|
2083
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
2084
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
2085
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2086
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
2087
|
-
minWidth: {
|
2088
|
-
type: vue.PropType<NonNullable<string | number>>;
|
2089
|
-
default: NonNullable<string | number>;
|
2090
|
-
};
|
2091
|
-
location: Omit<{
|
2092
|
-
type: vue.PropType<Anchor>;
|
2093
|
-
default: string;
|
2094
|
-
}, "default" | "type"> & {
|
2095
|
-
type: vue.PropType<NonNullable<Anchor>>;
|
2096
|
-
default: NonNullable<Anchor>;
|
2097
|
-
};
|
2098
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2098
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2099
2099
|
locationStrategy: Omit<{
|
2100
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2100
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2101
2101
|
updateLocation: (e?: Event | undefined) => void;
|
2102
|
-
} | undefined)
|
2102
|
+
} | undefined)>;
|
2103
2103
|
default: string;
|
2104
2104
|
validator: (val: any) => boolean;
|
2105
|
-
}, "
|
2106
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2105
|
+
}, "type" | "default"> & {
|
2106
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2107
2107
|
updateLocation: (e?: Event | undefined) => void;
|
2108
|
-
} | undefined)
|
2109
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2108
|
+
} | undefined)>>;
|
2109
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2110
2110
|
updateLocation: (e?: Event | undefined) => void;
|
2111
|
-
} | undefined)
|
2111
|
+
} | undefined)>;
|
2112
2112
|
};
|
2113
2113
|
scrollStrategy: Omit<{
|
2114
|
-
type: vue.PropType<"
|
2114
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2115
2115
|
default: string;
|
2116
2116
|
validator: (val: any) => boolean;
|
2117
|
-
}, "
|
2118
|
-
type: vue.PropType<NonNullable<"
|
2119
|
-
default: NonNullable<"
|
2117
|
+
}, "type" | "default"> & {
|
2118
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
2119
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2120
2120
|
};
|
2121
2121
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2122
2122
|
openDelay: (StringConstructor | NumberConstructor)[];
|
@@ -2127,7 +2127,7 @@ declare const VTooltip: {
|
|
2127
2127
|
openOnClick: Omit<{
|
2128
2128
|
type: BooleanConstructor;
|
2129
2129
|
default: undefined;
|
2130
|
-
}, "
|
2130
|
+
}, "type" | "default"> & {
|
2131
2131
|
type: vue.PropType<boolean>;
|
2132
2132
|
default: boolean;
|
2133
2133
|
};
|
@@ -2143,7 +2143,7 @@ declare const VTooltip: {
|
|
2143
2143
|
closeOnBack: Omit<{
|
2144
2144
|
type: BooleanConstructor;
|
2145
2145
|
default: boolean;
|
2146
|
-
}, "
|
2146
|
+
}, "type" | "default"> & {
|
2147
2147
|
type: vue.PropType<boolean>;
|
2148
2148
|
default: boolean;
|
2149
2149
|
};
|
@@ -2153,7 +2153,7 @@ declare const VTooltip: {
|
|
2153
2153
|
scrim: Omit<{
|
2154
2154
|
type: (StringConstructor | BooleanConstructor)[];
|
2155
2155
|
default: boolean;
|
2156
|
-
}, "
|
2156
|
+
}, "type" | "default"> & {
|
2157
2157
|
type: vue.PropType<NonNullable<string | boolean>>;
|
2158
2158
|
default: NonNullable<string | boolean>;
|
2159
2159
|
};
|