@vuetify/nightly 3.6.12-master.2024-07-10 → 3.6.12-master.2024-07-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2754 -2754
- package/dist/vuetify-labs.d.ts +22 -21
- package/dist/vuetify-labs.esm.js +21 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +876 -876
- package/dist/vuetify.d.ts +73 -72
- package/dist/vuetify.esm.js +21 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +21 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +23 -23
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +22 -21
- package/lib/components/index.d.mts +22 -21
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +51 -51
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.12-master.2024-07-
|
2
|
+
* Vuetify v3.6.12-master.2024-07-11
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17456,6 +17456,22 @@ 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;
|
17459
17475
|
}.v-app-bar {
|
17460
17476
|
display: flex;
|
17461
17477
|
}
|
@@ -17680,103 +17696,6 @@ html.overflow-y-hidden {
|
|
17680
17696
|
text-transform: none;
|
17681
17697
|
word-break: normal;
|
17682
17698
|
word-wrap: break-word;
|
17683
|
-
}.v-application {
|
17684
|
-
display: flex;
|
17685
|
-
background: rgb(var(--v-theme-background));
|
17686
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17687
|
-
}
|
17688
|
-
|
17689
|
-
.v-application__wrap {
|
17690
|
-
-webkit-backface-visibility: hidden;
|
17691
|
-
backface-visibility: hidden;
|
17692
|
-
display: flex;
|
17693
|
-
flex-direction: column;
|
17694
|
-
flex: 1 1 auto;
|
17695
|
-
max-width: 100%;
|
17696
|
-
min-height: 100vh;
|
17697
|
-
min-height: 100dvh;
|
17698
|
-
position: relative;
|
17699
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
17700
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
17701
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17702
|
-
cursor: text;
|
17703
|
-
}
|
17704
|
-
.v-autocomplete .v-field .v-field__input > input {
|
17705
|
-
flex: 1 1;
|
17706
|
-
}
|
17707
|
-
.v-autocomplete .v-field input {
|
17708
|
-
min-width: 64px;
|
17709
|
-
}
|
17710
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17711
|
-
min-width: 0;
|
17712
|
-
}
|
17713
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17714
|
-
margin-inline-end: 2px;
|
17715
|
-
}
|
17716
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
17717
|
-
overflow: hidden;
|
17718
|
-
text-overflow: ellipsis;
|
17719
|
-
white-space: nowrap;
|
17720
|
-
}
|
17721
|
-
|
17722
|
-
.v-autocomplete__content {
|
17723
|
-
overflow: hidden;
|
17724
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17725
|
-
border-radius: 4px;
|
17726
|
-
}
|
17727
|
-
.v-autocomplete__mask {
|
17728
|
-
background: rgb(var(--v-theme-surface-light));
|
17729
|
-
}
|
17730
|
-
.v-autocomplete__selection {
|
17731
|
-
display: inline-flex;
|
17732
|
-
align-items: center;
|
17733
|
-
height: 1.5rem;
|
17734
|
-
letter-spacing: inherit;
|
17735
|
-
line-height: inherit;
|
17736
|
-
max-width: calc(100% - 2px - 2px);
|
17737
|
-
}
|
17738
|
-
.v-autocomplete__selection:first-child {
|
17739
|
-
margin-inline-start: 0;
|
17740
|
-
}
|
17741
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17742
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17743
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17744
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17745
|
-
top: 0px;
|
17746
|
-
}
|
17747
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17748
|
-
opacity: var(--v-medium-emphasis-opacity);
|
17749
|
-
}
|
17750
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17751
|
-
opacity: 1;
|
17752
|
-
}
|
17753
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
17754
|
-
caret-color: transparent;
|
17755
|
-
}
|
17756
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17757
|
-
flex: 1 1;
|
17758
|
-
position: absolute;
|
17759
|
-
left: 0;
|
17760
|
-
right: 0;
|
17761
|
-
width: 100%;
|
17762
|
-
padding-inline: inherit;
|
17763
|
-
}
|
17764
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17765
|
-
transition: none;
|
17766
|
-
}
|
17767
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17768
|
-
opacity: 0;
|
17769
|
-
}
|
17770
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17771
|
-
opacity: 0;
|
17772
|
-
}
|
17773
|
-
.v-autocomplete__menu-icon {
|
17774
|
-
margin-inline-start: 4px;
|
17775
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17776
|
-
}
|
17777
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17778
|
-
opacity: var(--v-high-emphasis-opacity);
|
17779
|
-
transform: rotate(180deg);
|
17780
17699
|
}.v-avatar {
|
17781
17700
|
flex: none;
|
17782
17701
|
align-items: center;
|
@@ -17872,6 +17791,87 @@ html.overflow-y-hidden {
|
|
17872
17791
|
.v-avatar .v-img {
|
17873
17792
|
height: 100%;
|
17874
17793
|
width: 100%;
|
17794
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
17795
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
17796
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17797
|
+
cursor: text;
|
17798
|
+
}
|
17799
|
+
.v-autocomplete .v-field .v-field__input > input {
|
17800
|
+
flex: 1 1;
|
17801
|
+
}
|
17802
|
+
.v-autocomplete .v-field input {
|
17803
|
+
min-width: 64px;
|
17804
|
+
}
|
17805
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17806
|
+
min-width: 0;
|
17807
|
+
}
|
17808
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17809
|
+
margin-inline-end: 2px;
|
17810
|
+
}
|
17811
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
17812
|
+
overflow: hidden;
|
17813
|
+
text-overflow: ellipsis;
|
17814
|
+
white-space: nowrap;
|
17815
|
+
}
|
17816
|
+
|
17817
|
+
.v-autocomplete__content {
|
17818
|
+
overflow: hidden;
|
17819
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17820
|
+
border-radius: 4px;
|
17821
|
+
}
|
17822
|
+
.v-autocomplete__mask {
|
17823
|
+
background: rgb(var(--v-theme-surface-light));
|
17824
|
+
}
|
17825
|
+
.v-autocomplete__selection {
|
17826
|
+
display: inline-flex;
|
17827
|
+
align-items: center;
|
17828
|
+
height: 1.5rem;
|
17829
|
+
letter-spacing: inherit;
|
17830
|
+
line-height: inherit;
|
17831
|
+
max-width: calc(100% - 2px - 2px);
|
17832
|
+
}
|
17833
|
+
.v-autocomplete__selection:first-child {
|
17834
|
+
margin-inline-start: 0;
|
17835
|
+
}
|
17836
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17837
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17838
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17839
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17840
|
+
top: 0px;
|
17841
|
+
}
|
17842
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17843
|
+
opacity: var(--v-medium-emphasis-opacity);
|
17844
|
+
}
|
17845
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17846
|
+
opacity: 1;
|
17847
|
+
}
|
17848
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
17849
|
+
caret-color: transparent;
|
17850
|
+
}
|
17851
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17852
|
+
flex: 1 1;
|
17853
|
+
position: absolute;
|
17854
|
+
left: 0;
|
17855
|
+
right: 0;
|
17856
|
+
width: 100%;
|
17857
|
+
padding-inline: inherit;
|
17858
|
+
}
|
17859
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17860
|
+
transition: none;
|
17861
|
+
}
|
17862
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17863
|
+
opacity: 0;
|
17864
|
+
}
|
17865
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17866
|
+
opacity: 0;
|
17867
|
+
}
|
17868
|
+
.v-autocomplete__menu-icon {
|
17869
|
+
margin-inline-start: 4px;
|
17870
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17871
|
+
}
|
17872
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17873
|
+
opacity: var(--v-high-emphasis-opacity);
|
17874
|
+
transform: rotate(180deg);
|
17875
17875
|
}.v-badge {
|
17876
17876
|
display: inline-block;
|
17877
17877
|
line-height: 1;
|
@@ -18101,61 +18101,6 @@ html.overflow-y-hidden {
|
|
18101
18101
|
}
|
18102
18102
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18103
18103
|
align-self: flex-start;
|
18104
|
-
}.v-bottom-navigation {
|
18105
|
-
display: flex;
|
18106
|
-
max-width: 100%;
|
18107
|
-
overflow: hidden;
|
18108
|
-
position: absolute;
|
18109
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18110
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18111
|
-
border-style: solid;
|
18112
|
-
border-width: 0;
|
18113
|
-
border-radius: 0;
|
18114
|
-
background: rgb(var(--v-theme-surface));
|
18115
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18116
|
-
}
|
18117
|
-
.v-bottom-navigation--border {
|
18118
|
-
border-width: thin;
|
18119
|
-
box-shadow: none;
|
18120
|
-
}
|
18121
|
-
.v-bottom-navigation--active {
|
18122
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18123
|
-
}
|
18124
|
-
|
18125
|
-
.v-bottom-navigation__content {
|
18126
|
-
display: flex;
|
18127
|
-
flex: none;
|
18128
|
-
font-size: 0.75rem;
|
18129
|
-
justify-content: center;
|
18130
|
-
transition: inherit;
|
18131
|
-
width: 100%;
|
18132
|
-
}
|
18133
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18134
|
-
font-size: inherit;
|
18135
|
-
height: 100%;
|
18136
|
-
max-width: 168px;
|
18137
|
-
min-width: 80px;
|
18138
|
-
text-transform: none;
|
18139
|
-
transition: inherit;
|
18140
|
-
width: auto;
|
18141
|
-
border-radius: 0;
|
18142
|
-
}
|
18143
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18144
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18145
|
-
transition: inherit;
|
18146
|
-
}
|
18147
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18148
|
-
font-size: 1.5rem;
|
18149
|
-
}
|
18150
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18151
|
-
flex-grow: 1;
|
18152
|
-
}
|
18153
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18154
|
-
transition: inherit;
|
18155
|
-
opacity: 0;
|
18156
|
-
}
|
18157
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18158
|
-
transform: translateY(0.5rem);
|
18159
18104
|
}.bottom-sheet-transition-enter-from {
|
18160
18105
|
transform: translateY(100%);
|
18161
18106
|
}
|
@@ -18663,19 +18608,61 @@ html.overflow-y-hidden {
|
|
18663
18608
|
display: inline-block;
|
18664
18609
|
padding: 0 8px;
|
18665
18610
|
vertical-align: middle;
|
18666
|
-
}.v-
|
18667
|
-
|
18668
|
-
|
18669
|
-
|
18670
|
-
|
18671
|
-
|
18672
|
-
|
18673
|
-
|
18611
|
+
}.v-bottom-navigation {
|
18612
|
+
display: flex;
|
18613
|
+
max-width: 100%;
|
18614
|
+
overflow: hidden;
|
18615
|
+
position: absolute;
|
18616
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18617
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18618
|
+
border-style: solid;
|
18619
|
+
border-width: 0;
|
18620
|
+
border-radius: 0;
|
18621
|
+
background: rgb(var(--v-theme-surface));
|
18622
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18674
18623
|
}
|
18675
|
-
|
18676
|
-
|
18677
|
-
|
18678
|
-
|
18624
|
+
.v-bottom-navigation--border {
|
18625
|
+
border-width: thin;
|
18626
|
+
box-shadow: none;
|
18627
|
+
}
|
18628
|
+
.v-bottom-navigation--active {
|
18629
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18630
|
+
}
|
18631
|
+
|
18632
|
+
.v-bottom-navigation__content {
|
18633
|
+
display: flex;
|
18634
|
+
flex: none;
|
18635
|
+
font-size: 0.75rem;
|
18636
|
+
justify-content: center;
|
18637
|
+
transition: inherit;
|
18638
|
+
width: 100%;
|
18639
|
+
}
|
18640
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18641
|
+
font-size: inherit;
|
18642
|
+
height: 100%;
|
18643
|
+
max-width: 168px;
|
18644
|
+
min-width: 80px;
|
18645
|
+
text-transform: none;
|
18646
|
+
transition: inherit;
|
18647
|
+
width: auto;
|
18648
|
+
border-radius: 0;
|
18649
|
+
}
|
18650
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18651
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18652
|
+
transition: inherit;
|
18653
|
+
}
|
18654
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18655
|
+
font-size: 1.5rem;
|
18656
|
+
}
|
18657
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18658
|
+
flex-grow: 1;
|
18659
|
+
}
|
18660
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18661
|
+
transition: inherit;
|
18662
|
+
opacity: 0;
|
18663
|
+
}
|
18664
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18665
|
+
transform: translateY(0.5rem);
|
18679
18666
|
}.v-btn-group {
|
18680
18667
|
display: inline-flex;
|
18681
18668
|
flex-wrap: nowrap;
|
@@ -18732,69 +18719,19 @@ html.overflow-y-hidden {
|
|
18732
18719
|
}
|
18733
18720
|
.v-btn-group--tile {
|
18734
18721
|
border-radius: 0;
|
18735
|
-
}.v-
|
18736
|
-
|
18737
|
-
position: relative;
|
18738
|
-
width: 100%;
|
18739
|
-
}
|
18740
|
-
.v-carousel__controls {
|
18741
|
-
align-items: center;
|
18742
|
-
bottom: 0;
|
18743
|
-
display: flex;
|
18744
|
-
height: 50px;
|
18745
|
-
justify-content: center;
|
18746
|
-
list-style-type: none;
|
18747
|
-
position: absolute;
|
18748
|
-
width: 100%;
|
18749
|
-
z-index: 1;
|
18750
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
18751
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
18752
|
-
}
|
18753
|
-
.v-carousel__controls > .v-item-group {
|
18754
|
-
flex: 0 1 auto;
|
18755
|
-
}
|
18756
|
-
.v-carousel__controls__item {
|
18757
|
-
margin: 0 8px;
|
18758
|
-
}
|
18759
|
-
.v-carousel__controls__item .v-icon {
|
18760
|
-
opacity: 0.5;
|
18761
|
-
}
|
18762
|
-
.v-carousel__controls__item--active .v-icon {
|
18763
|
-
opacity: 1;
|
18764
|
-
vertical-align: middle;
|
18765
|
-
}
|
18766
|
-
.v-carousel__controls__item:hover {
|
18767
|
-
background: none;
|
18768
|
-
}
|
18769
|
-
.v-carousel__controls__item:hover .v-icon {
|
18770
|
-
opacity: 0.8;
|
18771
|
-
}
|
18772
|
-
|
18773
|
-
.v-carousel__progress {
|
18774
|
-
margin: 0;
|
18775
|
-
position: absolute;
|
18776
|
-
bottom: 0;
|
18777
|
-
left: 0;
|
18778
|
-
right: 0;
|
18779
|
-
}
|
18780
|
-
|
18781
|
-
.v-carousel-item {
|
18782
|
-
display: block;
|
18783
|
-
height: inherit;
|
18784
|
-
text-decoration: none;
|
18722
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18723
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18785
18724
|
}
|
18786
|
-
.v-
|
18787
|
-
|
18725
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
18726
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18788
18727
|
}
|
18789
|
-
|
18790
|
-
|
18791
|
-
background: transparent;
|
18728
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
18729
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18792
18730
|
}
|
18793
|
-
|
18794
|
-
.v-
|
18795
|
-
|
18796
|
-
|
18797
|
-
width: 50px;
|
18731
|
+
@supports not selector(:focus-visible) {
|
18732
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
18733
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18734
|
+
}
|
18798
18735
|
}.v-card {
|
18799
18736
|
display: block;
|
18800
18737
|
overflow: hidden;
|
@@ -19094,6 +19031,69 @@ html.overflow-y-hidden {
|
|
19094
19031
|
pointer-events: none;
|
19095
19032
|
opacity: 0;
|
19096
19033
|
transition: opacity 0.2s ease-in-out;
|
19034
|
+
}.v-carousel {
|
19035
|
+
overflow: hidden;
|
19036
|
+
position: relative;
|
19037
|
+
width: 100%;
|
19038
|
+
}
|
19039
|
+
.v-carousel__controls {
|
19040
|
+
align-items: center;
|
19041
|
+
bottom: 0;
|
19042
|
+
display: flex;
|
19043
|
+
height: 50px;
|
19044
|
+
justify-content: center;
|
19045
|
+
list-style-type: none;
|
19046
|
+
position: absolute;
|
19047
|
+
width: 100%;
|
19048
|
+
z-index: 1;
|
19049
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19050
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19051
|
+
}
|
19052
|
+
.v-carousel__controls > .v-item-group {
|
19053
|
+
flex: 0 1 auto;
|
19054
|
+
}
|
19055
|
+
.v-carousel__controls__item {
|
19056
|
+
margin: 0 8px;
|
19057
|
+
}
|
19058
|
+
.v-carousel__controls__item .v-icon {
|
19059
|
+
opacity: 0.5;
|
19060
|
+
}
|
19061
|
+
.v-carousel__controls__item--active .v-icon {
|
19062
|
+
opacity: 1;
|
19063
|
+
vertical-align: middle;
|
19064
|
+
}
|
19065
|
+
.v-carousel__controls__item:hover {
|
19066
|
+
background: none;
|
19067
|
+
}
|
19068
|
+
.v-carousel__controls__item:hover .v-icon {
|
19069
|
+
opacity: 0.8;
|
19070
|
+
}
|
19071
|
+
|
19072
|
+
.v-carousel__progress {
|
19073
|
+
margin: 0;
|
19074
|
+
position: absolute;
|
19075
|
+
bottom: 0;
|
19076
|
+
left: 0;
|
19077
|
+
right: 0;
|
19078
|
+
}
|
19079
|
+
|
19080
|
+
.v-carousel-item {
|
19081
|
+
display: block;
|
19082
|
+
height: inherit;
|
19083
|
+
text-decoration: none;
|
19084
|
+
}
|
19085
|
+
.v-carousel-item > .v-img {
|
19086
|
+
height: inherit;
|
19087
|
+
}
|
19088
|
+
|
19089
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19090
|
+
background: transparent;
|
19091
|
+
}
|
19092
|
+
|
19093
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19094
|
+
flex-direction: column;
|
19095
|
+
height: 100% !important;
|
19096
|
+
width: 50px;
|
19097
19097
|
}.v-checkbox.v-input {
|
19098
19098
|
flex: 0 1 auto;
|
19099
19099
|
}
|
@@ -19511,6 +19511,26 @@ html.overflow-y-hidden {
|
|
19511
19511
|
|
19512
19512
|
.v-chip--label {
|
19513
19513
|
border-radius: 4px;
|
19514
|
+
}.v-color-picker {
|
19515
|
+
align-self: flex-start;
|
19516
|
+
contain: content;
|
19517
|
+
}
|
19518
|
+
.v-color-picker.v-sheet {
|
19519
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19520
|
+
border-radius: 4px;
|
19521
|
+
}
|
19522
|
+
|
19523
|
+
.v-color-picker__controls {
|
19524
|
+
display: flex;
|
19525
|
+
flex-direction: column;
|
19526
|
+
padding: 16px;
|
19527
|
+
}
|
19528
|
+
|
19529
|
+
.v-color-picker--flat {
|
19530
|
+
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));
|
19531
|
+
}
|
19532
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
19533
|
+
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));
|
19514
19534
|
}.v-chip-group {
|
19515
19535
|
display: flex;
|
19516
19536
|
max-width: 100%;
|
@@ -19610,26 +19630,6 @@ html.overflow-y-hidden {
|
|
19610
19630
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
19611
19631
|
opacity: var(--v-high-emphasis-opacity);
|
19612
19632
|
transform: rotate(180deg);
|
19613
|
-
}.v-color-picker {
|
19614
|
-
align-self: flex-start;
|
19615
|
-
contain: content;
|
19616
|
-
}
|
19617
|
-
.v-color-picker.v-sheet {
|
19618
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19619
|
-
border-radius: 4px;
|
19620
|
-
}
|
19621
|
-
|
19622
|
-
.v-color-picker__controls {
|
19623
|
-
display: flex;
|
19624
|
-
flex-direction: column;
|
19625
|
-
padding: 16px;
|
19626
|
-
}
|
19627
|
-
|
19628
|
-
.v-color-picker--flat {
|
19629
|
-
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));
|
19630
|
-
}
|
19631
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
19632
|
-
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));
|
19633
19633
|
}.v-counter {
|
19634
19634
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
19635
19635
|
flex: 0 1 auto;
|
@@ -19853,12 +19853,6 @@ html.overflow-y-hidden {
|
|
19853
19853
|
}
|
19854
19854
|
.v-data-table-footer__page {
|
19855
19855
|
padding: 0 8px;
|
19856
|
-
}.v-date-picker {
|
19857
|
-
overflow: hidden;
|
19858
|
-
width: 328px;
|
19859
|
-
}
|
19860
|
-
.v-date-picker--show-week {
|
19861
|
-
width: 368px;
|
19862
19856
|
}.v-date-picker-controls {
|
19863
19857
|
display: flex;
|
19864
19858
|
align-items: center;
|
@@ -19975,6 +19969,12 @@ html.overflow-y-hidden {
|
|
19975
19969
|
.date-picker-header-reverse-transition-leave-to {
|
19976
19970
|
opacity: 0;
|
19977
19971
|
transform: translate(0, 100%);
|
19972
|
+
}.v-date-picker {
|
19973
|
+
overflow: hidden;
|
19974
|
+
width: 328px;
|
19975
|
+
}
|
19976
|
+
.v-date-picker--show-week {
|
19977
|
+
width: 368px;
|
19978
19978
|
}.v-date-picker-month {
|
19979
19979
|
display: flex;
|
19980
19980
|
justify-content: center;
|
@@ -20483,18 +20483,87 @@ html.overflow-y-hidden {
|
|
20483
20483
|
}
|
20484
20484
|
.v-expansion-panels--tile > .v-expansion-panel {
|
20485
20485
|
border-radius: 0;
|
20486
|
-
}
|
20487
|
-
|
20488
|
-
|
20489
|
-
|
20490
|
-
|
20491
|
-
|
20492
|
-
|
20493
|
-
|
20494
|
-
|
20495
|
-
|
20496
|
-
|
20497
|
-
|
20486
|
+
}.v-fab {
|
20487
|
+
align-items: center;
|
20488
|
+
display: inline-flex;
|
20489
|
+
flex: 1 1 auto;
|
20490
|
+
pointer-events: none;
|
20491
|
+
position: relative;
|
20492
|
+
transition-duration: 0.2s;
|
20493
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20494
|
+
vertical-align: middle;
|
20495
|
+
}
|
20496
|
+
.v-fab .v-btn {
|
20497
|
+
pointer-events: auto;
|
20498
|
+
}
|
20499
|
+
.v-fab .v-btn--variant-elevated {
|
20500
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20501
|
+
}
|
20502
|
+
.v-fab--app, .v-fab--absolute {
|
20503
|
+
display: flex;
|
20504
|
+
}
|
20505
|
+
.v-fab--start, .v-fab--left {
|
20506
|
+
justify-content: flex-start;
|
20507
|
+
}
|
20508
|
+
.v-fab--center {
|
20509
|
+
align-items: center;
|
20510
|
+
justify-content: center;
|
20511
|
+
}
|
20512
|
+
.v-fab--end, .v-fab--right {
|
20513
|
+
justify-content: flex-end;
|
20514
|
+
}
|
20515
|
+
.v-fab--bottom {
|
20516
|
+
align-items: flex-end;
|
20517
|
+
}
|
20518
|
+
.v-fab--top {
|
20519
|
+
align-items: flex-start;
|
20520
|
+
}
|
20521
|
+
.v-fab--extended .v-btn {
|
20522
|
+
border-radius: 9999px !important;
|
20523
|
+
}
|
20524
|
+
|
20525
|
+
.v-fab__container {
|
20526
|
+
align-self: center;
|
20527
|
+
display: inline-flex;
|
20528
|
+
position: absolute;
|
20529
|
+
vertical-align: middle;
|
20530
|
+
}
|
20531
|
+
.v-fab--app .v-fab__container {
|
20532
|
+
margin: 12px;
|
20533
|
+
}
|
20534
|
+
.v-fab--absolute .v-fab__container {
|
20535
|
+
position: absolute;
|
20536
|
+
z-index: 4;
|
20537
|
+
}
|
20538
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
20539
|
+
transform: translateY(-50%);
|
20540
|
+
}
|
20541
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20542
|
+
transform: translateY(50%);
|
20543
|
+
}
|
20544
|
+
.v-fab--top .v-fab__container {
|
20545
|
+
top: 0;
|
20546
|
+
}
|
20547
|
+
.v-fab--bottom .v-fab__container {
|
20548
|
+
bottom: 0;
|
20549
|
+
}
|
20550
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20551
|
+
left: 0;
|
20552
|
+
}
|
20553
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20554
|
+
right: 0;
|
20555
|
+
}/* region INPUT */
|
20556
|
+
.v-field {
|
20557
|
+
--v-theme-overlay-multiplier: 1;
|
20558
|
+
display: grid;
|
20559
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
20560
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
20561
|
+
font-size: 16px;
|
20562
|
+
letter-spacing: 0.009375em;
|
20563
|
+
max-width: 100%;
|
20564
|
+
border-radius: 4px;
|
20565
|
+
contain: layout;
|
20566
|
+
flex: 1 0;
|
20498
20567
|
grid-area: control;
|
20499
20568
|
position: relative;
|
20500
20569
|
--v-field-padding-start: 16px;
|
@@ -21059,105 +21128,7 @@ textarea.v-field__input::placeholder {
|
|
21059
21128
|
opacity: 0;
|
21060
21129
|
}
|
21061
21130
|
|
21062
|
-
/* endregion */.v-
|
21063
|
-
align-items: center;
|
21064
|
-
display: inline-flex;
|
21065
|
-
flex: 1 1 auto;
|
21066
|
-
pointer-events: none;
|
21067
|
-
position: relative;
|
21068
|
-
transition-duration: 0.2s;
|
21069
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21070
|
-
vertical-align: middle;
|
21071
|
-
}
|
21072
|
-
.v-fab .v-btn {
|
21073
|
-
pointer-events: auto;
|
21074
|
-
}
|
21075
|
-
.v-fab .v-btn--variant-elevated {
|
21076
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21077
|
-
}
|
21078
|
-
.v-fab--app, .v-fab--absolute {
|
21079
|
-
display: flex;
|
21080
|
-
}
|
21081
|
-
.v-fab--start, .v-fab--left {
|
21082
|
-
justify-content: flex-start;
|
21083
|
-
}
|
21084
|
-
.v-fab--center {
|
21085
|
-
align-items: center;
|
21086
|
-
justify-content: center;
|
21087
|
-
}
|
21088
|
-
.v-fab--end, .v-fab--right {
|
21089
|
-
justify-content: flex-end;
|
21090
|
-
}
|
21091
|
-
.v-fab--bottom {
|
21092
|
-
align-items: flex-end;
|
21093
|
-
}
|
21094
|
-
.v-fab--top {
|
21095
|
-
align-items: flex-start;
|
21096
|
-
}
|
21097
|
-
.v-fab--extended .v-btn {
|
21098
|
-
border-radius: 9999px !important;
|
21099
|
-
}
|
21100
|
-
|
21101
|
-
.v-fab__container {
|
21102
|
-
align-self: center;
|
21103
|
-
display: inline-flex;
|
21104
|
-
position: absolute;
|
21105
|
-
vertical-align: middle;
|
21106
|
-
}
|
21107
|
-
.v-fab--app .v-fab__container {
|
21108
|
-
margin: 12px;
|
21109
|
-
}
|
21110
|
-
.v-fab--absolute .v-fab__container {
|
21111
|
-
position: absolute;
|
21112
|
-
z-index: 4;
|
21113
|
-
}
|
21114
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21115
|
-
transform: translateY(-50%);
|
21116
|
-
}
|
21117
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21118
|
-
transform: translateY(50%);
|
21119
|
-
}
|
21120
|
-
.v-fab--top .v-fab__container {
|
21121
|
-
top: 0;
|
21122
|
-
}
|
21123
|
-
.v-fab--bottom .v-fab__container {
|
21124
|
-
bottom: 0;
|
21125
|
-
}
|
21126
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21127
|
-
left: 0;
|
21128
|
-
}
|
21129
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21130
|
-
right: 0;
|
21131
|
-
}.v-file-input--hide.v-input .v-field,
|
21132
|
-
.v-file-input--hide.v-input .v-input__control,
|
21133
|
-
.v-file-input--hide.v-input .v-input__details {
|
21134
|
-
display: none;
|
21135
|
-
}
|
21136
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
21137
|
-
grid-area: control;
|
21138
|
-
margin: 0 auto;
|
21139
|
-
}
|
21140
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21141
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21142
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21143
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21144
|
-
top: 0px;
|
21145
|
-
}
|
21146
|
-
.v-file-input input[type=file] {
|
21147
|
-
height: 100%;
|
21148
|
-
left: 0;
|
21149
|
-
opacity: 0;
|
21150
|
-
position: absolute;
|
21151
|
-
top: 0;
|
21152
|
-
width: 100%;
|
21153
|
-
z-index: 1;
|
21154
|
-
}
|
21155
|
-
.v-file-input .v-input__details {
|
21156
|
-
padding-inline: 16px;
|
21157
|
-
}
|
21158
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
21159
|
-
padding-inline: 0;
|
21160
|
-
}.v-footer {
|
21131
|
+
/* endregion */.v-footer {
|
21161
21132
|
align-items: center;
|
21162
21133
|
display: flex;
|
21163
21134
|
flex: 1 1 auto;
|
@@ -21946,6 +21917,51 @@ textarea.v-field__input::placeholder {
|
|
21946
21917
|
|
21947
21918
|
.v-img__gradient {
|
21948
21919
|
background-repeat: no-repeat;
|
21920
|
+
}.v-infinite-scroll--horizontal {
|
21921
|
+
display: flex;
|
21922
|
+
flex-direction: row;
|
21923
|
+
overflow-x: auto;
|
21924
|
+
}
|
21925
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
21926
|
+
height: 100%;
|
21927
|
+
width: 1px;
|
21928
|
+
}
|
21929
|
+
|
21930
|
+
.v-infinite-scroll--vertical {
|
21931
|
+
display: flex;
|
21932
|
+
flex-direction: column;
|
21933
|
+
overflow-y: auto;
|
21934
|
+
}
|
21935
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
21936
|
+
height: 1px;
|
21937
|
+
width: 100%;
|
21938
|
+
}
|
21939
|
+
|
21940
|
+
.v-infinite-scroll__side {
|
21941
|
+
align-items: center;
|
21942
|
+
display: flex;
|
21943
|
+
justify-content: center;
|
21944
|
+
padding: 8px;
|
21945
|
+
}.v-item-group {
|
21946
|
+
flex: 0 1 auto;
|
21947
|
+
max-width: 100%;
|
21948
|
+
position: relative;
|
21949
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21950
|
+
}.v-layout-item {
|
21951
|
+
position: absolute;
|
21952
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21953
|
+
}
|
21954
|
+
|
21955
|
+
.v-layout-item--absolute {
|
21956
|
+
position: absolute;
|
21957
|
+
}.v-layout {
|
21958
|
+
--v-scrollbar-offset: 0px;
|
21959
|
+
display: flex;
|
21960
|
+
flex: 1 1 auto;
|
21961
|
+
}
|
21962
|
+
.v-layout--full-height {
|
21963
|
+
--v-scrollbar-offset: inherit;
|
21964
|
+
height: 100%;
|
21949
21965
|
}.v-input {
|
21950
21966
|
display: grid;
|
21951
21967
|
flex: 1 1 auto;
|
@@ -22088,36 +22104,6 @@ textarea.v-field__input::placeholder {
|
|
22088
22104
|
|
22089
22105
|
.v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
|
22090
22106
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22091
|
-
}.v-infinite-scroll--horizontal {
|
22092
|
-
display: flex;
|
22093
|
-
flex-direction: row;
|
22094
|
-
overflow-x: auto;
|
22095
|
-
}
|
22096
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22097
|
-
height: 100%;
|
22098
|
-
width: 1px;
|
22099
|
-
}
|
22100
|
-
|
22101
|
-
.v-infinite-scroll--vertical {
|
22102
|
-
display: flex;
|
22103
|
-
flex-direction: column;
|
22104
|
-
overflow-y: auto;
|
22105
|
-
}
|
22106
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22107
|
-
height: 1px;
|
22108
|
-
width: 100%;
|
22109
|
-
}
|
22110
|
-
|
22111
|
-
.v-infinite-scroll__side {
|
22112
|
-
align-items: center;
|
22113
|
-
display: flex;
|
22114
|
-
justify-content: center;
|
22115
|
-
padding: 8px;
|
22116
|
-
}.v-item-group {
|
22117
|
-
flex: 0 1 auto;
|
22118
|
-
max-width: 100%;
|
22119
|
-
position: relative;
|
22120
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22121
22107
|
}.v-label {
|
22122
22108
|
align-items: center;
|
22123
22109
|
color: inherit;
|
@@ -22133,21 +22119,6 @@ textarea.v-field__input::placeholder {
|
|
22133
22119
|
|
22134
22120
|
.v-label--clickable {
|
22135
22121
|
cursor: pointer;
|
22136
|
-
}.v-layout-item {
|
22137
|
-
position: absolute;
|
22138
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22139
|
-
}
|
22140
|
-
|
22141
|
-
.v-layout-item--absolute {
|
22142
|
-
position: absolute;
|
22143
|
-
}.v-layout {
|
22144
|
-
--v-scrollbar-offset: 0px;
|
22145
|
-
display: flex;
|
22146
|
-
flex: 1 1 auto;
|
22147
|
-
}
|
22148
|
-
.v-layout--full-height {
|
22149
|
-
--v-scrollbar-offset: inherit;
|
22150
|
-
height: 100%;
|
22151
22122
|
}.v-list {
|
22152
22123
|
overflow: auto;
|
22153
22124
|
padding: 8px 0;
|
@@ -22705,8 +22676,6 @@ textarea.v-field__input::placeholder {
|
|
22705
22676
|
}
|
22706
22677
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
22707
22678
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22708
|
-
}.v-locale-provider {
|
22709
|
-
display: contents;
|
22710
22679
|
}.v-main {
|
22711
22680
|
flex: 1 0 auto;
|
22712
22681
|
max-width: 100%;
|
@@ -22735,6 +22704,37 @@ textarea.v-field__input::placeholder {
|
|
22735
22704
|
--v-layout-right: 0px;
|
22736
22705
|
--v-layout-top: 0px;
|
22737
22706
|
--v-layout-bottom: 0px;
|
22707
|
+
}.v-locale-provider {
|
22708
|
+
display: contents;
|
22709
|
+
}.v-file-input--hide.v-input .v-field,
|
22710
|
+
.v-file-input--hide.v-input .v-input__control,
|
22711
|
+
.v-file-input--hide.v-input .v-input__details {
|
22712
|
+
display: none;
|
22713
|
+
}
|
22714
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
22715
|
+
grid-area: control;
|
22716
|
+
margin: 0 auto;
|
22717
|
+
}
|
22718
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22719
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22720
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22721
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22722
|
+
top: 0px;
|
22723
|
+
}
|
22724
|
+
.v-file-input input[type=file] {
|
22725
|
+
height: 100%;
|
22726
|
+
left: 0;
|
22727
|
+
opacity: 0;
|
22728
|
+
position: absolute;
|
22729
|
+
top: 0;
|
22730
|
+
width: 100%;
|
22731
|
+
z-index: 1;
|
22732
|
+
}
|
22733
|
+
.v-file-input .v-input__details {
|
22734
|
+
padding-inline: 16px;
|
22735
|
+
}
|
22736
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
22737
|
+
padding-inline: 0;
|
22738
22738
|
}.v-menu > .v-overlay__content {
|
22739
22739
|
display: flex;
|
22740
22740
|
flex-direction: column;
|
@@ -22764,6 +22764,125 @@ textarea.v-field__input::placeholder {
|
|
22764
22764
|
-webkit-hyphens: auto;
|
22765
22765
|
hyphens: auto;
|
22766
22766
|
transition-duration: 150ms;
|
22767
|
+
}.v-overlay-container {
|
22768
|
+
contain: layout;
|
22769
|
+
left: 0;
|
22770
|
+
pointer-events: none;
|
22771
|
+
position: absolute;
|
22772
|
+
top: 0;
|
22773
|
+
display: contents;
|
22774
|
+
}
|
22775
|
+
|
22776
|
+
.v-overlay-scroll-blocked {
|
22777
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
22778
|
+
}
|
22779
|
+
.v-overlay-scroll-blocked:not(html) {
|
22780
|
+
overflow-y: hidden !important;
|
22781
|
+
}
|
22782
|
+
html.v-overlay-scroll-blocked {
|
22783
|
+
position: fixed;
|
22784
|
+
top: var(--v-body-scroll-y);
|
22785
|
+
left: var(--v-body-scroll-x);
|
22786
|
+
width: 100%;
|
22787
|
+
height: 100%;
|
22788
|
+
}
|
22789
|
+
|
22790
|
+
.v-overlay {
|
22791
|
+
border-radius: inherit;
|
22792
|
+
display: flex;
|
22793
|
+
left: 0;
|
22794
|
+
pointer-events: none;
|
22795
|
+
position: fixed;
|
22796
|
+
top: 0;
|
22797
|
+
bottom: 0;
|
22798
|
+
right: 0;
|
22799
|
+
}
|
22800
|
+
|
22801
|
+
.v-overlay__content {
|
22802
|
+
outline: none;
|
22803
|
+
position: absolute;
|
22804
|
+
pointer-events: auto;
|
22805
|
+
contain: layout;
|
22806
|
+
}
|
22807
|
+
|
22808
|
+
.v-overlay__scrim {
|
22809
|
+
pointer-events: auto;
|
22810
|
+
background: rgb(var(--v-theme-on-surface));
|
22811
|
+
border-radius: inherit;
|
22812
|
+
bottom: 0;
|
22813
|
+
left: 0;
|
22814
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
22815
|
+
position: fixed;
|
22816
|
+
right: 0;
|
22817
|
+
top: 0;
|
22818
|
+
}
|
22819
|
+
|
22820
|
+
.v-overlay--absolute {
|
22821
|
+
position: absolute;
|
22822
|
+
}
|
22823
|
+
|
22824
|
+
.v-overlay--contained .v-overlay__scrim {
|
22825
|
+
position: absolute;
|
22826
|
+
}
|
22827
|
+
|
22828
|
+
.v-overlay--scroll-blocked {
|
22829
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
22830
|
+
}.v-otp-input {
|
22831
|
+
border-radius: 4px;
|
22832
|
+
align-items: center;
|
22833
|
+
display: flex;
|
22834
|
+
justify-content: center;
|
22835
|
+
padding: 0.5rem 0;
|
22836
|
+
position: relative;
|
22837
|
+
}
|
22838
|
+
.v-otp-input .v-field {
|
22839
|
+
height: 100%;
|
22840
|
+
}
|
22841
|
+
|
22842
|
+
.v-otp-input__divider {
|
22843
|
+
margin: 0 8px;
|
22844
|
+
}
|
22845
|
+
|
22846
|
+
.v-otp-input__content {
|
22847
|
+
align-items: center;
|
22848
|
+
display: flex;
|
22849
|
+
gap: 0.5rem;
|
22850
|
+
height: 64px;
|
22851
|
+
padding: 0.5rem;
|
22852
|
+
justify-content: center;
|
22853
|
+
max-width: 320px;
|
22854
|
+
position: relative;
|
22855
|
+
border-radius: inherit;
|
22856
|
+
}
|
22857
|
+
.v-otp-input--divided .v-otp-input__content {
|
22858
|
+
max-width: 360px;
|
22859
|
+
}
|
22860
|
+
|
22861
|
+
.v-otp-input__field {
|
22862
|
+
color: inherit;
|
22863
|
+
font-size: 1.25rem;
|
22864
|
+
height: 100%;
|
22865
|
+
outline: none;
|
22866
|
+
text-align: center;
|
22867
|
+
width: 100%;
|
22868
|
+
}
|
22869
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22870
|
+
-webkit-appearance: none;
|
22871
|
+
margin: 0;
|
22872
|
+
}
|
22873
|
+
.v-otp-input__field[type=number] {
|
22874
|
+
-moz-appearance: textfield;
|
22875
|
+
}
|
22876
|
+
|
22877
|
+
.v-otp-input__loader {
|
22878
|
+
align-items: center;
|
22879
|
+
display: flex;
|
22880
|
+
height: 100%;
|
22881
|
+
justify-content: center;
|
22882
|
+
width: 100%;
|
22883
|
+
}
|
22884
|
+
.v-otp-input__loader .v-progress-linear {
|
22885
|
+
position: absolute;
|
22767
22886
|
}.v-navigation-drawer {
|
22768
22887
|
-webkit-overflow-scrolling: touch;
|
22769
22888
|
background: rgb(var(--v-theme-surface));
|
@@ -22866,139 +22985,122 @@ textarea.v-field__input::placeholder {
|
|
22866
22985
|
.v-navigation-drawer__append {
|
22867
22986
|
flex: none;
|
22868
22987
|
overflow: hidden;
|
22869
|
-
}.v-
|
22870
|
-
|
22988
|
+
}.v-parallax {
|
22989
|
+
position: relative;
|
22990
|
+
overflow: hidden;
|
22991
|
+
}
|
22992
|
+
.v-parallax--active > .v-img__img {
|
22993
|
+
will-change: transform;
|
22994
|
+
}.v-pagination__list {
|
22995
|
+
display: inline-flex;
|
22996
|
+
list-style-type: none;
|
22997
|
+
justify-content: center;
|
22998
|
+
width: 100%;
|
22999
|
+
}
|
23000
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23001
|
+
margin: 0.3rem;
|
23002
|
+
}.v-progress-circular {
|
22871
23003
|
align-items: center;
|
22872
|
-
display: flex;
|
23004
|
+
display: inline-flex;
|
22873
23005
|
justify-content: center;
|
22874
|
-
padding: 0.5rem 0;
|
22875
23006
|
position: relative;
|
23007
|
+
vertical-align: middle;
|
22876
23008
|
}
|
22877
|
-
.v-
|
23009
|
+
.v-progress-circular > svg {
|
23010
|
+
width: 100%;
|
22878
23011
|
height: 100%;
|
23012
|
+
margin: auto;
|
23013
|
+
position: absolute;
|
23014
|
+
top: 0;
|
23015
|
+
bottom: 0;
|
23016
|
+
left: 0;
|
23017
|
+
right: 0;
|
23018
|
+
z-index: 0;
|
22879
23019
|
}
|
22880
23020
|
|
22881
|
-
.v-
|
22882
|
-
margin: 0 8px;
|
22883
|
-
}
|
22884
|
-
|
22885
|
-
.v-otp-input__content {
|
23021
|
+
.v-progress-circular__content {
|
22886
23022
|
align-items: center;
|
22887
23023
|
display: flex;
|
22888
|
-
gap: 0.5rem;
|
22889
|
-
height: 64px;
|
22890
|
-
padding: 0.5rem;
|
22891
23024
|
justify-content: center;
|
22892
|
-
max-width: 320px;
|
22893
|
-
position: relative;
|
22894
|
-
border-radius: inherit;
|
22895
|
-
}
|
22896
|
-
.v-otp-input--divided .v-otp-input__content {
|
22897
|
-
max-width: 360px;
|
22898
23025
|
}
|
22899
23026
|
|
22900
|
-
.v-
|
22901
|
-
color:
|
22902
|
-
|
22903
|
-
|
22904
|
-
outline: none;
|
22905
|
-
text-align: center;
|
22906
|
-
width: 100%;
|
22907
|
-
}
|
22908
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22909
|
-
-webkit-appearance: none;
|
22910
|
-
margin: 0;
|
23027
|
+
.v-progress-circular__underlay {
|
23028
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23029
|
+
stroke: currentColor;
|
23030
|
+
z-index: 1;
|
22911
23031
|
}
|
22912
|
-
|
22913
|
-
|
23032
|
+
|
23033
|
+
.v-progress-circular__overlay {
|
23034
|
+
stroke: currentColor;
|
23035
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23036
|
+
z-index: 2;
|
22914
23037
|
}
|
22915
23038
|
|
22916
|
-
.v-
|
22917
|
-
|
22918
|
-
|
22919
|
-
height: 100%;
|
22920
|
-
justify-content: center;
|
22921
|
-
width: 100%;
|
23039
|
+
.v-progress-circular--size-x-small {
|
23040
|
+
height: 16px;
|
23041
|
+
width: 16px;
|
22922
23042
|
}
|
22923
|
-
.v-
|
22924
|
-
|
22925
|
-
|
22926
|
-
contain: layout;
|
22927
|
-
left: 0;
|
22928
|
-
pointer-events: none;
|
22929
|
-
position: absolute;
|
22930
|
-
top: 0;
|
22931
|
-
display: contents;
|
23043
|
+
.v-progress-circular--size-small {
|
23044
|
+
height: 24px;
|
23045
|
+
width: 24px;
|
22932
23046
|
}
|
22933
|
-
|
22934
|
-
|
22935
|
-
|
23047
|
+
.v-progress-circular--size-default {
|
23048
|
+
height: 32px;
|
23049
|
+
width: 32px;
|
22936
23050
|
}
|
22937
|
-
.v-
|
22938
|
-
|
23051
|
+
.v-progress-circular--size-large {
|
23052
|
+
height: 48px;
|
23053
|
+
width: 48px;
|
22939
23054
|
}
|
22940
|
-
|
22941
|
-
|
22942
|
-
|
22943
|
-
left: var(--v-body-scroll-x);
|
22944
|
-
width: 100%;
|
22945
|
-
height: 100%;
|
23055
|
+
.v-progress-circular--size-x-large {
|
23056
|
+
height: 64px;
|
23057
|
+
width: 64px;
|
22946
23058
|
}
|
22947
23059
|
|
22948
|
-
.v-
|
22949
|
-
|
22950
|
-
|
22951
|
-
|
22952
|
-
pointer-events: none;
|
22953
|
-
position: fixed;
|
22954
|
-
top: 0;
|
22955
|
-
bottom: 0;
|
22956
|
-
right: 0;
|
23060
|
+
.v-progress-circular--indeterminate > svg {
|
23061
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
23062
|
+
transform-origin: center center;
|
23063
|
+
transition: all 0.2s ease-in-out;
|
22957
23064
|
}
|
22958
|
-
|
22959
|
-
.
|
22960
|
-
|
22961
|
-
|
22962
|
-
|
22963
|
-
|
23065
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23066
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23067
|
+
stroke-dasharray: 25, 200;
|
23068
|
+
stroke-dashoffset: 0;
|
23069
|
+
stroke-linecap: round;
|
23070
|
+
transform-origin: center center;
|
23071
|
+
transform: rotate(-90deg);
|
22964
23072
|
}
|
22965
23073
|
|
22966
|
-
.v-
|
22967
|
-
|
22968
|
-
background: rgb(var(--v-theme-on-surface));
|
22969
|
-
border-radius: inherit;
|
22970
|
-
bottom: 0;
|
22971
|
-
left: 0;
|
22972
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
22973
|
-
position: fixed;
|
22974
|
-
right: 0;
|
22975
|
-
top: 0;
|
23074
|
+
.v-progress-circular--disable-shrink > svg {
|
23075
|
+
animation-duration: 0.7s;
|
22976
23076
|
}
|
22977
|
-
|
22978
|
-
|
22979
|
-
position: absolute;
|
23077
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23078
|
+
animation: none;
|
22980
23079
|
}
|
22981
23080
|
|
22982
|
-
.v-
|
22983
|
-
|
23081
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23082
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23083
|
+
animation-play-state: paused !important;
|
22984
23084
|
}
|
22985
23085
|
|
22986
|
-
|
22987
|
-
|
22988
|
-
|
22989
|
-
|
22990
|
-
|
22991
|
-
|
22992
|
-
|
22993
|
-
|
22994
|
-
|
22995
|
-
|
22996
|
-
|
22997
|
-
|
22998
|
-
|
23086
|
+
@keyframes progress-circular-dash {
|
23087
|
+
0% {
|
23088
|
+
stroke-dasharray: 1, 200;
|
23089
|
+
stroke-dashoffset: 0px;
|
23090
|
+
}
|
23091
|
+
50% {
|
23092
|
+
stroke-dasharray: 100, 200;
|
23093
|
+
stroke-dashoffset: -15px;
|
23094
|
+
}
|
23095
|
+
100% {
|
23096
|
+
stroke-dasharray: 100, 200;
|
23097
|
+
stroke-dashoffset: -124px;
|
23098
|
+
}
|
22999
23099
|
}
|
23000
|
-
|
23001
|
-
|
23100
|
+
@keyframes progress-circular-rotate {
|
23101
|
+
100% {
|
23102
|
+
transform: rotate(270deg);
|
23103
|
+
}
|
23002
23104
|
}.v-progress-linear {
|
23003
23105
|
background: transparent;
|
23004
23106
|
overflow: hidden;
|
@@ -23205,129 +23307,27 @@ html.v-overlay-scroll-blocked {
|
|
23205
23307
|
}
|
23206
23308
|
}
|
23207
23309
|
@keyframes indeterminate-short-rtl {
|
23208
|
-
0% {
|
23209
|
-
left: 100%;
|
23210
|
-
right: -200%;
|
23211
|
-
}
|
23212
|
-
60% {
|
23213
|
-
left: -8%;
|
23214
|
-
right: 107%;
|
23215
|
-
}
|
23216
|
-
100% {
|
23217
|
-
left: -8%;
|
23218
|
-
right: 107%;
|
23219
|
-
}
|
23220
|
-
}
|
23221
|
-
@keyframes stream {
|
23222
|
-
to {
|
23223
|
-
transform: translateX(var(--v-progress-linear-stream-to));
|
23224
|
-
}
|
23225
|
-
}
|
23226
|
-
@keyframes progress-linear-stripes {
|
23227
|
-
0% {
|
23228
|
-
background-position-x: var(--v-progress-linear-height);
|
23229
|
-
}
|
23230
|
-
}.v-progress-circular {
|
23231
|
-
align-items: center;
|
23232
|
-
display: inline-flex;
|
23233
|
-
justify-content: center;
|
23234
|
-
position: relative;
|
23235
|
-
vertical-align: middle;
|
23236
|
-
}
|
23237
|
-
.v-progress-circular > svg {
|
23238
|
-
width: 100%;
|
23239
|
-
height: 100%;
|
23240
|
-
margin: auto;
|
23241
|
-
position: absolute;
|
23242
|
-
top: 0;
|
23243
|
-
bottom: 0;
|
23244
|
-
left: 0;
|
23245
|
-
right: 0;
|
23246
|
-
z-index: 0;
|
23247
|
-
}
|
23248
|
-
|
23249
|
-
.v-progress-circular__content {
|
23250
|
-
align-items: center;
|
23251
|
-
display: flex;
|
23252
|
-
justify-content: center;
|
23253
|
-
}
|
23254
|
-
|
23255
|
-
.v-progress-circular__underlay {
|
23256
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23257
|
-
stroke: currentColor;
|
23258
|
-
z-index: 1;
|
23259
|
-
}
|
23260
|
-
|
23261
|
-
.v-progress-circular__overlay {
|
23262
|
-
stroke: currentColor;
|
23263
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23264
|
-
z-index: 2;
|
23265
|
-
}
|
23266
|
-
|
23267
|
-
.v-progress-circular--size-x-small {
|
23268
|
-
height: 16px;
|
23269
|
-
width: 16px;
|
23270
|
-
}
|
23271
|
-
.v-progress-circular--size-small {
|
23272
|
-
height: 24px;
|
23273
|
-
width: 24px;
|
23274
|
-
}
|
23275
|
-
.v-progress-circular--size-default {
|
23276
|
-
height: 32px;
|
23277
|
-
width: 32px;
|
23278
|
-
}
|
23279
|
-
.v-progress-circular--size-large {
|
23280
|
-
height: 48px;
|
23281
|
-
width: 48px;
|
23282
|
-
}
|
23283
|
-
.v-progress-circular--size-x-large {
|
23284
|
-
height: 64px;
|
23285
|
-
width: 64px;
|
23286
|
-
}
|
23287
|
-
|
23288
|
-
.v-progress-circular--indeterminate > svg {
|
23289
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
23290
|
-
transform-origin: center center;
|
23291
|
-
transition: all 0.2s ease-in-out;
|
23292
|
-
}
|
23293
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23294
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23295
|
-
stroke-dasharray: 25, 200;
|
23296
|
-
stroke-dashoffset: 0;
|
23297
|
-
stroke-linecap: round;
|
23298
|
-
transform-origin: center center;
|
23299
|
-
transform: rotate(-90deg);
|
23300
|
-
}
|
23301
|
-
|
23302
|
-
.v-progress-circular--disable-shrink > svg {
|
23303
|
-
animation-duration: 0.7s;
|
23304
|
-
}
|
23305
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23306
|
-
animation: none;
|
23307
|
-
}
|
23308
|
-
|
23309
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23310
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23311
|
-
animation-play-state: paused !important;
|
23312
|
-
}
|
23313
|
-
|
23314
|
-
@keyframes progress-circular-dash {
|
23315
|
-
0% {
|
23316
|
-
stroke-dasharray: 1, 200;
|
23317
|
-
stroke-dashoffset: 0px;
|
23310
|
+
0% {
|
23311
|
+
left: 100%;
|
23312
|
+
right: -200%;
|
23318
23313
|
}
|
23319
|
-
|
23320
|
-
|
23321
|
-
|
23314
|
+
60% {
|
23315
|
+
left: -8%;
|
23316
|
+
right: 107%;
|
23322
23317
|
}
|
23323
23318
|
100% {
|
23324
|
-
|
23325
|
-
|
23319
|
+
left: -8%;
|
23320
|
+
right: 107%;
|
23326
23321
|
}
|
23327
23322
|
}
|
23328
|
-
@keyframes
|
23329
|
-
|
23330
|
-
transform:
|
23323
|
+
@keyframes stream {
|
23324
|
+
to {
|
23325
|
+
transform: translateX(var(--v-progress-linear-stream-to));
|
23326
|
+
}
|
23327
|
+
}
|
23328
|
+
@keyframes progress-linear-stripes {
|
23329
|
+
0% {
|
23330
|
+
background-position-x: var(--v-progress-linear-height);
|
23331
23331
|
}
|
23332
23332
|
}.v-radio-group > .v-input__control {
|
23333
23333
|
flex-direction: column;
|
@@ -23341,63 +23341,6 @@ html.v-overlay-scroll-blocked {
|
|
23341
23341
|
}
|
23342
23342
|
.v-radio-group .v-input__details {
|
23343
23343
|
padding-inline: 16px;
|
23344
|
-
}.v-slider .v-slider__container input {
|
23345
|
-
cursor: default;
|
23346
|
-
padding: 0;
|
23347
|
-
width: 100%;
|
23348
|
-
display: none;
|
23349
|
-
}
|
23350
|
-
.v-slider > .v-input__append,
|
23351
|
-
.v-slider > .v-input__prepend {
|
23352
|
-
padding: 0;
|
23353
|
-
}
|
23354
|
-
|
23355
|
-
.v-slider__container {
|
23356
|
-
position: relative;
|
23357
|
-
min-height: inherit;
|
23358
|
-
width: 100%;
|
23359
|
-
height: 100%;
|
23360
|
-
display: flex;
|
23361
|
-
justify-content: center;
|
23362
|
-
align-items: center;
|
23363
|
-
cursor: pointer;
|
23364
|
-
}
|
23365
|
-
.v-input--disabled .v-slider__container {
|
23366
|
-
opacity: var(--v-disabled-opacity);
|
23367
|
-
}
|
23368
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23369
|
-
color: rgb(var(--v-theme-error));
|
23370
|
-
}
|
23371
|
-
|
23372
|
-
.v-slider.v-input--horizontal {
|
23373
|
-
align-items: center;
|
23374
|
-
margin-inline: 8px 8px;
|
23375
|
-
}
|
23376
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
23377
|
-
min-height: 32px;
|
23378
|
-
display: flex;
|
23379
|
-
align-items: center;
|
23380
|
-
}
|
23381
|
-
|
23382
|
-
.v-slider.v-input--vertical {
|
23383
|
-
justify-content: center;
|
23384
|
-
margin-top: 12px;
|
23385
|
-
margin-bottom: 12px;
|
23386
|
-
}
|
23387
|
-
.v-slider.v-input--vertical > .v-input__control {
|
23388
|
-
min-height: 300px;
|
23389
|
-
}
|
23390
|
-
|
23391
|
-
.v-slider.v-input--disabled {
|
23392
|
-
pointer-events: none;
|
23393
|
-
}
|
23394
|
-
|
23395
|
-
.v-slider--has-labels > .v-input__control {
|
23396
|
-
margin-bottom: 4px;
|
23397
|
-
}
|
23398
|
-
|
23399
|
-
.v-slider__label {
|
23400
|
-
margin-inline-end: 12px;
|
23401
23344
|
}.v-rating {
|
23402
23345
|
max-width: 100%;
|
23403
23346
|
display: inline-flex;
|
@@ -23452,32 +23395,63 @@ html.v-overlay-scroll-blocked {
|
|
23452
23395
|
opacity: 0;
|
23453
23396
|
position: absolute;
|
23454
23397
|
width: 0;
|
23455
|
-
}.v-
|
23456
|
-
|
23457
|
-
|
23458
|
-
|
23459
|
-
|
23460
|
-
|
23398
|
+
}.v-slider .v-slider__container input {
|
23399
|
+
cursor: default;
|
23400
|
+
padding: 0;
|
23401
|
+
width: 100%;
|
23402
|
+
display: none;
|
23403
|
+
}
|
23404
|
+
.v-slider > .v-input__append,
|
23405
|
+
.v-slider > .v-input__prepend {
|
23406
|
+
padding: 0;
|
23407
|
+
}
|
23408
|
+
|
23409
|
+
.v-slider__container {
|
23461
23410
|
position: relative;
|
23411
|
+
min-height: inherit;
|
23412
|
+
width: 100%;
|
23413
|
+
height: 100%;
|
23414
|
+
display: flex;
|
23415
|
+
justify-content: center;
|
23416
|
+
align-items: center;
|
23417
|
+
cursor: pointer;
|
23462
23418
|
}
|
23463
|
-
.v-
|
23464
|
-
|
23465
|
-
|
23419
|
+
.v-input--disabled .v-slider__container {
|
23420
|
+
opacity: var(--v-disabled-opacity);
|
23421
|
+
}
|
23422
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23423
|
+
color: rgb(var(--v-theme-error));
|
23466
23424
|
}
|
23467
23425
|
|
23468
|
-
.v-
|
23469
|
-
|
23470
|
-
|
23426
|
+
.v-slider.v-input--horizontal {
|
23427
|
+
align-items: center;
|
23428
|
+
margin-inline: 8px 8px;
|
23429
|
+
}
|
23430
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
23431
|
+
min-height: 32px;
|
23432
|
+
display: flex;
|
23433
|
+
align-items: center;
|
23471
23434
|
}
|
23472
23435
|
|
23473
|
-
.v-
|
23474
|
-
|
23436
|
+
.v-slider.v-input--vertical {
|
23437
|
+
justify-content: center;
|
23438
|
+
margin-top: 12px;
|
23439
|
+
margin-bottom: 12px;
|
23440
|
+
}
|
23441
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23442
|
+
min-height: 300px;
|
23475
23443
|
}
|
23476
23444
|
|
23477
|
-
.v-
|
23478
|
-
flex: 1 0 0px;
|
23479
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23445
|
+
.v-slider.v-input--disabled {
|
23480
23446
|
pointer-events: none;
|
23447
|
+
}
|
23448
|
+
|
23449
|
+
.v-slider--has-labels > .v-input__control {
|
23450
|
+
margin-bottom: 4px;
|
23451
|
+
}
|
23452
|
+
|
23453
|
+
.v-slider__label {
|
23454
|
+
margin-inline-end: 12px;
|
23481
23455
|
}.v-select .v-field .v-text-field__prefix,
|
23482
23456
|
.v-select .v-field .v-text-field__suffix,
|
23483
23457
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -23526,6 +23500,32 @@ html.v-overlay-scroll-blocked {
|
|
23526
23500
|
.v-select--active-menu .v-select__menu-icon {
|
23527
23501
|
opacity: var(--v-high-emphasis-opacity);
|
23528
23502
|
transform: rotate(180deg);
|
23503
|
+
}.v-responsive {
|
23504
|
+
display: flex;
|
23505
|
+
flex: 1 0 auto;
|
23506
|
+
max-height: 100%;
|
23507
|
+
max-width: 100%;
|
23508
|
+
overflow: hidden;
|
23509
|
+
position: relative;
|
23510
|
+
}
|
23511
|
+
.v-responsive--inline {
|
23512
|
+
display: inline-flex;
|
23513
|
+
flex: 0 0 auto;
|
23514
|
+
}
|
23515
|
+
|
23516
|
+
.v-responsive__content {
|
23517
|
+
flex: 1 0 0px;
|
23518
|
+
max-width: 100%;
|
23519
|
+
}
|
23520
|
+
|
23521
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23522
|
+
margin-inline-start: -100%;
|
23523
|
+
}
|
23524
|
+
|
23525
|
+
.v-responsive__sizer {
|
23526
|
+
flex: 1 0 0px;
|
23527
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23528
|
+
pointer-events: none;
|
23529
23529
|
}.v-selection-control {
|
23530
23530
|
align-items: center;
|
23531
23531
|
contain: layout;
|
@@ -23627,42 +23627,6 @@ html.v-overlay-scroll-blocked {
|
|
23627
23627
|
}
|
23628
23628
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23629
23629
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23630
|
-
}.v-selection-control-group {
|
23631
|
-
grid-area: control;
|
23632
|
-
display: flex;
|
23633
|
-
flex-direction: column;
|
23634
|
-
}
|
23635
|
-
.v-selection-control-group--inline {
|
23636
|
-
flex-direction: row;
|
23637
|
-
flex-wrap: wrap;
|
23638
|
-
}.v-sheet {
|
23639
|
-
display: block;
|
23640
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23641
|
-
border-style: solid;
|
23642
|
-
border-width: 0;
|
23643
|
-
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));
|
23644
|
-
border-radius: 0;
|
23645
|
-
background: rgb(var(--v-theme-surface));
|
23646
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23647
|
-
}
|
23648
|
-
.v-sheet--border {
|
23649
|
-
border-width: thin;
|
23650
|
-
box-shadow: none;
|
23651
|
-
}
|
23652
|
-
.v-sheet--absolute {
|
23653
|
-
position: absolute;
|
23654
|
-
}
|
23655
|
-
.v-sheet--fixed {
|
23656
|
-
position: fixed;
|
23657
|
-
}
|
23658
|
-
.v-sheet--relative {
|
23659
|
-
position: relative;
|
23660
|
-
}
|
23661
|
-
.v-sheet--sticky {
|
23662
|
-
position: sticky;
|
23663
|
-
}
|
23664
|
-
.v-sheet--rounded {
|
23665
|
-
border-radius: 4px;
|
23666
23630
|
}.v-skeleton-loader {
|
23667
23631
|
align-items: center;
|
23668
23632
|
background: rgb(var(--v-theme-surface));
|
@@ -23886,6 +23850,42 @@ html.v-overlay-scroll-blocked {
|
|
23886
23850
|
100% {
|
23887
23851
|
transform: translateX(100%);
|
23888
23852
|
}
|
23853
|
+
}.v-selection-control-group {
|
23854
|
+
grid-area: control;
|
23855
|
+
display: flex;
|
23856
|
+
flex-direction: column;
|
23857
|
+
}
|
23858
|
+
.v-selection-control-group--inline {
|
23859
|
+
flex-direction: row;
|
23860
|
+
flex-wrap: wrap;
|
23861
|
+
}.v-sheet {
|
23862
|
+
display: block;
|
23863
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23864
|
+
border-style: solid;
|
23865
|
+
border-width: 0;
|
23866
|
+
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));
|
23867
|
+
border-radius: 0;
|
23868
|
+
background: rgb(var(--v-theme-surface));
|
23869
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23870
|
+
}
|
23871
|
+
.v-sheet--border {
|
23872
|
+
border-width: thin;
|
23873
|
+
box-shadow: none;
|
23874
|
+
}
|
23875
|
+
.v-sheet--absolute {
|
23876
|
+
position: absolute;
|
23877
|
+
}
|
23878
|
+
.v-sheet--fixed {
|
23879
|
+
position: fixed;
|
23880
|
+
}
|
23881
|
+
.v-sheet--relative {
|
23882
|
+
position: relative;
|
23883
|
+
}
|
23884
|
+
.v-sheet--sticky {
|
23885
|
+
position: sticky;
|
23886
|
+
}
|
23887
|
+
.v-sheet--rounded {
|
23888
|
+
border-radius: 4px;
|
23889
23889
|
}.v-slide-group {
|
23890
23890
|
display: flex;
|
23891
23891
|
overflow: hidden;
|
@@ -24466,6 +24466,43 @@ html.v-overlay-scroll-blocked {
|
|
24466
24466
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24467
24467
|
border-width: 0;
|
24468
24468
|
}
|
24469
|
+
}.v-system-bar {
|
24470
|
+
align-items: center;
|
24471
|
+
display: flex;
|
24472
|
+
flex: 1 1 auto;
|
24473
|
+
height: 24px;
|
24474
|
+
justify-content: flex-end;
|
24475
|
+
max-width: 100%;
|
24476
|
+
padding-inline: 8px;
|
24477
|
+
position: relative;
|
24478
|
+
text-align: end;
|
24479
|
+
width: 100%;
|
24480
|
+
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));
|
24481
|
+
background: rgba(var(--v-theme-surface-light));
|
24482
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24483
|
+
font-size: 0.75rem;
|
24484
|
+
font-weight: 400;
|
24485
|
+
letter-spacing: 0.0333333333em;
|
24486
|
+
line-height: 1.667;
|
24487
|
+
text-transform: none;
|
24488
|
+
}
|
24489
|
+
.v-system-bar .v-icon {
|
24490
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24491
|
+
}
|
24492
|
+
.v-system-bar--absolute {
|
24493
|
+
position: absolute;
|
24494
|
+
}
|
24495
|
+
.v-system-bar--fixed {
|
24496
|
+
position: fixed;
|
24497
|
+
}
|
24498
|
+
.v-system-bar--rounded {
|
24499
|
+
border-radius: 0;
|
24500
|
+
}
|
24501
|
+
.v-system-bar--window {
|
24502
|
+
height: 32px;
|
24503
|
+
}
|
24504
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24505
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24469
24506
|
}.v-tab.v-tab.v-btn {
|
24470
24507
|
height: var(--v-tabs-height);
|
24471
24508
|
border-radius: 0;
|
@@ -24561,43 +24598,6 @@ html.v-overlay-scroll-blocked {
|
|
24561
24598
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24562
24599
|
margin-inline-end: 52px;
|
24563
24600
|
}
|
24564
|
-
}.v-system-bar {
|
24565
|
-
align-items: center;
|
24566
|
-
display: flex;
|
24567
|
-
flex: 1 1 auto;
|
24568
|
-
height: 24px;
|
24569
|
-
justify-content: flex-end;
|
24570
|
-
max-width: 100%;
|
24571
|
-
padding-inline: 8px;
|
24572
|
-
position: relative;
|
24573
|
-
text-align: end;
|
24574
|
-
width: 100%;
|
24575
|
-
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));
|
24576
|
-
background: rgba(var(--v-theme-surface-light));
|
24577
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24578
|
-
font-size: 0.75rem;
|
24579
|
-
font-weight: 400;
|
24580
|
-
letter-spacing: 0.0333333333em;
|
24581
|
-
line-height: 1.667;
|
24582
|
-
text-transform: none;
|
24583
|
-
}
|
24584
|
-
.v-system-bar .v-icon {
|
24585
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24586
|
-
}
|
24587
|
-
.v-system-bar--absolute {
|
24588
|
-
position: absolute;
|
24589
|
-
}
|
24590
|
-
.v-system-bar--fixed {
|
24591
|
-
position: fixed;
|
24592
|
-
}
|
24593
|
-
.v-system-bar--rounded {
|
24594
|
-
border-radius: 0;
|
24595
|
-
}
|
24596
|
-
.v-system-bar--window {
|
24597
|
-
height: 32px;
|
24598
|
-
}
|
24599
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
24600
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24601
24601
|
}.v-table {
|
24602
24602
|
background: rgb(var(--v-theme-surface));
|
24603
24603
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -24736,9 +24736,45 @@ html.v-overlay-scroll-blocked {
|
|
24736
24736
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
24737
24737
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
24738
24738
|
border-top: 0px !important;
|
24739
|
-
}.v-
|
24740
|
-
|
24741
|
-
|
24739
|
+
}.v-textarea .v-field {
|
24740
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
24741
|
+
}
|
24742
|
+
.v-textarea .v-field__field {
|
24743
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
24744
|
+
}
|
24745
|
+
.v-textarea .v-field__input {
|
24746
|
+
flex: 1 1 auto;
|
24747
|
+
outline: none;
|
24748
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
24749
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
24750
|
+
}
|
24751
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
24752
|
+
visibility: hidden;
|
24753
|
+
position: absolute;
|
24754
|
+
top: 0;
|
24755
|
+
left: 0;
|
24756
|
+
height: 0 !important;
|
24757
|
+
min-height: 0 !important;
|
24758
|
+
pointer-events: none;
|
24759
|
+
}
|
24760
|
+
.v-textarea--no-resize .v-field__input {
|
24761
|
+
resize: none;
|
24762
|
+
}
|
24763
|
+
.v-textarea .v-field--no-label textarea,
|
24764
|
+
.v-textarea .v-field--active textarea {
|
24765
|
+
opacity: 1;
|
24766
|
+
}
|
24767
|
+
.v-textarea textarea {
|
24768
|
+
opacity: 0;
|
24769
|
+
flex: 1;
|
24770
|
+
min-width: 0;
|
24771
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24772
|
+
}
|
24773
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24774
|
+
outline: none;
|
24775
|
+
}
|
24776
|
+
.v-textarea textarea:invalid {
|
24777
|
+
box-shadow: none;
|
24742
24778
|
}/* region BLOCK */
|
24743
24779
|
.v-text-field input {
|
24744
24780
|
color: inherit;
|
@@ -24806,7 +24842,10 @@ html.v-overlay-scroll-blocked {
|
|
24806
24842
|
padding-inline-end: var(--v-field-padding-end);
|
24807
24843
|
}
|
24808
24844
|
|
24809
|
-
/* endregion */.v-
|
24845
|
+
/* endregion */.v-theme-provider {
|
24846
|
+
background: rgb(var(--v-theme-background));
|
24847
|
+
color: rgb(var(--v-theme-on-background));
|
24848
|
+
}.v-timeline .v-timeline-divider__dot {
|
24810
24849
|
background: rgb(var(--v-theme-surface-light));
|
24811
24850
|
}
|
24812
24851
|
.v-timeline .v-timeline-divider__inner-dot {
|
@@ -25222,45 +25261,6 @@ html.v-overlay-scroll-blocked {
|
|
25222
25261
|
|
25223
25262
|
.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 {
|
25224
25263
|
padding-inline-end: 0;
|
25225
|
-
}.v-textarea .v-field {
|
25226
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25227
|
-
}
|
25228
|
-
.v-textarea .v-field__field {
|
25229
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25230
|
-
}
|
25231
|
-
.v-textarea .v-field__input {
|
25232
|
-
flex: 1 1 auto;
|
25233
|
-
outline: none;
|
25234
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25235
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25236
|
-
}
|
25237
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25238
|
-
visibility: hidden;
|
25239
|
-
position: absolute;
|
25240
|
-
top: 0;
|
25241
|
-
left: 0;
|
25242
|
-
height: 0 !important;
|
25243
|
-
min-height: 0 !important;
|
25244
|
-
pointer-events: none;
|
25245
|
-
}
|
25246
|
-
.v-textarea--no-resize .v-field__input {
|
25247
|
-
resize: none;
|
25248
|
-
}
|
25249
|
-
.v-textarea .v-field--no-label textarea,
|
25250
|
-
.v-textarea .v-field--active textarea {
|
25251
|
-
opacity: 1;
|
25252
|
-
}
|
25253
|
-
.v-textarea textarea {
|
25254
|
-
opacity: 0;
|
25255
|
-
flex: 1;
|
25256
|
-
min-width: 0;
|
25257
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25258
|
-
}
|
25259
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25260
|
-
outline: none;
|
25261
|
-
}
|
25262
|
-
.v-textarea textarea:invalid {
|
25263
|
-
box-shadow: none;
|
25264
25264
|
}.v-toolbar {
|
25265
25265
|
align-items: flex-start;
|
25266
25266
|
display: flex;
|
@@ -25491,34 +25491,6 @@ html.v-overlay-scroll-blocked {
|
|
25491
25491
|
}
|
25492
25492
|
.v-window-y-reverse-transition-leave-to {
|
25493
25493
|
transform: translateY(100%);
|
25494
|
-
}.v-color-picker-edit {
|
25495
|
-
display: flex;
|
25496
|
-
margin-top: 24px;
|
25497
|
-
}
|
25498
|
-
|
25499
|
-
.v-color-picker-edit__input {
|
25500
|
-
width: 100%;
|
25501
|
-
display: flex;
|
25502
|
-
flex-wrap: wrap;
|
25503
|
-
justify-content: center;
|
25504
|
-
text-align: center;
|
25505
|
-
}
|
25506
|
-
.v-color-picker-edit__input:not(:last-child) {
|
25507
|
-
margin-inline-end: 8px;
|
25508
|
-
}
|
25509
|
-
.v-color-picker-edit__input input {
|
25510
|
-
border-radius: 4px;
|
25511
|
-
margin-bottom: 8px;
|
25512
|
-
min-width: 0;
|
25513
|
-
outline: none;
|
25514
|
-
text-align: center;
|
25515
|
-
width: 100%;
|
25516
|
-
height: 32px;
|
25517
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25518
|
-
color: rgba(var(--v-theme-on-surface));
|
25519
|
-
}
|
25520
|
-
.v-color-picker-edit__input span {
|
25521
|
-
font-size: 0.75rem;
|
25522
25494
|
}.v-color-picker-canvas {
|
25523
25495
|
display: flex;
|
25524
25496
|
position: relative;
|
@@ -25541,41 +25513,34 @@ html.v-overlay-scroll-blocked {
|
|
25541
25513
|
}
|
25542
25514
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25543
25515
|
will-change: transform;
|
25544
|
-
}.v-color-picker-
|
25545
|
-
overflow-y: auto;
|
25546
|
-
}
|
25547
|
-
.v-color-picker-swatches > div {
|
25516
|
+
}.v-color-picker-edit {
|
25548
25517
|
display: flex;
|
25549
|
-
|
25550
|
-
justify-content: center;
|
25551
|
-
padding: 8px;
|
25518
|
+
margin-top: 24px;
|
25552
25519
|
}
|
25553
25520
|
|
25554
|
-
.v-color-picker-
|
25521
|
+
.v-color-picker-edit__input {
|
25522
|
+
width: 100%;
|
25555
25523
|
display: flex;
|
25556
|
-
flex-
|
25557
|
-
|
25524
|
+
flex-wrap: wrap;
|
25525
|
+
justify-content: center;
|
25526
|
+
text-align: center;
|
25558
25527
|
}
|
25559
|
-
|
25560
|
-
|
25561
|
-
position: relative;
|
25562
|
-
height: 18px;
|
25563
|
-
max-height: 18px;
|
25564
|
-
width: 45px;
|
25565
|
-
margin: 2px 4px;
|
25566
|
-
border-radius: 2px;
|
25567
|
-
-webkit-user-select: none;
|
25568
|
-
user-select: none;
|
25569
|
-
overflow: hidden;
|
25570
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25571
|
-
cursor: pointer;
|
25528
|
+
.v-color-picker-edit__input:not(:last-child) {
|
25529
|
+
margin-inline-end: 8px;
|
25572
25530
|
}
|
25573
|
-
.v-color-picker-
|
25574
|
-
|
25575
|
-
|
25576
|
-
|
25531
|
+
.v-color-picker-edit__input input {
|
25532
|
+
border-radius: 4px;
|
25533
|
+
margin-bottom: 8px;
|
25534
|
+
min-width: 0;
|
25535
|
+
outline: none;
|
25536
|
+
text-align: center;
|
25577
25537
|
width: 100%;
|
25578
|
-
height:
|
25538
|
+
height: 32px;
|
25539
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25540
|
+
color: rgba(var(--v-theme-on-surface));
|
25541
|
+
}
|
25542
|
+
.v-color-picker-edit__input span {
|
25543
|
+
font-size: 0.75rem;
|
25579
25544
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25580
25545
|
background-color: transparent !important;
|
25581
25546
|
}
|
@@ -25646,6 +25611,41 @@ html.v-overlay-scroll-blocked {
|
|
25646
25611
|
.v-color-picker-preview__eye-dropper {
|
25647
25612
|
position: relative;
|
25648
25613
|
margin-right: 12px;
|
25614
|
+
}.v-color-picker-swatches {
|
25615
|
+
overflow-y: auto;
|
25616
|
+
}
|
25617
|
+
.v-color-picker-swatches > div {
|
25618
|
+
display: flex;
|
25619
|
+
flex-wrap: wrap;
|
25620
|
+
justify-content: center;
|
25621
|
+
padding: 8px;
|
25622
|
+
}
|
25623
|
+
|
25624
|
+
.v-color-picker-swatches__swatch {
|
25625
|
+
display: flex;
|
25626
|
+
flex-direction: column;
|
25627
|
+
margin-bottom: 10px;
|
25628
|
+
}
|
25629
|
+
|
25630
|
+
.v-color-picker-swatches__color {
|
25631
|
+
position: relative;
|
25632
|
+
height: 18px;
|
25633
|
+
max-height: 18px;
|
25634
|
+
width: 45px;
|
25635
|
+
margin: 2px 4px;
|
25636
|
+
border-radius: 2px;
|
25637
|
+
-webkit-user-select: none;
|
25638
|
+
user-select: none;
|
25639
|
+
overflow: hidden;
|
25640
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25641
|
+
cursor: pointer;
|
25642
|
+
}
|
25643
|
+
.v-color-picker-swatches__color > div {
|
25644
|
+
display: flex;
|
25645
|
+
align-items: center;
|
25646
|
+
justify-content: center;
|
25647
|
+
width: 100%;
|
25648
|
+
height: 100%;
|
25649
25649
|
}.v-picker.v-sheet {
|
25650
25650
|
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));
|
25651
25651
|
border-radius: 4px;
|