vuetify 3.1.10 → 3.1.12

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 (212) hide show
  1. package/dist/json/attributes.json +211 -39
  2. package/dist/json/importMap.json +82 -82
  3. package/dist/json/tags.json +46 -3
  4. package/dist/json/web-types.json +499 -73
  5. package/dist/vuetify-labs.css +330 -316
  6. package/dist/vuetify-labs.d.ts +56938 -14302
  7. package/dist/vuetify-labs.esm.js +178 -157
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +177 -156
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +71 -69
  12. package/dist/vuetify.d.ts +55237 -15799
  13. package/dist/vuetify.esm.js +154 -151
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +154 -151
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +717 -718
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +509 -83
  27. package/lib/components/VApp/VApp.css +1 -0
  28. package/lib/components/VApp/VApp.sass +1 -0
  29. package/lib/components/VApp/index.d.ts +158 -20
  30. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.ts +616 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  36. package/lib/components/VAvatar/index.d.ts +205 -29
  37. package/lib/components/VBadge/VBadge.css +1 -0
  38. package/lib/components/VBadge/VBadge.sass +1 -0
  39. package/lib/components/VBadge/index.d.ts +284 -42
  40. package/lib/components/VBanner/index.d.ts +478 -84
  41. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  42. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  43. package/lib/components/VBtn/VBtn.css +0 -5
  44. package/lib/components/VBtn/VBtn.mjs +40 -39
  45. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  46. package/lib/components/VBtn/VBtn.sass +0 -7
  47. package/lib/components/VBtn/_variables.scss +0 -2
  48. package/lib/components/VBtn/index.d.ts +452 -69
  49. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  50. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  51. package/lib/components/VBtnGroup/index.d.ts +185 -26
  52. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  53. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  54. package/lib/components/VBtnToggle/index.d.ts +245 -35
  55. package/lib/components/VCard/index.d.ts +938 -172
  56. package/lib/components/VCarousel/index.d.ts +561 -123
  57. package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
  58. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  59. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  60. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  61. package/lib/components/VCheckbox/index.d.ts +824 -149
  62. package/lib/components/VChip/index.d.ts +473 -75
  63. package/lib/components/VChipGroup/index.d.ts +227 -32
  64. package/lib/components/VCode/index.d.ts +109 -16
  65. package/lib/components/VColorPicker/index.d.ts +284 -20
  66. package/lib/components/VCombobox/VCombobox.mjs +11 -3
  67. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  68. package/lib/components/VCombobox/index.d.ts +1668 -130
  69. package/lib/components/VCounter/index.d.ts +1894 -87
  70. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  71. package/lib/components/VDialog/VDialog.css +16 -16
  72. package/lib/components/VDialog/VDialog.mjs +4 -4
  73. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  74. package/lib/components/VDialog/VDialog.sass +4 -4
  75. package/lib/components/VDialog/index.d.ts +2362 -146
  76. package/lib/components/VDivider/index.d.ts +130 -23
  77. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  78. package/lib/components/VField/VField.mjs +5 -1
  79. package/lib/components/VField/VField.mjs.map +1 -1
  80. package/lib/components/VField/index.d.ts +163 -21
  81. package/lib/components/VFileInput/index.d.ts +1038 -104
  82. package/lib/components/VFooter/index.d.ts +203 -28
  83. package/lib/components/VForm/index.d.ts +204 -23
  84. package/lib/components/VGrid/VCol.mjs +5 -4
  85. package/lib/components/VGrid/VCol.mjs.map +1 -1
  86. package/lib/components/VGrid/VRow.mjs +3 -3
  87. package/lib/components/VGrid/VRow.mjs.map +1 -1
  88. package/lib/components/VGrid/index.d.ts +733 -76
  89. package/lib/components/VHover/index.d.ts +182 -35
  90. package/lib/components/VIcon/index.d.ts +494 -50
  91. package/lib/components/VImg/index.d.ts +275 -46
  92. package/lib/components/VInput/index.d.ts +315 -53
  93. package/lib/components/VItemGroup/index.d.ts +308 -52
  94. package/lib/components/VKbd/VKbd.css +1 -0
  95. package/lib/components/VKbd/VKbd.sass +1 -0
  96. package/lib/components/VKbd/_variables.scss +1 -0
  97. package/lib/components/VKbd/index.d.ts +109 -16
  98. package/lib/components/VLabel/index.d.ts +113 -20
  99. package/lib/components/VLayout/index.d.ts +296 -41
  100. package/lib/components/VLazy/VLazy.mjs +4 -1
  101. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  102. package/lib/components/VLazy/index.d.ts +219 -30
  103. package/lib/components/VList/VListChildren.mjs +2 -2
  104. package/lib/components/VList/VListChildren.mjs.map +1 -1
  105. package/lib/components/VList/VListGroup.mjs +1 -4
  106. package/lib/components/VList/VListGroup.mjs.map +1 -1
  107. package/lib/components/VList/index.d.ts +1461 -223
  108. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  109. package/lib/components/VMain/index.d.ts +118 -17
  110. package/lib/components/VMenu/VMenu.css +4 -4
  111. package/lib/components/VMenu/VMenu.mjs +2 -2
  112. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  113. package/lib/components/VMenu/VMenu.sass +1 -1
  114. package/lib/components/VMenu/index.d.ts +2368 -142
  115. package/lib/components/VMessages/index.d.ts +1921 -98
  116. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  117. package/lib/components/VOverlay/VOverlay.css +1 -1
  118. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  119. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  120. package/lib/components/VOverlay/_variables.scss +1 -1
  121. package/lib/components/VOverlay/index.d.ts +519 -85
  122. package/lib/components/VPagination/index.d.ts +502 -68
  123. package/lib/components/VParallax/VParallax.mjs +3 -3
  124. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  125. package/lib/components/VParallax/index.d.ts +141 -28
  126. package/lib/components/VProgressCircular/index.d.ts +186 -25
  127. package/lib/components/VProgressLinear/index.d.ts +319 -48
  128. package/lib/components/VRadio/index.d.ts +313 -57
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  130. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  131. package/lib/components/VRadioGroup/index.d.ts +463 -83
  132. package/lib/components/VRangeSlider/index.d.ts +528 -80
  133. package/lib/components/VRating/index.d.ts +305 -43
  134. package/lib/components/VResponsive/index.d.ts +142 -27
  135. package/lib/components/VSelect/VSelect.mjs +2 -2
  136. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  137. package/lib/components/VSelect/index.d.ts +3060 -328
  138. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  139. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  140. package/lib/components/VSelectionControl/index.d.ts +76 -4
  141. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  142. package/lib/components/VSheet/VSheet.mjs +1 -7
  143. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  144. package/lib/components/VSheet/index.d.ts +194 -31
  145. package/lib/components/VSlideGroup/index.d.ts +475 -83
  146. package/lib/components/VSlider/index.d.ts +521 -79
  147. package/lib/components/VSlider/slider.mjs +2 -5
  148. package/lib/components/VSlider/slider.mjs.map +1 -1
  149. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  150. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  151. package/lib/components/VSnackbar/index.d.ts +1219 -81
  152. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  153. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  154. package/lib/components/VSwitch/index.d.ts +498 -92
  155. package/lib/components/VSystemBar/index.d.ts +184 -27
  156. package/lib/components/VTable/index.d.ts +190 -35
  157. package/lib/components/VTabs/VTab.mjs +7 -23
  158. package/lib/components/VTabs/VTab.mjs.map +1 -1
  159. package/lib/components/VTabs/index.d.ts +623 -71
  160. package/lib/components/VTextField/VTextField.mjs +14 -6
  161. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  162. package/lib/components/VTextField/index.d.ts +1404 -106
  163. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  164. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  165. package/lib/components/VTextarea/index.d.ts +1014 -102
  166. package/lib/components/VThemeProvider/index.d.ts +124 -19
  167. package/lib/components/VTimeline/index.d.ts +441 -71
  168. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  169. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  170. package/lib/components/VToolbar/index.d.ts +542 -93
  171. package/lib/components/VTooltip/VTooltip.css +3 -3
  172. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  173. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  174. package/lib/components/VTooltip/VTooltip.sass +1 -1
  175. package/lib/components/VTooltip/index.d.ts +1263 -81
  176. package/lib/components/VValidation/index.d.ts +201 -30
  177. package/lib/components/VWindow/index.d.ts +527 -95
  178. package/lib/components/index.d.ts +55122 -15681
  179. package/lib/components/transitions/index.d.ts +2097 -308
  180. package/lib/composables/display.mjs +2 -0
  181. package/lib/composables/display.mjs.map +1 -1
  182. package/lib/composables/form.mjs.map +1 -1
  183. package/lib/composables/forwardRefs.mjs +12 -15
  184. package/lib/composables/forwardRefs.mjs.map +1 -1
  185. package/lib/entry-bundler.mjs +1 -1
  186. package/lib/framework.mjs +1 -1
  187. package/lib/index.d.ts +30 -33
  188. package/lib/labs/VDataTable/VDataTable.css +12 -0
  189. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  190. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  191. package/lib/labs/VDataTable/VDataTableRow.mjs +7 -4
  192. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  193. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  194. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  195. package/lib/labs/VDataTable/VDataTableServer.mjs +3 -1
  196. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  197. package/lib/labs/VDataTable/composables/items.mjs +14 -1
  198. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  199. package/lib/labs/VDataTable/index.d.ts +4196 -1020
  200. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  201. package/lib/labs/components.d.ts +4232 -1030
  202. package/lib/styles/main.css +4 -0
  203. package/lib/styles/settings/_utilities.scss +7 -0
  204. package/lib/util/animation.mjs +8 -1
  205. package/lib/util/animation.mjs.map +1 -1
  206. package/lib/util/defineComponent.mjs +12 -5
  207. package/lib/util/defineComponent.mjs.map +1 -1
  208. package/lib/util/globals.mjs +1 -1
  209. package/lib/util/globals.mjs.map +1 -1
  210. package/lib/util/helpers.mjs +4 -0
  211. package/lib/util/helpers.mjs.map +1 -1
  212. package/package.json +3 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.10
2
+ * Vuetify v3.1.12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6644,6 +6644,10 @@ html.overflow-y-hidden {
6644
6644
  height: 100% !important;
6645
6645
  }
6646
6646
 
6647
+ .h-screen {
6648
+ height: 100dvh !important;
6649
+ }
6650
+
6647
6651
  .w-auto {
6648
6652
  width: auto !important;
6649
6653
  }
@@ -15793,10 +15797,20 @@ html.overflow-y-hidden {
15793
15797
  background: rgb(var(--v-theme-kbd));
15794
15798
  color: rgb(var(--v-theme-on-kbd));
15795
15799
  border-radius: 3px;
15800
+ display: inline;
15796
15801
  font-size: 85%;
15797
15802
  font-weight: normal;
15798
15803
  padding: 0.2em 0.4rem;
15799
15804
  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-penumbra-opacity, rgba(0, 0, 0, 0.12));
15805
+ }.v-virtual-scroll {
15806
+ display: block;
15807
+ flex: 1 1 auto;
15808
+ max-width: 100%;
15809
+ overflow: auto;
15810
+ position: relative;
15811
+ }
15812
+ .v-virtual-scroll__container {
15813
+ display: block;
15800
15814
  }.v-data-table {
15801
15815
  width: 100%;
15802
15816
  }
@@ -15832,6 +15846,18 @@ html.overflow-y-hidden {
15832
15846
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
15833
15847
  flex-direction: row-reverse;
15834
15848
  }
15849
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
15850
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
15851
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
15852
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
15853
+ text-align: center;
15854
+ }
15855
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
15856
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
15857
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
15858
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
15859
+ justify-content: center;
15860
+ }
15835
15861
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
15836
15862
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
15837
15863
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
@@ -15948,15 +15974,18 @@ html.overflow-y-hidden {
15948
15974
 
15949
15975
  .v-data-table-footer__page {
15950
15976
  padding: 0 8px;
15951
- }.v-virtual-scroll {
15952
- display: block;
15953
- flex: 1 1 auto;
15954
- max-width: 100%;
15955
- overflow: auto;
15956
- position: relative;
15977
+ }.v-app-bar {
15978
+ display: flex;
15957
15979
  }
15958
- .v-virtual-scroll__container {
15959
- display: block;
15980
+ .v-app-bar.v-toolbar {
15981
+ background: rgb(var(--v-theme-surface));
15982
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
15983
+ }
15984
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
15985
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15986
+ }
15987
+ .v-app-bar:not(.v-toolbar--absolute) {
15988
+ padding-inline-end: var(--v-scrollbar-offset);
15960
15989
  }.v-application {
15961
15990
  display: flex;
15962
15991
  background: rgb(var(--v-theme-background));
@@ -15971,19 +16000,8 @@ html.overflow-y-hidden {
15971
16000
  flex: 1 1 auto;
15972
16001
  max-width: 100%;
15973
16002
  min-height: 100vh;
16003
+ min-height: 100dvh;
15974
16004
  position: relative;
15975
- }.v-app-bar {
15976
- display: flex;
15977
- }
15978
- .v-app-bar.v-toolbar {
15979
- background: rgb(var(--v-theme-surface));
15980
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
15981
- }
15982
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
15983
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15984
- }
15985
- .v-app-bar:not(.v-toolbar--absolute) {
15986
- padding-inline-end: var(--v-scrollbar-offset);
15987
16005
  }.v-alert {
15988
16006
  display: grid;
15989
16007
  flex: 1 1;
@@ -16371,6 +16389,7 @@ html.overflow-y-hidden {
16371
16389
 
16372
16390
  .v-badge__badge {
16373
16391
  align-items: center;
16392
+ display: inline-flex;
16374
16393
  border-radius: 10px;
16375
16394
  font-size: 0.75rem;
16376
16395
  font-weight: 500;
@@ -16699,6 +16718,63 @@ html.overflow-y-hidden {
16699
16718
  padding: 0 8px;
16700
16719
  vertical-align: middle;
16701
16720
  }/** if false, disabled buttons will be greyed out */
16721
+ .v-btn-group {
16722
+ display: inline-flex;
16723
+ flex-wrap: nowrap;
16724
+ max-width: 100%;
16725
+ min-width: 0;
16726
+ overflow: hidden;
16727
+ vertical-align: middle;
16728
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
16729
+ border-style: solid;
16730
+ border-width: 0;
16731
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
16732
+ border-radius: 4px;
16733
+ background: transparent;
16734
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16735
+ }
16736
+ .v-btn-group--border {
16737
+ border-width: thin;
16738
+ box-shadow: none;
16739
+ }
16740
+ .v-btn-group--density-default.v-btn-group {
16741
+ height: 48px;
16742
+ }
16743
+
16744
+ .v-btn-group--density-comfortable.v-btn-group {
16745
+ height: 40px;
16746
+ }
16747
+
16748
+ .v-btn-group--density-compact.v-btn-group {
16749
+ height: 36px;
16750
+ }
16751
+
16752
+ .v-btn-group .v-btn {
16753
+ border-radius: 0;
16754
+ border-color: inherit;
16755
+ }
16756
+ .v-btn-group .v-btn:not(:last-child) {
16757
+ border-inline-end: none;
16758
+ }
16759
+ .v-btn-group .v-btn:not(:first-child) {
16760
+ border-inline-start: none;
16761
+ }
16762
+ .v-btn-group .v-btn:first-child {
16763
+ border-start-start-radius: inherit;
16764
+ border-end-start-radius: inherit;
16765
+ }
16766
+ .v-btn-group .v-btn:last-child {
16767
+ border-start-end-radius: inherit;
16768
+ border-end-end-radius: inherit;
16769
+ }
16770
+ .v-btn-group--divided .v-btn:not(:last-child) {
16771
+ border-inline-end-width: thin;
16772
+ border-inline-end-style: solid;
16773
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
16774
+ }
16775
+ .v-btn-group--tile {
16776
+ border-radius: 0;
16777
+ }/** if false, disabled buttons will be greyed out */
16702
16778
  .v-btn {
16703
16779
  align-items: center;
16704
16780
  border-radius: 4px;
@@ -17083,13 +17159,8 @@ html.overflow-y-hidden {
17083
17159
  pointer-events: none;
17084
17160
  }
17085
17161
 
17086
- .v-app-bar .v-btn {
17087
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17088
- }
17089
-
17090
17162
  .v-card-actions .v-btn {
17091
17163
  padding: 0 8px;
17092
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17093
17164
  }
17094
17165
  .v-card-actions .v-btn ~ .v-btn {
17095
17166
  margin-inline-start: 0.5rem;
@@ -17111,63 +17182,6 @@ html.overflow-y-hidden {
17111
17182
 
17112
17183
  .v-snackbar-actions .v-btn {
17113
17184
  padding: 0 8px;
17114
- }/** if false, disabled buttons will be greyed out */
17115
- .v-btn-group {
17116
- display: inline-flex;
17117
- flex-wrap: nowrap;
17118
- max-width: 100%;
17119
- min-width: 0;
17120
- overflow: hidden;
17121
- vertical-align: middle;
17122
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17123
- border-style: solid;
17124
- border-width: 0;
17125
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17126
- border-radius: 4px;
17127
- background: transparent;
17128
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17129
- }
17130
- .v-btn-group--border {
17131
- border-width: thin;
17132
- box-shadow: none;
17133
- }
17134
- .v-btn-group--density-default.v-btn-group {
17135
- height: 48px;
17136
- }
17137
-
17138
- .v-btn-group--density-comfortable.v-btn-group {
17139
- height: 40px;
17140
- }
17141
-
17142
- .v-btn-group--density-compact.v-btn-group {
17143
- height: 36px;
17144
- }
17145
-
17146
- .v-btn-group .v-btn {
17147
- border-radius: 0;
17148
- border-color: inherit;
17149
- }
17150
- .v-btn-group .v-btn:not(:last-child) {
17151
- border-inline-end: none;
17152
- }
17153
- .v-btn-group .v-btn:not(:first-child) {
17154
- border-inline-start: none;
17155
- }
17156
- .v-btn-group .v-btn:first-child {
17157
- border-start-start-radius: inherit;
17158
- border-end-start-radius: inherit;
17159
- }
17160
- .v-btn-group .v-btn:last-child {
17161
- border-start-end-radius: inherit;
17162
- border-end-end-radius: inherit;
17163
- }
17164
- .v-btn-group--divided .v-btn:not(:last-child) {
17165
- border-inline-end-width: thin;
17166
- border-inline-end-style: solid;
17167
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
17168
- }
17169
- .v-btn-group--tile {
17170
- border-radius: 0;
17171
17185
  }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17172
17186
  opacity: var(--v-activated-opacity);
17173
17187
  }.v-card {
@@ -18935,35 +18949,82 @@ html.overflow-y-hidden {
18935
18949
  flex: 0 1 auto;
18936
18950
  font-size: 12px;
18937
18951
  transition-duration: 150ms;
18938
- }.v-divider {
18939
- display: block;
18940
- flex: 1 1 100%;
18941
- height: 0px;
18942
- max-height: 0px;
18943
- opacity: var(--v-border-opacity);
18944
- transition: inherit;
18945
- border-style: solid;
18946
- border-width: thin 0 0 0;
18952
+ }.v-dialog {
18953
+ align-items: center;
18954
+ justify-content: center;
18955
+ margin: auto;
18947
18956
  }
18948
- .v-divider--vertical {
18949
- align-self: stretch;
18950
- border-width: 0 thin 0 0;
18951
- display: inline-flex;
18952
- height: inherit;
18953
- margin-left: -1px;
18957
+ .v-dialog > .v-overlay__content {
18958
+ max-height: calc(100% - 48px);
18959
+ width: calc(100% - 48px);
18960
+ max-width: calc(100% - 48px);
18961
+ margin: 24px;
18962
+ display: flex;
18963
+ flex-direction: column;
18964
+ }
18965
+ .v-dialog > .v-overlay__content > .v-card,
18966
+ .v-dialog > .v-overlay__content > .v-sheet {
18967
+ --v-scrollbar-offset: 0px;
18968
+ border-radius: 4px;
18969
+ overflow-y: auto;
18970
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18971
+ }
18972
+ .v-dialog > .v-overlay__content > .v-card {
18973
+ display: flex;
18974
+ flex-direction: column;
18975
+ }
18976
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item {
18977
+ padding: 14px 24px 0;
18978
+ }
18979
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text {
18980
+ padding-top: 10px;
18981
+ }
18982
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text {
18983
+ font-size: inherit;
18984
+ letter-spacing: 0.03125em;
18985
+ line-height: inherit;
18986
+ padding: 16px 24px 10px;
18987
+ }
18988
+
18989
+ .v-dialog--fullscreen {
18990
+ --v-scrollbar-offset: 0px;
18991
+ }
18992
+ .v-dialog--fullscreen > .v-overlay__content {
18993
+ border-radius: 0;
18994
+ margin: 0;
18995
+ padding: 0;
18996
+ width: 100%;
18997
+ height: 100%;
18998
+ max-width: 100%;
18954
18999
  max-height: 100%;
18955
- max-width: 0px;
18956
- vertical-align: text-bottom;
18957
- width: 0px;
19000
+ overflow-y: auto;
19001
+ top: 0;
19002
+ left: 0;
18958
19003
  }
18959
- .v-divider--inset:not(.v-divider--vertical) {
18960
- max-width: calc(100% - 72px);
18961
- margin-inline-start: 72px;
19004
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
19005
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet {
19006
+ min-height: 100%;
19007
+ min-width: 100%;
19008
+ border-radius: 0;
18962
19009
  }
18963
- .v-divider--inset.v-divider--vertical {
18964
- margin-bottom: 8px;
18965
- margin-top: 8px;
18966
- max-height: calc(100% - 16px);
19010
+
19011
+ .v-dialog--scrollable > .v-overlay__content,
19012
+ .v-dialog--scrollable > .v-overlay__content > form {
19013
+ display: flex;
19014
+ }
19015
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
19016
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
19017
+ display: flex;
19018
+ flex: 1 1 100%;
19019
+ flex-direction: column;
19020
+ max-height: 100%;
19021
+ max-width: 100%;
19022
+ }
19023
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
19024
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
19025
+ -webkit-backface-visibility: hidden;
19026
+ backface-visibility: hidden;
19027
+ overflow-y: auto;
18967
19028
  }.v-expansion-panel {
18968
19029
  background-color: rgb(var(--v-theme-surface));
18969
19030
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -19592,10 +19653,39 @@ textarea.v-field__input::placeholder {
19592
19653
  opacity: 0;
19593
19654
  }
19594
19655
 
19595
- /* endregion */.v-input--density-default {
19596
- --file-input-chips-margin-bottom: 0px;
19656
+ /* endregion */.v-divider {
19657
+ display: block;
19658
+ flex: 1 1 100%;
19659
+ height: 0px;
19660
+ max-height: 0px;
19661
+ opacity: var(--v-border-opacity);
19662
+ transition: inherit;
19663
+ border-style: solid;
19664
+ border-width: thin 0 0 0;
19597
19665
  }
19598
-
19666
+ .v-divider--vertical {
19667
+ align-self: stretch;
19668
+ border-width: 0 thin 0 0;
19669
+ display: inline-flex;
19670
+ height: inherit;
19671
+ margin-left: -1px;
19672
+ max-height: 100%;
19673
+ max-width: 0px;
19674
+ vertical-align: text-bottom;
19675
+ width: 0px;
19676
+ }
19677
+ .v-divider--inset:not(.v-divider--vertical) {
19678
+ max-width: calc(100% - 72px);
19679
+ margin-inline-start: 72px;
19680
+ }
19681
+ .v-divider--inset.v-divider--vertical {
19682
+ margin-bottom: 8px;
19683
+ margin-top: 8px;
19684
+ max-height: calc(100% - 16px);
19685
+ }.v-input--density-default {
19686
+ --file-input-chips-margin-bottom: 0px;
19687
+ }
19688
+
19599
19689
  .v-input--density-comfortable {
19600
19690
  --file-input-chips-margin-bottom: 2px;
19601
19691
  }
@@ -20383,14 +20473,14 @@ textarea.v-field__input::placeholder {
20383
20473
  --v-layout-right: 0px;
20384
20474
  --v-layout-top: 0px;
20385
20475
  --v-layout-bottom: 0px;
20386
- }.v-menu .v-overlay__content {
20476
+ }.v-menu > .v-overlay__content {
20387
20477
  display: flex;
20388
20478
  flex-direction: column;
20389
20479
  border-radius: 4px;
20390
20480
  }
20391
- .v-menu .v-overlay__content > .v-card,
20392
- .v-menu .v-overlay__content > .v-sheet,
20393
- .v-menu .v-overlay__content > .v-list {
20481
+ .v-menu > .v-overlay__content > .v-card,
20482
+ .v-menu > .v-overlay__content > .v-sheet,
20483
+ .v-menu > .v-overlay__content > .v-list {
20394
20484
  background: rgb(var(--v-theme-surface));
20395
20485
  border-radius: inherit;
20396
20486
  overflow: auto;
@@ -20412,6 +20502,105 @@ textarea.v-field__input::placeholder {
20412
20502
  -webkit-hyphens: auto;
20413
20503
  hyphens: auto;
20414
20504
  transition-duration: 150ms;
20505
+ }.v-navigation-drawer {
20506
+ -webkit-overflow-scrolling: touch;
20507
+ background: rgb(var(--v-theme-surface));
20508
+ display: flex;
20509
+ flex-direction: column;
20510
+ height: 100%;
20511
+ max-width: 100%;
20512
+ pointer-events: auto;
20513
+ transition-duration: 0.2s;
20514
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
20515
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20516
+ will-change: transform;
20517
+ position: absolute;
20518
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20519
+ border-style: solid;
20520
+ border-width: 0;
20521
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
20522
+ background: rgb(var(--v-theme-surface));
20523
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20524
+ }
20525
+ .v-navigation-drawer--border {
20526
+ border-width: thin;
20527
+ box-shadow: none;
20528
+ }
20529
+ .v-navigation-drawer--rounded {
20530
+ border-radius: 4px;
20531
+ }
20532
+ .v-navigation-drawer--top {
20533
+ top: 0;
20534
+ border-bottom-width: thin;
20535
+ }
20536
+ .v-navigation-drawer--bottom {
20537
+ left: 0;
20538
+ border-top-width: thin;
20539
+ }
20540
+ .v-navigation-drawer--left {
20541
+ top: 0;
20542
+ left: 0;
20543
+ right: auto;
20544
+ border-right-width: thin;
20545
+ }
20546
+ .v-navigation-drawer--right {
20547
+ top: 0;
20548
+ left: auto;
20549
+ right: 0;
20550
+ border-left-width: thin;
20551
+ }
20552
+ .v-navigation-drawer--floating {
20553
+ border: none;
20554
+ }
20555
+ .v-navigation-drawer--temporary {
20556
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20557
+ }
20558
+ .v-navigation-drawer--sticky {
20559
+ height: auto;
20560
+ transition: box-shadow, transform, visibility, width, height, left, right;
20561
+ }
20562
+ .v-navigation-drawer .v-list {
20563
+ overflow: hidden;
20564
+ }
20565
+
20566
+ .v-navigation-drawer__content {
20567
+ flex: 0 1 auto;
20568
+ height: 100%;
20569
+ max-width: 100%;
20570
+ overflow-x: hidden;
20571
+ overflow-y: auto;
20572
+ }
20573
+
20574
+ .v-navigation-drawer__img {
20575
+ height: 100%;
20576
+ left: 0;
20577
+ position: absolute;
20578
+ top: 0;
20579
+ width: 100%;
20580
+ z-index: -1;
20581
+ }
20582
+ .v-navigation-drawer__img img {
20583
+ height: inherit;
20584
+ object-fit: cover;
20585
+ width: inherit;
20586
+ }
20587
+
20588
+ .v-navigation-drawer__scrim {
20589
+ position: absolute;
20590
+ width: 100%;
20591
+ height: 100%;
20592
+ background: black;
20593
+ opacity: 0.2;
20594
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20595
+ z-index: 1;
20596
+ }.v-pagination__list {
20597
+ display: inline-flex;
20598
+ list-style-type: none;
20599
+ justify-content: center;
20600
+ width: 100%;
20601
+ }
20602
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
20603
+ margin: 0.3rem;
20415
20604
  }.v-overlay-container {
20416
20605
  contain: layout;
20417
20606
  left: 0;
@@ -20457,7 +20646,7 @@ html.v-overlay-scroll-blocked {
20457
20646
  border-radius: inherit;
20458
20647
  bottom: 0;
20459
20648
  left: 0;
20460
- opacity: 32%;
20649
+ opacity: 0.32;
20461
20650
  position: fixed;
20462
20651
  right: 0;
20463
20652
  top: 0;
@@ -20473,14 +20662,6 @@ html.v-overlay-scroll-blocked {
20473
20662
 
20474
20663
  .v-overlay--scroll-blocked {
20475
20664
  padding-inline-end: var(--v-scrollbar-offset);
20476
- }.v-pagination__list {
20477
- display: inline-flex;
20478
- list-style-type: none;
20479
- justify-content: center;
20480
- width: 100%;
20481
- }
20482
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
20483
- margin: 0.3rem;
20484
20665
  }.v-parallax {
20485
20666
  position: relative;
20486
20667
  overflow: hidden;
@@ -20587,82 +20768,6 @@ html.v-overlay-scroll-blocked {
20587
20768
  100% {
20588
20769
  transform: rotate(270deg);
20589
20770
  }
20590
- }.v-dialog {
20591
- align-items: center;
20592
- justify-content: center;
20593
- margin: auto;
20594
- }
20595
- .v-dialog .v-overlay__content {
20596
- max-height: calc(100% - 48px);
20597
- width: calc(100% - 48px);
20598
- max-width: calc(100% - 48px);
20599
- margin: 24px;
20600
- display: flex;
20601
- flex-direction: column;
20602
- }
20603
- .v-dialog .v-overlay__content > .v-card,
20604
- .v-dialog .v-overlay__content > .v-sheet {
20605
- --v-scrollbar-offset: 0px;
20606
- border-radius: 4px;
20607
- overflow-y: auto;
20608
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20609
- }
20610
- .v-dialog .v-overlay__content > .v-card {
20611
- display: flex;
20612
- flex-direction: column;
20613
- }
20614
- .v-dialog .v-overlay__content > .v-card > .v-card-item {
20615
- padding: 14px 24px 0;
20616
- }
20617
- .v-dialog .v-overlay__content > .v-card > .v-card-item + .v-card-text {
20618
- padding-top: 10px;
20619
- }
20620
- .v-dialog .v-overlay__content > .v-card > .v-card-text {
20621
- font-size: inherit;
20622
- letter-spacing: 0.03125em;
20623
- line-height: inherit;
20624
- padding: 16px 24px 10px;
20625
- }
20626
-
20627
- .v-dialog--fullscreen {
20628
- --v-scrollbar-offset: 0px;
20629
- }
20630
- .v-dialog--fullscreen .v-overlay__content {
20631
- border-radius: 0;
20632
- margin: 0;
20633
- padding: 0;
20634
- width: 100%;
20635
- height: 100%;
20636
- max-width: 100%;
20637
- max-height: 100%;
20638
- overflow-y: auto;
20639
- top: 0;
20640
- left: 0;
20641
- }
20642
- .v-dialog--fullscreen .v-overlay__content > .v-card,
20643
- .v-dialog--fullscreen .v-overlay__content > .v-sheet {
20644
- min-height: 100%;
20645
- min-width: 100%;
20646
- border-radius: 0;
20647
- }
20648
-
20649
- .v-dialog--scrollable .v-overlay__content,
20650
- .v-dialog--scrollable .v-overlay__content > form {
20651
- display: flex;
20652
- }
20653
- .v-dialog--scrollable .v-overlay__content > .v-card,
20654
- .v-dialog--scrollable .v-overlay__content > form > .v-card {
20655
- display: flex;
20656
- flex: 1 1 100%;
20657
- flex-direction: column;
20658
- max-height: 100%;
20659
- max-width: 100%;
20660
- }
20661
- .v-dialog--scrollable .v-overlay__content > .v-card > .v-card-text,
20662
- .v-dialog--scrollable .v-overlay__content > form > .v-card > .v-card-text {
20663
- -webkit-backface-visibility: hidden;
20664
- backface-visibility: hidden;
20665
- overflow-y: auto;
20666
20771
  }.v-progress-linear {
20667
20772
  background: transparent;
20668
20773
  overflow: hidden;
@@ -20939,28 +21044,6 @@ html.v-overlay-scroll-blocked {
20939
21044
 
20940
21045
  .v-slider__label {
20941
21046
  margin-inline-end: 12px;
20942
- }.v-responsive {
20943
- display: flex;
20944
- flex: 1 0 auto;
20945
- max-height: 100%;
20946
- max-width: 100%;
20947
- overflow: hidden;
20948
- position: relative;
20949
- }
20950
-
20951
- .v-responsive__content {
20952
- flex: 1 0 0px;
20953
- max-width: 100%;
20954
- }
20955
-
20956
- .v-responsive__sizer ~ .v-responsive__content {
20957
- margin-inline-start: -100%;
20958
- }
20959
-
20960
- .v-responsive__sizer {
20961
- flex: 1 0 0px;
20962
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20963
- pointer-events: none;
20964
21047
  }.v-rating {
20965
21048
  max-width: 100%;
20966
21049
  display: inline-flex;
@@ -21019,6 +21102,28 @@ html.v-overlay-scroll-blocked {
21019
21102
  opacity: 0;
21020
21103
  position: absolute;
21021
21104
  width: 0;
21105
+ }.v-responsive {
21106
+ display: flex;
21107
+ flex: 1 0 auto;
21108
+ max-height: 100%;
21109
+ max-width: 100%;
21110
+ overflow: hidden;
21111
+ position: relative;
21112
+ }
21113
+
21114
+ .v-responsive__content {
21115
+ flex: 1 0 0px;
21116
+ max-width: 100%;
21117
+ }
21118
+
21119
+ .v-responsive__sizer ~ .v-responsive__content {
21120
+ margin-inline-start: -100%;
21121
+ }
21122
+
21123
+ .v-responsive__sizer {
21124
+ flex: 1 0 0px;
21125
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21126
+ pointer-events: none;
21022
21127
  }.v-input--density-default {
21023
21128
  --select-chips-margin-bottom: 0px;
21024
21129
  }
@@ -22387,7 +22492,7 @@ html.v-overlay-scroll-blocked {
22387
22492
  }
22388
22493
  .v-toolbar-items > .v-btn {
22389
22494
  border-radius: 0;
22390
- }.v-tooltip .v-overlay__content {
22495
+ }.v-tooltip > .v-overlay__content {
22391
22496
  background: rgba(var(--v-theme-surface-variant), 0.7);
22392
22497
  color: rgb(var(--v-theme-on-surface-variant));
22393
22498
  border-radius: 4px;
@@ -22401,11 +22506,11 @@ html.v-overlay-scroll-blocked {
22401
22506
  pointer-events: none;
22402
22507
  transition-property: opacity, transform;
22403
22508
  }
22404
- .v-tooltip .v-overlay__content[class*=enter-active] {
22509
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
22405
22510
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
22406
22511
  transition-duration: 150ms;
22407
22512
  }
22408
- .v-tooltip .v-overlay__content[class*=leave-active] {
22513
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
22409
22514
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
22410
22515
  transition-duration: 75ms;
22411
22516
  }.v-window {
@@ -22477,97 +22582,6 @@ html.v-overlay-scroll-blocked {
22477
22582
  }
22478
22583
  .v-window-y-reverse-transition-leave-to {
22479
22584
  transform: translateY(100%);
22480
- }.v-navigation-drawer {
22481
- -webkit-overflow-scrolling: touch;
22482
- background: rgb(var(--v-theme-surface));
22483
- display: flex;
22484
- flex-direction: column;
22485
- height: 100%;
22486
- max-width: 100%;
22487
- pointer-events: auto;
22488
- transition-duration: 0.2s;
22489
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
22490
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22491
- will-change: transform;
22492
- position: absolute;
22493
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22494
- border-style: solid;
22495
- border-width: 0;
22496
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
22497
- background: rgb(var(--v-theme-surface));
22498
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22499
- }
22500
- .v-navigation-drawer--border {
22501
- border-width: thin;
22502
- box-shadow: none;
22503
- }
22504
- .v-navigation-drawer--rounded {
22505
- border-radius: 4px;
22506
- }
22507
- .v-navigation-drawer--top {
22508
- top: 0;
22509
- border-bottom-width: thin;
22510
- }
22511
- .v-navigation-drawer--bottom {
22512
- left: 0;
22513
- border-top-width: thin;
22514
- }
22515
- .v-navigation-drawer--left {
22516
- top: 0;
22517
- left: 0;
22518
- right: auto;
22519
- border-right-width: thin;
22520
- }
22521
- .v-navigation-drawer--right {
22522
- top: 0;
22523
- left: auto;
22524
- right: 0;
22525
- border-left-width: thin;
22526
- }
22527
- .v-navigation-drawer--floating {
22528
- border: none;
22529
- }
22530
- .v-navigation-drawer--temporary {
22531
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
22532
- }
22533
- .v-navigation-drawer--sticky {
22534
- height: auto;
22535
- transition: box-shadow, transform, visibility, width, height, left, right;
22536
- }
22537
- .v-navigation-drawer .v-list {
22538
- overflow: hidden;
22539
- }
22540
-
22541
- .v-navigation-drawer__content {
22542
- flex: 0 1 auto;
22543
- height: 100%;
22544
- max-width: 100%;
22545
- overflow-x: hidden;
22546
- overflow-y: auto;
22547
- }
22548
-
22549
- .v-navigation-drawer__img {
22550
- height: 100%;
22551
- left: 0;
22552
- position: absolute;
22553
- top: 0;
22554
- width: 100%;
22555
- z-index: -1;
22556
- }
22557
- .v-navigation-drawer__img img {
22558
- height: inherit;
22559
- object-fit: cover;
22560
- width: inherit;
22561
- }
22562
-
22563
- .v-navigation-drawer__scrim {
22564
- position: absolute;
22565
- width: 100%;
22566
- height: 100%;
22567
- background: black;
22568
- opacity: 0.2;
22569
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22570
- z-index: 1;
22571
22585
  }.v-color-picker-canvas {
22572
22586
  display: flex;
22573
22587
  position: relative;