@vuetify/nightly 3.7.10-dev.2025-02-10 → 3.7.10-next.2025-02-04

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