@vuetify/nightly 3.9.0-master.2025-07-08 → 3.9.0-next.2025-07-09
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/CHANGELOG.md +23 -3
- package/dist/json/attributes.json +3462 -3462
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6260 -6224
- package/dist/vuetify-labs.cjs +35 -16
- package/dist/vuetify-labs.css +26516 -28269
- package/dist/vuetify-labs.d.ts +344 -737
- package/dist/vuetify-labs.esm.js +35 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +35 -16
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.cjs +35 -16
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +25289 -27039
- package/dist/vuetify.d.ts +344 -737
- package/dist/vuetify.esm.js +35 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +13 -13
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +211 -220
- package/lib/components/VApp/VApp.css +16 -15
- package/lib/components/VAppBar/VAppBar.css +14 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
- package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +108 -106
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +161 -166
- package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
- package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
- package/lib/components/VBtn/VBtn.css +400 -436
- package/lib/components/VBtn/VBtn.sass +10 -23
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +87 -88
- package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
- package/lib/components/VCard/VCard.css +294 -302
- package/lib/components/VCarousel/VCarousel.css +62 -64
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +7 -5
- package/lib/components/VChip/VChip.css +378 -411
- package/lib/components/VChipGroup/VChipGroup.css +19 -18
- package/lib/components/VCode/VCode.css +13 -11
- package/lib/components/VColorPicker/VColorPicker.css +23 -23
- package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
- package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
- package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +85 -84
- package/lib/components/VCombobox/VCombobox.d.ts +18 -9
- package/lib/components/VCombobox/VCombobox.js +6 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +7 -5
- package/lib/components/VDataTable/VDataTable.css +202 -200
- package/lib/components/VDataTable/VDataTable.sass +20 -10
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -58
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +46 -50
- package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
- package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +62 -67
- package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
- package/lib/components/VFab/VFab.css +78 -73
- package/lib/components/VFab/VFab.sass +5 -4
- package/lib/components/VField/VField.css +541 -589
- package/lib/components/VField/VField.sass +4 -11
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VFileInput/VFileInput.css +34 -32
- package/lib/components/VFooter/VFooter.css +38 -36
- package/lib/components/VForm/VForm.d.ts +111 -531
- package/lib/components/VForm/VForm.js +11 -1
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VGrid.css +565 -592
- package/lib/components/VIcon/VIcon.css +52 -53
- package/lib/components/VImg/VImg.css +50 -51
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
- package/lib/components/VInput/VInput.css +136 -147
- package/lib/components/VItemGroup/VItemGroup.css +7 -5
- package/lib/components/VKbd/VKbd.css +33 -31
- package/lib/components/VLabel/VLabel.css +16 -15
- package/lib/components/VLayout/VLayout.css +10 -8
- package/lib/components/VLayout/VLayoutItem.css +8 -7
- package/lib/components/VList/VList.css +104 -108
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +442 -454
- package/lib/components/VList/VListItem.sass +2 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
- package/lib/components/VMain/VMain.css +32 -30
- package/lib/components/VMenu/VMenu.css +21 -19
- package/lib/components/VMessages/VMessages.css +17 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
- package/lib/components/VNumberInput/VNumberInput.css +59 -57
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOverlay/VOverlay.css +61 -64
- package/lib/components/VOverlay/VOverlay.sass +14 -13
- package/lib/components/VPagination/VPagination.css +10 -8
- package/lib/components/VParallax/VParallax.css +8 -6
- package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
- package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
- package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
- package/lib/components/VRating/VRating.css +52 -53
- package/lib/components/VResponsive/VResponsive.css +25 -26
- package/lib/components/VSelect/VSelect.css +59 -57
- package/lib/components/VSelect/VSelect.d.ts +18 -9
- package/lib/components/VSelect/VSelect.js +6 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
- package/lib/components/VSheet/VSheet.css +38 -36
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
- package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
- package/lib/components/VSlider/VSlider.css +53 -57
- package/lib/components/VSlider/VSliderThumb.css +142 -153
- package/lib/components/VSlider/VSliderTrack.css +155 -174
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
- package/lib/components/VStepper/VStepper.css +55 -56
- package/lib/components/VStepper/VStepperItem.css +112 -115
- package/lib/components/VSwitch/VSwitch.css +129 -139
- package/lib/components/VSystemBar/VSystemBar.css +45 -43
- package/lib/components/VTable/VTable.css +142 -143
- package/lib/components/VTable/VTable.sass +4 -2
- package/lib/components/VTabs/VTab.css +30 -29
- package/lib/components/VTabs/VTabs.css +59 -65
- package/lib/components/VTextField/VTextField.css +77 -85
- package/lib/components/VTextarea/VTextarea.css +48 -40
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
- package/lib/components/VTimePicker/VTimePicker.css +4 -2
- package/lib/components/VTimePicker/VTimePickerClock.css +127 -130
- package/lib/components/VTimePicker/VTimePickerControls.css +103 -104
- package/lib/components/VTimeline/VTimeline.css +388 -427
- package/lib/components/VToolbar/VToolbar.css +137 -144
- package/lib/components/VTooltip/VTooltip.css +27 -23
- package/lib/components/VTooltip/VTooltip.sass +8 -6
- package/lib/components/VTreeview/VTreeviewItem.css +83 -85
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VWindow/VWindow.css +88 -85
- package/lib/composables/theme.js +3 -3
- package/lib/composables/theme.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +219 -225
- package/lib/labs/VCalendar/VCalendarDay.css +40 -41
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
- package/lib/labs/VColorInput/VColorInput.css +5 -3
- package/lib/labs/VFileUpload/VFileUpload.css +74 -77
- package/lib/labs/VHotkey/VHotkey.css +242 -241
- package/lib/labs/VIconBtn/VIconBtn.css +162 -164
- package/lib/labs/VPicker/VPicker.css +62 -67
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +13 -1
- package/lib/styles/generic/_reset.scss +0 -1
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +14677 -16153
- package/lib/styles/settings/_utilities.scss +0 -5
- package/lib/styles/settings/_variables.scss +2 -3
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +0 -10
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +0 -2
- package/lib/styles/tools/_layer.scss +4 -2
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +1 -5
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
@@ -1,594 +1,546 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
/* endregion */
|
31
|
-
/* region MODIFIERS */
|
32
|
-
.v-field--prepended {
|
33
|
-
|
34
|
-
}
|
35
|
-
.v-field--appended {
|
36
|
-
|
37
|
-
}
|
38
|
-
.v-field--variant-solo, .v-field--variant-solo-filled {
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
}
|
43
|
-
.v-field--variant-solo, .v-field--variant-solo-filled {
|
44
|
-
|
45
|
-
}
|
46
|
-
.v-field--variant-solo-inverted {
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
}
|
51
|
-
.v-field--variant-solo-inverted {
|
52
|
-
|
53
|
-
}
|
54
|
-
.v-field--variant-solo-inverted.v-field--focused {
|
55
|
-
|
56
|
-
}
|
57
|
-
.v-field--variant-filled {
|
58
|
-
|
59
|
-
|
60
|
-
}
|
61
|
-
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
62
|
-
|
63
|
-
|
64
|
-
}
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
--v-field-
|
74
|
-
|
75
|
-
|
76
|
-
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
77
|
-
|
78
|
-
}
|
79
|
-
.v-input--density-
|
80
|
-
|
81
|
-
}
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
.v-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
.v-field--
|
118
|
-
|
119
|
-
}
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
.v-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
.v-
|
157
|
-
|
158
|
-
}
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
.v-
|
171
|
-
|
172
|
-
}
|
173
|
-
.v-
|
174
|
-
|
175
|
-
}
|
176
|
-
|
177
|
-
.v-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
.v-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
.v-field__append-inner,
|
202
|
-
.v-field__clearable,
|
203
|
-
.v-field__prepend-inner {
|
204
|
-
display: flex;
|
205
|
-
align-items: flex-start;
|
206
|
-
padding-top: var(--v-input-padding-top, 8px);
|
207
|
-
}
|
208
|
-
.v-field--center-affix .v-field__append-inner,
|
209
|
-
.v-field--center-affix .v-field__clearable,
|
210
|
-
.v-field--center-affix .v-field__prepend-inner {
|
211
|
-
align-items: center;
|
212
|
-
padding-top: 0;
|
213
|
-
}
|
214
|
-
|
215
|
-
.v-field.v-field--variant-underlined .v-field__append-inner,
|
216
|
-
.v-field.v-field--variant-underlined .v-field__clearable,
|
217
|
-
.v-field.v-field--variant-underlined .v-field__prepend-inner,
|
218
|
-
.v-field.v-field--variant-plain .v-field__append-inner,
|
219
|
-
.v-field.v-field--variant-plain .v-field__clearable,
|
220
|
-
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
221
|
-
align-items: flex-start;
|
222
|
-
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
|
223
|
-
padding-bottom: var(--v-field-padding-bottom, 4px);
|
224
|
-
}
|
225
|
-
|
226
|
-
.v-field--focused .v-field__prepend-inner,
|
227
|
-
.v-field--focused .v-field__append-inner {
|
228
|
-
opacity: 1;
|
229
|
-
}
|
230
|
-
|
231
|
-
.v-field__prepend-inner > .v-icon,
|
232
|
-
.v-field__append-inner > .v-icon,
|
233
|
-
.v-field__clearable > .v-icon {
|
234
|
-
opacity: var(--v-medium-emphasis-opacity);
|
235
|
-
}
|
236
|
-
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon, .v-field--glow.v-field--focused .v-field__prepend-inner > .v-icon,
|
237
|
-
.v-field--disabled .v-field__append-inner > .v-icon,
|
238
|
-
.v-field--error .v-field__append-inner > .v-icon,
|
239
|
-
.v-field--glow.v-field--focused .v-field__append-inner > .v-icon,
|
240
|
-
.v-field--disabled .v-field__clearable > .v-icon,
|
241
|
-
.v-field--error .v-field__clearable > .v-icon,
|
242
|
-
.v-field--glow.v-field--focused .v-field__clearable > .v-icon {
|
243
|
-
opacity: 1;
|
244
|
-
}
|
245
|
-
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
|
246
|
-
.v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
|
247
|
-
.v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
|
248
|
-
color: rgb(var(--v-theme-error));
|
249
|
-
}
|
250
|
-
|
251
|
-
.v-field__clearable {
|
252
|
-
cursor: pointer;
|
253
|
-
opacity: 0;
|
254
|
-
overflow: hidden;
|
255
|
-
margin-inline: 4px;
|
256
|
-
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
257
|
-
transition-property: opacity, transform, width;
|
258
|
-
}
|
259
|
-
.v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
|
260
|
-
opacity: 1;
|
261
|
-
}
|
262
|
-
@media (hover: hover) {
|
263
|
-
.v-field:hover .v-field__clearable {
|
1
|
+
@layer vuetify.components {
|
2
|
+
/* region INPUT */
|
3
|
+
.v-field {
|
4
|
+
align-items: center;
|
5
|
+
display: flex;
|
6
|
+
flex-direction: row;
|
7
|
+
gap: 6px;
|
8
|
+
font-size: 16px;
|
9
|
+
letter-spacing: 0.009375em;
|
10
|
+
max-width: 100%;
|
11
|
+
border-radius: 4px;
|
12
|
+
contain: layout;
|
13
|
+
flex: 1 0;
|
14
|
+
position: relative;
|
15
|
+
--v-theme-overlay-multiplier: 1;
|
16
|
+
--v-field-padding-start: 16px;
|
17
|
+
--v-field-padding-end: 16px;
|
18
|
+
--v-field-padding-top: 8px;
|
19
|
+
--v-field-padding-bottom: 4px;
|
20
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
|
21
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
22
|
+
}
|
23
|
+
.v-field--disabled {
|
24
|
+
opacity: var(--v-disabled-opacity);
|
25
|
+
pointer-events: none;
|
26
|
+
}
|
27
|
+
.v-field .v-chip {
|
28
|
+
--v-chip-height: 24px;
|
29
|
+
}
|
30
|
+
/* endregion */
|
31
|
+
/* region MODIFIERS */
|
32
|
+
.v-field--prepended {
|
33
|
+
padding-inline-start: 12px;
|
34
|
+
}
|
35
|
+
.v-field--appended {
|
36
|
+
padding-inline-end: 12px;
|
37
|
+
}
|
38
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
39
|
+
background: rgb(var(--v-theme-surface));
|
40
|
+
border-color: transparent;
|
41
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
42
|
+
}
|
43
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
44
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
45
|
+
}
|
46
|
+
.v-field--variant-solo-inverted {
|
47
|
+
background: rgb(var(--v-theme-surface));
|
48
|
+
border-color: transparent;
|
49
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
50
|
+
}
|
51
|
+
.v-field--variant-solo-inverted {
|
52
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
53
|
+
}
|
54
|
+
.v-field--variant-solo-inverted.v-field--focused {
|
55
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
56
|
+
}
|
57
|
+
.v-field--variant-filled {
|
58
|
+
border-bottom-left-radius: 0;
|
59
|
+
border-bottom-right-radius: 0;
|
60
|
+
}
|
61
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
62
|
+
--v-input-control-height: 56px;
|
63
|
+
--v-field-padding-bottom: 4px;
|
64
|
+
}
|
65
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
66
|
+
--v-input-control-height: 48px;
|
67
|
+
--v-field-padding-bottom: 0px;
|
68
|
+
}
|
69
|
+
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
70
|
+
--v-input-control-height: 40px;
|
71
|
+
--v-field-padding-bottom: 0px;
|
72
|
+
}
|
73
|
+
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
74
|
+
--v-field-padding-top: 0px;
|
75
|
+
}
|
76
|
+
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
77
|
+
--v-field-padding-bottom: 16px;
|
78
|
+
}
|
79
|
+
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
|
80
|
+
--v-field-padding-bottom: 12px;
|
81
|
+
}
|
82
|
+
.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
|
83
|
+
--v-field-padding-bottom: 8px;
|
84
|
+
}
|
85
|
+
.v-field--variant-plain, .v-field--variant-underlined {
|
86
|
+
border-radius: 0;
|
87
|
+
padding: 0;
|
88
|
+
}
|
89
|
+
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
|
90
|
+
--v-field-padding-start: 0px;
|
91
|
+
--v-field-padding-end: 0px;
|
92
|
+
}
|
93
|
+
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
94
|
+
--v-input-control-height: 48px;
|
95
|
+
--v-field-padding-top: 4px;
|
96
|
+
--v-field-padding-bottom: 4px;
|
97
|
+
}
|
98
|
+
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
99
|
+
--v-input-control-height: 40px;
|
100
|
+
--v-field-padding-top: 2px;
|
101
|
+
--v-field-padding-bottom: 0px;
|
102
|
+
}
|
103
|
+
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
104
|
+
--v-input-control-height: 32px;
|
105
|
+
--v-field-padding-top: 0px;
|
106
|
+
--v-field-padding-bottom: 0px;
|
107
|
+
}
|
108
|
+
.v-field--flat {
|
109
|
+
box-shadow: none;
|
110
|
+
}
|
111
|
+
.v-field--rounded {
|
112
|
+
border-radius: 24px;
|
113
|
+
}
|
114
|
+
.v-field.v-field--prepended {
|
115
|
+
--v-field-padding-start: 6px;
|
116
|
+
}
|
117
|
+
.v-field.v-field--appended {
|
118
|
+
--v-field-padding-end: 6px;
|
119
|
+
}
|
120
|
+
/* endregion */
|
121
|
+
/* region ELEMENTS */
|
122
|
+
.v-field__input {
|
123
|
+
align-items: center;
|
124
|
+
color: inherit;
|
125
|
+
column-gap: 2px;
|
126
|
+
display: flex;
|
127
|
+
flex-wrap: wrap;
|
128
|
+
letter-spacing: 0.009375em;
|
129
|
+
opacity: var(--v-high-emphasis-opacity);
|
130
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
131
|
+
min-width: 0;
|
132
|
+
padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
|
133
|
+
padding-top: var(--v-field-input-padding-top);
|
134
|
+
padding-bottom: var(--v-field-input-padding-bottom);
|
135
|
+
position: relative;
|
136
|
+
width: 100%;
|
137
|
+
}
|
138
|
+
.v-input--density-default .v-field__input {
|
139
|
+
row-gap: 8px;
|
140
|
+
}
|
141
|
+
.v-input--density-comfortable .v-field__input {
|
142
|
+
row-gap: 6px;
|
143
|
+
}
|
144
|
+
.v-input--density-compact .v-field__input {
|
145
|
+
row-gap: 4px;
|
146
|
+
}
|
147
|
+
.v-field__input input {
|
148
|
+
letter-spacing: inherit;
|
149
|
+
}
|
150
|
+
.v-field__input input::placeholder,
|
151
|
+
input.v-field__input::placeholder,
|
152
|
+
textarea.v-field__input::placeholder {
|
153
|
+
color: currentColor;
|
154
|
+
opacity: var(--v-disabled-opacity);
|
155
|
+
}
|
156
|
+
.v-field__input:focus, .v-field__input:active {
|
157
|
+
outline: none;
|
158
|
+
}
|
159
|
+
.v-field__input:invalid {
|
160
|
+
box-shadow: none;
|
161
|
+
}
|
162
|
+
.v-field__field {
|
163
|
+
flex: 1 0;
|
164
|
+
position: relative;
|
165
|
+
align-items: flex-start;
|
166
|
+
display: flex;
|
167
|
+
}
|
168
|
+
/* endregion */
|
169
|
+
/* region AFFIXES */
|
170
|
+
.v-field__prepend-inner {
|
171
|
+
padding-inline-end: var(--v-field-padding-after);
|
172
|
+
}
|
173
|
+
.v-field__append-inner {
|
174
|
+
padding-inline-start: var(--v-field-padding-after);
|
175
|
+
}
|
176
|
+
.v-field__append-inner,
|
177
|
+
.v-field__clearable,
|
178
|
+
.v-field__prepend-inner {
|
179
|
+
display: flex;
|
180
|
+
align-items: flex-start;
|
181
|
+
padding-top: var(--v-input-padding-top, 8px);
|
182
|
+
}
|
183
|
+
.v-field--center-affix .v-field__append-inner,
|
184
|
+
.v-field--center-affix .v-field__clearable,
|
185
|
+
.v-field--center-affix .v-field__prepend-inner {
|
186
|
+
align-items: center;
|
187
|
+
padding-top: 0;
|
188
|
+
}
|
189
|
+
.v-field.v-field--variant-underlined .v-field__append-inner,
|
190
|
+
.v-field.v-field--variant-underlined .v-field__clearable,
|
191
|
+
.v-field.v-field--variant-underlined .v-field__prepend-inner,
|
192
|
+
.v-field.v-field--variant-plain .v-field__append-inner,
|
193
|
+
.v-field.v-field--variant-plain .v-field__clearable,
|
194
|
+
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
195
|
+
align-items: flex-start;
|
196
|
+
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));
|
197
|
+
padding-bottom: var(--v-field-padding-bottom, 4px);
|
198
|
+
}
|
199
|
+
.v-field--focused .v-field__prepend-inner,
|
200
|
+
.v-field--focused .v-field__append-inner {
|
264
201
|
opacity: 1;
|
265
202
|
}
|
266
|
-
|
267
|
-
|
203
|
+
.v-field__prepend-inner > .v-icon,
|
204
|
+
.v-field__append-inner > .v-icon,
|
205
|
+
.v-field__clearable > .v-icon {
|
206
|
+
opacity: var(--v-medium-emphasis-opacity);
|
207
|
+
}
|
208
|
+
.v-field--disabled .v-field__prepend-inner > .v-icon, .v-field--error .v-field__prepend-inner > .v-icon, .v-field--glow.v-field--focused .v-field__prepend-inner > .v-icon,
|
209
|
+
.v-field--disabled .v-field__append-inner > .v-icon,
|
210
|
+
.v-field--error .v-field__append-inner > .v-icon,
|
211
|
+
.v-field--glow.v-field--focused .v-field__append-inner > .v-icon,
|
212
|
+
.v-field--disabled .v-field__clearable > .v-icon,
|
213
|
+
.v-field--error .v-field__clearable > .v-icon,
|
214
|
+
.v-field--glow.v-field--focused .v-field__clearable > .v-icon {
|
215
|
+
opacity: 1;
|
216
|
+
}
|
217
|
+
.v-field--error:not(.v-field--disabled) .v-field__prepend-inner > .v-icon,
|
218
|
+
.v-field--error:not(.v-field--disabled) .v-field__append-inner > .v-icon,
|
219
|
+
.v-field--error:not(.v-field--disabled) .v-field__clearable > .v-icon {
|
220
|
+
color: rgb(var(--v-theme-error));
|
221
|
+
}
|
268
222
|
.v-field__clearable {
|
223
|
+
cursor: pointer;
|
224
|
+
opacity: 0;
|
225
|
+
overflow: hidden;
|
226
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
227
|
+
transition-property: opacity, transform, width;
|
228
|
+
}
|
229
|
+
.v-field--focused .v-field__clearable, .v-field--persistent-clear .v-field__clearable {
|
230
|
+
opacity: 1;
|
231
|
+
}
|
232
|
+
@media (hover: hover) {
|
233
|
+
.v-field:hover .v-field__clearable {
|
234
|
+
opacity: 1;
|
235
|
+
}
|
236
|
+
}
|
237
|
+
@media (hover: none) {
|
238
|
+
.v-field__clearable {
|
239
|
+
opacity: 1;
|
240
|
+
}
|
241
|
+
}
|
242
|
+
/* endregion */
|
243
|
+
/* region LABEL */
|
244
|
+
.v-label.v-field-label {
|
245
|
+
contain: layout paint;
|
246
|
+
display: block;
|
247
|
+
margin-inline-start: var(--v-field-padding-start);
|
248
|
+
margin-inline-end: var(--v-field-padding-end);
|
249
|
+
max-width: calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));
|
250
|
+
pointer-events: none;
|
251
|
+
position: absolute;
|
252
|
+
top: var(--v-input-padding-top);
|
253
|
+
transform-origin: left center;
|
254
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
255
|
+
transition-property: opacity, transform;
|
256
|
+
z-index: 1;
|
257
|
+
}
|
258
|
+
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
259
|
+
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
260
|
+
}
|
261
|
+
.v-field--center-affix .v-label.v-field-label {
|
262
|
+
top: 50%;
|
263
|
+
transform: translateY(-50%);
|
264
|
+
}
|
265
|
+
.v-field--active .v-label.v-field-label {
|
266
|
+
visibility: hidden;
|
267
|
+
}
|
268
|
+
.v-field--focused .v-label.v-field-label, .v-field--error .v-label.v-field-label {
|
269
269
|
opacity: 1;
|
270
270
|
}
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
}
|
302
|
-
.v-field--
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
.v-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
.v-field
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
.v-field
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
--v-field-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
.v-field--variant-outlined .v-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
.v-field--
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
}
|
465
|
-
.v-field--variant-outlined .v-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
}
|
483
|
-
.v-field--
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
}
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
.v-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
}
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
.v-field--
|
532
|
-
|
533
|
-
}
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
}
|
548
|
-
@media (hover: hover) {
|
549
|
-
.v-field--variant-solo-filled:hover .v-field__overlay {
|
550
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
551
|
-
}
|
552
|
-
}
|
553
|
-
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
554
|
-
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
555
|
-
}
|
556
|
-
|
557
|
-
.v-field--variant-solo-inverted .v-field__overlay {
|
558
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
559
|
-
}
|
560
|
-
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
561
|
-
opacity: 0;
|
562
|
-
}
|
563
|
-
@media (hover: hover) {
|
564
|
-
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
565
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
566
|
-
}
|
567
|
-
}
|
568
|
-
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
569
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
570
|
-
opacity: 1;
|
571
|
-
}
|
572
|
-
|
573
|
-
/* endregion */
|
574
|
-
/* region MODIFIERS */
|
575
|
-
.v-field--reverse .v-field__field,
|
576
|
-
.v-field--reverse .v-field__input,
|
577
|
-
.v-field--reverse .v-field__outline {
|
578
|
-
flex-direction: row-reverse;
|
579
|
-
}
|
580
|
-
.v-field--reverse .v-field__input, .v-field--reverse input {
|
581
|
-
text-align: end;
|
582
|
-
}
|
583
|
-
|
584
|
-
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
585
|
-
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
586
|
-
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
587
|
-
}
|
588
|
-
|
589
|
-
.v-field--loading .v-field__outline::after,
|
590
|
-
.v-field--loading .v-field__outline::before {
|
591
|
-
opacity: 0;
|
592
|
-
}
|
593
|
-
|
594
|
-
/* endregion */
|
271
|
+
.v-field--error:not(.v-field--disabled) .v-label.v-field-label {
|
272
|
+
color: rgb(var(--v-theme-error));
|
273
|
+
}
|
274
|
+
.v-label.v-field-label--floating {
|
275
|
+
--v-field-label-scale: 0.75em;
|
276
|
+
font-size: var(--v-field-label-scale);
|
277
|
+
visibility: hidden;
|
278
|
+
}
|
279
|
+
.v-field--variant-outlined .v-label.v-field-label--floating {
|
280
|
+
max-width: 100%;
|
281
|
+
}
|
282
|
+
.v-field--center-affix .v-label.v-field-label--floating {
|
283
|
+
transform: none;
|
284
|
+
}
|
285
|
+
.v-field.v-field--active .v-label.v-field-label--floating {
|
286
|
+
visibility: unset;
|
287
|
+
}
|
288
|
+
.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
289
|
+
top: 7px;
|
290
|
+
}
|
291
|
+
.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
292
|
+
top: 5px;
|
293
|
+
}
|
294
|
+
.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
295
|
+
top: 3px;
|
296
|
+
}
|
297
|
+
.v-field--variant-plain .v-label.v-field-label--floating, .v-field--variant-underlined .v-label.v-field-label--floating {
|
298
|
+
transform: translateY(-16px);
|
299
|
+
margin: 0;
|
300
|
+
top: var(--v-input-padding-top);
|
301
|
+
}
|
302
|
+
.v-field--variant-outlined .v-label.v-field-label--floating {
|
303
|
+
transform: translateY(-50%);
|
304
|
+
transform-origin: center;
|
305
|
+
position: static;
|
306
|
+
margin: 0 4px;
|
307
|
+
}
|
308
|
+
/* endregion */
|
309
|
+
/* region OUTLINE */
|
310
|
+
.v-field__outline {
|
311
|
+
--v-field-border-width: 1px;
|
312
|
+
--v-field-border-opacity: 0.38;
|
313
|
+
align-items: stretch;
|
314
|
+
contain: layout;
|
315
|
+
display: flex;
|
316
|
+
height: 100%;
|
317
|
+
left: 0;
|
318
|
+
pointer-events: none;
|
319
|
+
position: absolute;
|
320
|
+
right: 0;
|
321
|
+
width: 100%;
|
322
|
+
}
|
323
|
+
@media (hover: hover) {
|
324
|
+
.v-field:hover .v-field__outline {
|
325
|
+
--v-field-border-opacity: var(--v-high-emphasis-opacity);
|
326
|
+
}
|
327
|
+
}
|
328
|
+
.v-field--error:not(.v-field--disabled) .v-field__outline {
|
329
|
+
color: rgb(var(--v-theme-error));
|
330
|
+
}
|
331
|
+
.v-field.v-field--focused .v-field__outline, .v-input.v-input--error .v-field__outline {
|
332
|
+
--v-field-border-opacity: 1;
|
333
|
+
}
|
334
|
+
.v-field--variant-outlined.v-field--focused .v-field__outline {
|
335
|
+
--v-field-border-width: 2px;
|
336
|
+
}
|
337
|
+
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
338
|
+
border-color: currentColor;
|
339
|
+
border-style: solid;
|
340
|
+
border-width: 0 0 var(--v-field-border-width);
|
341
|
+
opacity: var(--v-field-border-opacity);
|
342
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
343
|
+
}
|
344
|
+
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
345
|
+
content: "";
|
346
|
+
position: absolute;
|
347
|
+
top: 0;
|
348
|
+
left: 0;
|
349
|
+
width: 100%;
|
350
|
+
height: 100%;
|
351
|
+
}
|
352
|
+
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
353
|
+
border-color: currentColor;
|
354
|
+
border-style: solid;
|
355
|
+
border-width: 0 0 2px;
|
356
|
+
transform: scaleX(0);
|
357
|
+
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
358
|
+
}
|
359
|
+
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
360
|
+
content: "";
|
361
|
+
position: absolute;
|
362
|
+
top: 0;
|
363
|
+
left: 0;
|
364
|
+
width: 100%;
|
365
|
+
height: 100%;
|
366
|
+
}
|
367
|
+
.v-field--focused.v-field--variant-filled .v-field__outline::after, .v-field--focused.v-field--variant-underlined .v-field__outline::after {
|
368
|
+
transform: scaleX(1);
|
369
|
+
}
|
370
|
+
.v-field--variant-outlined .v-field__outline {
|
371
|
+
border-radius: inherit;
|
372
|
+
}
|
373
|
+
.v-field--variant-outlined .v-field__outline__start, .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after, .v-field--variant-outlined .v-field__outline__end {
|
374
|
+
border: 0 solid currentColor;
|
375
|
+
opacity: var(--v-field-border-opacity);
|
376
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
377
|
+
}
|
378
|
+
.v-field--variant-outlined .v-field__outline__start {
|
379
|
+
flex: 0 0 12px;
|
380
|
+
border-top-width: var(--v-field-border-width);
|
381
|
+
border-bottom-width: var(--v-field-border-width);
|
382
|
+
border-inline-start-width: var(--v-field-border-width);
|
383
|
+
border-start-start-radius: inherit;
|
384
|
+
border-start-end-radius: 0;
|
385
|
+
border-end-end-radius: 0;
|
386
|
+
border-end-start-radius: inherit;
|
387
|
+
}
|
388
|
+
.v-field--rounded.v-field--variant-outlined .v-field__outline__start,
|
389
|
+
[class^=rounded-].v-field--variant-outlined .v-field__outline__start,
|
390
|
+
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start {
|
391
|
+
flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
|
392
|
+
}
|
393
|
+
.v-field--reverse.v-field--variant-outlined .v-field__outline__start {
|
394
|
+
border-start-start-radius: 0;
|
395
|
+
border-start-end-radius: inherit;
|
396
|
+
border-end-end-radius: inherit;
|
397
|
+
border-end-start-radius: 0;
|
398
|
+
border-inline-end-width: var(--v-field-border-width);
|
399
|
+
border-inline-start-width: 0;
|
400
|
+
}
|
401
|
+
.v-field--variant-outlined .v-field__outline__notch {
|
402
|
+
flex: none;
|
403
|
+
position: relative;
|
404
|
+
max-width: calc(100% - 24px);
|
405
|
+
}
|
406
|
+
.v-field--rounded.v-field--variant-outlined .v-field__outline__notch,
|
407
|
+
[class^=rounded-].v-field--variant-outlined .v-field__outline__notch,
|
408
|
+
[class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch {
|
409
|
+
max-width: calc(100% - var(--v-input-control-height));
|
410
|
+
}
|
411
|
+
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
412
|
+
opacity: var(--v-field-border-opacity);
|
413
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
414
|
+
}
|
415
|
+
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
416
|
+
content: "";
|
417
|
+
position: absolute;
|
418
|
+
top: 0;
|
419
|
+
left: 0;
|
420
|
+
width: 100%;
|
421
|
+
height: 100%;
|
422
|
+
}
|
423
|
+
.v-field--variant-outlined .v-field__outline__notch::before {
|
424
|
+
border-width: var(--v-field-border-width) 0 0;
|
425
|
+
}
|
426
|
+
.v-field--variant-outlined .v-field__outline__notch::after {
|
427
|
+
bottom: 0;
|
428
|
+
border-width: 0 0 var(--v-field-border-width);
|
429
|
+
}
|
430
|
+
.v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
|
431
|
+
opacity: 0;
|
432
|
+
}
|
433
|
+
.v-field--variant-outlined .v-field__outline__end {
|
434
|
+
flex: 1;
|
435
|
+
border-top-width: var(--v-field-border-width);
|
436
|
+
border-bottom-width: var(--v-field-border-width);
|
437
|
+
border-inline-end-width: var(--v-field-border-width);
|
438
|
+
border-start-start-radius: 0;
|
439
|
+
border-start-end-radius: inherit;
|
440
|
+
border-end-end-radius: inherit;
|
441
|
+
border-end-start-radius: 0;
|
442
|
+
}
|
443
|
+
.v-field--reverse.v-field--variant-outlined .v-field__outline__end {
|
444
|
+
border-start-start-radius: inherit;
|
445
|
+
border-start-end-radius: 0;
|
446
|
+
border-end-end-radius: 0;
|
447
|
+
border-end-start-radius: inherit;
|
448
|
+
border-inline-end-width: 0;
|
449
|
+
border-inline-start-width: var(--v-field-border-width);
|
450
|
+
}
|
451
|
+
/* endregion */
|
452
|
+
/* region LOADER */
|
453
|
+
.v-field__loader {
|
454
|
+
top: calc(100% - 2px);
|
455
|
+
left: 0;
|
456
|
+
position: absolute;
|
457
|
+
right: 0;
|
458
|
+
width: 100%;
|
459
|
+
border-top-left-radius: 0;
|
460
|
+
border-top-right-radius: 0;
|
461
|
+
border-bottom-left-radius: inherit;
|
462
|
+
border-bottom-right-radius: inherit;
|
463
|
+
overflow: hidden;
|
464
|
+
}
|
465
|
+
.v-field--variant-outlined .v-field__loader {
|
466
|
+
top: calc(100% - 3px);
|
467
|
+
width: calc(100% - 1px * 2);
|
468
|
+
left: 1px;
|
469
|
+
}
|
470
|
+
/* endregion */
|
471
|
+
/* region OVERLAY */
|
472
|
+
.v-field__overlay {
|
473
|
+
border-radius: inherit;
|
474
|
+
pointer-events: none;
|
475
|
+
}
|
476
|
+
.v-field__overlay {
|
477
|
+
position: absolute;
|
478
|
+
top: 0;
|
479
|
+
left: 0;
|
480
|
+
width: 100%;
|
481
|
+
height: 100%;
|
482
|
+
}
|
483
|
+
.v-field--variant-filled .v-field__overlay {
|
484
|
+
background-color: currentColor;
|
485
|
+
opacity: 0.04;
|
486
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
487
|
+
}
|
488
|
+
.v-field--variant-filled.v-field--has-background .v-field__overlay {
|
489
|
+
opacity: 0;
|
490
|
+
}
|
491
|
+
@media (hover: hover) {
|
492
|
+
.v-field--variant-filled:hover .v-field__overlay {
|
493
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
494
|
+
}
|
495
|
+
}
|
496
|
+
.v-field--variant-filled.v-field--focused .v-field__overlay {
|
497
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
498
|
+
}
|
499
|
+
.v-field--variant-solo-filled .v-field__overlay {
|
500
|
+
background-color: currentColor;
|
501
|
+
opacity: 0.04;
|
502
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
503
|
+
}
|
504
|
+
@media (hover: hover) {
|
505
|
+
.v-field--variant-solo-filled:hover .v-field__overlay {
|
506
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
507
|
+
}
|
508
|
+
}
|
509
|
+
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
510
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
511
|
+
}
|
512
|
+
.v-field--variant-solo-inverted .v-field__overlay {
|
513
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
514
|
+
}
|
515
|
+
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
516
|
+
opacity: 0;
|
517
|
+
}
|
518
|
+
@media (hover: hover) {
|
519
|
+
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
520
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
521
|
+
}
|
522
|
+
}
|
523
|
+
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
524
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
525
|
+
opacity: 1;
|
526
|
+
}
|
527
|
+
/* endregion */
|
528
|
+
/* region MODIFIERS */
|
529
|
+
.v-field--reverse .v-field__field,
|
530
|
+
.v-field--reverse .v-field__input,
|
531
|
+
.v-field--reverse .v-field__outline {
|
532
|
+
flex-direction: row-reverse;
|
533
|
+
}
|
534
|
+
.v-field--reverse .v-field__input, .v-field--reverse input {
|
535
|
+
text-align: end;
|
536
|
+
}
|
537
|
+
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
538
|
+
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
539
|
+
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
540
|
+
}
|
541
|
+
.v-field--loading .v-field__outline::after,
|
542
|
+
.v-field--loading .v-field__outline::before {
|
543
|
+
opacity: 0;
|
544
|
+
}
|
545
|
+
/* endregion */
|
546
|
+
}
|