vuetify 3.6.13 → 3.7.0-beta.1
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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -10,9 +10,7 @@ type VMessageSlot = {
|
|
|
10
10
|
};
|
|
11
11
|
declare const VMessages: {
|
|
12
12
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
13
|
-
style: vue.StyleValue;
|
|
14
13
|
active: boolean;
|
|
15
|
-
messages: string | readonly string[];
|
|
16
14
|
transition: {
|
|
17
15
|
component: Component;
|
|
18
16
|
leaveAbsolute: boolean;
|
|
@@ -20,9 +18,11 @@ declare const VMessages: {
|
|
|
20
18
|
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
21
19
|
component?: Component | undefined;
|
|
22
20
|
})>;
|
|
21
|
+
style: vue.StyleValue;
|
|
22
|
+
messages: string | readonly string[];
|
|
23
23
|
} & {
|
|
24
|
-
class?: any;
|
|
25
24
|
color?: string | undefined;
|
|
25
|
+
class?: any;
|
|
26
26
|
} & {
|
|
27
27
|
$children?: {} | vue.VNodeChild | {
|
|
28
28
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
@@ -33,9 +33,7 @@ declare const VMessages: {
|
|
|
33
33
|
} & {
|
|
34
34
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
35
35
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
36
|
-
style: vue.StyleValue;
|
|
37
36
|
active: boolean;
|
|
38
|
-
messages: string | readonly string[];
|
|
39
37
|
transition: {
|
|
40
38
|
component: Component;
|
|
41
39
|
leaveAbsolute: boolean;
|
|
@@ -43,9 +41,11 @@ declare const VMessages: {
|
|
|
43
41
|
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
44
42
|
component?: Component | undefined;
|
|
45
43
|
})>;
|
|
44
|
+
style: vue.StyleValue;
|
|
45
|
+
messages: string | readonly string[];
|
|
46
46
|
} & {
|
|
47
|
-
class?: any;
|
|
48
47
|
color?: string | undefined;
|
|
48
|
+
class?: any;
|
|
49
49
|
} & {
|
|
50
50
|
$children?: {} | vue.VNodeChild | {
|
|
51
51
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
@@ -56,9 +56,7 @@ declare const VMessages: {
|
|
|
56
56
|
} & {
|
|
57
57
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
58
58
|
}, {
|
|
59
|
-
style: vue.StyleValue;
|
|
60
59
|
active: boolean;
|
|
61
|
-
messages: string | readonly string[];
|
|
62
60
|
transition: {
|
|
63
61
|
component: Component;
|
|
64
62
|
leaveAbsolute: boolean;
|
|
@@ -66,6 +64,8 @@ declare const VMessages: {
|
|
|
66
64
|
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
67
65
|
component?: Component | undefined;
|
|
68
66
|
})>;
|
|
67
|
+
style: vue.StyleValue;
|
|
68
|
+
messages: string | readonly string[];
|
|
69
69
|
}, true, {}, vue.SlotsType<Partial<{
|
|
70
70
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71
71
|
[key: string]: any;
|
|
@@ -78,9 +78,7 @@ declare const VMessages: {
|
|
|
78
78
|
M: {};
|
|
79
79
|
Defaults: {};
|
|
80
80
|
}, {
|
|
81
|
-
style: vue.StyleValue;
|
|
82
81
|
active: boolean;
|
|
83
|
-
messages: string | readonly string[];
|
|
84
82
|
transition: {
|
|
85
83
|
component: Component;
|
|
86
84
|
leaveAbsolute: boolean;
|
|
@@ -88,9 +86,11 @@ declare const VMessages: {
|
|
|
88
86
|
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
89
87
|
component?: Component | undefined;
|
|
90
88
|
})>;
|
|
89
|
+
style: vue.StyleValue;
|
|
90
|
+
messages: string | readonly string[];
|
|
91
91
|
} & {
|
|
92
|
-
class?: any;
|
|
93
92
|
color?: string | undefined;
|
|
93
|
+
class?: any;
|
|
94
94
|
} & {
|
|
95
95
|
$children?: {} | vue.VNodeChild | {
|
|
96
96
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
@@ -101,9 +101,7 @@ declare const VMessages: {
|
|
|
101
101
|
} & {
|
|
102
102
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
103
103
|
}, {}, {}, {}, {}, {
|
|
104
|
-
style: vue.StyleValue;
|
|
105
104
|
active: boolean;
|
|
106
|
-
messages: string | readonly string[];
|
|
107
105
|
transition: {
|
|
108
106
|
component: Component;
|
|
109
107
|
leaveAbsolute: boolean;
|
|
@@ -111,14 +109,14 @@ declare const VMessages: {
|
|
|
111
109
|
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
112
110
|
component?: Component | undefined;
|
|
113
111
|
})>;
|
|
112
|
+
style: vue.StyleValue;
|
|
113
|
+
messages: string | readonly string[];
|
|
114
114
|
}>;
|
|
115
115
|
__isFragment?: undefined;
|
|
116
116
|
__isTeleport?: undefined;
|
|
117
117
|
__isSuspense?: undefined;
|
|
118
118
|
} & vue.ComponentOptionsBase<{
|
|
119
|
-
style: vue.StyleValue;
|
|
120
119
|
active: boolean;
|
|
121
|
-
messages: string | readonly string[];
|
|
122
120
|
transition: {
|
|
123
121
|
component: Component;
|
|
124
122
|
leaveAbsolute: boolean;
|
|
@@ -126,9 +124,11 @@ declare const VMessages: {
|
|
|
126
124
|
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
127
125
|
component?: Component | undefined;
|
|
128
126
|
})>;
|
|
127
|
+
style: vue.StyleValue;
|
|
128
|
+
messages: string | readonly string[];
|
|
129
129
|
} & {
|
|
130
|
-
class?: any;
|
|
131
130
|
color?: string | undefined;
|
|
131
|
+
class?: any;
|
|
132
132
|
} & {
|
|
133
133
|
$children?: {} | vue.VNodeChild | {
|
|
134
134
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
@@ -139,9 +139,7 @@ declare const VMessages: {
|
|
|
139
139
|
} & {
|
|
140
140
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
141
141
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
142
|
-
style: vue.StyleValue;
|
|
143
142
|
active: boolean;
|
|
144
|
-
messages: string | readonly string[];
|
|
145
143
|
transition: {
|
|
146
144
|
component: Component;
|
|
147
145
|
leaveAbsolute: boolean;
|
|
@@ -149,6 +147,8 @@ declare const VMessages: {
|
|
|
149
147
|
} | NonNullable<string | boolean | (vue.TransitionProps & {
|
|
150
148
|
component?: Component | undefined;
|
|
151
149
|
})>;
|
|
150
|
+
style: vue.StyleValue;
|
|
151
|
+
messages: string | readonly string[];
|
|
152
152
|
}, {}, string, vue.SlotsType<Partial<{
|
|
153
153
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
154
154
|
[key: string]: any;
|
|
@@ -160,7 +160,7 @@ declare const VMessages: {
|
|
|
160
160
|
})>;
|
|
161
161
|
default: string;
|
|
162
162
|
validator: (val: unknown) => boolean;
|
|
163
|
-
}, "
|
|
163
|
+
}, "type" | "default"> & {
|
|
164
164
|
type: PropType<{
|
|
165
165
|
component: Component;
|
|
166
166
|
leaveAbsolute: boolean;
|
|
@@ -194,7 +194,7 @@ declare const VMessages: {
|
|
|
194
194
|
})>;
|
|
195
195
|
default: string;
|
|
196
196
|
validator: (val: unknown) => boolean;
|
|
197
|
-
}, "
|
|
197
|
+
}, "type" | "default"> & {
|
|
198
198
|
type: PropType<{
|
|
199
199
|
component: Component;
|
|
200
200
|
leaveAbsolute: boolean;
|
|
@@ -14,17 +14,18 @@ type VNavigationDrawerImageSlot = {
|
|
|
14
14
|
};
|
|
15
15
|
declare const VNavigationDrawer: {
|
|
16
16
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
17
|
-
|
|
17
|
+
absolute: boolean;
|
|
18
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
18
19
|
width: string | number;
|
|
19
|
-
tag: string;
|
|
20
|
-
mobile: NonNullable<boolean | null> | null;
|
|
21
20
|
order: string | number;
|
|
22
|
-
|
|
21
|
+
style: vue.StyleValue;
|
|
22
|
+
mobile: NonNullable<boolean | null> | null;
|
|
23
|
+
temporary: boolean;
|
|
24
|
+
tag: string;
|
|
23
25
|
sticky: boolean;
|
|
24
26
|
modelValue: boolean | null;
|
|
25
27
|
tile: boolean;
|
|
26
28
|
floating: boolean;
|
|
27
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
28
29
|
persistent: boolean;
|
|
29
30
|
scrim: string | boolean;
|
|
30
31
|
touchless: boolean;
|
|
@@ -34,17 +35,16 @@ declare const VNavigationDrawer: {
|
|
|
34
35
|
permanent: boolean;
|
|
35
36
|
rail: boolean | null;
|
|
36
37
|
railWidth: string | number;
|
|
37
|
-
temporary: boolean;
|
|
38
38
|
} & {
|
|
39
|
-
|
|
39
|
+
name?: string | undefined;
|
|
40
|
+
border?: string | number | boolean | undefined;
|
|
41
|
+
color?: string | undefined;
|
|
40
42
|
image?: string | undefined;
|
|
43
|
+
class?: any;
|
|
44
|
+
elevation?: string | number | undefined;
|
|
41
45
|
theme?: string | undefined;
|
|
42
|
-
color?: string | undefined;
|
|
43
|
-
name?: string | undefined;
|
|
44
46
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
45
|
-
border?: string | number | boolean | undefined;
|
|
46
47
|
rounded?: string | number | boolean | undefined;
|
|
47
|
-
elevation?: string | number | undefined;
|
|
48
48
|
closeDelay?: string | number | undefined;
|
|
49
49
|
openDelay?: string | number | undefined;
|
|
50
50
|
} & {
|
|
@@ -74,17 +74,18 @@ declare const VNavigationDrawer: {
|
|
|
74
74
|
'update:modelValue': (val: boolean) => true;
|
|
75
75
|
'update:rail': (val: boolean) => true;
|
|
76
76
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
77
|
-
|
|
77
|
+
absolute: boolean;
|
|
78
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
78
79
|
width: string | number;
|
|
79
|
-
tag: string;
|
|
80
|
-
mobile: NonNullable<boolean | null> | null;
|
|
81
80
|
order: string | number;
|
|
82
|
-
|
|
81
|
+
style: vue.StyleValue;
|
|
82
|
+
mobile: NonNullable<boolean | null> | null;
|
|
83
|
+
temporary: boolean;
|
|
84
|
+
tag: string;
|
|
83
85
|
sticky: boolean;
|
|
84
86
|
modelValue: boolean | null;
|
|
85
87
|
tile: boolean;
|
|
86
88
|
floating: boolean;
|
|
87
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
88
89
|
persistent: boolean;
|
|
89
90
|
scrim: string | boolean;
|
|
90
91
|
touchless: boolean;
|
|
@@ -94,17 +95,16 @@ declare const VNavigationDrawer: {
|
|
|
94
95
|
permanent: boolean;
|
|
95
96
|
rail: boolean | null;
|
|
96
97
|
railWidth: string | number;
|
|
97
|
-
temporary: boolean;
|
|
98
98
|
} & {
|
|
99
|
-
|
|
99
|
+
name?: string | undefined;
|
|
100
|
+
border?: string | number | boolean | undefined;
|
|
101
|
+
color?: string | undefined;
|
|
100
102
|
image?: string | undefined;
|
|
103
|
+
class?: any;
|
|
104
|
+
elevation?: string | number | undefined;
|
|
101
105
|
theme?: string | undefined;
|
|
102
|
-
color?: string | undefined;
|
|
103
|
-
name?: string | undefined;
|
|
104
106
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
105
|
-
border?: string | number | boolean | undefined;
|
|
106
107
|
rounded?: string | number | boolean | undefined;
|
|
107
|
-
elevation?: string | number | undefined;
|
|
108
108
|
closeDelay?: string | number | undefined;
|
|
109
109
|
openDelay?: string | number | undefined;
|
|
110
110
|
} & {
|
|
@@ -129,18 +129,19 @@ declare const VNavigationDrawer: {
|
|
|
129
129
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
130
130
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
131
131
|
}, {
|
|
132
|
-
|
|
132
|
+
absolute: boolean;
|
|
133
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
133
134
|
width: string | number;
|
|
134
|
-
tag: string;
|
|
135
|
-
mobile: NonNullable<boolean | null> | null;
|
|
136
135
|
order: string | number;
|
|
137
|
-
|
|
136
|
+
style: vue.StyleValue;
|
|
137
|
+
mobile: NonNullable<boolean | null> | null;
|
|
138
|
+
temporary: boolean;
|
|
139
|
+
tag: string;
|
|
138
140
|
sticky: boolean;
|
|
139
141
|
modelValue: boolean | null;
|
|
140
142
|
rounded: string | number | boolean;
|
|
141
143
|
tile: boolean;
|
|
142
144
|
floating: boolean;
|
|
143
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
144
145
|
persistent: boolean;
|
|
145
146
|
scrim: string | boolean;
|
|
146
147
|
touchless: boolean;
|
|
@@ -150,7 +151,6 @@ declare const VNavigationDrawer: {
|
|
|
150
151
|
permanent: boolean;
|
|
151
152
|
rail: boolean | null;
|
|
152
153
|
railWidth: string | number;
|
|
153
|
-
temporary: boolean;
|
|
154
154
|
}, true, {}, vue.SlotsType<Partial<{
|
|
155
155
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
156
156
|
[key: string]: any;
|
|
@@ -172,17 +172,18 @@ declare const VNavigationDrawer: {
|
|
|
172
172
|
M: {};
|
|
173
173
|
Defaults: {};
|
|
174
174
|
}, {
|
|
175
|
-
|
|
175
|
+
absolute: boolean;
|
|
176
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
176
177
|
width: string | number;
|
|
177
|
-
tag: string;
|
|
178
|
-
mobile: NonNullable<boolean | null> | null;
|
|
179
178
|
order: string | number;
|
|
180
|
-
|
|
179
|
+
style: vue.StyleValue;
|
|
180
|
+
mobile: NonNullable<boolean | null> | null;
|
|
181
|
+
temporary: boolean;
|
|
182
|
+
tag: string;
|
|
181
183
|
sticky: boolean;
|
|
182
184
|
modelValue: boolean | null;
|
|
183
185
|
tile: boolean;
|
|
184
186
|
floating: boolean;
|
|
185
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
186
187
|
persistent: boolean;
|
|
187
188
|
scrim: string | boolean;
|
|
188
189
|
touchless: boolean;
|
|
@@ -192,17 +193,16 @@ declare const VNavigationDrawer: {
|
|
|
192
193
|
permanent: boolean;
|
|
193
194
|
rail: boolean | null;
|
|
194
195
|
railWidth: string | number;
|
|
195
|
-
temporary: boolean;
|
|
196
196
|
} & {
|
|
197
|
-
|
|
197
|
+
name?: string | undefined;
|
|
198
|
+
border?: string | number | boolean | undefined;
|
|
199
|
+
color?: string | undefined;
|
|
198
200
|
image?: string | undefined;
|
|
201
|
+
class?: any;
|
|
202
|
+
elevation?: string | number | undefined;
|
|
199
203
|
theme?: string | undefined;
|
|
200
|
-
color?: string | undefined;
|
|
201
|
-
name?: string | undefined;
|
|
202
204
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
203
|
-
border?: string | number | boolean | undefined;
|
|
204
205
|
rounded?: string | number | boolean | undefined;
|
|
205
|
-
elevation?: string | number | undefined;
|
|
206
206
|
closeDelay?: string | number | undefined;
|
|
207
207
|
openDelay?: string | number | undefined;
|
|
208
208
|
} & {
|
|
@@ -229,18 +229,19 @@ declare const VNavigationDrawer: {
|
|
|
229
229
|
}, {
|
|
230
230
|
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
|
231
231
|
}, {}, {}, {}, {
|
|
232
|
-
|
|
232
|
+
absolute: boolean;
|
|
233
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
233
234
|
width: string | number;
|
|
234
|
-
tag: string;
|
|
235
|
-
mobile: NonNullable<boolean | null> | null;
|
|
236
235
|
order: string | number;
|
|
237
|
-
|
|
236
|
+
style: vue.StyleValue;
|
|
237
|
+
mobile: NonNullable<boolean | null> | null;
|
|
238
|
+
temporary: boolean;
|
|
239
|
+
tag: string;
|
|
238
240
|
sticky: boolean;
|
|
239
241
|
modelValue: boolean | null;
|
|
240
242
|
rounded: string | number | boolean;
|
|
241
243
|
tile: boolean;
|
|
242
244
|
floating: boolean;
|
|
243
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
244
245
|
persistent: boolean;
|
|
245
246
|
scrim: string | boolean;
|
|
246
247
|
touchless: boolean;
|
|
@@ -250,23 +251,23 @@ declare const VNavigationDrawer: {
|
|
|
250
251
|
permanent: boolean;
|
|
251
252
|
rail: boolean | null;
|
|
252
253
|
railWidth: string | number;
|
|
253
|
-
temporary: boolean;
|
|
254
254
|
}>;
|
|
255
255
|
__isFragment?: undefined;
|
|
256
256
|
__isTeleport?: undefined;
|
|
257
257
|
__isSuspense?: undefined;
|
|
258
258
|
} & vue.ComponentOptionsBase<{
|
|
259
|
-
|
|
259
|
+
absolute: boolean;
|
|
260
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
260
261
|
width: string | number;
|
|
261
|
-
tag: string;
|
|
262
|
-
mobile: NonNullable<boolean | null> | null;
|
|
263
262
|
order: string | number;
|
|
264
|
-
|
|
263
|
+
style: vue.StyleValue;
|
|
264
|
+
mobile: NonNullable<boolean | null> | null;
|
|
265
|
+
temporary: boolean;
|
|
266
|
+
tag: string;
|
|
265
267
|
sticky: boolean;
|
|
266
268
|
modelValue: boolean | null;
|
|
267
269
|
tile: boolean;
|
|
268
270
|
floating: boolean;
|
|
269
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
270
271
|
persistent: boolean;
|
|
271
272
|
scrim: string | boolean;
|
|
272
273
|
touchless: boolean;
|
|
@@ -276,17 +277,16 @@ declare const VNavigationDrawer: {
|
|
|
276
277
|
permanent: boolean;
|
|
277
278
|
rail: boolean | null;
|
|
278
279
|
railWidth: string | number;
|
|
279
|
-
temporary: boolean;
|
|
280
280
|
} & {
|
|
281
|
-
|
|
281
|
+
name?: string | undefined;
|
|
282
|
+
border?: string | number | boolean | undefined;
|
|
283
|
+
color?: string | undefined;
|
|
282
284
|
image?: string | undefined;
|
|
285
|
+
class?: any;
|
|
286
|
+
elevation?: string | number | undefined;
|
|
283
287
|
theme?: string | undefined;
|
|
284
|
-
color?: string | undefined;
|
|
285
|
-
name?: string | undefined;
|
|
286
288
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
287
|
-
border?: string | number | boolean | undefined;
|
|
288
289
|
rounded?: string | number | boolean | undefined;
|
|
289
|
-
elevation?: string | number | undefined;
|
|
290
290
|
closeDelay?: string | number | undefined;
|
|
291
291
|
openDelay?: string | number | undefined;
|
|
292
292
|
} & {
|
|
@@ -316,18 +316,19 @@ declare const VNavigationDrawer: {
|
|
|
316
316
|
'update:modelValue': (val: boolean) => true;
|
|
317
317
|
'update:rail': (val: boolean) => true;
|
|
318
318
|
}, string, {
|
|
319
|
-
|
|
319
|
+
absolute: boolean;
|
|
320
|
+
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
|
320
321
|
width: string | number;
|
|
321
|
-
tag: string;
|
|
322
|
-
mobile: NonNullable<boolean | null> | null;
|
|
323
322
|
order: string | number;
|
|
324
|
-
|
|
323
|
+
style: vue.StyleValue;
|
|
324
|
+
mobile: NonNullable<boolean | null> | null;
|
|
325
|
+
temporary: boolean;
|
|
326
|
+
tag: string;
|
|
325
327
|
sticky: boolean;
|
|
326
328
|
modelValue: boolean | null;
|
|
327
329
|
rounded: string | number | boolean;
|
|
328
330
|
tile: boolean;
|
|
329
331
|
floating: boolean;
|
|
330
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
|
331
332
|
persistent: boolean;
|
|
332
333
|
scrim: string | boolean;
|
|
333
334
|
touchless: boolean;
|
|
@@ -337,7 +338,6 @@ declare const VNavigationDrawer: {
|
|
|
337
338
|
permanent: boolean;
|
|
338
339
|
rail: boolean | null;
|
|
339
340
|
railWidth: string | number;
|
|
340
|
-
temporary: boolean;
|
|
341
341
|
}, {}, string, vue.SlotsType<Partial<{
|
|
342
342
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
343
343
|
[key: string]: any;
|
|
@@ -356,12 +356,12 @@ declare const VNavigationDrawer: {
|
|
|
356
356
|
tag: Omit<{
|
|
357
357
|
type: StringConstructor;
|
|
358
358
|
default: string;
|
|
359
|
-
}, "
|
|
359
|
+
}, "type" | "default"> & {
|
|
360
360
|
type: PropType<string>;
|
|
361
361
|
default: string;
|
|
362
362
|
};
|
|
363
363
|
rounded: {
|
|
364
|
-
type: (StringConstructor |
|
|
364
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
365
365
|
default: undefined;
|
|
366
366
|
};
|
|
367
367
|
tile: BooleanConstructor;
|
|
@@ -380,7 +380,7 @@ declare const VNavigationDrawer: {
|
|
|
380
380
|
mobile: Omit<{
|
|
381
381
|
type: PropType<boolean | null>;
|
|
382
382
|
default: boolean;
|
|
383
|
-
}, "
|
|
383
|
+
}, "type" | "default"> & {
|
|
384
384
|
type: PropType<NonNullable<boolean | null> | null>;
|
|
385
385
|
default: NonNullable<boolean | null> | null;
|
|
386
386
|
};
|
|
@@ -392,7 +392,7 @@ declare const VNavigationDrawer: {
|
|
|
392
392
|
type: PropType<vue.StyleValue>;
|
|
393
393
|
default: null;
|
|
394
394
|
};
|
|
395
|
-
border: (StringConstructor |
|
|
395
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
396
396
|
color: StringConstructor;
|
|
397
397
|
disableResizeWatcher: BooleanConstructor;
|
|
398
398
|
disableRouteWatcher: BooleanConstructor;
|
|
@@ -424,7 +424,7 @@ declare const VNavigationDrawer: {
|
|
|
424
424
|
default: number;
|
|
425
425
|
};
|
|
426
426
|
location: {
|
|
427
|
-
type: PropType<"
|
|
427
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
428
428
|
default: string;
|
|
429
429
|
validator: (value: any) => boolean;
|
|
430
430
|
};
|
|
@@ -434,12 +434,12 @@ declare const VNavigationDrawer: {
|
|
|
434
434
|
tag: Omit<{
|
|
435
435
|
type: StringConstructor;
|
|
436
436
|
default: string;
|
|
437
|
-
}, "
|
|
437
|
+
}, "type" | "default"> & {
|
|
438
438
|
type: PropType<string>;
|
|
439
439
|
default: string;
|
|
440
440
|
};
|
|
441
441
|
rounded: {
|
|
442
|
-
type: (StringConstructor |
|
|
442
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
443
443
|
default: undefined;
|
|
444
444
|
};
|
|
445
445
|
tile: BooleanConstructor;
|
|
@@ -458,7 +458,7 @@ declare const VNavigationDrawer: {
|
|
|
458
458
|
mobile: Omit<{
|
|
459
459
|
type: PropType<boolean | null>;
|
|
460
460
|
default: boolean;
|
|
461
|
-
}, "
|
|
461
|
+
}, "type" | "default"> & {
|
|
462
462
|
type: PropType<NonNullable<boolean | null> | null>;
|
|
463
463
|
default: NonNullable<boolean | null> | null;
|
|
464
464
|
};
|
|
@@ -470,7 +470,7 @@ declare const VNavigationDrawer: {
|
|
|
470
470
|
type: PropType<vue.StyleValue>;
|
|
471
471
|
default: null;
|
|
472
472
|
};
|
|
473
|
-
border: (StringConstructor |
|
|
473
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
474
474
|
color: StringConstructor;
|
|
475
475
|
disableResizeWatcher: BooleanConstructor;
|
|
476
476
|
disableRouteWatcher: BooleanConstructor;
|
|
@@ -502,7 +502,7 @@ declare const VNavigationDrawer: {
|
|
|
502
502
|
default: number;
|
|
503
503
|
};
|
|
504
504
|
location: {
|
|
505
|
-
type: PropType<"
|
|
505
|
+
type: PropType<"end" | "start" | "left" | "top" | "bottom" | "right">;
|
|
506
506
|
default: string;
|
|
507
507
|
validator: (value: any) => boolean;
|
|
508
508
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sticky.mjs","names":["computed","onBeforeUnmount","onMounted","shallowRef","watch","convertToUnit","useSticky","_ref","rootEl","isSticky","layoutItemStyles","isStuck","stuckPosition","stickyStyles","side","value","top","bottom","height","undefined","val","window","addEventListener","onScroll","passive","removeEventListener","immediate","lastScrollTop","direction","scrollY","rect","getBoundingClientRect","layoutTop","parseFloat","Math","max","innerHeight","bodyScroll","getComputedStyle","getPropertyValue"],"sources":["../../../src/components/VNavigationDrawer/sticky.ts"],"sourcesContent":["// Utilities\nimport { computed, onBeforeUnmount, onMounted, shallowRef, watch } from 'vue'\nimport { convertToUnit } from '@/util'\n\n// Types\nimport type { CSSProperties, Ref } from 'vue'\n\ninterface StickyProps {\n rootEl: Ref<HTMLElement | undefined>\n isSticky: Ref<boolean>\n layoutItemStyles: Ref<CSSProperties>\n}\n\nexport function useSticky ({ rootEl, isSticky, layoutItemStyles }: StickyProps) {\n const isStuck = shallowRef<boolean | 'top' | 'bottom'>(false)\n const stuckPosition = shallowRef(0)\n\n const stickyStyles = computed(() => {\n const side = typeof isStuck.value === 'boolean' ? 'top' : isStuck.value\n return [\n isSticky.value ? { top: 'auto', bottom: 'auto', height: undefined } : undefined,\n isStuck.value\n ? { [side]: convertToUnit(stuckPosition.value) }\n : { top: layoutItemStyles.value.top },\n ]\n })\n\n onMounted(() => {\n watch(isSticky, val => {\n if (val) {\n window.addEventListener('scroll', onScroll, { passive: true })\n } else {\n window.removeEventListener('scroll', onScroll)\n }\n }, { immediate: true })\n })\n\n onBeforeUnmount(() => {\n window.removeEventListener('scroll', onScroll)\n })\n\n let lastScrollTop = 0\n function onScroll () {\n const direction = lastScrollTop > window.scrollY ? 'up' : 'down'\n const rect = rootEl.value!.getBoundingClientRect()\n const layoutTop = parseFloat(layoutItemStyles.value.top ?? 0)\n const top = window.scrollY - Math.max(0, stuckPosition.value - layoutTop)\n const bottom =\n rect.height +\n Math.max(stuckPosition.value, layoutTop) -\n window.scrollY -\n window.innerHeight\n const bodyScroll = parseFloat(getComputedStyle(rootEl.value!).getPropertyValue('--v-body-scroll-y')) || 0\n\n if (rect.height < window.innerHeight - layoutTop) {\n isStuck.value = 'top'\n stuckPosition.value = layoutTop\n } else if (\n (direction === 'up' && isStuck.value === 'bottom') ||\n (direction === 'down' && isStuck.value === 'top')\n ) {\n stuckPosition.value = window.scrollY + rect.top - bodyScroll\n isStuck.value = true\n } else if (direction === 'down' && bottom <= 0) {\n stuckPosition.value = 0\n isStuck.value = 'bottom'\n } else if (direction === 'up' && top <= 0) {\n if (!bodyScroll) {\n stuckPosition.value = rect.top + top\n isStuck.value = 'top'\n } else if (isStuck.value !== 'top') {\n stuckPosition.value = -top + bodyScroll + layoutTop\n isStuck.value = 'top'\n }\n }\n\n lastScrollTop = window.scrollY\n }\n\n return { isStuck, stickyStyles }\n}\n"],"mappings":"AAAA;AACA,SAASA,QAAQ,EAAEC,eAAe,EAAEC,SAAS,EAAEC,UAAU,EAAEC,KAAK,QAAQ,KAAK;AAAA,SACpEC,aAAa,gCAEtB;AASA,OAAO,SAASC,SAASA,CAAAC,IAAA,EAAuD;EAAA,IAArD;IAAEC,MAAM;IAAEC,QAAQ;IAAEC;EAA8B,CAAC,GAAAH,IAAA;EAC5E,MAAMI,OAAO,GAAGR,UAAU,CAA6B,KAAK,CAAC;EAC7D,MAAMS,aAAa,GAAGT,UAAU,CAAC,CAAC,CAAC;EAEnC,MAAMU,YAAY,GAAGb,QAAQ,
|
|
1
|
+
{"version":3,"file":"sticky.mjs","names":["computed","onBeforeUnmount","onMounted","shallowRef","watch","convertToUnit","useSticky","_ref","rootEl","isSticky","layoutItemStyles","isStuck","stuckPosition","stickyStyles","side","value","top","bottom","height","undefined","val","window","addEventListener","onScroll","passive","removeEventListener","immediate","lastScrollTop","direction","scrollY","rect","getBoundingClientRect","layoutTop","parseFloat","Math","max","innerHeight","bodyScroll","getComputedStyle","getPropertyValue"],"sources":["../../../src/components/VNavigationDrawer/sticky.ts"],"sourcesContent":["// Utilities\nimport { computed, onBeforeUnmount, onMounted, shallowRef, watch } from 'vue'\nimport { convertToUnit } from '@/util'\n\n// Types\nimport type { CSSProperties, Ref, StyleValue } from 'vue'\n\ninterface StickyProps {\n rootEl: Ref<HTMLElement | undefined>\n isSticky: Ref<boolean>\n layoutItemStyles: Ref<CSSProperties>\n}\n\nexport function useSticky ({ rootEl, isSticky, layoutItemStyles }: StickyProps) {\n const isStuck = shallowRef<boolean | 'top' | 'bottom'>(false)\n const stuckPosition = shallowRef(0)\n\n const stickyStyles = computed<StyleValue>(() => {\n const side = typeof isStuck.value === 'boolean' ? 'top' : isStuck.value\n return [\n isSticky.value ? { top: 'auto', bottom: 'auto', height: undefined } : undefined,\n isStuck.value\n ? { [side]: convertToUnit(stuckPosition.value) }\n : { top: layoutItemStyles.value.top },\n ]\n })\n\n onMounted(() => {\n watch(isSticky, val => {\n if (val) {\n window.addEventListener('scroll', onScroll, { passive: true })\n } else {\n window.removeEventListener('scroll', onScroll)\n }\n }, { immediate: true })\n })\n\n onBeforeUnmount(() => {\n window.removeEventListener('scroll', onScroll)\n })\n\n let lastScrollTop = 0\n function onScroll () {\n const direction = lastScrollTop > window.scrollY ? 'up' : 'down'\n const rect = rootEl.value!.getBoundingClientRect()\n const layoutTop = parseFloat(layoutItemStyles.value.top ?? 0)\n const top = window.scrollY - Math.max(0, stuckPosition.value - layoutTop)\n const bottom =\n rect.height +\n Math.max(stuckPosition.value, layoutTop) -\n window.scrollY -\n window.innerHeight\n const bodyScroll = parseFloat(getComputedStyle(rootEl.value!).getPropertyValue('--v-body-scroll-y')) || 0\n\n if (rect.height < window.innerHeight - layoutTop) {\n isStuck.value = 'top'\n stuckPosition.value = layoutTop\n } else if (\n (direction === 'up' && isStuck.value === 'bottom') ||\n (direction === 'down' && isStuck.value === 'top')\n ) {\n stuckPosition.value = window.scrollY + rect.top - bodyScroll\n isStuck.value = true\n } else if (direction === 'down' && bottom <= 0) {\n stuckPosition.value = 0\n isStuck.value = 'bottom'\n } else if (direction === 'up' && top <= 0) {\n if (!bodyScroll) {\n stuckPosition.value = rect.top + top\n isStuck.value = 'top'\n } else if (isStuck.value !== 'top') {\n stuckPosition.value = -top + bodyScroll + layoutTop\n isStuck.value = 'top'\n }\n }\n\n lastScrollTop = window.scrollY\n }\n\n return { isStuck, stickyStyles }\n}\n"],"mappings":"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","ignoreList":[]}
|