@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-04
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/importMap-labs.json +12 -12
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2738 -2738
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2700 -2700
- package/dist/vuetify.d.ts +853 -853
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- 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 +109 -109
- 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/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- 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/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- 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/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- 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 +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- 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 +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- 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/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- 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
@@ -131,9 +131,9 @@ declare const VTooltip: {
|
|
131
131
|
class?: any;
|
132
132
|
theme?: string | undefined;
|
133
133
|
contentClass?: any;
|
134
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
135
134
|
closeDelay?: string | number | undefined;
|
136
135
|
openDelay?: string | number | undefined;
|
136
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
137
137
|
openOnFocus?: boolean | undefined;
|
138
138
|
contentProps?: any;
|
139
139
|
attach?: string | boolean | Element | undefined;
|
@@ -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;
|
@@ -238,9 +238,9 @@ declare const VTooltip: {
|
|
238
238
|
class?: any;
|
239
239
|
theme?: string | undefined;
|
240
240
|
contentClass?: any;
|
241
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
242
241
|
closeDelay?: string | number | undefined;
|
243
242
|
openDelay?: string | number | undefined;
|
243
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
244
244
|
openOnClick?: boolean | undefined;
|
245
245
|
openOnFocus?: boolean | undefined;
|
246
246
|
contentProps?: any;
|
@@ -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
|
} & {
|
@@ -317,9 +317,9 @@ declare const VTooltip: {
|
|
317
317
|
class?: any;
|
318
318
|
theme?: string | undefined;
|
319
319
|
contentClass?: any;
|
320
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
321
320
|
closeDelay?: string | number | undefined;
|
322
321
|
openDelay?: string | number | undefined;
|
322
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
323
323
|
openOnClick?: boolean | undefined;
|
324
324
|
openOnFocus?: boolean | undefined;
|
325
325
|
contentProps?: any;
|
@@ -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
|
};
|
@@ -380,7 +380,7 @@ declare const VTooltip: {
|
|
380
380
|
}>;
|
381
381
|
$root: vue.ComponentPublicInstance | null;
|
382
382
|
$parent: vue.ComponentPublicInstance | null;
|
383
|
-
$emit: ((event: "
|
383
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
384
384
|
$el: any;
|
385
385
|
$options: vue.ComponentOptionsBase<{
|
386
386
|
absolute: boolean;
|
@@ -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
|
} & {
|
@@ -420,9 +420,9 @@ declare const VTooltip: {
|
|
420
420
|
class?: any;
|
421
421
|
theme?: string | undefined;
|
422
422
|
contentClass?: any;
|
423
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
424
423
|
closeDelay?: string | number | undefined;
|
425
424
|
openDelay?: string | number | undefined;
|
425
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
426
426
|
openOnClick?: boolean | undefined;
|
427
427
|
openOnFocus?: boolean | undefined;
|
428
428
|
contentProps?: any;
|
@@ -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
|
} & {
|
@@ -572,9 +572,9 @@ declare const VTooltip: {
|
|
572
572
|
class?: any;
|
573
573
|
theme?: string | undefined;
|
574
574
|
contentClass?: any;
|
575
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
576
575
|
closeDelay?: string | number | undefined;
|
577
576
|
openDelay?: string | number | undefined;
|
577
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
578
578
|
openOnClick?: boolean | undefined;
|
579
579
|
openOnFocus?: boolean | undefined;
|
580
580
|
contentProps?: any;
|
@@ -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" | "closeDelay" | "openDelay" | "activator" | "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") | "v-slot:activator">, `$${any}`> & {
|
629
629
|
_allExposed: {
|
630
630
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
631
631
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -676,9 +676,9 @@ declare const VTooltip: {
|
|
676
676
|
class?: any;
|
677
677
|
theme?: string | undefined;
|
678
678
|
contentClass?: any;
|
679
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
680
679
|
closeDelay?: string | number | undefined;
|
681
680
|
openDelay?: string | number | undefined;
|
681
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
682
682
|
openOnFocus?: boolean | undefined;
|
683
683
|
contentProps?: any;
|
684
684
|
attach?: string | boolean | Element | undefined;
|
@@ -796,9 +796,9 @@ declare const VTooltip: {
|
|
796
796
|
class?: any;
|
797
797
|
theme?: string | undefined;
|
798
798
|
contentClass?: any;
|
799
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
800
799
|
closeDelay?: string | number | undefined;
|
801
800
|
openDelay?: string | number | undefined;
|
801
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
802
802
|
openOnFocus?: boolean | undefined;
|
803
803
|
contentProps?: any;
|
804
804
|
attach?: string | boolean | Element | 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;
|
@@ -903,9 +903,9 @@ declare const VTooltip: {
|
|
903
903
|
class?: any;
|
904
904
|
theme?: string | undefined;
|
905
905
|
contentClass?: any;
|
906
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
907
906
|
closeDelay?: string | number | undefined;
|
908
907
|
openDelay?: string | number | undefined;
|
908
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
909
909
|
openOnClick?: boolean | undefined;
|
910
910
|
openOnFocus?: boolean | undefined;
|
911
911
|
contentProps?: any;
|
@@ -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
|
} & {
|
@@ -982,9 +982,9 @@ declare const VTooltip: {
|
|
982
982
|
class?: any;
|
983
983
|
theme?: string | undefined;
|
984
984
|
contentClass?: any;
|
985
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
986
985
|
closeDelay?: string | number | undefined;
|
987
986
|
openDelay?: string | number | undefined;
|
987
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
988
988
|
openOnClick?: boolean | undefined;
|
989
989
|
openOnFocus?: boolean | undefined;
|
990
990
|
contentProps?: any;
|
@@ -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
|
};
|
@@ -1045,7 +1045,7 @@ declare const VTooltip: {
|
|
1045
1045
|
}>;
|
1046
1046
|
$root: vue.ComponentPublicInstance | null;
|
1047
1047
|
$parent: vue.ComponentPublicInstance | null;
|
1048
|
-
$emit: ((event: "
|
1048
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1049
1049
|
$el: any;
|
1050
1050
|
$options: vue.ComponentOptionsBase<{
|
1051
1051
|
absolute: boolean;
|
@@ -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
|
} & {
|
@@ -1085,9 +1085,9 @@ declare const VTooltip: {
|
|
1085
1085
|
class?: any;
|
1086
1086
|
theme?: string | undefined;
|
1087
1087
|
contentClass?: any;
|
1088
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1089
1088
|
closeDelay?: string | number | undefined;
|
1090
1089
|
openDelay?: string | number | undefined;
|
1090
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1091
1091
|
openOnClick?: boolean | undefined;
|
1092
1092
|
openOnFocus?: boolean | undefined;
|
1093
1093
|
contentProps?: any;
|
@@ -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
|
} & {
|
@@ -1237,9 +1237,9 @@ declare const VTooltip: {
|
|
1237
1237
|
class?: any;
|
1238
1238
|
theme?: string | undefined;
|
1239
1239
|
contentClass?: any;
|
1240
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1241
1240
|
closeDelay?: string | number | undefined;
|
1242
1241
|
openDelay?: string | number | undefined;
|
1242
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1243
1243
|
openOnClick?: boolean | undefined;
|
1244
1244
|
openOnFocus?: boolean | undefined;
|
1245
1245
|
contentProps?: any;
|
@@ -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" | "closeDelay" | "openDelay" | "activator" | "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") | "v-slot:activator">, `$${any}`> & {
|
1294
1294
|
_allExposed: {
|
1295
1295
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1296
1296
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1369,9 +1369,9 @@ declare const VTooltip: {
|
|
1369
1369
|
class?: any;
|
1370
1370
|
theme?: string | undefined;
|
1371
1371
|
contentClass?: any;
|
1372
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1373
1372
|
closeDelay?: string | number | undefined;
|
1374
1373
|
openDelay?: string | number | undefined;
|
1374
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1375
1375
|
openOnFocus?: boolean | undefined;
|
1376
1376
|
contentProps?: any;
|
1377
1377
|
attach?: string | boolean | Element | 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;
|
@@ -1476,9 +1476,9 @@ declare const VTooltip: {
|
|
1476
1476
|
class?: any;
|
1477
1477
|
theme?: string | undefined;
|
1478
1478
|
contentClass?: any;
|
1479
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1480
1479
|
closeDelay?: string | number | undefined;
|
1481
1480
|
openDelay?: string | number | undefined;
|
1481
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1482
1482
|
openOnClick?: boolean | undefined;
|
1483
1483
|
openOnFocus?: boolean | undefined;
|
1484
1484
|
contentProps?: any;
|
@@ -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
|
} & {
|
@@ -1555,9 +1555,9 @@ declare const VTooltip: {
|
|
1555
1555
|
class?: any;
|
1556
1556
|
theme?: string | undefined;
|
1557
1557
|
contentClass?: any;
|
1558
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1559
1558
|
closeDelay?: string | number | undefined;
|
1560
1559
|
openDelay?: string | number | undefined;
|
1560
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1561
1561
|
openOnClick?: boolean | undefined;
|
1562
1562
|
openOnFocus?: boolean | undefined;
|
1563
1563
|
contentProps?: any;
|
@@ -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
|
};
|
@@ -1618,7 +1618,7 @@ declare const VTooltip: {
|
|
1618
1618
|
}>;
|
1619
1619
|
$root: vue.ComponentPublicInstance | null;
|
1620
1620
|
$parent: vue.ComponentPublicInstance | null;
|
1621
|
-
$emit: ((event: "
|
1621
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1622
1622
|
$el: any;
|
1623
1623
|
$options: vue.ComponentOptionsBase<{
|
1624
1624
|
absolute: boolean;
|
@@ -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
|
} & {
|
@@ -1658,9 +1658,9 @@ declare const VTooltip: {
|
|
1658
1658
|
class?: any;
|
1659
1659
|
theme?: string | undefined;
|
1660
1660
|
contentClass?: any;
|
1661
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1662
1661
|
closeDelay?: string | number | undefined;
|
1663
1662
|
openDelay?: string | number | undefined;
|
1663
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1664
1664
|
openOnClick?: boolean | undefined;
|
1665
1665
|
openOnFocus?: boolean | undefined;
|
1666
1666
|
contentProps?: any;
|
@@ -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
|
} & {
|
@@ -1810,9 +1810,9 @@ declare const VTooltip: {
|
|
1810
1810
|
class?: any;
|
1811
1811
|
theme?: string | undefined;
|
1812
1812
|
contentClass?: any;
|
1813
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1814
1813
|
closeDelay?: string | number | undefined;
|
1815
1814
|
openDelay?: string | number | undefined;
|
1815
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1816
1816
|
openOnClick?: boolean | undefined;
|
1817
1817
|
openOnFocus?: boolean | undefined;
|
1818
1818
|
contentProps?: any;
|
@@ -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" | "closeDelay" | "openDelay" | "activator" | "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") | "v-slot:activator">, `$${any}`> & {
|
1867
1867
|
_allExposed: {
|
1868
1868
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1869
1869
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
@@ -1972,7 +1972,6 @@ declare const VTooltip: {
|
|
1972
1972
|
theme: StringConstructor;
|
1973
1973
|
modelValue: BooleanConstructor;
|
1974
1974
|
contentClass: null;
|
1975
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
1976
1975
|
locationStrategy: Omit<{
|
1977
1976
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
1978
1977
|
default: string;
|
@@ -1995,6 +1994,7 @@ declare const VTooltip: {
|
|
1995
1994
|
};
|
1996
1995
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
1997
1996
|
openDelay: (StringConstructor | NumberConstructor)[];
|
1997
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
1998
1998
|
activatorProps: {
|
1999
1999
|
type: vue.PropType<Record<string, any>>;
|
2000
2000
|
default: () => {};
|
@@ -2096,7 +2096,6 @@ declare const VTooltip: {
|
|
2096
2096
|
theme: StringConstructor;
|
2097
2097
|
modelValue: BooleanConstructor;
|
2098
2098
|
contentClass: null;
|
2099
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2100
2099
|
locationStrategy: Omit<{
|
2101
2100
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2102
2101
|
default: string;
|
@@ -2119,6 +2118,7 @@ declare const VTooltip: {
|
|
2119
2118
|
};
|
2120
2119
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2121
2120
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2121
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2122
2122
|
activatorProps: {
|
2123
2123
|
type: vue.PropType<Record<string, any>>;
|
2124
2124
|
default: () => {};
|
@@ -134,14 +134,14 @@ 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;
|
142
142
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
143
143
|
'update:modelValue': (value: any) => true;
|
144
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
144
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
145
145
|
reverse: boolean;
|
146
146
|
direction: "horizontal" | "vertical";
|
147
147
|
style: vue.StyleValue;
|
@@ -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,14 +236,14 @@ 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;
|
244
244
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
245
245
|
'update:modelValue': (value: any) => true;
|
246
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
246
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
|
247
247
|
reverse: boolean;
|
248
248
|
direction: "horizontal" | "vertical";
|
249
249
|
style: vue.StyleValue;
|