@vuetify/nightly 3.6.8-master.2024-06-07 → 3.6.9-dev.2024-06-20
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 +14 -6
- package/dist/json/attributes.json +293 -121
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +610 -221
- package/dist/vuetify-labs.css +3032 -3016
- package/dist/vuetify-labs.d.ts +1096 -821
- package/dist/vuetify-labs.esm.js +93 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +93 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +928 -912
- package/dist/vuetify.d.ts +905 -708
- package/dist/vuetify.esm.js +81 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +81 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +51 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +58 -56
- package/lib/blueprints/md1.d.mts +58 -56
- package/lib/blueprints/md2.d.mts +58 -56
- package/lib/blueprints/md3.d.mts +58 -56
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/VFab.mjs +4 -7
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/index.d.mts +52 -49
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/VList.mjs +1 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +14 -12
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +707 -509
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.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 +164 -165
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/index.d.mts +93 -21
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +3 -4
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +22 -16
- package/lib/labs/components.d.mts +166 -88
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.9-dev.2024-06-20
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17789,6 +17789,9 @@ html.overflow-y-hidden {
|
|
17789
17789
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17790
17790
|
transition-property: width, height;
|
17791
17791
|
vertical-align: middle;
|
17792
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
17793
|
+
border-style: solid;
|
17794
|
+
border-width: thin;
|
17792
17795
|
border-radius: 50%;
|
17793
17796
|
}
|
17794
17797
|
.v-avatar.v-avatar--size-x-small {
|
@@ -17818,6 +17821,10 @@ html.overflow-y-hidden {
|
|
17818
17821
|
height: calc(var(--v-avatar-height) + -8px);
|
17819
17822
|
width: calc(var(--v-avatar-height) + -8px);
|
17820
17823
|
}
|
17824
|
+
.v-avatar--border {
|
17825
|
+
border-width: thin;
|
17826
|
+
box-shadow: none;
|
17827
|
+
}
|
17821
17828
|
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
17822
17829
|
background: transparent;
|
17823
17830
|
color: inherit;
|
@@ -18719,82 +18726,6 @@ html.overflow-y-hidden {
|
|
18719
18726
|
}
|
18720
18727
|
.v-btn-group--tile {
|
18721
18728
|
border-radius: 0;
|
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));
|
18724
|
-
}
|
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));
|
18727
|
-
}
|
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));
|
18730
|
-
}
|
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
|
-
}
|
18735
|
-
}.v-carousel {
|
18736
|
-
overflow: hidden;
|
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;
|
18785
|
-
}
|
18786
|
-
.v-carousel-item > .v-img {
|
18787
|
-
height: inherit;
|
18788
|
-
}
|
18789
|
-
|
18790
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
18791
|
-
background: transparent;
|
18792
|
-
}
|
18793
|
-
|
18794
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
18795
|
-
flex-direction: column;
|
18796
|
-
height: 100% !important;
|
18797
|
-
width: 50px;
|
18798
18729
|
}.v-card {
|
18799
18730
|
display: block;
|
18800
18731
|
overflow: hidden;
|
@@ -19094,6 +19025,82 @@ html.overflow-y-hidden {
|
|
19094
19025
|
pointer-events: none;
|
19095
19026
|
opacity: 0;
|
19096
19027
|
transition: opacity 0.2s ease-in-out;
|
19028
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19029
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19030
|
+
}
|
19031
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19032
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19033
|
+
}
|
19034
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19035
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19036
|
+
}
|
19037
|
+
@supports not selector(:focus-visible) {
|
19038
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19039
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19040
|
+
}
|
19041
|
+
}.v-carousel {
|
19042
|
+
overflow: hidden;
|
19043
|
+
position: relative;
|
19044
|
+
width: 100%;
|
19045
|
+
}
|
19046
|
+
.v-carousel__controls {
|
19047
|
+
align-items: center;
|
19048
|
+
bottom: 0;
|
19049
|
+
display: flex;
|
19050
|
+
height: 50px;
|
19051
|
+
justify-content: center;
|
19052
|
+
list-style-type: none;
|
19053
|
+
position: absolute;
|
19054
|
+
width: 100%;
|
19055
|
+
z-index: 1;
|
19056
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19057
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19058
|
+
}
|
19059
|
+
.v-carousel__controls > .v-item-group {
|
19060
|
+
flex: 0 1 auto;
|
19061
|
+
}
|
19062
|
+
.v-carousel__controls__item {
|
19063
|
+
margin: 0 8px;
|
19064
|
+
}
|
19065
|
+
.v-carousel__controls__item .v-icon {
|
19066
|
+
opacity: 0.5;
|
19067
|
+
}
|
19068
|
+
.v-carousel__controls__item--active .v-icon {
|
19069
|
+
opacity: 1;
|
19070
|
+
vertical-align: middle;
|
19071
|
+
}
|
19072
|
+
.v-carousel__controls__item:hover {
|
19073
|
+
background: none;
|
19074
|
+
}
|
19075
|
+
.v-carousel__controls__item:hover .v-icon {
|
19076
|
+
opacity: 0.8;
|
19077
|
+
}
|
19078
|
+
|
19079
|
+
.v-carousel__progress {
|
19080
|
+
margin: 0;
|
19081
|
+
position: absolute;
|
19082
|
+
bottom: 0;
|
19083
|
+
left: 0;
|
19084
|
+
right: 0;
|
19085
|
+
}
|
19086
|
+
|
19087
|
+
.v-carousel-item {
|
19088
|
+
display: block;
|
19089
|
+
height: inherit;
|
19090
|
+
text-decoration: none;
|
19091
|
+
}
|
19092
|
+
.v-carousel-item > .v-img {
|
19093
|
+
height: inherit;
|
19094
|
+
}
|
19095
|
+
|
19096
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19097
|
+
background: transparent;
|
19098
|
+
}
|
19099
|
+
|
19100
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19101
|
+
flex-direction: column;
|
19102
|
+
height: 100% !important;
|
19103
|
+
width: 50px;
|
19097
19104
|
}.v-checkbox.v-input {
|
19098
19105
|
flex: 0 1 auto;
|
19099
19106
|
}
|
@@ -19635,281 +19642,70 @@ html.overflow-y-hidden {
|
|
19635
19642
|
flex: 0 1 auto;
|
19636
19643
|
font-size: 12px;
|
19637
19644
|
transition-duration: 150ms;
|
19638
|
-
}.v-
|
19639
|
-
|
19640
|
-
width: 328px;
|
19641
|
-
}
|
19642
|
-
.v-date-picker--show-week {
|
19643
|
-
width: 368px;
|
19644
|
-
}.v-date-picker-controls {
|
19645
|
-
display: flex;
|
19646
|
-
align-items: center;
|
19647
|
-
justify-content: space-between;
|
19648
|
-
font-size: 0.875rem;
|
19649
|
-
padding-top: 4px;
|
19650
|
-
padding-bottom: 4px;
|
19651
|
-
padding-inline-start: 6px;
|
19652
|
-
padding-inline-end: 12px;
|
19653
|
-
}
|
19654
|
-
.v-date-picker-controls > .v-btn:first-child {
|
19655
|
-
text-transform: none;
|
19656
|
-
font-weight: 400;
|
19657
|
-
line-height: initial;
|
19658
|
-
letter-spacing: initial;
|
19645
|
+
}.v-data-table {
|
19646
|
+
width: 100%;
|
19659
19647
|
}
|
19660
|
-
|
19661
|
-
|
19648
|
+
|
19649
|
+
.v-data-table__table {
|
19650
|
+
width: 100%;
|
19651
|
+
border-collapse: separate;
|
19652
|
+
border-spacing: 0;
|
19662
19653
|
}
|
19663
|
-
|
19664
|
-
|
19654
|
+
|
19655
|
+
.v-data-table__tr--focus {
|
19656
|
+
border: 1px dotted black;
|
19665
19657
|
}
|
19666
|
-
.v-
|
19658
|
+
.v-data-table__tr--clickable {
|
19667
19659
|
cursor: pointer;
|
19668
19660
|
}
|
19669
|
-
|
19670
|
-
|
19661
|
+
|
19662
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
19663
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
19664
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
19665
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
19666
|
+
text-align: end;
|
19671
19667
|
}
|
19672
|
-
.v-
|
19673
|
-
|
19668
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19669
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
19670
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19671
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
19672
|
+
flex-direction: row-reverse;
|
19674
19673
|
}
|
19675
|
-
.v-
|
19676
|
-
|
19674
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
19675
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
19676
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
19677
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
19678
|
+
text-align: center;
|
19677
19679
|
}
|
19678
|
-
|
19679
|
-
.v-
|
19680
|
-
|
19680
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19681
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
19682
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19683
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
19684
|
+
justify-content: center;
|
19681
19685
|
}
|
19682
|
-
.v-
|
19683
|
-
|
19684
|
-
|
19686
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
19687
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
19688
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
19689
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
19690
|
+
padding: 0 8px;
|
19685
19691
|
}
|
19686
|
-
|
19687
|
-
.v-
|
19688
|
-
|
19692
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
19693
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
19694
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
19695
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
19696
|
+
text-overflow: ellipsis;
|
19697
|
+
text-wrap: nowrap;
|
19698
|
+
overflow: hidden;
|
19689
19699
|
}
|
19690
|
-
.v-
|
19691
|
-
|
19700
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
19701
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
19702
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
19703
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
19704
|
+
display: contents;
|
19692
19705
|
}
|
19693
|
-
|
19694
|
-
.v-
|
19695
|
-
|
19696
|
-
}
|
19697
|
-
|
19698
|
-
.v-date-picker__title {
|
19699
|
-
display: inline-block;
|
19700
|
-
}.v-date-picker-header {
|
19701
|
-
align-items: flex-end;
|
19702
|
-
height: 70px;
|
19703
|
-
display: grid;
|
19704
|
-
grid-template-areas: "prepend content append";
|
19705
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
19706
|
-
overflow: hidden;
|
19707
|
-
padding-inline: 24px 12px;
|
19708
|
-
padding-bottom: 12px;
|
19709
|
-
}
|
19710
|
-
|
19711
|
-
.v-date-picker-header__append {
|
19712
|
-
grid-area: append;
|
19713
|
-
}
|
19714
|
-
|
19715
|
-
.v-date-picker-header__prepend {
|
19716
|
-
grid-area: prepend;
|
19717
|
-
padding-inline-start: 8px;
|
19718
|
-
}
|
19719
|
-
|
19720
|
-
.v-date-picker-header__content {
|
19721
|
-
align-items: center;
|
19722
|
-
display: inline-flex;
|
19723
|
-
font-size: 32px;
|
19724
|
-
line-height: 40px;
|
19725
|
-
grid-area: content;
|
19726
|
-
justify-content: space-between;
|
19727
|
-
}
|
19728
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
19729
|
-
cursor: pointer;
|
19730
|
-
}
|
19731
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
19732
|
-
opacity: 0.7;
|
19733
|
-
}
|
19734
|
-
|
19735
|
-
.date-picker-header-transition-enter-active,
|
19736
|
-
.date-picker-header-reverse-transition-enter-active {
|
19737
|
-
transition-duration: 0.3s;
|
19738
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19739
|
-
}
|
19740
|
-
.date-picker-header-transition-leave-active,
|
19741
|
-
.date-picker-header-reverse-transition-leave-active {
|
19742
|
-
transition-duration: 0.3s;
|
19743
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19744
|
-
}
|
19745
|
-
|
19746
|
-
.date-picker-header-transition-enter-from {
|
19747
|
-
transform: translate(0, 100%);
|
19748
|
-
}
|
19749
|
-
.date-picker-header-transition-leave-to {
|
19750
|
-
opacity: 0;
|
19751
|
-
transform: translate(0, -100%);
|
19752
|
-
}
|
19753
|
-
|
19754
|
-
.date-picker-header-reverse-transition-enter-from {
|
19755
|
-
transform: translate(0, -100%);
|
19756
|
-
}
|
19757
|
-
.date-picker-header-reverse-transition-leave-to {
|
19758
|
-
opacity: 0;
|
19759
|
-
transform: translate(0, 100%);
|
19760
|
-
}.v-date-picker-month {
|
19761
|
-
display: flex;
|
19762
|
-
justify-content: center;
|
19763
|
-
padding: 0 12px 8px;
|
19764
|
-
--v-date-picker-month-day-diff: 4px;
|
19765
|
-
}
|
19766
|
-
|
19767
|
-
.v-date-picker-month__weeks {
|
19768
|
-
display: grid;
|
19769
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
19770
|
-
column-gap: 4px;
|
19771
|
-
font-size: 0.85rem;
|
19772
|
-
}
|
19773
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
19774
|
-
grid-row-gap: 0;
|
19775
|
-
}
|
19776
|
-
|
19777
|
-
.v-date-picker-month__weekday {
|
19778
|
-
font-size: 0.85rem;
|
19779
|
-
}
|
19780
|
-
|
19781
|
-
.v-date-picker-month__days {
|
19782
|
-
display: grid;
|
19783
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
19784
|
-
column-gap: 4px;
|
19785
|
-
flex: 1 1;
|
19786
|
-
justify-content: space-around;
|
19787
|
-
}
|
19788
|
-
|
19789
|
-
.v-date-picker-month__day {
|
19790
|
-
align-items: center;
|
19791
|
-
display: flex;
|
19792
|
-
justify-content: center;
|
19793
|
-
position: relative;
|
19794
|
-
height: 40px;
|
19795
|
-
width: 40px;
|
19796
|
-
}
|
19797
|
-
.v-date-picker-month__day--selected .v-btn {
|
19798
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
19799
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19800
|
-
}
|
19801
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
19802
|
-
--v-btn-height: 24px;
|
19803
|
-
--v-btn-size: 0.85rem;
|
19804
|
-
}
|
19805
|
-
.v-date-picker-month__day--week {
|
19806
|
-
font-size: var(--v-btn-size);
|
19807
|
-
}
|
19808
|
-
|
19809
|
-
.v-date-picker-month__day--adjacent {
|
19810
|
-
opacity: 0.5;
|
19811
|
-
}
|
19812
|
-
|
19813
|
-
.v-date-picker-month__day--hide-adjacent {
|
19814
|
-
opacity: 0;
|
19815
|
-
}.v-date-picker-months {
|
19816
|
-
height: 288px;
|
19817
|
-
}
|
19818
|
-
|
19819
|
-
.v-date-picker-months__content {
|
19820
|
-
align-items: center;
|
19821
|
-
display: grid;
|
19822
|
-
flex: 1 1;
|
19823
|
-
height: inherit;
|
19824
|
-
justify-content: space-around;
|
19825
|
-
grid-template-columns: repeat(2, 1fr);
|
19826
|
-
grid-gap: 0px 24px;
|
19827
|
-
padding-inline-start: 36px;
|
19828
|
-
padding-inline-end: 36px;
|
19829
|
-
}
|
19830
|
-
.v-date-picker-months__content .v-btn {
|
19831
|
-
text-transform: none;
|
19832
|
-
padding-inline-start: 8px;
|
19833
|
-
padding-inline-end: 8px;
|
19834
|
-
}.v-date-picker-years {
|
19835
|
-
height: 288px;
|
19836
|
-
overflow-y: scroll;
|
19837
|
-
}
|
19838
|
-
|
19839
|
-
.v-date-picker-years__content {
|
19840
|
-
display: grid;
|
19841
|
-
flex: 1 1;
|
19842
|
-
justify-content: space-around;
|
19843
|
-
grid-template-columns: repeat(3, 1fr);
|
19844
|
-
gap: 8px 24px;
|
19845
|
-
padding-inline: 32px;
|
19846
|
-
}
|
19847
|
-
.v-date-picker-years__content .v-btn {
|
19848
|
-
padding-inline: 8px;
|
19849
|
-
}.v-data-table {
|
19850
|
-
width: 100%;
|
19851
|
-
}
|
19852
|
-
|
19853
|
-
.v-data-table__table {
|
19854
|
-
width: 100%;
|
19855
|
-
border-collapse: separate;
|
19856
|
-
border-spacing: 0;
|
19857
|
-
}
|
19858
|
-
|
19859
|
-
.v-data-table__tr--focus {
|
19860
|
-
border: 1px dotted black;
|
19861
|
-
}
|
19862
|
-
.v-data-table__tr--clickable {
|
19863
|
-
cursor: pointer;
|
19864
|
-
}
|
19865
|
-
|
19866
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
19867
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
19868
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
19869
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
19870
|
-
text-align: end;
|
19871
|
-
}
|
19872
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19873
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
19874
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19875
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
19876
|
-
flex-direction: row-reverse;
|
19877
|
-
}
|
19878
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
19879
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
19880
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
19881
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
19882
|
-
text-align: center;
|
19883
|
-
}
|
19884
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19885
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
19886
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19887
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
19888
|
-
justify-content: center;
|
19889
|
-
}
|
19890
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
19891
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
19892
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
19893
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
19894
|
-
padding: 0 8px;
|
19895
|
-
}
|
19896
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
19897
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
19898
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
19899
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
19900
|
-
text-overflow: ellipsis;
|
19901
|
-
text-wrap: nowrap;
|
19902
|
-
overflow: hidden;
|
19903
|
-
}
|
19904
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
19905
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
19906
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
19907
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
19908
|
-
display: contents;
|
19909
|
-
}
|
19910
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
19911
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
19912
|
-
align-items: center;
|
19706
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
19707
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
19708
|
+
align-items: center;
|
19913
19709
|
}
|
19914
19710
|
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
19915
19711
|
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
@@ -20064,28 +19860,239 @@ html.overflow-y-hidden {
|
|
20064
19860
|
}
|
20065
19861
|
.v-data-table-footer__page {
|
20066
19862
|
padding: 0 8px;
|
20067
|
-
}.v-
|
19863
|
+
}.v-date-picker {
|
19864
|
+
overflow: hidden;
|
19865
|
+
width: 328px;
|
19866
|
+
}
|
19867
|
+
.v-date-picker--show-week {
|
19868
|
+
width: 368px;
|
19869
|
+
}.v-date-picker-controls {
|
19870
|
+
display: flex;
|
20068
19871
|
align-items: center;
|
20069
|
-
justify-content:
|
20070
|
-
|
19872
|
+
justify-content: space-between;
|
19873
|
+
font-size: 0.875rem;
|
19874
|
+
padding-top: 4px;
|
19875
|
+
padding-bottom: 4px;
|
19876
|
+
padding-inline-start: 6px;
|
19877
|
+
padding-inline-end: 12px;
|
20071
19878
|
}
|
20072
|
-
.v-
|
20073
|
-
|
20074
|
-
|
20075
|
-
|
20076
|
-
|
19879
|
+
.v-date-picker-controls > .v-btn:first-child {
|
19880
|
+
text-transform: none;
|
19881
|
+
font-weight: 400;
|
19882
|
+
line-height: initial;
|
19883
|
+
letter-spacing: initial;
|
20077
19884
|
}
|
20078
|
-
.v-
|
20079
|
-
|
20080
|
-
display: flex;
|
20081
|
-
flex-direction: column;
|
20082
|
-
min-height: 0;
|
19885
|
+
.v-date-picker-controls--variant-classic {
|
19886
|
+
padding-inline-start: 12px;
|
20083
19887
|
}
|
20084
|
-
.v-
|
20085
|
-
|
20086
|
-
|
20087
|
-
.v-
|
20088
|
-
|
19888
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
19889
|
+
opacity: 0.7;
|
19890
|
+
}
|
19891
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
19892
|
+
cursor: pointer;
|
19893
|
+
}
|
19894
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
19895
|
+
opacity: 1;
|
19896
|
+
}
|
19897
|
+
.v-date-picker-controls .v-btn:last-child {
|
19898
|
+
margin-inline-start: 4px;
|
19899
|
+
}
|
19900
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
19901
|
+
transform: rotate(180deg);
|
19902
|
+
}
|
19903
|
+
|
19904
|
+
.v-date-picker-controls__date {
|
19905
|
+
margin-inline-end: 4px;
|
19906
|
+
}
|
19907
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
19908
|
+
margin: auto;
|
19909
|
+
text-align: center;
|
19910
|
+
}
|
19911
|
+
|
19912
|
+
.v-date-picker-controls__month {
|
19913
|
+
display: flex;
|
19914
|
+
}
|
19915
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
19916
|
+
flex-direction: row-reverse;
|
19917
|
+
}
|
19918
|
+
|
19919
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
19920
|
+
flex: 1 0 auto;
|
19921
|
+
}
|
19922
|
+
|
19923
|
+
.v-date-picker__title {
|
19924
|
+
display: inline-block;
|
19925
|
+
}.v-date-picker-month {
|
19926
|
+
display: flex;
|
19927
|
+
justify-content: center;
|
19928
|
+
padding: 0 12px 8px;
|
19929
|
+
--v-date-picker-month-day-diff: 4px;
|
19930
|
+
}
|
19931
|
+
|
19932
|
+
.v-date-picker-month__weeks {
|
19933
|
+
display: grid;
|
19934
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
19935
|
+
column-gap: 4px;
|
19936
|
+
font-size: 0.85rem;
|
19937
|
+
}
|
19938
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
19939
|
+
grid-row-gap: 0;
|
19940
|
+
}
|
19941
|
+
|
19942
|
+
.v-date-picker-month__weekday {
|
19943
|
+
font-size: 0.85rem;
|
19944
|
+
}
|
19945
|
+
|
19946
|
+
.v-date-picker-month__days {
|
19947
|
+
display: grid;
|
19948
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
19949
|
+
column-gap: 4px;
|
19950
|
+
flex: 1 1;
|
19951
|
+
justify-content: space-around;
|
19952
|
+
}
|
19953
|
+
|
19954
|
+
.v-date-picker-month__day {
|
19955
|
+
align-items: center;
|
19956
|
+
display: flex;
|
19957
|
+
justify-content: center;
|
19958
|
+
position: relative;
|
19959
|
+
height: 40px;
|
19960
|
+
width: 40px;
|
19961
|
+
}
|
19962
|
+
.v-date-picker-month__day--selected .v-btn {
|
19963
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
19964
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19965
|
+
}
|
19966
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
19967
|
+
--v-btn-height: 24px;
|
19968
|
+
--v-btn-size: 0.85rem;
|
19969
|
+
}
|
19970
|
+
.v-date-picker-month__day--week {
|
19971
|
+
font-size: var(--v-btn-size);
|
19972
|
+
}
|
19973
|
+
|
19974
|
+
.v-date-picker-month__day--adjacent {
|
19975
|
+
opacity: 0.5;
|
19976
|
+
}
|
19977
|
+
|
19978
|
+
.v-date-picker-month__day--hide-adjacent {
|
19979
|
+
opacity: 0;
|
19980
|
+
}.v-date-picker-months {
|
19981
|
+
height: 288px;
|
19982
|
+
}
|
19983
|
+
|
19984
|
+
.v-date-picker-months__content {
|
19985
|
+
align-items: center;
|
19986
|
+
display: grid;
|
19987
|
+
flex: 1 1;
|
19988
|
+
height: inherit;
|
19989
|
+
justify-content: space-around;
|
19990
|
+
grid-template-columns: repeat(2, 1fr);
|
19991
|
+
grid-gap: 0px 24px;
|
19992
|
+
padding-inline-start: 36px;
|
19993
|
+
padding-inline-end: 36px;
|
19994
|
+
}
|
19995
|
+
.v-date-picker-months__content .v-btn {
|
19996
|
+
text-transform: none;
|
19997
|
+
padding-inline-start: 8px;
|
19998
|
+
padding-inline-end: 8px;
|
19999
|
+
}.v-date-picker-header {
|
20000
|
+
align-items: flex-end;
|
20001
|
+
height: 70px;
|
20002
|
+
display: grid;
|
20003
|
+
grid-template-areas: "prepend content append";
|
20004
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
20005
|
+
overflow: hidden;
|
20006
|
+
padding-inline: 24px 12px;
|
20007
|
+
padding-bottom: 12px;
|
20008
|
+
}
|
20009
|
+
|
20010
|
+
.v-date-picker-header__append {
|
20011
|
+
grid-area: append;
|
20012
|
+
}
|
20013
|
+
|
20014
|
+
.v-date-picker-header__prepend {
|
20015
|
+
grid-area: prepend;
|
20016
|
+
padding-inline-start: 8px;
|
20017
|
+
}
|
20018
|
+
|
20019
|
+
.v-date-picker-header__content {
|
20020
|
+
align-items: center;
|
20021
|
+
display: inline-flex;
|
20022
|
+
font-size: 32px;
|
20023
|
+
line-height: 40px;
|
20024
|
+
grid-area: content;
|
20025
|
+
justify-content: space-between;
|
20026
|
+
}
|
20027
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
20028
|
+
cursor: pointer;
|
20029
|
+
}
|
20030
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
20031
|
+
opacity: 0.7;
|
20032
|
+
}
|
20033
|
+
|
20034
|
+
.date-picker-header-transition-enter-active,
|
20035
|
+
.date-picker-header-reverse-transition-enter-active {
|
20036
|
+
transition-duration: 0.3s;
|
20037
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20038
|
+
}
|
20039
|
+
.date-picker-header-transition-leave-active,
|
20040
|
+
.date-picker-header-reverse-transition-leave-active {
|
20041
|
+
transition-duration: 0.3s;
|
20042
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20043
|
+
}
|
20044
|
+
|
20045
|
+
.date-picker-header-transition-enter-from {
|
20046
|
+
transform: translate(0, 100%);
|
20047
|
+
}
|
20048
|
+
.date-picker-header-transition-leave-to {
|
20049
|
+
opacity: 0;
|
20050
|
+
transform: translate(0, -100%);
|
20051
|
+
}
|
20052
|
+
|
20053
|
+
.date-picker-header-reverse-transition-enter-from {
|
20054
|
+
transform: translate(0, -100%);
|
20055
|
+
}
|
20056
|
+
.date-picker-header-reverse-transition-leave-to {
|
20057
|
+
opacity: 0;
|
20058
|
+
transform: translate(0, 100%);
|
20059
|
+
}.v-date-picker-years {
|
20060
|
+
height: 288px;
|
20061
|
+
overflow-y: scroll;
|
20062
|
+
}
|
20063
|
+
|
20064
|
+
.v-date-picker-years__content {
|
20065
|
+
display: grid;
|
20066
|
+
flex: 1 1;
|
20067
|
+
justify-content: space-around;
|
20068
|
+
grid-template-columns: repeat(3, 1fr);
|
20069
|
+
gap: 8px 24px;
|
20070
|
+
padding-inline: 32px;
|
20071
|
+
}
|
20072
|
+
.v-date-picker-years__content .v-btn {
|
20073
|
+
padding-inline: 8px;
|
20074
|
+
}.v-dialog {
|
20075
|
+
align-items: center;
|
20076
|
+
justify-content: center;
|
20077
|
+
margin: auto;
|
20078
|
+
}
|
20079
|
+
.v-dialog > .v-overlay__content {
|
20080
|
+
max-height: calc(100% - 48px);
|
20081
|
+
width: calc(100% - 48px);
|
20082
|
+
max-width: calc(100% - 48px);
|
20083
|
+
margin: 24px;
|
20084
|
+
}
|
20085
|
+
.v-dialog > .v-overlay__content,
|
20086
|
+
.v-dialog > .v-overlay__content > form {
|
20087
|
+
display: flex;
|
20088
|
+
flex-direction: column;
|
20089
|
+
min-height: 0;
|
20090
|
+
}
|
20091
|
+
.v-dialog > .v-overlay__content > .v-card,
|
20092
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
20093
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
20094
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
20095
|
+
--v-scrollbar-offset: 0px;
|
20089
20096
|
border-radius: 4px;
|
20090
20097
|
overflow-y: auto;
|
20091
20098
|
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));
|
@@ -20206,37 +20213,104 @@ html.overflow-y-hidden {
|
|
20206
20213
|
}
|
20207
20214
|
.v-divider__wrapper--vertical .v-divider {
|
20208
20215
|
margin: 0 auto;
|
20209
|
-
}.v-
|
20210
|
-
|
20211
|
-
|
20216
|
+
}.v-empty-state {
|
20217
|
+
align-items: center;
|
20218
|
+
display: flex;
|
20219
|
+
flex-direction: column;
|
20220
|
+
justify-content: center;
|
20221
|
+
min-height: 100%;
|
20222
|
+
padding: 16px;
|
20212
20223
|
}
|
20213
|
-
.v-
|
20214
|
-
|
20224
|
+
.v-empty-state--start {
|
20225
|
+
align-items: flex-start;
|
20215
20226
|
}
|
20216
|
-
.v-
|
20217
|
-
|
20227
|
+
.v-empty-state--center {
|
20228
|
+
align-items: center;
|
20218
20229
|
}
|
20219
|
-
.v-
|
20220
|
-
|
20230
|
+
.v-empty-state--end {
|
20231
|
+
align-items: flex-end;
|
20221
20232
|
}
|
20222
20233
|
|
20223
|
-
.v-
|
20224
|
-
|
20225
|
-
flex-wrap: wrap;
|
20226
|
-
justify-content: center;
|
20227
|
-
list-style-type: none;
|
20228
|
-
padding: 0;
|
20234
|
+
.v-empty-state__media {
|
20235
|
+
text-align: center;
|
20229
20236
|
width: 100%;
|
20230
|
-
position: relative;
|
20231
|
-
z-index: 1;
|
20232
20237
|
}
|
20233
|
-
.v-
|
20234
|
-
|
20235
|
-
border-bottom-right-radius: 0 !important;
|
20238
|
+
.v-empty-state__media .v-icon {
|
20239
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20236
20240
|
}
|
20237
|
-
|
20238
|
-
|
20239
|
-
|
20241
|
+
|
20242
|
+
.v-empty-state__headline {
|
20243
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20244
|
+
font-size: 3.75rem;
|
20245
|
+
font-weight: 300;
|
20246
|
+
line-height: 1;
|
20247
|
+
text-align: center;
|
20248
|
+
margin-bottom: 8px;
|
20249
|
+
}
|
20250
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
20251
|
+
font-size: 2.125rem;
|
20252
|
+
}
|
20253
|
+
|
20254
|
+
.v-empty-state__title {
|
20255
|
+
font-size: 1.25rem;
|
20256
|
+
font-weight: 500;
|
20257
|
+
line-height: 1.6;
|
20258
|
+
margin-bottom: 4px;
|
20259
|
+
text-align: center;
|
20260
|
+
}
|
20261
|
+
|
20262
|
+
.v-empty-state__text {
|
20263
|
+
font-size: 0.875rem;
|
20264
|
+
font-weight: 400;
|
20265
|
+
line-height: 1.425;
|
20266
|
+
padding: 0 16px;
|
20267
|
+
text-align: center;
|
20268
|
+
}
|
20269
|
+
|
20270
|
+
.v-empty-state__content {
|
20271
|
+
padding: 24px 0;
|
20272
|
+
}
|
20273
|
+
|
20274
|
+
.v-empty-state__actions {
|
20275
|
+
display: flex;
|
20276
|
+
gap: 8px;
|
20277
|
+
padding: 16px;
|
20278
|
+
}
|
20279
|
+
|
20280
|
+
.v-empty-state__action-btn.v-btn {
|
20281
|
+
background-color: initial;
|
20282
|
+
color: initial;
|
20283
|
+
}.v-expansion-panel {
|
20284
|
+
background-color: rgb(var(--v-theme-surface));
|
20285
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20286
|
+
}
|
20287
|
+
.v-expansion-panel:not(:first-child)::after {
|
20288
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20289
|
+
}
|
20290
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
20291
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
20292
|
+
}
|
20293
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
20294
|
+
opacity: 0.4615384615;
|
20295
|
+
}
|
20296
|
+
|
20297
|
+
.v-expansion-panels {
|
20298
|
+
display: flex;
|
20299
|
+
flex-wrap: wrap;
|
20300
|
+
justify-content: center;
|
20301
|
+
list-style-type: none;
|
20302
|
+
padding: 0;
|
20303
|
+
width: 100%;
|
20304
|
+
position: relative;
|
20305
|
+
z-index: 1;
|
20306
|
+
}
|
20307
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
20308
|
+
border-bottom-left-radius: 0 !important;
|
20309
|
+
border-bottom-right-radius: 0 !important;
|
20310
|
+
}
|
20311
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
20312
|
+
border-top-left-radius: 0 !important;
|
20313
|
+
border-top-right-radius: 0 !important;
|
20240
20314
|
}
|
20241
20315
|
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
20242
20316
|
border-bottom-left-radius: 0 !important;
|
@@ -20416,171 +20490,6 @@ html.overflow-y-hidden {
|
|
20416
20490
|
}
|
20417
20491
|
.v-expansion-panels--tile > .v-expansion-panel {
|
20418
20492
|
border-radius: 0;
|
20419
|
-
}.v-empty-state {
|
20420
|
-
align-items: center;
|
20421
|
-
display: flex;
|
20422
|
-
flex-direction: column;
|
20423
|
-
justify-content: center;
|
20424
|
-
min-height: 100%;
|
20425
|
-
padding: 16px;
|
20426
|
-
}
|
20427
|
-
.v-empty-state--start {
|
20428
|
-
align-items: flex-start;
|
20429
|
-
}
|
20430
|
-
.v-empty-state--center {
|
20431
|
-
align-items: center;
|
20432
|
-
}
|
20433
|
-
.v-empty-state--end {
|
20434
|
-
align-items: flex-end;
|
20435
|
-
}
|
20436
|
-
|
20437
|
-
.v-empty-state__media {
|
20438
|
-
text-align: center;
|
20439
|
-
width: 100%;
|
20440
|
-
}
|
20441
|
-
.v-empty-state__media .v-icon {
|
20442
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20443
|
-
}
|
20444
|
-
|
20445
|
-
.v-empty-state__headline {
|
20446
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20447
|
-
font-size: 3.75rem;
|
20448
|
-
font-weight: 300;
|
20449
|
-
line-height: 1;
|
20450
|
-
text-align: center;
|
20451
|
-
margin-bottom: 8px;
|
20452
|
-
}
|
20453
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
20454
|
-
font-size: 2.125rem;
|
20455
|
-
}
|
20456
|
-
|
20457
|
-
.v-empty-state__title {
|
20458
|
-
font-size: 1.25rem;
|
20459
|
-
font-weight: 500;
|
20460
|
-
line-height: 1.6;
|
20461
|
-
margin-bottom: 4px;
|
20462
|
-
text-align: center;
|
20463
|
-
}
|
20464
|
-
|
20465
|
-
.v-empty-state__text {
|
20466
|
-
font-size: 0.875rem;
|
20467
|
-
font-weight: 400;
|
20468
|
-
line-height: 1.425;
|
20469
|
-
padding: 0 16px;
|
20470
|
-
text-align: center;
|
20471
|
-
}
|
20472
|
-
|
20473
|
-
.v-empty-state__content {
|
20474
|
-
padding: 24px 0;
|
20475
|
-
}
|
20476
|
-
|
20477
|
-
.v-empty-state__actions {
|
20478
|
-
display: flex;
|
20479
|
-
gap: 8px;
|
20480
|
-
padding: 16px;
|
20481
|
-
}
|
20482
|
-
|
20483
|
-
.v-empty-state__action-btn.v-btn {
|
20484
|
-
background-color: initial;
|
20485
|
-
color: initial;
|
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
|
-
}.v-file-input--hide.v-input .v-field,
|
20556
|
-
.v-file-input--hide.v-input .v-input__control,
|
20557
|
-
.v-file-input--hide.v-input .v-input__details {
|
20558
|
-
display: none;
|
20559
|
-
}
|
20560
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
20561
|
-
grid-area: control;
|
20562
|
-
margin: 0 auto;
|
20563
|
-
}
|
20564
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20565
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20566
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20567
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20568
|
-
top: 0px;
|
20569
|
-
}
|
20570
|
-
.v-file-input input[type=file] {
|
20571
|
-
height: 100%;
|
20572
|
-
left: 0;
|
20573
|
-
opacity: 0;
|
20574
|
-
position: absolute;
|
20575
|
-
top: 0;
|
20576
|
-
width: 100%;
|
20577
|
-
z-index: 1;
|
20578
|
-
}
|
20579
|
-
.v-file-input .v-input__details {
|
20580
|
-
padding-inline: 16px;
|
20581
|
-
}
|
20582
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
20583
|
-
padding-inline: 0;
|
20584
20493
|
}/* region INPUT */
|
20585
20494
|
.v-field {
|
20586
20495
|
--v-theme-overlay-multiplier: 1;
|
@@ -21152,34 +21061,104 @@ textarea.v-field__input::placeholder {
|
|
21152
21061
|
opacity: 0;
|
21153
21062
|
}
|
21154
21063
|
|
21155
|
-
/* endregion */.v-
|
21064
|
+
/* endregion */.v-fab {
|
21156
21065
|
align-items: center;
|
21157
|
-
display: flex;
|
21066
|
+
display: inline-flex;
|
21158
21067
|
flex: 1 1 auto;
|
21159
|
-
|
21068
|
+
pointer-events: none;
|
21160
21069
|
position: relative;
|
21161
|
-
transition: 0.2s
|
21162
|
-
transition-
|
21163
|
-
|
21164
|
-
border-style: solid;
|
21165
|
-
border-width: 0;
|
21166
|
-
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));
|
21167
|
-
border-radius: 0;
|
21168
|
-
background: rgb(var(--v-theme-surface));
|
21169
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21070
|
+
transition-duration: 0.2s;
|
21071
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21072
|
+
vertical-align: middle;
|
21170
21073
|
}
|
21171
|
-
.v-
|
21172
|
-
|
21173
|
-
box-shadow: none;
|
21074
|
+
.v-fab .v-btn {
|
21075
|
+
pointer-events: auto;
|
21174
21076
|
}
|
21175
|
-
.v-
|
21176
|
-
|
21077
|
+
.v-fab .v-btn--variant-elevated {
|
21078
|
+
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));
|
21177
21079
|
}
|
21178
|
-
.v-
|
21179
|
-
|
21080
|
+
.v-fab--app, .v-fab--absolute {
|
21081
|
+
display: flex;
|
21180
21082
|
}
|
21181
|
-
.v-
|
21182
|
-
|
21083
|
+
.v-fab--start, .v-fab--left {
|
21084
|
+
justify-content: flex-start;
|
21085
|
+
}
|
21086
|
+
.v-fab--center {
|
21087
|
+
align-items: center;
|
21088
|
+
justify-content: center;
|
21089
|
+
}
|
21090
|
+
.v-fab--end, .v-fab--right {
|
21091
|
+
justify-content: flex-end;
|
21092
|
+
}
|
21093
|
+
.v-fab--bottom {
|
21094
|
+
align-items: flex-end;
|
21095
|
+
}
|
21096
|
+
.v-fab--top {
|
21097
|
+
align-items: flex-start;
|
21098
|
+
}
|
21099
|
+
.v-fab--extended .v-btn {
|
21100
|
+
border-radius: 9999px !important;
|
21101
|
+
}
|
21102
|
+
|
21103
|
+
.v-fab__container {
|
21104
|
+
align-self: center;
|
21105
|
+
display: inline-flex;
|
21106
|
+
position: absolute;
|
21107
|
+
vertical-align: middle;
|
21108
|
+
}
|
21109
|
+
.v-fab--app .v-fab__container {
|
21110
|
+
margin: 12px;
|
21111
|
+
}
|
21112
|
+
.v-fab--absolute .v-fab__container {
|
21113
|
+
position: absolute;
|
21114
|
+
z-index: 4;
|
21115
|
+
}
|
21116
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21117
|
+
transform: translateY(-50%);
|
21118
|
+
}
|
21119
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21120
|
+
transform: translateY(50%);
|
21121
|
+
}
|
21122
|
+
.v-fab--top .v-fab__container {
|
21123
|
+
top: 0;
|
21124
|
+
}
|
21125
|
+
.v-fab--bottom .v-fab__container {
|
21126
|
+
bottom: 0;
|
21127
|
+
}
|
21128
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21129
|
+
left: 0;
|
21130
|
+
}
|
21131
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21132
|
+
right: 0;
|
21133
|
+
}.v-file-input--hide.v-input .v-field,
|
21134
|
+
.v-file-input--hide.v-input .v-input__control,
|
21135
|
+
.v-file-input--hide.v-input .v-input__details {
|
21136
|
+
display: none;
|
21137
|
+
}
|
21138
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21139
|
+
grid-area: control;
|
21140
|
+
margin: 0 auto;
|
21141
|
+
}
|
21142
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21143
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21144
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21145
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21146
|
+
top: 0px;
|
21147
|
+
}
|
21148
|
+
.v-file-input input[type=file] {
|
21149
|
+
height: 100%;
|
21150
|
+
left: 0;
|
21151
|
+
opacity: 0;
|
21152
|
+
position: absolute;
|
21153
|
+
top: 0;
|
21154
|
+
width: 100%;
|
21155
|
+
z-index: 1;
|
21156
|
+
}
|
21157
|
+
.v-file-input .v-input__details {
|
21158
|
+
padding-inline: 16px;
|
21159
|
+
}
|
21160
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
21161
|
+
padding-inline: 0;
|
21183
21162
|
}.v-container {
|
21184
21163
|
width: 100%;
|
21185
21164
|
padding: 16px;
|
@@ -21852,6 +21831,34 @@ textarea.v-field__input::placeholder {
|
|
21852
21831
|
.offset-xxl-11 {
|
21853
21832
|
margin-inline-start: 91.6666666667%;
|
21854
21833
|
}
|
21834
|
+
}.v-footer {
|
21835
|
+
align-items: center;
|
21836
|
+
display: flex;
|
21837
|
+
flex: 1 1 auto;
|
21838
|
+
padding: 8px 16px;
|
21839
|
+
position: relative;
|
21840
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21841
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21842
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21843
|
+
border-style: solid;
|
21844
|
+
border-width: 0;
|
21845
|
+
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));
|
21846
|
+
border-radius: 0;
|
21847
|
+
background: rgb(var(--v-theme-surface));
|
21848
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21849
|
+
}
|
21850
|
+
.v-footer--border {
|
21851
|
+
border-width: thin;
|
21852
|
+
box-shadow: none;
|
21853
|
+
}
|
21854
|
+
.v-footer--absolute {
|
21855
|
+
position: absolute;
|
21856
|
+
}
|
21857
|
+
.v-footer--fixed {
|
21858
|
+
position: fixed;
|
21859
|
+
}
|
21860
|
+
.v-footer--rounded {
|
21861
|
+
border-radius: 4px;
|
21855
21862
|
}.v-icon {
|
21856
21863
|
--v-icon-size-multiplier: 1;
|
21857
21864
|
align-items: center;
|
@@ -21909,6 +21916,15 @@ textarea.v-field__input::placeholder {
|
|
21909
21916
|
--v-theme-overlay-multiplier: 3;
|
21910
21917
|
z-index: 0;
|
21911
21918
|
}
|
21919
|
+
.v-img.v-img--absolute {
|
21920
|
+
height: 100%;
|
21921
|
+
left: 0;
|
21922
|
+
overflow: hidden;
|
21923
|
+
position: absolute;
|
21924
|
+
top: 0;
|
21925
|
+
width: 100%;
|
21926
|
+
z-index: -1;
|
21927
|
+
}
|
21912
21928
|
.v-img--booting .v-responsive__sizer {
|
21913
21929
|
transition: none;
|
21914
21930
|
}
|
@@ -22128,13 +22144,6 @@ textarea.v-field__input::placeholder {
|
|
22128
22144
|
|
22129
22145
|
.v-label--clickable {
|
22130
22146
|
cursor: pointer;
|
22131
|
-
}.v-layout-item {
|
22132
|
-
position: absolute;
|
22133
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22134
|
-
}
|
22135
|
-
|
22136
|
-
.v-layout-item--absolute {
|
22137
|
-
position: absolute;
|
22138
22147
|
}.v-layout {
|
22139
22148
|
--v-scrollbar-offset: 0px;
|
22140
22149
|
display: flex;
|
@@ -22143,6 +22152,15 @@ textarea.v-field__input::placeholder {
|
|
22143
22152
|
.v-layout--full-height {
|
22144
22153
|
--v-scrollbar-offset: inherit;
|
22145
22154
|
height: 100%;
|
22155
|
+
}.v-layout-item {
|
22156
|
+
position: absolute;
|
22157
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22158
|
+
}
|
22159
|
+
|
22160
|
+
.v-layout-item--absolute {
|
22161
|
+
position: absolute;
|
22162
|
+
}.v-locale-provider {
|
22163
|
+
display: contents;
|
22146
22164
|
}.v-list {
|
22147
22165
|
overflow: auto;
|
22148
22166
|
padding: 8px 0;
|
@@ -22700,8 +22718,6 @@ textarea.v-field__input::placeholder {
|
|
22700
22718
|
}
|
22701
22719
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
22702
22720
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22703
|
-
}.v-locale-provider {
|
22704
|
-
display: contents;
|
22705
22721
|
}.v-main {
|
22706
22722
|
flex: 1 0 auto;
|
22707
22723
|
max-width: 100%;
|
@@ -22743,22 +22759,6 @@ textarea.v-field__input::placeholder {
|
|
22743
22759
|
overflow: auto;
|
22744
22760
|
height: 100%;
|
22745
22761
|
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));
|
22746
|
-
}.v-messages {
|
22747
|
-
flex: 1 1 auto;
|
22748
|
-
font-size: 12px;
|
22749
|
-
min-height: 14px;
|
22750
|
-
min-width: 1px;
|
22751
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22752
|
-
position: relative;
|
22753
|
-
}
|
22754
|
-
.v-messages__message {
|
22755
|
-
line-height: 12px;
|
22756
|
-
word-break: break-word;
|
22757
|
-
overflow-wrap: break-word;
|
22758
|
-
word-wrap: break-word;
|
22759
|
-
-webkit-hyphens: auto;
|
22760
|
-
hyphens: auto;
|
22761
|
-
transition-duration: 150ms;
|
22762
22762
|
}.v-navigation-drawer {
|
22763
22763
|
-webkit-overflow-scrolling: touch;
|
22764
22764
|
background: rgb(var(--v-theme-surface));
|
@@ -22861,6 +22861,22 @@ textarea.v-field__input::placeholder {
|
|
22861
22861
|
.v-navigation-drawer__append {
|
22862
22862
|
flex: none;
|
22863
22863
|
overflow: hidden;
|
22864
|
+
}.v-messages {
|
22865
|
+
flex: 1 1 auto;
|
22866
|
+
font-size: 12px;
|
22867
|
+
min-height: 14px;
|
22868
|
+
min-width: 1px;
|
22869
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22870
|
+
position: relative;
|
22871
|
+
}
|
22872
|
+
.v-messages__message {
|
22873
|
+
line-height: 12px;
|
22874
|
+
word-break: break-word;
|
22875
|
+
overflow-wrap: break-word;
|
22876
|
+
word-wrap: break-word;
|
22877
|
+
-webkit-hyphens: auto;
|
22878
|
+
hyphens: auto;
|
22879
|
+
transition-duration: 150ms;
|
22864
22880
|
}.v-otp-input {
|
22865
22881
|
border-radius: 4px;
|
22866
22882
|
align-items: center;
|
@@ -24057,6 +24073,47 @@ html.v-overlay-scroll-blocked {
|
|
24057
24073
|
}
|
24058
24074
|
.v-snackbar-transition-leave-to {
|
24059
24075
|
opacity: 0;
|
24076
|
+
}.v-speed-dial__content {
|
24077
|
+
gap: 8px;
|
24078
|
+
}
|
24079
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24080
|
+
flex-direction: row;
|
24081
|
+
}
|
24082
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24083
|
+
flex-direction: row-reverse;
|
24084
|
+
}
|
24085
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24086
|
+
flex-direction: column-reverse;
|
24087
|
+
}
|
24088
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24089
|
+
transition-delay: 0s;
|
24090
|
+
}
|
24091
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24092
|
+
transition-delay: 0.05s;
|
24093
|
+
}
|
24094
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24095
|
+
transition-delay: 0.1s;
|
24096
|
+
}
|
24097
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24098
|
+
transition-delay: 0.15s;
|
24099
|
+
}
|
24100
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24101
|
+
transition-delay: 0.2s;
|
24102
|
+
}
|
24103
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24104
|
+
transition-delay: 0.25s;
|
24105
|
+
}
|
24106
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24107
|
+
transition-delay: 0.3s;
|
24108
|
+
}
|
24109
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24110
|
+
transition-delay: 0.35s;
|
24111
|
+
}
|
24112
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24113
|
+
transition-delay: 0.4s;
|
24114
|
+
}
|
24115
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24116
|
+
transition-delay: 0.45s;
|
24060
24117
|
}.v-stepper.v-sheet {
|
24061
24118
|
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));
|
24062
24119
|
border-radius: 4px;
|
@@ -24223,76 +24280,223 @@ html.v-overlay-scroll-blocked {
|
|
24223
24280
|
width: 100%;
|
24224
24281
|
height: 100%;
|
24225
24282
|
pointer-events: none;
|
24226
|
-
}.v-
|
24227
|
-
|
24228
|
-
}
|
24229
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24230
|
-
flex-direction: row;
|
24283
|
+
}.v-switch .v-label {
|
24284
|
+
padding-inline-start: 10px;
|
24231
24285
|
}
|
24232
|
-
|
24233
|
-
|
24286
|
+
|
24287
|
+
.v-switch__loader {
|
24288
|
+
display: flex;
|
24234
24289
|
}
|
24235
|
-
.v-
|
24236
|
-
|
24290
|
+
.v-switch__loader .v-progress-circular {
|
24291
|
+
color: rgb(var(--v-theme-surface));
|
24237
24292
|
}
|
24238
|
-
|
24239
|
-
|
24293
|
+
|
24294
|
+
.v-switch__track,
|
24295
|
+
.v-switch__thumb {
|
24296
|
+
transition: none;
|
24240
24297
|
}
|
24241
|
-
.v-
|
24242
|
-
|
24298
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24299
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24300
|
+
background-color: rgb(var(--v-theme-error));
|
24301
|
+
color: rgb(var(--v-theme-on-error));
|
24243
24302
|
}
|
24244
|
-
|
24245
|
-
|
24303
|
+
|
24304
|
+
.v-switch__track-true {
|
24305
|
+
margin-inline-end: auto;
|
24246
24306
|
}
|
24247
|
-
.v-
|
24248
|
-
|
24307
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24308
|
+
opacity: 0;
|
24249
24309
|
}
|
24250
|
-
|
24251
|
-
|
24310
|
+
|
24311
|
+
.v-switch__track-false {
|
24312
|
+
margin-inline-start: auto;
|
24252
24313
|
}
|
24253
|
-
.v-
|
24254
|
-
|
24314
|
+
.v-selection-control--dirty .v-switch__track-false {
|
24315
|
+
opacity: 0;
|
24255
24316
|
}
|
24256
|
-
|
24257
|
-
|
24317
|
+
|
24318
|
+
.v-switch__track {
|
24319
|
+
display: inline-flex;
|
24320
|
+
align-items: center;
|
24321
|
+
font-size: 0.5rem;
|
24322
|
+
padding: 0 5px;
|
24323
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
24324
|
+
border-radius: 9999px;
|
24325
|
+
height: 14px;
|
24326
|
+
opacity: 0.6;
|
24327
|
+
min-width: 36px;
|
24328
|
+
cursor: pointer;
|
24329
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24258
24330
|
}
|
24259
|
-
.v-
|
24260
|
-
|
24331
|
+
.v-switch--inset .v-switch__track {
|
24332
|
+
border-radius: 9999px;
|
24333
|
+
font-size: 0.75rem;
|
24334
|
+
height: 32px;
|
24335
|
+
min-width: 52px;
|
24261
24336
|
}
|
24262
|
-
|
24263
|
-
|
24337
|
+
|
24338
|
+
.v-switch__thumb {
|
24339
|
+
align-items: center;
|
24340
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
24341
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
24342
|
+
border-radius: 50%;
|
24343
|
+
display: flex;
|
24344
|
+
font-size: 0.75rem;
|
24345
|
+
height: 20px;
|
24346
|
+
justify-content: center;
|
24347
|
+
width: 20px;
|
24348
|
+
pointer-events: none;
|
24349
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24350
|
+
position: relative;
|
24351
|
+
overflow: hidden;
|
24264
24352
|
}
|
24265
|
-
.v-
|
24266
|
-
|
24267
|
-
}.v-tab.v-tab.v-btn {
|
24268
|
-
height: var(--v-tabs-height);
|
24269
|
-
border-radius: 0;
|
24270
|
-
min-width: 90px;
|
24353
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24354
|
+
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));
|
24271
24355
|
}
|
24272
|
-
.v-
|
24273
|
-
|
24356
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24357
|
+
background: rgb(var(--v-theme-surface-variant));
|
24358
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24359
|
+
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));
|
24274
24360
|
}
|
24275
|
-
.v-
|
24276
|
-
|
24361
|
+
.v-switch--inset .v-switch__thumb {
|
24362
|
+
height: 24px;
|
24363
|
+
width: 24px;
|
24364
|
+
transform: scale(0.6666666667);
|
24365
|
+
}
|
24366
|
+
.v-switch--inset .v-switch__thumb--filled {
|
24367
|
+
transform: none;
|
24368
|
+
}
|
24369
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24370
|
+
transform: none;
|
24371
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24277
24372
|
}
|
24278
24373
|
|
24279
|
-
.v-
|
24374
|
+
.v-switch.v-input {
|
24375
|
+
flex: 0 1 auto;
|
24376
|
+
}
|
24377
|
+
.v-switch .v-selection-control {
|
24378
|
+
min-height: var(--v-input-control-height);
|
24379
|
+
}
|
24380
|
+
.v-switch .v-selection-control__input {
|
24381
|
+
border-radius: 50%;
|
24382
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24280
24383
|
position: absolute;
|
24281
|
-
|
24282
|
-
|
24283
|
-
|
24384
|
+
}
|
24385
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24386
|
+
transform: translateX(-10px);
|
24387
|
+
}
|
24388
|
+
|
24389
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24390
|
+
transform: translateX(10px);
|
24391
|
+
}
|
24392
|
+
|
24393
|
+
.v-switch .v-selection-control__input .v-icon {
|
24394
|
+
position: absolute;
|
24395
|
+
}
|
24396
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24397
|
+
transform: translateX(10px);
|
24398
|
+
}
|
24399
|
+
|
24400
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24401
|
+
transform: translateX(-10px);
|
24402
|
+
}
|
24403
|
+
|
24404
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24405
|
+
transform: scale(0.8);
|
24406
|
+
}
|
24407
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24408
|
+
transform: scale(0.75);
|
24409
|
+
box-shadow: none;
|
24410
|
+
}
|
24411
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24412
|
+
width: auto;
|
24413
|
+
}
|
24414
|
+
.v-switch.v-input--vertical .v-label {
|
24415
|
+
min-width: max-content;
|
24416
|
+
}
|
24417
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24418
|
+
transform: rotate(-90deg);
|
24419
|
+
}
|
24420
|
+
|
24421
|
+
@media (forced-colors: active) {
|
24422
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
24423
|
+
color: currentColor;
|
24424
|
+
}
|
24425
|
+
.v-switch .v-switch__thumb {
|
24426
|
+
background-color: buttontext;
|
24427
|
+
}
|
24428
|
+
.v-switch .v-switch__track,
|
24429
|
+
.v-switch .v-switch__thumb {
|
24430
|
+
border: 1px solid;
|
24431
|
+
color: buttontext;
|
24432
|
+
}
|
24433
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24434
|
+
background-color: highlight;
|
24435
|
+
}
|
24436
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24437
|
+
background-color: highlight;
|
24438
|
+
}
|
24439
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24440
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24441
|
+
color: highlight;
|
24442
|
+
}
|
24443
|
+
.v-switch.v-switch--inset .v-switch__track {
|
24444
|
+
border-width: 2px;
|
24445
|
+
}
|
24446
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24447
|
+
background-color: highlighttext;
|
24448
|
+
color: highlighttext;
|
24449
|
+
}
|
24450
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24451
|
+
background-color: graytext;
|
24452
|
+
}
|
24453
|
+
.v-switch.v-input--disabled .v-switch__track,
|
24454
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24455
|
+
color: graytext;
|
24456
|
+
}
|
24457
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
24458
|
+
background-color: canvas;
|
24459
|
+
}
|
24460
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24461
|
+
border-width: 0;
|
24462
|
+
}
|
24463
|
+
}.v-system-bar {
|
24464
|
+
align-items: center;
|
24465
|
+
display: flex;
|
24466
|
+
flex: 1 1 auto;
|
24467
|
+
height: 24px;
|
24468
|
+
justify-content: flex-end;
|
24469
|
+
max-width: 100%;
|
24470
|
+
padding-inline: 8px;
|
24471
|
+
position: relative;
|
24472
|
+
text-align: end;
|
24284
24473
|
width: 100%;
|
24285
|
-
|
24286
|
-
|
24287
|
-
|
24474
|
+
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));
|
24475
|
+
background: rgba(var(--v-theme-surface-light));
|
24476
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24477
|
+
font-size: 0.75rem;
|
24478
|
+
font-weight: 400;
|
24479
|
+
letter-spacing: 0.0333333333em;
|
24480
|
+
line-height: 1.667;
|
24481
|
+
text-transform: none;
|
24288
24482
|
}
|
24289
|
-
.v-
|
24290
|
-
opacity:
|
24483
|
+
.v-system-bar .v-icon {
|
24484
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24291
24485
|
}
|
24292
|
-
.v-
|
24293
|
-
|
24294
|
-
|
24295
|
-
|
24486
|
+
.v-system-bar--absolute {
|
24487
|
+
position: absolute;
|
24488
|
+
}
|
24489
|
+
.v-system-bar--fixed {
|
24490
|
+
position: fixed;
|
24491
|
+
}
|
24492
|
+
.v-system-bar--rounded {
|
24493
|
+
border-radius: 0;
|
24494
|
+
}
|
24495
|
+
.v-system-bar--window {
|
24496
|
+
height: 32px;
|
24497
|
+
}
|
24498
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24499
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24296
24500
|
}.v-tabs {
|
24297
24501
|
display: flex;
|
24298
24502
|
height: var(--v-tabs-height);
|
@@ -24359,6 +24563,35 @@ html.v-overlay-scroll-blocked {
|
|
24359
24563
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24360
24564
|
margin-inline-end: 52px;
|
24361
24565
|
}
|
24566
|
+
}.v-tab.v-tab.v-btn {
|
24567
|
+
height: var(--v-tabs-height);
|
24568
|
+
border-radius: 0;
|
24569
|
+
min-width: 90px;
|
24570
|
+
}
|
24571
|
+
.v-slide-group--horizontal .v-tab {
|
24572
|
+
max-width: 360px;
|
24573
|
+
}
|
24574
|
+
.v-slide-group--vertical .v-tab {
|
24575
|
+
justify-content: start;
|
24576
|
+
}
|
24577
|
+
|
24578
|
+
.v-tab__slider {
|
24579
|
+
position: absolute;
|
24580
|
+
bottom: 0;
|
24581
|
+
left: 0;
|
24582
|
+
height: 2px;
|
24583
|
+
width: 100%;
|
24584
|
+
background: currentColor;
|
24585
|
+
pointer-events: none;
|
24586
|
+
opacity: 0;
|
24587
|
+
}
|
24588
|
+
.v-tab--selected .v-tab__slider {
|
24589
|
+
opacity: 1;
|
24590
|
+
}
|
24591
|
+
.v-slide-group--vertical .v-tab__slider {
|
24592
|
+
top: 0;
|
24593
|
+
height: 100%;
|
24594
|
+
width: 2px;
|
24362
24595
|
}.v-table {
|
24363
24596
|
background: rgb(var(--v-theme-surface));
|
24364
24597
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25173,15 +25406,6 @@ html.v-overlay-scroll-blocked {
|
|
25173
25406
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25174
25407
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25175
25408
|
transition-duration: 75ms;
|
25176
|
-
}.v-virtual-scroll {
|
25177
|
-
display: block;
|
25178
|
-
flex: 1 1 auto;
|
25179
|
-
max-width: 100%;
|
25180
|
-
overflow: auto;
|
25181
|
-
position: relative;
|
25182
|
-
}
|
25183
|
-
.v-virtual-scroll__container {
|
25184
|
-
display: block;
|
25185
25409
|
}.v-window {
|
25186
25410
|
overflow: hidden;
|
25187
25411
|
}
|
@@ -25252,223 +25476,78 @@ html.v-overlay-scroll-blocked {
|
|
25252
25476
|
}
|
25253
25477
|
.v-window-y-reverse-transition-leave-to {
|
25254
25478
|
transform: translateY(100%);
|
25255
|
-
}.v-
|
25256
|
-
|
25257
|
-
display: flex;
|
25479
|
+
}.v-virtual-scroll {
|
25480
|
+
display: block;
|
25258
25481
|
flex: 1 1 auto;
|
25259
|
-
height: 24px;
|
25260
|
-
justify-content: flex-end;
|
25261
25482
|
max-width: 100%;
|
25262
|
-
|
25483
|
+
overflow: auto;
|
25263
25484
|
position: relative;
|
25264
|
-
text-align: end;
|
25265
|
-
width: 100%;
|
25266
|
-
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));
|
25267
|
-
background: rgba(var(--v-theme-surface-light));
|
25268
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25269
|
-
font-size: 0.75rem;
|
25270
|
-
font-weight: 400;
|
25271
|
-
letter-spacing: 0.0333333333em;
|
25272
|
-
line-height: 1.667;
|
25273
|
-
text-transform: none;
|
25274
|
-
}
|
25275
|
-
.v-system-bar .v-icon {
|
25276
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25277
|
-
}
|
25278
|
-
.v-system-bar--absolute {
|
25279
|
-
position: absolute;
|
25280
|
-
}
|
25281
|
-
.v-system-bar--fixed {
|
25282
|
-
position: fixed;
|
25283
25485
|
}
|
25284
|
-
.v-
|
25285
|
-
|
25286
|
-
}
|
25287
|
-
.v-system-bar--window {
|
25288
|
-
height: 32px;
|
25289
|
-
}
|
25290
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25291
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25292
|
-
}.v-switch .v-label {
|
25293
|
-
padding-inline-start: 10px;
|
25294
|
-
}
|
25295
|
-
|
25296
|
-
.v-switch__loader {
|
25486
|
+
.v-virtual-scroll__container {
|
25487
|
+
display: block;
|
25488
|
+
}.v-color-picker-edit {
|
25297
25489
|
display: flex;
|
25298
|
-
|
25299
|
-
.v-switch__loader .v-progress-circular {
|
25300
|
-
color: rgb(var(--v-theme-surface));
|
25301
|
-
}
|
25302
|
-
|
25303
|
-
.v-switch__track,
|
25304
|
-
.v-switch__thumb {
|
25305
|
-
transition: none;
|
25306
|
-
}
|
25307
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25308
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25309
|
-
background-color: rgb(var(--v-theme-error));
|
25310
|
-
color: rgb(var(--v-theme-on-error));
|
25311
|
-
}
|
25312
|
-
|
25313
|
-
.v-switch__track-true {
|
25314
|
-
margin-inline-end: auto;
|
25315
|
-
}
|
25316
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25317
|
-
opacity: 0;
|
25490
|
+
margin-top: 24px;
|
25318
25491
|
}
|
25319
25492
|
|
25320
|
-
.v-
|
25321
|
-
|
25493
|
+
.v-color-picker-edit__input {
|
25494
|
+
width: 100%;
|
25495
|
+
display: flex;
|
25496
|
+
flex-wrap: wrap;
|
25497
|
+
justify-content: center;
|
25498
|
+
text-align: center;
|
25322
25499
|
}
|
25323
|
-
.v-
|
25324
|
-
|
25500
|
+
.v-color-picker-edit__input:not(:last-child) {
|
25501
|
+
margin-inline-end: 8px;
|
25325
25502
|
}
|
25326
|
-
|
25327
|
-
|
25328
|
-
|
25329
|
-
|
25330
|
-
|
25331
|
-
|
25332
|
-
|
25333
|
-
|
25334
|
-
|
25335
|
-
|
25336
|
-
min-width: 36px;
|
25337
|
-
cursor: pointer;
|
25338
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25503
|
+
.v-color-picker-edit__input input {
|
25504
|
+
border-radius: 4px;
|
25505
|
+
margin-bottom: 8px;
|
25506
|
+
min-width: 0;
|
25507
|
+
outline: none;
|
25508
|
+
text-align: center;
|
25509
|
+
width: 100%;
|
25510
|
+
height: 32px;
|
25511
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25512
|
+
color: rgba(var(--v-theme-on-surface));
|
25339
25513
|
}
|
25340
|
-
.v-
|
25341
|
-
border-radius: 9999px;
|
25514
|
+
.v-color-picker-edit__input span {
|
25342
25515
|
font-size: 0.75rem;
|
25343
|
-
|
25344
|
-
|
25516
|
+
}.v-color-picker-swatches {
|
25517
|
+
overflow-y: auto;
|
25345
25518
|
}
|
25346
|
-
|
25347
|
-
.v-switch__thumb {
|
25348
|
-
align-items: center;
|
25349
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
25350
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
25351
|
-
border-radius: 50%;
|
25519
|
+
.v-color-picker-swatches > div {
|
25352
25520
|
display: flex;
|
25353
|
-
|
25354
|
-
height: 20px;
|
25521
|
+
flex-wrap: wrap;
|
25355
25522
|
justify-content: center;
|
25356
|
-
|
25357
|
-
pointer-events: none;
|
25358
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25359
|
-
position: relative;
|
25360
|
-
overflow: hidden;
|
25361
|
-
}
|
25362
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25363
|
-
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));
|
25364
|
-
}
|
25365
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25366
|
-
background: rgb(var(--v-theme-surface-variant));
|
25367
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25368
|
-
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));
|
25369
|
-
}
|
25370
|
-
.v-switch--inset .v-switch__thumb {
|
25371
|
-
height: 24px;
|
25372
|
-
width: 24px;
|
25373
|
-
transform: scale(0.6666666667);
|
25374
|
-
}
|
25375
|
-
.v-switch--inset .v-switch__thumb--filled {
|
25376
|
-
transform: none;
|
25377
|
-
}
|
25378
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25379
|
-
transform: none;
|
25380
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25381
|
-
}
|
25382
|
-
|
25383
|
-
.v-switch.v-input {
|
25384
|
-
flex: 0 1 auto;
|
25385
|
-
}
|
25386
|
-
.v-switch .v-selection-control {
|
25387
|
-
min-height: var(--v-input-control-height);
|
25388
|
-
}
|
25389
|
-
.v-switch .v-selection-control__input {
|
25390
|
-
border-radius: 50%;
|
25391
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25392
|
-
position: absolute;
|
25393
|
-
}
|
25394
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25395
|
-
transform: translateX(-10px);
|
25396
|
-
}
|
25397
|
-
|
25398
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25399
|
-
transform: translateX(10px);
|
25400
|
-
}
|
25401
|
-
|
25402
|
-
.v-switch .v-selection-control__input .v-icon {
|
25403
|
-
position: absolute;
|
25404
|
-
}
|
25405
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25406
|
-
transform: translateX(10px);
|
25523
|
+
padding: 8px;
|
25407
25524
|
}
|
25408
25525
|
|
25409
|
-
.v-
|
25410
|
-
|
25526
|
+
.v-color-picker-swatches__swatch {
|
25527
|
+
display: flex;
|
25528
|
+
flex-direction: column;
|
25529
|
+
margin-bottom: 10px;
|
25411
25530
|
}
|
25412
25531
|
|
25413
|
-
.v-
|
25414
|
-
|
25415
|
-
|
25416
|
-
|
25417
|
-
|
25418
|
-
|
25419
|
-
|
25420
|
-
|
25421
|
-
|
25422
|
-
|
25423
|
-
|
25424
|
-
|
25425
|
-
}
|
25426
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25427
|
-
transform: rotate(-90deg);
|
25532
|
+
.v-color-picker-swatches__color {
|
25533
|
+
position: relative;
|
25534
|
+
height: 18px;
|
25535
|
+
max-height: 18px;
|
25536
|
+
width: 45px;
|
25537
|
+
margin: 2px 4px;
|
25538
|
+
border-radius: 2px;
|
25539
|
+
-webkit-user-select: none;
|
25540
|
+
user-select: none;
|
25541
|
+
overflow: hidden;
|
25542
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25543
|
+
cursor: pointer;
|
25428
25544
|
}
|
25429
|
-
|
25430
|
-
|
25431
|
-
|
25432
|
-
|
25433
|
-
|
25434
|
-
|
25435
|
-
background-color: buttontext;
|
25436
|
-
}
|
25437
|
-
.v-switch .v-switch__track,
|
25438
|
-
.v-switch .v-switch__thumb {
|
25439
|
-
border: 1px solid;
|
25440
|
-
color: buttontext;
|
25441
|
-
}
|
25442
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25443
|
-
background-color: highlight;
|
25444
|
-
}
|
25445
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25446
|
-
background-color: highlight;
|
25447
|
-
}
|
25448
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25449
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25450
|
-
color: highlight;
|
25451
|
-
}
|
25452
|
-
.v-switch.v-switch--inset .v-switch__track {
|
25453
|
-
border-width: 2px;
|
25454
|
-
}
|
25455
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25456
|
-
background-color: highlighttext;
|
25457
|
-
color: highlighttext;
|
25458
|
-
}
|
25459
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25460
|
-
background-color: graytext;
|
25461
|
-
}
|
25462
|
-
.v-switch.v-input--disabled .v-switch__track,
|
25463
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25464
|
-
color: graytext;
|
25465
|
-
}
|
25466
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
25467
|
-
background-color: canvas;
|
25468
|
-
}
|
25469
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25470
|
-
border-width: 0;
|
25471
|
-
}
|
25545
|
+
.v-color-picker-swatches__color > div {
|
25546
|
+
display: flex;
|
25547
|
+
align-items: center;
|
25548
|
+
justify-content: center;
|
25549
|
+
width: 100%;
|
25550
|
+
height: 100%;
|
25472
25551
|
}.v-color-picker-canvas {
|
25473
25552
|
display: flex;
|
25474
25553
|
position: relative;
|
@@ -25491,34 +25570,6 @@ html.v-overlay-scroll-blocked {
|
|
25491
25570
|
}
|
25492
25571
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25493
25572
|
will-change: transform;
|
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
25573
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25523
25574
|
background-color: transparent !important;
|
25524
25575
|
}
|
@@ -25589,41 +25640,6 @@ html.v-overlay-scroll-blocked {
|
|
25589
25640
|
.v-color-picker-preview__eye-dropper {
|
25590
25641
|
position: relative;
|
25591
25642
|
margin-right: 12px;
|
25592
|
-
}.v-color-picker-swatches {
|
25593
|
-
overflow-y: auto;
|
25594
|
-
}
|
25595
|
-
.v-color-picker-swatches > div {
|
25596
|
-
display: flex;
|
25597
|
-
flex-wrap: wrap;
|
25598
|
-
justify-content: center;
|
25599
|
-
padding: 8px;
|
25600
|
-
}
|
25601
|
-
|
25602
|
-
.v-color-picker-swatches__swatch {
|
25603
|
-
display: flex;
|
25604
|
-
flex-direction: column;
|
25605
|
-
margin-bottom: 10px;
|
25606
|
-
}
|
25607
|
-
|
25608
|
-
.v-color-picker-swatches__color {
|
25609
|
-
position: relative;
|
25610
|
-
height: 18px;
|
25611
|
-
max-height: 18px;
|
25612
|
-
width: 45px;
|
25613
|
-
margin: 2px 4px;
|
25614
|
-
border-radius: 2px;
|
25615
|
-
-webkit-user-select: none;
|
25616
|
-
user-select: none;
|
25617
|
-
overflow: hidden;
|
25618
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
25619
|
-
cursor: pointer;
|
25620
|
-
}
|
25621
|
-
.v-color-picker-swatches__color > div {
|
25622
|
-
display: flex;
|
25623
|
-
align-items: center;
|
25624
|
-
justify-content: center;
|
25625
|
-
width: 100%;
|
25626
|
-
height: 100%;
|
25627
25643
|
}.v-picker.v-sheet {
|
25628
25644
|
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));
|
25629
25645
|
border-radius: 4px;
|