vuetify 3.5.9 → 3.5.10
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +106 -6
- package/dist/json/importMap-labs.json +8 -4
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +2456 -2414
- package/dist/vuetify-labs.d.ts +2711 -1996
- package/dist/vuetify-labs.esm.js +518 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +518 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +681 -676
- package/dist/vuetify.d.ts +2356 -2303
- package/dist/vuetify.esm.js +605 -330
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +604 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1106 -1098
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +94 -94
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +94 -94
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -48
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +94 -94
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +1869 -1832
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +37 -36
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/index.d.mts +8 -8
- package/lib/labs/components.d.mts +788 -95
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -14,9 +14,9 @@ declare const VThemeProvider: {
|
|
|
14
14
|
class?: any;
|
|
15
15
|
theme?: string | undefined;
|
|
16
16
|
} & {
|
|
17
|
-
$children?: vue.VNodeChild |
|
|
17
|
+
$children?: vue.VNodeChild | {
|
|
18
18
|
default?: (() => vue.VNodeChild) | undefined;
|
|
19
|
-
};
|
|
19
|
+
} | (() => vue.VNodeChild);
|
|
20
20
|
'v-slots'?: {
|
|
21
21
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
22
22
|
} | undefined;
|
|
@@ -32,9 +32,9 @@ declare const VThemeProvider: {
|
|
|
32
32
|
class?: any;
|
|
33
33
|
theme?: string | undefined;
|
|
34
34
|
} & {
|
|
35
|
-
$children?: vue.VNodeChild |
|
|
35
|
+
$children?: vue.VNodeChild | {
|
|
36
36
|
default?: (() => vue.VNodeChild) | undefined;
|
|
37
|
-
};
|
|
37
|
+
} | (() => vue.VNodeChild);
|
|
38
38
|
'v-slots'?: {
|
|
39
39
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
40
40
|
} | undefined;
|
|
@@ -63,9 +63,9 @@ declare const VThemeProvider: {
|
|
|
63
63
|
class?: any;
|
|
64
64
|
theme?: string | undefined;
|
|
65
65
|
} & {
|
|
66
|
-
$children?: vue.VNodeChild |
|
|
66
|
+
$children?: vue.VNodeChild | {
|
|
67
67
|
default?: (() => vue.VNodeChild) | undefined;
|
|
68
|
-
};
|
|
68
|
+
} | (() => vue.VNodeChild);
|
|
69
69
|
'v-slots'?: {
|
|
70
70
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
71
71
|
} | undefined;
|
|
@@ -89,9 +89,9 @@ declare const VThemeProvider: {
|
|
|
89
89
|
class?: any;
|
|
90
90
|
theme?: string | undefined;
|
|
91
91
|
} & {
|
|
92
|
-
$children?: vue.VNodeChild |
|
|
92
|
+
$children?: vue.VNodeChild | {
|
|
93
93
|
default?: (() => vue.VNodeChild) | undefined;
|
|
94
|
-
};
|
|
94
|
+
} | (() => vue.VNodeChild);
|
|
95
95
|
'v-slots'?: {
|
|
96
96
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
97
97
|
} | undefined;
|
|
@@ -28,9 +28,9 @@ declare const VTimeline: {
|
|
|
28
28
|
lineColor?: string | undefined;
|
|
29
29
|
truncateLine?: TimelineTruncateLine;
|
|
30
30
|
} & {
|
|
31
|
-
$children?: vue.VNodeChild |
|
|
31
|
+
$children?: vue.VNodeChild | {
|
|
32
32
|
default?: (() => vue.VNodeChild) | undefined;
|
|
33
|
-
};
|
|
33
|
+
} | (() => vue.VNodeChild);
|
|
34
34
|
'v-slots'?: {
|
|
35
35
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
36
36
|
} | undefined;
|
|
@@ -52,9 +52,9 @@ declare const VTimeline: {
|
|
|
52
52
|
lineColor?: string | undefined;
|
|
53
53
|
truncateLine?: TimelineTruncateLine;
|
|
54
54
|
} & {
|
|
55
|
-
$children?: vue.VNodeChild |
|
|
55
|
+
$children?: vue.VNodeChild | {
|
|
56
56
|
default?: (() => vue.VNodeChild) | undefined;
|
|
57
|
-
};
|
|
57
|
+
} | (() => vue.VNodeChild);
|
|
58
58
|
'v-slots'?: {
|
|
59
59
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
60
60
|
} | undefined;
|
|
@@ -94,9 +94,9 @@ declare const VTimeline: {
|
|
|
94
94
|
lineColor?: string | undefined;
|
|
95
95
|
truncateLine?: TimelineTruncateLine;
|
|
96
96
|
} & {
|
|
97
|
-
$children?: vue.VNodeChild |
|
|
97
|
+
$children?: vue.VNodeChild | {
|
|
98
98
|
default?: (() => vue.VNodeChild) | undefined;
|
|
99
|
-
};
|
|
99
|
+
} | (() => vue.VNodeChild);
|
|
100
100
|
'v-slots'?: {
|
|
101
101
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
102
102
|
} | undefined;
|
|
@@ -129,9 +129,9 @@ declare const VTimeline: {
|
|
|
129
129
|
lineColor?: string | undefined;
|
|
130
130
|
truncateLine?: TimelineTruncateLine;
|
|
131
131
|
} & {
|
|
132
|
-
$children?: vue.VNodeChild |
|
|
132
|
+
$children?: vue.VNodeChild | {
|
|
133
133
|
default?: (() => vue.VNodeChild) | undefined;
|
|
134
|
-
};
|
|
134
|
+
} | (() => vue.VNodeChild);
|
|
135
135
|
'v-slots'?: {
|
|
136
136
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
137
137
|
} | undefined;
|
|
@@ -517,9 +517,9 @@ declare const VToolbarItems: {
|
|
|
517
517
|
color?: string | undefined;
|
|
518
518
|
class?: any;
|
|
519
519
|
} & {
|
|
520
|
-
$children?: vue.VNodeChild |
|
|
520
|
+
$children?: vue.VNodeChild | {
|
|
521
521
|
default?: (() => vue.VNodeChild) | undefined;
|
|
522
|
-
};
|
|
522
|
+
} | (() => vue.VNodeChild);
|
|
523
523
|
'v-slots'?: {
|
|
524
524
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
525
525
|
} | undefined;
|
|
@@ -532,9 +532,9 @@ declare const VToolbarItems: {
|
|
|
532
532
|
color?: string | undefined;
|
|
533
533
|
class?: any;
|
|
534
534
|
} & {
|
|
535
|
-
$children?: vue.VNodeChild |
|
|
535
|
+
$children?: vue.VNodeChild | {
|
|
536
536
|
default?: (() => vue.VNodeChild) | undefined;
|
|
537
|
-
};
|
|
537
|
+
} | (() => vue.VNodeChild);
|
|
538
538
|
'v-slots'?: {
|
|
539
539
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
540
540
|
} | undefined;
|
|
@@ -561,9 +561,9 @@ declare const VToolbarItems: {
|
|
|
561
561
|
color?: string | undefined;
|
|
562
562
|
class?: any;
|
|
563
563
|
} & {
|
|
564
|
-
$children?: vue.VNodeChild |
|
|
564
|
+
$children?: vue.VNodeChild | {
|
|
565
565
|
default?: (() => vue.VNodeChild) | undefined;
|
|
566
|
-
};
|
|
566
|
+
} | (() => vue.VNodeChild);
|
|
567
567
|
'v-slots'?: {
|
|
568
568
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
569
569
|
} | undefined;
|
|
@@ -583,9 +583,9 @@ declare const VToolbarItems: {
|
|
|
583
583
|
color?: string | undefined;
|
|
584
584
|
class?: any;
|
|
585
585
|
} & {
|
|
586
|
-
$children?: vue.VNodeChild |
|
|
586
|
+
$children?: vue.VNodeChild | {
|
|
587
587
|
default?: (() => vue.VNodeChild) | undefined;
|
|
588
|
-
};
|
|
588
|
+
} | (() => vue.VNodeChild);
|
|
589
589
|
'v-slots'?: {
|
|
590
590
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
591
591
|
} | undefined;
|
|
@@ -446,6 +446,7 @@ declare const VTooltip: {
|
|
|
446
446
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
447
447
|
}, {
|
|
448
448
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
449
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
449
450
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
450
451
|
animateClick: () => void;
|
|
451
452
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -593,15 +594,16 @@ declare const VTooltip: {
|
|
|
593
594
|
onAfterLeave?: (() => any) | undefined;
|
|
594
595
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
595
596
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
596
|
-
}, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
597
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
597
598
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
599
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
598
600
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
599
601
|
animateClick: () => void;
|
|
600
602
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
601
603
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
602
604
|
localTop: vue.ComputedRef<boolean>;
|
|
603
605
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
604
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "
|
|
606
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "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, {
|
|
605
607
|
'update:modelValue': (value: boolean) => boolean;
|
|
606
608
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
607
609
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -1084,6 +1086,7 @@ declare const VTooltip: {
|
|
|
1084
1086
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1085
1087
|
}, {
|
|
1086
1088
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1089
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1087
1090
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1088
1091
|
animateClick: () => void;
|
|
1089
1092
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -1231,15 +1234,16 @@ declare const VTooltip: {
|
|
|
1231
1234
|
onAfterLeave?: (() => any) | undefined;
|
|
1232
1235
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1233
1236
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1234
|
-
}, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1237
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1235
1238
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1239
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1236
1240
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1237
1241
|
animateClick: () => void;
|
|
1238
1242
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1239
1243
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1240
1244
|
localTop: vue.ComputedRef<boolean>;
|
|
1241
1245
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1242
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "
|
|
1246
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "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}`>, {}, {}, {}, {
|
|
1243
1247
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
1244
1248
|
location: NonNullable<Anchor>;
|
|
1245
1249
|
origin: NonNullable<"auto" | Anchor | "overlap">;
|
|
@@ -1630,6 +1634,7 @@ declare const VTooltip: {
|
|
|
1630
1634
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1631
1635
|
}, {
|
|
1632
1636
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1637
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1633
1638
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1634
1639
|
animateClick: () => void;
|
|
1635
1640
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -1777,15 +1782,16 @@ declare const VTooltip: {
|
|
|
1777
1782
|
onAfterLeave?: (() => any) | undefined;
|
|
1778
1783
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1779
1784
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1780
|
-
}, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1785
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1781
1786
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1787
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1782
1788
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1783
1789
|
animateClick: () => void;
|
|
1784
1790
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1785
1791
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1786
1792
|
localTop: vue.ComputedRef<boolean>;
|
|
1787
1793
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1788
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "
|
|
1794
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "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, {
|
|
1789
1795
|
'update:modelValue': (value: boolean) => boolean;
|
|
1790
1796
|
}, string, {
|
|
1791
1797
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -1884,8 +1890,8 @@ declare const VTooltip: {
|
|
|
1884
1890
|
disabled: BooleanConstructor;
|
|
1885
1891
|
class: vue.PropType<any>;
|
|
1886
1892
|
theme: StringConstructor;
|
|
1887
|
-
contentClass: null;
|
|
1888
1893
|
modelValue: BooleanConstructor;
|
|
1894
|
+
contentClass: null;
|
|
1889
1895
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
1890
1896
|
locationStrategy: Omit<{
|
|
1891
1897
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -2010,8 +2016,8 @@ declare const VTooltip: {
|
|
|
2010
2016
|
disabled: BooleanConstructor;
|
|
2011
2017
|
class: vue.PropType<any>;
|
|
2012
2018
|
theme: StringConstructor;
|
|
2013
|
-
contentClass: null;
|
|
2014
2019
|
modelValue: BooleanConstructor;
|
|
2020
|
+
contentClass: null;
|
|
2015
2021
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2016
2022
|
locationStrategy: Omit<{
|
|
2017
2023
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -133,7 +133,7 @@ declare const VWindow: {
|
|
|
133
133
|
group: GroupProvide;
|
|
134
134
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
135
135
|
'update:modelValue': (value: any) => boolean;
|
|
136
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:additional" | "
|
|
136
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
137
137
|
reverse: boolean;
|
|
138
138
|
direction: "horizontal" | "vertical";
|
|
139
139
|
style: vue.StyleValue;
|
|
@@ -243,7 +243,7 @@ declare const VWindow: {
|
|
|
243
243
|
group: GroupProvide;
|
|
244
244
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
245
245
|
'update:modelValue': (value: any) => boolean;
|
|
246
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:additional" | "
|
|
246
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
|
247
247
|
reverse: boolean;
|
|
248
248
|
direction: "horizontal" | "vertical";
|
|
249
249
|
style: vue.StyleValue;
|
|
@@ -383,9 +383,9 @@ declare const VWindowItem: {
|
|
|
383
383
|
selectedClass?: string | undefined;
|
|
384
384
|
reverseTransition?: string | boolean | undefined;
|
|
385
385
|
} & {
|
|
386
|
-
$children?: vue.VNodeChild |
|
|
386
|
+
$children?: vue.VNodeChild | {
|
|
387
387
|
default?: (() => vue.VNodeChild) | undefined;
|
|
388
|
-
};
|
|
388
|
+
} | (() => vue.VNodeChild);
|
|
389
389
|
'v-slots'?: {
|
|
390
390
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
391
391
|
} | undefined;
|
|
@@ -412,9 +412,9 @@ declare const VWindowItem: {
|
|
|
412
412
|
selectedClass?: string | undefined;
|
|
413
413
|
reverseTransition?: string | boolean | undefined;
|
|
414
414
|
} & {
|
|
415
|
-
$children?: vue.VNodeChild |
|
|
415
|
+
$children?: vue.VNodeChild | {
|
|
416
416
|
default?: (() => vue.VNodeChild) | undefined;
|
|
417
|
-
};
|
|
417
|
+
} | (() => vue.VNodeChild);
|
|
418
418
|
'v-slots'?: {
|
|
419
419
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
420
420
|
} | undefined;
|
|
@@ -452,9 +452,9 @@ declare const VWindowItem: {
|
|
|
452
452
|
selectedClass?: string | undefined;
|
|
453
453
|
reverseTransition?: string | boolean | undefined;
|
|
454
454
|
} & {
|
|
455
|
-
$children?: vue.VNodeChild |
|
|
455
|
+
$children?: vue.VNodeChild | {
|
|
456
456
|
default?: (() => vue.VNodeChild) | undefined;
|
|
457
|
-
};
|
|
457
|
+
} | (() => vue.VNodeChild);
|
|
458
458
|
'v-slots'?: {
|
|
459
459
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
460
460
|
} | undefined;
|
|
@@ -487,9 +487,9 @@ declare const VWindowItem: {
|
|
|
487
487
|
selectedClass?: string | undefined;
|
|
488
488
|
reverseTransition?: string | boolean | undefined;
|
|
489
489
|
} & {
|
|
490
|
-
$children?: vue.VNodeChild |
|
|
490
|
+
$children?: vue.VNodeChild | {
|
|
491
491
|
default?: (() => vue.VNodeChild) | undefined;
|
|
492
|
-
};
|
|
492
|
+
} | (() => vue.VNodeChild);
|
|
493
493
|
'v-slots'?: {
|
|
494
494
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
495
495
|
} | undefined;
|