vuetify 3.1.9 → 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 (208) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +92 -92
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +167 -147
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +136 -152
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +136 -152
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +76 -68
  12. package/dist/vuetify.d.ts +54804 -15357
  13. package/dist/vuetify.esm.js +133 -152
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +133 -152
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +667 -669
  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/VListItem.mjs +1 -1
  104. package/lib/components/VList/VListItem.mjs.map +1 -1
  105. package/lib/components/VList/index.d.ts +1461 -223
  106. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  107. package/lib/components/VMain/index.d.ts +118 -17
  108. package/lib/components/VMenu/VMenu.css +4 -4
  109. package/lib/components/VMenu/VMenu.mjs +2 -2
  110. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  111. package/lib/components/VMenu/VMenu.sass +1 -1
  112. package/lib/components/VMenu/index.d.ts +2368 -142
  113. package/lib/components/VMessages/index.d.ts +1921 -98
  114. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  115. package/lib/components/VOverlay/VOverlay.css +2 -2
  116. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  117. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  118. package/lib/components/VOverlay/VOverlay.sass +1 -1
  119. package/lib/components/VOverlay/_variables.scss +1 -1
  120. package/lib/components/VOverlay/index.d.ts +519 -85
  121. package/lib/components/VPagination/index.d.ts +502 -68
  122. package/lib/components/VParallax/VParallax.mjs +3 -3
  123. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  124. package/lib/components/VParallax/index.d.ts +141 -28
  125. package/lib/components/VProgressCircular/index.d.ts +186 -25
  126. package/lib/components/VProgressLinear/index.d.ts +319 -48
  127. package/lib/components/VRadio/index.d.ts +313 -57
  128. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  130. package/lib/components/VRadioGroup/index.d.ts +463 -83
  131. package/lib/components/VRangeSlider/index.d.ts +528 -80
  132. package/lib/components/VRating/index.d.ts +305 -43
  133. package/lib/components/VResponsive/index.d.ts +142 -27
  134. package/lib/components/VSelect/VSelect.mjs +2 -2
  135. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  136. package/lib/components/VSelect/index.d.ts +3060 -328
  137. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  138. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  139. package/lib/components/VSelectionControl/index.d.ts +76 -4
  140. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  141. package/lib/components/VSheet/VSheet.mjs +1 -7
  142. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  143. package/lib/components/VSheet/index.d.ts +194 -31
  144. package/lib/components/VSlideGroup/index.d.ts +475 -83
  145. package/lib/components/VSlider/index.d.ts +521 -79
  146. package/lib/components/VSlider/slider.mjs +2 -5
  147. package/lib/components/VSlider/slider.mjs.map +1 -1
  148. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  149. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  150. package/lib/components/VSnackbar/index.d.ts +1219 -81
  151. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  152. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  153. package/lib/components/VSwitch/index.d.ts +498 -92
  154. package/lib/components/VSystemBar/index.d.ts +184 -27
  155. package/lib/components/VTable/index.d.ts +190 -35
  156. package/lib/components/VTabs/VTab.mjs +7 -23
  157. package/lib/components/VTabs/VTab.mjs.map +1 -1
  158. package/lib/components/VTabs/VTabs.mjs +15 -23
  159. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  160. package/lib/components/VTabs/index.d.ts +623 -71
  161. package/lib/components/VTextField/VTextField.mjs +8 -5
  162. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  163. package/lib/components/VTextField/index.d.ts +1404 -106
  164. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  165. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  166. package/lib/components/VTextarea/index.d.ts +1014 -102
  167. package/lib/components/VThemeProvider/index.d.ts +124 -19
  168. package/lib/components/VTimeline/index.d.ts +441 -71
  169. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  170. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  171. package/lib/components/VToolbar/index.d.ts +542 -93
  172. package/lib/components/VTooltip/VTooltip.css +3 -3
  173. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  174. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  175. package/lib/components/VTooltip/VTooltip.sass +1 -1
  176. package/lib/components/VTooltip/index.d.ts +1263 -81
  177. package/lib/components/VValidation/index.d.ts +201 -30
  178. package/lib/components/VWindow/index.d.ts +527 -95
  179. package/lib/components/index.d.ts +55131 -15681
  180. package/lib/components/transitions/index.d.ts +2097 -308
  181. package/lib/composables/defaults.mjs +1 -1
  182. package/lib/composables/defaults.mjs.map +1 -1
  183. package/lib/composables/display.mjs +2 -0
  184. package/lib/composables/display.mjs.map +1 -1
  185. package/lib/composables/form.mjs.map +1 -1
  186. package/lib/entry-bundler.mjs +1 -1
  187. package/lib/entry-bundler.mjs.map +1 -1
  188. package/lib/framework.mjs +1 -1
  189. package/lib/framework.mjs.map +1 -1
  190. package/lib/index.d.ts +31 -34
  191. package/lib/labs/VDataTable/VDataTable.css +12 -0
  192. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  193. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  194. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  195. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  196. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  197. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  198. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  199. package/lib/labs/components.d.ts +4212 -1026
  200. package/lib/styles/main.css +4 -0
  201. package/lib/styles/settings/_utilities.scss +7 -0
  202. package/lib/util/animation.mjs +8 -1
  203. package/lib/util/animation.mjs.map +1 -1
  204. package/lib/util/defineComponent.mjs +12 -5
  205. package/lib/util/defineComponent.mjs.map +1 -1
  206. package/lib/util/helpers.mjs +4 -0
  207. package/lib/util/helpers.mjs.map +1 -1
  208. package/package.json +3 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.9
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;
@@ -18935,47 +18948,82 @@ html.overflow-y-hidden {
18935
18948
  flex: 0 1 auto;
18936
18949
  font-size: 12px;
18937
18950
  transition-duration: 150ms;
18938
- }.v-dialog {
18939
- align-items: center;
18940
- justify-content: center;
18941
- margin: auto;
18951
+ }.v-divider {
18952
+ display: block;
18953
+ flex: 1 1 100%;
18954
+ height: 0px;
18955
+ max-height: 0px;
18956
+ opacity: var(--v-border-opacity);
18957
+ transition: inherit;
18958
+ border-style: solid;
18959
+ border-width: thin 0 0 0;
18960
+ }
18961
+ .v-divider--vertical {
18962
+ align-self: stretch;
18963
+ border-width: 0 thin 0 0;
18964
+ display: inline-flex;
18965
+ height: inherit;
18966
+ margin-left: -1px;
18967
+ max-height: 100%;
18968
+ max-width: 0px;
18969
+ vertical-align: text-bottom;
18970
+ width: 0px;
18942
18971
  }
18943
- .v-dialog .v-overlay__content {
18944
- max-height: calc(100% - 48px);
18945
- width: calc(100% - 48px);
18946
- max-width: calc(100% - 48px);
18972
+ .v-divider--inset:not(.v-divider--vertical) {
18973
+ max-width: calc(100% - 72px);
18974
+ margin-inline-start: 72px;
18975
+ }
18976
+ .v-divider--inset.v-divider--vertical {
18977
+ margin-bottom: 8px;
18978
+ margin-top: 8px;
18979
+ max-height: calc(100% - 16px);
18980
+ }.v-dialog {
18947
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%;
18948
18991
  display: flex;
18949
18992
  flex-direction: column;
18993
+ top: 50%;
18994
+ left: 50%;
18995
+ transform: translate(-50%, -50%);
18950
18996
  }
18951
- .v-dialog .v-overlay__content > .v-card,
18952
- .v-dialog .v-overlay__content > .v-sheet {
18997
+ .v-dialog > .v-overlay__content > .v-card,
18998
+ .v-dialog > .v-overlay__content > .v-sheet {
18953
18999
  --v-scrollbar-offset: 0px;
18954
19000
  border-radius: 4px;
18955
19001
  overflow-y: auto;
18956
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));
18957
19003
  }
18958
- .v-dialog .v-overlay__content > .v-card {
19004
+ .v-dialog > .v-overlay__content > .v-card {
18959
19005
  display: flex;
18960
19006
  flex-direction: column;
18961
19007
  }
18962
- .v-dialog .v-overlay__content > .v-card > .v-card-item {
19008
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item {
18963
19009
  padding: 14px 24px 0;
18964
19010
  }
18965
- .v-dialog .v-overlay__content > .v-card > .v-card-item + .v-card-text {
19011
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text {
18966
19012
  padding-top: 10px;
18967
19013
  }
18968
- .v-dialog .v-overlay__content > .v-card > .v-card-text {
19014
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text {
18969
19015
  font-size: inherit;
18970
19016
  letter-spacing: 0.03125em;
18971
19017
  line-height: inherit;
18972
19018
  padding: 16px 24px 10px;
18973
19019
  }
18974
19020
 
18975
- .v-dialog--fullscreen {
19021
+ .v-dialog.v-dialog--fullscreen {
19022
+ margin: 0;
19023
+ margin-inline-end: 0;
18976
19024
  --v-scrollbar-offset: 0px;
18977
19025
  }
18978
- .v-dialog--fullscreen .v-overlay__content {
19026
+ .v-dialog.v-dialog--fullscreen > .v-overlay__content {
18979
19027
  border-radius: 0;
18980
19028
  margin: 0;
18981
19029
  padding: 0;
@@ -18986,60 +19034,32 @@ html.overflow-y-hidden {
18986
19034
  overflow-y: auto;
18987
19035
  top: 0;
18988
19036
  left: 0;
19037
+ transform: none;
18989
19038
  }
18990
- .v-dialog--fullscreen .v-overlay__content > .v-card,
18991
- .v-dialog--fullscreen .v-overlay__content > .v-sheet {
19039
+ .v-dialog.v-dialog--fullscreen > .v-overlay__content > .v-card,
19040
+ .v-dialog.v-dialog--fullscreen > .v-overlay__content > .v-sheet {
18992
19041
  min-height: 100%;
18993
19042
  min-width: 100%;
18994
19043
  border-radius: 0;
18995
19044
  }
18996
19045
 
18997
- .v-dialog--scrollable .v-overlay__content,
18998
- .v-dialog--scrollable .v-overlay__content > form {
19046
+ .v-dialog--scrollable > .v-overlay__content,
19047
+ .v-dialog--scrollable > .v-overlay__content > form {
18999
19048
  display: flex;
19000
19049
  }
19001
- .v-dialog--scrollable .v-overlay__content > .v-card,
19002
- .v-dialog--scrollable .v-overlay__content > form > .v-card {
19050
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
19051
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
19003
19052
  display: flex;
19004
19053
  flex: 1 1 100%;
19005
19054
  flex-direction: column;
19006
19055
  max-height: 100%;
19007
19056
  max-width: 100%;
19008
19057
  }
19009
- .v-dialog--scrollable .v-overlay__content > .v-card > .v-card-text,
19010
- .v-dialog--scrollable .v-overlay__content > form > .v-card > .v-card-text {
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 {
19011
19060
  -webkit-backface-visibility: hidden;
19012
19061
  backface-visibility: hidden;
19013
19062
  overflow-y: auto;
19014
- }.v-divider {
19015
- display: block;
19016
- flex: 1 1 100%;
19017
- height: 0px;
19018
- max-height: 0px;
19019
- opacity: var(--v-border-opacity);
19020
- transition: inherit;
19021
- border-style: solid;
19022
- border-width: thin 0 0 0;
19023
- }
19024
- .v-divider--vertical {
19025
- align-self: stretch;
19026
- border-width: 0 thin 0 0;
19027
- display: inline-flex;
19028
- height: inherit;
19029
- margin-left: -1px;
19030
- max-height: 100%;
19031
- max-width: 0px;
19032
- vertical-align: text-bottom;
19033
- width: 0px;
19034
- }
19035
- .v-divider--inset:not(.v-divider--vertical) {
19036
- max-width: calc(100% - 72px);
19037
- margin-inline-start: 72px;
19038
- }
19039
- .v-divider--inset.v-divider--vertical {
19040
- margin-bottom: 8px;
19041
- margin-top: 8px;
19042
- max-height: calc(100% - 16px);
19043
19063
  }.v-expansion-panel {
19044
19064
  background-color: rgb(var(--v-theme-surface));
19045
19065
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -20459,14 +20479,14 @@ textarea.v-field__input::placeholder {
20459
20479
  --v-layout-right: 0px;
20460
20480
  --v-layout-top: 0px;
20461
20481
  --v-layout-bottom: 0px;
20462
- }.v-menu .v-overlay__content {
20482
+ }.v-menu > .v-overlay__content {
20463
20483
  display: flex;
20464
20484
  flex-direction: column;
20465
20485
  border-radius: 4px;
20466
20486
  }
20467
- .v-menu .v-overlay__content > .v-card,
20468
- .v-menu .v-overlay__content > .v-sheet,
20469
- .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 {
20470
20490
  background: rgb(var(--v-theme-surface));
20471
20491
  border-radius: inherit;
20472
20492
  overflow: auto;
@@ -20624,7 +20644,7 @@ html.v-overlay-scroll-blocked {
20624
20644
  border-radius: inherit;
20625
20645
  bottom: 0;
20626
20646
  left: 0;
20627
- opacity: 32%;
20647
+ opacity: 0.32;
20628
20648
  position: fixed;
20629
20649
  right: 0;
20630
20650
  top: 0;
@@ -20639,7 +20659,7 @@ html.v-overlay-scroll-blocked {
20639
20659
  }
20640
20660
 
20641
20661
  .v-overlay--scroll-blocked {
20642
- padding-inline-end: var(--v-scrollbar-offset);
20662
+ margin-inline-end: var(--v-scrollbar-offset);
20643
20663
  }.v-pagination__list {
20644
20664
  display: inline-flex;
20645
20665
  list-style-type: none;
@@ -21456,6 +21476,81 @@ html.v-overlay-scroll-blocked {
21456
21476
  }
21457
21477
  .v-snackbar-transition-leave-to {
21458
21478
  opacity: 0;
21479
+ }.v-switch .v-label {
21480
+ padding-inline-start: 10px;
21481
+ }
21482
+
21483
+ .v-switch__loader {
21484
+ display: flex;
21485
+ }
21486
+
21487
+ .v-switch__track,
21488
+ .v-switch__thumb {
21489
+ background-color: currentColor;
21490
+ transition: none;
21491
+ }
21492
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
21493
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
21494
+ background-color: rgb(var(--v-theme-error));
21495
+ }
21496
+
21497
+ .v-switch__track {
21498
+ border-radius: 8px;
21499
+ height: 14px;
21500
+ opacity: 0.6;
21501
+ width: 36px;
21502
+ cursor: pointer;
21503
+ }
21504
+ .v-switch--inset .v-switch__track {
21505
+ border-radius: 14px;
21506
+ height: 28px;
21507
+ width: 48px;
21508
+ }
21509
+
21510
+ .v-switch__thumb {
21511
+ align-items: center;
21512
+ border-radius: 50%;
21513
+ color: rgb(var(--v-theme-surface));
21514
+ display: flex;
21515
+ height: 20px;
21516
+ justify-content: center;
21517
+ width: 20px;
21518
+ pointer-events: none;
21519
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21520
+ 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));
21521
+ }
21522
+ .v-switch--inset .v-switch__thumb {
21523
+ 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));
21524
+ }
21525
+ .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
21526
+ display: none;
21527
+ }
21528
+
21529
+ .v-switch--loading .v-selection-control__input > .v-icon {
21530
+ display: none;
21531
+ }
21532
+
21533
+ .v-switch .v-selection-control {
21534
+ min-height: var(--v-input-control-height);
21535
+ }
21536
+ .v-switch .v-selection-control__wrapper {
21537
+ width: auto;
21538
+ }
21539
+ .v-switch .v-selection-control__input {
21540
+ border-radius: 50%;
21541
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21542
+ transform: translateX(-10px);
21543
+ position: absolute;
21544
+ }
21545
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
21546
+ transform: translateX(10px);
21547
+ }
21548
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
21549
+ transform: scale(0.8);
21550
+ }
21551
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
21552
+ transform: scale(0.75);
21553
+ box-shadow: none;
21459
21554
  }.v-system-bar {
21460
21555
  align-items: center;
21461
21556
  display: flex;
@@ -21825,7 +21920,10 @@ html.v-overlay-scroll-blocked {
21825
21920
  padding: 0;
21826
21921
  }
21827
21922
 
21828
- /* endregion */.v-timeline .v-timeline-divider__dot {
21923
+ /* endregion */.v-theme-provider {
21924
+ background: rgb(var(--v-theme-background));
21925
+ color: rgb(var(--v-theme-on-background));
21926
+ }.v-timeline .v-timeline-divider__dot {
21829
21927
  background: rgb(var(--v-theme-on-surface-variant));
21830
21928
  }
21831
21929
  .v-timeline .v-timeline-divider__inner-dot {
@@ -22400,7 +22498,7 @@ html.v-overlay-scroll-blocked {
22400
22498
  }
22401
22499
  .v-toolbar-items > .v-btn {
22402
22500
  border-radius: 0;
22403
- }.v-tooltip .v-overlay__content {
22501
+ }.v-tooltip > .v-overlay__content {
22404
22502
  background: rgba(var(--v-theme-surface-variant), 0.7);
22405
22503
  color: rgb(var(--v-theme-on-surface-variant));
22406
22504
  border-radius: 4px;
@@ -22414,11 +22512,11 @@ html.v-overlay-scroll-blocked {
22414
22512
  pointer-events: none;
22415
22513
  transition-property: opacity, transform;
22416
22514
  }
22417
- .v-tooltip .v-overlay__content[class*=enter-active] {
22515
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
22418
22516
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
22419
22517
  transition-duration: 150ms;
22420
22518
  }
22421
- .v-tooltip .v-overlay__content[class*=leave-active] {
22519
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
22422
22520
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
22423
22521
  transition-duration: 75ms;
22424
22522
  }.v-window {
@@ -22490,84 +22588,6 @@ html.v-overlay-scroll-blocked {
22490
22588
  }
22491
22589
  .v-window-y-reverse-transition-leave-to {
22492
22590
  transform: translateY(100%);
22493
- }.v-theme-provider {
22494
- background: rgb(var(--v-theme-background));
22495
- color: rgb(var(--v-theme-on-background));
22496
- }.v-switch .v-label {
22497
- padding-inline-start: 10px;
22498
- }
22499
-
22500
- .v-switch__loader {
22501
- display: flex;
22502
- }
22503
-
22504
- .v-switch__track,
22505
- .v-switch__thumb {
22506
- background-color: currentColor;
22507
- transition: none;
22508
- }
22509
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
22510
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
22511
- background-color: rgb(var(--v-theme-error));
22512
- }
22513
-
22514
- .v-switch__track {
22515
- border-radius: 8px;
22516
- height: 14px;
22517
- opacity: 0.6;
22518
- width: 36px;
22519
- cursor: pointer;
22520
- }
22521
- .v-switch--inset .v-switch__track {
22522
- border-radius: 14px;
22523
- height: 28px;
22524
- width: 48px;
22525
- }
22526
-
22527
- .v-switch__thumb {
22528
- align-items: center;
22529
- border-radius: 50%;
22530
- color: rgb(var(--v-theme-surface));
22531
- display: flex;
22532
- height: 20px;
22533
- justify-content: center;
22534
- width: 20px;
22535
- pointer-events: none;
22536
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
22537
- 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));
22538
- }
22539
- .v-switch--inset .v-switch__thumb {
22540
- 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));
22541
- }
22542
- .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
22543
- display: none;
22544
- }
22545
-
22546
- .v-switch--loading .v-selection-control__input > .v-icon {
22547
- display: none;
22548
- }
22549
-
22550
- .v-switch .v-selection-control {
22551
- min-height: var(--v-input-control-height);
22552
- }
22553
- .v-switch .v-selection-control__wrapper {
22554
- width: auto;
22555
- }
22556
- .v-switch .v-selection-control__input {
22557
- border-radius: 50%;
22558
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
22559
- transform: translateX(-10px);
22560
- position: absolute;
22561
- }
22562
- .v-switch .v-selection-control--dirty .v-selection-control__input {
22563
- transform: translateX(10px);
22564
- }
22565
- .v-switch.v-switch--indeterminate .v-selection-control__input {
22566
- transform: scale(0.8);
22567
- }
22568
- .v-switch.v-switch--indeterminate .v-switch__thumb {
22569
- transform: scale(0.75);
22570
- box-shadow: none;
22571
22591
  }.v-color-picker-canvas {
22572
22592
  display: flex;
22573
22593
  position: relative;