@vuetify/nightly 3.6.6-master.2024-05-17 → 3.6.6-master.2024-05-21
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/CHANGELOG.md +4 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +7 -7
- package/dist/vuetify-labs.css +2614 -2613
- package/dist/vuetify-labs.esm.js +5 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +711 -710
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +2 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/lib/util/helpers.mjs +2 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.6-master.2024-05-
|
2
|
+
* Vuetify v3.6.6-master.2024-05-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17620,101 +17620,6 @@ html.overflow-y-hidden {
|
|
17620
17620
|
text-transform: none;
|
17621
17621
|
word-break: normal;
|
17622
17622
|
word-wrap: break-word;
|
17623
|
-
}.v-avatar {
|
17624
|
-
flex: none;
|
17625
|
-
align-items: center;
|
17626
|
-
display: inline-flex;
|
17627
|
-
justify-content: center;
|
17628
|
-
line-height: normal;
|
17629
|
-
overflow: hidden;
|
17630
|
-
position: relative;
|
17631
|
-
text-align: center;
|
17632
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17633
|
-
transition-property: width, height;
|
17634
|
-
vertical-align: middle;
|
17635
|
-
border-radius: 50%;
|
17636
|
-
}
|
17637
|
-
.v-avatar.v-avatar--size-x-small {
|
17638
|
-
--v-avatar-height: 24px;
|
17639
|
-
}
|
17640
|
-
.v-avatar.v-avatar--size-small {
|
17641
|
-
--v-avatar-height: 32px;
|
17642
|
-
}
|
17643
|
-
.v-avatar.v-avatar--size-default {
|
17644
|
-
--v-avatar-height: 40px;
|
17645
|
-
}
|
17646
|
-
.v-avatar.v-avatar--size-large {
|
17647
|
-
--v-avatar-height: 48px;
|
17648
|
-
}
|
17649
|
-
.v-avatar.v-avatar--size-x-large {
|
17650
|
-
--v-avatar-height: 56px;
|
17651
|
-
}
|
17652
|
-
.v-avatar.v-avatar--density-default {
|
17653
|
-
height: calc(var(--v-avatar-height) + 0px);
|
17654
|
-
width: calc(var(--v-avatar-height) + 0px);
|
17655
|
-
}
|
17656
|
-
.v-avatar.v-avatar--density-comfortable {
|
17657
|
-
height: calc(var(--v-avatar-height) + -4px);
|
17658
|
-
width: calc(var(--v-avatar-height) + -4px);
|
17659
|
-
}
|
17660
|
-
.v-avatar.v-avatar--density-compact {
|
17661
|
-
height: calc(var(--v-avatar-height) + -8px);
|
17662
|
-
width: calc(var(--v-avatar-height) + -8px);
|
17663
|
-
}
|
17664
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
17665
|
-
background: transparent;
|
17666
|
-
color: inherit;
|
17667
|
-
}
|
17668
|
-
.v-avatar--variant-plain {
|
17669
|
-
opacity: 0.62;
|
17670
|
-
}
|
17671
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
17672
|
-
opacity: 1;
|
17673
|
-
}
|
17674
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
17675
|
-
display: none;
|
17676
|
-
}
|
17677
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
17678
|
-
background: var(--v-theme-surface);
|
17679
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
17680
|
-
}
|
17681
|
-
.v-avatar--variant-elevated {
|
17682
|
-
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17683
|
-
}
|
17684
|
-
.v-avatar--variant-flat {
|
17685
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17686
|
-
}
|
17687
|
-
.v-avatar--variant-outlined {
|
17688
|
-
border: thin solid currentColor;
|
17689
|
-
}
|
17690
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
17691
|
-
background: currentColor;
|
17692
|
-
}
|
17693
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
17694
|
-
background: currentColor;
|
17695
|
-
opacity: var(--v-activated-opacity);
|
17696
|
-
border-radius: inherit;
|
17697
|
-
top: 0;
|
17698
|
-
right: 0;
|
17699
|
-
bottom: 0;
|
17700
|
-
left: 0;
|
17701
|
-
pointer-events: none;
|
17702
|
-
}
|
17703
|
-
.v-avatar .v-avatar__underlay {
|
17704
|
-
position: absolute;
|
17705
|
-
}
|
17706
|
-
.v-avatar--rounded {
|
17707
|
-
border-radius: 4px;
|
17708
|
-
}
|
17709
|
-
.v-avatar--start {
|
17710
|
-
margin-inline-end: 8px;
|
17711
|
-
}
|
17712
|
-
.v-avatar--end {
|
17713
|
-
margin-inline-start: 8px;
|
17714
|
-
}
|
17715
|
-
.v-avatar .v-img {
|
17716
|
-
height: 100%;
|
17717
|
-
width: 100%;
|
17718
17623
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
17719
17624
|
.v-autocomplete .v-field .v-text-field__suffix,
|
17720
17625
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -17796,77 +17701,101 @@ html.overflow-y-hidden {
|
|
17796
17701
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17797
17702
|
opacity: var(--v-high-emphasis-opacity);
|
17798
17703
|
transform: rotate(180deg);
|
17799
|
-
}.v-
|
17800
|
-
|
17801
|
-
line-height: 1;
|
17802
|
-
}
|
17803
|
-
|
17804
|
-
.v-badge__badge {
|
17704
|
+
}.v-avatar {
|
17705
|
+
flex: none;
|
17805
17706
|
align-items: center;
|
17806
17707
|
display: inline-flex;
|
17807
|
-
border-radius: 10px;
|
17808
|
-
font-size: 0.75rem;
|
17809
|
-
font-weight: 500;
|
17810
|
-
height: 1.25rem;
|
17811
17708
|
justify-content: center;
|
17812
|
-
|
17813
|
-
|
17814
|
-
|
17815
|
-
position: absolute;
|
17709
|
+
line-height: normal;
|
17710
|
+
overflow: hidden;
|
17711
|
+
position: relative;
|
17816
17712
|
text-align: center;
|
17817
|
-
|
17818
|
-
transition:
|
17819
|
-
|
17820
|
-
|
17821
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
17713
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17714
|
+
transition-property: width, height;
|
17715
|
+
vertical-align: middle;
|
17716
|
+
border-radius: 50%;
|
17822
17717
|
}
|
17823
|
-
.v-
|
17718
|
+
.v-avatar.v-avatar--size-x-small {
|
17719
|
+
--v-avatar-height: 24px;
|
17720
|
+
}
|
17721
|
+
.v-avatar.v-avatar--size-small {
|
17722
|
+
--v-avatar-height: 32px;
|
17723
|
+
}
|
17724
|
+
.v-avatar.v-avatar--size-default {
|
17725
|
+
--v-avatar-height: 40px;
|
17726
|
+
}
|
17727
|
+
.v-avatar.v-avatar--size-large {
|
17728
|
+
--v-avatar-height: 48px;
|
17729
|
+
}
|
17730
|
+
.v-avatar.v-avatar--size-x-large {
|
17731
|
+
--v-avatar-height: 56px;
|
17732
|
+
}
|
17733
|
+
.v-avatar.v-avatar--density-default {
|
17734
|
+
height: calc(var(--v-avatar-height) + 0px);
|
17735
|
+
width: calc(var(--v-avatar-height) + 0px);
|
17736
|
+
}
|
17737
|
+
.v-avatar.v-avatar--density-comfortable {
|
17738
|
+
height: calc(var(--v-avatar-height) + -4px);
|
17739
|
+
width: calc(var(--v-avatar-height) + -4px);
|
17740
|
+
}
|
17741
|
+
.v-avatar.v-avatar--density-compact {
|
17742
|
+
height: calc(var(--v-avatar-height) + -8px);
|
17743
|
+
width: calc(var(--v-avatar-height) + -8px);
|
17744
|
+
}
|
17745
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
17746
|
+
background: transparent;
|
17747
|
+
color: inherit;
|
17748
|
+
}
|
17749
|
+
.v-avatar--variant-plain {
|
17750
|
+
opacity: 0.62;
|
17751
|
+
}
|
17752
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
17753
|
+
opacity: 1;
|
17754
|
+
}
|
17755
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
17756
|
+
display: none;
|
17757
|
+
}
|
17758
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
17759
|
+
background: var(--v-theme-surface);
|
17760
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
17761
|
+
}
|
17762
|
+
.v-avatar--variant-elevated {
|
17763
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17764
|
+
}
|
17765
|
+
.v-avatar--variant-flat {
|
17766
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17767
|
+
}
|
17768
|
+
.v-avatar--variant-outlined {
|
17769
|
+
border: thin solid currentColor;
|
17770
|
+
}
|
17771
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
17772
|
+
background: currentColor;
|
17773
|
+
}
|
17774
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
17775
|
+
background: currentColor;
|
17776
|
+
opacity: var(--v-activated-opacity);
|
17824
17777
|
border-radius: inherit;
|
17825
|
-
|
17826
|
-
|
17778
|
+
top: 0;
|
17779
|
+
right: 0;
|
17827
17780
|
bottom: 0;
|
17828
|
-
color: rgb(var(--v-theme-background));
|
17829
|
-
content: "";
|
17830
17781
|
left: 0;
|
17831
|
-
|
17832
|
-
right: 0;
|
17833
|
-
top: 0;
|
17834
|
-
transform: scale(1.05);
|
17782
|
+
pointer-events: none;
|
17835
17783
|
}
|
17836
|
-
.v-
|
17837
|
-
|
17838
|
-
height: 9px;
|
17839
|
-
min-width: 0;
|
17840
|
-
padding: 0;
|
17841
|
-
width: 9px;
|
17784
|
+
.v-avatar .v-avatar__underlay {
|
17785
|
+
position: absolute;
|
17842
17786
|
}
|
17843
|
-
.v-
|
17844
|
-
border-
|
17787
|
+
.v-avatar--rounded {
|
17788
|
+
border-radius: 4px;
|
17845
17789
|
}
|
17846
|
-
.v-
|
17847
|
-
|
17848
|
-
vertical-align: middle;
|
17790
|
+
.v-avatar--start {
|
17791
|
+
margin-inline-end: 8px;
|
17849
17792
|
}
|
17850
|
-
.v-
|
17851
|
-
|
17852
|
-
font-size: 0.75rem;
|
17853
|
-
margin: 0 -2px;
|
17793
|
+
.v-avatar--end {
|
17794
|
+
margin-inline-start: 8px;
|
17854
17795
|
}
|
17855
|
-
.v-
|
17856
|
-
.v-badge__badge .v-img {
|
17796
|
+
.v-avatar .v-img {
|
17857
17797
|
height: 100%;
|
17858
17798
|
width: 100%;
|
17859
|
-
}
|
17860
|
-
|
17861
|
-
.v-badge__wrapper {
|
17862
|
-
display: flex;
|
17863
|
-
position: relative;
|
17864
|
-
}
|
17865
|
-
.v-badge--inline .v-badge__wrapper {
|
17866
|
-
align-items: center;
|
17867
|
-
display: inline-flex;
|
17868
|
-
justify-content: center;
|
17869
|
-
margin: 0 4px;
|
17870
17799
|
}.v-banner {
|
17871
17800
|
display: grid;
|
17872
17801
|
flex: 1 1;
|
@@ -18024,6 +17953,77 @@ html.overflow-y-hidden {
|
|
18024
17953
|
}
|
18025
17954
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18026
17955
|
align-self: flex-start;
|
17956
|
+
}.v-badge {
|
17957
|
+
display: inline-block;
|
17958
|
+
line-height: 1;
|
17959
|
+
}
|
17960
|
+
|
17961
|
+
.v-badge__badge {
|
17962
|
+
align-items: center;
|
17963
|
+
display: inline-flex;
|
17964
|
+
border-radius: 10px;
|
17965
|
+
font-size: 0.75rem;
|
17966
|
+
font-weight: 500;
|
17967
|
+
height: 1.25rem;
|
17968
|
+
justify-content: center;
|
17969
|
+
min-width: 20px;
|
17970
|
+
padding: 4px 6px;
|
17971
|
+
pointer-events: auto;
|
17972
|
+
position: absolute;
|
17973
|
+
text-align: center;
|
17974
|
+
text-indent: 0;
|
17975
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
17976
|
+
white-space: nowrap;
|
17977
|
+
background: rgb(var(--v-theme-surface-variant));
|
17978
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
17979
|
+
}
|
17980
|
+
.v-badge--bordered .v-badge__badge::after {
|
17981
|
+
border-radius: inherit;
|
17982
|
+
border-style: solid;
|
17983
|
+
border-width: 2px;
|
17984
|
+
bottom: 0;
|
17985
|
+
color: rgb(var(--v-theme-background));
|
17986
|
+
content: "";
|
17987
|
+
left: 0;
|
17988
|
+
position: absolute;
|
17989
|
+
right: 0;
|
17990
|
+
top: 0;
|
17991
|
+
transform: scale(1.05);
|
17992
|
+
}
|
17993
|
+
.v-badge--dot .v-badge__badge {
|
17994
|
+
border-radius: 4.5px;
|
17995
|
+
height: 9px;
|
17996
|
+
min-width: 0;
|
17997
|
+
padding: 0;
|
17998
|
+
width: 9px;
|
17999
|
+
}
|
18000
|
+
.v-badge--dot .v-badge__badge::after {
|
18001
|
+
border-width: 1.5px;
|
18002
|
+
}
|
18003
|
+
.v-badge--inline .v-badge__badge {
|
18004
|
+
position: relative;
|
18005
|
+
vertical-align: middle;
|
18006
|
+
}
|
18007
|
+
.v-badge__badge .v-icon {
|
18008
|
+
color: inherit;
|
18009
|
+
font-size: 0.75rem;
|
18010
|
+
margin: 0 -2px;
|
18011
|
+
}
|
18012
|
+
.v-badge__badge img,
|
18013
|
+
.v-badge__badge .v-img {
|
18014
|
+
height: 100%;
|
18015
|
+
width: 100%;
|
18016
|
+
}
|
18017
|
+
|
18018
|
+
.v-badge__wrapper {
|
18019
|
+
display: flex;
|
18020
|
+
position: relative;
|
18021
|
+
}
|
18022
|
+
.v-badge--inline .v-badge__wrapper {
|
18023
|
+
align-items: center;
|
18024
|
+
display: inline-flex;
|
18025
|
+
justify-content: center;
|
18026
|
+
margin: 0 4px;
|
18027
18027
|
}.v-bottom-navigation {
|
18028
18028
|
display: flex;
|
18029
18029
|
max-width: 100%;
|
@@ -18071,103 +18071,14 @@ html.overflow-y-hidden {
|
|
18071
18071
|
font-size: 1.5rem;
|
18072
18072
|
}
|
18073
18073
|
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18074
|
-
flex-grow: 1;
|
18075
|
-
}
|
18076
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18077
|
-
transition: inherit;
|
18078
|
-
opacity: 0;
|
18079
|
-
}
|
18080
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18081
|
-
transform: translateY(0.5rem);
|
18082
|
-
}.v-breadcrumbs {
|
18083
|
-
display: flex;
|
18084
|
-
align-items: center;
|
18085
|
-
line-height: 1.6;
|
18086
|
-
padding: 16px 12px;
|
18087
|
-
}
|
18088
|
-
.v-breadcrumbs--rounded {
|
18089
|
-
border-radius: 4px;
|
18090
|
-
}
|
18091
|
-
.v-breadcrumbs--density-default {
|
18092
|
-
padding-top: 16px;
|
18093
|
-
padding-bottom: 16px;
|
18094
|
-
}
|
18095
|
-
|
18096
|
-
.v-breadcrumbs--density-comfortable {
|
18097
|
-
padding-top: 12px;
|
18098
|
-
padding-bottom: 12px;
|
18099
|
-
}
|
18100
|
-
|
18101
|
-
.v-breadcrumbs--density-compact {
|
18102
|
-
padding-top: 8px;
|
18103
|
-
padding-bottom: 8px;
|
18104
|
-
}
|
18105
|
-
|
18106
|
-
.v-breadcrumbs__prepend {
|
18107
|
-
align-items: center;
|
18108
|
-
display: inline-flex;
|
18109
|
-
}
|
18110
|
-
|
18111
|
-
.v-breadcrumbs-item {
|
18112
|
-
align-items: center;
|
18113
|
-
color: inherit;
|
18114
|
-
display: inline-flex;
|
18115
|
-
padding: 0 4px;
|
18116
|
-
text-decoration: none;
|
18117
|
-
vertical-align: middle;
|
18118
|
-
}
|
18119
|
-
.v-breadcrumbs-item--disabled {
|
18120
|
-
opacity: var(--v-disabled-opacity);
|
18121
|
-
pointer-events: none;
|
18122
|
-
}
|
18123
|
-
.v-breadcrumbs-item--link {
|
18124
|
-
color: inherit;
|
18125
|
-
text-decoration: none;
|
18126
|
-
}
|
18127
|
-
.v-breadcrumbs-item--link:hover {
|
18128
|
-
text-decoration: underline;
|
18129
|
-
}
|
18130
|
-
.v-breadcrumbs-item .v-icon {
|
18131
|
-
font-size: 1rem;
|
18132
|
-
margin-inline: -4px 2px;
|
18133
|
-
}
|
18134
|
-
|
18135
|
-
.v-breadcrumbs-divider {
|
18136
|
-
display: inline-block;
|
18137
|
-
padding: 0 8px;
|
18138
|
-
vertical-align: middle;
|
18139
|
-
}.bottom-sheet-transition-enter-from {
|
18140
|
-
transform: translateY(100%);
|
18141
|
-
}
|
18142
|
-
.bottom-sheet-transition-leave-to {
|
18143
|
-
transform: translateY(100%);
|
18144
|
-
}
|
18145
|
-
|
18146
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18147
|
-
align-self: flex-end;
|
18148
|
-
border-radius: 0;
|
18149
|
-
flex: 0 1 auto;
|
18150
|
-
left: 0;
|
18151
|
-
right: 0;
|
18152
|
-
margin-inline: 0;
|
18153
|
-
margin-bottom: 0;
|
18154
|
-
transition-duration: 0.2s;
|
18155
|
-
width: 100%;
|
18156
|
-
max-width: 100%;
|
18157
|
-
overflow: visible;
|
18158
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18159
|
-
}
|
18160
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18161
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18162
|
-
border-radius: 0;
|
18074
|
+
flex-grow: 1;
|
18163
18075
|
}
|
18164
|
-
.v-bottom-
|
18165
|
-
|
18076
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18077
|
+
transition: inherit;
|
18078
|
+
opacity: 0;
|
18166
18079
|
}
|
18167
|
-
|
18168
|
-
.
|
18169
|
-
max-width: 70%;
|
18170
|
-
}
|
18080
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18081
|
+
transform: translateY(0.5rem);
|
18171
18082
|
}.v-btn {
|
18172
18083
|
align-items: center;
|
18173
18084
|
border-radius: 4px;
|
@@ -18586,6 +18497,95 @@ html.overflow-y-hidden {
|
|
18586
18497
|
}
|
18587
18498
|
.v-pagination__item--is-active .v-btn__overlay {
|
18588
18499
|
opacity: var(--v-border-opacity);
|
18500
|
+
}.v-breadcrumbs {
|
18501
|
+
display: flex;
|
18502
|
+
align-items: center;
|
18503
|
+
line-height: 1.6;
|
18504
|
+
padding: 16px 12px;
|
18505
|
+
}
|
18506
|
+
.v-breadcrumbs--rounded {
|
18507
|
+
border-radius: 4px;
|
18508
|
+
}
|
18509
|
+
.v-breadcrumbs--density-default {
|
18510
|
+
padding-top: 16px;
|
18511
|
+
padding-bottom: 16px;
|
18512
|
+
}
|
18513
|
+
|
18514
|
+
.v-breadcrumbs--density-comfortable {
|
18515
|
+
padding-top: 12px;
|
18516
|
+
padding-bottom: 12px;
|
18517
|
+
}
|
18518
|
+
|
18519
|
+
.v-breadcrumbs--density-compact {
|
18520
|
+
padding-top: 8px;
|
18521
|
+
padding-bottom: 8px;
|
18522
|
+
}
|
18523
|
+
|
18524
|
+
.v-breadcrumbs__prepend {
|
18525
|
+
align-items: center;
|
18526
|
+
display: inline-flex;
|
18527
|
+
}
|
18528
|
+
|
18529
|
+
.v-breadcrumbs-item {
|
18530
|
+
align-items: center;
|
18531
|
+
color: inherit;
|
18532
|
+
display: inline-flex;
|
18533
|
+
padding: 0 4px;
|
18534
|
+
text-decoration: none;
|
18535
|
+
vertical-align: middle;
|
18536
|
+
}
|
18537
|
+
.v-breadcrumbs-item--disabled {
|
18538
|
+
opacity: var(--v-disabled-opacity);
|
18539
|
+
pointer-events: none;
|
18540
|
+
}
|
18541
|
+
.v-breadcrumbs-item--link {
|
18542
|
+
color: inherit;
|
18543
|
+
text-decoration: none;
|
18544
|
+
}
|
18545
|
+
.v-breadcrumbs-item--link:hover {
|
18546
|
+
text-decoration: underline;
|
18547
|
+
}
|
18548
|
+
.v-breadcrumbs-item .v-icon {
|
18549
|
+
font-size: 1rem;
|
18550
|
+
margin-inline: -4px 2px;
|
18551
|
+
}
|
18552
|
+
|
18553
|
+
.v-breadcrumbs-divider {
|
18554
|
+
display: inline-block;
|
18555
|
+
padding: 0 8px;
|
18556
|
+
vertical-align: middle;
|
18557
|
+
}.bottom-sheet-transition-enter-from {
|
18558
|
+
transform: translateY(100%);
|
18559
|
+
}
|
18560
|
+
.bottom-sheet-transition-leave-to {
|
18561
|
+
transform: translateY(100%);
|
18562
|
+
}
|
18563
|
+
|
18564
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18565
|
+
align-self: flex-end;
|
18566
|
+
border-radius: 0;
|
18567
|
+
flex: 0 1 auto;
|
18568
|
+
left: 0;
|
18569
|
+
right: 0;
|
18570
|
+
margin-inline: 0;
|
18571
|
+
margin-bottom: 0;
|
18572
|
+
transition-duration: 0.2s;
|
18573
|
+
width: 100%;
|
18574
|
+
max-width: 100%;
|
18575
|
+
overflow: visible;
|
18576
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18577
|
+
}
|
18578
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18579
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18580
|
+
border-radius: 0;
|
18581
|
+
}
|
18582
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18583
|
+
max-width: none;
|
18584
|
+
}
|
18585
|
+
@media (min-width: 600px) {
|
18586
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18587
|
+
max-width: 70%;
|
18588
|
+
}
|
18589
18589
|
}.v-btn-group {
|
18590
18590
|
display: inline-flex;
|
18591
18591
|
flex-wrap: nowrap;
|
@@ -18954,6 +18954,11 @@ html.overflow-y-hidden {
|
|
18954
18954
|
pointer-events: none;
|
18955
18955
|
opacity: 0;
|
18956
18956
|
transition: opacity 0.2s ease-in-out;
|
18957
|
+
}.v-checkbox.v-input {
|
18958
|
+
flex: 0 1 auto;
|
18959
|
+
}
|
18960
|
+
.v-checkbox .v-selection-control {
|
18961
|
+
min-height: var(--v-input-control-height);
|
18957
18962
|
}.v-carousel {
|
18958
18963
|
overflow: hidden;
|
18959
18964
|
position: relative;
|
@@ -19017,11 +19022,6 @@ html.overflow-y-hidden {
|
|
19017
19022
|
flex-direction: column;
|
19018
19023
|
height: 100% !important;
|
19019
19024
|
width: 50px;
|
19020
|
-
}.v-checkbox.v-input {
|
19021
|
-
flex: 0 1 auto;
|
19022
|
-
}
|
19023
|
-
.v-checkbox .v-selection-control {
|
19024
|
-
min-height: var(--v-input-control-height);
|
19025
19025
|
}.v-chip {
|
19026
19026
|
align-items: center;
|
19027
19027
|
display: inline-flex;
|
@@ -19434,24 +19434,6 @@ html.overflow-y-hidden {
|
|
19434
19434
|
|
19435
19435
|
.v-chip--label {
|
19436
19436
|
border-radius: 4px;
|
19437
|
-
}.v-chip-group {
|
19438
|
-
display: flex;
|
19439
|
-
max-width: 100%;
|
19440
|
-
min-width: 0;
|
19441
|
-
overflow-x: auto;
|
19442
|
-
padding: 4px 0;
|
19443
|
-
}
|
19444
|
-
.v-chip-group .v-chip {
|
19445
|
-
margin: 4px 8px 4px 0;
|
19446
|
-
}
|
19447
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19448
|
-
opacity: var(--v-activated-opacity);
|
19449
|
-
}
|
19450
|
-
|
19451
|
-
.v-chip-group--column .v-slide-group__content {
|
19452
|
-
white-space: normal;
|
19453
|
-
flex-wrap: wrap;
|
19454
|
-
max-width: 100%;
|
19455
19437
|
}.v-container {
|
19456
19438
|
width: 100%;
|
19457
19439
|
padding: 16px;
|
@@ -20124,6 +20106,24 @@ html.overflow-y-hidden {
|
|
20124
20106
|
.offset-xxl-11 {
|
20125
20107
|
margin-inline-start: 91.6666666667%;
|
20126
20108
|
}
|
20109
|
+
}.v-chip-group {
|
20110
|
+
display: flex;
|
20111
|
+
max-width: 100%;
|
20112
|
+
min-width: 0;
|
20113
|
+
overflow-x: auto;
|
20114
|
+
padding: 4px 0;
|
20115
|
+
}
|
20116
|
+
.v-chip-group .v-chip {
|
20117
|
+
margin: 4px 8px 4px 0;
|
20118
|
+
}
|
20119
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20120
|
+
opacity: var(--v-activated-opacity);
|
20121
|
+
}
|
20122
|
+
|
20123
|
+
.v-chip-group--column .v-slide-group__content {
|
20124
|
+
white-space: normal;
|
20125
|
+
flex-wrap: wrap;
|
20126
|
+
max-width: 100%;
|
20127
20127
|
}.v-color-picker {
|
20128
20128
|
align-self: flex-start;
|
20129
20129
|
contain: content;
|
@@ -20505,61 +20505,6 @@ html.overflow-y-hidden {
|
|
20505
20505
|
}
|
20506
20506
|
.v-date-picker--show-week {
|
20507
20507
|
width: 368px;
|
20508
|
-
}.v-date-picker-month {
|
20509
|
-
display: flex;
|
20510
|
-
justify-content: center;
|
20511
|
-
padding: 0 12px 8px;
|
20512
|
-
--v-date-picker-month-day-diff: 4px;
|
20513
|
-
}
|
20514
|
-
|
20515
|
-
.v-date-picker-month__weeks {
|
20516
|
-
display: grid;
|
20517
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20518
|
-
column-gap: 4px;
|
20519
|
-
font-size: 0.85rem;
|
20520
|
-
}
|
20521
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20522
|
-
grid-row-gap: 0;
|
20523
|
-
}
|
20524
|
-
|
20525
|
-
.v-date-picker-month__weekday {
|
20526
|
-
font-size: 0.85rem;
|
20527
|
-
}
|
20528
|
-
|
20529
|
-
.v-date-picker-month__days {
|
20530
|
-
display: grid;
|
20531
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20532
|
-
column-gap: 4px;
|
20533
|
-
flex: 1 1;
|
20534
|
-
justify-content: space-around;
|
20535
|
-
}
|
20536
|
-
|
20537
|
-
.v-date-picker-month__day {
|
20538
|
-
align-items: center;
|
20539
|
-
display: flex;
|
20540
|
-
justify-content: center;
|
20541
|
-
position: relative;
|
20542
|
-
height: 40px;
|
20543
|
-
width: 40px;
|
20544
|
-
}
|
20545
|
-
.v-date-picker-month__day--selected .v-btn {
|
20546
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20547
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20548
|
-
}
|
20549
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20550
|
-
--v-btn-height: 24px;
|
20551
|
-
--v-btn-size: 0.85rem;
|
20552
|
-
}
|
20553
|
-
.v-date-picker-month__day--week {
|
20554
|
-
font-size: var(--v-btn-size);
|
20555
|
-
}
|
20556
|
-
|
20557
|
-
.v-date-picker-month__day--adjacent {
|
20558
|
-
opacity: 0.5;
|
20559
|
-
}
|
20560
|
-
|
20561
|
-
.v-date-picker-month__day--hide-adjacent {
|
20562
|
-
opacity: 0;
|
20563
20508
|
}.v-date-picker-header {
|
20564
20509
|
align-items: flex-end;
|
20565
20510
|
height: 70px;
|
@@ -20620,21 +20565,61 @@ html.overflow-y-hidden {
|
|
20620
20565
|
.date-picker-header-reverse-transition-leave-to {
|
20621
20566
|
opacity: 0;
|
20622
20567
|
transform: translate(0, 100%);
|
20623
|
-
}.v-date-picker-
|
20624
|
-
|
20625
|
-
|
20568
|
+
}.v-date-picker-month {
|
20569
|
+
display: flex;
|
20570
|
+
justify-content: center;
|
20571
|
+
padding: 0 12px 8px;
|
20572
|
+
--v-date-picker-month-day-diff: 4px;
|
20573
|
+
}
|
20574
|
+
|
20575
|
+
.v-date-picker-month__weeks {
|
20576
|
+
display: grid;
|
20577
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20578
|
+
column-gap: 4px;
|
20579
|
+
font-size: 0.85rem;
|
20580
|
+
}
|
20581
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20582
|
+
grid-row-gap: 0;
|
20583
|
+
}
|
20584
|
+
|
20585
|
+
.v-date-picker-month__weekday {
|
20586
|
+
font-size: 0.85rem;
|
20587
|
+
}
|
20588
|
+
|
20589
|
+
.v-date-picker-month__days {
|
20590
|
+
display: grid;
|
20591
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20592
|
+
column-gap: 4px;
|
20593
|
+
flex: 1 1;
|
20594
|
+
justify-content: space-around;
|
20595
|
+
}
|
20596
|
+
|
20597
|
+
.v-date-picker-month__day {
|
20598
|
+
align-items: center;
|
20599
|
+
display: flex;
|
20600
|
+
justify-content: center;
|
20601
|
+
position: relative;
|
20602
|
+
height: 40px;
|
20603
|
+
width: 40px;
|
20604
|
+
}
|
20605
|
+
.v-date-picker-month__day--selected .v-btn {
|
20606
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20607
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20608
|
+
}
|
20609
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20610
|
+
--v-btn-height: 24px;
|
20611
|
+
--v-btn-size: 0.85rem;
|
20612
|
+
}
|
20613
|
+
.v-date-picker-month__day--week {
|
20614
|
+
font-size: var(--v-btn-size);
|
20615
|
+
}
|
20616
|
+
|
20617
|
+
.v-date-picker-month__day--adjacent {
|
20618
|
+
opacity: 0.5;
|
20626
20619
|
}
|
20627
20620
|
|
20628
|
-
.v-date-picker-
|
20629
|
-
|
20630
|
-
flex: 1 1;
|
20631
|
-
justify-content: space-around;
|
20632
|
-
grid-template-columns: repeat(3, 1fr);
|
20633
|
-
gap: 8px 24px;
|
20634
|
-
padding-inline: 32px;
|
20635
|
-
}
|
20636
|
-
.v-date-picker-years__content .v-btn {
|
20637
|
-
padding-inline: 8px;
|
20621
|
+
.v-date-picker-month__day--hide-adjacent {
|
20622
|
+
opacity: 0;
|
20638
20623
|
}.v-date-picker-months {
|
20639
20624
|
height: 288px;
|
20640
20625
|
}
|
@@ -20654,6 +20639,21 @@ html.overflow-y-hidden {
|
|
20654
20639
|
text-transform: none;
|
20655
20640
|
padding-inline-start: 8px;
|
20656
20641
|
padding-inline-end: 8px;
|
20642
|
+
}.v-date-picker-years {
|
20643
|
+
height: 288px;
|
20644
|
+
overflow-y: scroll;
|
20645
|
+
}
|
20646
|
+
|
20647
|
+
.v-date-picker-years__content {
|
20648
|
+
display: grid;
|
20649
|
+
flex: 1 1;
|
20650
|
+
justify-content: space-around;
|
20651
|
+
grid-template-columns: repeat(3, 1fr);
|
20652
|
+
gap: 8px 24px;
|
20653
|
+
padding-inline: 32px;
|
20654
|
+
}
|
20655
|
+
.v-date-picker-years__content .v-btn {
|
20656
|
+
padding-inline: 8px;
|
20657
20657
|
}.v-dialog {
|
20658
20658
|
align-items: center;
|
20659
20659
|
justify-content: center;
|
@@ -21144,6 +21144,7 @@ html.overflow-y-hidden {
|
|
21144
21144
|
right: 0;
|
21145
21145
|
}/* region INPUT */
|
21146
21146
|
.v-field {
|
21147
|
+
--v-theme-overlay-multiplier: 1;
|
21147
21148
|
display: grid;
|
21148
21149
|
grid-template-areas: "prepend-inner field clear append-inner";
|
21149
21150
|
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
@@ -21712,7 +21713,35 @@ textarea.v-field__input::placeholder {
|
|
21712
21713
|
opacity: 0;
|
21713
21714
|
}
|
21714
21715
|
|
21715
|
-
/* endregion */.v-
|
21716
|
+
/* endregion */.v-footer {
|
21717
|
+
align-items: center;
|
21718
|
+
display: flex;
|
21719
|
+
flex: 1 1 auto;
|
21720
|
+
padding: 8px 16px;
|
21721
|
+
position: relative;
|
21722
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21723
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21724
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21725
|
+
border-style: solid;
|
21726
|
+
border-width: 0;
|
21727
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21728
|
+
border-radius: 0;
|
21729
|
+
background: rgb(var(--v-theme-surface));
|
21730
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21731
|
+
}
|
21732
|
+
.v-footer--border {
|
21733
|
+
border-width: thin;
|
21734
|
+
box-shadow: none;
|
21735
|
+
}
|
21736
|
+
.v-footer--absolute {
|
21737
|
+
position: absolute;
|
21738
|
+
}
|
21739
|
+
.v-footer--fixed {
|
21740
|
+
position: fixed;
|
21741
|
+
}
|
21742
|
+
.v-footer--rounded {
|
21743
|
+
border-radius: 4px;
|
21744
|
+
}.v-file-input--hide.v-input .v-field,
|
21716
21745
|
.v-file-input--hide.v-input .v-input__control,
|
21717
21746
|
.v-file-input--hide.v-input .v-input__details {
|
21718
21747
|
display: none;
|
@@ -21741,34 +21770,6 @@ textarea.v-field__input::placeholder {
|
|
21741
21770
|
}
|
21742
21771
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
21743
21772
|
padding-inline: 0;
|
21744
|
-
}.v-footer {
|
21745
|
-
align-items: center;
|
21746
|
-
display: flex;
|
21747
|
-
flex: 1 1 auto;
|
21748
|
-
padding: 8px 16px;
|
21749
|
-
position: relative;
|
21750
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21751
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21752
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21753
|
-
border-style: solid;
|
21754
|
-
border-width: 0;
|
21755
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21756
|
-
border-radius: 0;
|
21757
|
-
background: rgb(var(--v-theme-surface));
|
21758
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21759
|
-
}
|
21760
|
-
.v-footer--border {
|
21761
|
-
border-width: thin;
|
21762
|
-
box-shadow: none;
|
21763
|
-
}
|
21764
|
-
.v-footer--absolute {
|
21765
|
-
position: absolute;
|
21766
|
-
}
|
21767
|
-
.v-footer--fixed {
|
21768
|
-
position: fixed;
|
21769
|
-
}
|
21770
|
-
.v-footer--rounded {
|
21771
|
-
border-radius: 4px;
|
21772
21773
|
}.v-icon {
|
21773
21774
|
--v-icon-size-multiplier: 1;
|
21774
21775
|
align-items: center;
|
@@ -22778,6 +22779,62 @@ textarea.v-field__input::placeholder {
|
|
22778
22779
|
.v-navigation-drawer__append {
|
22779
22780
|
flex: none;
|
22780
22781
|
overflow: hidden;
|
22782
|
+
}.v-otp-input {
|
22783
|
+
border-radius: 4px;
|
22784
|
+
align-items: center;
|
22785
|
+
display: flex;
|
22786
|
+
justify-content: center;
|
22787
|
+
padding: 0.5rem 0;
|
22788
|
+
position: relative;
|
22789
|
+
}
|
22790
|
+
.v-otp-input .v-field {
|
22791
|
+
height: 100%;
|
22792
|
+
}
|
22793
|
+
|
22794
|
+
.v-otp-input__divider {
|
22795
|
+
margin: 0 8px;
|
22796
|
+
}
|
22797
|
+
|
22798
|
+
.v-otp-input__content {
|
22799
|
+
align-items: center;
|
22800
|
+
display: flex;
|
22801
|
+
gap: 0.5rem;
|
22802
|
+
height: 64px;
|
22803
|
+
padding: 0.5rem;
|
22804
|
+
justify-content: center;
|
22805
|
+
max-width: 320px;
|
22806
|
+
position: relative;
|
22807
|
+
border-radius: inherit;
|
22808
|
+
}
|
22809
|
+
.v-otp-input--divided .v-otp-input__content {
|
22810
|
+
max-width: 360px;
|
22811
|
+
}
|
22812
|
+
|
22813
|
+
.v-otp-input__field {
|
22814
|
+
color: inherit;
|
22815
|
+
font-size: 1.25rem;
|
22816
|
+
height: 100%;
|
22817
|
+
outline: none;
|
22818
|
+
text-align: center;
|
22819
|
+
width: 100%;
|
22820
|
+
}
|
22821
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22822
|
+
-webkit-appearance: none;
|
22823
|
+
margin: 0;
|
22824
|
+
}
|
22825
|
+
.v-otp-input__field[type=number] {
|
22826
|
+
-moz-appearance: textfield;
|
22827
|
+
}
|
22828
|
+
|
22829
|
+
.v-otp-input__loader {
|
22830
|
+
align-items: center;
|
22831
|
+
display: flex;
|
22832
|
+
height: 100%;
|
22833
|
+
justify-content: center;
|
22834
|
+
width: 100%;
|
22835
|
+
}
|
22836
|
+
.v-otp-input__loader .v-progress-linear {
|
22837
|
+
position: absolute;
|
22781
22838
|
}.v-overlay-container {
|
22782
22839
|
contain: layout;
|
22783
22840
|
left: 0;
|
@@ -22841,76 +22898,20 @@ html.v-overlay-scroll-blocked {
|
|
22841
22898
|
|
22842
22899
|
.v-overlay--scroll-blocked {
|
22843
22900
|
padding-inline-end: var(--v-scrollbar-offset);
|
22844
|
-
}.v-
|
22845
|
-
|
22846
|
-
|
22847
|
-
display: flex;
|
22848
|
-
justify-content: center;
|
22849
|
-
padding: 0.5rem 0;
|
22850
|
-
position: relative;
|
22851
|
-
}
|
22852
|
-
.v-otp-input .v-field {
|
22853
|
-
height: 100%;
|
22854
|
-
}
|
22855
|
-
|
22856
|
-
.v-otp-input__divider {
|
22857
|
-
margin: 0 8px;
|
22858
|
-
}
|
22859
|
-
|
22860
|
-
.v-otp-input__content {
|
22861
|
-
align-items: center;
|
22862
|
-
display: flex;
|
22863
|
-
gap: 0.5rem;
|
22864
|
-
height: 64px;
|
22865
|
-
padding: 0.5rem;
|
22866
|
-
justify-content: center;
|
22867
|
-
max-width: 320px;
|
22868
|
-
position: relative;
|
22869
|
-
border-radius: inherit;
|
22870
|
-
}
|
22871
|
-
.v-otp-input--divided .v-otp-input__content {
|
22872
|
-
max-width: 360px;
|
22873
|
-
}
|
22874
|
-
|
22875
|
-
.v-otp-input__field {
|
22876
|
-
color: inherit;
|
22877
|
-
font-size: 1.25rem;
|
22878
|
-
height: 100%;
|
22879
|
-
outline: none;
|
22880
|
-
text-align: center;
|
22881
|
-
width: 100%;
|
22882
|
-
}
|
22883
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22884
|
-
-webkit-appearance: none;
|
22885
|
-
margin: 0;
|
22886
|
-
}
|
22887
|
-
.v-otp-input__field[type=number] {
|
22888
|
-
-moz-appearance: textfield;
|
22889
|
-
}
|
22890
|
-
|
22891
|
-
.v-otp-input__loader {
|
22892
|
-
align-items: center;
|
22893
|
-
display: flex;
|
22894
|
-
height: 100%;
|
22901
|
+
}.v-pagination__list {
|
22902
|
+
display: inline-flex;
|
22903
|
+
list-style-type: none;
|
22895
22904
|
justify-content: center;
|
22896
22905
|
width: 100%;
|
22897
22906
|
}
|
22898
|
-
.v-
|
22899
|
-
|
22907
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22908
|
+
margin: 0.3rem;
|
22900
22909
|
}.v-parallax {
|
22901
22910
|
position: relative;
|
22902
22911
|
overflow: hidden;
|
22903
22912
|
}
|
22904
22913
|
.v-parallax--active > .v-img__img {
|
22905
22914
|
will-change: transform;
|
22906
|
-
}.v-pagination__list {
|
22907
|
-
display: inline-flex;
|
22908
|
-
list-style-type: none;
|
22909
|
-
justify-content: center;
|
22910
|
-
width: 100%;
|
22911
|
-
}
|
22912
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22913
|
-
margin: 0.3rem;
|
22914
22915
|
}.v-progress-circular {
|
22915
22916
|
align-items: center;
|
22916
22917
|
display: inline-flex;
|
@@ -23228,68 +23229,14 @@ html.v-overlay-scroll-blocked {
|
|
23228
23229
|
flex-direction: column;
|
23229
23230
|
}
|
23230
23231
|
.v-radio-group > .v-input__control > .v-label {
|
23231
|
-
margin-inline-start: 16px;
|
23232
|
-
}
|
23233
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23234
|
-
padding-inline-start: 6px;
|
23235
|
-
margin-top: 8px;
|
23236
|
-
}
|
23237
|
-
.v-radio-group .v-input__details {
|
23238
|
-
padding-inline: 16px;
|
23239
|
-
}.v-rating {
|
23240
|
-
max-width: 100%;
|
23241
|
-
display: inline-flex;
|
23242
|
-
white-space: nowrap;
|
23243
|
-
}
|
23244
|
-
.v-rating--readonly {
|
23245
|
-
pointer-events: none;
|
23246
|
-
}
|
23247
|
-
|
23248
|
-
.v-rating__wrapper {
|
23249
|
-
align-items: center;
|
23250
|
-
display: inline-flex;
|
23251
|
-
flex-direction: column;
|
23252
|
-
}
|
23253
|
-
.v-rating__wrapper--bottom {
|
23254
|
-
flex-direction: column-reverse;
|
23255
|
-
}
|
23256
|
-
|
23257
|
-
.v-rating__item {
|
23258
|
-
display: inline-flex;
|
23259
|
-
position: relative;
|
23260
|
-
}
|
23261
|
-
.v-rating__item label {
|
23262
|
-
cursor: pointer;
|
23263
|
-
}
|
23264
|
-
.v-rating__item .v-btn--variant-plain {
|
23265
|
-
opacity: 1;
|
23266
|
-
}
|
23267
|
-
.v-rating__item .v-btn {
|
23268
|
-
transition-property: transform;
|
23269
|
-
}
|
23270
|
-
.v-rating__item .v-btn .v-icon {
|
23271
|
-
transition: inherit;
|
23272
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23273
|
-
}
|
23274
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23275
|
-
transform: scale(1.25);
|
23276
|
-
}
|
23277
|
-
.v-rating__item--half {
|
23278
|
-
overflow: hidden;
|
23279
|
-
position: absolute;
|
23280
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23281
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23282
|
-
z-index: 1;
|
23232
|
+
margin-inline-start: 16px;
|
23283
23233
|
}
|
23284
|
-
.v-
|
23285
|
-
|
23234
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23235
|
+
padding-inline-start: 6px;
|
23236
|
+
margin-top: 8px;
|
23286
23237
|
}
|
23287
|
-
|
23288
|
-
|
23289
|
-
height: 0;
|
23290
|
-
opacity: 0;
|
23291
|
-
position: absolute;
|
23292
|
-
width: 0;
|
23238
|
+
.v-radio-group .v-input__details {
|
23239
|
+
padding-inline: 16px;
|
23293
23240
|
}.v-slider .v-slider__container input {
|
23294
23241
|
cursor: default;
|
23295
23242
|
padding: 0;
|
@@ -23373,54 +23320,6 @@ html.v-overlay-scroll-blocked {
|
|
23373
23320
|
flex: 1 0 0px;
|
23374
23321
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23375
23322
|
pointer-events: none;
|
23376
|
-
}.v-select .v-field .v-text-field__prefix,
|
23377
|
-
.v-select .v-field .v-text-field__suffix,
|
23378
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23379
|
-
cursor: pointer;
|
23380
|
-
}
|
23381
|
-
.v-select .v-field .v-field__input > input {
|
23382
|
-
align-self: flex-start;
|
23383
|
-
opacity: 1;
|
23384
|
-
flex: 0 0;
|
23385
|
-
position: absolute;
|
23386
|
-
width: 100%;
|
23387
|
-
transition: none;
|
23388
|
-
pointer-events: none;
|
23389
|
-
caret-color: transparent;
|
23390
|
-
}
|
23391
|
-
.v-select .v-field--dirty .v-select__selection {
|
23392
|
-
margin-inline-end: 2px;
|
23393
|
-
}
|
23394
|
-
.v-select .v-select__selection-text {
|
23395
|
-
overflow: hidden;
|
23396
|
-
text-overflow: ellipsis;
|
23397
|
-
white-space: nowrap;
|
23398
|
-
}
|
23399
|
-
.v-select__content {
|
23400
|
-
overflow: hidden;
|
23401
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23402
|
-
border-radius: 4px;
|
23403
|
-
}
|
23404
|
-
.v-select__selection {
|
23405
|
-
display: inline-flex;
|
23406
|
-
align-items: center;
|
23407
|
-
letter-spacing: inherit;
|
23408
|
-
line-height: inherit;
|
23409
|
-
max-width: 100%;
|
23410
|
-
}
|
23411
|
-
.v-select .v-select__selection:first-child {
|
23412
|
-
margin-inline-start: 0;
|
23413
|
-
}
|
23414
|
-
.v-select--selected .v-field .v-field__input > input {
|
23415
|
-
opacity: 0;
|
23416
|
-
}
|
23417
|
-
.v-select__menu-icon {
|
23418
|
-
margin-inline-start: 4px;
|
23419
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23420
|
-
}
|
23421
|
-
.v-select--active-menu .v-select__menu-icon {
|
23422
|
-
opacity: var(--v-high-emphasis-opacity);
|
23423
|
-
transform: rotate(180deg);
|
23424
23323
|
}.v-selection-control {
|
23425
23324
|
align-items: center;
|
23426
23325
|
contain: layout;
|
@@ -23522,6 +23421,136 @@ html.v-overlay-scroll-blocked {
|
|
23522
23421
|
}
|
23523
23422
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23524
23423
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23424
|
+
}.v-rating {
|
23425
|
+
max-width: 100%;
|
23426
|
+
display: inline-flex;
|
23427
|
+
white-space: nowrap;
|
23428
|
+
}
|
23429
|
+
.v-rating--readonly {
|
23430
|
+
pointer-events: none;
|
23431
|
+
}
|
23432
|
+
|
23433
|
+
.v-rating__wrapper {
|
23434
|
+
align-items: center;
|
23435
|
+
display: inline-flex;
|
23436
|
+
flex-direction: column;
|
23437
|
+
}
|
23438
|
+
.v-rating__wrapper--bottom {
|
23439
|
+
flex-direction: column-reverse;
|
23440
|
+
}
|
23441
|
+
|
23442
|
+
.v-rating__item {
|
23443
|
+
display: inline-flex;
|
23444
|
+
position: relative;
|
23445
|
+
}
|
23446
|
+
.v-rating__item label {
|
23447
|
+
cursor: pointer;
|
23448
|
+
}
|
23449
|
+
.v-rating__item .v-btn--variant-plain {
|
23450
|
+
opacity: 1;
|
23451
|
+
}
|
23452
|
+
.v-rating__item .v-btn {
|
23453
|
+
transition-property: transform;
|
23454
|
+
}
|
23455
|
+
.v-rating__item .v-btn .v-icon {
|
23456
|
+
transition: inherit;
|
23457
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23458
|
+
}
|
23459
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23460
|
+
transform: scale(1.25);
|
23461
|
+
}
|
23462
|
+
.v-rating__item--half {
|
23463
|
+
overflow: hidden;
|
23464
|
+
position: absolute;
|
23465
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23466
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23467
|
+
z-index: 1;
|
23468
|
+
}
|
23469
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
23470
|
+
opacity: 0;
|
23471
|
+
}
|
23472
|
+
|
23473
|
+
.v-rating__hidden {
|
23474
|
+
height: 0;
|
23475
|
+
opacity: 0;
|
23476
|
+
position: absolute;
|
23477
|
+
width: 0;
|
23478
|
+
}.v-sheet {
|
23479
|
+
display: block;
|
23480
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23481
|
+
border-style: solid;
|
23482
|
+
border-width: 0;
|
23483
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23484
|
+
border-radius: 0;
|
23485
|
+
background: rgb(var(--v-theme-surface));
|
23486
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23487
|
+
}
|
23488
|
+
.v-sheet--border {
|
23489
|
+
border-width: thin;
|
23490
|
+
box-shadow: none;
|
23491
|
+
}
|
23492
|
+
.v-sheet--absolute {
|
23493
|
+
position: absolute;
|
23494
|
+
}
|
23495
|
+
.v-sheet--fixed {
|
23496
|
+
position: fixed;
|
23497
|
+
}
|
23498
|
+
.v-sheet--relative {
|
23499
|
+
position: relative;
|
23500
|
+
}
|
23501
|
+
.v-sheet--sticky {
|
23502
|
+
position: sticky;
|
23503
|
+
}
|
23504
|
+
.v-sheet--rounded {
|
23505
|
+
border-radius: 4px;
|
23506
|
+
}.v-select .v-field .v-text-field__prefix,
|
23507
|
+
.v-select .v-field .v-text-field__suffix,
|
23508
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23509
|
+
cursor: pointer;
|
23510
|
+
}
|
23511
|
+
.v-select .v-field .v-field__input > input {
|
23512
|
+
align-self: flex-start;
|
23513
|
+
opacity: 1;
|
23514
|
+
flex: 0 0;
|
23515
|
+
position: absolute;
|
23516
|
+
width: 100%;
|
23517
|
+
transition: none;
|
23518
|
+
pointer-events: none;
|
23519
|
+
caret-color: transparent;
|
23520
|
+
}
|
23521
|
+
.v-select .v-field--dirty .v-select__selection {
|
23522
|
+
margin-inline-end: 2px;
|
23523
|
+
}
|
23524
|
+
.v-select .v-select__selection-text {
|
23525
|
+
overflow: hidden;
|
23526
|
+
text-overflow: ellipsis;
|
23527
|
+
white-space: nowrap;
|
23528
|
+
}
|
23529
|
+
.v-select__content {
|
23530
|
+
overflow: hidden;
|
23531
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23532
|
+
border-radius: 4px;
|
23533
|
+
}
|
23534
|
+
.v-select__selection {
|
23535
|
+
display: inline-flex;
|
23536
|
+
align-items: center;
|
23537
|
+
letter-spacing: inherit;
|
23538
|
+
line-height: inherit;
|
23539
|
+
max-width: 100%;
|
23540
|
+
}
|
23541
|
+
.v-select .v-select__selection:first-child {
|
23542
|
+
margin-inline-start: 0;
|
23543
|
+
}
|
23544
|
+
.v-select--selected .v-field .v-field__input > input {
|
23545
|
+
opacity: 0;
|
23546
|
+
}
|
23547
|
+
.v-select__menu-icon {
|
23548
|
+
margin-inline-start: 4px;
|
23549
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23550
|
+
}
|
23551
|
+
.v-select--active-menu .v-select__menu-icon {
|
23552
|
+
opacity: var(--v-high-emphasis-opacity);
|
23553
|
+
transform: rotate(180deg);
|
23525
23554
|
}.v-selection-control-group {
|
23526
23555
|
grid-area: control;
|
23527
23556
|
display: flex;
|
@@ -23753,34 +23782,6 @@ html.v-overlay-scroll-blocked {
|
|
23753
23782
|
100% {
|
23754
23783
|
transform: translateX(100%);
|
23755
23784
|
}
|
23756
|
-
}.v-sheet {
|
23757
|
-
display: block;
|
23758
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23759
|
-
border-style: solid;
|
23760
|
-
border-width: 0;
|
23761
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23762
|
-
border-radius: 0;
|
23763
|
-
background: rgb(var(--v-theme-surface));
|
23764
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23765
|
-
}
|
23766
|
-
.v-sheet--border {
|
23767
|
-
border-width: thin;
|
23768
|
-
box-shadow: none;
|
23769
|
-
}
|
23770
|
-
.v-sheet--absolute {
|
23771
|
-
position: absolute;
|
23772
|
-
}
|
23773
|
-
.v-sheet--fixed {
|
23774
|
-
position: fixed;
|
23775
|
-
}
|
23776
|
-
.v-sheet--relative {
|
23777
|
-
position: relative;
|
23778
|
-
}
|
23779
|
-
.v-sheet--sticky {
|
23780
|
-
position: sticky;
|
23781
|
-
}
|
23782
|
-
.v-sheet--rounded {
|
23783
|
-
border-radius: 4px;
|
23784
23785
|
}.v-slide-group {
|
23785
23786
|
display: flex;
|
23786
23787
|
overflow: hidden;
|
@@ -24378,23 +24379,118 @@ html.v-overlay-scroll-blocked {
|
|
24378
24379
|
line-height: 1.667;
|
24379
24380
|
text-transform: none;
|
24380
24381
|
}
|
24381
|
-
.v-system-bar .v-icon {
|
24382
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24382
|
+
.v-system-bar .v-icon {
|
24383
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24384
|
+
}
|
24385
|
+
.v-system-bar--absolute {
|
24386
|
+
position: absolute;
|
24387
|
+
}
|
24388
|
+
.v-system-bar--fixed {
|
24389
|
+
position: fixed;
|
24390
|
+
}
|
24391
|
+
.v-system-bar--rounded {
|
24392
|
+
border-radius: 0;
|
24393
|
+
}
|
24394
|
+
.v-system-bar--window {
|
24395
|
+
height: 32px;
|
24396
|
+
}
|
24397
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24398
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24399
|
+
}.v-tab.v-tab.v-btn {
|
24400
|
+
height: var(--v-tabs-height);
|
24401
|
+
border-radius: 0;
|
24402
|
+
min-width: 90px;
|
24403
|
+
}
|
24404
|
+
.v-slide-group--horizontal .v-tab {
|
24405
|
+
max-width: 360px;
|
24406
|
+
}
|
24407
|
+
.v-slide-group--vertical .v-tab {
|
24408
|
+
justify-content: start;
|
24409
|
+
}
|
24410
|
+
|
24411
|
+
.v-tab__slider {
|
24412
|
+
position: absolute;
|
24413
|
+
bottom: 0;
|
24414
|
+
left: 0;
|
24415
|
+
height: 2px;
|
24416
|
+
width: 100%;
|
24417
|
+
background: currentColor;
|
24418
|
+
pointer-events: none;
|
24419
|
+
opacity: 0;
|
24420
|
+
}
|
24421
|
+
.v-tab--selected .v-tab__slider {
|
24422
|
+
opacity: 1;
|
24383
24423
|
}
|
24384
|
-
.v-
|
24385
|
-
|
24424
|
+
.v-slide-group--vertical .v-tab__slider {
|
24425
|
+
top: 0;
|
24426
|
+
height: 100%;
|
24427
|
+
width: 2px;
|
24428
|
+
}.v-tabs {
|
24429
|
+
display: flex;
|
24430
|
+
height: var(--v-tabs-height);
|
24386
24431
|
}
|
24387
|
-
.v-
|
24388
|
-
|
24432
|
+
.v-tabs--density-default {
|
24433
|
+
--v-tabs-height: 48px;
|
24389
24434
|
}
|
24390
|
-
.v-
|
24391
|
-
|
24435
|
+
.v-tabs--density-default.v-tabs--stacked {
|
24436
|
+
--v-tabs-height: 72px;
|
24392
24437
|
}
|
24393
|
-
|
24394
|
-
|
24438
|
+
|
24439
|
+
.v-tabs--density-comfortable {
|
24440
|
+
--v-tabs-height: 44px;
|
24395
24441
|
}
|
24396
|
-
.v-
|
24397
|
-
|
24442
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
24443
|
+
--v-tabs-height: 68px;
|
24444
|
+
}
|
24445
|
+
|
24446
|
+
.v-tabs--density-compact {
|
24447
|
+
--v-tabs-height: 36px;
|
24448
|
+
}
|
24449
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
24450
|
+
--v-tabs-height: 60px;
|
24451
|
+
}
|
24452
|
+
|
24453
|
+
.v-tabs.v-slide-group--vertical {
|
24454
|
+
height: auto;
|
24455
|
+
flex: none;
|
24456
|
+
--v-tabs-height: 48px;
|
24457
|
+
}
|
24458
|
+
|
24459
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24460
|
+
margin-inline-start: 42px;
|
24461
|
+
}
|
24462
|
+
|
24463
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24464
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24465
|
+
margin-inline-end: auto;
|
24466
|
+
}
|
24467
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
24468
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
24469
|
+
margin-inline-start: auto;
|
24470
|
+
}
|
24471
|
+
|
24472
|
+
.v-tabs--grow {
|
24473
|
+
flex-grow: 1;
|
24474
|
+
}
|
24475
|
+
.v-tabs--grow .v-tab {
|
24476
|
+
flex: 1 0 auto;
|
24477
|
+
max-width: none;
|
24478
|
+
}
|
24479
|
+
|
24480
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
24481
|
+
margin-inline-start: auto;
|
24482
|
+
}
|
24483
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
24484
|
+
margin-inline-end: 0;
|
24485
|
+
}
|
24486
|
+
|
24487
|
+
@media (max-width: 1279.98px) {
|
24488
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24489
|
+
margin-inline-start: 52px;
|
24490
|
+
}
|
24491
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24492
|
+
margin-inline-end: 52px;
|
24493
|
+
}
|
24398
24494
|
}.v-table {
|
24399
24495
|
background: rgb(var(--v-theme-surface));
|
24400
24496
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -24639,6 +24735,9 @@ html.v-overlay-scroll-blocked {
|
|
24639
24735
|
}
|
24640
24736
|
.v-textarea textarea:invalid {
|
24641
24737
|
box-shadow: none;
|
24738
|
+
}.v-theme-provider {
|
24739
|
+
background: rgb(var(--v-theme-background));
|
24740
|
+
color: rgb(var(--v-theme-on-background));
|
24642
24741
|
}.v-timeline .v-timeline-divider__dot {
|
24643
24742
|
background: rgb(var(--v-theme-surface-light));
|
24644
24743
|
}
|
@@ -25055,9 +25154,6 @@ html.v-overlay-scroll-blocked {
|
|
25055
25154
|
|
25056
25155
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25057
25156
|
padding-inline-end: 0;
|
25058
|
-
}.v-theme-provider {
|
25059
|
-
background: rgb(var(--v-theme-background));
|
25060
|
-
color: rgb(var(--v-theme-on-background));
|
25061
25157
|
}.v-toolbar {
|
25062
25158
|
align-items: flex-start;
|
25063
25159
|
display: flex;
|
@@ -25209,15 +25305,6 @@ html.v-overlay-scroll-blocked {
|
|
25209
25305
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25210
25306
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25211
25307
|
transition-duration: 75ms;
|
25212
|
-
}.v-virtual-scroll {
|
25213
|
-
display: block;
|
25214
|
-
flex: 1 1 auto;
|
25215
|
-
max-width: 100%;
|
25216
|
-
overflow: auto;
|
25217
|
-
position: relative;
|
25218
|
-
}
|
25219
|
-
.v-virtual-scroll__container {
|
25220
|
-
display: block;
|
25221
25308
|
}.v-window {
|
25222
25309
|
overflow: hidden;
|
25223
25310
|
}
|
@@ -25288,101 +25375,15 @@ html.v-overlay-scroll-blocked {
|
|
25288
25375
|
}
|
25289
25376
|
.v-window-y-reverse-transition-leave-to {
|
25290
25377
|
transform: translateY(100%);
|
25291
|
-
}.v-
|
25292
|
-
|
25293
|
-
|
25294
|
-
|
25295
|
-
|
25296
|
-
|
25297
|
-
max-width: 360px;
|
25298
|
-
}
|
25299
|
-
.v-slide-group--vertical .v-tab {
|
25300
|
-
justify-content: start;
|
25301
|
-
}
|
25302
|
-
|
25303
|
-
.v-tab__slider {
|
25304
|
-
position: absolute;
|
25305
|
-
bottom: 0;
|
25306
|
-
left: 0;
|
25307
|
-
height: 2px;
|
25308
|
-
width: 100%;
|
25309
|
-
background: currentColor;
|
25310
|
-
pointer-events: none;
|
25311
|
-
opacity: 0;
|
25312
|
-
}
|
25313
|
-
.v-tab--selected .v-tab__slider {
|
25314
|
-
opacity: 1;
|
25315
|
-
}
|
25316
|
-
.v-slide-group--vertical .v-tab__slider {
|
25317
|
-
top: 0;
|
25318
|
-
height: 100%;
|
25319
|
-
width: 2px;
|
25320
|
-
}.v-tabs {
|
25321
|
-
display: flex;
|
25322
|
-
height: var(--v-tabs-height);
|
25323
|
-
}
|
25324
|
-
.v-tabs--density-default {
|
25325
|
-
--v-tabs-height: 48px;
|
25326
|
-
}
|
25327
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25328
|
-
--v-tabs-height: 72px;
|
25329
|
-
}
|
25330
|
-
|
25331
|
-
.v-tabs--density-comfortable {
|
25332
|
-
--v-tabs-height: 44px;
|
25333
|
-
}
|
25334
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25335
|
-
--v-tabs-height: 68px;
|
25336
|
-
}
|
25337
|
-
|
25338
|
-
.v-tabs--density-compact {
|
25339
|
-
--v-tabs-height: 36px;
|
25340
|
-
}
|
25341
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25342
|
-
--v-tabs-height: 60px;
|
25343
|
-
}
|
25344
|
-
|
25345
|
-
.v-tabs.v-slide-group--vertical {
|
25346
|
-
height: auto;
|
25347
|
-
flex: none;
|
25348
|
-
--v-tabs-height: 48px;
|
25349
|
-
}
|
25350
|
-
|
25351
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25352
|
-
margin-inline-start: 42px;
|
25353
|
-
}
|
25354
|
-
|
25355
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25356
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25357
|
-
margin-inline-end: auto;
|
25358
|
-
}
|
25359
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25360
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25361
|
-
margin-inline-start: auto;
|
25362
|
-
}
|
25363
|
-
|
25364
|
-
.v-tabs--grow {
|
25365
|
-
flex-grow: 1;
|
25366
|
-
}
|
25367
|
-
.v-tabs--grow .v-tab {
|
25368
|
-
flex: 1 0 auto;
|
25369
|
-
max-width: none;
|
25370
|
-
}
|
25371
|
-
|
25372
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25373
|
-
margin-inline-start: auto;
|
25374
|
-
}
|
25375
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25376
|
-
margin-inline-end: 0;
|
25378
|
+
}.v-virtual-scroll {
|
25379
|
+
display: block;
|
25380
|
+
flex: 1 1 auto;
|
25381
|
+
max-width: 100%;
|
25382
|
+
overflow: auto;
|
25383
|
+
position: relative;
|
25377
25384
|
}
|
25378
|
-
|
25379
|
-
|
25380
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25381
|
-
margin-inline-start: 52px;
|
25382
|
-
}
|
25383
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25384
|
-
margin-inline-end: 52px;
|
25385
|
-
}
|
25385
|
+
.v-virtual-scroll__container {
|
25386
|
+
display: block;
|
25386
25387
|
}.v-color-picker-canvas {
|
25387
25388
|
display: flex;
|
25388
25389
|
position: relative;
|
@@ -25405,34 +25406,6 @@ html.v-overlay-scroll-blocked {
|
|
25405
25406
|
}
|
25406
25407
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25407
25408
|
will-change: transform;
|
25408
|
-
}.v-color-picker-edit {
|
25409
|
-
display: flex;
|
25410
|
-
margin-top: 24px;
|
25411
|
-
}
|
25412
|
-
|
25413
|
-
.v-color-picker-edit__input {
|
25414
|
-
width: 100%;
|
25415
|
-
display: flex;
|
25416
|
-
flex-wrap: wrap;
|
25417
|
-
justify-content: center;
|
25418
|
-
text-align: center;
|
25419
|
-
}
|
25420
|
-
.v-color-picker-edit__input:not(:last-child) {
|
25421
|
-
margin-inline-end: 8px;
|
25422
|
-
}
|
25423
|
-
.v-color-picker-edit__input input {
|
25424
|
-
border-radius: 4px;
|
25425
|
-
margin-bottom: 8px;
|
25426
|
-
min-width: 0;
|
25427
|
-
outline: none;
|
25428
|
-
text-align: center;
|
25429
|
-
width: 100%;
|
25430
|
-
height: 32px;
|
25431
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25432
|
-
color: rgba(var(--v-theme-on-surface));
|
25433
|
-
}
|
25434
|
-
.v-color-picker-edit__input span {
|
25435
|
-
font-size: 0.75rem;
|
25436
25409
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25437
25410
|
background-color: transparent !important;
|
25438
25411
|
}
|
@@ -25503,6 +25476,34 @@ html.v-overlay-scroll-blocked {
|
|
25503
25476
|
.v-color-picker-preview__eye-dropper {
|
25504
25477
|
position: relative;
|
25505
25478
|
margin-right: 12px;
|
25479
|
+
}.v-color-picker-edit {
|
25480
|
+
display: flex;
|
25481
|
+
margin-top: 24px;
|
25482
|
+
}
|
25483
|
+
|
25484
|
+
.v-color-picker-edit__input {
|
25485
|
+
width: 100%;
|
25486
|
+
display: flex;
|
25487
|
+
flex-wrap: wrap;
|
25488
|
+
justify-content: center;
|
25489
|
+
text-align: center;
|
25490
|
+
}
|
25491
|
+
.v-color-picker-edit__input:not(:last-child) {
|
25492
|
+
margin-inline-end: 8px;
|
25493
|
+
}
|
25494
|
+
.v-color-picker-edit__input input {
|
25495
|
+
border-radius: 4px;
|
25496
|
+
margin-bottom: 8px;
|
25497
|
+
min-width: 0;
|
25498
|
+
outline: none;
|
25499
|
+
text-align: center;
|
25500
|
+
width: 100%;
|
25501
|
+
height: 32px;
|
25502
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25503
|
+
color: rgba(var(--v-theme-on-surface));
|
25504
|
+
}
|
25505
|
+
.v-color-picker-edit__input span {
|
25506
|
+
font-size: 0.75rem;
|
25506
25507
|
}.v-color-picker-swatches {
|
25507
25508
|
overflow-y: auto;
|
25508
25509
|
}
|