@vuetify/nightly 3.5.9-dev.2024-03-26 → 3.5.9-dev.2024-03-30
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 +5 -2
- package/dist/json/attributes.json +43 -7
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +9 -0
- package/dist/json/web-types.json +101 -14
- package/dist/vuetify-labs.css +2027 -2025
- package/dist/vuetify-labs.d.ts +130 -19
- package/dist/vuetify-labs.esm.js +162 -138
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +162 -138
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +336 -334
- package/dist/vuetify.d.ts +163 -52
- package/dist/vuetify.esm.js +162 -138
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +162 -138
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +189 -189
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +64 -42
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +60 -0
- package/lib/components/VTimeline/VTimeline.mjs +12 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +70 -19
- package/lib/components/index.d.mts +130 -19
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +33 -33
- package/lib/labs/VPicker/VPicker.css +2 -0
- package/lib/labs/VPicker/VPicker.sass +2 -0
- package/lib/styles/generic/_transitions.scss +4 -4
- package/lib/styles/main.css +4 -4
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.9-dev.2024-03-
|
|
2
|
+
* Vuetify v3.5.9-dev.2024-03-30
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2719,10 +2719,10 @@ progress {
|
|
|
2719
2719
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2720
2720
|
}
|
|
2721
2721
|
.picker-transition-enter-from {
|
|
2722
|
-
transform: translate(0
|
|
2722
|
+
transform: translate(100%, 0);
|
|
2723
2723
|
}
|
|
2724
2724
|
.picker-transition-leave-to {
|
|
2725
|
-
transform: translate(
|
|
2725
|
+
transform: translate(-100%, 0);
|
|
2726
2726
|
}
|
|
2727
2727
|
|
|
2728
2728
|
.picker-reverse-transition-enter-active {
|
|
@@ -2739,10 +2739,10 @@ progress {
|
|
|
2739
2739
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
2740
2740
|
}
|
|
2741
2741
|
.picker-reverse-transition-enter-from {
|
|
2742
|
-
transform: translate(
|
|
2742
|
+
transform: translate(-100%, 0);
|
|
2743
2743
|
}
|
|
2744
2744
|
.picker-reverse-transition-leave-to {
|
|
2745
|
-
transform: translate(0
|
|
2745
|
+
transform: translate(100%, 0);
|
|
2746
2746
|
}
|
|
2747
2747
|
|
|
2748
2748
|
.expand-transition-enter-active {
|
|
@@ -17061,18 +17061,6 @@ html.overflow-y-hidden {
|
|
|
17061
17061
|
min-height: 100vh;
|
|
17062
17062
|
min-height: 100dvh;
|
|
17063
17063
|
position: relative;
|
|
17064
|
-
}.v-app-bar {
|
|
17065
|
-
display: flex;
|
|
17066
|
-
}
|
|
17067
|
-
.v-app-bar.v-toolbar {
|
|
17068
|
-
background: rgb(var(--v-theme-surface));
|
|
17069
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17070
|
-
}
|
|
17071
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17072
|
-
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));
|
|
17073
|
-
}
|
|
17074
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17075
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
17076
17064
|
}.v-alert {
|
|
17077
17065
|
display: grid;
|
|
17078
17066
|
flex: 1 1;
|
|
@@ -17283,6 +17271,18 @@ html.overflow-y-hidden {
|
|
|
17283
17271
|
text-transform: none;
|
|
17284
17272
|
word-break: normal;
|
|
17285
17273
|
word-wrap: break-word;
|
|
17274
|
+
}.v-app-bar {
|
|
17275
|
+
display: flex;
|
|
17276
|
+
}
|
|
17277
|
+
.v-app-bar.v-toolbar {
|
|
17278
|
+
background: rgb(var(--v-theme-surface));
|
|
17279
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17280
|
+
}
|
|
17281
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17282
|
+
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));
|
|
17283
|
+
}
|
|
17284
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17285
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17286
17286
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17287
17287
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17288
17288
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -18282,19 +18282,6 @@ html.overflow-y-hidden {
|
|
|
18282
18282
|
}
|
|
18283
18283
|
.v-btn-group--tile {
|
|
18284
18284
|
border-radius: 0;
|
|
18285
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18286
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18287
|
-
}
|
|
18288
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18289
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18290
|
-
}
|
|
18291
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18292
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18293
|
-
}
|
|
18294
|
-
@supports not selector(:focus-visible) {
|
|
18295
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18296
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18297
|
-
}
|
|
18298
18285
|
}.v-card {
|
|
18299
18286
|
display: block;
|
|
18300
18287
|
overflow: hidden;
|
|
@@ -18591,6 +18578,19 @@ html.overflow-y-hidden {
|
|
|
18591
18578
|
pointer-events: none;
|
|
18592
18579
|
opacity: 0;
|
|
18593
18580
|
transition: opacity 0.2s ease-in-out;
|
|
18581
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18582
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18583
|
+
}
|
|
18584
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18585
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18586
|
+
}
|
|
18587
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18588
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18589
|
+
}
|
|
18590
|
+
@supports not selector(:focus-visible) {
|
|
18591
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18592
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18593
|
+
}
|
|
18594
18594
|
}.v-carousel {
|
|
18595
18595
|
overflow: hidden;
|
|
18596
18596
|
position: relative;
|
|
@@ -18659,24 +18659,6 @@ html.overflow-y-hidden {
|
|
|
18659
18659
|
}
|
|
18660
18660
|
.v-checkbox .v-selection-control {
|
|
18661
18661
|
min-height: var(--v-input-control-height);
|
|
18662
|
-
}.v-chip-group {
|
|
18663
|
-
display: flex;
|
|
18664
|
-
max-width: 100%;
|
|
18665
|
-
min-width: 0;
|
|
18666
|
-
overflow-x: auto;
|
|
18667
|
-
padding: 4px 0;
|
|
18668
|
-
}
|
|
18669
|
-
.v-chip-group .v-chip {
|
|
18670
|
-
margin: 4px 8px 4px 0;
|
|
18671
|
-
}
|
|
18672
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
18673
|
-
opacity: var(--v-activated-opacity);
|
|
18674
|
-
}
|
|
18675
|
-
|
|
18676
|
-
.v-chip-group--column .v-slide-group__content {
|
|
18677
|
-
white-space: normal;
|
|
18678
|
-
flex-wrap: wrap;
|
|
18679
|
-
max-width: 100%;
|
|
18680
18662
|
}.v-chip {
|
|
18681
18663
|
align-items: center;
|
|
18682
18664
|
display: inline-flex;
|
|
@@ -19756,6 +19738,24 @@ html.overflow-y-hidden {
|
|
|
19756
19738
|
.offset-xxl-11 {
|
|
19757
19739
|
margin-inline-start: 91.6666666667%;
|
|
19758
19740
|
}
|
|
19741
|
+
}.v-chip-group {
|
|
19742
|
+
display: flex;
|
|
19743
|
+
max-width: 100%;
|
|
19744
|
+
min-width: 0;
|
|
19745
|
+
overflow-x: auto;
|
|
19746
|
+
padding: 4px 0;
|
|
19747
|
+
}
|
|
19748
|
+
.v-chip-group .v-chip {
|
|
19749
|
+
margin: 4px 8px 4px 0;
|
|
19750
|
+
}
|
|
19751
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19752
|
+
opacity: var(--v-activated-opacity);
|
|
19753
|
+
}
|
|
19754
|
+
|
|
19755
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19756
|
+
white-space: normal;
|
|
19757
|
+
flex-wrap: wrap;
|
|
19758
|
+
max-width: 100%;
|
|
19759
19759
|
}.v-color-picker {
|
|
19760
19760
|
align-self: flex-start;
|
|
19761
19761
|
contain: content;
|
|
@@ -19776,6 +19776,11 @@ html.overflow-y-hidden {
|
|
|
19776
19776
|
}
|
|
19777
19777
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19778
19778
|
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));
|
|
19779
|
+
}.v-counter {
|
|
19780
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19781
|
+
flex: 0 1 auto;
|
|
19782
|
+
font-size: 12px;
|
|
19783
|
+
transition-duration: 150ms;
|
|
19779
19784
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
19780
19785
|
.v-combobox .v-field .v-text-field__suffix,
|
|
19781
19786
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -19857,11 +19862,6 @@ html.overflow-y-hidden {
|
|
|
19857
19862
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
19858
19863
|
opacity: var(--v-high-emphasis-opacity);
|
|
19859
19864
|
transform: rotate(180deg);
|
|
19860
|
-
}.v-counter {
|
|
19861
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19862
|
-
flex: 0 1 auto;
|
|
19863
|
-
font-size: 12px;
|
|
19864
|
-
transition-duration: 150ms;
|
|
19865
19865
|
}.v-data-table {
|
|
19866
19866
|
width: 100%;
|
|
19867
19867
|
}
|
|
@@ -20030,6 +20030,62 @@ html.overflow-y-hidden {
|
|
|
20030
20030
|
|
|
20031
20031
|
.v-data-table-footer__page {
|
|
20032
20032
|
padding: 0 8px;
|
|
20033
|
+
}.v-date-picker-controls {
|
|
20034
|
+
display: flex;
|
|
20035
|
+
align-items: center;
|
|
20036
|
+
justify-content: space-between;
|
|
20037
|
+
font-size: 0.875rem;
|
|
20038
|
+
padding-top: 4px;
|
|
20039
|
+
padding-bottom: 4px;
|
|
20040
|
+
padding-inline-start: 6px;
|
|
20041
|
+
padding-inline-end: 12px;
|
|
20042
|
+
}
|
|
20043
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
20044
|
+
text-transform: none;
|
|
20045
|
+
font-weight: 400;
|
|
20046
|
+
line-height: initial;
|
|
20047
|
+
letter-spacing: initial;
|
|
20048
|
+
}
|
|
20049
|
+
.v-date-picker-controls--variant-classic {
|
|
20050
|
+
padding-inline-start: 12px;
|
|
20051
|
+
}
|
|
20052
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20053
|
+
opacity: 0.7;
|
|
20054
|
+
}
|
|
20055
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20056
|
+
cursor: pointer;
|
|
20057
|
+
}
|
|
20058
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20059
|
+
opacity: 1;
|
|
20060
|
+
}
|
|
20061
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
20062
|
+
margin-inline-start: 4px;
|
|
20063
|
+
}
|
|
20064
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20065
|
+
transform: rotate(180deg);
|
|
20066
|
+
}
|
|
20067
|
+
|
|
20068
|
+
.v-date-picker-controls__date {
|
|
20069
|
+
margin-inline-end: 4px;
|
|
20070
|
+
}
|
|
20071
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20072
|
+
margin: auto;
|
|
20073
|
+
text-align: center;
|
|
20074
|
+
}
|
|
20075
|
+
|
|
20076
|
+
.v-date-picker-controls__month {
|
|
20077
|
+
display: flex;
|
|
20078
|
+
}
|
|
20079
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20080
|
+
flex-direction: row-reverse;
|
|
20081
|
+
}
|
|
20082
|
+
|
|
20083
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20084
|
+
flex: 1 0 auto;
|
|
20085
|
+
}
|
|
20086
|
+
|
|
20087
|
+
.v-date-picker__title {
|
|
20088
|
+
display: inline-block;
|
|
20033
20089
|
}.v-date-picker {
|
|
20034
20090
|
overflow: hidden;
|
|
20035
20091
|
width: 328px;
|
|
@@ -20096,62 +20152,6 @@ html.overflow-y-hidden {
|
|
|
20096
20152
|
.date-picker-header-reverse-transition-leave-to {
|
|
20097
20153
|
opacity: 0;
|
|
20098
20154
|
transform: translate(0, 100%);
|
|
20099
|
-
}.v-date-picker-controls {
|
|
20100
|
-
display: flex;
|
|
20101
|
-
align-items: center;
|
|
20102
|
-
justify-content: space-between;
|
|
20103
|
-
font-size: 0.875rem;
|
|
20104
|
-
padding-top: 4px;
|
|
20105
|
-
padding-bottom: 4px;
|
|
20106
|
-
padding-inline-start: 6px;
|
|
20107
|
-
padding-inline-end: 12px;
|
|
20108
|
-
}
|
|
20109
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20110
|
-
text-transform: none;
|
|
20111
|
-
font-weight: 400;
|
|
20112
|
-
line-height: initial;
|
|
20113
|
-
letter-spacing: initial;
|
|
20114
|
-
}
|
|
20115
|
-
.v-date-picker-controls--variant-classic {
|
|
20116
|
-
padding-inline-start: 12px;
|
|
20117
|
-
}
|
|
20118
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20119
|
-
opacity: 0.7;
|
|
20120
|
-
}
|
|
20121
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20122
|
-
cursor: pointer;
|
|
20123
|
-
}
|
|
20124
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20125
|
-
opacity: 1;
|
|
20126
|
-
}
|
|
20127
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20128
|
-
margin-inline-start: 4px;
|
|
20129
|
-
}
|
|
20130
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20131
|
-
transform: rotate(180deg);
|
|
20132
|
-
}
|
|
20133
|
-
|
|
20134
|
-
.v-date-picker-controls__date {
|
|
20135
|
-
margin-inline-end: 4px;
|
|
20136
|
-
}
|
|
20137
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20138
|
-
margin: auto;
|
|
20139
|
-
text-align: center;
|
|
20140
|
-
}
|
|
20141
|
-
|
|
20142
|
-
.v-date-picker-controls__month {
|
|
20143
|
-
display: flex;
|
|
20144
|
-
}
|
|
20145
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20146
|
-
flex-direction: row-reverse;
|
|
20147
|
-
}
|
|
20148
|
-
|
|
20149
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20150
|
-
flex: 1 0 auto;
|
|
20151
|
-
}
|
|
20152
|
-
|
|
20153
|
-
.v-date-picker__title {
|
|
20154
|
-
display: inline-block;
|
|
20155
20155
|
}.v-date-picker-month {
|
|
20156
20156
|
display: flex;
|
|
20157
20157
|
justify-content: center;
|
|
@@ -20207,6 +20207,21 @@ html.overflow-y-hidden {
|
|
|
20207
20207
|
|
|
20208
20208
|
.v-date-picker-month__day--hide-adjacent {
|
|
20209
20209
|
opacity: 0;
|
|
20210
|
+
}.v-date-picker-years {
|
|
20211
|
+
height: 288px;
|
|
20212
|
+
overflow-y: scroll;
|
|
20213
|
+
}
|
|
20214
|
+
|
|
20215
|
+
.v-date-picker-years__content {
|
|
20216
|
+
display: grid;
|
|
20217
|
+
flex: 1 1;
|
|
20218
|
+
justify-content: space-around;
|
|
20219
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20220
|
+
gap: 8px 24px;
|
|
20221
|
+
padding-inline: 32px;
|
|
20222
|
+
}
|
|
20223
|
+
.v-date-picker-years__content .v-btn {
|
|
20224
|
+
padding-inline: 8px;
|
|
20210
20225
|
}.v-date-picker-months {
|
|
20211
20226
|
height: 288px;
|
|
20212
20227
|
}
|
|
@@ -20226,27 +20241,41 @@ html.overflow-y-hidden {
|
|
|
20226
20241
|
text-transform: none;
|
|
20227
20242
|
padding-inline-start: 8px;
|
|
20228
20243
|
padding-inline-end: 8px;
|
|
20229
|
-
}.v-
|
|
20230
|
-
|
|
20231
|
-
|
|
20232
|
-
|
|
20233
|
-
|
|
20234
|
-
|
|
20235
|
-
|
|
20236
|
-
|
|
20237
|
-
|
|
20238
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20239
|
-
gap: 8px 24px;
|
|
20240
|
-
padding-inline: 32px;
|
|
20241
|
-
}
|
|
20242
|
-
.v-date-picker-years__content .v-btn {
|
|
20243
|
-
padding-inline: 8px;
|
|
20244
|
-
}.v-dialog {
|
|
20245
|
-
align-items: center;
|
|
20246
|
-
justify-content: center;
|
|
20247
|
-
margin: auto;
|
|
20244
|
+
}.v-divider {
|
|
20245
|
+
display: block;
|
|
20246
|
+
flex: 1 1 100%;
|
|
20247
|
+
height: 0px;
|
|
20248
|
+
max-height: 0px;
|
|
20249
|
+
opacity: var(--v-border-opacity);
|
|
20250
|
+
transition: inherit;
|
|
20251
|
+
border-style: solid;
|
|
20252
|
+
border-width: thin 0 0 0;
|
|
20248
20253
|
}
|
|
20249
|
-
.v-
|
|
20254
|
+
.v-divider--vertical {
|
|
20255
|
+
align-self: stretch;
|
|
20256
|
+
border-width: 0 thin 0 0;
|
|
20257
|
+
display: inline-flex;
|
|
20258
|
+
height: inherit;
|
|
20259
|
+
margin-left: -1px;
|
|
20260
|
+
max-height: 100%;
|
|
20261
|
+
max-width: 0px;
|
|
20262
|
+
vertical-align: text-bottom;
|
|
20263
|
+
width: 0px;
|
|
20264
|
+
}
|
|
20265
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20266
|
+
max-width: calc(100% - 72px);
|
|
20267
|
+
margin-inline-start: 72px;
|
|
20268
|
+
}
|
|
20269
|
+
.v-divider--inset.v-divider--vertical {
|
|
20270
|
+
margin-bottom: 8px;
|
|
20271
|
+
margin-top: 8px;
|
|
20272
|
+
max-height: calc(100% - 16px);
|
|
20273
|
+
}.v-dialog {
|
|
20274
|
+
align-items: center;
|
|
20275
|
+
justify-content: center;
|
|
20276
|
+
margin: auto;
|
|
20277
|
+
}
|
|
20278
|
+
.v-dialog > .v-overlay__content {
|
|
20250
20279
|
max-height: calc(100% - 48px);
|
|
20251
20280
|
width: calc(100% - 48px);
|
|
20252
20281
|
max-width: calc(100% - 48px);
|
|
@@ -20329,35 +20358,6 @@ html.overflow-y-hidden {
|
|
|
20329
20358
|
-webkit-backface-visibility: hidden;
|
|
20330
20359
|
backface-visibility: hidden;
|
|
20331
20360
|
overflow-y: auto;
|
|
20332
|
-
}.v-divider {
|
|
20333
|
-
display: block;
|
|
20334
|
-
flex: 1 1 100%;
|
|
20335
|
-
height: 0px;
|
|
20336
|
-
max-height: 0px;
|
|
20337
|
-
opacity: var(--v-border-opacity);
|
|
20338
|
-
transition: inherit;
|
|
20339
|
-
border-style: solid;
|
|
20340
|
-
border-width: thin 0 0 0;
|
|
20341
|
-
}
|
|
20342
|
-
.v-divider--vertical {
|
|
20343
|
-
align-self: stretch;
|
|
20344
|
-
border-width: 0 thin 0 0;
|
|
20345
|
-
display: inline-flex;
|
|
20346
|
-
height: inherit;
|
|
20347
|
-
margin-left: -1px;
|
|
20348
|
-
max-height: 100%;
|
|
20349
|
-
max-width: 0px;
|
|
20350
|
-
vertical-align: text-bottom;
|
|
20351
|
-
width: 0px;
|
|
20352
|
-
}
|
|
20353
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20354
|
-
max-width: calc(100% - 72px);
|
|
20355
|
-
margin-inline-start: 72px;
|
|
20356
|
-
}
|
|
20357
|
-
.v-divider--inset.v-divider--vertical {
|
|
20358
|
-
margin-bottom: 8px;
|
|
20359
|
-
margin-top: 8px;
|
|
20360
|
-
max-height: calc(100% - 16px);
|
|
20361
20361
|
}.v-expansion-panel {
|
|
20362
20362
|
background-color: rgb(var(--v-theme-surface));
|
|
20363
20363
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -21136,7 +21136,27 @@ textarea.v-field__input::placeholder {
|
|
|
21136
21136
|
opacity: 0;
|
|
21137
21137
|
}
|
|
21138
21138
|
|
|
21139
|
-
/* endregion */.v-
|
|
21139
|
+
/* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21140
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21141
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21142
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21143
|
+
top: 0px;
|
|
21144
|
+
}
|
|
21145
|
+
.v-file-input input[type=file] {
|
|
21146
|
+
height: 100%;
|
|
21147
|
+
left: 0;
|
|
21148
|
+
opacity: 0;
|
|
21149
|
+
position: absolute;
|
|
21150
|
+
top: 0;
|
|
21151
|
+
width: 100%;
|
|
21152
|
+
z-index: 1;
|
|
21153
|
+
}
|
|
21154
|
+
.v-file-input .v-input__details {
|
|
21155
|
+
padding-inline: 16px;
|
|
21156
|
+
}
|
|
21157
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21158
|
+
padding-inline: 0;
|
|
21159
|
+
}.v-footer {
|
|
21140
21160
|
align-items: center;
|
|
21141
21161
|
display: flex;
|
|
21142
21162
|
flex: 1 1 auto;
|
|
@@ -21164,26 +21184,6 @@ textarea.v-field__input::placeholder {
|
|
|
21164
21184
|
}
|
|
21165
21185
|
.v-footer--rounded {
|
|
21166
21186
|
border-radius: 4px;
|
|
21167
|
-
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21168
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21169
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21170
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21171
|
-
top: 0px;
|
|
21172
|
-
}
|
|
21173
|
-
.v-file-input input[type=file] {
|
|
21174
|
-
height: 100%;
|
|
21175
|
-
left: 0;
|
|
21176
|
-
opacity: 0;
|
|
21177
|
-
position: absolute;
|
|
21178
|
-
top: 0;
|
|
21179
|
-
width: 100%;
|
|
21180
|
-
z-index: 1;
|
|
21181
|
-
}
|
|
21182
|
-
.v-file-input .v-input__details {
|
|
21183
|
-
padding-inline: 16px;
|
|
21184
|
-
}
|
|
21185
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21186
|
-
padding-inline: 0;
|
|
21187
21187
|
}.v-icon {
|
|
21188
21188
|
--v-icon-size-multiplier: 1;
|
|
21189
21189
|
align-items: center;
|
|
@@ -21436,11 +21436,6 @@ textarea.v-field__input::placeholder {
|
|
|
21436
21436
|
|
|
21437
21437
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21438
21438
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21439
|
-
}.v-item-group {
|
|
21440
|
-
flex: 0 1 auto;
|
|
21441
|
-
max-width: 100%;
|
|
21442
|
-
position: relative;
|
|
21443
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21444
21439
|
}.v-label {
|
|
21445
21440
|
align-items: center;
|
|
21446
21441
|
color: inherit;
|
|
@@ -22025,19 +22020,6 @@ textarea.v-field__input::placeholder {
|
|
|
22025
22020
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22026
22021
|
}.v-locale-provider {
|
|
22027
22022
|
display: contents;
|
|
22028
|
-
}.v-menu > .v-overlay__content {
|
|
22029
|
-
display: flex;
|
|
22030
|
-
flex-direction: column;
|
|
22031
|
-
border-radius: 4px;
|
|
22032
|
-
}
|
|
22033
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
22034
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
22035
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
22036
|
-
background: rgb(var(--v-theme-surface));
|
|
22037
|
-
border-radius: inherit;
|
|
22038
|
-
overflow: auto;
|
|
22039
|
-
height: 100%;
|
|
22040
|
-
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));
|
|
22041
22023
|
}.v-main {
|
|
22042
22024
|
flex: 1 0 auto;
|
|
22043
22025
|
max-width: 100%;
|
|
@@ -22066,6 +22048,19 @@ textarea.v-field__input::placeholder {
|
|
|
22066
22048
|
--v-layout-right: 0px;
|
|
22067
22049
|
--v-layout-top: 0px;
|
|
22068
22050
|
--v-layout-bottom: 0px;
|
|
22051
|
+
}.v-menu > .v-overlay__content {
|
|
22052
|
+
display: flex;
|
|
22053
|
+
flex-direction: column;
|
|
22054
|
+
border-radius: 4px;
|
|
22055
|
+
}
|
|
22056
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22057
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22058
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22059
|
+
background: rgb(var(--v-theme-surface));
|
|
22060
|
+
border-radius: inherit;
|
|
22061
|
+
overflow: auto;
|
|
22062
|
+
height: 100%;
|
|
22063
|
+
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));
|
|
22069
22064
|
}.v-messages {
|
|
22070
22065
|
flex: 1 1 auto;
|
|
22071
22066
|
font-size: 12px;
|
|
@@ -22307,12 +22302,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22307
22302
|
}
|
|
22308
22303
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22309
22304
|
margin: 0.3rem;
|
|
22310
|
-
}.v-parallax {
|
|
22311
|
-
position: relative;
|
|
22312
|
-
overflow: hidden;
|
|
22313
|
-
}
|
|
22314
|
-
.v-parallax--active > .v-img__img {
|
|
22315
|
-
will-change: transform;
|
|
22316
22305
|
}.v-progress-circular {
|
|
22317
22306
|
align-items: center;
|
|
22318
22307
|
display: inline-flex;
|
|
@@ -22415,6 +22404,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22415
22404
|
100% {
|
|
22416
22405
|
transform: rotate(270deg);
|
|
22417
22406
|
}
|
|
22407
|
+
}.v-parallax {
|
|
22408
|
+
position: relative;
|
|
22409
|
+
overflow: hidden;
|
|
22410
|
+
}
|
|
22411
|
+
.v-parallax--active > .v-img__img {
|
|
22412
|
+
will-change: transform;
|
|
22418
22413
|
}.v-progress-linear {
|
|
22419
22414
|
background: transparent;
|
|
22420
22415
|
overflow: hidden;
|
|
@@ -22694,6 +22689,32 @@ html.v-overlay-scroll-blocked {
|
|
|
22694
22689
|
|
|
22695
22690
|
.v-slider__label {
|
|
22696
22691
|
margin-inline-end: 12px;
|
|
22692
|
+
}.v-responsive {
|
|
22693
|
+
display: flex;
|
|
22694
|
+
flex: 1 0 auto;
|
|
22695
|
+
max-height: 100%;
|
|
22696
|
+
max-width: 100%;
|
|
22697
|
+
overflow: hidden;
|
|
22698
|
+
position: relative;
|
|
22699
|
+
}
|
|
22700
|
+
.v-responsive--inline {
|
|
22701
|
+
display: inline-flex;
|
|
22702
|
+
flex: 0 0 auto;
|
|
22703
|
+
}
|
|
22704
|
+
|
|
22705
|
+
.v-responsive__content {
|
|
22706
|
+
flex: 1 0 0px;
|
|
22707
|
+
max-width: 100%;
|
|
22708
|
+
}
|
|
22709
|
+
|
|
22710
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
22711
|
+
margin-inline-start: -100%;
|
|
22712
|
+
}
|
|
22713
|
+
|
|
22714
|
+
.v-responsive__sizer {
|
|
22715
|
+
flex: 1 0 0px;
|
|
22716
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22717
|
+
pointer-events: none;
|
|
22697
22718
|
}.v-rating {
|
|
22698
22719
|
max-width: 100%;
|
|
22699
22720
|
display: inline-flex;
|
|
@@ -22748,32 +22769,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22748
22769
|
opacity: 0;
|
|
22749
22770
|
position: absolute;
|
|
22750
22771
|
width: 0;
|
|
22751
|
-
}.v-responsive {
|
|
22752
|
-
display: flex;
|
|
22753
|
-
flex: 1 0 auto;
|
|
22754
|
-
max-height: 100%;
|
|
22755
|
-
max-width: 100%;
|
|
22756
|
-
overflow: hidden;
|
|
22757
|
-
position: relative;
|
|
22758
|
-
}
|
|
22759
|
-
.v-responsive--inline {
|
|
22760
|
-
display: inline-flex;
|
|
22761
|
-
flex: 0 0 auto;
|
|
22762
|
-
}
|
|
22763
|
-
|
|
22764
|
-
.v-responsive__content {
|
|
22765
|
-
flex: 1 0 0px;
|
|
22766
|
-
max-width: 100%;
|
|
22767
|
-
}
|
|
22768
|
-
|
|
22769
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
22770
|
-
margin-inline-start: -100%;
|
|
22771
|
-
}
|
|
22772
|
-
|
|
22773
|
-
.v-responsive__sizer {
|
|
22774
|
-
flex: 1 0 0px;
|
|
22775
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22776
|
-
pointer-events: none;
|
|
22777
22772
|
}.v-select .v-field .v-text-field__prefix,
|
|
22778
22773
|
.v-select .v-field .v-text-field__suffix,
|
|
22779
22774
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -23459,6 +23454,43 @@ html.v-overlay-scroll-blocked {
|
|
|
23459
23454
|
}
|
|
23460
23455
|
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23461
23456
|
display: none;
|
|
23457
|
+
}.v-system-bar {
|
|
23458
|
+
align-items: center;
|
|
23459
|
+
display: flex;
|
|
23460
|
+
flex: 1 1 auto;
|
|
23461
|
+
height: 24px;
|
|
23462
|
+
justify-content: flex-end;
|
|
23463
|
+
max-width: 100%;
|
|
23464
|
+
padding-inline: 8px;
|
|
23465
|
+
position: relative;
|
|
23466
|
+
text-align: end;
|
|
23467
|
+
width: 100%;
|
|
23468
|
+
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));
|
|
23469
|
+
background: rgba(var(--v-theme-surface-light));
|
|
23470
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23471
|
+
font-size: 0.75rem;
|
|
23472
|
+
font-weight: 400;
|
|
23473
|
+
letter-spacing: 0.0333333333em;
|
|
23474
|
+
line-height: 1.25rem;
|
|
23475
|
+
text-transform: none;
|
|
23476
|
+
}
|
|
23477
|
+
.v-system-bar .v-icon {
|
|
23478
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23479
|
+
}
|
|
23480
|
+
.v-system-bar--absolute {
|
|
23481
|
+
position: absolute;
|
|
23482
|
+
}
|
|
23483
|
+
.v-system-bar--fixed {
|
|
23484
|
+
position: fixed;
|
|
23485
|
+
}
|
|
23486
|
+
.v-system-bar--rounded {
|
|
23487
|
+
border-radius: 0;
|
|
23488
|
+
}
|
|
23489
|
+
.v-system-bar--window {
|
|
23490
|
+
height: 32px;
|
|
23491
|
+
}
|
|
23492
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23493
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23462
23494
|
}.v-switch .v-label {
|
|
23463
23495
|
padding-inline-start: 10px;
|
|
23464
23496
|
}
|
|
@@ -23577,43 +23609,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23577
23609
|
}
|
|
23578
23610
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23579
23611
|
width: auto;
|
|
23580
|
-
}.v-system-bar {
|
|
23581
|
-
align-items: center;
|
|
23582
|
-
display: flex;
|
|
23583
|
-
flex: 1 1 auto;
|
|
23584
|
-
height: 24px;
|
|
23585
|
-
justify-content: flex-end;
|
|
23586
|
-
max-width: 100%;
|
|
23587
|
-
padding-inline: 8px;
|
|
23588
|
-
position: relative;
|
|
23589
|
-
text-align: end;
|
|
23590
|
-
width: 100%;
|
|
23591
|
-
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));
|
|
23592
|
-
background: rgba(var(--v-theme-surface-light));
|
|
23593
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23594
|
-
font-size: 0.75rem;
|
|
23595
|
-
font-weight: 400;
|
|
23596
|
-
letter-spacing: 0.0333333333em;
|
|
23597
|
-
line-height: 1.25rem;
|
|
23598
|
-
text-transform: none;
|
|
23599
|
-
}
|
|
23600
|
-
.v-system-bar .v-icon {
|
|
23601
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23602
|
-
}
|
|
23603
|
-
.v-system-bar--absolute {
|
|
23604
|
-
position: absolute;
|
|
23605
|
-
}
|
|
23606
|
-
.v-system-bar--fixed {
|
|
23607
|
-
position: fixed;
|
|
23608
|
-
}
|
|
23609
|
-
.v-system-bar--rounded {
|
|
23610
|
-
border-radius: 0;
|
|
23611
|
-
}
|
|
23612
|
-
.v-system-bar--window {
|
|
23613
|
-
height: 32px;
|
|
23614
|
-
}
|
|
23615
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23616
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23617
23612
|
}.v-tabs {
|
|
23618
23613
|
display: flex;
|
|
23619
23614
|
height: var(--v-tabs-height);
|
|
@@ -23847,45 +23842,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23847
23842
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23848
23843
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23849
23844
|
border-top: 0px !important;
|
|
23850
|
-
}.v-textarea .v-field {
|
|
23851
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
23852
|
-
}
|
|
23853
|
-
.v-textarea .v-field__field {
|
|
23854
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
23855
|
-
}
|
|
23856
|
-
.v-textarea .v-field__input {
|
|
23857
|
-
flex: 1 1 auto;
|
|
23858
|
-
outline: none;
|
|
23859
|
-
-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));
|
|
23860
|
-
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));
|
|
23861
|
-
}
|
|
23862
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23863
|
-
visibility: hidden;
|
|
23864
|
-
position: absolute;
|
|
23865
|
-
top: 0;
|
|
23866
|
-
left: 0;
|
|
23867
|
-
height: 0 !important;
|
|
23868
|
-
min-height: 0 !important;
|
|
23869
|
-
pointer-events: none;
|
|
23870
|
-
}
|
|
23871
|
-
.v-textarea--no-resize .v-field__input {
|
|
23872
|
-
resize: none;
|
|
23873
|
-
}
|
|
23874
|
-
.v-textarea .v-field--no-label textarea,
|
|
23875
|
-
.v-textarea .v-field--active textarea {
|
|
23876
|
-
opacity: 1;
|
|
23877
|
-
}
|
|
23878
|
-
.v-textarea textarea {
|
|
23879
|
-
opacity: 0;
|
|
23880
|
-
flex: 1;
|
|
23881
|
-
min-width: 0;
|
|
23882
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23883
|
-
}
|
|
23884
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23885
|
-
outline: none;
|
|
23886
|
-
}
|
|
23887
|
-
.v-textarea textarea:invalid {
|
|
23888
|
-
box-shadow: none;
|
|
23889
23845
|
}/* region BLOCK */
|
|
23890
23846
|
.v-text-field input {
|
|
23891
23847
|
color: inherit;
|
|
@@ -23953,7 +23909,46 @@ html.v-overlay-scroll-blocked {
|
|
|
23953
23909
|
padding-inline-end: var(--v-field-padding-end);
|
|
23954
23910
|
}
|
|
23955
23911
|
|
|
23956
|
-
/* endregion */.v-
|
|
23912
|
+
/* endregion */.v-textarea .v-field {
|
|
23913
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
23914
|
+
}
|
|
23915
|
+
.v-textarea .v-field__field {
|
|
23916
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
23917
|
+
}
|
|
23918
|
+
.v-textarea .v-field__input {
|
|
23919
|
+
flex: 1 1 auto;
|
|
23920
|
+
outline: none;
|
|
23921
|
+
-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));
|
|
23922
|
+
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));
|
|
23923
|
+
}
|
|
23924
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23925
|
+
visibility: hidden;
|
|
23926
|
+
position: absolute;
|
|
23927
|
+
top: 0;
|
|
23928
|
+
left: 0;
|
|
23929
|
+
height: 0 !important;
|
|
23930
|
+
min-height: 0 !important;
|
|
23931
|
+
pointer-events: none;
|
|
23932
|
+
}
|
|
23933
|
+
.v-textarea--no-resize .v-field__input {
|
|
23934
|
+
resize: none;
|
|
23935
|
+
}
|
|
23936
|
+
.v-textarea .v-field--no-label textarea,
|
|
23937
|
+
.v-textarea .v-field--active textarea {
|
|
23938
|
+
opacity: 1;
|
|
23939
|
+
}
|
|
23940
|
+
.v-textarea textarea {
|
|
23941
|
+
opacity: 0;
|
|
23942
|
+
flex: 1;
|
|
23943
|
+
min-width: 0;
|
|
23944
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23945
|
+
}
|
|
23946
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23947
|
+
outline: none;
|
|
23948
|
+
}
|
|
23949
|
+
.v-textarea textarea:invalid {
|
|
23950
|
+
box-shadow: none;
|
|
23951
|
+
}.v-theme-provider {
|
|
23957
23952
|
background: rgb(var(--v-theme-background));
|
|
23958
23953
|
color: rgb(var(--v-theme-on-background));
|
|
23959
23954
|
}.v-timeline .v-timeline-divider__dot {
|
|
@@ -24601,34 +24596,11 @@ html.v-overlay-scroll-blocked {
|
|
|
24601
24596
|
}
|
|
24602
24597
|
.v-window-y-reverse-transition-leave-to {
|
|
24603
24598
|
transform: translateY(100%);
|
|
24604
|
-
}.v-
|
|
24605
|
-
|
|
24606
|
-
|
|
24607
|
-
|
|
24608
|
-
|
|
24609
|
-
.v-color-picker-edit__input {
|
|
24610
|
-
width: 100%;
|
|
24611
|
-
display: flex;
|
|
24612
|
-
flex-wrap: wrap;
|
|
24613
|
-
justify-content: center;
|
|
24614
|
-
text-align: center;
|
|
24615
|
-
}
|
|
24616
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
24617
|
-
margin-inline-end: 8px;
|
|
24618
|
-
}
|
|
24619
|
-
.v-color-picker-edit__input input {
|
|
24620
|
-
border-radius: 4px;
|
|
24621
|
-
margin-bottom: 8px;
|
|
24622
|
-
min-width: 0;
|
|
24623
|
-
outline: none;
|
|
24624
|
-
text-align: center;
|
|
24625
|
-
width: 100%;
|
|
24626
|
-
height: 32px;
|
|
24627
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24628
|
-
color: rgba(var(--v-theme-on-surface));
|
|
24629
|
-
}
|
|
24630
|
-
.v-color-picker-edit__input span {
|
|
24631
|
-
font-size: 0.75rem;
|
|
24599
|
+
}.v-item-group {
|
|
24600
|
+
flex: 0 1 auto;
|
|
24601
|
+
max-width: 100%;
|
|
24602
|
+
position: relative;
|
|
24603
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24632
24604
|
}.v-color-picker-canvas {
|
|
24633
24605
|
display: flex;
|
|
24634
24606
|
position: relative;
|
|
@@ -24756,6 +24728,34 @@ html.v-overlay-scroll-blocked {
|
|
|
24756
24728
|
justify-content: center;
|
|
24757
24729
|
width: 100%;
|
|
24758
24730
|
height: 100%;
|
|
24731
|
+
}.v-color-picker-edit {
|
|
24732
|
+
display: flex;
|
|
24733
|
+
margin-top: 24px;
|
|
24734
|
+
}
|
|
24735
|
+
|
|
24736
|
+
.v-color-picker-edit__input {
|
|
24737
|
+
width: 100%;
|
|
24738
|
+
display: flex;
|
|
24739
|
+
flex-wrap: wrap;
|
|
24740
|
+
justify-content: center;
|
|
24741
|
+
text-align: center;
|
|
24742
|
+
}
|
|
24743
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
24744
|
+
margin-inline-end: 8px;
|
|
24745
|
+
}
|
|
24746
|
+
.v-color-picker-edit__input input {
|
|
24747
|
+
border-radius: 4px;
|
|
24748
|
+
margin-bottom: 8px;
|
|
24749
|
+
min-width: 0;
|
|
24750
|
+
outline: none;
|
|
24751
|
+
text-align: center;
|
|
24752
|
+
width: 100%;
|
|
24753
|
+
height: 32px;
|
|
24754
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
24755
|
+
color: rgba(var(--v-theme-on-surface));
|
|
24756
|
+
}
|
|
24757
|
+
.v-color-picker-edit__input span {
|
|
24758
|
+
font-size: 0.75rem;
|
|
24759
24759
|
}.v-picker.v-sheet {
|
|
24760
24760
|
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));
|
|
24761
24761
|
border-radius: 4px;
|
|
@@ -24770,6 +24770,8 @@ html.v-overlay-scroll-blocked {
|
|
|
24770
24770
|
|
|
24771
24771
|
.v-picker__body {
|
|
24772
24772
|
grid-area: body;
|
|
24773
|
+
overflow: hidden;
|
|
24774
|
+
position: relative;
|
|
24773
24775
|
}
|
|
24774
24776
|
|
|
24775
24777
|
.v-picker__header {
|