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.
- package/dist/json/attributes.json +203 -27
- package/dist/json/importMap.json +98 -98
- package/dist/json/tags.json +46 -2
- package/dist/json/web-types.json +481 -49
- package/dist/vuetify-labs.css +224 -204
- package/dist/vuetify-labs.d.ts +56923 -14294
- package/dist/vuetify-labs.esm.js +121 -129
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +121 -129
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +47 -39
- package/dist/vuetify.d.ts +55374 -15927
- package/dist/vuetify.esm.js +118 -129
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +118 -129
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -642
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +509 -83
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +40 -39
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +831 -147
- package/lib/components/VChip/index.d.ts +473 -75
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +2 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/index.d.ts +131 -22
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +8 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +1 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1263 -81
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55131 -15681
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +32 -35
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4176 -1016
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4212 -1026
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +12 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
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
|
}
|
|
@@ -15757,6 +15761,7 @@ html.overflow-y-hidden {
|
|
|
15757
15761
|
background: rgb(var(--v-theme-kbd));
|
|
15758
15762
|
color: rgb(var(--v-theme-on-kbd));
|
|
15759
15763
|
border-radius: 3px;
|
|
15764
|
+
display: inline;
|
|
15760
15765
|
font-size: 85%;
|
|
15761
15766
|
font-weight: normal;
|
|
15762
15767
|
padding: 0.2em 0.4rem;
|
|
@@ -15811,6 +15816,7 @@ html.overflow-y-hidden {
|
|
|
15811
15816
|
flex: 1 1 auto;
|
|
15812
15817
|
max-width: 100%;
|
|
15813
15818
|
min-height: 100vh;
|
|
15819
|
+
min-height: 100dvh;
|
|
15814
15820
|
position: relative;
|
|
15815
15821
|
}.v-app-bar {
|
|
15816
15822
|
display: flex;
|
|
@@ -16923,13 +16929,8 @@ html.overflow-y-hidden {
|
|
|
16923
16929
|
pointer-events: none;
|
|
16924
16930
|
}
|
|
16925
16931
|
|
|
16926
|
-
.v-app-bar .v-btn {
|
|
16927
|
-
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));
|
|
16928
|
-
}
|
|
16929
|
-
|
|
16930
16932
|
.v-card-actions .v-btn {
|
|
16931
16933
|
padding: 0 8px;
|
|
16932
|
-
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));
|
|
16933
16934
|
}
|
|
16934
16935
|
.v-card-actions .v-btn ~ .v-btn {
|
|
16935
16936
|
margin-inline-start: 0.5rem;
|
|
@@ -18776,46 +18777,52 @@ html.overflow-y-hidden {
|
|
|
18776
18777
|
font-size: 12px;
|
|
18777
18778
|
transition-duration: 150ms;
|
|
18778
18779
|
}.v-dialog {
|
|
18779
|
-
align-items: center;
|
|
18780
|
-
justify-content: center;
|
|
18781
|
-
margin: auto;
|
|
18782
|
-
}
|
|
18783
|
-
.v-dialog .v-overlay__content {
|
|
18784
|
-
max-height: calc(100% - 48px);
|
|
18785
|
-
width: calc(100% - 48px);
|
|
18786
|
-
max-width: calc(100% - 48px);
|
|
18787
18780
|
margin: 24px;
|
|
18781
|
+
margin-inline-end: 24px;
|
|
18782
|
+
}
|
|
18783
|
+
.v-dialog.v-overlay--scroll-blocked {
|
|
18784
|
+
margin-inline-end: calc(24px + var(--v-scrollbar-offset));
|
|
18785
|
+
}
|
|
18786
|
+
.v-dialog > .v-overlay__content {
|
|
18787
|
+
max-height: 100%;
|
|
18788
|
+
width: 100%;
|
|
18789
|
+
max-width: 100%;
|
|
18788
18790
|
display: flex;
|
|
18789
18791
|
flex-direction: column;
|
|
18792
|
+
top: 50%;
|
|
18793
|
+
left: 50%;
|
|
18794
|
+
transform: translate(-50%, -50%);
|
|
18790
18795
|
}
|
|
18791
|
-
.v-dialog .v-overlay__content > .v-card,
|
|
18792
|
-
.v-dialog .v-overlay__content > .v-sheet {
|
|
18796
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
18797
|
+
.v-dialog > .v-overlay__content > .v-sheet {
|
|
18793
18798
|
--v-scrollbar-offset: 0px;
|
|
18794
18799
|
border-radius: 4px;
|
|
18795
18800
|
overflow-y: auto;
|
|
18796
18801
|
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));
|
|
18797
18802
|
}
|
|
18798
|
-
.v-dialog .v-overlay__content > .v-card {
|
|
18803
|
+
.v-dialog > .v-overlay__content > .v-card {
|
|
18799
18804
|
display: flex;
|
|
18800
18805
|
flex-direction: column;
|
|
18801
18806
|
}
|
|
18802
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-item {
|
|
18807
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item {
|
|
18803
18808
|
padding: 14px 24px 0;
|
|
18804
18809
|
}
|
|
18805
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-item + .v-card-text {
|
|
18810
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text {
|
|
18806
18811
|
padding-top: 10px;
|
|
18807
18812
|
}
|
|
18808
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-text {
|
|
18813
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text {
|
|
18809
18814
|
font-size: inherit;
|
|
18810
18815
|
letter-spacing: 0.03125em;
|
|
18811
18816
|
line-height: inherit;
|
|
18812
18817
|
padding: 16px 24px 10px;
|
|
18813
18818
|
}
|
|
18814
18819
|
|
|
18815
|
-
.v-dialog--fullscreen {
|
|
18820
|
+
.v-dialog.v-dialog--fullscreen {
|
|
18821
|
+
margin: 0;
|
|
18822
|
+
margin-inline-end: 0;
|
|
18816
18823
|
--v-scrollbar-offset: 0px;
|
|
18817
18824
|
}
|
|
18818
|
-
.v-dialog--fullscreen .v-overlay__content {
|
|
18825
|
+
.v-dialog.v-dialog--fullscreen > .v-overlay__content {
|
|
18819
18826
|
border-radius: 0;
|
|
18820
18827
|
margin: 0;
|
|
18821
18828
|
padding: 0;
|
|
@@ -18826,28 +18833,29 @@ html.overflow-y-hidden {
|
|
|
18826
18833
|
overflow-y: auto;
|
|
18827
18834
|
top: 0;
|
|
18828
18835
|
left: 0;
|
|
18836
|
+
transform: none;
|
|
18829
18837
|
}
|
|
18830
|
-
.v-dialog--fullscreen .v-overlay__content > .v-card,
|
|
18831
|
-
.v-dialog--fullscreen .v-overlay__content > .v-sheet {
|
|
18838
|
+
.v-dialog.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
18839
|
+
.v-dialog.v-dialog--fullscreen > .v-overlay__content > .v-sheet {
|
|
18832
18840
|
min-height: 100%;
|
|
18833
18841
|
min-width: 100%;
|
|
18834
18842
|
border-radius: 0;
|
|
18835
18843
|
}
|
|
18836
18844
|
|
|
18837
|
-
.v-dialog--scrollable .v-overlay__content,
|
|
18838
|
-
.v-dialog--scrollable .v-overlay__content > form {
|
|
18845
|
+
.v-dialog--scrollable > .v-overlay__content,
|
|
18846
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
|
18839
18847
|
display: flex;
|
|
18840
18848
|
}
|
|
18841
|
-
.v-dialog--scrollable .v-overlay__content > .v-card,
|
|
18842
|
-
.v-dialog--scrollable .v-overlay__content > form > .v-card {
|
|
18849
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
18850
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
18843
18851
|
display: flex;
|
|
18844
18852
|
flex: 1 1 100%;
|
|
18845
18853
|
flex-direction: column;
|
|
18846
18854
|
max-height: 100%;
|
|
18847
18855
|
max-width: 100%;
|
|
18848
18856
|
}
|
|
18849
|
-
.v-dialog--scrollable .v-overlay__content > .v-card > .v-card-text,
|
|
18850
|
-
.v-dialog--scrollable .v-overlay__content > form > .v-card > .v-card-text {
|
|
18857
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
|
18858
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
|
18851
18859
|
-webkit-backface-visibility: hidden;
|
|
18852
18860
|
backface-visibility: hidden;
|
|
18853
18861
|
overflow-y: auto;
|
|
@@ -20299,14 +20307,14 @@ textarea.v-field__input::placeholder {
|
|
|
20299
20307
|
--v-layout-right: 0px;
|
|
20300
20308
|
--v-layout-top: 0px;
|
|
20301
20309
|
--v-layout-bottom: 0px;
|
|
20302
|
-
}.v-menu .v-overlay__content {
|
|
20310
|
+
}.v-menu > .v-overlay__content {
|
|
20303
20311
|
display: flex;
|
|
20304
20312
|
flex-direction: column;
|
|
20305
20313
|
border-radius: 4px;
|
|
20306
20314
|
}
|
|
20307
|
-
.v-menu .v-overlay__content > .v-card,
|
|
20308
|
-
.v-menu .v-overlay__content > .v-sheet,
|
|
20309
|
-
.v-menu .v-overlay__content > .v-list {
|
|
20315
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
20316
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
20317
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
20310
20318
|
background: rgb(var(--v-theme-surface));
|
|
20311
20319
|
border-radius: inherit;
|
|
20312
20320
|
overflow: auto;
|
|
@@ -20464,7 +20472,7 @@ html.v-overlay-scroll-blocked {
|
|
|
20464
20472
|
border-radius: inherit;
|
|
20465
20473
|
bottom: 0;
|
|
20466
20474
|
left: 0;
|
|
20467
|
-
opacity: 32
|
|
20475
|
+
opacity: 0.32;
|
|
20468
20476
|
position: fixed;
|
|
20469
20477
|
right: 0;
|
|
20470
20478
|
top: 0;
|
|
@@ -20479,7 +20487,7 @@ html.v-overlay-scroll-blocked {
|
|
|
20479
20487
|
}
|
|
20480
20488
|
|
|
20481
20489
|
.v-overlay--scroll-blocked {
|
|
20482
|
-
|
|
20490
|
+
margin-inline-end: var(--v-scrollbar-offset);
|
|
20483
20491
|
}.v-pagination__list {
|
|
20484
20492
|
display: inline-flex;
|
|
20485
20493
|
list-style-type: none;
|
|
@@ -22318,7 +22326,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22318
22326
|
}
|
|
22319
22327
|
.v-toolbar-items > .v-btn {
|
|
22320
22328
|
border-radius: 0;
|
|
22321
|
-
}.v-tooltip .v-overlay__content {
|
|
22329
|
+
}.v-tooltip > .v-overlay__content {
|
|
22322
22330
|
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
22323
22331
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
22324
22332
|
border-radius: 4px;
|
|
@@ -22332,11 +22340,11 @@ html.v-overlay-scroll-blocked {
|
|
|
22332
22340
|
pointer-events: none;
|
|
22333
22341
|
transition-property: opacity, transform;
|
|
22334
22342
|
}
|
|
22335
|
-
.v-tooltip .v-overlay__content[class*=enter-active] {
|
|
22343
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
22336
22344
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22337
22345
|
transition-duration: 150ms;
|
|
22338
22346
|
}
|
|
22339
|
-
.v-tooltip .v-overlay__content[class*=leave-active] {
|
|
22347
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
22340
22348
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
22341
22349
|
transition-duration: 75ms;
|
|
22342
22350
|
}.v-window {
|