@vuetify/nightly 3.7.3-next.2024-11-01 → 3.7.4-dev.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 (183) hide show
  1. package/dist/json/attributes.json +5634 -5586
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +152 -152
  4. package/dist/json/tags.json +14 -1
  5. package/dist/json/web-types.json +10062 -9974
  6. package/dist/vuetify-labs.css +25162 -23449
  7. package/dist/vuetify-labs.d.ts +2 -1
  8. package/dist/vuetify-labs.esm.js +31 -15
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +31 -15
  11. package/dist/vuetify-labs.min.css +4 -3
  12. package/dist/vuetify.css +24102 -22386
  13. package/dist/vuetify.d.ts +54 -53
  14. package/dist/vuetify.esm.js +31 -15
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +31 -15
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +4 -3
  19. package/dist/vuetify.min.js +22 -22
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +215 -207
  22. package/lib/components/VApp/VApp.css +15 -16
  23. package/lib/components/VAppBar/VAppBar.css +12 -14
  24. package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
  25. package/lib/components/VAvatar/VAvatar.css +106 -108
  26. package/lib/components/VBadge/VBadge.css +73 -73
  27. package/lib/components/VBanner/VBanner.css +166 -161
  28. package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
  29. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  30. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  31. package/lib/components/VBtn/VBtn.css +408 -385
  32. package/lib/components/VBtn/VBtn.sass +11 -12
  33. package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
  34. package/lib/components/VBtnToggle/VBtnToggle.css +14 -13
  35. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
  36. package/lib/components/VCard/VCard.css +302 -294
  37. package/lib/components/VCarousel/VCarousel.css +65 -63
  38. package/lib/components/VCarousel/VCarousel.sass +1 -1
  39. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  40. package/lib/components/VChip/VChip.css +411 -378
  41. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  42. package/lib/components/VCode/VCode.css +8 -10
  43. package/lib/components/VCode/index.mjs +1 -1
  44. package/lib/components/VCode/index.mjs.map +1 -1
  45. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  46. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  47. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  48. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  49. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  50. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  51. package/lib/components/VCombobox/VCombobox.css +85 -86
  52. package/lib/components/VCounter/VCounter.css +5 -7
  53. package/lib/components/VDataTable/VDataTable.css +186 -189
  54. package/lib/components/VDataTable/VDataTable.sass +10 -20
  55. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  56. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +1 -0
  58. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  59. package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
  60. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  61. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  62. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  63. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  64. package/lib/components/VDialog/VDialog.css +95 -99
  65. package/lib/components/VDialog/VDialog.mjs +8 -1
  66. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  67. package/lib/components/VDialog/VDialog.sass +6 -7
  68. package/lib/components/VDivider/VDivider.css +52 -52
  69. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  70. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  71. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  72. package/lib/components/VFab/VFab.css +69 -74
  73. package/lib/components/VFab/VFab.sass +4 -5
  74. package/lib/components/VField/VField.css +579 -539
  75. package/lib/components/VFileInput/VFileInput.css +29 -31
  76. package/lib/components/VFooter/VFooter.css +36 -38
  77. package/lib/components/VGrid/VGrid.css +592 -565
  78. package/lib/components/VIcon/VIcon.css +52 -51
  79. package/lib/components/VImg/VImg.css +51 -50
  80. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  81. package/lib/components/VInput/VInput.css +142 -131
  82. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  83. package/lib/components/VKbd/VKbd.css +11 -13
  84. package/lib/components/VKbd/index.mjs +1 -1
  85. package/lib/components/VKbd/index.mjs.map +1 -1
  86. package/lib/components/VLabel/VLabel.css +15 -16
  87. package/lib/components/VLayout/VLayout.css +8 -10
  88. package/lib/components/VLayout/VLayoutItem.css +7 -8
  89. package/lib/components/VList/VList.css +108 -104
  90. package/lib/components/VList/VList.sass +1 -1
  91. package/lib/components/VList/VListItem.css +452 -439
  92. package/lib/components/VList/VListItem.sass +17 -12
  93. package/lib/components/VList/_variables.scss +0 -11
  94. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  95. package/lib/components/VMain/VMain.css +30 -32
  96. package/lib/components/VMenu/VMenu.css +19 -21
  97. package/lib/components/VMenu/VMenu.mjs +15 -6
  98. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  99. package/lib/components/VMessages/VMessages.css +15 -17
  100. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
  101. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  102. package/lib/components/VOverlay/VOverlay.css +63 -60
  103. package/lib/components/VOverlay/VOverlay.sass +13 -14
  104. package/lib/components/VPagination/VPagination.css +8 -10
  105. package/lib/components/VParallax/VParallax.css +6 -8
  106. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  107. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  108. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  109. package/lib/components/VRating/VRating.css +53 -52
  110. package/lib/components/VResponsive/VResponsive.css +26 -25
  111. package/lib/components/VSelect/VSelect.css +52 -54
  112. package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
  113. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  114. package/lib/components/VSheet/VSheet.css +36 -38
  115. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  116. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  117. package/lib/components/VSlider/VSlider.css +57 -53
  118. package/lib/components/VSlider/VSliderThumb.css +153 -142
  119. package/lib/components/VSlider/VSliderTrack.css +174 -155
  120. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  121. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  122. package/lib/components/VStepper/VStepper.css +56 -55
  123. package/lib/components/VStepper/VStepperItem.css +115 -112
  124. package/lib/components/VSwitch/VSwitch.css +139 -129
  125. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  126. package/lib/components/VTable/VTable.css +141 -140
  127. package/lib/components/VTable/VTable.sass +2 -4
  128. package/lib/components/VTabs/VTab.css +29 -30
  129. package/lib/components/VTabs/VTabs.css +65 -59
  130. package/lib/components/VTextField/VTextField.css +68 -65
  131. package/lib/components/VTextarea/VTextarea.css +39 -47
  132. package/lib/components/VTextarea/VTextarea.sass +2 -4
  133. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  134. package/lib/components/VTimeline/VTimeline.css +418 -379
  135. package/lib/components/VToolbar/VToolbar.css +143 -136
  136. package/lib/components/VTooltip/VTooltip.css +21 -25
  137. package/lib/components/VTooltip/VTooltip.sass +6 -8
  138. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  139. package/lib/components/VWindow/VWindow.css +70 -73
  140. package/lib/components/index.d.mts +1 -0
  141. package/lib/composables/theme.mjs +4 -4
  142. package/lib/composables/theme.mjs.map +1 -1
  143. package/lib/composables/virtual.mjs +1 -1
  144. package/lib/composables/virtual.mjs.map +1 -1
  145. package/lib/directives/ripple/VRipple.css +36 -38
  146. package/lib/entry-bundler.mjs +1 -1
  147. package/lib/entry-bundler.mjs.map +1 -1
  148. package/lib/framework.mjs +1 -1
  149. package/lib/framework.mjs.map +1 -1
  150. package/lib/index.d.mts +52 -52
  151. package/lib/labs/VCalendar/VCalendar.css +225 -219
  152. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  153. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  154. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  155. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  156. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  157. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  158. package/lib/labs/VNumberInput/VNumberInput.css +38 -40
  159. package/lib/labs/VPicker/VPicker.css +57 -53
  160. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  161. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  162. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  163. package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
  164. package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
  165. package/lib/styles/elements/_global.sass +1 -1
  166. package/lib/styles/generic/_colors.scss +3 -3
  167. package/lib/styles/generic/_layers.scss +1 -13
  168. package/lib/styles/generic/_transitions.scss +32 -32
  169. package/lib/styles/main.css +16139 -14666
  170. package/lib/styles/settings/_utilities.scss +5 -0
  171. package/lib/styles/settings/_variables.scss +2 -1
  172. package/lib/styles/tools/_bootable.sass +3 -0
  173. package/lib/styles/tools/_border.sass +4 -4
  174. package/lib/styles/tools/_display.sass +10 -0
  175. package/lib/styles/tools/_elevation.sass +2 -2
  176. package/lib/styles/tools/_index.sass +2 -0
  177. package/lib/styles/tools/_layer.scss +2 -4
  178. package/lib/styles/tools/_position.sass +2 -2
  179. package/lib/styles/tools/_radius.sass +10 -0
  180. package/lib/styles/tools/_rounded.sass +2 -2
  181. package/lib/styles/tools/_utilities.sass +5 -1
  182. package/lib/styles/utilities/_elevation.scss +1 -1
  183. package/package.json +1 -1
@@ -1,64 +1,61 @@
1
- @layer vuetify.components {
2
- .v-calendar-month__day {
3
- position: relative;
4
- display: flex;
5
- flex-direction: column;
6
- min-width: 0;
7
- min-height: 150px;
8
- border-right: thin solid #e0e0e0;
9
- border-bottom: thin solid #e0e0e0;
10
- flex: 1 1 auto;
11
- border-inline-end: thin solid #e0e0e0;
12
- }
13
- .v-calendar-weekly__day {
14
- width: 0;
15
- overflow: hidden;
16
- user-select: none;
17
- position: relative;
18
- padding: 0px 0px 0px 0px;
19
- min-width: 0;
20
- min-height: 150px;
21
- border-right: thin solid #e0e0e0;
22
- border-bottom: thin solid #e0e0e0;
23
- flex: 1 1 auto;
24
- border-inline-end: thin solid #e0e0e0;
25
- text-align: center;
26
- }
27
- .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
28
- color: currentColor;
29
- }
30
- .v-calendar-weekly__day-label {
31
- text-decoration: none;
32
- user-select: none;
33
- cursor: pointer;
34
- box-shadow: none;
35
- text-align: center;
36
- }
37
- .v-calendar-weekly__day-label .v-btn {
38
- font-size: 12px;
39
- }
1
+ .v-calendar-month__day {
2
+ position: relative;
3
+ display: flex;
4
+ flex-direction: column;
5
+ min-width: 0;
6
+ min-height: 150px;
7
+ border-right: thin solid #e0e0e0;
8
+ border-bottom: thin solid #e0e0e0;
9
+ flex: 1 1 auto;
10
+ border-inline-end: thin solid #e0e0e0;
40
11
  }
41
- @layer vuetify.overrides {
42
- .v-calendar-weekly__day-label .v-btn {
43
- text-transform: none;
44
- }
12
+
13
+ .v-calendar-weekly__day {
14
+ flex: 1;
15
+ width: 0;
16
+ overflow: hidden;
17
+ user-select: none;
18
+ position: relative;
19
+ padding: 0px 0px 0px 0px;
20
+ min-width: 0;
21
+ min-height: 150px;
22
+ border-right: thin solid #e0e0e0;
23
+ border-bottom: thin solid #e0e0e0;
24
+ flex: 1 1 auto;
25
+ border-inline-end: thin solid #e0e0e0;
26
+ text-align: center;
45
27
  }
46
- @layer vuetify.components {
47
- .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
48
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
49
- color: rgb(var(--v-theme-on-surface-variant));
50
- }
51
- .v-calendar-weekly__day-month {
52
- position: absolute;
53
- text-decoration: none;
54
- user-select: none;
55
- box-shadow: none;
56
- top: 0;
57
- left: 36px;
58
- height: 32px;
59
- line-height: 32px;
60
- }
61
- .v-calendar-weekly__day-alldayevents-container {
62
- min-height: 24px;
63
- }
28
+ .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
29
+ color: currentColor;
30
+ }
31
+
32
+ .v-calendar-weekly__day-label {
33
+ text-decoration: none;
34
+ user-select: none;
35
+ cursor: pointer;
36
+ box-shadow: none;
37
+ text-align: center;
38
+ }
39
+ .v-calendar-weekly__day-label .v-btn {
40
+ font-size: 12px;
41
+ text-transform: none !important;
42
+ }
43
+ .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
44
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
45
+ color: rgb(var(--v-theme-on-surface-variant));
46
+ }
47
+
48
+ .v-calendar-weekly__day-month {
49
+ position: absolute;
50
+ text-decoration: none;
51
+ user-select: none;
52
+ box-shadow: none;
53
+ top: 0;
54
+ left: 36px;
55
+ height: 32px;
56
+ line-height: 32px;
57
+ }
58
+
59
+ .v-calendar-weekly__day-alldayevents-container {
60
+ min-height: 24px;
64
61
  }
@@ -17,6 +17,7 @@
17
17
  border-inline-end: $calendar-line-width solid $calendar-line-color
18
18
 
19
19
  .v-calendar-weekly__day
20
+ flex: 1
20
21
  width: 0
21
22
  overflow: hidden
22
23
  user-select: none
@@ -46,9 +47,7 @@
46
47
 
47
48
  .v-btn
48
49
  font-size: $calendar-weekly-day-label-font-size
49
-
50
- @include tools.layer('overrides')
51
- text-transform: none
50
+ text-transform: none !important
52
51
 
53
52
  &.v-calendar-weekly__day-label__today
54
53
  background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity))
@@ -1,41 +1,39 @@
1
- @layer vuetify.components {
2
- .v-number-input input[type=number] {
3
- -moz-appearance: textfield;
4
- }
5
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
6
- -webkit-appearance: none;
7
- }
8
- .v-number-input .v-field {
9
- padding-inline-end: 0;
10
- padding-inline-start: 0;
11
- }
12
- .v-number-input--inset .v-divider {
13
- height: 55%;
14
- width: 55%;
15
- align-self: center;
16
- }
17
- .v-number-input--split .v-field__input {
18
- text-align: center;
19
- }
20
- .v-number-input--stacked .v-number-input__control {
21
- flex-direction: column-reverse;
22
- }
23
- .v-number-input--stacked .v-number-input__control .v-btn {
24
- flex: 1;
25
- }
26
- .v-number-input--hide-input .v-field {
27
- flex: none;
28
- }
29
- .v-number-input--hide-input .v-field__input {
30
- width: 0;
31
- padding-inline: 0;
32
- }
33
- .v-number-input__control {
34
- display: flex;
35
- height: 100%;
36
- }
37
- .v-number-input__control .v-btn {
38
- background-color: transparent;
39
- border-radius: 0;
40
- }
1
+ .v-number-input input[type=number] {
2
+ -moz-appearance: textfield;
3
+ }
4
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
5
+ -webkit-appearance: none;
6
+ }
7
+ .v-number-input .v-field {
8
+ padding-inline-end: 0;
9
+ padding-inline-start: 0;
10
+ }
11
+ .v-number-input--inset .v-divider {
12
+ height: 55%;
13
+ width: 55%;
14
+ align-self: center;
15
+ }
16
+ .v-number-input--split .v-field__input {
17
+ text-align: center;
18
+ }
19
+ .v-number-input--stacked .v-number-input__control {
20
+ flex-direction: column-reverse;
21
+ }
22
+ .v-number-input--stacked .v-number-input__control .v-btn {
23
+ flex: 1;
24
+ }
25
+ .v-number-input--hide-input .v-field {
26
+ flex: none;
27
+ }
28
+ .v-number-input--hide-input .v-field__input {
29
+ width: 0;
30
+ padding-inline: 0;
31
+ }
32
+ .v-number-input__control {
33
+ display: flex;
34
+ height: 100%;
35
+ }
36
+ .v-number-input__control .v-btn {
37
+ background-color: transparent;
38
+ border-radius: 0;
41
39
  }
@@ -1,54 +1,58 @@
1
- @layer vuetify.components {
2
- .v-picker.v-sheet {
3
- display: grid;
4
- grid-auto-rows: min-content;
5
- grid-template-areas: "title" "header" "body";
6
- overflow: hidden;
7
- }
8
- .v-picker.v-sheet {
9
- 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));
10
- }
11
- .v-picker.v-sheet {
12
- border-radius: 4px;
13
- }
14
- .v-picker.v-sheet.v-picker--with-actions {
15
- grid-template-areas: "title" "header" "body" "actions";
16
- }
17
- .v-picker__body {
18
- grid-area: body;
19
- overflow: hidden;
20
- position: relative;
21
- }
22
- .v-picker__header {
23
- grid-area: header;
24
- }
25
- .v-picker__actions {
26
- grid-area: actions;
27
- padding: 0 12px 12px;
28
- display: flex;
29
- align-items: center;
30
- justify-content: flex-end;
31
- }
32
- .v-picker__actions .v-btn {
33
- min-width: 48px;
34
- }
35
- .v-picker__actions .v-btn:not(:last-child) {
36
- margin-inline-end: 8px;
37
- }
38
- .v-picker--landscape {
39
- grid-template-areas: "title" "header body" "header body";
40
- }
41
- .v-picker--landscape.v-picker--with-actions {
42
- grid-template-areas: "title" "header body" "header actions";
43
- }
44
- .v-picker-title {
45
- text-transform: uppercase;
46
- font-size: 0.75rem;
47
- grid-area: title;
48
- padding-inline: 24px 12px;
49
- padding-top: 16px;
50
- padding-bottom: 16px;
51
- font-weight: 400;
52
- letter-spacing: 0.1666666667em;
53
- }
1
+ .v-picker.v-sheet {
2
+ display: grid;
3
+ grid-auto-rows: min-content;
4
+ grid-template-areas: "title" "header" "body";
5
+ overflow: hidden;
6
+ }
7
+ .v-picker.v-sheet {
8
+ 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));
9
+ }
10
+ .v-picker.v-sheet {
11
+ border-radius: 4px;
12
+ }
13
+ .v-picker.v-sheet.v-picker--with-actions {
14
+ grid-template-areas: "title" "header" "body" "actions";
15
+ }
16
+
17
+ .v-picker__body {
18
+ grid-area: body;
19
+ overflow: hidden;
20
+ position: relative;
21
+ }
22
+
23
+ .v-picker__header {
24
+ grid-area: header;
25
+ }
26
+
27
+ .v-picker__actions {
28
+ grid-area: actions;
29
+ padding: 0 12px 12px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: flex-end;
33
+ }
34
+ .v-picker__actions .v-btn {
35
+ min-width: 48px;
36
+ }
37
+ .v-picker__actions .v-btn:not(:last-child) {
38
+ margin-inline-end: 8px;
39
+ }
40
+
41
+ .v-picker--landscape {
42
+ grid-template-areas: "title" "header body" "header body";
43
+ }
44
+
45
+ .v-picker--landscape.v-picker--with-actions {
46
+ grid-template-areas: "title" "header body" "header actions";
47
+ }
48
+
49
+ .v-picker-title {
50
+ text-transform: uppercase;
51
+ font-size: 0.75rem;
52
+ grid-area: title;
53
+ padding-inline: 24px 12px;
54
+ padding-top: 16px;
55
+ padding-bottom: 16px;
56
+ font-weight: 400;
57
+ letter-spacing: 0.1666666667em;
54
58
  }
@@ -1,10 +1,8 @@
1
- @layer vuetify.components {
2
- .v-time-picker.v-picker {
3
- padding: 24px;
4
- width: 328px;
5
- }
6
- .v-time-picker.v-picker .v-picker-title {
7
- padding: 0;
8
- margin-bottom: 20px;
9
- }
1
+ .v-time-picker.v-picker {
2
+ padding: 24px;
3
+ width: 328px;
4
+ }
5
+ .v-time-picker.v-picker .v-picker-title {
6
+ padding: 0;
7
+ margin-bottom: 20px;
10
8
  }
@@ -1,127 +1,130 @@
1
- @layer vuetify.components {
2
- .v-time-picker-clock {
3
- background: rgb(var(--v-theme-background));
4
- color: rgb(var(--v-theme-on-background));
5
- }
6
- .v-time-picker-clock:after {
7
- color: rgb(var(--v-theme-primary));
8
- }
9
- .v-time-picker-clock .v-time-picker-clock__item--active {
10
- background-color: rgb(var(--v-theme-surface-variant));
11
- color: rgb(var(--v-theme-on-surface-variant));
12
- }
13
- .v-time-picker-clock {
14
- margin: 0 auto;
15
- background: rgb(var(--v-theme-surface-light));
16
- border-radius: 50%;
17
- position: relative;
18
- transition: none;
19
- user-select: none;
20
- height: 256px;
21
- width: 256px;
22
- flex: 1 0 auto;
23
- }
24
- .v-time-picker-clock__container {
25
- display: flex;
26
- flex-direction: column;
27
- flex-basis: 290px;
28
- justify-content: center;
29
- padding: 10px;
30
- }
31
- .v-time-picker-clock__hand {
32
- background-color: currentColor;
33
- height: calc(50% - 4px);
34
- width: 2px;
35
- bottom: 50%;
36
- left: calc(50% - 1px);
37
- transform-origin: center bottom;
38
- position: absolute;
39
- will-change: transform;
40
- z-index: 1;
41
- }
42
- .v-time-picker-clock__hand:before {
43
- background: transparent;
44
- border-width: 2px;
45
- border-style: solid;
46
- border-color: currentColor;
47
- border-radius: 100%;
48
- width: 10px;
49
- height: 10px;
50
- content: "";
51
- position: absolute;
52
- top: -4px;
53
- left: 50%;
54
- transform: translate(-50%, -50%);
55
- }
56
- .v-time-picker-clock__hand:after {
57
- content: "";
58
- position: absolute;
59
- height: 8px;
60
- width: 8px;
61
- top: 100%;
62
- left: 50%;
63
- border-radius: 100%;
64
- background-color: currentColor;
65
- transform: translate(-50%, -50%);
66
- }
67
- .v-time-picker-clock__hand--inner:after {
68
- height: 14px;
69
- }
70
- .v-time-picker-clock--readonly {
71
- pointer-events: none;
72
- }
73
- .v-time-picker-clock .v-time-picker-clock__item--disabled {
74
- opacity: var(--v-disabled-opacity);
75
- }
76
- .v-picker--full-width .v-time-picker-clock__container {
77
- max-width: 290px;
78
- }
79
- .v-time-picker-clock__inner {
80
- position: absolute;
81
- bottom: 27px;
82
- left: 27px;
83
- right: 27px;
84
- top: 27px;
85
- }
86
- .v-time-picker-clock__item {
87
- align-items: center;
88
- border-radius: 100%;
89
- cursor: default;
90
- display: flex;
91
- font-size: 16px;
92
- justify-content: center;
93
- height: 40px;
94
- position: absolute;
95
- text-align: center;
96
- width: 40px;
97
- user-select: none;
98
- transform: translate(-50%, -50%);
99
- }
100
- .v-time-picker-clock__item > span {
101
- z-index: 1;
102
- }
103
- .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
104
- content: "";
105
- border-radius: 100%;
106
- position: absolute;
107
- top: 50%;
108
- left: 50%;
109
- height: 14px;
110
- width: 14px;
111
- transform: translate(-50%, -50%);
112
- }
113
- .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
114
- height: 40px;
115
- width: 40px;
116
- }
117
- .v-time-picker-clock__item--active {
118
- cursor: default;
119
- z-index: 2;
120
- }
121
- .v-time-picker-clock__item--disabled {
122
- pointer-events: none;
123
- }
124
- .v-picker--landscape .v-time-picker-clock__container {
125
- flex-direction: row;
126
- }
1
+ .v-time-picker-clock {
2
+ background: rgb(var(--v-theme-background));
3
+ color: rgb(var(--v-theme-on-background));
4
+ }
5
+ .v-time-picker-clock:after {
6
+ color: rgb(var(--v-theme-primary));
7
+ }
8
+ .v-time-picker-clock .v-time-picker-clock__item--active {
9
+ background-color: rgb(var(--v-theme-surface-variant));
10
+ color: rgb(var(--v-theme-on-surface-variant));
11
+ }
12
+
13
+ .v-time-picker-clock {
14
+ margin: 0 auto;
15
+ background: rgb(var(--v-theme-surface-light));
16
+ border-radius: 50%;
17
+ position: relative;
18
+ transition: none;
19
+ user-select: none;
20
+ height: 256px;
21
+ width: 256px;
22
+ flex: 1 0 auto;
23
+ }
24
+ .v-time-picker-clock__container {
25
+ display: flex;
26
+ flex-direction: column;
27
+ flex-basis: 290px;
28
+ justify-content: center;
29
+ padding: 10px;
30
+ }
31
+ .v-time-picker-clock__hand {
32
+ background-color: currentColor;
33
+ height: calc(50% - 4px);
34
+ width: 2px;
35
+ bottom: 50%;
36
+ left: calc(50% - 1px);
37
+ transform-origin: center bottom;
38
+ position: absolute;
39
+ will-change: transform;
40
+ z-index: 1;
41
+ }
42
+ .v-time-picker-clock__hand:before {
43
+ background: transparent;
44
+ border-width: 2px;
45
+ border-style: solid;
46
+ border-color: currentColor;
47
+ border-radius: 100%;
48
+ width: 10px;
49
+ height: 10px;
50
+ content: "";
51
+ position: absolute;
52
+ top: -4px;
53
+ left: 50%;
54
+ transform: translate(-50%, -50%);
55
+ }
56
+ .v-time-picker-clock__hand:after {
57
+ content: "";
58
+ position: absolute;
59
+ height: 8px;
60
+ width: 8px;
61
+ top: 100%;
62
+ left: 50%;
63
+ border-radius: 100%;
64
+ background-color: currentColor;
65
+ transform: translate(-50%, -50%);
66
+ }
67
+ .v-time-picker-clock__hand--inner:after {
68
+ height: 14px;
69
+ }
70
+ .v-time-picker-clock--readonly {
71
+ pointer-events: none;
72
+ }
73
+ .v-time-picker-clock .v-time-picker-clock__item--disabled {
74
+ opacity: var(--v-disabled-opacity);
75
+ }
76
+
77
+ .v-picker--full-width .v-time-picker-clock__container {
78
+ max-width: 290px;
79
+ }
80
+
81
+ .v-time-picker-clock__inner {
82
+ position: absolute;
83
+ bottom: 27px;
84
+ left: 27px;
85
+ right: 27px;
86
+ top: 27px;
87
+ }
88
+
89
+ .v-time-picker-clock__item {
90
+ align-items: center;
91
+ border-radius: 100%;
92
+ cursor: default;
93
+ display: flex;
94
+ font-size: 16px;
95
+ justify-content: center;
96
+ height: 40px;
97
+ position: absolute;
98
+ text-align: center;
99
+ width: 40px;
100
+ user-select: none;
101
+ transform: translate(-50%, -50%);
102
+ }
103
+ .v-time-picker-clock__item > span {
104
+ z-index: 1;
105
+ }
106
+ .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
107
+ content: "";
108
+ border-radius: 100%;
109
+ position: absolute;
110
+ top: 50%;
111
+ left: 50%;
112
+ height: 14px;
113
+ width: 14px;
114
+ transform: translate(-50%, -50%);
115
+ }
116
+ .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
117
+ height: 40px;
118
+ width: 40px;
119
+ }
120
+ .v-time-picker-clock__item--active {
121
+ cursor: default;
122
+ z-index: 2;
123
+ }
124
+ .v-time-picker-clock__item--disabled {
125
+ pointer-events: none;
126
+ }
127
+
128
+ .v-picker--landscape .v-time-picker-clock__container {
129
+ flex-direction: row;
127
130
  }