@vuetify/nightly 3.7.0-beta.1-dev.2024-07-30 → 3.7.0-beta.1-dev.2024-08-08
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 +13 -5
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +45 -13
- package/dist/vuetify-labs.css +3716 -2993
- package/dist/vuetify-labs.d.ts +50 -11
- package/dist/vuetify-labs.esm.js +113 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +113 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1406 -683
- package/dist/vuetify.d.ts +60 -60
- 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 +57 -57
- 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/VTreeview/VTreeview.mjs +15 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +21 -0
- package/lib/labs/components.d.mts +47 -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-08";
|
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-08";
|
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,47 @@ 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']
|
468
471
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
469
472
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
470
473
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
474
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
471
475
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
472
|
-
|
473
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
474
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
476
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
475
477
|
VBanner: typeof import('vuetify/components')['VBanner']
|
476
478
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
477
479
|
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
480
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
483
481
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
484
482
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
485
|
-
|
486
|
-
|
487
|
-
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']
|
483
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
484
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
492
485
|
VCard: typeof import('vuetify/components')['VCard']
|
493
486
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
494
487
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
495
488
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
496
489
|
VCardText: typeof import('vuetify/components')['VCardText']
|
497
490
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
491
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
492
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
493
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
494
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
495
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
496
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
497
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
498
498
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
499
|
-
|
499
|
+
VChip: typeof import('vuetify/components')['VChip']
|
500
500
|
VCode: typeof import('vuetify/components')['VCode']
|
501
|
-
|
501
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
502
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
503
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
504
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
505
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
506
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
507
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
508
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
502
509
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
503
510
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
504
511
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -506,37 +513,30 @@ interface _GlobalComponents {
|
|
506
513
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
507
514
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
508
515
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
509
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
510
516
|
VDivider: typeof import('vuetify/components')['VDivider']
|
511
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
512
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
513
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
514
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
515
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
516
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
517
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
518
517
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
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']
|
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']
|
522
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
523
|
+
VFab: typeof import('vuetify/components')['VFab']
|
524
|
+
VField: typeof import('vuetify/components')['VField']
|
525
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
527
526
|
VFooter: typeof import('vuetify/components')['VFooter']
|
527
|
+
VImg: typeof import('vuetify/components')['VImg']
|
528
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
529
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
528
530
|
VIcon: typeof import('vuetify/components')['VIcon']
|
529
531
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
530
532
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
531
533
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
532
534
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
533
|
-
VImg: typeof import('vuetify/components')['VImg']
|
534
535
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
535
536
|
VInput: typeof import('vuetify/components')['VInput']
|
537
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
536
538
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
537
539
|
VItem: typeof import('vuetify/components')['VItem']
|
538
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
539
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
540
540
|
VList: typeof import('vuetify/components')['VList']
|
541
541
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
542
542
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -546,57 +546,57 @@ interface _GlobalComponents {
|
|
546
546
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
547
547
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
548
548
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
549
|
-
VMain: typeof import('vuetify/components')['VMain']
|
550
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
551
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
552
549
|
VMenu: typeof import('vuetify/components')['VMenu']
|
550
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
551
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
552
|
+
VMain: typeof import('vuetify/components')['VMain']
|
553
553
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
554
554
|
VPagination: typeof import('vuetify/components')['VPagination']
|
555
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
556
555
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
557
556
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
558
557
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
559
|
-
|
560
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
558
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
561
559
|
VSelect: typeof import('vuetify/components')['VSelect']
|
562
560
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
561
|
+
VRating: typeof import('vuetify/components')['VRating']
|
562
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
563
563
|
VSheet: typeof import('vuetify/components')['VSheet']
|
564
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
565
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
566
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
567
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
568
564
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
569
565
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
570
|
-
|
566
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
567
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
568
|
+
VTab: typeof import('vuetify/components')['VTab']
|
569
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
570
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
571
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
572
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
571
573
|
VStepper: typeof import('vuetify/components')['VStepper']
|
572
574
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
573
575
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
574
576
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
575
577
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
576
578
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
579
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
580
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
581
|
+
VTable: typeof import('vuetify/components')['VTable']
|
581
582
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
582
583
|
VTextField: typeof import('vuetify/components')['VTextField']
|
583
|
-
|
584
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
585
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
584
586
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
585
587
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
586
588
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
587
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
588
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
589
589
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
590
590
|
VWindow: typeof import('vuetify/components')['VWindow']
|
591
591
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
592
592
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
593
593
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
594
594
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
595
|
-
VForm: typeof import('vuetify/components')['VForm']
|
596
595
|
VContainer: typeof import('vuetify/components')['VContainer']
|
597
596
|
VCol: typeof import('vuetify/components')['VCol']
|
598
597
|
VRow: typeof import('vuetify/components')['VRow']
|
599
598
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
599
|
+
VForm: typeof import('vuetify/components')['VForm']
|
600
600
|
VHover: typeof import('vuetify/components')['VHover']
|
601
601
|
VLazy: typeof import('vuetify/components')['VLazy']
|
602
602
|
VLayout: typeof import('vuetify/components')['VLayout']
|
@@ -607,10 +607,10 @@ interface _GlobalComponents {
|
|
607
607
|
VParallax: typeof import('vuetify/components')['VParallax']
|
608
608
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
609
609
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
610
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
611
610
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
612
|
-
|
611
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
613
612
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
613
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
614
614
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
615
615
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
616
616
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -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
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
638
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
637
639
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
638
640
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
639
641
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
640
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
641
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
642
642
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
643
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
644
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
645
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
646
643
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
647
644
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
648
645
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
646
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
647
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
648
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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']
|