@vuetify/nightly 3.7.4-dev.2024-11-06 → 3.7.4-next.2024-11-06

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