vuetify 3.1.6 → 3.1.7
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 +561 -33
- package/dist/json/tags.json +136 -2
- package/dist/json/web-types.json +2162 -84
- package/dist/vuetify-labs.css +138 -138
- package/dist/vuetify-labs.d.ts +3453 -144
- package/dist/vuetify-labs.esm.js +21 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +16 -16
- package/dist/vuetify.d.ts +1916 -65
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +22 -0
- package/lib/components/VApp/index.d.ts +6 -0
- package/lib/components/VAppBar/index.d.ts +36 -0
- package/lib/components/VAutocomplete/index.d.ts +117 -6
- package/lib/components/VAvatar/index.d.ts +6 -0
- package/lib/components/VBadge/index.d.ts +8 -0
- package/lib/components/VBanner/index.d.ts +24 -0
- package/lib/components/VBottomNavigation/index.d.ts +6 -0
- package/lib/components/VBreadcrumbs/index.d.ts +28 -4
- package/lib/components/VBtn/index.d.ts +12 -0
- package/lib/components/VBtnGroup/index.d.ts +6 -0
- package/lib/components/VBtnToggle/index.d.ts +6 -0
- package/lib/components/VCard/index.d.ts +60 -0
- package/lib/components/VCarousel/index.d.ts +60 -0
- package/lib/components/VCheckbox/index.d.ts +38 -0
- package/lib/components/VChip/index.d.ts +12 -0
- package/lib/components/VChipGroup/index.d.ts +6 -0
- package/lib/components/VCode/index.d.ts +6 -0
- package/lib/components/VCombobox/index.d.ts +117 -6
- package/lib/components/VCounter/index.d.ts +24 -0
- package/lib/components/VDefaultsProvider/index.d.ts +6 -0
- package/lib/components/VDialog/index.d.ts +64 -1
- package/lib/components/VDivider/index.d.ts +6 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +49 -12
- package/lib/components/VField/index.d.ts +20 -6
- package/lib/components/VFileInput/index.d.ts +43 -1
- package/lib/components/VFooter/index.d.ts +6 -0
- package/lib/components/VForm/index.d.ts +6 -0
- package/lib/components/VGrid/index.d.ts +24 -0
- package/lib/components/VHover/index.d.ts +12 -0
- package/lib/components/VIcon/index.d.ts +12 -0
- package/lib/components/VImg/index.d.ts +12 -0
- package/lib/components/VInput/index.d.ts +12 -0
- package/lib/components/VItemGroup/index.d.ts +12 -0
- package/lib/components/VKbd/index.d.ts +6 -0
- package/lib/components/VLabel/index.d.ts +6 -0
- package/lib/components/VLayout/index.d.ts +12 -0
- package/lib/components/VLazy/index.d.ts +6 -0
- package/lib/components/VList/index.d.ts +77 -6
- package/lib/components/VLocaleProvider/index.d.ts +6 -0
- package/lib/components/VMain/index.d.ts +6 -0
- package/lib/components/VMenu/index.d.ts +64 -1
- package/lib/components/VMessages/index.d.ts +24 -0
- package/lib/components/VNavigationDrawer/index.d.ts +12 -0
- package/lib/components/VNoSsr/index.d.ts +6 -0
- package/lib/components/VOverlay/index.d.ts +18 -0
- package/lib/components/VPagination/index.d.ts +14 -0
- package/lib/components/VParallax/index.d.ts +12 -0
- package/lib/components/VProgressCircular/index.d.ts +6 -0
- package/lib/components/VProgressLinear/index.d.ts +12 -0
- package/lib/components/VRadio/index.d.ts +16 -0
- package/lib/components/VRadioGroup/index.d.ts +22 -0
- package/lib/components/VRangeSlider/index.d.ts +16 -0
- package/lib/components/VRating/index.d.ts +8 -0
- package/lib/components/VResponsive/index.d.ts +8 -0
- package/lib/components/VSelect/index.d.ts +183 -6
- package/lib/components/VSelectionControl/index.d.ts +14 -6
- package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
- package/lib/components/VSheet/index.d.ts +6 -0
- package/lib/components/VSlideGroup/index.d.ts +26 -0
- package/lib/components/VSlider/index.d.ts +16 -0
- package/lib/components/VSnackbar/index.d.ts +44 -1
- package/lib/components/VSwitch/index.d.ts +22 -0
- package/lib/components/VSystemBar/index.d.ts +6 -0
- package/lib/components/VTable/index.d.ts +12 -0
- package/lib/components/VTabs/index.d.ts +12 -0
- package/lib/components/VTextField/index.d.ts +54 -6
- package/lib/components/VTextarea/index.d.ts +39 -1
- package/lib/components/VThemeProvider/index.d.ts +6 -0
- package/lib/components/VTimeline/index.d.ts +16 -0
- package/lib/components/VToolbar/index.d.ts +30 -0
- package/lib/components/VTooltip/index.d.ts +46 -1
- package/lib/components/VValidation/index.d.ts +6 -0
- package/lib/components/VWindow/index.d.ts +34 -0
- package/lib/components/index.d.ts +1916 -65
- package/lib/components/transitions/index.d.ts +96 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +1503 -48
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +15 -2
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +9 -6
- package/lib/labs/components.d.ts +1512 -54
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +3 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.7
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -15652,15 +15652,6 @@ html.overflow-y-hidden {
|
|
|
15652
15652
|
font-weight: normal;
|
|
15653
15653
|
padding: 0.2em 0.4rem;
|
|
15654
15654
|
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));
|
|
15655
|
-
}.v-virtual-scroll {
|
|
15656
|
-
display: block;
|
|
15657
|
-
flex: 1 1 auto;
|
|
15658
|
-
max-width: 100%;
|
|
15659
|
-
overflow: auto;
|
|
15660
|
-
position: relative;
|
|
15661
|
-
}
|
|
15662
|
-
.v-virtual-scroll__container {
|
|
15663
|
-
display: block;
|
|
15664
15655
|
}.v-data-table {
|
|
15665
15656
|
width: 100%;
|
|
15666
15657
|
}
|
|
@@ -15809,6 +15800,15 @@ html.overflow-y-hidden {
|
|
|
15809
15800
|
|
|
15810
15801
|
.v-data-table-footer__page {
|
|
15811
15802
|
padding: 0 8px;
|
|
15803
|
+
}.v-virtual-scroll {
|
|
15804
|
+
display: block;
|
|
15805
|
+
flex: 1 1 auto;
|
|
15806
|
+
max-width: 100%;
|
|
15807
|
+
overflow: auto;
|
|
15808
|
+
position: relative;
|
|
15809
|
+
}
|
|
15810
|
+
.v-virtual-scroll__container {
|
|
15811
|
+
display: block;
|
|
15812
15812
|
}.v-application {
|
|
15813
15813
|
display: flex;
|
|
15814
15814
|
background: rgb(var(--v-theme-background));
|
|
@@ -17793,11 +17793,94 @@ html.overflow-y-hidden {
|
|
|
17793
17793
|
}
|
|
17794
17794
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
17795
17795
|
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));
|
|
17796
|
-
}.v-
|
|
17797
|
-
|
|
17798
|
-
|
|
17799
|
-
|
|
17800
|
-
|
|
17796
|
+
}.v-input--density-default {
|
|
17797
|
+
--combobox-chips-margin-bottom: 0px;
|
|
17798
|
+
}
|
|
17799
|
+
|
|
17800
|
+
.v-input--density-comfortable {
|
|
17801
|
+
--combobox-chips-margin-bottom: 2px;
|
|
17802
|
+
}
|
|
17803
|
+
|
|
17804
|
+
.v-input--density-compact {
|
|
17805
|
+
--combobox-chips-margin-bottom: 4px;
|
|
17806
|
+
}
|
|
17807
|
+
|
|
17808
|
+
.v-combobox .v-field .v-text-field__prefix,
|
|
17809
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
17810
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
17811
|
+
cursor: text;
|
|
17812
|
+
}
|
|
17813
|
+
.v-combobox .v-field .v-field__input > input {
|
|
17814
|
+
align-self: flex-start;
|
|
17815
|
+
flex: 1 1;
|
|
17816
|
+
}
|
|
17817
|
+
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
17818
|
+
margin-inline-start: 4px;
|
|
17819
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17820
|
+
}
|
|
17821
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
17822
|
+
min-width: 0;
|
|
17823
|
+
}
|
|
17824
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
17825
|
+
margin-inline-end: 2px;
|
|
17826
|
+
}
|
|
17827
|
+
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
17828
|
+
overflow: hidden;
|
|
17829
|
+
text-overflow: ellipsis;
|
|
17830
|
+
white-space: nowrap;
|
|
17831
|
+
}
|
|
17832
|
+
|
|
17833
|
+
.v-combobox__content {
|
|
17834
|
+
overflow: hidden;
|
|
17835
|
+
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));
|
|
17836
|
+
border-radius: 4px;
|
|
17837
|
+
}
|
|
17838
|
+
.v-combobox__mask {
|
|
17839
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
17840
|
+
}
|
|
17841
|
+
.v-combobox__selection {
|
|
17842
|
+
display: inline-flex;
|
|
17843
|
+
letter-spacing: inherit;
|
|
17844
|
+
line-height: inherit;
|
|
17845
|
+
max-width: 100%;
|
|
17846
|
+
}
|
|
17847
|
+
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
17848
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
17849
|
+
transform: rotate(180deg);
|
|
17850
|
+
}
|
|
17851
|
+
.v-combobox--chips .v-combobox__selection {
|
|
17852
|
+
margin-top: 2px;
|
|
17853
|
+
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
17854
|
+
}
|
|
17855
|
+
.v-combobox--chips .v-combobox__selection:first-child {
|
|
17856
|
+
margin-inline-start: 0;
|
|
17857
|
+
}
|
|
17858
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
17859
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
17860
|
+
}
|
|
17861
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
17862
|
+
opacity: 1;
|
|
17863
|
+
}
|
|
17864
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
17865
|
+
caret-color: transparent !important;
|
|
17866
|
+
}
|
|
17867
|
+
.v-combobox--single.v-text-field input {
|
|
17868
|
+
flex: 1 1;
|
|
17869
|
+
position: absolute;
|
|
17870
|
+
left: 0;
|
|
17871
|
+
right: 0;
|
|
17872
|
+
width: 100%;
|
|
17873
|
+
padding-inline-start: inherit;
|
|
17874
|
+
padding-inline-end: inherit;
|
|
17875
|
+
}
|
|
17876
|
+
.v-combobox--single .v-field--active input {
|
|
17877
|
+
transition: none;
|
|
17878
|
+
}
|
|
17879
|
+
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
17880
|
+
opacity: 0;
|
|
17881
|
+
}
|
|
17882
|
+
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
17883
|
+
opacity: 0;
|
|
17801
17884
|
}.v-container {
|
|
17802
17885
|
width: 100%;
|
|
17803
17886
|
padding: 16px;
|
|
@@ -18679,6 +18762,11 @@ html.overflow-y-hidden {
|
|
|
18679
18762
|
.offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
|
|
18680
18763
|
margin-right: 91.6666666667%;
|
|
18681
18764
|
}
|
|
18765
|
+
}.v-counter {
|
|
18766
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
18767
|
+
flex: 0 1 auto;
|
|
18768
|
+
font-size: 12px;
|
|
18769
|
+
transition-duration: 150ms;
|
|
18682
18770
|
}.v-dialog {
|
|
18683
18771
|
align-items: center;
|
|
18684
18772
|
justify-content: center;
|
|
@@ -18784,94 +18872,6 @@ html.overflow-y-hidden {
|
|
|
18784
18872
|
margin-bottom: 8px;
|
|
18785
18873
|
margin-top: 8px;
|
|
18786
18874
|
max-height: calc(100% - 16px);
|
|
18787
|
-
}.v-input--density-default {
|
|
18788
|
-
--combobox-chips-margin-bottom: 0px;
|
|
18789
|
-
}
|
|
18790
|
-
|
|
18791
|
-
.v-input--density-comfortable {
|
|
18792
|
-
--combobox-chips-margin-bottom: 2px;
|
|
18793
|
-
}
|
|
18794
|
-
|
|
18795
|
-
.v-input--density-compact {
|
|
18796
|
-
--combobox-chips-margin-bottom: 4px;
|
|
18797
|
-
}
|
|
18798
|
-
|
|
18799
|
-
.v-combobox .v-field .v-text-field__prefix,
|
|
18800
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
18801
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
18802
|
-
cursor: text;
|
|
18803
|
-
}
|
|
18804
|
-
.v-combobox .v-field .v-field__input > input {
|
|
18805
|
-
align-self: flex-start;
|
|
18806
|
-
flex: 1 1;
|
|
18807
|
-
}
|
|
18808
|
-
.v-combobox .v-field .v-field__append-inner > .v-icon {
|
|
18809
|
-
margin-inline-start: 4px;
|
|
18810
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18811
|
-
}
|
|
18812
|
-
.v-combobox .v-field:not(.v-field--focused) input {
|
|
18813
|
-
min-width: 0;
|
|
18814
|
-
}
|
|
18815
|
-
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
18816
|
-
margin-inline-end: 2px;
|
|
18817
|
-
}
|
|
18818
|
-
.v-combobox .v-field--single-line .v-combobox__selection-text {
|
|
18819
|
-
overflow: hidden;
|
|
18820
|
-
text-overflow: ellipsis;
|
|
18821
|
-
white-space: nowrap;
|
|
18822
|
-
}
|
|
18823
|
-
|
|
18824
|
-
.v-combobox__content {
|
|
18825
|
-
overflow: hidden;
|
|
18826
|
-
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));
|
|
18827
|
-
border-radius: 4px;
|
|
18828
|
-
}
|
|
18829
|
-
.v-combobox__mask {
|
|
18830
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
18831
|
-
}
|
|
18832
|
-
.v-combobox__selection {
|
|
18833
|
-
display: inline-flex;
|
|
18834
|
-
letter-spacing: inherit;
|
|
18835
|
-
line-height: inherit;
|
|
18836
|
-
max-width: 100%;
|
|
18837
|
-
}
|
|
18838
|
-
.v-combobox--active-menu .v-field__append-inner > .v-icon {
|
|
18839
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
18840
|
-
transform: rotate(180deg);
|
|
18841
|
-
}
|
|
18842
|
-
.v-combobox--chips .v-combobox__selection {
|
|
18843
|
-
margin-top: 2px;
|
|
18844
|
-
margin-bottom: var(--combobox-chips-margin-bottom);
|
|
18845
|
-
}
|
|
18846
|
-
.v-combobox--chips .v-combobox__selection:first-child {
|
|
18847
|
-
margin-inline-start: 0;
|
|
18848
|
-
}
|
|
18849
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
18850
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
18851
|
-
}
|
|
18852
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
18853
|
-
opacity: 1;
|
|
18854
|
-
}
|
|
18855
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
18856
|
-
caret-color: transparent !important;
|
|
18857
|
-
}
|
|
18858
|
-
.v-combobox--single.v-text-field input {
|
|
18859
|
-
flex: 1 1;
|
|
18860
|
-
position: absolute;
|
|
18861
|
-
left: 0;
|
|
18862
|
-
right: 0;
|
|
18863
|
-
width: 100%;
|
|
18864
|
-
padding-inline-start: inherit;
|
|
18865
|
-
padding-inline-end: inherit;
|
|
18866
|
-
}
|
|
18867
|
-
.v-combobox--single .v-field--active input {
|
|
18868
|
-
transition: none;
|
|
18869
|
-
}
|
|
18870
|
-
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
18871
|
-
opacity: 0;
|
|
18872
|
-
}
|
|
18873
|
-
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
18874
|
-
opacity: 0;
|
|
18875
18875
|
}.v-expansion-panel {
|
|
18876
18876
|
background-color: rgb(var(--v-theme-surface));
|
|
18877
18877
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -20409,6 +20409,20 @@ textarea.v-field__input::placeholder {
|
|
|
20409
20409
|
opacity: 0.2;
|
|
20410
20410
|
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20411
20411
|
z-index: 1;
|
|
20412
|
+
}.v-pagination__list {
|
|
20413
|
+
display: inline-flex;
|
|
20414
|
+
list-style-type: none;
|
|
20415
|
+
justify-content: center;
|
|
20416
|
+
width: 100%;
|
|
20417
|
+
}
|
|
20418
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
20419
|
+
margin: 0.3rem;
|
|
20420
|
+
}.v-parallax {
|
|
20421
|
+
position: relative;
|
|
20422
|
+
overflow: hidden;
|
|
20423
|
+
}
|
|
20424
|
+
.v-parallax--active > .v-img__img {
|
|
20425
|
+
will-change: transform;
|
|
20412
20426
|
}.v-overlay-container {
|
|
20413
20427
|
contain: layout;
|
|
20414
20428
|
left: 0;
|
|
@@ -20470,20 +20484,6 @@ html.v-overlay-scroll-blocked {
|
|
|
20470
20484
|
|
|
20471
20485
|
.v-overlay--scroll-blocked {
|
|
20472
20486
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
20473
|
-
}.v-pagination__list {
|
|
20474
|
-
display: inline-flex;
|
|
20475
|
-
list-style-type: none;
|
|
20476
|
-
justify-content: center;
|
|
20477
|
-
width: 100%;
|
|
20478
|
-
}
|
|
20479
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
20480
|
-
margin: 0.3rem;
|
|
20481
|
-
}.v-parallax {
|
|
20482
|
-
position: relative;
|
|
20483
|
-
overflow: hidden;
|
|
20484
|
-
}
|
|
20485
|
-
.v-parallax--active > .v-img__img {
|
|
20486
|
-
will-change: transform;
|
|
20487
20487
|
}.v-progress-circular {
|
|
20488
20488
|
align-items: center;
|
|
20489
20489
|
display: inline-flex;
|
|
@@ -22315,6 +22315,27 @@ html.v-overlay-scroll-blocked {
|
|
|
22315
22315
|
}
|
|
22316
22316
|
.v-toolbar-items > .v-btn {
|
|
22317
22317
|
border-radius: 0;
|
|
22318
|
+
}.v-tooltip .v-overlay__content {
|
|
22319
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
22320
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
22321
|
+
border-radius: 4px;
|
|
22322
|
+
font-size: 0.875rem;
|
|
22323
|
+
line-height: 1.6;
|
|
22324
|
+
display: inline-block;
|
|
22325
|
+
padding: 5px 16px;
|
|
22326
|
+
text-transform: initial;
|
|
22327
|
+
width: auto;
|
|
22328
|
+
opacity: 1;
|
|
22329
|
+
pointer-events: none;
|
|
22330
|
+
transition-property: opacity, transform;
|
|
22331
|
+
}
|
|
22332
|
+
.v-tooltip .v-overlay__content[class*=enter-active] {
|
|
22333
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22334
|
+
transition-duration: 150ms;
|
|
22335
|
+
}
|
|
22336
|
+
.v-tooltip .v-overlay__content[class*=leave-active] {
|
|
22337
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
22338
|
+
transition-duration: 75ms;
|
|
22318
22339
|
}.v-window {
|
|
22319
22340
|
overflow: hidden;
|
|
22320
22341
|
}
|
|
@@ -22384,27 +22405,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22384
22405
|
}
|
|
22385
22406
|
.v-window-y-reverse-transition-leave-to {
|
|
22386
22407
|
transform: translateY(100%);
|
|
22387
|
-
}.v-tooltip .v-overlay__content {
|
|
22388
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
22389
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
22390
|
-
border-radius: 4px;
|
|
22391
|
-
font-size: 0.875rem;
|
|
22392
|
-
line-height: 1.6;
|
|
22393
|
-
display: inline-block;
|
|
22394
|
-
padding: 5px 16px;
|
|
22395
|
-
text-transform: initial;
|
|
22396
|
-
width: auto;
|
|
22397
|
-
opacity: 1;
|
|
22398
|
-
pointer-events: none;
|
|
22399
|
-
transition-property: opacity, transform;
|
|
22400
|
-
}
|
|
22401
|
-
.v-tooltip .v-overlay__content[class*=enter-active] {
|
|
22402
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22403
|
-
transition-duration: 150ms;
|
|
22404
|
-
}
|
|
22405
|
-
.v-tooltip .v-overlay__content[class*=leave-active] {
|
|
22406
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
22407
|
-
transition-duration: 75ms;
|
|
22408
22408
|
}.v-color-picker-canvas {
|
|
22409
22409
|
display: flex;
|
|
22410
22410
|
position: relative;
|