@vuetify/nightly 3.7.0-beta.1-dev.2024-07-30 → 3.7.0-beta.1-dev.2024-08-01
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 +9 -5
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +24 -13
- package/dist/vuetify-labs.css +2796 -2073
- package/dist/vuetify-labs.d.ts +29 -11
- package/dist/vuetify-labs.esm.js +98 -67
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +98 -67
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1806 -1083
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +35 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAvatar/VAvatar.css +8 -4
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/index.d.mts +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +17 -8
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/components.d.mts +26 -8
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -101,20 +101,20 @@
|
|
101
101
|
.v-selection-control__input
|
102
102
|
border-radius: 50%
|
103
103
|
transition: $switch-control-input-transition
|
104
|
-
|
104
|
+
position: absolute
|
105
|
+
@include tools.ltr()
|
105
106
|
transform: translateX(-$switch-thumb-transform)
|
106
|
-
|
107
|
+
@include tools.rtl()
|
107
108
|
transform: translateX($switch-thumb-transform)
|
108
|
-
position: absolute
|
109
109
|
|
110
110
|
.v-icon
|
111
111
|
position: absolute
|
112
112
|
|
113
113
|
.v-selection-control--dirty
|
114
114
|
.v-selection-control__input
|
115
|
-
|
115
|
+
@include tools.ltr()
|
116
116
|
transform: translateX($switch-thumb-transform)
|
117
|
-
|
117
|
+
@include tools.rtl()
|
118
118
|
transform: translateX(-$switch-thumb-transform)
|
119
119
|
|
120
120
|
&.v-switch--indeterminate
|
@@ -134,11 +134,11 @@
|
|
134
134
|
|
135
135
|
.v-selection-control__wrapper
|
136
136
|
transform: $switch-thumb-vertical-transform
|
137
|
-
|
137
|
+
|
138
138
|
@media (forced-colors: active)
|
139
139
|
.v-switch
|
140
140
|
.v-switch__loader
|
141
|
-
.v-progress-circular
|
141
|
+
.v-progress-circular
|
142
142
|
color: currentColor
|
143
143
|
|
144
144
|
.v-switch__thumb
|
@@ -146,13 +146,13 @@
|
|
146
146
|
|
147
147
|
.v-switch__track,
|
148
148
|
.v-switch__thumb
|
149
|
-
border: 1px solid
|
149
|
+
border: 1px solid
|
150
150
|
color: buttontext
|
151
151
|
|
152
152
|
&:not(.v-switch--loading):not(.v-input--disabled)
|
153
153
|
.v-selection-control--dirty
|
154
154
|
.v-switch__thumb
|
155
|
-
background-color: highlight
|
155
|
+
background-color: highlight
|
156
156
|
|
157
157
|
&:not(.v-input--disabled)
|
158
158
|
.v-selection-control--dirty
|
@@ -188,4 +188,4 @@
|
|
188
188
|
&.v-switch--inset,
|
189
189
|
&.v-switch--indeterminate
|
190
190
|
.v-switch__thumb
|
191
|
-
border-width: 0
|
191
|
+
border-width: 0
|
@@ -9,24 +9,30 @@
|
|
9
9
|
position: relative;
|
10
10
|
text-align: end;
|
11
11
|
width: 100%;
|
12
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
13
|
-
background: rgba(var(--v-theme-surface-light));
|
14
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
15
|
-
font-size: 0.75rem;
|
16
|
-
font-weight: 400;
|
17
|
-
letter-spacing: 0.0333333333em;
|
18
|
-
line-height: 1.667;
|
19
|
-
text-transform: none;
|
20
12
|
}
|
21
13
|
.v-system-bar .v-icon {
|
22
14
|
opacity: var(--v-medium-emphasis-opacity);
|
23
15
|
}
|
16
|
+
.v-system-bar {
|
17
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18
|
+
}
|
24
19
|
.v-system-bar--absolute {
|
25
20
|
position: absolute;
|
26
21
|
}
|
27
22
|
.v-system-bar--fixed {
|
28
23
|
position: fixed;
|
29
24
|
}
|
25
|
+
.v-system-bar {
|
26
|
+
background: rgba(var(--v-theme-surface-light));
|
27
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
28
|
+
}
|
29
|
+
.v-system-bar {
|
30
|
+
font-size: 0.75rem;
|
31
|
+
font-weight: 400;
|
32
|
+
letter-spacing: 0.0333333333em;
|
33
|
+
line-height: 1.667;
|
34
|
+
text-transform: none;
|
35
|
+
}
|
30
36
|
.v-system-bar--rounded {
|
31
37
|
border-radius: 0;
|
32
38
|
}
|
@@ -1,11 +1,13 @@
|
|
1
1
|
.v-table {
|
2
|
-
background: rgb(var(--v-theme-surface));
|
3
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
4
2
|
font-size: 0.875rem;
|
5
3
|
transition-duration: 0.28s;
|
6
4
|
transition-property: box-shadow, opacity, background, height;
|
7
5
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
8
6
|
}
|
7
|
+
.v-table {
|
8
|
+
background: rgb(var(--v-theme-surface));
|
9
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
10
|
+
}
|
9
11
|
.v-table .v-table-divider {
|
10
12
|
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
11
13
|
}
|
@@ -23,6 +25,10 @@
|
|
23
25
|
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
24
26
|
position: relative;
|
25
27
|
}
|
28
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
29
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
30
|
+
pointer-events: none;
|
31
|
+
}
|
26
32
|
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
27
33
|
content: "";
|
28
34
|
position: absolute;
|
@@ -30,8 +36,6 @@
|
|
30
36
|
left: 0;
|
31
37
|
width: 100%;
|
32
38
|
height: 100%;
|
33
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
34
|
-
pointer-events: none;
|
35
39
|
}
|
36
40
|
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
37
41
|
background: rgb(var(--v-theme-surface));
|
@@ -6,12 +6,11 @@
|
|
6
6
|
@include tools.layer('components')
|
7
7
|
// Theme
|
8
8
|
.v-table
|
9
|
-
@include tools.theme($table-theme...)
|
10
|
-
|
11
9
|
font-size: $table-font-size
|
12
10
|
transition-duration: $table-transition-duration
|
13
11
|
transition-property: $table-transition-property
|
14
12
|
transition-timing-function: $table-transition-timing-function
|
13
|
+
@include tools.theme($table-theme...)
|
15
14
|
|
16
15
|
.v-table-divider
|
17
16
|
border-right: $table-border
|
@@ -46,9 +45,9 @@
|
|
46
45
|
position: relative
|
47
46
|
|
48
47
|
&:hover > td::after
|
49
|
-
@include tools.absolute(true)
|
50
48
|
background: $table-hover-color
|
51
49
|
pointer-events: none
|
50
|
+
@include tools.absolute(true)
|
52
51
|
|
53
52
|
&.v-table--fixed-header
|
54
53
|
> .v-table__wrapper
|
@@ -167,6 +167,8 @@
|
|
167
167
|
display: flex;
|
168
168
|
justify-content: center;
|
169
169
|
align-items: center;
|
170
|
+
}
|
171
|
+
.v-timeline-divider__dot {
|
170
172
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
171
173
|
}
|
172
174
|
.v-timeline-divider__dot--size-x-small {
|
@@ -9,18 +9,26 @@
|
|
9
9
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
10
10
|
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
11
11
|
width: 100%;
|
12
|
+
}
|
13
|
+
.v-toolbar {
|
12
14
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
13
15
|
border-style: solid;
|
14
16
|
border-width: 0;
|
15
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
16
|
-
border-radius: 0;
|
17
|
-
background: rgb(var(--v-theme-surface-light));
|
18
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
19
17
|
}
|
20
18
|
.v-toolbar--border {
|
21
19
|
border-width: thin;
|
22
20
|
box-shadow: none;
|
23
21
|
}
|
22
|
+
.v-toolbar {
|
23
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24
|
+
}
|
25
|
+
.v-toolbar {
|
26
|
+
border-radius: 0;
|
27
|
+
}
|
28
|
+
.v-toolbar {
|
29
|
+
background: rgb(var(--v-theme-surface-light));
|
30
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
31
|
+
}
|
24
32
|
.v-toolbar--absolute {
|
25
33
|
position: absolute;
|
26
34
|
}
|
@@ -68,15 +76,17 @@
|
|
68
76
|
align-items: flex-start;
|
69
77
|
}
|
70
78
|
|
79
|
+
.v-toolbar__image {
|
80
|
+
display: flex;
|
81
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
82
|
+
transition-property: opacity;
|
83
|
+
}
|
71
84
|
.v-toolbar__image {
|
72
85
|
position: absolute;
|
73
86
|
top: 0;
|
74
87
|
left: 0;
|
75
88
|
width: 100%;
|
76
89
|
height: 100%;
|
77
|
-
display: flex;
|
78
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
79
|
-
transition-property: opacity;
|
80
90
|
}
|
81
91
|
|
82
92
|
.v-toolbar__prepend,
|
@@ -98,6 +108,8 @@
|
|
98
108
|
flex: 1 1;
|
99
109
|
font-size: 1.25rem;
|
100
110
|
min-width: 0;
|
111
|
+
}
|
112
|
+
.v-toolbar-title {
|
101
113
|
font-size: 1.25rem;
|
102
114
|
font-weight: 400;
|
103
115
|
letter-spacing: 0;
|
@@ -107,6 +119,8 @@
|
|
107
119
|
.v-toolbar--density-prominent .v-toolbar-title {
|
108
120
|
align-self: flex-end;
|
109
121
|
padding-bottom: 6px;
|
122
|
+
}
|
123
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
110
124
|
font-size: 1.5rem;
|
111
125
|
font-weight: 400;
|
112
126
|
letter-spacing: 0;
|
@@ -65,11 +65,10 @@
|
|
65
65
|
align-items: flex-start
|
66
66
|
|
67
67
|
.v-toolbar__image
|
68
|
-
@include tools.absolute()
|
69
|
-
|
70
68
|
display: flex
|
71
69
|
opacity: var(--v-toolbar-image-opacity, 1)
|
72
70
|
transition-property: opacity
|
71
|
+
@include tools.absolute()
|
73
72
|
|
74
73
|
.v-toolbar__prepend,
|
75
74
|
.v-toolbar__append
|
@@ -2,15 +2,15 @@
|
|
2
2
|
@import './_mixins.sass'
|
3
3
|
|
4
4
|
// Theme
|
5
|
-
|
5
|
+
@include theme(v-treeview) using ($material)
|
6
6
|
color: map-deep-get($material, 'text', 'primary')
|
7
7
|
|
8
8
|
&--hoverable .v-treeview-node__root,
|
9
9
|
.v-treeview-node--click > .v-treeview-node__root
|
10
|
-
|
10
|
+
@include states($material)
|
11
11
|
|
12
12
|
.v-treeview-node__root.v-treeview-node--active
|
13
|
-
|
13
|
+
@include active-states($material)
|
14
14
|
|
15
15
|
.v-treeview-node--disabled
|
16
16
|
> .v-treeview-node__root > .v-treeview-node__content
|
@@ -18,10 +18,10 @@
|
|
18
18
|
|
19
19
|
.v-treeview-node
|
20
20
|
&.v-treeview-node--shaped
|
21
|
-
|
21
|
+
@include treeview-shaped($treeview-node-height, $treeview-node-shaped-margin)
|
22
22
|
|
23
23
|
&.v-treeview-node--rounded
|
24
|
-
|
24
|
+
@include treeview-rounded($treeview-node-height, $treeview-node-shaped-margin)
|
25
25
|
|
26
26
|
&--click
|
27
27
|
> .v-treeview-node__root,
|
@@ -68,10 +68,10 @@
|
|
68
68
|
min-height: $treeview-node-height-dense
|
69
69
|
|
70
70
|
&.v-treeview-node--shaped
|
71
|
-
|
71
|
+
@include treeview-shaped($treeview-node-height-dense, $treeview-node-shaped-margin)
|
72
72
|
|
73
73
|
&.v-treeview-node--rounded
|
74
|
-
|
74
|
+
@include treeview-rounded($treeview-node-height-dense, $treeview-node-shaped-margin)
|
75
75
|
|
76
76
|
.v-treeview-node__checkbox
|
77
77
|
width: $treeview-node-level-width
|
@@ -85,12 +85,12 @@
|
|
85
85
|
&--loading
|
86
86
|
animation: progress-circular-rotate 1s linear infinite
|
87
87
|
|
88
|
-
|
88
|
+
@include ltr()
|
89
89
|
transform: rotate(-90deg)
|
90
90
|
&--open
|
91
91
|
transform: none
|
92
92
|
|
93
|
-
|
93
|
+
@include rtl()
|
94
94
|
transform: rotate(90deg)
|
95
95
|
&--open
|
96
96
|
transform: none
|
@@ -35607,7 +35607,7 @@ declare const VFooter: {
|
|
35607
35607
|
} | undefined;
|
35608
35608
|
} & {
|
35609
35609
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
35610
|
-
},
|
35610
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
35611
35611
|
absolute: boolean;
|
35612
35612
|
height: string | number;
|
35613
35613
|
order: string | number;
|
@@ -35677,7 +35677,7 @@ declare const VFooter: {
|
|
35677
35677
|
} | undefined;
|
35678
35678
|
} & {
|
35679
35679
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
35680
|
-
},
|
35680
|
+
}, any, {}, {}, {}, {
|
35681
35681
|
absolute: boolean;
|
35682
35682
|
height: string | number;
|
35683
35683
|
order: string | number;
|
@@ -35715,7 +35715,7 @@ declare const VFooter: {
|
|
35715
35715
|
} | undefined;
|
35716
35716
|
} & {
|
35717
35717
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
35718
|
-
},
|
35718
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
35719
35719
|
absolute: boolean;
|
35720
35720
|
height: string | number;
|
35721
35721
|
order: string | number;
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.0-beta.1-dev.2024-
|
19
|
+
export const version = "3.7.0-beta.1-dev.2024-08-01";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
|
|
97
97
|
goTo
|
98
98
|
};
|
99
99
|
}
|
100
|
-
export const version = "3.7.0-beta.1-dev.2024-
|
100
|
+
export const version = "3.7.0-beta.1-dev.2024-08-01";
|
101
101
|
createVuetify.version = version;
|
102
102
|
|
103
103
|
// Vue's inject() can only be used in setup
|
package/lib/index.d.mts
CHANGED
@@ -465,40 +465,40 @@ declare global {
|
|
465
465
|
}
|
466
466
|
interface _GlobalComponents {
|
467
467
|
VApp: typeof import('vuetify/components')['VApp']
|
468
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
469
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
470
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
471
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
468
472
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
469
473
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
470
474
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
471
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
472
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
473
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
474
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
475
475
|
VBanner: typeof import('vuetify/components')['VBanner']
|
476
476
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
477
477
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
478
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
479
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
480
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
481
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
482
478
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
483
479
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
484
480
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
481
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
485
482
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
483
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
484
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
485
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
486
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
486
487
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
487
488
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
488
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
489
|
-
VChip: typeof import('vuetify/components')['VChip']
|
490
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
491
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
492
489
|
VCard: typeof import('vuetify/components')['VCard']
|
493
490
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
494
491
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
495
492
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
496
493
|
VCardText: typeof import('vuetify/components')['VCardText']
|
497
494
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
495
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
496
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
497
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
498
|
+
VChip: typeof import('vuetify/components')['VChip']
|
498
499
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
499
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
500
500
|
VCode: typeof import('vuetify/components')['VCode']
|
501
|
-
|
501
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
502
502
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
503
503
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
504
504
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -507,7 +507,6 @@ interface _GlobalComponents {
|
|
507
507
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
508
508
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
509
509
|
VCounter: typeof import('vuetify/components')['VCounter']
|
510
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
511
510
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
512
511
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
513
512
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -515,27 +514,27 @@ interface _GlobalComponents {
|
|
515
514
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
516
515
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
517
516
|
VDialog: typeof import('vuetify/components')['VDialog']
|
518
|
-
|
519
|
-
VFab: typeof import('vuetify/components')['VFab']
|
520
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
521
|
-
VField: typeof import('vuetify/components')['VField']
|
522
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
517
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
523
518
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
524
519
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
525
520
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
526
521
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
527
|
-
|
522
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
523
|
+
VField: typeof import('vuetify/components')['VField']
|
524
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
525
|
+
VFab: typeof import('vuetify/components')['VFab']
|
526
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
528
527
|
VIcon: typeof import('vuetify/components')['VIcon']
|
529
528
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
530
529
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
531
530
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
532
531
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
533
|
-
|
532
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
534
533
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
535
|
-
VInput: typeof import('vuetify/components')['VInput']
|
536
534
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
537
535
|
VItem: typeof import('vuetify/components')['VItem']
|
538
|
-
|
536
|
+
VImg: typeof import('vuetify/components')['VImg']
|
537
|
+
VInput: typeof import('vuetify/components')['VInput']
|
539
538
|
VKbd: typeof import('vuetify/components')['VKbd']
|
540
539
|
VList: typeof import('vuetify/components')['VList']
|
541
540
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -546,46 +545,47 @@ interface _GlobalComponents {
|
|
546
545
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
547
546
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
548
547
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
548
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
549
549
|
VMain: typeof import('vuetify/components')['VMain']
|
550
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
550
551
|
VMessages: typeof import('vuetify/components')['VMessages']
|
551
552
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
552
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
553
553
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
554
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
554
555
|
VPagination: typeof import('vuetify/components')['VPagination']
|
555
556
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
556
557
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
557
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
558
558
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
559
559
|
VRating: typeof import('vuetify/components')['VRating']
|
560
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
561
560
|
VSelect: typeof import('vuetify/components')['VSelect']
|
562
561
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
562
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
563
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
564
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
563
565
|
VSheet: typeof import('vuetify/components')['VSheet']
|
564
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
565
566
|
VSlider: typeof import('vuetify/components')['VSlider']
|
566
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
567
567
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
568
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
569
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
570
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
571
568
|
VStepper: typeof import('vuetify/components')['VStepper']
|
572
569
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
573
570
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
574
571
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
575
572
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
576
573
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
574
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
575
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
576
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
577
577
|
VTab: typeof import('vuetify/components')['VTab']
|
578
578
|
VTabs: typeof import('vuetify/components')['VTabs']
|
579
579
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
580
580
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
581
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
582
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
583
581
|
VTable: typeof import('vuetify/components')['VTable']
|
582
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
583
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
584
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
584
585
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
585
586
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
586
587
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
587
|
-
|
588
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
588
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
589
589
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
590
590
|
VWindow: typeof import('vuetify/components')['VWindow']
|
591
591
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
@@ -598,13 +598,13 @@ interface _GlobalComponents {
|
|
598
598
|
VRow: typeof import('vuetify/components')['VRow']
|
599
599
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
600
600
|
VHover: typeof import('vuetify/components')['VHover']
|
601
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
601
602
|
VLazy: typeof import('vuetify/components')['VLazy']
|
602
603
|
VLayout: typeof import('vuetify/components')['VLayout']
|
603
604
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
604
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
605
605
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
606
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
607
606
|
VParallax: typeof import('vuetify/components')['VParallax']
|
607
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
608
608
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
609
609
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
610
610
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
@@ -634,18 +634,18 @@ interface _GlobalComponents {
|
|
634
634
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
635
635
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
636
636
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
637
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
638
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
639
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
640
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
641
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
642
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
637
643
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
638
644
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
639
645
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
640
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
641
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
642
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
643
646
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
644
647
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
645
648
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
646
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
647
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
648
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
649
649
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
650
650
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
651
651
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|