@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-24 → 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce
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 +107 -99
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +116 -116
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +212 -193
- package/dist/vuetify-labs.css +1815 -1815
- package/dist/vuetify-labs.d.ts +196 -109
- package/dist/vuetify-labs.esm.js +89 -43
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +89 -43
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1373 -1373
- package/dist/vuetify.d.ts +237 -150
- package/dist/vuetify.esm.js +89 -43
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +89 -43
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1004 -1004
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -24
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -24
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VMenu/VMenu.mjs +27 -6
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +30 -15
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -24
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +3 -0
- package/lib/components/index.d.mts +196 -109
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +41 -41
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/lib/util/helpers.mjs +5 -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.13-3.7.0-beta.0.0-
|
2
|
+
* Vuetify v3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17456,22 +17456,6 @@ html.overflow-y-hidden {
|
|
17456
17456
|
.v-ripple__animation--out {
|
17457
17457
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17458
17458
|
opacity: 0;
|
17459
|
-
}.v-application {
|
17460
|
-
display: flex;
|
17461
|
-
background: rgb(var(--v-theme-background));
|
17462
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17463
|
-
}
|
17464
|
-
|
17465
|
-
.v-application__wrap {
|
17466
|
-
-webkit-backface-visibility: hidden;
|
17467
|
-
backface-visibility: hidden;
|
17468
|
-
display: flex;
|
17469
|
-
flex-direction: column;
|
17470
|
-
flex: 1 1 auto;
|
17471
|
-
max-width: 100%;
|
17472
|
-
min-height: 100vh;
|
17473
|
-
min-height: 100dvh;
|
17474
|
-
position: relative;
|
17475
17459
|
}.v-alert {
|
17476
17460
|
display: grid;
|
17477
17461
|
flex: 1 1;
|
@@ -17684,6 +17668,22 @@ html.overflow-y-hidden {
|
|
17684
17668
|
text-transform: none;
|
17685
17669
|
word-break: normal;
|
17686
17670
|
word-wrap: break-word;
|
17671
|
+
}.v-application {
|
17672
|
+
display: flex;
|
17673
|
+
background: rgb(var(--v-theme-background));
|
17674
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17675
|
+
}
|
17676
|
+
|
17677
|
+
.v-application__wrap {
|
17678
|
+
-webkit-backface-visibility: hidden;
|
17679
|
+
backface-visibility: hidden;
|
17680
|
+
display: flex;
|
17681
|
+
flex-direction: column;
|
17682
|
+
flex: 1 1 auto;
|
17683
|
+
max-width: 100%;
|
17684
|
+
min-height: 100vh;
|
17685
|
+
min-height: 100dvh;
|
17686
|
+
position: relative;
|
17687
17687
|
}.v-app-bar {
|
17688
17688
|
display: flex;
|
17689
17689
|
}
|
@@ -17879,77 +17879,6 @@ html.overflow-y-hidden {
|
|
17879
17879
|
.v-avatar .v-img {
|
17880
17880
|
height: 100%;
|
17881
17881
|
width: 100%;
|
17882
|
-
}.v-badge {
|
17883
|
-
display: inline-block;
|
17884
|
-
line-height: 1;
|
17885
|
-
}
|
17886
|
-
|
17887
|
-
.v-badge__badge {
|
17888
|
-
align-items: center;
|
17889
|
-
display: inline-flex;
|
17890
|
-
border-radius: 10px;
|
17891
|
-
font-size: 0.75rem;
|
17892
|
-
font-weight: 500;
|
17893
|
-
height: 1.25rem;
|
17894
|
-
justify-content: center;
|
17895
|
-
min-width: 20px;
|
17896
|
-
padding: 4px 6px;
|
17897
|
-
pointer-events: auto;
|
17898
|
-
position: absolute;
|
17899
|
-
text-align: center;
|
17900
|
-
text-indent: 0;
|
17901
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
17902
|
-
white-space: nowrap;
|
17903
|
-
background: rgb(var(--v-theme-surface-variant));
|
17904
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
17905
|
-
}
|
17906
|
-
.v-badge--bordered .v-badge__badge::after {
|
17907
|
-
border-radius: inherit;
|
17908
|
-
border-style: solid;
|
17909
|
-
border-width: 2px;
|
17910
|
-
bottom: 0;
|
17911
|
-
color: rgb(var(--v-theme-background));
|
17912
|
-
content: "";
|
17913
|
-
left: 0;
|
17914
|
-
position: absolute;
|
17915
|
-
right: 0;
|
17916
|
-
top: 0;
|
17917
|
-
transform: scale(1.05);
|
17918
|
-
}
|
17919
|
-
.v-badge--dot .v-badge__badge {
|
17920
|
-
border-radius: 4.5px;
|
17921
|
-
height: 9px;
|
17922
|
-
min-width: 0;
|
17923
|
-
padding: 0;
|
17924
|
-
width: 9px;
|
17925
|
-
}
|
17926
|
-
.v-badge--dot .v-badge__badge::after {
|
17927
|
-
border-width: 1.5px;
|
17928
|
-
}
|
17929
|
-
.v-badge--inline .v-badge__badge {
|
17930
|
-
position: relative;
|
17931
|
-
vertical-align: middle;
|
17932
|
-
}
|
17933
|
-
.v-badge__badge .v-icon {
|
17934
|
-
color: inherit;
|
17935
|
-
font-size: 0.75rem;
|
17936
|
-
margin: 0 -2px;
|
17937
|
-
}
|
17938
|
-
.v-badge__badge img,
|
17939
|
-
.v-badge__badge .v-img {
|
17940
|
-
height: 100%;
|
17941
|
-
width: 100%;
|
17942
|
-
}
|
17943
|
-
|
17944
|
-
.v-badge__wrapper {
|
17945
|
-
display: flex;
|
17946
|
-
position: relative;
|
17947
|
-
}
|
17948
|
-
.v-badge--inline .v-badge__wrapper {
|
17949
|
-
align-items: center;
|
17950
|
-
display: inline-flex;
|
17951
|
-
justify-content: center;
|
17952
|
-
margin: 0 4px;
|
17953
17882
|
}.v-banner {
|
17954
17883
|
display: grid;
|
17955
17884
|
flex: 1 1;
|
@@ -18163,6 +18092,77 @@ html.overflow-y-hidden {
|
|
18163
18092
|
}
|
18164
18093
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18165
18094
|
transform: translateY(0.5rem);
|
18095
|
+
}.v-badge {
|
18096
|
+
display: inline-block;
|
18097
|
+
line-height: 1;
|
18098
|
+
}
|
18099
|
+
|
18100
|
+
.v-badge__badge {
|
18101
|
+
align-items: center;
|
18102
|
+
display: inline-flex;
|
18103
|
+
border-radius: 10px;
|
18104
|
+
font-size: 0.75rem;
|
18105
|
+
font-weight: 500;
|
18106
|
+
height: 1.25rem;
|
18107
|
+
justify-content: center;
|
18108
|
+
min-width: 20px;
|
18109
|
+
padding: 4px 6px;
|
18110
|
+
pointer-events: auto;
|
18111
|
+
position: absolute;
|
18112
|
+
text-align: center;
|
18113
|
+
text-indent: 0;
|
18114
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18115
|
+
white-space: nowrap;
|
18116
|
+
background: rgb(var(--v-theme-surface-variant));
|
18117
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18118
|
+
}
|
18119
|
+
.v-badge--bordered .v-badge__badge::after {
|
18120
|
+
border-radius: inherit;
|
18121
|
+
border-style: solid;
|
18122
|
+
border-width: 2px;
|
18123
|
+
bottom: 0;
|
18124
|
+
color: rgb(var(--v-theme-background));
|
18125
|
+
content: "";
|
18126
|
+
left: 0;
|
18127
|
+
position: absolute;
|
18128
|
+
right: 0;
|
18129
|
+
top: 0;
|
18130
|
+
transform: scale(1.05);
|
18131
|
+
}
|
18132
|
+
.v-badge--dot .v-badge__badge {
|
18133
|
+
border-radius: 4.5px;
|
18134
|
+
height: 9px;
|
18135
|
+
min-width: 0;
|
18136
|
+
padding: 0;
|
18137
|
+
width: 9px;
|
18138
|
+
}
|
18139
|
+
.v-badge--dot .v-badge__badge::after {
|
18140
|
+
border-width: 1.5px;
|
18141
|
+
}
|
18142
|
+
.v-badge--inline .v-badge__badge {
|
18143
|
+
position: relative;
|
18144
|
+
vertical-align: middle;
|
18145
|
+
}
|
18146
|
+
.v-badge__badge .v-icon {
|
18147
|
+
color: inherit;
|
18148
|
+
font-size: 0.75rem;
|
18149
|
+
margin: 0 -2px;
|
18150
|
+
}
|
18151
|
+
.v-badge__badge img,
|
18152
|
+
.v-badge__badge .v-img {
|
18153
|
+
height: 100%;
|
18154
|
+
width: 100%;
|
18155
|
+
}
|
18156
|
+
|
18157
|
+
.v-badge__wrapper {
|
18158
|
+
display: flex;
|
18159
|
+
position: relative;
|
18160
|
+
}
|
18161
|
+
.v-badge--inline .v-badge__wrapper {
|
18162
|
+
align-items: center;
|
18163
|
+
display: inline-flex;
|
18164
|
+
justify-content: center;
|
18165
|
+
margin: 0 4px;
|
18166
18166
|
}.bottom-sheet-transition-enter-from {
|
18167
18167
|
transform: translateY(100%);
|
18168
18168
|
}
|
@@ -19640,262 +19640,46 @@ html.overflow-y-hidden {
|
|
19640
19640
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
19641
19641
|
opacity: var(--v-high-emphasis-opacity);
|
19642
19642
|
transform: rotate(180deg);
|
19643
|
-
}.v-
|
19644
|
-
|
19645
|
-
flex: 0 1 auto;
|
19646
|
-
font-size: 12px;
|
19647
|
-
transition-duration: 150ms;
|
19648
|
-
}.v-date-picker {
|
19649
|
-
overflow: hidden;
|
19650
|
-
width: 328px;
|
19651
|
-
}
|
19652
|
-
.v-date-picker--show-week {
|
19653
|
-
width: 368px;
|
19654
|
-
}.v-date-picker-header {
|
19655
|
-
align-items: flex-end;
|
19656
|
-
height: 70px;
|
19657
|
-
display: grid;
|
19658
|
-
grid-template-areas: "prepend content append";
|
19659
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
19660
|
-
overflow: hidden;
|
19661
|
-
padding-inline: 24px 12px;
|
19662
|
-
padding-bottom: 12px;
|
19663
|
-
}
|
19664
|
-
|
19665
|
-
.v-date-picker-header__append {
|
19666
|
-
grid-area: append;
|
19643
|
+
}.v-data-table {
|
19644
|
+
width: 100%;
|
19667
19645
|
}
|
19668
19646
|
|
19669
|
-
.v-
|
19670
|
-
|
19671
|
-
|
19647
|
+
.v-data-table__table {
|
19648
|
+
width: 100%;
|
19649
|
+
border-collapse: separate;
|
19650
|
+
border-spacing: 0;
|
19672
19651
|
}
|
19673
19652
|
|
19674
|
-
.v-
|
19675
|
-
|
19676
|
-
display: inline-flex;
|
19677
|
-
font-size: 32px;
|
19678
|
-
line-height: 40px;
|
19679
|
-
grid-area: content;
|
19680
|
-
justify-content: space-between;
|
19653
|
+
.v-data-table__tr--focus {
|
19654
|
+
border: 1px dotted black;
|
19681
19655
|
}
|
19682
|
-
.v-
|
19656
|
+
.v-data-table__tr--clickable {
|
19683
19657
|
cursor: pointer;
|
19684
19658
|
}
|
19685
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
19686
|
-
opacity: 0.7;
|
19687
|
-
}
|
19688
19659
|
|
19689
|
-
.
|
19690
|
-
.
|
19691
|
-
|
19692
|
-
|
19660
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
19661
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
19662
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
19663
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
19664
|
+
text-align: end;
|
19693
19665
|
}
|
19694
|
-
.
|
19695
|
-
.
|
19696
|
-
|
19697
|
-
|
19666
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19667
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
19668
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19669
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
19670
|
+
flex-direction: row-reverse;
|
19698
19671
|
}
|
19699
|
-
|
19700
|
-
.
|
19701
|
-
|
19672
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
19673
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
19674
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
19675
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
19676
|
+
text-align: center;
|
19702
19677
|
}
|
19703
|
-
.
|
19704
|
-
|
19705
|
-
|
19706
|
-
|
19707
|
-
|
19708
|
-
.date-picker-header-reverse-transition-enter-from {
|
19709
|
-
transform: translate(0, -100%);
|
19710
|
-
}
|
19711
|
-
.date-picker-header-reverse-transition-leave-to {
|
19712
|
-
opacity: 0;
|
19713
|
-
transform: translate(0, 100%);
|
19714
|
-
}.v-date-picker-month {
|
19715
|
-
display: flex;
|
19716
|
-
justify-content: center;
|
19717
|
-
padding: 0 12px 8px;
|
19718
|
-
--v-date-picker-month-day-diff: 4px;
|
19719
|
-
}
|
19720
|
-
|
19721
|
-
.v-date-picker-month__weeks {
|
19722
|
-
display: grid;
|
19723
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
19724
|
-
column-gap: 4px;
|
19725
|
-
font-size: 0.85rem;
|
19726
|
-
}
|
19727
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
19728
|
-
grid-row-gap: 0;
|
19729
|
-
}
|
19730
|
-
|
19731
|
-
.v-date-picker-month__weekday {
|
19732
|
-
font-size: 0.85rem;
|
19733
|
-
}
|
19734
|
-
|
19735
|
-
.v-date-picker-month__days {
|
19736
|
-
display: grid;
|
19737
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
19738
|
-
column-gap: 4px;
|
19739
|
-
flex: 1 1;
|
19740
|
-
justify-content: space-around;
|
19741
|
-
}
|
19742
|
-
|
19743
|
-
.v-date-picker-month__day {
|
19744
|
-
align-items: center;
|
19745
|
-
display: flex;
|
19746
|
-
justify-content: center;
|
19747
|
-
position: relative;
|
19748
|
-
height: 40px;
|
19749
|
-
width: 40px;
|
19750
|
-
}
|
19751
|
-
.v-date-picker-month__day--selected .v-btn {
|
19752
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
19753
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19754
|
-
}
|
19755
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
19756
|
-
--v-btn-height: 24px;
|
19757
|
-
--v-btn-size: 0.85rem;
|
19758
|
-
}
|
19759
|
-
.v-date-picker-month__day--week {
|
19760
|
-
font-size: var(--v-btn-size);
|
19761
|
-
}
|
19762
|
-
|
19763
|
-
.v-date-picker-month__day--adjacent {
|
19764
|
-
opacity: 0.5;
|
19765
|
-
}
|
19766
|
-
|
19767
|
-
.v-date-picker-month__day--hide-adjacent {
|
19768
|
-
opacity: 0;
|
19769
|
-
}.v-date-picker-months {
|
19770
|
-
height: 288px;
|
19771
|
-
}
|
19772
|
-
|
19773
|
-
.v-date-picker-months__content {
|
19774
|
-
align-items: center;
|
19775
|
-
display: grid;
|
19776
|
-
flex: 1 1;
|
19777
|
-
height: inherit;
|
19778
|
-
justify-content: space-around;
|
19779
|
-
grid-template-columns: repeat(2, 1fr);
|
19780
|
-
grid-gap: 0px 24px;
|
19781
|
-
padding-inline-start: 36px;
|
19782
|
-
padding-inline-end: 36px;
|
19783
|
-
}
|
19784
|
-
.v-date-picker-months__content .v-btn {
|
19785
|
-
text-transform: none;
|
19786
|
-
padding-inline-start: 8px;
|
19787
|
-
padding-inline-end: 8px;
|
19788
|
-
}.v-date-picker-controls {
|
19789
|
-
display: flex;
|
19790
|
-
align-items: center;
|
19791
|
-
justify-content: space-between;
|
19792
|
-
font-size: 0.875rem;
|
19793
|
-
padding-top: 4px;
|
19794
|
-
padding-bottom: 4px;
|
19795
|
-
padding-inline-start: 6px;
|
19796
|
-
padding-inline-end: 12px;
|
19797
|
-
}
|
19798
|
-
.v-date-picker-controls > .v-btn:first-child {
|
19799
|
-
text-transform: none;
|
19800
|
-
font-weight: 400;
|
19801
|
-
line-height: initial;
|
19802
|
-
letter-spacing: initial;
|
19803
|
-
}
|
19804
|
-
.v-date-picker-controls--variant-classic {
|
19805
|
-
padding-inline-start: 12px;
|
19806
|
-
}
|
19807
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
19808
|
-
opacity: 0.7;
|
19809
|
-
}
|
19810
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
19811
|
-
cursor: pointer;
|
19812
|
-
}
|
19813
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
19814
|
-
opacity: 1;
|
19815
|
-
}
|
19816
|
-
.v-date-picker-controls .v-btn:last-child {
|
19817
|
-
margin-inline-start: 4px;
|
19818
|
-
}
|
19819
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
19820
|
-
transform: rotate(180deg);
|
19821
|
-
}
|
19822
|
-
|
19823
|
-
.v-date-picker-controls__date {
|
19824
|
-
margin-inline-end: 4px;
|
19825
|
-
}
|
19826
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
19827
|
-
margin: auto;
|
19828
|
-
text-align: center;
|
19829
|
-
}
|
19830
|
-
|
19831
|
-
.v-date-picker-controls__month {
|
19832
|
-
display: flex;
|
19833
|
-
}
|
19834
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
19835
|
-
flex-direction: row-reverse;
|
19836
|
-
}
|
19837
|
-
|
19838
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
19839
|
-
flex: 1 0 auto;
|
19840
|
-
}
|
19841
|
-
|
19842
|
-
.v-date-picker__title {
|
19843
|
-
display: inline-block;
|
19844
|
-
}.v-date-picker-years {
|
19845
|
-
height: 288px;
|
19846
|
-
overflow-y: scroll;
|
19847
|
-
}
|
19848
|
-
|
19849
|
-
.v-date-picker-years__content {
|
19850
|
-
display: grid;
|
19851
|
-
flex: 1 1;
|
19852
|
-
justify-content: space-around;
|
19853
|
-
grid-template-columns: repeat(3, 1fr);
|
19854
|
-
gap: 8px 24px;
|
19855
|
-
padding-inline: 32px;
|
19856
|
-
}
|
19857
|
-
.v-date-picker-years__content .v-btn {
|
19858
|
-
padding-inline: 8px;
|
19859
|
-
}.v-data-table {
|
19860
|
-
width: 100%;
|
19861
|
-
}
|
19862
|
-
|
19863
|
-
.v-data-table__table {
|
19864
|
-
width: 100%;
|
19865
|
-
border-collapse: separate;
|
19866
|
-
border-spacing: 0;
|
19867
|
-
}
|
19868
|
-
|
19869
|
-
.v-data-table__tr--focus {
|
19870
|
-
border: 1px dotted black;
|
19871
|
-
}
|
19872
|
-
.v-data-table__tr--clickable {
|
19873
|
-
cursor: pointer;
|
19874
|
-
}
|
19875
|
-
|
19876
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
19877
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
19878
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
19879
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
19880
|
-
text-align: end;
|
19881
|
-
}
|
19882
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19883
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
19884
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19885
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
19886
|
-
flex-direction: row-reverse;
|
19887
|
-
}
|
19888
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
19889
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
19890
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
19891
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
19892
|
-
text-align: center;
|
19893
|
-
}
|
19894
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19895
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
19896
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19897
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
19898
|
-
justify-content: center;
|
19678
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19679
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
19680
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19681
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
19682
|
+
justify-content: center;
|
19899
19683
|
}
|
19900
19684
|
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
19901
19685
|
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
@@ -20074,55 +19858,266 @@ html.overflow-y-hidden {
|
|
20074
19858
|
}
|
20075
19859
|
.v-data-table-footer__page {
|
20076
19860
|
padding: 0 8px;
|
20077
|
-
}.v-
|
20078
|
-
|
20079
|
-
|
20080
|
-
margin: auto;
|
20081
|
-
}
|
20082
|
-
.v-dialog > .v-overlay__content {
|
20083
|
-
max-height: calc(100% - 48px);
|
20084
|
-
width: calc(100% - 48px);
|
20085
|
-
max-width: calc(100% - 48px);
|
20086
|
-
margin: 24px;
|
20087
|
-
}
|
20088
|
-
.v-dialog > .v-overlay__content,
|
20089
|
-
.v-dialog > .v-overlay__content > form {
|
20090
|
-
display: flex;
|
20091
|
-
flex-direction: column;
|
20092
|
-
min-height: 0;
|
20093
|
-
}
|
20094
|
-
.v-dialog > .v-overlay__content > .v-card,
|
20095
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
20096
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
20097
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
20098
|
-
--v-scrollbar-offset: 0px;
|
20099
|
-
border-radius: 4px;
|
20100
|
-
overflow-y: auto;
|
20101
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19861
|
+
}.v-date-picker {
|
19862
|
+
overflow: hidden;
|
19863
|
+
width: 328px;
|
20102
19864
|
}
|
20103
|
-
.v-
|
20104
|
-
|
19865
|
+
.v-date-picker--show-week {
|
19866
|
+
width: 368px;
|
19867
|
+
}.v-date-picker-month {
|
20105
19868
|
display: flex;
|
20106
|
-
|
20107
|
-
|
20108
|
-
|
20109
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
20110
|
-
padding: 16px 24px;
|
19869
|
+
justify-content: center;
|
19870
|
+
padding: 0 12px 8px;
|
19871
|
+
--v-date-picker-month-day-diff: 4px;
|
20111
19872
|
}
|
20112
|
-
|
20113
|
-
.v-
|
20114
|
-
|
19873
|
+
|
19874
|
+
.v-date-picker-month__weeks {
|
19875
|
+
display: grid;
|
19876
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
19877
|
+
column-gap: 4px;
|
19878
|
+
font-size: 0.85rem;
|
20115
19879
|
}
|
20116
|
-
.v-
|
20117
|
-
|
20118
|
-
font-size: inherit;
|
20119
|
-
letter-spacing: 0.03125em;
|
20120
|
-
line-height: inherit;
|
20121
|
-
padding: 16px 24px 24px;
|
19880
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
19881
|
+
grid-row-gap: 0;
|
20122
19882
|
}
|
20123
|
-
|
20124
|
-
.v-
|
20125
|
-
|
19883
|
+
|
19884
|
+
.v-date-picker-month__weekday {
|
19885
|
+
font-size: 0.85rem;
|
19886
|
+
}
|
19887
|
+
|
19888
|
+
.v-date-picker-month__days {
|
19889
|
+
display: grid;
|
19890
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
19891
|
+
column-gap: 4px;
|
19892
|
+
flex: 1 1;
|
19893
|
+
justify-content: space-around;
|
19894
|
+
}
|
19895
|
+
|
19896
|
+
.v-date-picker-month__day {
|
19897
|
+
align-items: center;
|
19898
|
+
display: flex;
|
19899
|
+
justify-content: center;
|
19900
|
+
position: relative;
|
19901
|
+
height: 40px;
|
19902
|
+
width: 40px;
|
19903
|
+
}
|
19904
|
+
.v-date-picker-month__day--selected .v-btn {
|
19905
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
19906
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19907
|
+
}
|
19908
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
19909
|
+
--v-btn-height: 24px;
|
19910
|
+
--v-btn-size: 0.85rem;
|
19911
|
+
}
|
19912
|
+
.v-date-picker-month__day--week {
|
19913
|
+
font-size: var(--v-btn-size);
|
19914
|
+
}
|
19915
|
+
|
19916
|
+
.v-date-picker-month__day--adjacent {
|
19917
|
+
opacity: 0.5;
|
19918
|
+
}
|
19919
|
+
|
19920
|
+
.v-date-picker-month__day--hide-adjacent {
|
19921
|
+
opacity: 0;
|
19922
|
+
}.v-date-picker-months {
|
19923
|
+
height: 288px;
|
19924
|
+
}
|
19925
|
+
|
19926
|
+
.v-date-picker-months__content {
|
19927
|
+
align-items: center;
|
19928
|
+
display: grid;
|
19929
|
+
flex: 1 1;
|
19930
|
+
height: inherit;
|
19931
|
+
justify-content: space-around;
|
19932
|
+
grid-template-columns: repeat(2, 1fr);
|
19933
|
+
grid-gap: 0px 24px;
|
19934
|
+
padding-inline-start: 36px;
|
19935
|
+
padding-inline-end: 36px;
|
19936
|
+
}
|
19937
|
+
.v-date-picker-months__content .v-btn {
|
19938
|
+
text-transform: none;
|
19939
|
+
padding-inline-start: 8px;
|
19940
|
+
padding-inline-end: 8px;
|
19941
|
+
}.v-date-picker-header {
|
19942
|
+
align-items: flex-end;
|
19943
|
+
height: 70px;
|
19944
|
+
display: grid;
|
19945
|
+
grid-template-areas: "prepend content append";
|
19946
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
19947
|
+
overflow: hidden;
|
19948
|
+
padding-inline: 24px 12px;
|
19949
|
+
padding-bottom: 12px;
|
19950
|
+
}
|
19951
|
+
|
19952
|
+
.v-date-picker-header__append {
|
19953
|
+
grid-area: append;
|
19954
|
+
}
|
19955
|
+
|
19956
|
+
.v-date-picker-header__prepend {
|
19957
|
+
grid-area: prepend;
|
19958
|
+
padding-inline-start: 8px;
|
19959
|
+
}
|
19960
|
+
|
19961
|
+
.v-date-picker-header__content {
|
19962
|
+
align-items: center;
|
19963
|
+
display: inline-flex;
|
19964
|
+
font-size: 32px;
|
19965
|
+
line-height: 40px;
|
19966
|
+
grid-area: content;
|
19967
|
+
justify-content: space-between;
|
19968
|
+
}
|
19969
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
19970
|
+
cursor: pointer;
|
19971
|
+
}
|
19972
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
19973
|
+
opacity: 0.7;
|
19974
|
+
}
|
19975
|
+
|
19976
|
+
.date-picker-header-transition-enter-active,
|
19977
|
+
.date-picker-header-reverse-transition-enter-active {
|
19978
|
+
transition-duration: 0.3s;
|
19979
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19980
|
+
}
|
19981
|
+
.date-picker-header-transition-leave-active,
|
19982
|
+
.date-picker-header-reverse-transition-leave-active {
|
19983
|
+
transition-duration: 0.3s;
|
19984
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19985
|
+
}
|
19986
|
+
|
19987
|
+
.date-picker-header-transition-enter-from {
|
19988
|
+
transform: translate(0, 100%);
|
19989
|
+
}
|
19990
|
+
.date-picker-header-transition-leave-to {
|
19991
|
+
opacity: 0;
|
19992
|
+
transform: translate(0, -100%);
|
19993
|
+
}
|
19994
|
+
|
19995
|
+
.date-picker-header-reverse-transition-enter-from {
|
19996
|
+
transform: translate(0, -100%);
|
19997
|
+
}
|
19998
|
+
.date-picker-header-reverse-transition-leave-to {
|
19999
|
+
opacity: 0;
|
20000
|
+
transform: translate(0, 100%);
|
20001
|
+
}.v-date-picker-controls {
|
20002
|
+
display: flex;
|
20003
|
+
align-items: center;
|
20004
|
+
justify-content: space-between;
|
20005
|
+
font-size: 0.875rem;
|
20006
|
+
padding-top: 4px;
|
20007
|
+
padding-bottom: 4px;
|
20008
|
+
padding-inline-start: 6px;
|
20009
|
+
padding-inline-end: 12px;
|
20010
|
+
}
|
20011
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20012
|
+
text-transform: none;
|
20013
|
+
font-weight: 400;
|
20014
|
+
line-height: initial;
|
20015
|
+
letter-spacing: initial;
|
20016
|
+
}
|
20017
|
+
.v-date-picker-controls--variant-classic {
|
20018
|
+
padding-inline-start: 12px;
|
20019
|
+
}
|
20020
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20021
|
+
opacity: 0.7;
|
20022
|
+
}
|
20023
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20024
|
+
cursor: pointer;
|
20025
|
+
}
|
20026
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20027
|
+
opacity: 1;
|
20028
|
+
}
|
20029
|
+
.v-date-picker-controls .v-btn:last-child {
|
20030
|
+
margin-inline-start: 4px;
|
20031
|
+
}
|
20032
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20033
|
+
transform: rotate(180deg);
|
20034
|
+
}
|
20035
|
+
|
20036
|
+
.v-date-picker-controls__date {
|
20037
|
+
margin-inline-end: 4px;
|
20038
|
+
}
|
20039
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20040
|
+
margin: auto;
|
20041
|
+
text-align: center;
|
20042
|
+
}
|
20043
|
+
|
20044
|
+
.v-date-picker-controls__month {
|
20045
|
+
display: flex;
|
20046
|
+
}
|
20047
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20048
|
+
flex-direction: row-reverse;
|
20049
|
+
}
|
20050
|
+
|
20051
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20052
|
+
flex: 1 0 auto;
|
20053
|
+
}
|
20054
|
+
|
20055
|
+
.v-date-picker__title {
|
20056
|
+
display: inline-block;
|
20057
|
+
}.v-date-picker-years {
|
20058
|
+
height: 288px;
|
20059
|
+
overflow-y: scroll;
|
20060
|
+
}
|
20061
|
+
|
20062
|
+
.v-date-picker-years__content {
|
20063
|
+
display: grid;
|
20064
|
+
flex: 1 1;
|
20065
|
+
justify-content: space-around;
|
20066
|
+
grid-template-columns: repeat(3, 1fr);
|
20067
|
+
gap: 8px 24px;
|
20068
|
+
padding-inline: 32px;
|
20069
|
+
}
|
20070
|
+
.v-date-picker-years__content .v-btn {
|
20071
|
+
padding-inline: 8px;
|
20072
|
+
}.v-dialog {
|
20073
|
+
align-items: center;
|
20074
|
+
justify-content: center;
|
20075
|
+
margin: auto;
|
20076
|
+
}
|
20077
|
+
.v-dialog > .v-overlay__content {
|
20078
|
+
max-height: calc(100% - 48px);
|
20079
|
+
width: calc(100% - 48px);
|
20080
|
+
max-width: calc(100% - 48px);
|
20081
|
+
margin: 24px;
|
20082
|
+
}
|
20083
|
+
.v-dialog > .v-overlay__content,
|
20084
|
+
.v-dialog > .v-overlay__content > form {
|
20085
|
+
display: flex;
|
20086
|
+
flex-direction: column;
|
20087
|
+
min-height: 0;
|
20088
|
+
}
|
20089
|
+
.v-dialog > .v-overlay__content > .v-card,
|
20090
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
20091
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
20092
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
20093
|
+
--v-scrollbar-offset: 0px;
|
20094
|
+
border-radius: 4px;
|
20095
|
+
overflow-y: auto;
|
20096
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20097
|
+
}
|
20098
|
+
.v-dialog > .v-overlay__content > .v-card,
|
20099
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
20100
|
+
display: flex;
|
20101
|
+
flex-direction: column;
|
20102
|
+
}
|
20103
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
20104
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
20105
|
+
padding: 16px 24px;
|
20106
|
+
}
|
20107
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
20108
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
20109
|
+
padding-top: 0;
|
20110
|
+
}
|
20111
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
20112
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
20113
|
+
font-size: inherit;
|
20114
|
+
letter-spacing: 0.03125em;
|
20115
|
+
line-height: inherit;
|
20116
|
+
padding: 16px 24px 24px;
|
20117
|
+
}
|
20118
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
20119
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
20120
|
+
justify-content: flex-end;
|
20126
20121
|
}
|
20127
20122
|
|
20128
20123
|
.v-dialog--fullscreen {
|
@@ -20562,23 +20557,52 @@ html.overflow-y-hidden {
|
|
20562
20557
|
}
|
20563
20558
|
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20564
20559
|
right: 0;
|
20565
|
-
}
|
20566
|
-
.v-
|
20567
|
-
|
20568
|
-
display:
|
20569
|
-
|
20570
|
-
|
20571
|
-
font-size: 16px;
|
20572
|
-
letter-spacing: 0.009375em;
|
20573
|
-
max-width: 100%;
|
20574
|
-
border-radius: 4px;
|
20575
|
-
contain: layout;
|
20576
|
-
flex: 1 0;
|
20560
|
+
}.v-file-input--hide.v-input .v-field,
|
20561
|
+
.v-file-input--hide.v-input .v-input__control,
|
20562
|
+
.v-file-input--hide.v-input .v-input__details {
|
20563
|
+
display: none;
|
20564
|
+
}
|
20565
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
20577
20566
|
grid-area: control;
|
20578
|
-
|
20579
|
-
|
20580
|
-
|
20581
|
-
|
20567
|
+
margin: 0 auto;
|
20568
|
+
}
|
20569
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20570
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20571
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20572
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20573
|
+
top: 0px;
|
20574
|
+
}
|
20575
|
+
.v-file-input input[type=file] {
|
20576
|
+
height: 100%;
|
20577
|
+
left: 0;
|
20578
|
+
opacity: 0;
|
20579
|
+
position: absolute;
|
20580
|
+
top: 0;
|
20581
|
+
width: 100%;
|
20582
|
+
z-index: 1;
|
20583
|
+
}
|
20584
|
+
.v-file-input .v-input__details {
|
20585
|
+
padding-inline: 16px;
|
20586
|
+
}
|
20587
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
20588
|
+
padding-inline: 0;
|
20589
|
+
}/* region INPUT */
|
20590
|
+
.v-field {
|
20591
|
+
--v-theme-overlay-multiplier: 1;
|
20592
|
+
display: grid;
|
20593
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
20594
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
20595
|
+
font-size: 16px;
|
20596
|
+
letter-spacing: 0.009375em;
|
20597
|
+
max-width: 100%;
|
20598
|
+
border-radius: 4px;
|
20599
|
+
contain: layout;
|
20600
|
+
flex: 1 0;
|
20601
|
+
grid-area: control;
|
20602
|
+
position: relative;
|
20603
|
+
--v-field-padding-start: 16px;
|
20604
|
+
--v-field-padding-end: 16px;
|
20605
|
+
--v-field-padding-top: 8px;
|
20582
20606
|
--v-field-padding-bottom: 4px;
|
20583
20607
|
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
20584
20608
|
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
@@ -21133,36 +21157,7 @@ textarea.v-field__input::placeholder {
|
|
21133
21157
|
opacity: 0;
|
21134
21158
|
}
|
21135
21159
|
|
21136
|
-
/* endregion */.v-
|
21137
|
-
.v-file-input--hide.v-input .v-input__control,
|
21138
|
-
.v-file-input--hide.v-input .v-input__details {
|
21139
|
-
display: none;
|
21140
|
-
}
|
21141
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
21142
|
-
grid-area: control;
|
21143
|
-
margin: 0 auto;
|
21144
|
-
}
|
21145
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21146
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21147
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21148
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21149
|
-
top: 0px;
|
21150
|
-
}
|
21151
|
-
.v-file-input input[type=file] {
|
21152
|
-
height: 100%;
|
21153
|
-
left: 0;
|
21154
|
-
opacity: 0;
|
21155
|
-
position: absolute;
|
21156
|
-
top: 0;
|
21157
|
-
width: 100%;
|
21158
|
-
z-index: 1;
|
21159
|
-
}
|
21160
|
-
.v-file-input .v-input__details {
|
21161
|
-
padding-inline: 16px;
|
21162
|
-
}
|
21163
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
21164
|
-
padding-inline: 0;
|
21165
|
-
}.v-footer {
|
21160
|
+
/* endregion */.v-footer {
|
21166
21161
|
align-items: center;
|
21167
21162
|
display: flex;
|
21168
21163
|
flex: 1 1 auto;
|
@@ -22147,13 +22142,6 @@ textarea.v-field__input::placeholder {
|
|
22147
22142
|
|
22148
22143
|
.v-label--clickable {
|
22149
22144
|
cursor: pointer;
|
22150
|
-
}.v-layout-item {
|
22151
|
-
position: absolute;
|
22152
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22153
|
-
}
|
22154
|
-
|
22155
|
-
.v-layout-item--absolute {
|
22156
|
-
position: absolute;
|
22157
22145
|
}.v-layout {
|
22158
22146
|
--v-scrollbar-offset: 0px;
|
22159
22147
|
display: flex;
|
@@ -22162,107 +22150,13 @@ textarea.v-field__input::placeholder {
|
|
22162
22150
|
.v-layout--full-height {
|
22163
22151
|
--v-scrollbar-offset: inherit;
|
22164
22152
|
height: 100%;
|
22165
|
-
}.v-
|
22166
|
-
overflow: auto;
|
22167
|
-
padding: 8px 0;
|
22168
|
-
position: relative;
|
22169
|
-
outline: none;
|
22170
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22171
|
-
border-style: solid;
|
22172
|
-
border-width: 0;
|
22173
|
-
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));
|
22174
|
-
border-radius: 0;
|
22175
|
-
background: rgba(var(--v-theme-surface));
|
22176
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22177
|
-
}
|
22178
|
-
.v-list--border {
|
22179
|
-
border-width: thin;
|
22180
|
-
box-shadow: none;
|
22181
|
-
}
|
22182
|
-
.v-list--disabled {
|
22183
|
-
pointer-events: none;
|
22184
|
-
-webkit-user-select: none;
|
22185
|
-
user-select: none;
|
22186
|
-
}
|
22187
|
-
.v-list--nav {
|
22188
|
-
padding-inline: 8px;
|
22189
|
-
}
|
22190
|
-
.v-list--rounded {
|
22191
|
-
border-radius: 4px;
|
22192
|
-
}
|
22193
|
-
.v-list--subheader {
|
22194
|
-
padding-top: 0;
|
22195
|
-
}
|
22196
|
-
|
22197
|
-
.v-list-img {
|
22198
|
-
border-radius: inherit;
|
22199
|
-
display: flex;
|
22200
|
-
height: 100%;
|
22201
|
-
left: 0;
|
22202
|
-
overflow: hidden;
|
22153
|
+
}.v-layout-item {
|
22203
22154
|
position: absolute;
|
22204
|
-
|
22205
|
-
width: 100%;
|
22206
|
-
z-index: -1;
|
22207
|
-
}
|
22208
|
-
|
22209
|
-
.v-list-subheader {
|
22210
|
-
align-items: center;
|
22211
|
-
background: inherit;
|
22212
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22213
|
-
display: flex;
|
22214
|
-
font-size: 0.875rem;
|
22215
|
-
font-weight: 400;
|
22216
|
-
line-height: 1.375rem;
|
22217
|
-
padding-inline-end: 16px;
|
22218
|
-
min-height: 40px;
|
22219
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22220
|
-
}
|
22221
|
-
.v-list-subheader__text {
|
22222
|
-
overflow: hidden;
|
22223
|
-
text-overflow: ellipsis;
|
22224
|
-
white-space: nowrap;
|
22225
|
-
}
|
22226
|
-
.v-list--density-default .v-list-subheader {
|
22227
|
-
min-height: 40px;
|
22228
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22229
|
-
}
|
22230
|
-
|
22231
|
-
.v-list--density-comfortable .v-list-subheader {
|
22232
|
-
min-height: 36px;
|
22233
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22234
|
-
}
|
22235
|
-
|
22236
|
-
.v-list--density-compact .v-list-subheader {
|
22237
|
-
min-height: 32px;
|
22238
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22239
|
-
}
|
22240
|
-
|
22241
|
-
.v-list-subheader--inset {
|
22242
|
-
--indent-padding: 56px;
|
22243
|
-
}
|
22244
|
-
.v-list--nav .v-list-subheader {
|
22245
|
-
font-size: 0.75rem;
|
22246
|
-
}
|
22247
|
-
.v-list-subheader--sticky {
|
22248
|
-
background: inherit;
|
22249
|
-
left: 0;
|
22250
|
-
position: sticky;
|
22251
|
-
top: 0;
|
22252
|
-
z-index: 1;
|
22155
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22253
22156
|
}
|
22254
22157
|
|
22255
|
-
.v-
|
22256
|
-
background-color: currentColor;
|
22257
|
-
border-radius: inherit;
|
22258
|
-
bottom: 0;
|
22259
|
-
left: 0;
|
22260
|
-
opacity: 0;
|
22261
|
-
pointer-events: none;
|
22158
|
+
.v-layout-item--absolute {
|
22262
22159
|
position: absolute;
|
22263
|
-
right: 0;
|
22264
|
-
top: 0;
|
22265
|
-
transition: opacity 0.2s ease-in-out;
|
22266
22160
|
}.v-list-item {
|
22267
22161
|
align-items: center;
|
22268
22162
|
display: grid;
|
@@ -22719,93 +22613,194 @@ textarea.v-field__input::placeholder {
|
|
22719
22613
|
}
|
22720
22614
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
22721
22615
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22722
|
-
}.v-
|
22723
|
-
display: contents;
|
22724
|
-
}.v-main {
|
22725
|
-
flex: 1 0 auto;
|
22726
|
-
max-width: 100%;
|
22727
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22728
|
-
padding-left: var(--v-layout-left);
|
22729
|
-
padding-right: var(--v-layout-right);
|
22730
|
-
padding-top: var(--v-layout-top);
|
22731
|
-
padding-bottom: var(--v-layout-bottom);
|
22732
|
-
}
|
22733
|
-
.v-main__scroller {
|
22734
|
-
max-width: 100%;
|
22735
|
-
position: relative;
|
22736
|
-
}
|
22737
|
-
.v-main--scrollable {
|
22738
|
-
display: flex;
|
22739
|
-
position: absolute;
|
22740
|
-
top: 0;
|
22741
|
-
left: 0;
|
22742
|
-
width: 100%;
|
22743
|
-
height: 100%;
|
22744
|
-
}
|
22745
|
-
.v-main--scrollable > .v-main__scroller {
|
22746
|
-
flex: 1 1 auto;
|
22747
|
-
overflow-y: auto;
|
22748
|
-
--v-layout-left: 0px;
|
22749
|
-
--v-layout-right: 0px;
|
22750
|
-
--v-layout-top: 0px;
|
22751
|
-
--v-layout-bottom: 0px;
|
22752
|
-
}.v-menu > .v-overlay__content {
|
22753
|
-
display: flex;
|
22754
|
-
flex-direction: column;
|
22755
|
-
border-radius: 4px;
|
22756
|
-
}
|
22757
|
-
.v-menu > .v-overlay__content > .v-card,
|
22758
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
22759
|
-
.v-menu > .v-overlay__content > .v-list {
|
22760
|
-
background: rgb(var(--v-theme-surface));
|
22761
|
-
border-radius: inherit;
|
22616
|
+
}.v-list {
|
22762
22617
|
overflow: auto;
|
22763
|
-
|
22764
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22765
|
-
}.v-messages {
|
22766
|
-
flex: 1 1 auto;
|
22767
|
-
font-size: 12px;
|
22768
|
-
min-height: 14px;
|
22769
|
-
min-width: 1px;
|
22770
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22618
|
+
padding: 8px 0;
|
22771
22619
|
position: relative;
|
22772
|
-
|
22773
|
-
.v-messages__message {
|
22774
|
-
line-height: 12px;
|
22775
|
-
word-break: break-word;
|
22776
|
-
overflow-wrap: break-word;
|
22777
|
-
word-wrap: break-word;
|
22778
|
-
-webkit-hyphens: auto;
|
22779
|
-
hyphens: auto;
|
22780
|
-
transition-duration: 150ms;
|
22781
|
-
}.v-navigation-drawer {
|
22782
|
-
-webkit-overflow-scrolling: touch;
|
22783
|
-
background: rgb(var(--v-theme-surface));
|
22784
|
-
display: flex;
|
22785
|
-
flex-direction: column;
|
22786
|
-
height: 100%;
|
22787
|
-
max-width: 100%;
|
22788
|
-
pointer-events: auto;
|
22789
|
-
transition-duration: 0.2s;
|
22790
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
22791
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22792
|
-
position: absolute;
|
22620
|
+
outline: none;
|
22793
22621
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22794
22622
|
border-style: solid;
|
22795
22623
|
border-width: 0;
|
22796
22624
|
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));
|
22797
|
-
|
22625
|
+
border-radius: 0;
|
22626
|
+
background: rgba(var(--v-theme-surface));
|
22798
22627
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22799
22628
|
}
|
22800
|
-
.v-
|
22629
|
+
.v-list--border {
|
22801
22630
|
border-width: thin;
|
22802
22631
|
box-shadow: none;
|
22803
22632
|
}
|
22804
|
-
.v-
|
22805
|
-
|
22806
|
-
|
22807
|
-
|
22808
|
-
|
22633
|
+
.v-list--disabled {
|
22634
|
+
pointer-events: none;
|
22635
|
+
-webkit-user-select: none;
|
22636
|
+
user-select: none;
|
22637
|
+
}
|
22638
|
+
.v-list--nav {
|
22639
|
+
padding-inline: 8px;
|
22640
|
+
}
|
22641
|
+
.v-list--rounded {
|
22642
|
+
border-radius: 4px;
|
22643
|
+
}
|
22644
|
+
.v-list--subheader {
|
22645
|
+
padding-top: 0;
|
22646
|
+
}
|
22647
|
+
|
22648
|
+
.v-list-img {
|
22649
|
+
border-radius: inherit;
|
22650
|
+
display: flex;
|
22651
|
+
height: 100%;
|
22652
|
+
left: 0;
|
22653
|
+
overflow: hidden;
|
22654
|
+
position: absolute;
|
22655
|
+
top: 0;
|
22656
|
+
width: 100%;
|
22657
|
+
z-index: -1;
|
22658
|
+
}
|
22659
|
+
|
22660
|
+
.v-list-subheader {
|
22661
|
+
align-items: center;
|
22662
|
+
background: inherit;
|
22663
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22664
|
+
display: flex;
|
22665
|
+
font-size: 0.875rem;
|
22666
|
+
font-weight: 400;
|
22667
|
+
line-height: 1.375rem;
|
22668
|
+
padding-inline-end: 16px;
|
22669
|
+
min-height: 40px;
|
22670
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22671
|
+
}
|
22672
|
+
.v-list-subheader__text {
|
22673
|
+
overflow: hidden;
|
22674
|
+
text-overflow: ellipsis;
|
22675
|
+
white-space: nowrap;
|
22676
|
+
}
|
22677
|
+
.v-list--density-default .v-list-subheader {
|
22678
|
+
min-height: 40px;
|
22679
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22680
|
+
}
|
22681
|
+
|
22682
|
+
.v-list--density-comfortable .v-list-subheader {
|
22683
|
+
min-height: 36px;
|
22684
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22685
|
+
}
|
22686
|
+
|
22687
|
+
.v-list--density-compact .v-list-subheader {
|
22688
|
+
min-height: 32px;
|
22689
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22690
|
+
}
|
22691
|
+
|
22692
|
+
.v-list-subheader--inset {
|
22693
|
+
--indent-padding: 56px;
|
22694
|
+
}
|
22695
|
+
.v-list--nav .v-list-subheader {
|
22696
|
+
font-size: 0.75rem;
|
22697
|
+
}
|
22698
|
+
.v-list-subheader--sticky {
|
22699
|
+
background: inherit;
|
22700
|
+
left: 0;
|
22701
|
+
position: sticky;
|
22702
|
+
top: 0;
|
22703
|
+
z-index: 1;
|
22704
|
+
}
|
22705
|
+
|
22706
|
+
.v-list__overlay {
|
22707
|
+
background-color: currentColor;
|
22708
|
+
border-radius: inherit;
|
22709
|
+
bottom: 0;
|
22710
|
+
left: 0;
|
22711
|
+
opacity: 0;
|
22712
|
+
pointer-events: none;
|
22713
|
+
position: absolute;
|
22714
|
+
right: 0;
|
22715
|
+
top: 0;
|
22716
|
+
transition: opacity 0.2s ease-in-out;
|
22717
|
+
}.v-locale-provider {
|
22718
|
+
display: contents;
|
22719
|
+
}.v-main {
|
22720
|
+
flex: 1 0 auto;
|
22721
|
+
max-width: 100%;
|
22722
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22723
|
+
padding-left: var(--v-layout-left);
|
22724
|
+
padding-right: var(--v-layout-right);
|
22725
|
+
padding-top: var(--v-layout-top);
|
22726
|
+
padding-bottom: var(--v-layout-bottom);
|
22727
|
+
}
|
22728
|
+
.v-main__scroller {
|
22729
|
+
max-width: 100%;
|
22730
|
+
position: relative;
|
22731
|
+
}
|
22732
|
+
.v-main--scrollable {
|
22733
|
+
display: flex;
|
22734
|
+
position: absolute;
|
22735
|
+
top: 0;
|
22736
|
+
left: 0;
|
22737
|
+
width: 100%;
|
22738
|
+
height: 100%;
|
22739
|
+
}
|
22740
|
+
.v-main--scrollable > .v-main__scroller {
|
22741
|
+
flex: 1 1 auto;
|
22742
|
+
overflow-y: auto;
|
22743
|
+
--v-layout-left: 0px;
|
22744
|
+
--v-layout-right: 0px;
|
22745
|
+
--v-layout-top: 0px;
|
22746
|
+
--v-layout-bottom: 0px;
|
22747
|
+
}.v-menu > .v-overlay__content {
|
22748
|
+
display: flex;
|
22749
|
+
flex-direction: column;
|
22750
|
+
border-radius: 4px;
|
22751
|
+
}
|
22752
|
+
.v-menu > .v-overlay__content > .v-card,
|
22753
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
22754
|
+
.v-menu > .v-overlay__content > .v-list {
|
22755
|
+
background: rgb(var(--v-theme-surface));
|
22756
|
+
border-radius: inherit;
|
22757
|
+
overflow: auto;
|
22758
|
+
height: 100%;
|
22759
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22760
|
+
}.v-messages {
|
22761
|
+
flex: 1 1 auto;
|
22762
|
+
font-size: 12px;
|
22763
|
+
min-height: 14px;
|
22764
|
+
min-width: 1px;
|
22765
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22766
|
+
position: relative;
|
22767
|
+
}
|
22768
|
+
.v-messages__message {
|
22769
|
+
line-height: 12px;
|
22770
|
+
word-break: break-word;
|
22771
|
+
overflow-wrap: break-word;
|
22772
|
+
word-wrap: break-word;
|
22773
|
+
-webkit-hyphens: auto;
|
22774
|
+
hyphens: auto;
|
22775
|
+
transition-duration: 150ms;
|
22776
|
+
}.v-navigation-drawer {
|
22777
|
+
-webkit-overflow-scrolling: touch;
|
22778
|
+
background: rgb(var(--v-theme-surface));
|
22779
|
+
display: flex;
|
22780
|
+
flex-direction: column;
|
22781
|
+
height: 100%;
|
22782
|
+
max-width: 100%;
|
22783
|
+
pointer-events: auto;
|
22784
|
+
transition-duration: 0.2s;
|
22785
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
22786
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22787
|
+
position: absolute;
|
22788
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22789
|
+
border-style: solid;
|
22790
|
+
border-width: 0;
|
22791
|
+
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));
|
22792
|
+
background: rgb(var(--v-theme-surface));
|
22793
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22794
|
+
}
|
22795
|
+
.v-navigation-drawer--border {
|
22796
|
+
border-width: thin;
|
22797
|
+
box-shadow: none;
|
22798
|
+
}
|
22799
|
+
.v-navigation-drawer--rounded {
|
22800
|
+
border-radius: 4px;
|
22801
|
+
}
|
22802
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
22803
|
+
max-height: -webkit-fill-available;
|
22809
22804
|
overflow-y: auto;
|
22810
22805
|
}
|
22811
22806
|
.v-navigation-drawer--top {
|
@@ -22880,6 +22875,62 @@ textarea.v-field__input::placeholder {
|
|
22880
22875
|
.v-navigation-drawer__append {
|
22881
22876
|
flex: none;
|
22882
22877
|
overflow: hidden;
|
22878
|
+
}.v-otp-input {
|
22879
|
+
border-radius: 4px;
|
22880
|
+
align-items: center;
|
22881
|
+
display: flex;
|
22882
|
+
justify-content: center;
|
22883
|
+
padding: 0.5rem 0;
|
22884
|
+
position: relative;
|
22885
|
+
}
|
22886
|
+
.v-otp-input .v-field {
|
22887
|
+
height: 100%;
|
22888
|
+
}
|
22889
|
+
|
22890
|
+
.v-otp-input__divider {
|
22891
|
+
margin: 0 8px;
|
22892
|
+
}
|
22893
|
+
|
22894
|
+
.v-otp-input__content {
|
22895
|
+
align-items: center;
|
22896
|
+
display: flex;
|
22897
|
+
gap: 0.5rem;
|
22898
|
+
height: 64px;
|
22899
|
+
padding: 0.5rem;
|
22900
|
+
justify-content: center;
|
22901
|
+
max-width: 320px;
|
22902
|
+
position: relative;
|
22903
|
+
border-radius: inherit;
|
22904
|
+
}
|
22905
|
+
.v-otp-input--divided .v-otp-input__content {
|
22906
|
+
max-width: 360px;
|
22907
|
+
}
|
22908
|
+
|
22909
|
+
.v-otp-input__field {
|
22910
|
+
color: inherit;
|
22911
|
+
font-size: 1.25rem;
|
22912
|
+
height: 100%;
|
22913
|
+
outline: none;
|
22914
|
+
text-align: center;
|
22915
|
+
width: 100%;
|
22916
|
+
}
|
22917
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22918
|
+
-webkit-appearance: none;
|
22919
|
+
margin: 0;
|
22920
|
+
}
|
22921
|
+
.v-otp-input__field[type=number] {
|
22922
|
+
-moz-appearance: textfield;
|
22923
|
+
}
|
22924
|
+
|
22925
|
+
.v-otp-input__loader {
|
22926
|
+
align-items: center;
|
22927
|
+
display: flex;
|
22928
|
+
height: 100%;
|
22929
|
+
justify-content: center;
|
22930
|
+
width: 100%;
|
22931
|
+
}
|
22932
|
+
.v-otp-input__loader .v-progress-linear {
|
22933
|
+
position: absolute;
|
22883
22934
|
}.v-overlay-container {
|
22884
22935
|
contain: layout;
|
22885
22936
|
left: 0;
|
@@ -22943,85 +22994,29 @@ html.v-overlay-scroll-blocked {
|
|
22943
22994
|
|
22944
22995
|
.v-overlay--scroll-blocked {
|
22945
22996
|
padding-inline-end: var(--v-scrollbar-offset);
|
22946
|
-
}.v-
|
22947
|
-
|
22997
|
+
}.v-pagination__list {
|
22998
|
+
display: inline-flex;
|
22999
|
+
list-style-type: none;
|
23000
|
+
justify-content: center;
|
23001
|
+
width: 100%;
|
23002
|
+
}
|
23003
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23004
|
+
margin: 0.3rem;
|
23005
|
+
}.v-parallax {
|
23006
|
+
position: relative;
|
23007
|
+
overflow: hidden;
|
23008
|
+
}
|
23009
|
+
.v-parallax--active > .v-img__img {
|
23010
|
+
will-change: transform;
|
23011
|
+
}.v-progress-circular {
|
22948
23012
|
align-items: center;
|
22949
|
-
display: flex;
|
23013
|
+
display: inline-flex;
|
22950
23014
|
justify-content: center;
|
22951
|
-
padding: 0.5rem 0;
|
22952
23015
|
position: relative;
|
23016
|
+
vertical-align: middle;
|
22953
23017
|
}
|
22954
|
-
.v-
|
22955
|
-
|
22956
|
-
}
|
22957
|
-
|
22958
|
-
.v-otp-input__divider {
|
22959
|
-
margin: 0 8px;
|
22960
|
-
}
|
22961
|
-
|
22962
|
-
.v-otp-input__content {
|
22963
|
-
align-items: center;
|
22964
|
-
display: flex;
|
22965
|
-
gap: 0.5rem;
|
22966
|
-
height: 64px;
|
22967
|
-
padding: 0.5rem;
|
22968
|
-
justify-content: center;
|
22969
|
-
max-width: 320px;
|
22970
|
-
position: relative;
|
22971
|
-
border-radius: inherit;
|
22972
|
-
}
|
22973
|
-
.v-otp-input--divided .v-otp-input__content {
|
22974
|
-
max-width: 360px;
|
22975
|
-
}
|
22976
|
-
|
22977
|
-
.v-otp-input__field {
|
22978
|
-
color: inherit;
|
22979
|
-
font-size: 1.25rem;
|
22980
|
-
height: 100%;
|
22981
|
-
outline: none;
|
22982
|
-
text-align: center;
|
22983
|
-
width: 100%;
|
22984
|
-
}
|
22985
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22986
|
-
-webkit-appearance: none;
|
22987
|
-
margin: 0;
|
22988
|
-
}
|
22989
|
-
.v-otp-input__field[type=number] {
|
22990
|
-
-moz-appearance: textfield;
|
22991
|
-
}
|
22992
|
-
|
22993
|
-
.v-otp-input__loader {
|
22994
|
-
align-items: center;
|
22995
|
-
display: flex;
|
22996
|
-
height: 100%;
|
22997
|
-
justify-content: center;
|
22998
|
-
width: 100%;
|
22999
|
-
}
|
23000
|
-
.v-otp-input__loader .v-progress-linear {
|
23001
|
-
position: absolute;
|
23002
|
-
}.v-pagination__list {
|
23003
|
-
display: inline-flex;
|
23004
|
-
list-style-type: none;
|
23005
|
-
justify-content: center;
|
23006
|
-
width: 100%;
|
23007
|
-
}
|
23008
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23009
|
-
margin: 0.3rem;
|
23010
|
-
}.v-parallax {
|
23011
|
-
position: relative;
|
23012
|
-
overflow: hidden;
|
23013
|
-
}
|
23014
|
-
.v-parallax--active > .v-img__img {
|
23015
|
-
will-change: transform;
|
23016
|
-
}.v-progress-circular {
|
23017
|
-
align-items: center;
|
23018
|
-
display: inline-flex;
|
23019
|
-
justify-content: center;
|
23020
|
-
position: relative;
|
23021
|
-
vertical-align: middle;
|
23022
|
-
}
|
23023
|
-
.v-progress-circular > svg {
|
23024
|
-
width: 100%;
|
23018
|
+
.v-progress-circular > svg {
|
23019
|
+
width: 100%;
|
23025
23020
|
height: 100%;
|
23026
23021
|
margin: auto;
|
23027
23022
|
position: absolute;
|
@@ -23412,32 +23407,6 @@ html.v-overlay-scroll-blocked {
|
|
23412
23407
|
|
23413
23408
|
.v-slider__label {
|
23414
23409
|
margin-inline-end: 12px;
|
23415
|
-
}.v-responsive {
|
23416
|
-
display: flex;
|
23417
|
-
flex: 1 0 auto;
|
23418
|
-
max-height: 100%;
|
23419
|
-
max-width: 100%;
|
23420
|
-
overflow: hidden;
|
23421
|
-
position: relative;
|
23422
|
-
}
|
23423
|
-
.v-responsive--inline {
|
23424
|
-
display: inline-flex;
|
23425
|
-
flex: 0 0 auto;
|
23426
|
-
}
|
23427
|
-
|
23428
|
-
.v-responsive__content {
|
23429
|
-
flex: 1 0 0px;
|
23430
|
-
max-width: 100%;
|
23431
|
-
}
|
23432
|
-
|
23433
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
23434
|
-
margin-inline-start: -100%;
|
23435
|
-
}
|
23436
|
-
|
23437
|
-
.v-responsive__sizer {
|
23438
|
-
flex: 1 0 0px;
|
23439
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23440
|
-
pointer-events: none;
|
23441
23410
|
}.v-rating {
|
23442
23411
|
max-width: 100%;
|
23443
23412
|
display: inline-flex;
|
@@ -23492,6 +23461,32 @@ html.v-overlay-scroll-blocked {
|
|
23492
23461
|
opacity: 0;
|
23493
23462
|
position: absolute;
|
23494
23463
|
width: 0;
|
23464
|
+
}.v-responsive {
|
23465
|
+
display: flex;
|
23466
|
+
flex: 1 0 auto;
|
23467
|
+
max-height: 100%;
|
23468
|
+
max-width: 100%;
|
23469
|
+
overflow: hidden;
|
23470
|
+
position: relative;
|
23471
|
+
}
|
23472
|
+
.v-responsive--inline {
|
23473
|
+
display: inline-flex;
|
23474
|
+
flex: 0 0 auto;
|
23475
|
+
}
|
23476
|
+
|
23477
|
+
.v-responsive__content {
|
23478
|
+
flex: 1 0 0px;
|
23479
|
+
max-width: 100%;
|
23480
|
+
}
|
23481
|
+
|
23482
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23483
|
+
margin-inline-start: -100%;
|
23484
|
+
}
|
23485
|
+
|
23486
|
+
.v-responsive__sizer {
|
23487
|
+
flex: 1 0 0px;
|
23488
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23489
|
+
pointer-events: none;
|
23495
23490
|
}.v-select .v-field .v-text-field__prefix,
|
23496
23491
|
.v-select .v-field .v-text-field__suffix,
|
23497
23492
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -23641,14 +23636,6 @@ html.v-overlay-scroll-blocked {
|
|
23641
23636
|
}
|
23642
23637
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23643
23638
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23644
|
-
}.v-selection-control-group {
|
23645
|
-
grid-area: control;
|
23646
|
-
display: flex;
|
23647
|
-
flex-direction: column;
|
23648
|
-
}
|
23649
|
-
.v-selection-control-group--inline {
|
23650
|
-
flex-direction: row;
|
23651
|
-
flex-wrap: wrap;
|
23652
23639
|
}.v-sheet {
|
23653
23640
|
display: block;
|
23654
23641
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -23677,6 +23664,69 @@ html.v-overlay-scroll-blocked {
|
|
23677
23664
|
}
|
23678
23665
|
.v-sheet--rounded {
|
23679
23666
|
border-radius: 4px;
|
23667
|
+
}.v-slide-group {
|
23668
|
+
display: flex;
|
23669
|
+
overflow: hidden;
|
23670
|
+
}
|
23671
|
+
|
23672
|
+
.v-slide-group__next,
|
23673
|
+
.v-slide-group__prev {
|
23674
|
+
align-items: center;
|
23675
|
+
display: flex;
|
23676
|
+
flex: 0 1 52px;
|
23677
|
+
justify-content: center;
|
23678
|
+
min-width: 52px;
|
23679
|
+
cursor: pointer;
|
23680
|
+
}
|
23681
|
+
.v-slide-group__next--disabled,
|
23682
|
+
.v-slide-group__prev--disabled {
|
23683
|
+
pointer-events: none;
|
23684
|
+
opacity: var(--v-disabled-opacity);
|
23685
|
+
}
|
23686
|
+
|
23687
|
+
.v-slide-group__content {
|
23688
|
+
display: flex;
|
23689
|
+
flex: 1 0 auto;
|
23690
|
+
position: relative;
|
23691
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
23692
|
+
white-space: nowrap;
|
23693
|
+
}
|
23694
|
+
.v-slide-group__content > * {
|
23695
|
+
white-space: initial;
|
23696
|
+
}
|
23697
|
+
|
23698
|
+
.v-slide-group__container {
|
23699
|
+
contain: content;
|
23700
|
+
display: flex;
|
23701
|
+
flex: 1 1 auto;
|
23702
|
+
overflow-x: auto;
|
23703
|
+
overflow-y: hidden;
|
23704
|
+
scrollbar-width: none;
|
23705
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
23706
|
+
}
|
23707
|
+
.v-slide-group__container::-webkit-scrollbar {
|
23708
|
+
display: none;
|
23709
|
+
}
|
23710
|
+
|
23711
|
+
.v-slide-group--vertical {
|
23712
|
+
max-height: inherit;
|
23713
|
+
}
|
23714
|
+
.v-slide-group--vertical,
|
23715
|
+
.v-slide-group--vertical .v-slide-group__container,
|
23716
|
+
.v-slide-group--vertical .v-slide-group__content {
|
23717
|
+
flex-direction: column;
|
23718
|
+
}
|
23719
|
+
.v-slide-group--vertical .v-slide-group__container {
|
23720
|
+
overflow-x: hidden;
|
23721
|
+
overflow-y: auto;
|
23722
|
+
}.v-selection-control-group {
|
23723
|
+
grid-area: control;
|
23724
|
+
display: flex;
|
23725
|
+
flex-direction: column;
|
23726
|
+
}
|
23727
|
+
.v-selection-control-group--inline {
|
23728
|
+
flex-direction: row;
|
23729
|
+
flex-wrap: wrap;
|
23680
23730
|
}.v-skeleton-loader {
|
23681
23731
|
align-items: center;
|
23682
23732
|
background: rgb(var(--v-theme-surface));
|
@@ -23900,61 +23950,6 @@ html.v-overlay-scroll-blocked {
|
|
23900
23950
|
100% {
|
23901
23951
|
transform: translateX(100%);
|
23902
23952
|
}
|
23903
|
-
}.v-slide-group {
|
23904
|
-
display: flex;
|
23905
|
-
overflow: hidden;
|
23906
|
-
}
|
23907
|
-
|
23908
|
-
.v-slide-group__next,
|
23909
|
-
.v-slide-group__prev {
|
23910
|
-
align-items: center;
|
23911
|
-
display: flex;
|
23912
|
-
flex: 0 1 52px;
|
23913
|
-
justify-content: center;
|
23914
|
-
min-width: 52px;
|
23915
|
-
cursor: pointer;
|
23916
|
-
}
|
23917
|
-
.v-slide-group__next--disabled,
|
23918
|
-
.v-slide-group__prev--disabled {
|
23919
|
-
pointer-events: none;
|
23920
|
-
opacity: var(--v-disabled-opacity);
|
23921
|
-
}
|
23922
|
-
|
23923
|
-
.v-slide-group__content {
|
23924
|
-
display: flex;
|
23925
|
-
flex: 1 0 auto;
|
23926
|
-
position: relative;
|
23927
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
23928
|
-
white-space: nowrap;
|
23929
|
-
}
|
23930
|
-
.v-slide-group__content > * {
|
23931
|
-
white-space: initial;
|
23932
|
-
}
|
23933
|
-
|
23934
|
-
.v-slide-group__container {
|
23935
|
-
contain: content;
|
23936
|
-
display: flex;
|
23937
|
-
flex: 1 1 auto;
|
23938
|
-
overflow-x: auto;
|
23939
|
-
overflow-y: hidden;
|
23940
|
-
scrollbar-width: none;
|
23941
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
23942
|
-
}
|
23943
|
-
.v-slide-group__container::-webkit-scrollbar {
|
23944
|
-
display: none;
|
23945
|
-
}
|
23946
|
-
|
23947
|
-
.v-slide-group--vertical {
|
23948
|
-
max-height: inherit;
|
23949
|
-
}
|
23950
|
-
.v-slide-group--vertical,
|
23951
|
-
.v-slide-group--vertical .v-slide-group__container,
|
23952
|
-
.v-slide-group--vertical .v-slide-group__content {
|
23953
|
-
flex-direction: column;
|
23954
|
-
}
|
23955
|
-
.v-slide-group--vertical .v-slide-group__container {
|
23956
|
-
overflow-x: hidden;
|
23957
|
-
overflow-y: auto;
|
23958
23953
|
}.v-snackbar {
|
23959
23954
|
justify-content: center;
|
23960
23955
|
z-index: 10000;
|
@@ -24480,19 +24475,114 @@ html.v-overlay-scroll-blocked {
|
|
24480
24475
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24481
24476
|
border-width: 0;
|
24482
24477
|
}
|
24483
|
-
}.v-
|
24484
|
-
|
24485
|
-
|
24486
|
-
|
24487
|
-
|
24488
|
-
|
24489
|
-
max-width:
|
24490
|
-
|
24491
|
-
|
24492
|
-
|
24493
|
-
|
24494
|
-
|
24495
|
-
|
24478
|
+
}.v-tab.v-tab.v-btn {
|
24479
|
+
height: var(--v-tabs-height);
|
24480
|
+
border-radius: 0;
|
24481
|
+
min-width: 90px;
|
24482
|
+
}
|
24483
|
+
.v-slide-group--horizontal .v-tab {
|
24484
|
+
max-width: 360px;
|
24485
|
+
}
|
24486
|
+
.v-slide-group--vertical .v-tab {
|
24487
|
+
justify-content: start;
|
24488
|
+
}
|
24489
|
+
|
24490
|
+
.v-tab__slider {
|
24491
|
+
position: absolute;
|
24492
|
+
bottom: 0;
|
24493
|
+
left: 0;
|
24494
|
+
height: 2px;
|
24495
|
+
width: 100%;
|
24496
|
+
background: currentColor;
|
24497
|
+
pointer-events: none;
|
24498
|
+
opacity: 0;
|
24499
|
+
}
|
24500
|
+
.v-tab--selected .v-tab__slider {
|
24501
|
+
opacity: 1;
|
24502
|
+
}
|
24503
|
+
.v-slide-group--vertical .v-tab__slider {
|
24504
|
+
top: 0;
|
24505
|
+
height: 100%;
|
24506
|
+
width: 2px;
|
24507
|
+
}.v-tabs {
|
24508
|
+
display: flex;
|
24509
|
+
height: var(--v-tabs-height);
|
24510
|
+
}
|
24511
|
+
.v-tabs--density-default {
|
24512
|
+
--v-tabs-height: 48px;
|
24513
|
+
}
|
24514
|
+
.v-tabs--density-default.v-tabs--stacked {
|
24515
|
+
--v-tabs-height: 72px;
|
24516
|
+
}
|
24517
|
+
|
24518
|
+
.v-tabs--density-comfortable {
|
24519
|
+
--v-tabs-height: 44px;
|
24520
|
+
}
|
24521
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
24522
|
+
--v-tabs-height: 68px;
|
24523
|
+
}
|
24524
|
+
|
24525
|
+
.v-tabs--density-compact {
|
24526
|
+
--v-tabs-height: 36px;
|
24527
|
+
}
|
24528
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
24529
|
+
--v-tabs-height: 60px;
|
24530
|
+
}
|
24531
|
+
|
24532
|
+
.v-tabs.v-slide-group--vertical {
|
24533
|
+
height: auto;
|
24534
|
+
flex: none;
|
24535
|
+
--v-tabs-height: 48px;
|
24536
|
+
}
|
24537
|
+
|
24538
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24539
|
+
margin-inline-start: 42px;
|
24540
|
+
}
|
24541
|
+
|
24542
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24543
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24544
|
+
margin-inline-end: auto;
|
24545
|
+
}
|
24546
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
24547
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
24548
|
+
margin-inline-start: auto;
|
24549
|
+
}
|
24550
|
+
|
24551
|
+
.v-tabs--grow {
|
24552
|
+
flex-grow: 1;
|
24553
|
+
}
|
24554
|
+
.v-tabs--grow .v-tab {
|
24555
|
+
flex: 1 0 auto;
|
24556
|
+
max-width: none;
|
24557
|
+
}
|
24558
|
+
|
24559
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
24560
|
+
margin-inline-start: auto;
|
24561
|
+
}
|
24562
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
24563
|
+
margin-inline-end: 0;
|
24564
|
+
}
|
24565
|
+
|
24566
|
+
@media (max-width: 1279.98px) {
|
24567
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24568
|
+
margin-inline-start: 52px;
|
24569
|
+
}
|
24570
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24571
|
+
margin-inline-end: 52px;
|
24572
|
+
}
|
24573
|
+
}.v-system-bar {
|
24574
|
+
align-items: center;
|
24575
|
+
display: flex;
|
24576
|
+
flex: 1 1 auto;
|
24577
|
+
height: 24px;
|
24578
|
+
justify-content: flex-end;
|
24579
|
+
max-width: 100%;
|
24580
|
+
padding-inline: 8px;
|
24581
|
+
position: relative;
|
24582
|
+
text-align: end;
|
24583
|
+
width: 100%;
|
24584
|
+
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));
|
24585
|
+
background: rgba(var(--v-theme-surface-light));
|
24496
24586
|
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24497
24587
|
font-size: 0.75rem;
|
24498
24588
|
font-weight: 400;
|
@@ -24655,101 +24745,6 @@ html.v-overlay-scroll-blocked {
|
|
24655
24745
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
24656
24746
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
24657
24747
|
border-top: 0px !important;
|
24658
|
-
}.v-tab.v-tab.v-btn {
|
24659
|
-
height: var(--v-tabs-height);
|
24660
|
-
border-radius: 0;
|
24661
|
-
min-width: 90px;
|
24662
|
-
}
|
24663
|
-
.v-slide-group--horizontal .v-tab {
|
24664
|
-
max-width: 360px;
|
24665
|
-
}
|
24666
|
-
.v-slide-group--vertical .v-tab {
|
24667
|
-
justify-content: start;
|
24668
|
-
}
|
24669
|
-
|
24670
|
-
.v-tab__slider {
|
24671
|
-
position: absolute;
|
24672
|
-
bottom: 0;
|
24673
|
-
left: 0;
|
24674
|
-
height: 2px;
|
24675
|
-
width: 100%;
|
24676
|
-
background: currentColor;
|
24677
|
-
pointer-events: none;
|
24678
|
-
opacity: 0;
|
24679
|
-
}
|
24680
|
-
.v-tab--selected .v-tab__slider {
|
24681
|
-
opacity: 1;
|
24682
|
-
}
|
24683
|
-
.v-slide-group--vertical .v-tab__slider {
|
24684
|
-
top: 0;
|
24685
|
-
height: 100%;
|
24686
|
-
width: 2px;
|
24687
|
-
}.v-tabs {
|
24688
|
-
display: flex;
|
24689
|
-
height: var(--v-tabs-height);
|
24690
|
-
}
|
24691
|
-
.v-tabs--density-default {
|
24692
|
-
--v-tabs-height: 48px;
|
24693
|
-
}
|
24694
|
-
.v-tabs--density-default.v-tabs--stacked {
|
24695
|
-
--v-tabs-height: 72px;
|
24696
|
-
}
|
24697
|
-
|
24698
|
-
.v-tabs--density-comfortable {
|
24699
|
-
--v-tabs-height: 44px;
|
24700
|
-
}
|
24701
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
24702
|
-
--v-tabs-height: 68px;
|
24703
|
-
}
|
24704
|
-
|
24705
|
-
.v-tabs--density-compact {
|
24706
|
-
--v-tabs-height: 36px;
|
24707
|
-
}
|
24708
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
24709
|
-
--v-tabs-height: 60px;
|
24710
|
-
}
|
24711
|
-
|
24712
|
-
.v-tabs.v-slide-group--vertical {
|
24713
|
-
height: auto;
|
24714
|
-
flex: none;
|
24715
|
-
--v-tabs-height: 48px;
|
24716
|
-
}
|
24717
|
-
|
24718
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24719
|
-
margin-inline-start: 42px;
|
24720
|
-
}
|
24721
|
-
|
24722
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24723
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24724
|
-
margin-inline-end: auto;
|
24725
|
-
}
|
24726
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
24727
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
24728
|
-
margin-inline-start: auto;
|
24729
|
-
}
|
24730
|
-
|
24731
|
-
.v-tabs--grow {
|
24732
|
-
flex-grow: 1;
|
24733
|
-
}
|
24734
|
-
.v-tabs--grow .v-tab {
|
24735
|
-
flex: 1 0 auto;
|
24736
|
-
max-width: none;
|
24737
|
-
}
|
24738
|
-
|
24739
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
24740
|
-
margin-inline-start: auto;
|
24741
|
-
}
|
24742
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
24743
|
-
margin-inline-end: 0;
|
24744
|
-
}
|
24745
|
-
|
24746
|
-
@media (max-width: 1279.98px) {
|
24747
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24748
|
-
margin-inline-start: 52px;
|
24749
|
-
}
|
24750
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24751
|
-
margin-inline-end: 52px;
|
24752
|
-
}
|
24753
24748
|
}/* region BLOCK */
|
24754
24749
|
.v-text-field input {
|
24755
24750
|
color: inherit;
|
@@ -24854,11 +24849,246 @@ html.v-overlay-scroll-blocked {
|
|
24854
24849
|
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24855
24850
|
outline: none;
|
24856
24851
|
}
|
24857
|
-
.v-textarea textarea:invalid {
|
24858
|
-
box-shadow: none;
|
24859
|
-
}.v-theme-provider {
|
24860
|
-
background: rgb(var(--v-theme-background));
|
24861
|
-
color: rgb(var(--v-theme-on-background));
|
24852
|
+
.v-textarea textarea:invalid {
|
24853
|
+
box-shadow: none;
|
24854
|
+
}.v-theme-provider {
|
24855
|
+
background: rgb(var(--v-theme-background));
|
24856
|
+
color: rgb(var(--v-theme-on-background));
|
24857
|
+
}.v-toolbar {
|
24858
|
+
align-items: flex-start;
|
24859
|
+
display: flex;
|
24860
|
+
flex: none;
|
24861
|
+
flex-direction: column;
|
24862
|
+
justify-content: space-between;
|
24863
|
+
max-width: 100%;
|
24864
|
+
position: relative;
|
24865
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24866
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
24867
|
+
width: 100%;
|
24868
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24869
|
+
border-style: solid;
|
24870
|
+
border-width: 0;
|
24871
|
+
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));
|
24872
|
+
border-radius: 0;
|
24873
|
+
background: rgb(var(--v-theme-surface-light));
|
24874
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24875
|
+
}
|
24876
|
+
.v-toolbar--border {
|
24877
|
+
border-width: thin;
|
24878
|
+
box-shadow: none;
|
24879
|
+
}
|
24880
|
+
.v-toolbar--absolute {
|
24881
|
+
position: absolute;
|
24882
|
+
}
|
24883
|
+
.v-toolbar--collapse {
|
24884
|
+
max-width: 112px;
|
24885
|
+
overflow: hidden;
|
24886
|
+
border-end-end-radius: 24px;
|
24887
|
+
}
|
24888
|
+
.v-toolbar--collapse .v-toolbar-title {
|
24889
|
+
display: none;
|
24890
|
+
}
|
24891
|
+
.v-toolbar--flat {
|
24892
|
+
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));
|
24893
|
+
}
|
24894
|
+
.v-toolbar--floating {
|
24895
|
+
display: inline-flex;
|
24896
|
+
}
|
24897
|
+
.v-toolbar--rounded {
|
24898
|
+
border-radius: 4px;
|
24899
|
+
}
|
24900
|
+
|
24901
|
+
.v-toolbar__content,
|
24902
|
+
.v-toolbar__extension {
|
24903
|
+
align-items: center;
|
24904
|
+
display: flex;
|
24905
|
+
flex: 0 0 auto;
|
24906
|
+
position: relative;
|
24907
|
+
transition: inherit;
|
24908
|
+
width: 100%;
|
24909
|
+
}
|
24910
|
+
|
24911
|
+
.v-toolbar__content {
|
24912
|
+
overflow: hidden;
|
24913
|
+
}
|
24914
|
+
.v-toolbar__content > .v-btn:first-child {
|
24915
|
+
margin-inline-start: 4px;
|
24916
|
+
}
|
24917
|
+
.v-toolbar__content > .v-btn:last-child {
|
24918
|
+
margin-inline-end: 4px;
|
24919
|
+
}
|
24920
|
+
.v-toolbar__content > .v-toolbar-title {
|
24921
|
+
margin-inline-start: 20px;
|
24922
|
+
}
|
24923
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
24924
|
+
align-items: flex-start;
|
24925
|
+
}
|
24926
|
+
|
24927
|
+
.v-toolbar__image {
|
24928
|
+
position: absolute;
|
24929
|
+
top: 0;
|
24930
|
+
left: 0;
|
24931
|
+
width: 100%;
|
24932
|
+
height: 100%;
|
24933
|
+
display: flex;
|
24934
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
24935
|
+
transition-property: opacity;
|
24936
|
+
}
|
24937
|
+
|
24938
|
+
.v-toolbar__prepend,
|
24939
|
+
.v-toolbar__append {
|
24940
|
+
align-items: center;
|
24941
|
+
align-self: stretch;
|
24942
|
+
display: flex;
|
24943
|
+
}
|
24944
|
+
|
24945
|
+
.v-toolbar__prepend {
|
24946
|
+
margin-inline: 4px auto;
|
24947
|
+
}
|
24948
|
+
|
24949
|
+
.v-toolbar__append {
|
24950
|
+
margin-inline: auto 4px;
|
24951
|
+
}
|
24952
|
+
|
24953
|
+
.v-toolbar-title {
|
24954
|
+
flex: 1 1;
|
24955
|
+
font-size: 1.25rem;
|
24956
|
+
min-width: 0;
|
24957
|
+
font-size: 1.25rem;
|
24958
|
+
font-weight: 400;
|
24959
|
+
letter-spacing: 0;
|
24960
|
+
line-height: 1.75rem;
|
24961
|
+
text-transform: none;
|
24962
|
+
}
|
24963
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
24964
|
+
align-self: flex-end;
|
24965
|
+
padding-bottom: 6px;
|
24966
|
+
font-size: 1.5rem;
|
24967
|
+
font-weight: 400;
|
24968
|
+
letter-spacing: 0;
|
24969
|
+
line-height: 2.25rem;
|
24970
|
+
text-transform: none;
|
24971
|
+
}
|
24972
|
+
|
24973
|
+
.v-toolbar-title__placeholder {
|
24974
|
+
overflow: hidden;
|
24975
|
+
text-overflow: ellipsis;
|
24976
|
+
white-space: nowrap;
|
24977
|
+
}
|
24978
|
+
|
24979
|
+
.v-toolbar-items {
|
24980
|
+
display: flex;
|
24981
|
+
height: inherit;
|
24982
|
+
align-self: stretch;
|
24983
|
+
}
|
24984
|
+
.v-toolbar-items > .v-btn {
|
24985
|
+
border-radius: 0;
|
24986
|
+
}.v-tooltip > .v-overlay__content {
|
24987
|
+
background: rgb(var(--v-theme-surface-variant));
|
24988
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24989
|
+
border-radius: 4px;
|
24990
|
+
font-size: 0.875rem;
|
24991
|
+
line-height: 1.6;
|
24992
|
+
display: inline-block;
|
24993
|
+
padding: 5px 16px;
|
24994
|
+
text-transform: initial;
|
24995
|
+
width: auto;
|
24996
|
+
opacity: 1;
|
24997
|
+
pointer-events: none;
|
24998
|
+
transition-property: opacity, transform;
|
24999
|
+
overflow-wrap: break-word;
|
25000
|
+
}
|
25001
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25002
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25003
|
+
transition-duration: 150ms;
|
25004
|
+
}
|
25005
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25006
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25007
|
+
transition-duration: 75ms;
|
25008
|
+
}.v-virtual-scroll {
|
25009
|
+
display: block;
|
25010
|
+
flex: 1 1 auto;
|
25011
|
+
max-width: 100%;
|
25012
|
+
overflow: auto;
|
25013
|
+
position: relative;
|
25014
|
+
}
|
25015
|
+
.v-virtual-scroll__container {
|
25016
|
+
display: block;
|
25017
|
+
}.v-window {
|
25018
|
+
overflow: hidden;
|
25019
|
+
}
|
25020
|
+
.v-window__container {
|
25021
|
+
display: flex;
|
25022
|
+
flex-direction: column;
|
25023
|
+
height: inherit;
|
25024
|
+
position: relative;
|
25025
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25026
|
+
}
|
25027
|
+
.v-window__controls {
|
25028
|
+
position: absolute;
|
25029
|
+
left: 0;
|
25030
|
+
top: 0;
|
25031
|
+
width: 100%;
|
25032
|
+
height: 100%;
|
25033
|
+
display: flex;
|
25034
|
+
align-items: center;
|
25035
|
+
justify-content: space-between;
|
25036
|
+
padding: 0 16px;
|
25037
|
+
pointer-events: none;
|
25038
|
+
}
|
25039
|
+
.v-window__controls > * {
|
25040
|
+
pointer-events: auto;
|
25041
|
+
}
|
25042
|
+
.v-window--show-arrows-on-hover {
|
25043
|
+
overflow: hidden;
|
25044
|
+
}
|
25045
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
25046
|
+
transform: translateX(-200%);
|
25047
|
+
}
|
25048
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
25049
|
+
transform: translateX(200%);
|
25050
|
+
}
|
25051
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
25052
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
25053
|
+
transform: translateX(0);
|
25054
|
+
}
|
25055
|
+
|
25056
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
25057
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25058
|
+
}
|
25059
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
25060
|
+
position: absolute !important;
|
25061
|
+
top: 0;
|
25062
|
+
width: 100%;
|
25063
|
+
}
|
25064
|
+
.v-window-x-transition-enter-from {
|
25065
|
+
transform: translateX(100%);
|
25066
|
+
}
|
25067
|
+
.v-window-x-transition-leave-to {
|
25068
|
+
transform: translateX(-100%);
|
25069
|
+
}
|
25070
|
+
.v-window-x-reverse-transition-enter-from {
|
25071
|
+
transform: translateX(-100%);
|
25072
|
+
}
|
25073
|
+
.v-window-x-reverse-transition-leave-to {
|
25074
|
+
transform: translateX(100%);
|
25075
|
+
}
|
25076
|
+
.v-window-y-transition-enter-from {
|
25077
|
+
transform: translateY(100%);
|
25078
|
+
}
|
25079
|
+
.v-window-y-transition-leave-to {
|
25080
|
+
transform: translateY(-100%);
|
25081
|
+
}
|
25082
|
+
.v-window-y-reverse-transition-enter-from {
|
25083
|
+
transform: translateY(-100%);
|
25084
|
+
}
|
25085
|
+
.v-window-y-reverse-transition-leave-to {
|
25086
|
+
transform: translateY(100%);
|
25087
|
+
}.v-counter {
|
25088
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25089
|
+
flex: 0 1 auto;
|
25090
|
+
font-size: 12px;
|
25091
|
+
transition-duration: 150ms;
|
24862
25092
|
}.v-timeline .v-timeline-divider__dot {
|
24863
25093
|
background: rgb(var(--v-theme-surface-light));
|
24864
25094
|
}
|
@@ -25212,299 +25442,69 @@ html.v-overlay-scroll-blocked {
|
|
25212
25442
|
|
25213
25443
|
.v-timeline--align-start {
|
25214
25444
|
--v-timeline-line-size-base: 100%;
|
25215
|
-
--v-timeline-line-size-offset: 12px;
|
25216
|
-
}
|
25217
|
-
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25218
|
-
--v-timeline-line-size-offset: 24px;
|
25219
|
-
}
|
25220
|
-
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25221
|
-
--v-timeline-line-size-offset: -12px;
|
25222
|
-
}
|
25223
|
-
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
25224
|
-
--v-timeline-line-size-offset: 0px;
|
25225
|
-
}
|
25226
|
-
.v-timeline--horizontal.v-timeline--align-start {
|
25227
|
-
justify-items: flex-start;
|
25228
|
-
}
|
25229
|
-
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
25230
|
-
justify-content: flex-start;
|
25231
|
-
}
|
25232
|
-
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25233
|
-
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25234
|
-
}
|
25235
|
-
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25236
|
-
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25237
|
-
}
|
25238
|
-
|
25239
|
-
.v-timeline--vertical.v-timeline--align-start {
|
25240
|
-
align-items: flex-start;
|
25241
|
-
}
|
25242
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
25243
|
-
justify-content: flex-start;
|
25244
|
-
}
|
25245
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25246
|
-
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25247
|
-
}
|
25248
|
-
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25249
|
-
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25250
|
-
}
|
25251
|
-
|
25252
|
-
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25253
|
-
display: none;
|
25254
|
-
}
|
25255
|
-
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25256
|
-
--v-timeline-line-size-offset: 12px;
|
25257
|
-
}
|
25258
|
-
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25259
|
-
padding-block-start: 0;
|
25260
|
-
}
|
25261
|
-
|
25262
|
-
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25263
|
-
padding-inline-start: 0;
|
25264
|
-
}
|
25265
|
-
|
25266
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25267
|
-
display: none;
|
25268
|
-
}
|
25269
|
-
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25270
|
-
--v-timeline-line-size-offset: 12px;
|
25271
|
-
}
|
25272
|
-
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25273
|
-
padding-block-end: 0;
|
25274
|
-
}
|
25275
|
-
|
25276
|
-
.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 {
|
25277
|
-
padding-inline-end: 0;
|
25278
|
-
}.v-toolbar {
|
25279
|
-
align-items: flex-start;
|
25280
|
-
display: flex;
|
25281
|
-
flex: none;
|
25282
|
-
flex-direction: column;
|
25283
|
-
justify-content: space-between;
|
25284
|
-
max-width: 100%;
|
25285
|
-
position: relative;
|
25286
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25287
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25288
|
-
width: 100%;
|
25289
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25290
|
-
border-style: solid;
|
25291
|
-
border-width: 0;
|
25292
|
-
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));
|
25293
|
-
border-radius: 0;
|
25294
|
-
background: rgb(var(--v-theme-surface-light));
|
25295
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25296
|
-
}
|
25297
|
-
.v-toolbar--border {
|
25298
|
-
border-width: thin;
|
25299
|
-
box-shadow: none;
|
25300
|
-
}
|
25301
|
-
.v-toolbar--absolute {
|
25302
|
-
position: absolute;
|
25303
|
-
}
|
25304
|
-
.v-toolbar--collapse {
|
25305
|
-
max-width: 112px;
|
25306
|
-
overflow: hidden;
|
25307
|
-
border-end-end-radius: 24px;
|
25308
|
-
}
|
25309
|
-
.v-toolbar--collapse .v-toolbar-title {
|
25310
|
-
display: none;
|
25311
|
-
}
|
25312
|
-
.v-toolbar--flat {
|
25313
|
-
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));
|
25314
|
-
}
|
25315
|
-
.v-toolbar--floating {
|
25316
|
-
display: inline-flex;
|
25317
|
-
}
|
25318
|
-
.v-toolbar--rounded {
|
25319
|
-
border-radius: 4px;
|
25320
|
-
}
|
25321
|
-
|
25322
|
-
.v-toolbar__content,
|
25323
|
-
.v-toolbar__extension {
|
25324
|
-
align-items: center;
|
25325
|
-
display: flex;
|
25326
|
-
flex: 0 0 auto;
|
25327
|
-
position: relative;
|
25328
|
-
transition: inherit;
|
25329
|
-
width: 100%;
|
25330
|
-
}
|
25331
|
-
|
25332
|
-
.v-toolbar__content {
|
25333
|
-
overflow: hidden;
|
25334
|
-
}
|
25335
|
-
.v-toolbar__content > .v-btn:first-child {
|
25336
|
-
margin-inline-start: 4px;
|
25337
|
-
}
|
25338
|
-
.v-toolbar__content > .v-btn:last-child {
|
25339
|
-
margin-inline-end: 4px;
|
25340
|
-
}
|
25341
|
-
.v-toolbar__content > .v-toolbar-title {
|
25342
|
-
margin-inline-start: 20px;
|
25343
|
-
}
|
25344
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
25345
|
-
align-items: flex-start;
|
25346
|
-
}
|
25347
|
-
|
25348
|
-
.v-toolbar__image {
|
25349
|
-
position: absolute;
|
25350
|
-
top: 0;
|
25351
|
-
left: 0;
|
25352
|
-
width: 100%;
|
25353
|
-
height: 100%;
|
25354
|
-
display: flex;
|
25355
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
25356
|
-
transition-property: opacity;
|
25357
|
-
}
|
25358
|
-
|
25359
|
-
.v-toolbar__prepend,
|
25360
|
-
.v-toolbar__append {
|
25361
|
-
align-items: center;
|
25362
|
-
align-self: stretch;
|
25363
|
-
display: flex;
|
25364
|
-
}
|
25365
|
-
|
25366
|
-
.v-toolbar__prepend {
|
25367
|
-
margin-inline: 4px auto;
|
25368
|
-
}
|
25369
|
-
|
25370
|
-
.v-toolbar__append {
|
25371
|
-
margin-inline: auto 4px;
|
25372
|
-
}
|
25373
|
-
|
25374
|
-
.v-toolbar-title {
|
25375
|
-
flex: 1 1;
|
25376
|
-
font-size: 1.25rem;
|
25377
|
-
min-width: 0;
|
25378
|
-
font-size: 1.25rem;
|
25379
|
-
font-weight: 400;
|
25380
|
-
letter-spacing: 0;
|
25381
|
-
line-height: 1.75rem;
|
25382
|
-
text-transform: none;
|
25383
|
-
}
|
25384
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
25385
|
-
align-self: flex-end;
|
25386
|
-
padding-bottom: 6px;
|
25387
|
-
font-size: 1.5rem;
|
25388
|
-
font-weight: 400;
|
25389
|
-
letter-spacing: 0;
|
25390
|
-
line-height: 2.25rem;
|
25391
|
-
text-transform: none;
|
25392
|
-
}
|
25393
|
-
|
25394
|
-
.v-toolbar-title__placeholder {
|
25395
|
-
overflow: hidden;
|
25396
|
-
text-overflow: ellipsis;
|
25397
|
-
white-space: nowrap;
|
25398
|
-
}
|
25399
|
-
|
25400
|
-
.v-toolbar-items {
|
25401
|
-
display: flex;
|
25402
|
-
height: inherit;
|
25403
|
-
align-self: stretch;
|
25404
|
-
}
|
25405
|
-
.v-toolbar-items > .v-btn {
|
25406
|
-
border-radius: 0;
|
25407
|
-
}.v-tooltip > .v-overlay__content {
|
25408
|
-
background: rgb(var(--v-theme-surface-variant));
|
25409
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25410
|
-
border-radius: 4px;
|
25411
|
-
font-size: 0.875rem;
|
25412
|
-
line-height: 1.6;
|
25413
|
-
display: inline-block;
|
25414
|
-
padding: 5px 16px;
|
25415
|
-
text-transform: initial;
|
25416
|
-
width: auto;
|
25417
|
-
opacity: 1;
|
25418
|
-
pointer-events: none;
|
25419
|
-
transition-property: opacity, transform;
|
25420
|
-
overflow-wrap: break-word;
|
25421
|
-
}
|
25422
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25423
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25424
|
-
transition-duration: 150ms;
|
25425
|
-
}
|
25426
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25427
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25428
|
-
transition-duration: 75ms;
|
25429
|
-
}.v-virtual-scroll {
|
25430
|
-
display: block;
|
25431
|
-
flex: 1 1 auto;
|
25432
|
-
max-width: 100%;
|
25433
|
-
overflow: auto;
|
25434
|
-
position: relative;
|
25435
|
-
}
|
25436
|
-
.v-virtual-scroll__container {
|
25437
|
-
display: block;
|
25438
|
-
}.v-window {
|
25439
|
-
overflow: hidden;
|
25440
|
-
}
|
25441
|
-
.v-window__container {
|
25442
|
-
display: flex;
|
25443
|
-
flex-direction: column;
|
25444
|
-
height: inherit;
|
25445
|
-
position: relative;
|
25446
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25447
|
-
}
|
25448
|
-
.v-window__controls {
|
25449
|
-
position: absolute;
|
25450
|
-
left: 0;
|
25451
|
-
top: 0;
|
25452
|
-
width: 100%;
|
25453
|
-
height: 100%;
|
25454
|
-
display: flex;
|
25455
|
-
align-items: center;
|
25456
|
-
justify-content: space-between;
|
25457
|
-
padding: 0 16px;
|
25458
|
-
pointer-events: none;
|
25445
|
+
--v-timeline-line-size-offset: 12px;
|
25459
25446
|
}
|
25460
|
-
.v-
|
25461
|
-
|
25447
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25448
|
+
--v-timeline-line-size-offset: 24px;
|
25462
25449
|
}
|
25463
|
-
.v-
|
25464
|
-
|
25450
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25451
|
+
--v-timeline-line-size-offset: -12px;
|
25465
25452
|
}
|
25466
|
-
.v-
|
25467
|
-
|
25453
|
+
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
25454
|
+
--v-timeline-line-size-offset: 0px;
|
25468
25455
|
}
|
25469
|
-
.v-
|
25470
|
-
|
25456
|
+
.v-timeline--horizontal.v-timeline--align-start {
|
25457
|
+
justify-items: flex-start;
|
25471
25458
|
}
|
25472
|
-
.v-
|
25473
|
-
|
25474
|
-
|
25459
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
25460
|
+
justify-content: flex-start;
|
25461
|
+
}
|
25462
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25463
|
+
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25464
|
+
}
|
25465
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25466
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25475
25467
|
}
|
25476
25468
|
|
25477
|
-
.v-
|
25478
|
-
|
25469
|
+
.v-timeline--vertical.v-timeline--align-start {
|
25470
|
+
align-items: flex-start;
|
25479
25471
|
}
|
25480
|
-
.v-
|
25481
|
-
|
25482
|
-
top: 0;
|
25483
|
-
width: 100%;
|
25472
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
25473
|
+
justify-content: flex-start;
|
25484
25474
|
}
|
25485
|
-
.v-
|
25486
|
-
|
25475
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25476
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25487
25477
|
}
|
25488
|
-
.v-
|
25489
|
-
|
25478
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25479
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25490
25480
|
}
|
25491
|
-
|
25492
|
-
|
25481
|
+
|
25482
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25483
|
+
display: none;
|
25493
25484
|
}
|
25494
|
-
.v-
|
25495
|
-
|
25485
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25486
|
+
--v-timeline-line-size-offset: 12px;
|
25496
25487
|
}
|
25497
|
-
.v-
|
25498
|
-
|
25488
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25489
|
+
padding-block-start: 0;
|
25499
25490
|
}
|
25500
|
-
|
25501
|
-
|
25491
|
+
|
25492
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25493
|
+
padding-inline-start: 0;
|
25502
25494
|
}
|
25503
|
-
|
25504
|
-
|
25495
|
+
|
25496
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25497
|
+
display: none;
|
25505
25498
|
}
|
25506
|
-
.v-
|
25507
|
-
|
25499
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25500
|
+
--v-timeline-line-size-offset: 12px;
|
25501
|
+
}
|
25502
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25503
|
+
padding-block-end: 0;
|
25504
|
+
}
|
25505
|
+
|
25506
|
+
.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 {
|
25507
|
+
padding-inline-end: 0;
|
25508
25508
|
}.v-color-picker-canvas {
|
25509
25509
|
display: flex;
|
25510
25510
|
position: relative;
|
@@ -25640,238 +25640,79 @@ html.v-overlay-scroll-blocked {
|
|
25640
25640
|
flex-direction: column;
|
25641
25641
|
margin-bottom: 10px;
|
25642
25642
|
}
|
25643
|
-
|
25644
|
-
.v-color-picker-swatches__color {
|
25645
|
-
position: relative;
|
25646
|
-
height: 18px;
|
25647
|
-
max-height: 18px;
|
25648
|
-
width: 45px;
|
25649
|
-
margin: 2px 4px;
|
25650
|
-
border-radius: 2px;
|
25651
|
-
-webkit-user-select: none;
|
25652
|
-
user-select: none;
|
25653
|
-
overflow: hidden;
|
25654
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25655
|
-
cursor: pointer;
|
25656
|
-
}
|
25657
|
-
.v-color-picker-swatches__color > div {
|
25658
|
-
display: flex;
|
25659
|
-
align-items: center;
|
25660
|
-
justify-content: center;
|
25661
|
-
width: 100%;
|
25662
|
-
height: 100%;
|
25663
|
-
}.v-picker.v-sheet {
|
25664
|
-
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));
|
25665
|
-
border-radius: 4px;
|
25666
|
-
display: grid;
|
25667
|
-
grid-auto-rows: min-content;
|
25668
|
-
grid-template-areas: "title" "header" "body";
|
25669
|
-
overflow: hidden;
|
25670
|
-
}
|
25671
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
25672
|
-
grid-template-areas: "title" "header" "body" "actions";
|
25673
|
-
}
|
25674
|
-
|
25675
|
-
.v-picker__body {
|
25676
|
-
grid-area: body;
|
25677
|
-
overflow: hidden;
|
25678
|
-
position: relative;
|
25679
|
-
}
|
25680
|
-
|
25681
|
-
.v-picker__header {
|
25682
|
-
grid-area: header;
|
25683
|
-
}
|
25684
|
-
|
25685
|
-
.v-picker__actions {
|
25686
|
-
grid-area: actions;
|
25687
|
-
padding: 0 12px 12px;
|
25688
|
-
display: flex;
|
25689
|
-
align-items: center;
|
25690
|
-
justify-content: flex-end;
|
25691
|
-
}
|
25692
|
-
.v-picker__actions .v-btn {
|
25693
|
-
min-width: 48px;
|
25694
|
-
}
|
25695
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
25696
|
-
margin-inline-end: 8px;
|
25697
|
-
}
|
25698
|
-
|
25699
|
-
.v-picker--landscape {
|
25700
|
-
grid-template-areas: "title" "header body" "header body";
|
25701
|
-
}
|
25702
|
-
|
25703
|
-
.v-picker--landscape.v-picker--with-actions {
|
25704
|
-
grid-template-areas: "title" "header body" "header actions";
|
25705
|
-
}
|
25706
|
-
|
25707
|
-
.v-picker-title {
|
25708
|
-
text-transform: uppercase;
|
25709
|
-
font-size: 0.75rem;
|
25710
|
-
grid-area: title;
|
25711
|
-
padding-inline: 24px 12px;
|
25712
|
-
padding-top: 16px;
|
25713
|
-
padding-bottom: 16px;
|
25714
|
-
font-weight: 400;
|
25715
|
-
letter-spacing: 0.1666666667em;
|
25716
|
-
}.v-slider-thumb {
|
25717
|
-
touch-action: none;
|
25718
|
-
color: rgb(var(--v-theme-surface-variant));
|
25719
|
-
}
|
25720
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
25721
|
-
color: inherit;
|
25722
|
-
}
|
25723
|
-
|
25724
|
-
.v-slider-thumb__label {
|
25725
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
25726
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25727
|
-
}
|
25728
|
-
.v-slider-thumb__label::before {
|
25729
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
25730
|
-
}
|
25731
|
-
|
25732
|
-
.v-slider-thumb {
|
25733
|
-
outline: none;
|
25734
|
-
position: absolute;
|
25735
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25736
|
-
}
|
25737
|
-
|
25738
|
-
.v-slider-thumb__surface {
|
25739
|
-
cursor: pointer;
|
25740
|
-
width: var(--v-slider-thumb-size);
|
25741
|
-
height: var(--v-slider-thumb-size);
|
25742
|
-
border-radius: 50%;
|
25743
|
-
-webkit-user-select: none;
|
25744
|
-
user-select: none;
|
25745
|
-
background-color: currentColor;
|
25746
|
-
}
|
25747
|
-
@media (forced-colors: active) {
|
25748
|
-
.v-slider-thumb__surface {
|
25749
|
-
background-color: highlight;
|
25750
|
-
}
|
25751
|
-
}
|
25752
|
-
.v-slider-thumb__surface::before {
|
25753
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
25754
|
-
content: "";
|
25755
|
-
color: inherit;
|
25756
|
-
top: 0;
|
25757
|
-
left: 0;
|
25758
|
-
width: 100%;
|
25759
|
-
height: 100%;
|
25760
|
-
border-radius: 50%;
|
25761
|
-
background: currentColor;
|
25762
|
-
position: absolute;
|
25763
|
-
pointer-events: none;
|
25764
|
-
opacity: 0;
|
25765
|
-
}
|
25766
|
-
.v-slider-thumb__surface::after {
|
25767
|
-
content: "";
|
25768
|
-
width: 42px;
|
25769
|
-
height: 42px;
|
25770
|
-
position: absolute;
|
25771
|
-
top: 50%;
|
25772
|
-
left: 50%;
|
25773
|
-
transform: translate(-50%, -50%);
|
25774
|
-
}
|
25775
|
-
|
25776
|
-
.v-slider-thumb__label-container {
|
25777
|
-
position: absolute;
|
25778
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25779
|
-
}
|
25780
|
-
|
25781
|
-
.v-slider-thumb__label {
|
25782
|
-
display: flex;
|
25783
|
-
align-items: center;
|
25784
|
-
justify-content: center;
|
25785
|
-
font-size: 0.75rem;
|
25786
|
-
min-width: 35px;
|
25787
|
-
height: 25px;
|
25788
|
-
border-radius: 4px;
|
25789
|
-
padding: 6px;
|
25790
|
-
position: absolute;
|
25791
|
-
-webkit-user-select: none;
|
25792
|
-
user-select: none;
|
25793
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25794
|
-
}
|
25795
|
-
.v-slider-thumb__label::before {
|
25796
|
-
content: "";
|
25797
|
-
width: 0;
|
25798
|
-
height: 0;
|
25799
|
-
position: absolute;
|
25800
|
-
}
|
25801
|
-
|
25802
|
-
.v-slider-thumb__ripple {
|
25803
|
-
position: absolute;
|
25804
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
25805
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
25806
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
25807
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
25808
|
-
background: inherit;
|
25809
|
-
}
|
25810
|
-
|
25811
|
-
.v-slider.v-input--horizontal .v-slider-thumb {
|
25812
|
-
top: 50%;
|
25813
|
-
transform: translateY(-50%);
|
25814
|
-
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25815
|
-
}
|
25816
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
25817
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
25818
|
-
top: 0;
|
25643
|
+
|
25644
|
+
.v-color-picker-swatches__color {
|
25645
|
+
position: relative;
|
25646
|
+
height: 18px;
|
25647
|
+
max-height: 18px;
|
25648
|
+
width: 45px;
|
25649
|
+
margin: 2px 4px;
|
25650
|
+
border-radius: 2px;
|
25651
|
+
-webkit-user-select: none;
|
25652
|
+
user-select: none;
|
25653
|
+
overflow: hidden;
|
25654
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25655
|
+
cursor: pointer;
|
25819
25656
|
}
|
25820
|
-
.v-
|
25821
|
-
|
25657
|
+
.v-color-picker-swatches__color > div {
|
25658
|
+
display: flex;
|
25659
|
+
align-items: center;
|
25660
|
+
justify-content: center;
|
25661
|
+
width: 100%;
|
25662
|
+
height: 100%;
|
25663
|
+
}.v-picker.v-sheet {
|
25664
|
+
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));
|
25665
|
+
border-radius: 4px;
|
25666
|
+
display: grid;
|
25667
|
+
grid-auto-rows: min-content;
|
25668
|
+
grid-template-areas: "title" "header" "body";
|
25669
|
+
overflow: hidden;
|
25822
25670
|
}
|
25823
|
-
.v-
|
25824
|
-
|
25671
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
25672
|
+
grid-template-areas: "title" "header" "body" "actions";
|
25825
25673
|
}
|
25826
25674
|
|
25827
|
-
.v-
|
25828
|
-
|
25675
|
+
.v-picker__body {
|
25676
|
+
grid-area: body;
|
25677
|
+
overflow: hidden;
|
25678
|
+
position: relative;
|
25829
25679
|
}
|
25830
25680
|
|
25831
|
-
.v-
|
25832
|
-
|
25833
|
-
border-right: 6px solid transparent;
|
25834
|
-
border-top: 6px solid currentColor;
|
25835
|
-
bottom: -6px;
|
25681
|
+
.v-picker__header {
|
25682
|
+
grid-area: header;
|
25836
25683
|
}
|
25837
25684
|
|
25838
|
-
.v-
|
25839
|
-
|
25840
|
-
|
25841
|
-
|
25842
|
-
|
25843
|
-
|
25685
|
+
.v-picker__actions {
|
25686
|
+
grid-area: actions;
|
25687
|
+
padding: 0 12px 12px;
|
25688
|
+
display: flex;
|
25689
|
+
align-items: center;
|
25690
|
+
justify-content: flex-end;
|
25844
25691
|
}
|
25845
|
-
.v-
|
25846
|
-
|
25847
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
25692
|
+
.v-picker__actions .v-btn {
|
25693
|
+
min-width: 48px;
|
25848
25694
|
}
|
25849
|
-
.v-
|
25850
|
-
|
25851
|
-
border-top: 6px solid transparent;
|
25852
|
-
border-bottom: 6px solid transparent;
|
25853
|
-
left: -6px;
|
25695
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
25696
|
+
margin-inline-end: 8px;
|
25854
25697
|
}
|
25855
25698
|
|
25856
|
-
.v-
|
25857
|
-
|
25858
|
-
opacity: var(--v-focus-opacity);
|
25699
|
+
.v-picker--landscape {
|
25700
|
+
grid-template-areas: "title" "header body" "header body";
|
25859
25701
|
}
|
25860
25702
|
|
25861
|
-
.v-
|
25862
|
-
|
25863
|
-
}
|
25864
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
25865
|
-
opacity: var(--v-pressed-opacity);
|
25703
|
+
.v-picker--landscape.v-picker--with-actions {
|
25704
|
+
grid-template-areas: "title" "header body" "header actions";
|
25866
25705
|
}
|
25867
25706
|
|
25868
|
-
|
25869
|
-
|
25870
|
-
|
25871
|
-
|
25872
|
-
|
25873
|
-
|
25874
|
-
|
25707
|
+
.v-picker-title {
|
25708
|
+
text-transform: uppercase;
|
25709
|
+
font-size: 0.75rem;
|
25710
|
+
grid-area: title;
|
25711
|
+
padding-inline: 24px 12px;
|
25712
|
+
padding-top: 16px;
|
25713
|
+
padding-bottom: 16px;
|
25714
|
+
font-weight: 400;
|
25715
|
+
letter-spacing: 0.1666666667em;
|
25875
25716
|
}.v-slider-track__background {
|
25876
25717
|
background-color: rgb(var(--v-theme-surface-variant));
|
25877
25718
|
}
|
@@ -26050,4 +25891,163 @@ html.v-overlay-scroll-blocked {
|
|
26050
25891
|
|
26051
25892
|
.v-slider-track__background--opacity {
|
26052
25893
|
opacity: 0.38;
|
25894
|
+
}.v-slider-thumb {
|
25895
|
+
touch-action: none;
|
25896
|
+
color: rgb(var(--v-theme-surface-variant));
|
25897
|
+
}
|
25898
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
25899
|
+
color: inherit;
|
25900
|
+
}
|
25901
|
+
|
25902
|
+
.v-slider-thumb__label {
|
25903
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
25904
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25905
|
+
}
|
25906
|
+
.v-slider-thumb__label::before {
|
25907
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
25908
|
+
}
|
25909
|
+
|
25910
|
+
.v-slider-thumb {
|
25911
|
+
outline: none;
|
25912
|
+
position: absolute;
|
25913
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25914
|
+
}
|
25915
|
+
|
25916
|
+
.v-slider-thumb__surface {
|
25917
|
+
cursor: pointer;
|
25918
|
+
width: var(--v-slider-thumb-size);
|
25919
|
+
height: var(--v-slider-thumb-size);
|
25920
|
+
border-radius: 50%;
|
25921
|
+
-webkit-user-select: none;
|
25922
|
+
user-select: none;
|
25923
|
+
background-color: currentColor;
|
25924
|
+
}
|
25925
|
+
@media (forced-colors: active) {
|
25926
|
+
.v-slider-thumb__surface {
|
25927
|
+
background-color: highlight;
|
25928
|
+
}
|
25929
|
+
}
|
25930
|
+
.v-slider-thumb__surface::before {
|
25931
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
25932
|
+
content: "";
|
25933
|
+
color: inherit;
|
25934
|
+
top: 0;
|
25935
|
+
left: 0;
|
25936
|
+
width: 100%;
|
25937
|
+
height: 100%;
|
25938
|
+
border-radius: 50%;
|
25939
|
+
background: currentColor;
|
25940
|
+
position: absolute;
|
25941
|
+
pointer-events: none;
|
25942
|
+
opacity: 0;
|
25943
|
+
}
|
25944
|
+
.v-slider-thumb__surface::after {
|
25945
|
+
content: "";
|
25946
|
+
width: 42px;
|
25947
|
+
height: 42px;
|
25948
|
+
position: absolute;
|
25949
|
+
top: 50%;
|
25950
|
+
left: 50%;
|
25951
|
+
transform: translate(-50%, -50%);
|
25952
|
+
}
|
25953
|
+
|
25954
|
+
.v-slider-thumb__label-container {
|
25955
|
+
position: absolute;
|
25956
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25957
|
+
}
|
25958
|
+
|
25959
|
+
.v-slider-thumb__label {
|
25960
|
+
display: flex;
|
25961
|
+
align-items: center;
|
25962
|
+
justify-content: center;
|
25963
|
+
font-size: 0.75rem;
|
25964
|
+
min-width: 35px;
|
25965
|
+
height: 25px;
|
25966
|
+
border-radius: 4px;
|
25967
|
+
padding: 6px;
|
25968
|
+
position: absolute;
|
25969
|
+
-webkit-user-select: none;
|
25970
|
+
user-select: none;
|
25971
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25972
|
+
}
|
25973
|
+
.v-slider-thumb__label::before {
|
25974
|
+
content: "";
|
25975
|
+
width: 0;
|
25976
|
+
height: 0;
|
25977
|
+
position: absolute;
|
25978
|
+
}
|
25979
|
+
|
25980
|
+
.v-slider-thumb__ripple {
|
25981
|
+
position: absolute;
|
25982
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
25983
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
25984
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
25985
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
25986
|
+
background: inherit;
|
25987
|
+
}
|
25988
|
+
|
25989
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
25990
|
+
top: 50%;
|
25991
|
+
transform: translateY(-50%);
|
25992
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25993
|
+
}
|
25994
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
25995
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
25996
|
+
top: 0;
|
25997
|
+
}
|
25998
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
25999
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
26000
|
+
}
|
26001
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26002
|
+
transform: translateX(-50%);
|
26003
|
+
}
|
26004
|
+
|
26005
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26006
|
+
transform: translateX(50%);
|
26007
|
+
}
|
26008
|
+
|
26009
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
26010
|
+
border-left: 6px solid transparent;
|
26011
|
+
border-right: 6px solid transparent;
|
26012
|
+
border-top: 6px solid currentColor;
|
26013
|
+
bottom: -6px;
|
26014
|
+
}
|
26015
|
+
|
26016
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
26017
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26018
|
+
}
|
26019
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
26020
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
26021
|
+
right: 0;
|
26022
|
+
}
|
26023
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
26024
|
+
top: -12.5px;
|
26025
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
26026
|
+
}
|
26027
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
26028
|
+
border-right: 6px solid currentColor;
|
26029
|
+
border-top: 6px solid transparent;
|
26030
|
+
border-bottom: 6px solid transparent;
|
26031
|
+
left: -6px;
|
26032
|
+
}
|
26033
|
+
|
26034
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
26035
|
+
transform: scale(2);
|
26036
|
+
opacity: var(--v-focus-opacity);
|
26037
|
+
}
|
26038
|
+
|
26039
|
+
.v-slider-thumb--pressed {
|
26040
|
+
transition: none;
|
26041
|
+
}
|
26042
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26043
|
+
opacity: var(--v-pressed-opacity);
|
26044
|
+
}
|
26045
|
+
|
26046
|
+
@media (hover: hover) {
|
26047
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
26048
|
+
transform: scale(2);
|
26049
|
+
}
|
26050
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26051
|
+
opacity: var(--v-hover-opacity);
|
26052
|
+
}
|
26053
26053
|
}
|