@vuetify/nightly 3.8.1-next.2025-04-18 → 3.8.2-dev.2025-04-28

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 (222) hide show
  1. package/CHANGELOG.md +7 -16
  2. package/dist/json/attributes.json +2825 -2817
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +168 -168
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +5590 -5610
  7. package/dist/vuetify-labs.cjs +180 -249
  8. package/dist/vuetify-labs.css +25246 -23473
  9. package/dist/vuetify-labs.d.ts +715 -279
  10. package/dist/vuetify-labs.esm.js +180 -249
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +180 -249
  13. package/dist/vuetify-labs.min.css +4 -3
  14. package/dist/vuetify.cjs +156 -231
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +23931 -22162
  17. package/dist/vuetify.d.ts +753 -317
  18. package/dist/vuetify.esm.js +156 -231
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +156 -231
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +4 -3
  23. package/dist/vuetify.min.js +295 -280
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/blueprints/md3.js +18 -5
  26. package/lib/blueprints/md3.js.map +1 -1
  27. package/lib/components/VAlert/VAlert.css +215 -207
  28. package/lib/components/VApp/VApp.css +15 -16
  29. package/lib/components/VAppBar/VAppBar.css +12 -14
  30. package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
  31. package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
  32. package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
  33. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  34. package/lib/components/VAvatar/VAvatar.css +106 -108
  35. package/lib/components/VBadge/VBadge.css +77 -77
  36. package/lib/components/VBanner/VBanner.css +166 -161
  37. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
  38. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  39. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  40. package/lib/components/VBtn/VBtn.css +408 -372
  41. package/lib/components/VBtn/VBtn.sass +23 -10
  42. package/lib/components/VBtn/_variables.scss +1 -1
  43. package/lib/components/VBtnGroup/VBtnGroup.css +87 -63
  44. package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
  45. package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
  46. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  47. package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
  48. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  49. package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
  50. package/lib/components/VCard/VCard.css +302 -294
  51. package/lib/components/VCarousel/VCarousel.css +65 -63
  52. package/lib/components/VCarousel/VCarousel.sass +1 -1
  53. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  54. package/lib/components/VChip/VChip.css +411 -378
  55. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  56. package/lib/components/VCode/VCode.css +11 -10
  57. package/lib/components/VCode/VCode.sass +3 -0
  58. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  59. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  60. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  61. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  62. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  63. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  64. package/lib/components/VCombobox/VCombobox.css +84 -85
  65. package/lib/components/VCombobox/VCombobox.d.ts +9 -18
  66. package/lib/components/VCombobox/VCombobox.js +3 -6
  67. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  68. package/lib/components/VCounter/VCounter.css +5 -7
  69. package/lib/components/VDataTable/VDataTable.css +186 -189
  70. package/lib/components/VDataTable/VDataTable.sass +11 -21
  71. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  72. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  73. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  74. package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
  75. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  76. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  77. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  78. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  79. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  80. package/lib/components/VDialog/VDialog.css +98 -98
  81. package/lib/components/VDivider/VDivider.css +52 -52
  82. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  83. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  84. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  85. package/lib/components/VFab/VFab.css +73 -78
  86. package/lib/components/VFab/VFab.sass +4 -5
  87. package/lib/components/VField/VField.css +589 -541
  88. package/lib/components/VField/VField.sass +11 -4
  89. package/lib/components/VField/_variables.scss +1 -1
  90. package/lib/components/VFileInput/VFileInput.css +28 -30
  91. package/lib/components/VFooter/VFooter.css +36 -38
  92. package/lib/components/VForm/VForm.d.ts +531 -111
  93. package/lib/components/VForm/VForm.js +1 -11
  94. package/lib/components/VForm/VForm.js.map +1 -1
  95. package/lib/components/VGrid/VGrid.css +592 -565
  96. package/lib/components/VIcon/VIcon.css +53 -52
  97. package/lib/components/VImg/VImg.css +51 -50
  98. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  99. package/lib/components/VInput/VInput.css +147 -136
  100. package/lib/components/VInput/VInput.d.ts +1 -1
  101. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  102. package/lib/components/VKbd/VKbd.css +11 -13
  103. package/lib/components/VLabel/VLabel.css +15 -16
  104. package/lib/components/VLayout/VLayout.css +8 -10
  105. package/lib/components/VLayout/VLayoutItem.css +7 -8
  106. package/lib/components/VList/VList.css +108 -104
  107. package/lib/components/VList/VList.sass +1 -1
  108. package/lib/components/VList/VListItem.css +452 -440
  109. package/lib/components/VList/VListItem.sass +1 -2
  110. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  111. package/lib/components/VMain/VMain.css +30 -32
  112. package/lib/components/VMenu/VMenu.css +19 -21
  113. package/lib/components/VMessages/VMessages.css +15 -17
  114. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
  115. package/lib/components/VNumberInput/VNumberInput.css +46 -48
  116. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  117. package/lib/components/VOverlay/VOverlay.css +64 -61
  118. package/lib/components/VOverlay/VOverlay.sass +13 -14
  119. package/lib/components/VOverlay/_variables.scss +1 -1
  120. package/lib/components/VPagination/VPagination.css +8 -10
  121. package/lib/components/VParallax/VParallax.css +6 -8
  122. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  123. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  124. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  125. package/lib/components/VRating/VRating.css +53 -52
  126. package/lib/components/VResponsive/VResponsive.css +26 -25
  127. package/lib/components/VSelect/VSelect.css +51 -53
  128. package/lib/components/VSelect/VSelect.d.ts +9 -18
  129. package/lib/components/VSelect/VSelect.js +3 -6
  130. package/lib/components/VSelect/VSelect.js.map +1 -1
  131. package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
  132. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  133. package/lib/components/VSheet/VSheet.css +36 -38
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  135. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  136. package/lib/components/VSlider/VSlider.css +57 -53
  137. package/lib/components/VSlider/VSliderThumb.css +153 -142
  138. package/lib/components/VSlider/VSliderTrack.css +174 -155
  139. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  140. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  141. package/lib/components/VStepper/VStepper.css +56 -55
  142. package/lib/components/VStepper/VStepperItem.css +115 -112
  143. package/lib/components/VSwitch/VSwitch.css +139 -129
  144. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  145. package/lib/components/VTable/VTable.css +141 -140
  146. package/lib/components/VTable/VTable.sass +2 -4
  147. package/lib/components/VTabs/VTab.css +29 -30
  148. package/lib/components/VTabs/VTabs.css +65 -59
  149. package/lib/components/VTextField/VTextField.css +85 -77
  150. package/lib/components/VTextarea/VTextarea.css +40 -48
  151. package/lib/components/VTextarea/VTextarea.sass +2 -4
  152. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  153. package/lib/components/VTimeline/VTimeline.css +427 -388
  154. package/lib/components/VToolbar/VToolbar.css +144 -137
  155. package/lib/components/VTooltip/VTooltip.css +23 -27
  156. package/lib/components/VTooltip/VTooltip.sass +6 -8
  157. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  158. package/lib/components/VWindow/VWindow.css +70 -73
  159. package/lib/composables/calendar.d.ts +3 -2
  160. package/lib/composables/calendar.js +5 -7
  161. package/lib/composables/calendar.js.map +1 -1
  162. package/lib/composables/date/DateAdapter.d.ts +1 -0
  163. package/lib/composables/date/DateAdapter.js.map +1 -1
  164. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  165. package/lib/composables/date/adapters/vuetify.js +101 -160
  166. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  167. package/lib/composables/date/date.d.ts +1 -1
  168. package/lib/composables/date/date.js +0 -20
  169. package/lib/composables/date/date.js.map +1 -1
  170. package/lib/composables/filter.js +2 -1
  171. package/lib/composables/filter.js.map +1 -1
  172. package/lib/composables/theme.js +5 -5
  173. package/lib/composables/theme.js.map +1 -1
  174. package/lib/composables/validation.js +5 -0
  175. package/lib/composables/validation.js.map +1 -1
  176. package/lib/directives/ripple/VRipple.css +36 -38
  177. package/lib/entry-bundler.d.ts +1 -0
  178. package/lib/entry-bundler.js +1 -1
  179. package/lib/entry-bundler.js.map +1 -1
  180. package/lib/framework.d.ts +62 -59
  181. package/lib/framework.js +1 -1
  182. package/lib/framework.js.map +1 -1
  183. package/lib/labs/VCalendar/VCalendar.css +225 -219
  184. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  185. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  186. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  187. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  188. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  189. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  190. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  191. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  192. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  193. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  194. package/lib/labs/VFileUpload/VFileUpload.css +77 -74
  195. package/lib/labs/VIconBtn/VIconBtn.css +164 -162
  196. package/lib/labs/VPicker/VPicker.css +63 -58
  197. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  198. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  199. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  200. package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
  201. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
  202. package/lib/labs/entry-bundler.d.ts +1 -0
  203. package/lib/styles/elements/_global.sass +1 -1
  204. package/lib/styles/generic/_colors.scss +3 -3
  205. package/lib/styles/generic/_layers.scss +1 -13
  206. package/lib/styles/generic/_reset.scss +1 -0
  207. package/lib/styles/generic/_transitions.scss +32 -32
  208. package/lib/styles/main.css +16142 -14667
  209. package/lib/styles/settings/_utilities.scss +5 -0
  210. package/lib/styles/settings/_variables.scss +3 -2
  211. package/lib/styles/tools/_bootable.sass +3 -0
  212. package/lib/styles/tools/_border.sass +4 -4
  213. package/lib/styles/tools/_display.sass +10 -0
  214. package/lib/styles/tools/_elevation.sass +2 -2
  215. package/lib/styles/tools/_index.sass +2 -0
  216. package/lib/styles/tools/_layer.scss +2 -4
  217. package/lib/styles/tools/_position.sass +2 -2
  218. package/lib/styles/tools/_radius.sass +10 -0
  219. package/lib/styles/tools/_rounded.sass +2 -2
  220. package/lib/styles/tools/_utilities.sass +5 -1
  221. package/lib/styles/utilities/_elevation.scss +1 -1
  222. package/package.json +46 -45
@@ -1,454 +1,466 @@
1
- @layer vuetify.components {
2
- .v-list-item {
3
- align-items: center;
4
- display: grid;
5
- flex: none;
6
- grid-template-areas: "prepend content append";
7
- grid-template-columns: max-content 1fr auto;
8
- outline: none;
9
- max-width: 100%;
10
- padding: 4px 16px;
11
- position: relative;
12
- text-decoration: none;
13
- }
14
- .v-list-item {
15
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
16
- border-style: solid;
17
- border-width: 0;
18
- }
19
- .v-list-item--border {
20
- border-width: thin;
21
- box-shadow: none;
22
- }
23
- .v-list-item:hover > .v-list-item__overlay {
24
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25
- }
26
- .v-list-item:focus-visible > .v-list-item__overlay {
1
+ .v-list-item {
2
+ align-items: center;
3
+ display: grid;
4
+ flex: none;
5
+ grid-template-areas: "prepend content append";
6
+ grid-template-columns: max-content 1fr auto;
7
+ outline: none;
8
+ max-width: 100%;
9
+ padding: 4px 16px;
10
+ position: relative;
11
+ text-decoration: none;
12
+ }
13
+ .v-list-item {
14
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
15
+ border-style: solid;
16
+ border-width: 0;
17
+ }
18
+ .v-list-item--border {
19
+ border-width: thin;
20
+ box-shadow: none;
21
+ }
22
+ .v-list-item:hover > .v-list-item__overlay {
23
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24
+ }
25
+ .v-list-item:focus-visible > .v-list-item__overlay {
26
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
27
+ }
28
+ @supports not selector(:focus-visible) {
29
+ .v-list-item:focus > .v-list-item__overlay {
27
30
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
28
31
  }
29
- @supports not selector(:focus-visible) {
30
- .v-list-item:focus > .v-list-item__overlay {
31
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
32
- }
33
- }
34
- .v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
35
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
36
- }
37
- .v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
38
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
39
- }
40
- .v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
32
+ }
33
+ .v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
34
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
35
+ }
36
+ .v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
37
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
38
+ }
39
+ .v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
40
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
41
+ }
42
+ @supports not selector(:focus-visible) {
43
+ .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
41
44
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
42
45
  }
43
- @supports not selector(:focus-visible) {
44
- .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
45
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
46
- }
47
- }
48
- .v-list-item {
49
- border-radius: 0;
50
- }
51
- .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
52
- background: transparent;
53
- color: inherit;
54
- }
55
- .v-list-item--variant-plain {
56
- opacity: 0.62;
57
- }
58
- .v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
59
- opacity: 1;
60
- }
61
- .v-list-item--variant-plain .v-list-item__overlay {
62
- display: none;
63
- }
64
- .v-list-item--variant-elevated, .v-list-item--variant-flat {
65
- background: rgba(var(--v-theme-surface));
66
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
67
- }
68
- .v-list-item--variant-elevated {
69
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
70
- }
71
- .v-list-item--variant-flat {
72
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
73
- }
74
- .v-list-item--variant-outlined {
75
- border: thin solid currentColor;
76
- }
77
- .v-list-item--variant-text .v-list-item__overlay {
78
- background: currentColor;
79
- }
80
- .v-list-item--variant-tonal .v-list-item__underlay {
81
- background: currentColor;
82
- opacity: var(--v-activated-opacity);
83
- border-radius: inherit;
84
- top: 0;
85
- right: 0;
86
- bottom: 0;
87
- left: 0;
46
+ }
47
+ .v-list-item {
48
+ border-radius: 0;
49
+ }
50
+ .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
51
+ background: transparent;
52
+ color: inherit;
53
+ }
54
+ .v-list-item--variant-plain {
55
+ opacity: 0.62;
56
+ }
57
+ .v-list-item--variant-plain:focus, .v-list-item--variant-plain:hover {
58
+ opacity: 1;
59
+ }
60
+ .v-list-item--variant-plain .v-list-item__overlay {
61
+ display: none;
62
+ }
63
+ .v-list-item--variant-elevated, .v-list-item--variant-flat {
64
+ background: rgba(var(--v-theme-surface));
65
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
66
+ }
67
+ .v-list-item--variant-elevated {
68
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
69
+ }
70
+ .v-list-item--variant-flat {
71
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
72
+ }
73
+ .v-list-item--variant-outlined {
74
+ border: thin solid currentColor;
75
+ }
76
+ .v-list-item--variant-text .v-list-item__overlay {
77
+ background: currentColor;
78
+ }
79
+ .v-list-item--variant-tonal .v-list-item__underlay {
80
+ background: currentColor;
81
+ opacity: var(--v-activated-opacity);
82
+ border-radius: inherit;
83
+ top: 0;
84
+ right: 0;
85
+ bottom: 0;
86
+ left: 0;
87
+ pointer-events: none;
88
+ }
89
+ .v-list-item .v-list-item__underlay {
90
+ position: absolute;
91
+ }
92
+ @supports selector(:focus-visible) {
93
+ .v-list-item::after {
88
94
  pointer-events: none;
89
- }
90
- .v-list-item .v-list-item__underlay {
91
- position: absolute;
92
- }
93
- @supports selector(:focus-visible) {
94
- .v-list-item::after {
95
- pointer-events: none;
96
- border: 2px solid currentColor;
97
- border-radius: 4px;
98
- opacity: 0;
99
- transition: opacity 0.2s ease-in-out;
100
- }
101
- .v-list-item::after {
102
- content: "";
103
- position: absolute;
104
- top: 0;
105
- left: 0;
106
- width: 100%;
107
- height: 100%;
108
- }
109
- .v-list-item:focus-visible::after {
110
- opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
111
- }
112
- }
113
- .v-list-item__prepend > .v-badge .v-icon,
114
- .v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
115
- .v-list-item__append > .v-icon {
116
- opacity: var(--v-medium-emphasis-opacity);
117
- }
118
- .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
119
- .v-list-item--active .v-list-item__prepend > .v-icon,
120
- .v-list-item--active .v-list-item__append > .v-badge .v-icon,
121
- .v-list-item--active .v-list-item__append > .v-icon {
122
- opacity: 1;
123
- }
124
- .v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
125
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
126
- }
127
- .v-list-item--rounded {
95
+ border: 2px solid currentColor;
128
96
  border-radius: 4px;
129
- }
130
- .v-list-item--disabled {
131
- pointer-events: none;
132
- user-select: none;
133
- opacity: 0.6;
134
- }
135
- .v-list-item--link {
136
- cursor: pointer;
137
- }
138
- .v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
139
- --v-avatar-height: 24px;
140
- }
141
- .v-list-item__prepend {
142
- align-items: center;
143
- align-self: center;
144
- display: flex;
145
- grid-area: prepend;
146
- }
147
- .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
148
- .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
149
- .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
150
- width: 32px;
151
- }
152
- .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
153
- .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
154
- width: 16px;
155
- }
156
- .v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
157
- .v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
158
- .v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
159
- width: 20px;
160
- }
161
- .v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
162
- .v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
163
- width: 4px;
164
- }
165
- .v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
166
- width: 4px;
167
- }
168
- .v-list-item--three-line .v-list-item__prepend {
169
- align-self: start;
170
- }
171
- .v-list-item__append {
172
- align-self: center;
173
- display: flex;
174
- align-items: center;
175
- grid-area: append;
176
- }
177
- .v-list-item__append .v-list-item__spacer {
178
- order: -1;
179
- transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
180
- }
181
- .v-list-item__append > .v-badge ~ .v-list-item__spacer,
182
- .v-list-item__append > .v-icon ~ .v-list-item__spacer,
183
- .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
184
- width: 32px;
185
- }
186
- .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
187
- .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
188
- width: 16px;
189
- }
190
- .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
191
- width: 16px;
192
- }
193
- .v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
194
- .v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
195
- .v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
196
- width: 20px;
197
- }
198
- .v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
199
- .v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
200
- width: 4px;
201
- }
202
- .v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
203
- width: 4px;
204
- }
205
- .v-list-item--three-line .v-list-item__append {
206
- align-self: start;
207
- }
208
- .v-list-item__content {
209
- align-self: center;
210
- grid-area: content;
211
- overflow: hidden;
212
- }
213
- .v-list-item-action {
214
- align-self: center;
215
- display: flex;
216
- align-items: center;
217
- flex: none;
218
- transition: inherit;
219
- transition-property: height, width;
220
- }
221
- .v-list-item-action--start {
222
- margin-inline-end: 8px;
223
- margin-inline-start: -8px;
224
- }
225
- .v-list-item-action--end {
226
- margin-inline-start: 8px;
227
- margin-inline-end: -8px;
228
- }
229
- .v-list-item-media {
230
- margin-top: 0;
231
- margin-bottom: 0;
232
- }
233
- .v-list-item-media--start {
234
- margin-inline-end: 16px;
235
- }
236
- .v-list-item-media--end {
237
- margin-inline-start: 16px;
238
- }
239
- .v-list-item--two-line .v-list-item-media {
240
- margin-top: -4px;
241
- margin-bottom: -4px;
242
- }
243
- .v-list-item--three-line .v-list-item-media {
244
- margin-top: 0;
245
- margin-bottom: 0;
246
- }
247
- .v-list-item-subtitle {
248
- -webkit-box-orient: vertical;
249
- display: -webkit-box;
250
- opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
251
- overflow: hidden;
252
- padding: 0;
253
- text-overflow: ellipsis;
254
- overflow-wrap: break-word;
255
- word-break: initial;
256
- }
257
- .v-list-item--one-line .v-list-item-subtitle {
258
- -webkit-line-clamp: 1;
259
- }
260
- .v-list-item--two-line .v-list-item-subtitle {
261
- -webkit-line-clamp: 2;
262
- }
263
- .v-list-item--three-line .v-list-item-subtitle {
264
- -webkit-line-clamp: 3;
265
- }
266
- .v-list-item-subtitle {
267
- font-size: 0.875rem;
268
- font-weight: 400;
269
- letter-spacing: 0.0178571429em;
270
- line-height: 1rem;
271
- text-transform: none;
272
- }
273
- .v-list-item--nav .v-list-item-subtitle {
274
- font-size: 0.75rem;
275
- font-weight: 400;
276
- letter-spacing: 0.0178571429em;
277
- line-height: 1rem;
278
- }
279
- .v-list-item-title {
280
- hyphens: auto;
281
- overflow-wrap: normal;
282
- overflow: hidden;
283
- padding: 0;
284
- white-space: nowrap;
285
- text-overflow: ellipsis;
286
- word-break: normal;
287
- word-wrap: break-word;
288
- }
289
- .v-list-item-title {
290
- font-size: 1rem;
291
- font-weight: 400;
292
- letter-spacing: 0.009375em;
293
- line-height: 1.5;
294
- text-transform: none;
295
- }
296
- .v-list-item--nav .v-list-item-title {
297
- font-size: 0.8125rem;
298
- font-weight: 500;
299
- letter-spacing: normal;
300
- line-height: 1rem;
301
- }
302
- .v-list-item--density-default {
303
- min-height: 40px;
304
- }
305
- .v-list-item--density-default.v-list-item--one-line {
306
- min-height: 48px;
307
- padding-top: 4px;
308
- padding-bottom: 4px;
309
- }
310
- .v-list-item--density-default.v-list-item--two-line {
311
- min-height: 64px;
312
- padding-top: 12px;
313
- padding-bottom: 12px;
314
- }
315
- .v-list-item--density-default.v-list-item--three-line {
316
- min-height: 88px;
317
- padding-top: 16px;
318
- padding-bottom: 16px;
319
- }
320
- .v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
321
- .v-list-item--density-default.v-list-item--three-line .v-list-item__append {
322
- padding-top: 8px;
323
- }
324
- .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
325
- padding-inline: 16px;
326
- }
327
- .v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
328
- padding-inline: 16px;
329
- }
330
- .v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
331
- padding-inline: 16px;
332
- }
333
- .v-list-item--density-comfortable {
334
- min-height: 36px;
335
- }
336
- .v-list-item--density-comfortable.v-list-item--one-line {
337
- min-height: 44px;
338
- }
339
- .v-list-item--density-comfortable.v-list-item--two-line {
340
- min-height: 60px;
341
- padding-top: 8px;
342
- padding-bottom: 8px;
343
- }
344
- .v-list-item--density-comfortable.v-list-item--three-line {
345
- min-height: 84px;
346
- padding-top: 12px;
347
- padding-bottom: 12px;
348
- }
349
- .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
350
- .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
351
- padding-top: 6px;
352
- }
353
- .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
354
- padding-inline: 16px;
355
- }
356
- .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
357
- padding-inline: 16px;
358
- }
359
- .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
360
- padding-inline: 16px;
361
- }
362
- .v-list-item--density-compact {
363
- min-height: 32px;
364
- }
365
- .v-list-item--density-compact.v-list-item--one-line {
366
- min-height: 40px;
367
- }
368
- .v-list-item--density-compact.v-list-item--two-line {
369
- min-height: 56px;
370
- padding-top: 4px;
371
- padding-bottom: 4px;
372
- }
373
- .v-list-item--density-compact.v-list-item--three-line {
374
- min-height: 80px;
375
- padding-top: 8px;
376
- padding-bottom: 8px;
377
- }
378
- .v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
379
- .v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
380
- padding-top: 4px;
381
- }
382
- .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
383
- padding-inline: 16px;
384
- }
385
- .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
386
- padding-inline: 16px;
387
- }
388
- .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
389
- padding-inline: 16px;
390
- }
391
- .v-list-item--nav {
392
- padding-inline: 8px;
393
- }
394
- .v-list .v-list-item--nav:not(:only-child) {
395
- margin-bottom: 4px;
396
- }
397
- .v-list-item__underlay {
398
- position: absolute;
399
- }
400
- .v-list-item__overlay {
401
- background-color: currentColor;
402
- border-radius: inherit;
403
- bottom: 0;
404
- left: 0;
405
97
  opacity: 0;
406
- pointer-events: none;
407
- position: absolute;
408
- right: 0;
409
- top: 0;
410
98
  transition: opacity 0.2s ease-in-out;
411
99
  }
412
- .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
413
- --v-theme-overlay-multiplier: 0;
414
- }
415
- .v-list {
416
- --indent-padding: 0px;
417
- }
418
- .v-list--nav {
419
- --indent-padding: -8px;
420
- }
421
- .v-list-group {
422
- --list-indent-size: 16px;
423
- --parent-padding: var(--indent-padding);
424
- --prepend-width: 40px;
425
- }
426
- .v-list--slim .v-list-group {
427
- --prepend-width: 28px;
428
- }
429
- .v-list-group--fluid {
430
- --list-indent-size: 0px;
431
- }
432
- .v-list-group--prepend {
433
- --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
434
- }
435
- .v-list-group--fluid.v-list-group--prepend {
436
- --parent-padding: var(--indent-padding);
100
+ .v-list-item::after {
101
+ content: "";
102
+ position: absolute;
103
+ top: 0;
104
+ left: 0;
105
+ width: 100%;
106
+ height: 100%;
437
107
  }
438
- .v-list-group__items {
439
- --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
108
+ .v-list-item:focus-visible::after {
109
+ opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
440
110
  }
441
111
  }
442
- @layer vuetify.overrides {
443
- .v-list-group__items .v-list-item {
444
- padding-inline-start: calc(16px + var(--indent-padding));
445
- }
112
+ .v-list-item__prepend > .v-badge .v-icon,
113
+ .v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
114
+ .v-list-item__append > .v-icon {
115
+ opacity: var(--v-medium-emphasis-opacity);
446
116
  }
447
- @layer vuetify.components {
448
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
449
- opacity: 0;
450
- }
451
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
452
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
453
- }
117
+ .v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
118
+ .v-list-item--active .v-list-item__prepend > .v-icon,
119
+ .v-list-item--active .v-list-item__append > .v-badge .v-icon,
120
+ .v-list-item--active .v-list-item__append > .v-icon {
121
+ opacity: 1;
122
+ }
123
+ .v-list-item--active:not(.v-list-item--link) .v-list-item__overlay {
124
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
125
+ }
126
+ .v-list-item--rounded {
127
+ border-radius: 4px;
128
+ }
129
+ .v-list-item--disabled {
130
+ pointer-events: none;
131
+ user-select: none;
132
+ opacity: 0.6;
133
+ }
134
+ .v-list-item--link {
135
+ cursor: pointer;
136
+ }
137
+ .v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar, .v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar {
138
+ --v-avatar-height: 24px;
139
+ }
140
+
141
+ .v-list-item__prepend {
142
+ align-items: center;
143
+ align-self: center;
144
+ display: flex;
145
+ grid-area: prepend;
146
+ }
147
+ .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
148
+ .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
149
+ .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
150
+ width: 32px;
151
+ }
152
+ .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
153
+ .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
154
+ width: 16px;
155
+ }
156
+ .v-list-item--slim .v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
157
+ .v-list-item--slim .v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
158
+ .v-list-item--slim .v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
159
+ width: 20px;
160
+ }
161
+ .v-list-item--slim .v-list-item__prepend > .v-avatar ~ .v-list-item__spacer,
162
+ .v-list-item--slim .v-list-item__prepend > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
163
+ width: 4px;
164
+ }
165
+ .v-list-item--slim .v-list-item__prepend > .v-list-item-action ~ .v-list-item__spacer {
166
+ width: 4px;
167
+ }
168
+ .v-list-item--three-line .v-list-item__prepend {
169
+ align-self: start;
170
+ }
171
+
172
+ .v-list-item__append {
173
+ align-self: center;
174
+ display: flex;
175
+ align-items: center;
176
+ grid-area: append;
177
+ }
178
+ .v-list-item__append .v-list-item__spacer {
179
+ order: -1;
180
+ transition: 150ms width cubic-bezier(0.4, 0, 0.2, 1);
181
+ }
182
+ .v-list-item__append > .v-badge ~ .v-list-item__spacer,
183
+ .v-list-item__append > .v-icon ~ .v-list-item__spacer,
184
+ .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
185
+ width: 32px;
186
+ }
187
+ .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
188
+ .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
189
+ width: 16px;
190
+ }
191
+ .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
192
+ width: 16px;
193
+ }
194
+ .v-list-item--slim .v-list-item__append > .v-badge ~ .v-list-item__spacer,
195
+ .v-list-item--slim .v-list-item__append > .v-icon ~ .v-list-item__spacer,
196
+ .v-list-item--slim .v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
197
+ width: 20px;
198
+ }
199
+ .v-list-item--slim .v-list-item__append > .v-avatar ~ .v-list-item__spacer,
200
+ .v-list-item--slim .v-list-item__append > .v-badge:is(:has(.v-avatar)) ~ .v-list-item__spacer {
201
+ width: 4px;
202
+ }
203
+ .v-list-item--slim .v-list-item__append > .v-list-item-action ~ .v-list-item__spacer {
204
+ width: 4px;
205
+ }
206
+ .v-list-item--three-line .v-list-item__append {
207
+ align-self: start;
208
+ }
209
+
210
+ .v-list-item__content {
211
+ align-self: center;
212
+ grid-area: content;
213
+ overflow: hidden;
214
+ }
215
+
216
+ .v-list-item-action {
217
+ align-self: center;
218
+ display: flex;
219
+ align-items: center;
220
+ flex: none;
221
+ transition: inherit;
222
+ transition-property: height, width;
223
+ }
224
+ .v-list-item-action--start {
225
+ margin-inline-end: 8px;
226
+ margin-inline-start: -8px;
227
+ }
228
+ .v-list-item-action--end {
229
+ margin-inline-start: 8px;
230
+ margin-inline-end: -8px;
231
+ }
232
+
233
+ .v-list-item-media {
234
+ margin-top: 0;
235
+ margin-bottom: 0;
236
+ }
237
+ .v-list-item-media--start {
238
+ margin-inline-end: 16px;
239
+ }
240
+ .v-list-item-media--end {
241
+ margin-inline-start: 16px;
242
+ }
243
+ .v-list-item--two-line .v-list-item-media {
244
+ margin-top: -4px;
245
+ margin-bottom: -4px;
246
+ }
247
+ .v-list-item--three-line .v-list-item-media {
248
+ margin-top: 0;
249
+ margin-bottom: 0;
250
+ }
251
+
252
+ .v-list-item-subtitle {
253
+ -webkit-box-orient: vertical;
254
+ display: -webkit-box;
255
+ opacity: var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));
256
+ overflow: hidden;
257
+ padding: 0;
258
+ text-overflow: ellipsis;
259
+ overflow-wrap: break-word;
260
+ word-break: initial;
261
+ }
262
+ .v-list-item--one-line .v-list-item-subtitle {
263
+ -webkit-line-clamp: 1;
264
+ }
265
+ .v-list-item--two-line .v-list-item-subtitle {
266
+ -webkit-line-clamp: 2;
267
+ }
268
+ .v-list-item--three-line .v-list-item-subtitle {
269
+ -webkit-line-clamp: 3;
270
+ }
271
+ .v-list-item-subtitle {
272
+ font-size: 0.875rem;
273
+ font-weight: 400;
274
+ letter-spacing: 0.0178571429em;
275
+ line-height: 1rem;
276
+ text-transform: none;
277
+ }
278
+ .v-list-item--nav .v-list-item-subtitle {
279
+ font-size: 0.75rem;
280
+ font-weight: 400;
281
+ letter-spacing: 0.0178571429em;
282
+ line-height: 1rem;
283
+ }
284
+
285
+ .v-list-item-title {
286
+ hyphens: auto;
287
+ overflow-wrap: normal;
288
+ overflow: hidden;
289
+ padding: 0;
290
+ white-space: nowrap;
291
+ text-overflow: ellipsis;
292
+ word-break: normal;
293
+ word-wrap: break-word;
294
+ }
295
+ .v-list-item-title {
296
+ font-size: 1rem;
297
+ font-weight: 400;
298
+ letter-spacing: 0.009375em;
299
+ line-height: 1.5;
300
+ text-transform: none;
301
+ }
302
+ .v-list-item--nav .v-list-item-title {
303
+ font-size: 0.8125rem;
304
+ font-weight: 500;
305
+ letter-spacing: normal;
306
+ line-height: 1rem;
307
+ }
308
+
309
+ .v-list-item--density-default {
310
+ min-height: 40px;
311
+ }
312
+ .v-list-item--density-default.v-list-item--one-line {
313
+ min-height: 48px;
314
+ padding-top: 4px;
315
+ padding-bottom: 4px;
316
+ }
317
+ .v-list-item--density-default.v-list-item--two-line {
318
+ min-height: 64px;
319
+ padding-top: 12px;
320
+ padding-bottom: 12px;
321
+ }
322
+ .v-list-item--density-default.v-list-item--three-line {
323
+ min-height: 88px;
324
+ padding-top: 16px;
325
+ padding-bottom: 16px;
326
+ }
327
+ .v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,
328
+ .v-list-item--density-default.v-list-item--three-line .v-list-item__append {
329
+ padding-top: 8px;
330
+ }
331
+ .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line {
332
+ padding-inline: 16px;
333
+ }
334
+ .v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line {
335
+ padding-inline: 16px;
336
+ }
337
+ .v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line {
338
+ padding-inline: 16px;
339
+ }
340
+
341
+ .v-list-item--density-comfortable {
342
+ min-height: 36px;
343
+ }
344
+ .v-list-item--density-comfortable.v-list-item--one-line {
345
+ min-height: 44px;
346
+ }
347
+ .v-list-item--density-comfortable.v-list-item--two-line {
348
+ min-height: 60px;
349
+ padding-top: 8px;
350
+ padding-bottom: 8px;
351
+ }
352
+ .v-list-item--density-comfortable.v-list-item--three-line {
353
+ min-height: 84px;
354
+ padding-top: 12px;
355
+ padding-bottom: 12px;
356
+ }
357
+ .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,
358
+ .v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append {
359
+ padding-top: 6px;
360
+ }
361
+ .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line {
362
+ padding-inline: 16px;
363
+ }
364
+ .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line {
365
+ padding-inline: 16px;
366
+ }
367
+ .v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line {
368
+ padding-inline: 16px;
369
+ }
370
+
371
+ .v-list-item--density-compact {
372
+ min-height: 32px;
373
+ }
374
+ .v-list-item--density-compact.v-list-item--one-line {
375
+ min-height: 40px;
376
+ }
377
+ .v-list-item--density-compact.v-list-item--two-line {
378
+ min-height: 56px;
379
+ padding-top: 4px;
380
+ padding-bottom: 4px;
381
+ }
382
+ .v-list-item--density-compact.v-list-item--three-line {
383
+ min-height: 80px;
384
+ padding-top: 8px;
385
+ padding-bottom: 8px;
386
+ }
387
+ .v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,
388
+ .v-list-item--density-compact.v-list-item--three-line .v-list-item__append {
389
+ padding-top: 4px;
390
+ }
391
+ .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line {
392
+ padding-inline: 16px;
393
+ }
394
+ .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line {
395
+ padding-inline: 16px;
396
+ }
397
+ .v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line {
398
+ padding-inline: 16px;
399
+ }
400
+
401
+ .v-list-item--nav {
402
+ padding-inline: 8px;
403
+ }
404
+ .v-list .v-list-item--nav:not(:only-child) {
405
+ margin-bottom: 4px;
406
+ }
407
+
408
+ .v-list-item__underlay {
409
+ position: absolute;
410
+ }
411
+
412
+ .v-list-item__overlay {
413
+ background-color: currentColor;
414
+ border-radius: inherit;
415
+ bottom: 0;
416
+ left: 0;
417
+ opacity: 0;
418
+ pointer-events: none;
419
+ position: absolute;
420
+ right: 0;
421
+ top: 0;
422
+ transition: opacity 0.2s ease-in-out;
423
+ }
424
+ .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
425
+ --v-theme-overlay-multiplier: 0;
426
+ }
427
+
428
+ .v-list {
429
+ --indent-padding: 0px;
430
+ }
431
+ .v-list--nav {
432
+ --indent-padding: -8px;
433
+ }
434
+
435
+ .v-list-group {
436
+ --list-indent-size: 16px;
437
+ --parent-padding: var(--indent-padding);
438
+ --prepend-width: 40px;
439
+ }
440
+ .v-list--slim .v-list-group {
441
+ --prepend-width: 28px;
442
+ }
443
+ .v-list-group--fluid {
444
+ --list-indent-size: 0px;
445
+ }
446
+ .v-list-group--prepend {
447
+ --parent-padding: calc(var(--indent-padding) + var(--prepend-width));
448
+ }
449
+ .v-list-group--fluid.v-list-group--prepend {
450
+ --parent-padding: var(--indent-padding);
451
+ }
452
+
453
+ .v-list-group__items {
454
+ --indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
455
+ }
456
+
457
+ .v-list-group__items .v-list-item {
458
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
459
+ }
460
+
461
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
462
+ opacity: 0;
463
+ }
464
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
465
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
454
466
  }