vuetify 3.7.1 → 3.7.3
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/dist/json/attributes.json +4 -4
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify-labs.css +3464 -3461
- package/dist/vuetify-labs.d.ts +953 -896
- package/dist/vuetify-labs.esm.js +123 -132
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +123 -132
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3083 -3080
- package/dist/vuetify.d.ts +859 -802
- package/dist/vuetify.esm.js +72 -48
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +72 -48
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +289 -289
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +93 -90
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/VBottomSheet.sass +2 -1
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +11 -11
- package/lib/components/VCheckbox/index.d.mts +2 -2
- package/lib/components/VChip/VChip.mjs +4 -4
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +93 -90
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
- package/lib/components/VDataTable/composables/paginate.mjs +4 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +10 -10
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +1 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VField/_variables.scss +2 -1
- package/lib/components/VFileInput/__tests__/text.txt +1 -0
- package/lib/components/VFileInput/index.d.mts +3 -3
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +9 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +80 -23
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +6 -5
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VProgressLinear/_variables.scss +2 -1
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +93 -90
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +34 -34
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTable/_mixins.scss +2 -2
- package/lib/components/VTabs/VTabs.sass +1 -1
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +10 -10
- package/lib/components/VTextarea/index.d.mts +7 -7
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +24 -24
- package/lib/components/VWindow/index.d.mts +4 -4
- package/lib/components/index.d.mts +801 -744
- package/lib/composables/directiveComponent.mjs +5 -4
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +58 -58
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +58 -58
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +46 -46
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +5 -13
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -29
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +33 -33
- package/lib/labs/components.d.mts +191 -191
- package/lib/styles/settings/_colors.scss +257 -256
- package/lib/styles/utilities/_display.sass +2 -1
- package/lib/styles/utilities/_elevation.scss +2 -1
- package/lib/styles/utilities/_screenreaders.sass +2 -1
- package/package.json +26 -21
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -27,8 +27,8 @@ declare const VToolbar: {
|
|
|
27
27
|
title?: string | undefined;
|
|
28
28
|
image?: string | undefined;
|
|
29
29
|
class?: any;
|
|
30
|
-
elevation?: string | number | undefined;
|
|
31
30
|
theme?: string | undefined;
|
|
31
|
+
elevation?: string | number | undefined;
|
|
32
32
|
rounded?: string | number | boolean | undefined;
|
|
33
33
|
} & {
|
|
34
34
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -75,8 +75,8 @@ declare const VToolbar: {
|
|
|
75
75
|
title?: string | undefined;
|
|
76
76
|
image?: string | undefined;
|
|
77
77
|
class?: any;
|
|
78
|
-
elevation?: string | number | undefined;
|
|
79
78
|
theme?: string | undefined;
|
|
79
|
+
elevation?: string | number | undefined;
|
|
80
80
|
rounded?: string | number | boolean | undefined;
|
|
81
81
|
} & {
|
|
82
82
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -147,8 +147,8 @@ declare const VToolbar: {
|
|
|
147
147
|
title?: string | undefined;
|
|
148
148
|
image?: string | undefined;
|
|
149
149
|
class?: any;
|
|
150
|
-
elevation?: string | number | undefined;
|
|
151
150
|
theme?: string | undefined;
|
|
151
|
+
elevation?: string | number | undefined;
|
|
152
152
|
rounded?: string | number | boolean | undefined;
|
|
153
153
|
} & {
|
|
154
154
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -212,8 +212,8 @@ declare const VToolbar: {
|
|
|
212
212
|
title?: string | undefined;
|
|
213
213
|
image?: string | undefined;
|
|
214
214
|
class?: any;
|
|
215
|
-
elevation?: string | number | undefined;
|
|
216
215
|
theme?: string | undefined;
|
|
216
|
+
elevation?: string | number | undefined;
|
|
217
217
|
rounded?: string | number | boolean | undefined;
|
|
218
218
|
} & {
|
|
219
219
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -185,6 +185,7 @@ declare const VTooltip: {
|
|
|
185
185
|
style: vue.StyleValue;
|
|
186
186
|
eager: boolean;
|
|
187
187
|
disabled: boolean;
|
|
188
|
+
persistent: boolean;
|
|
188
189
|
modelValue: boolean;
|
|
189
190
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
190
191
|
updateLocation: (e?: Event) => void;
|
|
@@ -198,7 +199,6 @@ declare const VTooltip: {
|
|
|
198
199
|
closeOnBack: boolean;
|
|
199
200
|
contained: boolean;
|
|
200
201
|
noClickAnimation: boolean;
|
|
201
|
-
persistent: boolean;
|
|
202
202
|
scrim: string | boolean;
|
|
203
203
|
_disableGlobalStack: boolean;
|
|
204
204
|
}> & Omit<{
|
|
@@ -212,6 +212,7 @@ declare const VTooltip: {
|
|
|
212
212
|
style: vue.StyleValue;
|
|
213
213
|
eager: boolean;
|
|
214
214
|
disabled: boolean;
|
|
215
|
+
persistent: boolean;
|
|
215
216
|
modelValue: boolean;
|
|
216
217
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
217
218
|
updateLocation: (e?: Event) => void;
|
|
@@ -223,7 +224,6 @@ declare const VTooltip: {
|
|
|
223
224
|
closeOnBack: boolean;
|
|
224
225
|
contained: boolean;
|
|
225
226
|
noClickAnimation: boolean;
|
|
226
|
-
persistent: boolean;
|
|
227
227
|
scrim: string | boolean;
|
|
228
228
|
_disableGlobalStack: boolean;
|
|
229
229
|
offset?: string | number | number[] | undefined;
|
|
@@ -290,6 +290,7 @@ declare const VTooltip: {
|
|
|
290
290
|
style: vue.StyleValue;
|
|
291
291
|
eager: boolean;
|
|
292
292
|
disabled: boolean;
|
|
293
|
+
persistent: boolean;
|
|
293
294
|
modelValue: boolean;
|
|
294
295
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
295
296
|
updateLocation: (e?: Event) => void;
|
|
@@ -301,7 +302,6 @@ declare const VTooltip: {
|
|
|
301
302
|
closeOnBack: boolean;
|
|
302
303
|
contained: boolean;
|
|
303
304
|
noClickAnimation: boolean;
|
|
304
|
-
persistent: boolean;
|
|
305
305
|
scrim: string | boolean;
|
|
306
306
|
_disableGlobalStack: boolean;
|
|
307
307
|
} & {
|
|
@@ -361,7 +361,7 @@ declare const VTooltip: {
|
|
|
361
361
|
onAfterLeave?: (() => any) | undefined;
|
|
362
362
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
363
363
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
364
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
364
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
365
365
|
$attrs: {
|
|
366
366
|
[x: string]: unknown;
|
|
367
367
|
};
|
|
@@ -393,6 +393,7 @@ declare const VTooltip: {
|
|
|
393
393
|
style: vue.StyleValue;
|
|
394
394
|
eager: boolean;
|
|
395
395
|
disabled: boolean;
|
|
396
|
+
persistent: boolean;
|
|
396
397
|
modelValue: boolean;
|
|
397
398
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
398
399
|
updateLocation: (e?: Event) => void;
|
|
@@ -404,7 +405,6 @@ declare const VTooltip: {
|
|
|
404
405
|
closeOnBack: boolean;
|
|
405
406
|
contained: boolean;
|
|
406
407
|
noClickAnimation: boolean;
|
|
407
|
-
persistent: boolean;
|
|
408
408
|
scrim: string | boolean;
|
|
409
409
|
_disableGlobalStack: boolean;
|
|
410
410
|
} & {
|
|
@@ -489,6 +489,7 @@ declare const VTooltip: {
|
|
|
489
489
|
style: vue.StyleValue;
|
|
490
490
|
eager: boolean;
|
|
491
491
|
disabled: boolean;
|
|
492
|
+
persistent: boolean;
|
|
492
493
|
modelValue: boolean;
|
|
493
494
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
494
495
|
updateLocation: (e?: Event) => void;
|
|
@@ -502,7 +503,6 @@ declare const VTooltip: {
|
|
|
502
503
|
closeOnBack: boolean;
|
|
503
504
|
contained: boolean;
|
|
504
505
|
noClickAnimation: boolean;
|
|
505
|
-
persistent: boolean;
|
|
506
506
|
scrim: string | boolean;
|
|
507
507
|
_disableGlobalStack: boolean;
|
|
508
508
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -545,6 +545,7 @@ declare const VTooltip: {
|
|
|
545
545
|
style: vue.StyleValue;
|
|
546
546
|
eager: boolean;
|
|
547
547
|
disabled: boolean;
|
|
548
|
+
persistent: boolean;
|
|
548
549
|
modelValue: boolean;
|
|
549
550
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
550
551
|
updateLocation: (e?: Event) => void;
|
|
@@ -556,7 +557,6 @@ declare const VTooltip: {
|
|
|
556
557
|
closeOnBack: boolean;
|
|
557
558
|
contained: boolean;
|
|
558
559
|
noClickAnimation: boolean;
|
|
559
|
-
persistent: boolean;
|
|
560
560
|
scrim: string | boolean;
|
|
561
561
|
_disableGlobalStack: boolean;
|
|
562
562
|
} & {
|
|
@@ -625,7 +625,7 @@ declare const VTooltip: {
|
|
|
625
625
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
626
626
|
localTop: vue.ComputedRef<boolean>;
|
|
627
627
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
628
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
628
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
629
629
|
_allExposed: {
|
|
630
630
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
631
631
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -850,6 +850,7 @@ declare const VTooltip: {
|
|
|
850
850
|
style: vue.StyleValue;
|
|
851
851
|
eager: boolean;
|
|
852
852
|
disabled: boolean;
|
|
853
|
+
persistent: boolean;
|
|
853
854
|
modelValue: boolean;
|
|
854
855
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
855
856
|
updateLocation: (e?: Event) => void;
|
|
@@ -863,7 +864,6 @@ declare const VTooltip: {
|
|
|
863
864
|
closeOnBack: boolean;
|
|
864
865
|
contained: boolean;
|
|
865
866
|
noClickAnimation: boolean;
|
|
866
|
-
persistent: boolean;
|
|
867
867
|
scrim: string | boolean;
|
|
868
868
|
_disableGlobalStack: boolean;
|
|
869
869
|
}> & Omit<{
|
|
@@ -877,6 +877,7 @@ declare const VTooltip: {
|
|
|
877
877
|
style: vue.StyleValue;
|
|
878
878
|
eager: boolean;
|
|
879
879
|
disabled: boolean;
|
|
880
|
+
persistent: boolean;
|
|
880
881
|
modelValue: boolean;
|
|
881
882
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
882
883
|
updateLocation: (e?: Event) => void;
|
|
@@ -888,7 +889,6 @@ declare const VTooltip: {
|
|
|
888
889
|
closeOnBack: boolean;
|
|
889
890
|
contained: boolean;
|
|
890
891
|
noClickAnimation: boolean;
|
|
891
|
-
persistent: boolean;
|
|
892
892
|
scrim: string | boolean;
|
|
893
893
|
_disableGlobalStack: boolean;
|
|
894
894
|
offset?: string | number | number[] | undefined;
|
|
@@ -955,6 +955,7 @@ declare const VTooltip: {
|
|
|
955
955
|
style: vue.StyleValue;
|
|
956
956
|
eager: boolean;
|
|
957
957
|
disabled: boolean;
|
|
958
|
+
persistent: boolean;
|
|
958
959
|
modelValue: boolean;
|
|
959
960
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
960
961
|
updateLocation: (e?: Event) => void;
|
|
@@ -966,7 +967,6 @@ declare const VTooltip: {
|
|
|
966
967
|
closeOnBack: boolean;
|
|
967
968
|
contained: boolean;
|
|
968
969
|
noClickAnimation: boolean;
|
|
969
|
-
persistent: boolean;
|
|
970
970
|
scrim: string | boolean;
|
|
971
971
|
_disableGlobalStack: boolean;
|
|
972
972
|
} & {
|
|
@@ -1026,7 +1026,7 @@ declare const VTooltip: {
|
|
|
1026
1026
|
onAfterLeave?: (() => any) | undefined;
|
|
1027
1027
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1028
1028
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1029
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1029
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1030
1030
|
$attrs: {
|
|
1031
1031
|
[x: string]: unknown;
|
|
1032
1032
|
};
|
|
@@ -1058,6 +1058,7 @@ declare const VTooltip: {
|
|
|
1058
1058
|
style: vue.StyleValue;
|
|
1059
1059
|
eager: boolean;
|
|
1060
1060
|
disabled: boolean;
|
|
1061
|
+
persistent: boolean;
|
|
1061
1062
|
modelValue: boolean;
|
|
1062
1063
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1063
1064
|
updateLocation: (e?: Event) => void;
|
|
@@ -1069,7 +1070,6 @@ declare const VTooltip: {
|
|
|
1069
1070
|
closeOnBack: boolean;
|
|
1070
1071
|
contained: boolean;
|
|
1071
1072
|
noClickAnimation: boolean;
|
|
1072
|
-
persistent: boolean;
|
|
1073
1073
|
scrim: string | boolean;
|
|
1074
1074
|
_disableGlobalStack: boolean;
|
|
1075
1075
|
} & {
|
|
@@ -1154,6 +1154,7 @@ declare const VTooltip: {
|
|
|
1154
1154
|
style: vue.StyleValue;
|
|
1155
1155
|
eager: boolean;
|
|
1156
1156
|
disabled: boolean;
|
|
1157
|
+
persistent: boolean;
|
|
1157
1158
|
modelValue: boolean;
|
|
1158
1159
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1159
1160
|
updateLocation: (e?: Event) => void;
|
|
@@ -1167,7 +1168,6 @@ declare const VTooltip: {
|
|
|
1167
1168
|
closeOnBack: boolean;
|
|
1168
1169
|
contained: boolean;
|
|
1169
1170
|
noClickAnimation: boolean;
|
|
1170
|
-
persistent: boolean;
|
|
1171
1171
|
scrim: string | boolean;
|
|
1172
1172
|
_disableGlobalStack: boolean;
|
|
1173
1173
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1210,6 +1210,7 @@ declare const VTooltip: {
|
|
|
1210
1210
|
style: vue.StyleValue;
|
|
1211
1211
|
eager: boolean;
|
|
1212
1212
|
disabled: boolean;
|
|
1213
|
+
persistent: boolean;
|
|
1213
1214
|
modelValue: boolean;
|
|
1214
1215
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1215
1216
|
updateLocation: (e?: Event) => void;
|
|
@@ -1221,7 +1222,6 @@ declare const VTooltip: {
|
|
|
1221
1222
|
closeOnBack: boolean;
|
|
1222
1223
|
contained: boolean;
|
|
1223
1224
|
noClickAnimation: boolean;
|
|
1224
|
-
persistent: boolean;
|
|
1225
1225
|
scrim: string | boolean;
|
|
1226
1226
|
_disableGlobalStack: boolean;
|
|
1227
1227
|
} & {
|
|
@@ -1290,7 +1290,7 @@ declare const VTooltip: {
|
|
|
1290
1290
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1291
1291
|
localTop: vue.ComputedRef<boolean>;
|
|
1292
1292
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1293
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1293
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
1294
1294
|
_allExposed: {
|
|
1295
1295
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1296
1296
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -1423,6 +1423,7 @@ declare const VTooltip: {
|
|
|
1423
1423
|
style: vue.StyleValue;
|
|
1424
1424
|
eager: boolean;
|
|
1425
1425
|
disabled: boolean;
|
|
1426
|
+
persistent: boolean;
|
|
1426
1427
|
modelValue: boolean;
|
|
1427
1428
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1428
1429
|
updateLocation: (e?: Event) => void;
|
|
@@ -1436,7 +1437,6 @@ declare const VTooltip: {
|
|
|
1436
1437
|
closeOnBack: boolean;
|
|
1437
1438
|
contained: boolean;
|
|
1438
1439
|
noClickAnimation: boolean;
|
|
1439
|
-
persistent: boolean;
|
|
1440
1440
|
scrim: string | boolean;
|
|
1441
1441
|
_disableGlobalStack: boolean;
|
|
1442
1442
|
}> & Omit<{
|
|
@@ -1450,6 +1450,7 @@ declare const VTooltip: {
|
|
|
1450
1450
|
style: vue.StyleValue;
|
|
1451
1451
|
eager: boolean;
|
|
1452
1452
|
disabled: boolean;
|
|
1453
|
+
persistent: boolean;
|
|
1453
1454
|
modelValue: boolean;
|
|
1454
1455
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1455
1456
|
updateLocation: (e?: Event) => void;
|
|
@@ -1461,7 +1462,6 @@ declare const VTooltip: {
|
|
|
1461
1462
|
closeOnBack: boolean;
|
|
1462
1463
|
contained: boolean;
|
|
1463
1464
|
noClickAnimation: boolean;
|
|
1464
|
-
persistent: boolean;
|
|
1465
1465
|
scrim: string | boolean;
|
|
1466
1466
|
_disableGlobalStack: boolean;
|
|
1467
1467
|
offset?: string | number | number[] | undefined;
|
|
@@ -1528,6 +1528,7 @@ declare const VTooltip: {
|
|
|
1528
1528
|
style: vue.StyleValue;
|
|
1529
1529
|
eager: boolean;
|
|
1530
1530
|
disabled: boolean;
|
|
1531
|
+
persistent: boolean;
|
|
1531
1532
|
modelValue: boolean;
|
|
1532
1533
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1533
1534
|
updateLocation: (e?: Event) => void;
|
|
@@ -1539,7 +1540,6 @@ declare const VTooltip: {
|
|
|
1539
1540
|
closeOnBack: boolean;
|
|
1540
1541
|
contained: boolean;
|
|
1541
1542
|
noClickAnimation: boolean;
|
|
1542
|
-
persistent: boolean;
|
|
1543
1543
|
scrim: string | boolean;
|
|
1544
1544
|
_disableGlobalStack: boolean;
|
|
1545
1545
|
} & {
|
|
@@ -1599,7 +1599,7 @@ declare const VTooltip: {
|
|
|
1599
1599
|
onAfterLeave?: (() => any) | undefined;
|
|
1600
1600
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1601
1601
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1602
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1602
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1603
1603
|
$attrs: {
|
|
1604
1604
|
[x: string]: unknown;
|
|
1605
1605
|
};
|
|
@@ -1631,6 +1631,7 @@ declare const VTooltip: {
|
|
|
1631
1631
|
style: vue.StyleValue;
|
|
1632
1632
|
eager: boolean;
|
|
1633
1633
|
disabled: boolean;
|
|
1634
|
+
persistent: boolean;
|
|
1634
1635
|
modelValue: boolean;
|
|
1635
1636
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1636
1637
|
updateLocation: (e?: Event) => void;
|
|
@@ -1642,7 +1643,6 @@ declare const VTooltip: {
|
|
|
1642
1643
|
closeOnBack: boolean;
|
|
1643
1644
|
contained: boolean;
|
|
1644
1645
|
noClickAnimation: boolean;
|
|
1645
|
-
persistent: boolean;
|
|
1646
1646
|
scrim: string | boolean;
|
|
1647
1647
|
_disableGlobalStack: boolean;
|
|
1648
1648
|
} & {
|
|
@@ -1727,6 +1727,7 @@ declare const VTooltip: {
|
|
|
1727
1727
|
style: vue.StyleValue;
|
|
1728
1728
|
eager: boolean;
|
|
1729
1729
|
disabled: boolean;
|
|
1730
|
+
persistent: boolean;
|
|
1730
1731
|
modelValue: boolean;
|
|
1731
1732
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1732
1733
|
updateLocation: (e?: Event) => void;
|
|
@@ -1740,7 +1741,6 @@ declare const VTooltip: {
|
|
|
1740
1741
|
closeOnBack: boolean;
|
|
1741
1742
|
contained: boolean;
|
|
1742
1743
|
noClickAnimation: boolean;
|
|
1743
|
-
persistent: boolean;
|
|
1744
1744
|
scrim: string | boolean;
|
|
1745
1745
|
_disableGlobalStack: boolean;
|
|
1746
1746
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1783,6 +1783,7 @@ declare const VTooltip: {
|
|
|
1783
1783
|
style: vue.StyleValue;
|
|
1784
1784
|
eager: boolean;
|
|
1785
1785
|
disabled: boolean;
|
|
1786
|
+
persistent: boolean;
|
|
1786
1787
|
modelValue: boolean;
|
|
1787
1788
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
1788
1789
|
updateLocation: (e?: Event) => void;
|
|
@@ -1794,7 +1795,6 @@ declare const VTooltip: {
|
|
|
1794
1795
|
closeOnBack: boolean;
|
|
1795
1796
|
contained: boolean;
|
|
1796
1797
|
noClickAnimation: boolean;
|
|
1797
|
-
persistent: boolean;
|
|
1798
1798
|
scrim: string | boolean;
|
|
1799
1799
|
_disableGlobalStack: boolean;
|
|
1800
1800
|
} & {
|
|
@@ -1863,7 +1863,7 @@ declare const VTooltip: {
|
|
|
1863
1863
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1864
1864
|
localTop: vue.ComputedRef<boolean>;
|
|
1865
1865
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1866
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1866
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "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" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
1867
1867
|
_allExposed: {
|
|
1868
1868
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1869
1869
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -134,8 +134,8 @@ declare const VWindow: {
|
|
|
134
134
|
continuous: boolean;
|
|
135
135
|
} & {
|
|
136
136
|
class?: any;
|
|
137
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
138
137
|
theme?: string | undefined;
|
|
138
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
139
139
|
showArrows?: string | boolean | undefined;
|
|
140
140
|
} & {}, {
|
|
141
141
|
group: GroupProvide;
|
|
@@ -154,8 +154,8 @@ declare const VWindow: {
|
|
|
154
154
|
continuous: boolean;
|
|
155
155
|
} & {
|
|
156
156
|
class?: any;
|
|
157
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
158
157
|
theme?: string | undefined;
|
|
158
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
159
159
|
showArrows?: string | boolean | undefined;
|
|
160
160
|
} & {}, {
|
|
161
161
|
reverse: boolean;
|
|
@@ -202,8 +202,8 @@ declare const VWindow: {
|
|
|
202
202
|
continuous: boolean;
|
|
203
203
|
} & {
|
|
204
204
|
class?: any;
|
|
205
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
206
205
|
theme?: string | undefined;
|
|
206
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
207
207
|
showArrows?: string | boolean | undefined;
|
|
208
208
|
} & {}, {
|
|
209
209
|
group: GroupProvide;
|
|
@@ -236,8 +236,8 @@ declare const VWindow: {
|
|
|
236
236
|
continuous: boolean;
|
|
237
237
|
} & {
|
|
238
238
|
class?: any;
|
|
239
|
-
touch?: boolean | TouchHandlers | undefined;
|
|
240
239
|
theme?: string | undefined;
|
|
240
|
+
touch?: boolean | TouchHandlers | undefined;
|
|
241
241
|
showArrows?: string | boolean | undefined;
|
|
242
242
|
} & {}, {
|
|
243
243
|
group: GroupProvide;
|