vuetify 3.1.10 → 3.1.11

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 (200) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +98 -98
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +224 -204
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +121 -129
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +121 -129
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +47 -39
  12. package/dist/vuetify.d.ts +55374 -15927
  13. package/dist/vuetify.esm.js +118 -129
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +118 -129
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +640 -642
  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/index.d.ts +284 -42
  38. package/lib/components/VBanner/index.d.ts +478 -84
  39. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  40. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  41. package/lib/components/VBtn/VBtn.css +0 -5
  42. package/lib/components/VBtn/VBtn.mjs +40 -39
  43. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  44. package/lib/components/VBtn/VBtn.sass +0 -7
  45. package/lib/components/VBtn/_variables.scss +0 -2
  46. package/lib/components/VBtn/index.d.ts +452 -69
  47. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  49. package/lib/components/VBtnGroup/index.d.ts +185 -26
  50. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  51. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  52. package/lib/components/VBtnToggle/index.d.ts +245 -35
  53. package/lib/components/VCard/index.d.ts +938 -172
  54. package/lib/components/VCarousel/index.d.ts +561 -123
  55. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  56. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  57. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  59. package/lib/components/VCheckbox/index.d.ts +831 -147
  60. package/lib/components/VChip/index.d.ts +473 -75
  61. package/lib/components/VChipGroup/index.d.ts +227 -32
  62. package/lib/components/VCode/index.d.ts +109 -16
  63. package/lib/components/VColorPicker/index.d.ts +284 -20
  64. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.ts +1668 -130
  67. package/lib/components/VCounter/index.d.ts +1894 -87
  68. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  69. package/lib/components/VDialog/VDialog.css +31 -24
  70. package/lib/components/VDialog/VDialog.mjs +2 -2
  71. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  72. package/lib/components/VDialog/VDialog.sass +19 -12
  73. package/lib/components/VDialog/index.d.ts +2362 -146
  74. package/lib/components/VDivider/index.d.ts +130 -23
  75. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  76. package/lib/components/VField/index.d.ts +163 -21
  77. package/lib/components/VFileInput/index.d.ts +1038 -104
  78. package/lib/components/VFooter/index.d.ts +203 -28
  79. package/lib/components/VForm/index.d.ts +204 -23
  80. package/lib/components/VGrid/VCol.mjs +6 -5
  81. package/lib/components/VGrid/VCol.mjs.map +1 -1
  82. package/lib/components/VGrid/VRow.mjs +4 -4
  83. package/lib/components/VGrid/VRow.mjs.map +1 -1
  84. package/lib/components/VGrid/index.d.ts +733 -76
  85. package/lib/components/VHover/index.d.ts +182 -35
  86. package/lib/components/VIcon/index.d.ts +494 -50
  87. package/lib/components/VImg/index.d.ts +275 -46
  88. package/lib/components/VInput/index.d.ts +315 -53
  89. package/lib/components/VItemGroup/index.d.ts +308 -52
  90. package/lib/components/VKbd/VKbd.css +1 -0
  91. package/lib/components/VKbd/VKbd.sass +1 -0
  92. package/lib/components/VKbd/_variables.scss +1 -0
  93. package/lib/components/VKbd/index.d.ts +109 -16
  94. package/lib/components/VLabel/index.d.ts +113 -20
  95. package/lib/components/VLayout/index.d.ts +296 -41
  96. package/lib/components/VLazy/VLazy.mjs +4 -1
  97. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  98. package/lib/components/VLazy/index.d.ts +219 -30
  99. package/lib/components/VList/VListChildren.mjs +2 -2
  100. package/lib/components/VList/VListChildren.mjs.map +1 -1
  101. package/lib/components/VList/VListGroup.mjs +1 -4
  102. package/lib/components/VList/VListGroup.mjs.map +1 -1
  103. package/lib/components/VList/index.d.ts +1461 -223
  104. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  105. package/lib/components/VMain/index.d.ts +118 -17
  106. package/lib/components/VMenu/VMenu.css +4 -4
  107. package/lib/components/VMenu/VMenu.mjs +2 -2
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/VMenu.sass +1 -1
  110. package/lib/components/VMenu/index.d.ts +2368 -142
  111. package/lib/components/VMessages/index.d.ts +1921 -98
  112. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  113. package/lib/components/VOverlay/VOverlay.css +2 -2
  114. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  115. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  116. package/lib/components/VOverlay/VOverlay.sass +1 -1
  117. package/lib/components/VOverlay/_variables.scss +1 -1
  118. package/lib/components/VOverlay/index.d.ts +519 -85
  119. package/lib/components/VPagination/index.d.ts +502 -68
  120. package/lib/components/VParallax/VParallax.mjs +3 -3
  121. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  122. package/lib/components/VParallax/index.d.ts +141 -28
  123. package/lib/components/VProgressCircular/index.d.ts +186 -25
  124. package/lib/components/VProgressLinear/index.d.ts +319 -48
  125. package/lib/components/VRadio/index.d.ts +313 -57
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  127. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  128. package/lib/components/VRadioGroup/index.d.ts +463 -83
  129. package/lib/components/VRangeSlider/index.d.ts +528 -80
  130. package/lib/components/VRating/index.d.ts +305 -43
  131. package/lib/components/VResponsive/index.d.ts +142 -27
  132. package/lib/components/VSelect/VSelect.mjs +2 -2
  133. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  134. package/lib/components/VSelect/index.d.ts +3060 -328
  135. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  136. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  137. package/lib/components/VSelectionControl/index.d.ts +76 -4
  138. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  139. package/lib/components/VSheet/VSheet.mjs +1 -7
  140. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  141. package/lib/components/VSheet/index.d.ts +194 -31
  142. package/lib/components/VSlideGroup/index.d.ts +475 -83
  143. package/lib/components/VSlider/index.d.ts +521 -79
  144. package/lib/components/VSlider/slider.mjs +2 -5
  145. package/lib/components/VSlider/slider.mjs.map +1 -1
  146. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  147. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  148. package/lib/components/VSnackbar/index.d.ts +1219 -81
  149. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  150. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  151. package/lib/components/VSwitch/index.d.ts +498 -92
  152. package/lib/components/VSystemBar/index.d.ts +184 -27
  153. package/lib/components/VTable/index.d.ts +190 -35
  154. package/lib/components/VTabs/VTab.mjs +7 -23
  155. package/lib/components/VTabs/VTab.mjs.map +1 -1
  156. package/lib/components/VTabs/index.d.ts +623 -71
  157. package/lib/components/VTextField/VTextField.mjs +8 -5
  158. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  159. package/lib/components/VTextField/index.d.ts +1404 -106
  160. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  161. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  162. package/lib/components/VTextarea/index.d.ts +1014 -102
  163. package/lib/components/VThemeProvider/index.d.ts +124 -19
  164. package/lib/components/VTimeline/index.d.ts +441 -71
  165. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  166. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  167. package/lib/components/VToolbar/index.d.ts +542 -93
  168. package/lib/components/VTooltip/VTooltip.css +3 -3
  169. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  170. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  171. package/lib/components/VTooltip/VTooltip.sass +1 -1
  172. package/lib/components/VTooltip/index.d.ts +1263 -81
  173. package/lib/components/VValidation/index.d.ts +201 -30
  174. package/lib/components/VWindow/index.d.ts +527 -95
  175. package/lib/components/index.d.ts +55131 -15681
  176. package/lib/components/transitions/index.d.ts +2097 -308
  177. package/lib/composables/display.mjs +2 -0
  178. package/lib/composables/display.mjs.map +1 -1
  179. package/lib/composables/form.mjs.map +1 -1
  180. package/lib/entry-bundler.mjs +1 -1
  181. package/lib/framework.mjs +1 -1
  182. package/lib/index.d.ts +32 -35
  183. package/lib/labs/VDataTable/VDataTable.css +12 -0
  184. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  185. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  186. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  188. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  189. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  190. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  191. package/lib/labs/components.d.ts +4212 -1026
  192. package/lib/styles/main.css +4 -0
  193. package/lib/styles/settings/_utilities.scss +7 -0
  194. package/lib/util/animation.mjs +8 -1
  195. package/lib/util/animation.mjs.map +1 -1
  196. package/lib/util/defineComponent.mjs +12 -5
  197. package/lib/util/defineComponent.mjs.map +1 -1
  198. package/lib/util/helpers.mjs +4 -0
  199. package/lib/util/helpers.mjs.map +1 -1
  200. package/package.json +3 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.10
2
+ * Vuetify v3.1.11
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,6 +15797,7 @@ 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;
@@ -15832,6 +15837,18 @@ html.overflow-y-hidden {
15832
15837
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
15833
15838
  flex-direction: row-reverse;
15834
15839
  }
15840
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
15841
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
15842
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
15843
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
15844
+ text-align: center;
15845
+ }
15846
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
15847
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
15848
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
15849
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
15850
+ justify-content: center;
15851
+ }
15835
15852
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
15836
15853
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
15837
15854
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
@@ -15971,6 +15988,7 @@ html.overflow-y-hidden {
15971
15988
  flex: 1 1 auto;
15972
15989
  max-width: 100%;
15973
15990
  min-height: 100vh;
15991
+ min-height: 100dvh;
15974
15992
  position: relative;
15975
15993
  }.v-app-bar {
15976
15994
  display: flex;
@@ -17083,13 +17101,8 @@ html.overflow-y-hidden {
17083
17101
  pointer-events: none;
17084
17102
  }
17085
17103
 
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
17104
  .v-card-actions .v-btn {
17091
17105
  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
17106
  }
17094
17107
  .v-card-actions .v-btn ~ .v-btn {
17095
17108
  margin-inline-start: 0.5rem;
@@ -18964,6 +18977,89 @@ html.overflow-y-hidden {
18964
18977
  margin-bottom: 8px;
18965
18978
  margin-top: 8px;
18966
18979
  max-height: calc(100% - 16px);
18980
+ }.v-dialog {
18981
+ margin: 24px;
18982
+ margin-inline-end: 24px;
18983
+ }
18984
+ .v-dialog.v-overlay--scroll-blocked {
18985
+ margin-inline-end: calc(24px + var(--v-scrollbar-offset));
18986
+ }
18987
+ .v-dialog > .v-overlay__content {
18988
+ max-height: 100%;
18989
+ width: 100%;
18990
+ max-width: 100%;
18991
+ display: flex;
18992
+ flex-direction: column;
18993
+ top: 50%;
18994
+ left: 50%;
18995
+ transform: translate(-50%, -50%);
18996
+ }
18997
+ .v-dialog > .v-overlay__content > .v-card,
18998
+ .v-dialog > .v-overlay__content > .v-sheet {
18999
+ --v-scrollbar-offset: 0px;
19000
+ border-radius: 4px;
19001
+ overflow-y: auto;
19002
+ 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));
19003
+ }
19004
+ .v-dialog > .v-overlay__content > .v-card {
19005
+ display: flex;
19006
+ flex-direction: column;
19007
+ }
19008
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item {
19009
+ padding: 14px 24px 0;
19010
+ }
19011
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text {
19012
+ padding-top: 10px;
19013
+ }
19014
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text {
19015
+ font-size: inherit;
19016
+ letter-spacing: 0.03125em;
19017
+ line-height: inherit;
19018
+ padding: 16px 24px 10px;
19019
+ }
19020
+
19021
+ .v-dialog.v-dialog--fullscreen {
19022
+ margin: 0;
19023
+ margin-inline-end: 0;
19024
+ --v-scrollbar-offset: 0px;
19025
+ }
19026
+ .v-dialog.v-dialog--fullscreen > .v-overlay__content {
19027
+ border-radius: 0;
19028
+ margin: 0;
19029
+ padding: 0;
19030
+ width: 100%;
19031
+ height: 100%;
19032
+ max-width: 100%;
19033
+ max-height: 100%;
19034
+ overflow-y: auto;
19035
+ top: 0;
19036
+ left: 0;
19037
+ transform: none;
19038
+ }
19039
+ .v-dialog.v-dialog--fullscreen > .v-overlay__content > .v-card,
19040
+ .v-dialog.v-dialog--fullscreen > .v-overlay__content > .v-sheet {
19041
+ min-height: 100%;
19042
+ min-width: 100%;
19043
+ border-radius: 0;
19044
+ }
19045
+
19046
+ .v-dialog--scrollable > .v-overlay__content,
19047
+ .v-dialog--scrollable > .v-overlay__content > form {
19048
+ display: flex;
19049
+ }
19050
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
19051
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
19052
+ display: flex;
19053
+ flex: 1 1 100%;
19054
+ flex-direction: column;
19055
+ max-height: 100%;
19056
+ max-width: 100%;
19057
+ }
19058
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
19059
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
19060
+ -webkit-backface-visibility: hidden;
19061
+ backface-visibility: hidden;
19062
+ overflow-y: auto;
18967
19063
  }.v-expansion-panel {
18968
19064
  background-color: rgb(var(--v-theme-surface));
18969
19065
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -20383,14 +20479,14 @@ textarea.v-field__input::placeholder {
20383
20479
  --v-layout-right: 0px;
20384
20480
  --v-layout-top: 0px;
20385
20481
  --v-layout-bottom: 0px;
20386
- }.v-menu .v-overlay__content {
20482
+ }.v-menu > .v-overlay__content {
20387
20483
  display: flex;
20388
20484
  flex-direction: column;
20389
20485
  border-radius: 4px;
20390
20486
  }
20391
- .v-menu .v-overlay__content > .v-card,
20392
- .v-menu .v-overlay__content > .v-sheet,
20393
- .v-menu .v-overlay__content > .v-list {
20487
+ .v-menu > .v-overlay__content > .v-card,
20488
+ .v-menu > .v-overlay__content > .v-sheet,
20489
+ .v-menu > .v-overlay__content > .v-list {
20394
20490
  background: rgb(var(--v-theme-surface));
20395
20491
  border-radius: inherit;
20396
20492
  overflow: auto;
@@ -20412,6 +20508,97 @@ textarea.v-field__input::placeholder {
20412
20508
  -webkit-hyphens: auto;
20413
20509
  hyphens: auto;
20414
20510
  transition-duration: 150ms;
20511
+ }.v-navigation-drawer {
20512
+ -webkit-overflow-scrolling: touch;
20513
+ background: rgb(var(--v-theme-surface));
20514
+ display: flex;
20515
+ flex-direction: column;
20516
+ height: 100%;
20517
+ max-width: 100%;
20518
+ pointer-events: auto;
20519
+ transition-duration: 0.2s;
20520
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
20521
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20522
+ will-change: transform;
20523
+ position: absolute;
20524
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20525
+ border-style: solid;
20526
+ border-width: 0;
20527
+ 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));
20528
+ background: rgb(var(--v-theme-surface));
20529
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20530
+ }
20531
+ .v-navigation-drawer--border {
20532
+ border-width: thin;
20533
+ box-shadow: none;
20534
+ }
20535
+ .v-navigation-drawer--rounded {
20536
+ border-radius: 4px;
20537
+ }
20538
+ .v-navigation-drawer--top {
20539
+ top: 0;
20540
+ border-bottom-width: thin;
20541
+ }
20542
+ .v-navigation-drawer--bottom {
20543
+ left: 0;
20544
+ border-top-width: thin;
20545
+ }
20546
+ .v-navigation-drawer--left {
20547
+ top: 0;
20548
+ left: 0;
20549
+ right: auto;
20550
+ border-right-width: thin;
20551
+ }
20552
+ .v-navigation-drawer--right {
20553
+ top: 0;
20554
+ left: auto;
20555
+ right: 0;
20556
+ border-left-width: thin;
20557
+ }
20558
+ .v-navigation-drawer--floating {
20559
+ border: none;
20560
+ }
20561
+ .v-navigation-drawer--temporary {
20562
+ 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));
20563
+ }
20564
+ .v-navigation-drawer--sticky {
20565
+ height: auto;
20566
+ transition: box-shadow, transform, visibility, width, height, left, right;
20567
+ }
20568
+ .v-navigation-drawer .v-list {
20569
+ overflow: hidden;
20570
+ }
20571
+
20572
+ .v-navigation-drawer__content {
20573
+ flex: 0 1 auto;
20574
+ height: 100%;
20575
+ max-width: 100%;
20576
+ overflow-x: hidden;
20577
+ overflow-y: auto;
20578
+ }
20579
+
20580
+ .v-navigation-drawer__img {
20581
+ height: 100%;
20582
+ left: 0;
20583
+ position: absolute;
20584
+ top: 0;
20585
+ width: 100%;
20586
+ z-index: -1;
20587
+ }
20588
+ .v-navigation-drawer__img img {
20589
+ height: inherit;
20590
+ object-fit: cover;
20591
+ width: inherit;
20592
+ }
20593
+
20594
+ .v-navigation-drawer__scrim {
20595
+ position: absolute;
20596
+ width: 100%;
20597
+ height: 100%;
20598
+ background: black;
20599
+ opacity: 0.2;
20600
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20601
+ z-index: 1;
20415
20602
  }.v-overlay-container {
20416
20603
  contain: layout;
20417
20604
  left: 0;
@@ -20457,7 +20644,7 @@ html.v-overlay-scroll-blocked {
20457
20644
  border-radius: inherit;
20458
20645
  bottom: 0;
20459
20646
  left: 0;
20460
- opacity: 32%;
20647
+ opacity: 0.32;
20461
20648
  position: fixed;
20462
20649
  right: 0;
20463
20650
  top: 0;
@@ -20472,7 +20659,7 @@ html.v-overlay-scroll-blocked {
20472
20659
  }
20473
20660
 
20474
20661
  .v-overlay--scroll-blocked {
20475
- padding-inline-end: var(--v-scrollbar-offset);
20662
+ margin-inline-end: var(--v-scrollbar-offset);
20476
20663
  }.v-pagination__list {
20477
20664
  display: inline-flex;
20478
20665
  list-style-type: none;
@@ -20587,82 +20774,6 @@ html.v-overlay-scroll-blocked {
20587
20774
  100% {
20588
20775
  transform: rotate(270deg);
20589
20776
  }
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
20777
  }.v-progress-linear {
20667
20778
  background: transparent;
20668
20779
  overflow: hidden;
@@ -20939,28 +21050,6 @@ html.v-overlay-scroll-blocked {
20939
21050
 
20940
21051
  .v-slider__label {
20941
21052
  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
21053
  }.v-rating {
20965
21054
  max-width: 100%;
20966
21055
  display: inline-flex;
@@ -21019,6 +21108,28 @@ html.v-overlay-scroll-blocked {
21019
21108
  opacity: 0;
21020
21109
  position: absolute;
21021
21110
  width: 0;
21111
+ }.v-responsive {
21112
+ display: flex;
21113
+ flex: 1 0 auto;
21114
+ max-height: 100%;
21115
+ max-width: 100%;
21116
+ overflow: hidden;
21117
+ position: relative;
21118
+ }
21119
+
21120
+ .v-responsive__content {
21121
+ flex: 1 0 0px;
21122
+ max-width: 100%;
21123
+ }
21124
+
21125
+ .v-responsive__sizer ~ .v-responsive__content {
21126
+ margin-inline-start: -100%;
21127
+ }
21128
+
21129
+ .v-responsive__sizer {
21130
+ flex: 1 0 0px;
21131
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21132
+ pointer-events: none;
21022
21133
  }.v-input--density-default {
21023
21134
  --select-chips-margin-bottom: 0px;
21024
21135
  }
@@ -22387,7 +22498,7 @@ html.v-overlay-scroll-blocked {
22387
22498
  }
22388
22499
  .v-toolbar-items > .v-btn {
22389
22500
  border-radius: 0;
22390
- }.v-tooltip .v-overlay__content {
22501
+ }.v-tooltip > .v-overlay__content {
22391
22502
  background: rgba(var(--v-theme-surface-variant), 0.7);
22392
22503
  color: rgb(var(--v-theme-on-surface-variant));
22393
22504
  border-radius: 4px;
@@ -22401,11 +22512,11 @@ html.v-overlay-scroll-blocked {
22401
22512
  pointer-events: none;
22402
22513
  transition-property: opacity, transform;
22403
22514
  }
22404
- .v-tooltip .v-overlay__content[class*=enter-active] {
22515
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
22405
22516
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
22406
22517
  transition-duration: 150ms;
22407
22518
  }
22408
- .v-tooltip .v-overlay__content[class*=leave-active] {
22519
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
22409
22520
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
22410
22521
  transition-duration: 75ms;
22411
22522
  }.v-window {
@@ -22477,97 +22588,6 @@ html.v-overlay-scroll-blocked {
22477
22588
  }
22478
22589
  .v-window-y-reverse-transition-leave-to {
22479
22590
  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
22591
  }.v-color-picker-canvas {
22572
22592
  display: flex;
22573
22593
  position: relative;