@vuetify/nightly 3.6.6-master.2024-05-17 → 3.6.7-master.2024-05-22
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 +2 -13
- package/dist/json/attributes.json +42 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +107 -10
- package/dist/vuetify-labs.css +2242 -2236
- package/dist/vuetify-labs.d.ts +93 -12
- package/dist/vuetify-labs.esm.js +54 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +54 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +669 -663
- package/dist/vuetify.d.ts +133 -52
- package/dist/vuetify.esm.js +52 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +52 -27
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +103 -101
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +4 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +4 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +4 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +63 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -6
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -1
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VList/VListChildren.mjs +2 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/index.d.mts +87 -6
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/dimensions.mjs +16 -8
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/VCalendar.mjs +2 -2
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/components.d.mts +6 -6
- package/lib/locale/fa.mjs +10 -10
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/util/helpers.mjs +2 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.7-master.2024-05-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17396,18 +17396,6 @@ html.overflow-y-hidden {
|
|
17396
17396
|
min-height: 100vh;
|
17397
17397
|
min-height: 100dvh;
|
17398
17398
|
position: relative;
|
17399
|
-
}.v-app-bar {
|
17400
|
-
display: flex;
|
17401
|
-
}
|
17402
|
-
.v-app-bar.v-toolbar {
|
17403
|
-
background: rgb(var(--v-theme-surface));
|
17404
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17405
|
-
}
|
17406
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17407
|
-
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));
|
17408
|
-
}
|
17409
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
17410
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
17411
17399
|
}.v-alert {
|
17412
17400
|
display: grid;
|
17413
17401
|
flex: 1 1;
|
@@ -17620,6 +17608,99 @@ html.overflow-y-hidden {
|
|
17620
17608
|
text-transform: none;
|
17621
17609
|
word-break: normal;
|
17622
17610
|
word-wrap: break-word;
|
17611
|
+
}.v-app-bar {
|
17612
|
+
display: flex;
|
17613
|
+
}
|
17614
|
+
.v-app-bar.v-toolbar {
|
17615
|
+
background: rgb(var(--v-theme-surface));
|
17616
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17617
|
+
}
|
17618
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17619
|
+
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));
|
17620
|
+
}
|
17621
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
17622
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
17623
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
17624
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
17625
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17626
|
+
cursor: text;
|
17627
|
+
}
|
17628
|
+
.v-autocomplete .v-field .v-field__input > input {
|
17629
|
+
flex: 1 1;
|
17630
|
+
}
|
17631
|
+
.v-autocomplete .v-field input {
|
17632
|
+
min-width: 64px;
|
17633
|
+
}
|
17634
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17635
|
+
min-width: 0;
|
17636
|
+
}
|
17637
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17638
|
+
margin-inline-end: 2px;
|
17639
|
+
}
|
17640
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
17641
|
+
overflow: hidden;
|
17642
|
+
text-overflow: ellipsis;
|
17643
|
+
white-space: nowrap;
|
17644
|
+
}
|
17645
|
+
|
17646
|
+
.v-autocomplete__content {
|
17647
|
+
overflow: hidden;
|
17648
|
+
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));
|
17649
|
+
border-radius: 4px;
|
17650
|
+
}
|
17651
|
+
.v-autocomplete__mask {
|
17652
|
+
background: rgb(var(--v-theme-surface-light));
|
17653
|
+
}
|
17654
|
+
.v-autocomplete__selection {
|
17655
|
+
display: inline-flex;
|
17656
|
+
align-items: center;
|
17657
|
+
height: 1.5rem;
|
17658
|
+
letter-spacing: inherit;
|
17659
|
+
line-height: inherit;
|
17660
|
+
max-width: calc(100% - 2px - 2px);
|
17661
|
+
}
|
17662
|
+
.v-autocomplete__selection:first-child {
|
17663
|
+
margin-inline-start: 0;
|
17664
|
+
}
|
17665
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17666
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17667
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17668
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17669
|
+
top: 0px;
|
17670
|
+
}
|
17671
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17672
|
+
opacity: var(--v-medium-emphasis-opacity);
|
17673
|
+
}
|
17674
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17675
|
+
opacity: 1;
|
17676
|
+
}
|
17677
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
17678
|
+
caret-color: transparent;
|
17679
|
+
}
|
17680
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17681
|
+
flex: 1 1;
|
17682
|
+
position: absolute;
|
17683
|
+
left: 0;
|
17684
|
+
right: 0;
|
17685
|
+
width: 100%;
|
17686
|
+
padding-inline: inherit;
|
17687
|
+
}
|
17688
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17689
|
+
transition: none;
|
17690
|
+
}
|
17691
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17692
|
+
opacity: 0;
|
17693
|
+
}
|
17694
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17695
|
+
opacity: 0;
|
17696
|
+
}
|
17697
|
+
.v-autocomplete__menu-icon {
|
17698
|
+
margin-inline-start: 4px;
|
17699
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17700
|
+
}
|
17701
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17702
|
+
opacity: var(--v-high-emphasis-opacity);
|
17703
|
+
transform: rotate(180deg);
|
17623
17704
|
}.v-avatar {
|
17624
17705
|
flex: none;
|
17625
17706
|
align-items: center;
|
@@ -17715,87 +17796,6 @@ html.overflow-y-hidden {
|
|
17715
17796
|
.v-avatar .v-img {
|
17716
17797
|
height: 100%;
|
17717
17798
|
width: 100%;
|
17718
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
17719
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
17720
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17721
|
-
cursor: text;
|
17722
|
-
}
|
17723
|
-
.v-autocomplete .v-field .v-field__input > input {
|
17724
|
-
flex: 1 1;
|
17725
|
-
}
|
17726
|
-
.v-autocomplete .v-field input {
|
17727
|
-
min-width: 64px;
|
17728
|
-
}
|
17729
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17730
|
-
min-width: 0;
|
17731
|
-
}
|
17732
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17733
|
-
margin-inline-end: 2px;
|
17734
|
-
}
|
17735
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
17736
|
-
overflow: hidden;
|
17737
|
-
text-overflow: ellipsis;
|
17738
|
-
white-space: nowrap;
|
17739
|
-
}
|
17740
|
-
|
17741
|
-
.v-autocomplete__content {
|
17742
|
-
overflow: hidden;
|
17743
|
-
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));
|
17744
|
-
border-radius: 4px;
|
17745
|
-
}
|
17746
|
-
.v-autocomplete__mask {
|
17747
|
-
background: rgb(var(--v-theme-surface-light));
|
17748
|
-
}
|
17749
|
-
.v-autocomplete__selection {
|
17750
|
-
display: inline-flex;
|
17751
|
-
align-items: center;
|
17752
|
-
height: 1.5rem;
|
17753
|
-
letter-spacing: inherit;
|
17754
|
-
line-height: inherit;
|
17755
|
-
max-width: calc(100% - 2px - 2px);
|
17756
|
-
}
|
17757
|
-
.v-autocomplete__selection:first-child {
|
17758
|
-
margin-inline-start: 0;
|
17759
|
-
}
|
17760
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17761
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17762
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17763
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17764
|
-
top: 0px;
|
17765
|
-
}
|
17766
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17767
|
-
opacity: var(--v-medium-emphasis-opacity);
|
17768
|
-
}
|
17769
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17770
|
-
opacity: 1;
|
17771
|
-
}
|
17772
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
17773
|
-
caret-color: transparent;
|
17774
|
-
}
|
17775
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17776
|
-
flex: 1 1;
|
17777
|
-
position: absolute;
|
17778
|
-
left: 0;
|
17779
|
-
right: 0;
|
17780
|
-
width: 100%;
|
17781
|
-
padding-inline: inherit;
|
17782
|
-
}
|
17783
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17784
|
-
transition: none;
|
17785
|
-
}
|
17786
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17787
|
-
opacity: 0;
|
17788
|
-
}
|
17789
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17790
|
-
opacity: 0;
|
17791
|
-
}
|
17792
|
-
.v-autocomplete__menu-icon {
|
17793
|
-
margin-inline-start: 4px;
|
17794
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17795
|
-
}
|
17796
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17797
|
-
opacity: var(--v-high-emphasis-opacity);
|
17798
|
-
transform: rotate(180deg);
|
17799
17799
|
}.v-badge {
|
17800
17800
|
display: inline-block;
|
17801
17801
|
line-height: 1;
|
@@ -18079,6 +18079,38 @@ html.overflow-y-hidden {
|
|
18079
18079
|
}
|
18080
18080
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18081
18081
|
transform: translateY(0.5rem);
|
18082
|
+
}.bottom-sheet-transition-enter-from {
|
18083
|
+
transform: translateY(100%);
|
18084
|
+
}
|
18085
|
+
.bottom-sheet-transition-leave-to {
|
18086
|
+
transform: translateY(100%);
|
18087
|
+
}
|
18088
|
+
|
18089
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18090
|
+
align-self: flex-end;
|
18091
|
+
border-radius: 0;
|
18092
|
+
flex: 0 1 auto;
|
18093
|
+
left: 0;
|
18094
|
+
right: 0;
|
18095
|
+
margin-inline: 0;
|
18096
|
+
margin-bottom: 0;
|
18097
|
+
transition-duration: 0.2s;
|
18098
|
+
width: 100%;
|
18099
|
+
max-width: 100%;
|
18100
|
+
overflow: visible;
|
18101
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18102
|
+
}
|
18103
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18104
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18105
|
+
border-radius: 0;
|
18106
|
+
}
|
18107
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18108
|
+
max-width: none;
|
18109
|
+
}
|
18110
|
+
@media (min-width: 600px) {
|
18111
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18112
|
+
max-width: 70%;
|
18113
|
+
}
|
18082
18114
|
}.v-breadcrumbs {
|
18083
18115
|
display: flex;
|
18084
18116
|
align-items: center;
|
@@ -18136,38 +18168,62 @@ html.overflow-y-hidden {
|
|
18136
18168
|
display: inline-block;
|
18137
18169
|
padding: 0 8px;
|
18138
18170
|
vertical-align: middle;
|
18139
|
-
}.
|
18140
|
-
|
18171
|
+
}.v-btn-group {
|
18172
|
+
display: inline-flex;
|
18173
|
+
flex-wrap: nowrap;
|
18174
|
+
max-width: 100%;
|
18175
|
+
min-width: 0;
|
18176
|
+
overflow: hidden;
|
18177
|
+
vertical-align: middle;
|
18178
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18179
|
+
border-style: solid;
|
18180
|
+
border-width: 0;
|
18181
|
+
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));
|
18182
|
+
border-radius: 4px;
|
18183
|
+
background: transparent;
|
18184
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18141
18185
|
}
|
18142
|
-
.
|
18143
|
-
|
18186
|
+
.v-btn-group--border {
|
18187
|
+
border-width: thin;
|
18188
|
+
box-shadow: none;
|
18189
|
+
}
|
18190
|
+
.v-btn-group--density-default.v-btn-group {
|
18191
|
+
height: 48px;
|
18144
18192
|
}
|
18145
18193
|
|
18146
|
-
.v-
|
18147
|
-
|
18194
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
18195
|
+
height: 40px;
|
18196
|
+
}
|
18197
|
+
|
18198
|
+
.v-btn-group--density-compact.v-btn-group {
|
18199
|
+
height: 36px;
|
18200
|
+
}
|
18201
|
+
|
18202
|
+
.v-btn-group .v-btn {
|
18148
18203
|
border-radius: 0;
|
18149
|
-
|
18150
|
-
left: 0;
|
18151
|
-
right: 0;
|
18152
|
-
margin-inline: 0;
|
18153
|
-
margin-bottom: 0;
|
18154
|
-
transition-duration: 0.2s;
|
18155
|
-
width: 100%;
|
18156
|
-
max-width: 100%;
|
18157
|
-
overflow: visible;
|
18158
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18204
|
+
border-color: inherit;
|
18159
18205
|
}
|
18160
|
-
.v-
|
18161
|
-
|
18162
|
-
border-radius: 0;
|
18206
|
+
.v-btn-group .v-btn:not(:last-child) {
|
18207
|
+
border-inline-end: none;
|
18163
18208
|
}
|
18164
|
-
.v-
|
18165
|
-
|
18209
|
+
.v-btn-group .v-btn:not(:first-child) {
|
18210
|
+
border-inline-start: none;
|
18166
18211
|
}
|
18167
|
-
|
18168
|
-
|
18169
|
-
|
18170
|
-
|
18212
|
+
.v-btn-group .v-btn:first-child {
|
18213
|
+
border-start-start-radius: inherit;
|
18214
|
+
border-end-start-radius: inherit;
|
18215
|
+
}
|
18216
|
+
.v-btn-group .v-btn:last-child {
|
18217
|
+
border-start-end-radius: inherit;
|
18218
|
+
border-end-end-radius: inherit;
|
18219
|
+
}
|
18220
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
18221
|
+
border-inline-end-width: thin;
|
18222
|
+
border-inline-end-style: solid;
|
18223
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18224
|
+
}
|
18225
|
+
.v-btn-group--tile {
|
18226
|
+
border-radius: 0;
|
18171
18227
|
}.v-btn {
|
18172
18228
|
align-items: center;
|
18173
18229
|
border-radius: 4px;
|
@@ -18586,62 +18642,6 @@ html.overflow-y-hidden {
|
|
18586
18642
|
}
|
18587
18643
|
.v-pagination__item--is-active .v-btn__overlay {
|
18588
18644
|
opacity: var(--v-border-opacity);
|
18589
|
-
}.v-btn-group {
|
18590
|
-
display: inline-flex;
|
18591
|
-
flex-wrap: nowrap;
|
18592
|
-
max-width: 100%;
|
18593
|
-
min-width: 0;
|
18594
|
-
overflow: hidden;
|
18595
|
-
vertical-align: middle;
|
18596
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18597
|
-
border-style: solid;
|
18598
|
-
border-width: 0;
|
18599
|
-
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));
|
18600
|
-
border-radius: 4px;
|
18601
|
-
background: transparent;
|
18602
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18603
|
-
}
|
18604
|
-
.v-btn-group--border {
|
18605
|
-
border-width: thin;
|
18606
|
-
box-shadow: none;
|
18607
|
-
}
|
18608
|
-
.v-btn-group--density-default.v-btn-group {
|
18609
|
-
height: 48px;
|
18610
|
-
}
|
18611
|
-
|
18612
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
18613
|
-
height: 40px;
|
18614
|
-
}
|
18615
|
-
|
18616
|
-
.v-btn-group--density-compact.v-btn-group {
|
18617
|
-
height: 36px;
|
18618
|
-
}
|
18619
|
-
|
18620
|
-
.v-btn-group .v-btn {
|
18621
|
-
border-radius: 0;
|
18622
|
-
border-color: inherit;
|
18623
|
-
}
|
18624
|
-
.v-btn-group .v-btn:not(:last-child) {
|
18625
|
-
border-inline-end: none;
|
18626
|
-
}
|
18627
|
-
.v-btn-group .v-btn:not(:first-child) {
|
18628
|
-
border-inline-start: none;
|
18629
|
-
}
|
18630
|
-
.v-btn-group .v-btn:first-child {
|
18631
|
-
border-start-start-radius: inherit;
|
18632
|
-
border-end-start-radius: inherit;
|
18633
|
-
}
|
18634
|
-
.v-btn-group .v-btn:last-child {
|
18635
|
-
border-start-end-radius: inherit;
|
18636
|
-
border-end-end-radius: inherit;
|
18637
|
-
}
|
18638
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
18639
|
-
border-inline-end-width: thin;
|
18640
|
-
border-inline-end-style: solid;
|
18641
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18642
|
-
}
|
18643
|
-
.v-btn-group--tile {
|
18644
|
-
border-radius: 0;
|
18645
18645
|
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18646
18646
|
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18647
18647
|
}
|
@@ -20312,6 +20312,11 @@ html.overflow-y-hidden {
|
|
20312
20312
|
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
20313
20313
|
opacity: 0.5;
|
20314
20314
|
}
|
20315
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
20316
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
20317
|
+
height: -moz-fit-content;
|
20318
|
+
height: fit-content;
|
20319
|
+
}
|
20315
20320
|
|
20316
20321
|
.v-data-table-column--fixed,
|
20317
20322
|
.v-data-table__th--sticky {
|
@@ -20443,62 +20448,6 @@ html.overflow-y-hidden {
|
|
20443
20448
|
}
|
20444
20449
|
.v-data-table-footer__page {
|
20445
20450
|
padding: 0 8px;
|
20446
|
-
}.v-date-picker-controls {
|
20447
|
-
display: flex;
|
20448
|
-
align-items: center;
|
20449
|
-
justify-content: space-between;
|
20450
|
-
font-size: 0.875rem;
|
20451
|
-
padding-top: 4px;
|
20452
|
-
padding-bottom: 4px;
|
20453
|
-
padding-inline-start: 6px;
|
20454
|
-
padding-inline-end: 12px;
|
20455
|
-
}
|
20456
|
-
.v-date-picker-controls > .v-btn:first-child {
|
20457
|
-
text-transform: none;
|
20458
|
-
font-weight: 400;
|
20459
|
-
line-height: initial;
|
20460
|
-
letter-spacing: initial;
|
20461
|
-
}
|
20462
|
-
.v-date-picker-controls--variant-classic {
|
20463
|
-
padding-inline-start: 12px;
|
20464
|
-
}
|
20465
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20466
|
-
opacity: 0.7;
|
20467
|
-
}
|
20468
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20469
|
-
cursor: pointer;
|
20470
|
-
}
|
20471
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20472
|
-
opacity: 1;
|
20473
|
-
}
|
20474
|
-
.v-date-picker-controls .v-btn:last-child {
|
20475
|
-
margin-inline-start: 4px;
|
20476
|
-
}
|
20477
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20478
|
-
transform: rotate(180deg);
|
20479
|
-
}
|
20480
|
-
|
20481
|
-
.v-date-picker-controls__date {
|
20482
|
-
margin-inline-end: 4px;
|
20483
|
-
}
|
20484
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20485
|
-
margin: auto;
|
20486
|
-
text-align: center;
|
20487
|
-
}
|
20488
|
-
|
20489
|
-
.v-date-picker-controls__month {
|
20490
|
-
display: flex;
|
20491
|
-
}
|
20492
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20493
|
-
flex-direction: row-reverse;
|
20494
|
-
}
|
20495
|
-
|
20496
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20497
|
-
flex: 1 0 auto;
|
20498
|
-
}
|
20499
|
-
|
20500
|
-
.v-date-picker__title {
|
20501
|
-
display: inline-block;
|
20502
20451
|
}.v-date-picker {
|
20503
20452
|
overflow: hidden;
|
20504
20453
|
width: 328px;
|
@@ -20560,6 +20509,62 @@ html.overflow-y-hidden {
|
|
20560
20509
|
|
20561
20510
|
.v-date-picker-month__day--hide-adjacent {
|
20562
20511
|
opacity: 0;
|
20512
|
+
}.v-date-picker-controls {
|
20513
|
+
display: flex;
|
20514
|
+
align-items: center;
|
20515
|
+
justify-content: space-between;
|
20516
|
+
font-size: 0.875rem;
|
20517
|
+
padding-top: 4px;
|
20518
|
+
padding-bottom: 4px;
|
20519
|
+
padding-inline-start: 6px;
|
20520
|
+
padding-inline-end: 12px;
|
20521
|
+
}
|
20522
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20523
|
+
text-transform: none;
|
20524
|
+
font-weight: 400;
|
20525
|
+
line-height: initial;
|
20526
|
+
letter-spacing: initial;
|
20527
|
+
}
|
20528
|
+
.v-date-picker-controls--variant-classic {
|
20529
|
+
padding-inline-start: 12px;
|
20530
|
+
}
|
20531
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20532
|
+
opacity: 0.7;
|
20533
|
+
}
|
20534
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20535
|
+
cursor: pointer;
|
20536
|
+
}
|
20537
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20538
|
+
opacity: 1;
|
20539
|
+
}
|
20540
|
+
.v-date-picker-controls .v-btn:last-child {
|
20541
|
+
margin-inline-start: 4px;
|
20542
|
+
}
|
20543
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20544
|
+
transform: rotate(180deg);
|
20545
|
+
}
|
20546
|
+
|
20547
|
+
.v-date-picker-controls__date {
|
20548
|
+
margin-inline-end: 4px;
|
20549
|
+
}
|
20550
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20551
|
+
margin: auto;
|
20552
|
+
text-align: center;
|
20553
|
+
}
|
20554
|
+
|
20555
|
+
.v-date-picker-controls__month {
|
20556
|
+
display: flex;
|
20557
|
+
}
|
20558
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20559
|
+
flex-direction: row-reverse;
|
20560
|
+
}
|
20561
|
+
|
20562
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20563
|
+
flex: 1 0 auto;
|
20564
|
+
}
|
20565
|
+
|
20566
|
+
.v-date-picker__title {
|
20567
|
+
display: inline-block;
|
20563
20568
|
}.v-date-picker-header {
|
20564
20569
|
align-items: flex-end;
|
20565
20570
|
height: 70px;
|
@@ -20620,21 +20625,6 @@ html.overflow-y-hidden {
|
|
20620
20625
|
.date-picker-header-reverse-transition-leave-to {
|
20621
20626
|
opacity: 0;
|
20622
20627
|
transform: translate(0, 100%);
|
20623
|
-
}.v-date-picker-years {
|
20624
|
-
height: 288px;
|
20625
|
-
overflow-y: scroll;
|
20626
|
-
}
|
20627
|
-
|
20628
|
-
.v-date-picker-years__content {
|
20629
|
-
display: grid;
|
20630
|
-
flex: 1 1;
|
20631
|
-
justify-content: space-around;
|
20632
|
-
grid-template-columns: repeat(3, 1fr);
|
20633
|
-
gap: 8px 24px;
|
20634
|
-
padding-inline: 32px;
|
20635
|
-
}
|
20636
|
-
.v-date-picker-years__content .v-btn {
|
20637
|
-
padding-inline: 8px;
|
20638
20628
|
}.v-date-picker-months {
|
20639
20629
|
height: 288px;
|
20640
20630
|
}
|
@@ -20654,6 +20644,21 @@ html.overflow-y-hidden {
|
|
20654
20644
|
text-transform: none;
|
20655
20645
|
padding-inline-start: 8px;
|
20656
20646
|
padding-inline-end: 8px;
|
20647
|
+
}.v-date-picker-years {
|
20648
|
+
height: 288px;
|
20649
|
+
overflow-y: scroll;
|
20650
|
+
}
|
20651
|
+
|
20652
|
+
.v-date-picker-years__content {
|
20653
|
+
display: grid;
|
20654
|
+
flex: 1 1;
|
20655
|
+
justify-content: space-around;
|
20656
|
+
grid-template-columns: repeat(3, 1fr);
|
20657
|
+
gap: 8px 24px;
|
20658
|
+
padding-inline: 32px;
|
20659
|
+
}
|
20660
|
+
.v-date-picker-years__content .v-btn {
|
20661
|
+
padding-inline: 8px;
|
20657
20662
|
}.v-dialog {
|
20658
20663
|
align-items: center;
|
20659
20664
|
justify-content: center;
|
@@ -20760,7 +20765,7 @@ html.overflow-y-hidden {
|
|
20760
20765
|
align-self: stretch;
|
20761
20766
|
border-width: 0 thin 0 0;
|
20762
20767
|
display: inline-flex;
|
20763
|
-
height:
|
20768
|
+
height: auto;
|
20764
20769
|
margin-left: -1px;
|
20765
20770
|
max-height: 100%;
|
20766
20771
|
max-width: 0px;
|
@@ -21144,6 +21149,7 @@ html.overflow-y-hidden {
|
|
21144
21149
|
right: 0;
|
21145
21150
|
}/* region INPUT */
|
21146
21151
|
.v-field {
|
21152
|
+
--v-theme-overlay-multiplier: 1;
|
21147
21153
|
display: grid;
|
21148
21154
|
grid-template-areas: "prepend-inner field clear append-inner";
|
21149
21155
|
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
@@ -22045,6 +22051,13 @@ textarea.v-field__input::placeholder {
|
|
22045
22051
|
|
22046
22052
|
.v-label--clickable {
|
22047
22053
|
cursor: pointer;
|
22054
|
+
}.v-layout-item {
|
22055
|
+
position: absolute;
|
22056
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22057
|
+
}
|
22058
|
+
|
22059
|
+
.v-layout-item--absolute {
|
22060
|
+
position: absolute;
|
22048
22061
|
}.v-layout {
|
22049
22062
|
--v-scrollbar-offset: 0px;
|
22050
22063
|
display: flex;
|
@@ -22053,13 +22066,6 @@ textarea.v-field__input::placeholder {
|
|
22053
22066
|
.v-layout--full-height {
|
22054
22067
|
--v-scrollbar-offset: inherit;
|
22055
22068
|
height: 100%;
|
22056
|
-
}.v-layout-item {
|
22057
|
-
position: absolute;
|
22058
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22059
|
-
}
|
22060
|
-
|
22061
|
-
.v-layout-item--absolute {
|
22062
|
-
position: absolute;
|
22063
22069
|
}.v-list {
|
22064
22070
|
overflow: auto;
|
22065
22071
|
padding: 8px 0;
|
@@ -22778,69 +22784,6 @@ textarea.v-field__input::placeholder {
|
|
22778
22784
|
.v-navigation-drawer__append {
|
22779
22785
|
flex: none;
|
22780
22786
|
overflow: hidden;
|
22781
|
-
}.v-overlay-container {
|
22782
|
-
contain: layout;
|
22783
|
-
left: 0;
|
22784
|
-
pointer-events: none;
|
22785
|
-
position: absolute;
|
22786
|
-
top: 0;
|
22787
|
-
display: contents;
|
22788
|
-
}
|
22789
|
-
|
22790
|
-
.v-overlay-scroll-blocked {
|
22791
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
22792
|
-
}
|
22793
|
-
.v-overlay-scroll-blocked:not(html) {
|
22794
|
-
overflow-y: hidden !important;
|
22795
|
-
}
|
22796
|
-
html.v-overlay-scroll-blocked {
|
22797
|
-
position: fixed;
|
22798
|
-
top: var(--v-body-scroll-y);
|
22799
|
-
left: var(--v-body-scroll-x);
|
22800
|
-
width: 100%;
|
22801
|
-
height: 100%;
|
22802
|
-
}
|
22803
|
-
|
22804
|
-
.v-overlay {
|
22805
|
-
border-radius: inherit;
|
22806
|
-
display: flex;
|
22807
|
-
left: 0;
|
22808
|
-
pointer-events: none;
|
22809
|
-
position: fixed;
|
22810
|
-
top: 0;
|
22811
|
-
bottom: 0;
|
22812
|
-
right: 0;
|
22813
|
-
}
|
22814
|
-
|
22815
|
-
.v-overlay__content {
|
22816
|
-
outline: none;
|
22817
|
-
position: absolute;
|
22818
|
-
pointer-events: auto;
|
22819
|
-
contain: layout;
|
22820
|
-
}
|
22821
|
-
|
22822
|
-
.v-overlay__scrim {
|
22823
|
-
pointer-events: auto;
|
22824
|
-
background: rgb(var(--v-theme-on-surface));
|
22825
|
-
border-radius: inherit;
|
22826
|
-
bottom: 0;
|
22827
|
-
left: 0;
|
22828
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
22829
|
-
position: fixed;
|
22830
|
-
right: 0;
|
22831
|
-
top: 0;
|
22832
|
-
}
|
22833
|
-
|
22834
|
-
.v-overlay--absolute {
|
22835
|
-
position: absolute;
|
22836
|
-
}
|
22837
|
-
|
22838
|
-
.v-overlay--contained .v-overlay__scrim {
|
22839
|
-
position: absolute;
|
22840
|
-
}
|
22841
|
-
|
22842
|
-
.v-overlay--scroll-blocked {
|
22843
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
22844
22787
|
}.v-otp-input {
|
22845
22788
|
border-radius: 4px;
|
22846
22789
|
align-items: center;
|
@@ -22897,12 +22840,6 @@ html.v-overlay-scroll-blocked {
|
|
22897
22840
|
}
|
22898
22841
|
.v-otp-input__loader .v-progress-linear {
|
22899
22842
|
position: absolute;
|
22900
|
-
}.v-parallax {
|
22901
|
-
position: relative;
|
22902
|
-
overflow: hidden;
|
22903
|
-
}
|
22904
|
-
.v-parallax--active > .v-img__img {
|
22905
|
-
will-change: transform;
|
22906
22843
|
}.v-pagination__list {
|
22907
22844
|
display: inline-flex;
|
22908
22845
|
list-style-type: none;
|
@@ -22911,108 +22848,75 @@ html.v-overlay-scroll-blocked {
|
|
22911
22848
|
}
|
22912
22849
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22913
22850
|
margin: 0.3rem;
|
22914
|
-
}.v-
|
22915
|
-
|
22916
|
-
|
22917
|
-
|
22918
|
-
position: relative;
|
22919
|
-
vertical-align: middle;
|
22920
|
-
}
|
22921
|
-
.v-progress-circular > svg {
|
22922
|
-
width: 100%;
|
22923
|
-
height: 100%;
|
22924
|
-
margin: auto;
|
22851
|
+
}.v-overlay-container {
|
22852
|
+
contain: layout;
|
22853
|
+
left: 0;
|
22854
|
+
pointer-events: none;
|
22925
22855
|
position: absolute;
|
22926
22856
|
top: 0;
|
22927
|
-
|
22928
|
-
left: 0;
|
22929
|
-
right: 0;
|
22930
|
-
z-index: 0;
|
22857
|
+
display: contents;
|
22931
22858
|
}
|
22932
22859
|
|
22933
|
-
.v-
|
22934
|
-
|
22935
|
-
display: flex;
|
22936
|
-
justify-content: center;
|
22860
|
+
.v-overlay-scroll-blocked {
|
22861
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
22937
22862
|
}
|
22938
|
-
|
22939
|
-
|
22940
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22941
|
-
stroke: currentColor;
|
22942
|
-
z-index: 1;
|
22863
|
+
.v-overlay-scroll-blocked:not(html) {
|
22864
|
+
overflow-y: hidden !important;
|
22943
22865
|
}
|
22944
|
-
|
22945
|
-
|
22946
|
-
|
22947
|
-
|
22948
|
-
|
22866
|
+
html.v-overlay-scroll-blocked {
|
22867
|
+
position: fixed;
|
22868
|
+
top: var(--v-body-scroll-y);
|
22869
|
+
left: var(--v-body-scroll-x);
|
22870
|
+
width: 100%;
|
22871
|
+
height: 100%;
|
22949
22872
|
}
|
22950
22873
|
|
22951
|
-
.v-
|
22952
|
-
|
22953
|
-
|
22954
|
-
|
22955
|
-
|
22956
|
-
|
22957
|
-
|
22958
|
-
|
22959
|
-
|
22960
|
-
height: 32px;
|
22961
|
-
width: 32px;
|
22962
|
-
}
|
22963
|
-
.v-progress-circular--size-large {
|
22964
|
-
height: 48px;
|
22965
|
-
width: 48px;
|
22966
|
-
}
|
22967
|
-
.v-progress-circular--size-x-large {
|
22968
|
-
height: 64px;
|
22969
|
-
width: 64px;
|
22874
|
+
.v-overlay {
|
22875
|
+
border-radius: inherit;
|
22876
|
+
display: flex;
|
22877
|
+
left: 0;
|
22878
|
+
pointer-events: none;
|
22879
|
+
position: fixed;
|
22880
|
+
top: 0;
|
22881
|
+
bottom: 0;
|
22882
|
+
right: 0;
|
22970
22883
|
}
|
22971
22884
|
|
22972
|
-
.v-
|
22973
|
-
|
22974
|
-
|
22975
|
-
|
22976
|
-
|
22977
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
22978
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
22979
|
-
stroke-dasharray: 25, 200;
|
22980
|
-
stroke-dashoffset: 0;
|
22981
|
-
stroke-linecap: round;
|
22982
|
-
transform-origin: center center;
|
22983
|
-
transform: rotate(-90deg);
|
22885
|
+
.v-overlay__content {
|
22886
|
+
outline: none;
|
22887
|
+
position: absolute;
|
22888
|
+
pointer-events: auto;
|
22889
|
+
contain: layout;
|
22984
22890
|
}
|
22985
22891
|
|
22986
|
-
.v-
|
22987
|
-
|
22892
|
+
.v-overlay__scrim {
|
22893
|
+
pointer-events: auto;
|
22894
|
+
background: rgb(var(--v-theme-on-surface));
|
22895
|
+
border-radius: inherit;
|
22896
|
+
bottom: 0;
|
22897
|
+
left: 0;
|
22898
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
22899
|
+
position: fixed;
|
22900
|
+
right: 0;
|
22901
|
+
top: 0;
|
22988
22902
|
}
|
22989
|
-
|
22990
|
-
|
22903
|
+
|
22904
|
+
.v-overlay--absolute {
|
22905
|
+
position: absolute;
|
22991
22906
|
}
|
22992
22907
|
|
22993
|
-
.v-
|
22994
|
-
|
22995
|
-
animation-play-state: paused !important;
|
22908
|
+
.v-overlay--contained .v-overlay__scrim {
|
22909
|
+
position: absolute;
|
22996
22910
|
}
|
22997
22911
|
|
22998
|
-
|
22999
|
-
|
23000
|
-
|
23001
|
-
|
23002
|
-
|
23003
|
-
50% {
|
23004
|
-
stroke-dasharray: 100, 200;
|
23005
|
-
stroke-dashoffset: -15px;
|
23006
|
-
}
|
23007
|
-
100% {
|
23008
|
-
stroke-dasharray: 100, 200;
|
23009
|
-
stroke-dashoffset: -124px;
|
23010
|
-
}
|
22912
|
+
.v-overlay--scroll-blocked {
|
22913
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
22914
|
+
}.v-parallax {
|
22915
|
+
position: relative;
|
22916
|
+
overflow: hidden;
|
23011
22917
|
}
|
23012
|
-
|
23013
|
-
|
23014
|
-
transform: rotate(270deg);
|
23015
|
-
}
|
22918
|
+
.v-parallax--active > .v-img__img {
|
22919
|
+
will-change: transform;
|
23016
22920
|
}.v-progress-linear {
|
23017
22921
|
background: transparent;
|
23018
22922
|
overflow: hidden;
|
@@ -23220,9 +23124,111 @@ html.v-overlay-scroll-blocked {
|
|
23220
23124
|
transform: translateX(var(--v-progress-linear-stream-to));
|
23221
23125
|
}
|
23222
23126
|
}
|
23223
|
-
@keyframes progress-linear-stripes {
|
23224
|
-
0% {
|
23225
|
-
background-position-x: var(--v-progress-linear-height);
|
23127
|
+
@keyframes progress-linear-stripes {
|
23128
|
+
0% {
|
23129
|
+
background-position-x: var(--v-progress-linear-height);
|
23130
|
+
}
|
23131
|
+
}.v-progress-circular {
|
23132
|
+
align-items: center;
|
23133
|
+
display: inline-flex;
|
23134
|
+
justify-content: center;
|
23135
|
+
position: relative;
|
23136
|
+
vertical-align: middle;
|
23137
|
+
}
|
23138
|
+
.v-progress-circular > svg {
|
23139
|
+
width: 100%;
|
23140
|
+
height: 100%;
|
23141
|
+
margin: auto;
|
23142
|
+
position: absolute;
|
23143
|
+
top: 0;
|
23144
|
+
bottom: 0;
|
23145
|
+
left: 0;
|
23146
|
+
right: 0;
|
23147
|
+
z-index: 0;
|
23148
|
+
}
|
23149
|
+
|
23150
|
+
.v-progress-circular__content {
|
23151
|
+
align-items: center;
|
23152
|
+
display: flex;
|
23153
|
+
justify-content: center;
|
23154
|
+
}
|
23155
|
+
|
23156
|
+
.v-progress-circular__underlay {
|
23157
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23158
|
+
stroke: currentColor;
|
23159
|
+
z-index: 1;
|
23160
|
+
}
|
23161
|
+
|
23162
|
+
.v-progress-circular__overlay {
|
23163
|
+
stroke: currentColor;
|
23164
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23165
|
+
z-index: 2;
|
23166
|
+
}
|
23167
|
+
|
23168
|
+
.v-progress-circular--size-x-small {
|
23169
|
+
height: 16px;
|
23170
|
+
width: 16px;
|
23171
|
+
}
|
23172
|
+
.v-progress-circular--size-small {
|
23173
|
+
height: 24px;
|
23174
|
+
width: 24px;
|
23175
|
+
}
|
23176
|
+
.v-progress-circular--size-default {
|
23177
|
+
height: 32px;
|
23178
|
+
width: 32px;
|
23179
|
+
}
|
23180
|
+
.v-progress-circular--size-large {
|
23181
|
+
height: 48px;
|
23182
|
+
width: 48px;
|
23183
|
+
}
|
23184
|
+
.v-progress-circular--size-x-large {
|
23185
|
+
height: 64px;
|
23186
|
+
width: 64px;
|
23187
|
+
}
|
23188
|
+
|
23189
|
+
.v-progress-circular--indeterminate > svg {
|
23190
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
23191
|
+
transform-origin: center center;
|
23192
|
+
transition: all 0.2s ease-in-out;
|
23193
|
+
}
|
23194
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23195
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23196
|
+
stroke-dasharray: 25, 200;
|
23197
|
+
stroke-dashoffset: 0;
|
23198
|
+
stroke-linecap: round;
|
23199
|
+
transform-origin: center center;
|
23200
|
+
transform: rotate(-90deg);
|
23201
|
+
}
|
23202
|
+
|
23203
|
+
.v-progress-circular--disable-shrink > svg {
|
23204
|
+
animation-duration: 0.7s;
|
23205
|
+
}
|
23206
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23207
|
+
animation: none;
|
23208
|
+
}
|
23209
|
+
|
23210
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23211
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23212
|
+
animation-play-state: paused !important;
|
23213
|
+
}
|
23214
|
+
|
23215
|
+
@keyframes progress-circular-dash {
|
23216
|
+
0% {
|
23217
|
+
stroke-dasharray: 1, 200;
|
23218
|
+
stroke-dashoffset: 0px;
|
23219
|
+
}
|
23220
|
+
50% {
|
23221
|
+
stroke-dasharray: 100, 200;
|
23222
|
+
stroke-dashoffset: -15px;
|
23223
|
+
}
|
23224
|
+
100% {
|
23225
|
+
stroke-dasharray: 100, 200;
|
23226
|
+
stroke-dashoffset: -124px;
|
23227
|
+
}
|
23228
|
+
}
|
23229
|
+
@keyframes progress-circular-rotate {
|
23230
|
+
100% {
|
23231
|
+
transform: rotate(270deg);
|
23226
23232
|
}
|
23227
23233
|
}.v-radio-group > .v-input__control {
|
23228
23234
|
flex-direction: column;
|
@@ -23236,60 +23242,6 @@ html.v-overlay-scroll-blocked {
|
|
23236
23242
|
}
|
23237
23243
|
.v-radio-group .v-input__details {
|
23238
23244
|
padding-inline: 16px;
|
23239
|
-
}.v-rating {
|
23240
|
-
max-width: 100%;
|
23241
|
-
display: inline-flex;
|
23242
|
-
white-space: nowrap;
|
23243
|
-
}
|
23244
|
-
.v-rating--readonly {
|
23245
|
-
pointer-events: none;
|
23246
|
-
}
|
23247
|
-
|
23248
|
-
.v-rating__wrapper {
|
23249
|
-
align-items: center;
|
23250
|
-
display: inline-flex;
|
23251
|
-
flex-direction: column;
|
23252
|
-
}
|
23253
|
-
.v-rating__wrapper--bottom {
|
23254
|
-
flex-direction: column-reverse;
|
23255
|
-
}
|
23256
|
-
|
23257
|
-
.v-rating__item {
|
23258
|
-
display: inline-flex;
|
23259
|
-
position: relative;
|
23260
|
-
}
|
23261
|
-
.v-rating__item label {
|
23262
|
-
cursor: pointer;
|
23263
|
-
}
|
23264
|
-
.v-rating__item .v-btn--variant-plain {
|
23265
|
-
opacity: 1;
|
23266
|
-
}
|
23267
|
-
.v-rating__item .v-btn {
|
23268
|
-
transition-property: transform;
|
23269
|
-
}
|
23270
|
-
.v-rating__item .v-btn .v-icon {
|
23271
|
-
transition: inherit;
|
23272
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23273
|
-
}
|
23274
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23275
|
-
transform: scale(1.25);
|
23276
|
-
}
|
23277
|
-
.v-rating__item--half {
|
23278
|
-
overflow: hidden;
|
23279
|
-
position: absolute;
|
23280
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23281
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23282
|
-
z-index: 1;
|
23283
|
-
}
|
23284
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
23285
|
-
opacity: 0;
|
23286
|
-
}
|
23287
|
-
|
23288
|
-
.v-rating__hidden {
|
23289
|
-
height: 0;
|
23290
|
-
opacity: 0;
|
23291
|
-
position: absolute;
|
23292
|
-
width: 0;
|
23293
23245
|
}.v-slider .v-slider__container input {
|
23294
23246
|
cursor: default;
|
23295
23247
|
padding: 0;
|
@@ -23347,6 +23299,60 @@ html.v-overlay-scroll-blocked {
|
|
23347
23299
|
|
23348
23300
|
.v-slider__label {
|
23349
23301
|
margin-inline-end: 12px;
|
23302
|
+
}.v-rating {
|
23303
|
+
max-width: 100%;
|
23304
|
+
display: inline-flex;
|
23305
|
+
white-space: nowrap;
|
23306
|
+
}
|
23307
|
+
.v-rating--readonly {
|
23308
|
+
pointer-events: none;
|
23309
|
+
}
|
23310
|
+
|
23311
|
+
.v-rating__wrapper {
|
23312
|
+
align-items: center;
|
23313
|
+
display: inline-flex;
|
23314
|
+
flex-direction: column;
|
23315
|
+
}
|
23316
|
+
.v-rating__wrapper--bottom {
|
23317
|
+
flex-direction: column-reverse;
|
23318
|
+
}
|
23319
|
+
|
23320
|
+
.v-rating__item {
|
23321
|
+
display: inline-flex;
|
23322
|
+
position: relative;
|
23323
|
+
}
|
23324
|
+
.v-rating__item label {
|
23325
|
+
cursor: pointer;
|
23326
|
+
}
|
23327
|
+
.v-rating__item .v-btn--variant-plain {
|
23328
|
+
opacity: 1;
|
23329
|
+
}
|
23330
|
+
.v-rating__item .v-btn {
|
23331
|
+
transition-property: transform;
|
23332
|
+
}
|
23333
|
+
.v-rating__item .v-btn .v-icon {
|
23334
|
+
transition: inherit;
|
23335
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23336
|
+
}
|
23337
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23338
|
+
transform: scale(1.25);
|
23339
|
+
}
|
23340
|
+
.v-rating__item--half {
|
23341
|
+
overflow: hidden;
|
23342
|
+
position: absolute;
|
23343
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23344
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23345
|
+
z-index: 1;
|
23346
|
+
}
|
23347
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
23348
|
+
opacity: 0;
|
23349
|
+
}
|
23350
|
+
|
23351
|
+
.v-rating__hidden {
|
23352
|
+
height: 0;
|
23353
|
+
opacity: 0;
|
23354
|
+
position: absolute;
|
23355
|
+
width: 0;
|
23350
23356
|
}.v-responsive {
|
23351
23357
|
display: flex;
|
23352
23358
|
flex: 1 0 auto;
|
@@ -23530,6 +23536,34 @@ html.v-overlay-scroll-blocked {
|
|
23530
23536
|
.v-selection-control-group--inline {
|
23531
23537
|
flex-direction: row;
|
23532
23538
|
flex-wrap: wrap;
|
23539
|
+
}.v-sheet {
|
23540
|
+
display: block;
|
23541
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23542
|
+
border-style: solid;
|
23543
|
+
border-width: 0;
|
23544
|
+
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));
|
23545
|
+
border-radius: 0;
|
23546
|
+
background: rgb(var(--v-theme-surface));
|
23547
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23548
|
+
}
|
23549
|
+
.v-sheet--border {
|
23550
|
+
border-width: thin;
|
23551
|
+
box-shadow: none;
|
23552
|
+
}
|
23553
|
+
.v-sheet--absolute {
|
23554
|
+
position: absolute;
|
23555
|
+
}
|
23556
|
+
.v-sheet--fixed {
|
23557
|
+
position: fixed;
|
23558
|
+
}
|
23559
|
+
.v-sheet--relative {
|
23560
|
+
position: relative;
|
23561
|
+
}
|
23562
|
+
.v-sheet--sticky {
|
23563
|
+
position: sticky;
|
23564
|
+
}
|
23565
|
+
.v-sheet--rounded {
|
23566
|
+
border-radius: 4px;
|
23533
23567
|
}.v-skeleton-loader {
|
23534
23568
|
align-items: center;
|
23535
23569
|
background: rgb(var(--v-theme-surface));
|
@@ -23753,34 +23787,6 @@ html.v-overlay-scroll-blocked {
|
|
23753
23787
|
100% {
|
23754
23788
|
transform: translateX(100%);
|
23755
23789
|
}
|
23756
|
-
}.v-sheet {
|
23757
|
-
display: block;
|
23758
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23759
|
-
border-style: solid;
|
23760
|
-
border-width: 0;
|
23761
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23762
|
-
border-radius: 0;
|
23763
|
-
background: rgb(var(--v-theme-surface));
|
23764
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23765
|
-
}
|
23766
|
-
.v-sheet--border {
|
23767
|
-
border-width: thin;
|
23768
|
-
box-shadow: none;
|
23769
|
-
}
|
23770
|
-
.v-sheet--absolute {
|
23771
|
-
position: absolute;
|
23772
|
-
}
|
23773
|
-
.v-sheet--fixed {
|
23774
|
-
position: fixed;
|
23775
|
-
}
|
23776
|
-
.v-sheet--relative {
|
23777
|
-
position: relative;
|
23778
|
-
}
|
23779
|
-
.v-sheet--sticky {
|
23780
|
-
position: sticky;
|
23781
|
-
}
|
23782
|
-
.v-sheet--rounded {
|
23783
|
-
border-radius: 4px;
|
23784
23790
|
}.v-slide-group {
|
23785
23791
|
display: flex;
|
23786
23792
|
overflow: hidden;
|
@@ -24387,14 +24393,109 @@ html.v-overlay-scroll-blocked {
|
|
24387
24393
|
.v-system-bar--fixed {
|
24388
24394
|
position: fixed;
|
24389
24395
|
}
|
24390
|
-
.v-system-bar--rounded {
|
24391
|
-
border-radius: 0;
|
24396
|
+
.v-system-bar--rounded {
|
24397
|
+
border-radius: 0;
|
24398
|
+
}
|
24399
|
+
.v-system-bar--window {
|
24400
|
+
height: 32px;
|
24401
|
+
}
|
24402
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24403
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24404
|
+
}.v-tabs {
|
24405
|
+
display: flex;
|
24406
|
+
height: var(--v-tabs-height);
|
24407
|
+
}
|
24408
|
+
.v-tabs--density-default {
|
24409
|
+
--v-tabs-height: 48px;
|
24410
|
+
}
|
24411
|
+
.v-tabs--density-default.v-tabs--stacked {
|
24412
|
+
--v-tabs-height: 72px;
|
24413
|
+
}
|
24414
|
+
|
24415
|
+
.v-tabs--density-comfortable {
|
24416
|
+
--v-tabs-height: 44px;
|
24417
|
+
}
|
24418
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
24419
|
+
--v-tabs-height: 68px;
|
24420
|
+
}
|
24421
|
+
|
24422
|
+
.v-tabs--density-compact {
|
24423
|
+
--v-tabs-height: 36px;
|
24424
|
+
}
|
24425
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
24426
|
+
--v-tabs-height: 60px;
|
24427
|
+
}
|
24428
|
+
|
24429
|
+
.v-tabs.v-slide-group--vertical {
|
24430
|
+
height: auto;
|
24431
|
+
flex: none;
|
24432
|
+
--v-tabs-height: 48px;
|
24433
|
+
}
|
24434
|
+
|
24435
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24436
|
+
margin-inline-start: 42px;
|
24437
|
+
}
|
24438
|
+
|
24439
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
24440
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
24441
|
+
margin-inline-end: auto;
|
24442
|
+
}
|
24443
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
24444
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
24445
|
+
margin-inline-start: auto;
|
24446
|
+
}
|
24447
|
+
|
24448
|
+
.v-tabs--grow {
|
24449
|
+
flex-grow: 1;
|
24450
|
+
}
|
24451
|
+
.v-tabs--grow .v-tab {
|
24452
|
+
flex: 1 0 auto;
|
24453
|
+
max-width: none;
|
24454
|
+
}
|
24455
|
+
|
24456
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
24457
|
+
margin-inline-start: auto;
|
24458
|
+
}
|
24459
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
24460
|
+
margin-inline-end: 0;
|
24461
|
+
}
|
24462
|
+
|
24463
|
+
@media (max-width: 1279.98px) {
|
24464
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
24465
|
+
margin-inline-start: 52px;
|
24466
|
+
}
|
24467
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24468
|
+
margin-inline-end: 52px;
|
24469
|
+
}
|
24470
|
+
}.v-tab.v-tab.v-btn {
|
24471
|
+
height: var(--v-tabs-height);
|
24472
|
+
border-radius: 0;
|
24473
|
+
min-width: 90px;
|
24474
|
+
}
|
24475
|
+
.v-slide-group--horizontal .v-tab {
|
24476
|
+
max-width: 360px;
|
24477
|
+
}
|
24478
|
+
.v-slide-group--vertical .v-tab {
|
24479
|
+
justify-content: start;
|
24392
24480
|
}
|
24393
|
-
|
24394
|
-
|
24481
|
+
|
24482
|
+
.v-tab__slider {
|
24483
|
+
position: absolute;
|
24484
|
+
bottom: 0;
|
24485
|
+
left: 0;
|
24486
|
+
height: 2px;
|
24487
|
+
width: 100%;
|
24488
|
+
background: currentColor;
|
24489
|
+
pointer-events: none;
|
24490
|
+
opacity: 0;
|
24395
24491
|
}
|
24396
|
-
.v-
|
24397
|
-
|
24492
|
+
.v-tab--selected .v-tab__slider {
|
24493
|
+
opacity: 1;
|
24494
|
+
}
|
24495
|
+
.v-slide-group--vertical .v-tab__slider {
|
24496
|
+
top: 0;
|
24497
|
+
height: 100%;
|
24498
|
+
width: 2px;
|
24398
24499
|
}.v-table {
|
24399
24500
|
background: rgb(var(--v-theme-surface));
|
24400
24501
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -24533,6 +24634,45 @@ html.v-overlay-scroll-blocked {
|
|
24533
24634
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
24534
24635
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
24535
24636
|
border-top: 0px !important;
|
24637
|
+
}.v-textarea .v-field {
|
24638
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
24639
|
+
}
|
24640
|
+
.v-textarea .v-field__field {
|
24641
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
24642
|
+
}
|
24643
|
+
.v-textarea .v-field__input {
|
24644
|
+
flex: 1 1 auto;
|
24645
|
+
outline: none;
|
24646
|
+
-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));
|
24647
|
+
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));
|
24648
|
+
}
|
24649
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
24650
|
+
visibility: hidden;
|
24651
|
+
position: absolute;
|
24652
|
+
top: 0;
|
24653
|
+
left: 0;
|
24654
|
+
height: 0 !important;
|
24655
|
+
min-height: 0 !important;
|
24656
|
+
pointer-events: none;
|
24657
|
+
}
|
24658
|
+
.v-textarea--no-resize .v-field__input {
|
24659
|
+
resize: none;
|
24660
|
+
}
|
24661
|
+
.v-textarea .v-field--no-label textarea,
|
24662
|
+
.v-textarea .v-field--active textarea {
|
24663
|
+
opacity: 1;
|
24664
|
+
}
|
24665
|
+
.v-textarea textarea {
|
24666
|
+
opacity: 0;
|
24667
|
+
flex: 1;
|
24668
|
+
min-width: 0;
|
24669
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24670
|
+
}
|
24671
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24672
|
+
outline: none;
|
24673
|
+
}
|
24674
|
+
.v-textarea textarea:invalid {
|
24675
|
+
box-shadow: none;
|
24536
24676
|
}/* region BLOCK */
|
24537
24677
|
.v-text-field input {
|
24538
24678
|
color: inherit;
|
@@ -24600,45 +24740,9 @@ html.v-overlay-scroll-blocked {
|
|
24600
24740
|
padding-inline-end: var(--v-field-padding-end);
|
24601
24741
|
}
|
24602
24742
|
|
24603
|
-
/* endregion */.v-
|
24604
|
-
|
24605
|
-
|
24606
|
-
.v-textarea .v-field__field {
|
24607
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
24608
|
-
}
|
24609
|
-
.v-textarea .v-field__input {
|
24610
|
-
flex: 1 1 auto;
|
24611
|
-
outline: none;
|
24612
|
-
-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));
|
24613
|
-
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));
|
24614
|
-
}
|
24615
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
24616
|
-
visibility: hidden;
|
24617
|
-
position: absolute;
|
24618
|
-
top: 0;
|
24619
|
-
left: 0;
|
24620
|
-
height: 0 !important;
|
24621
|
-
min-height: 0 !important;
|
24622
|
-
pointer-events: none;
|
24623
|
-
}
|
24624
|
-
.v-textarea--no-resize .v-field__input {
|
24625
|
-
resize: none;
|
24626
|
-
}
|
24627
|
-
.v-textarea .v-field--no-label textarea,
|
24628
|
-
.v-textarea .v-field--active textarea {
|
24629
|
-
opacity: 1;
|
24630
|
-
}
|
24631
|
-
.v-textarea textarea {
|
24632
|
-
opacity: 0;
|
24633
|
-
flex: 1;
|
24634
|
-
min-width: 0;
|
24635
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24636
|
-
}
|
24637
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24638
|
-
outline: none;
|
24639
|
-
}
|
24640
|
-
.v-textarea textarea:invalid {
|
24641
|
-
box-shadow: none;
|
24743
|
+
/* endregion */.v-theme-provider {
|
24744
|
+
background: rgb(var(--v-theme-background));
|
24745
|
+
color: rgb(var(--v-theme-on-background));
|
24642
24746
|
}.v-timeline .v-timeline-divider__dot {
|
24643
24747
|
background: rgb(var(--v-theme-surface-light));
|
24644
24748
|
}
|
@@ -25055,9 +25159,6 @@ html.v-overlay-scroll-blocked {
|
|
25055
25159
|
|
25056
25160
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25057
25161
|
padding-inline-end: 0;
|
25058
|
-
}.v-theme-provider {
|
25059
|
-
background: rgb(var(--v-theme-background));
|
25060
|
-
color: rgb(var(--v-theme-on-background));
|
25061
25162
|
}.v-toolbar {
|
25062
25163
|
align-items: flex-start;
|
25063
25164
|
display: flex;
|
@@ -25288,101 +25389,6 @@ html.v-overlay-scroll-blocked {
|
|
25288
25389
|
}
|
25289
25390
|
.v-window-y-reverse-transition-leave-to {
|
25290
25391
|
transform: translateY(100%);
|
25291
|
-
}.v-tab.v-tab.v-btn {
|
25292
|
-
height: var(--v-tabs-height);
|
25293
|
-
border-radius: 0;
|
25294
|
-
min-width: 90px;
|
25295
|
-
}
|
25296
|
-
.v-slide-group--horizontal .v-tab {
|
25297
|
-
max-width: 360px;
|
25298
|
-
}
|
25299
|
-
.v-slide-group--vertical .v-tab {
|
25300
|
-
justify-content: start;
|
25301
|
-
}
|
25302
|
-
|
25303
|
-
.v-tab__slider {
|
25304
|
-
position: absolute;
|
25305
|
-
bottom: 0;
|
25306
|
-
left: 0;
|
25307
|
-
height: 2px;
|
25308
|
-
width: 100%;
|
25309
|
-
background: currentColor;
|
25310
|
-
pointer-events: none;
|
25311
|
-
opacity: 0;
|
25312
|
-
}
|
25313
|
-
.v-tab--selected .v-tab__slider {
|
25314
|
-
opacity: 1;
|
25315
|
-
}
|
25316
|
-
.v-slide-group--vertical .v-tab__slider {
|
25317
|
-
top: 0;
|
25318
|
-
height: 100%;
|
25319
|
-
width: 2px;
|
25320
|
-
}.v-tabs {
|
25321
|
-
display: flex;
|
25322
|
-
height: var(--v-tabs-height);
|
25323
|
-
}
|
25324
|
-
.v-tabs--density-default {
|
25325
|
-
--v-tabs-height: 48px;
|
25326
|
-
}
|
25327
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25328
|
-
--v-tabs-height: 72px;
|
25329
|
-
}
|
25330
|
-
|
25331
|
-
.v-tabs--density-comfortable {
|
25332
|
-
--v-tabs-height: 44px;
|
25333
|
-
}
|
25334
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25335
|
-
--v-tabs-height: 68px;
|
25336
|
-
}
|
25337
|
-
|
25338
|
-
.v-tabs--density-compact {
|
25339
|
-
--v-tabs-height: 36px;
|
25340
|
-
}
|
25341
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25342
|
-
--v-tabs-height: 60px;
|
25343
|
-
}
|
25344
|
-
|
25345
|
-
.v-tabs.v-slide-group--vertical {
|
25346
|
-
height: auto;
|
25347
|
-
flex: none;
|
25348
|
-
--v-tabs-height: 48px;
|
25349
|
-
}
|
25350
|
-
|
25351
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25352
|
-
margin-inline-start: 42px;
|
25353
|
-
}
|
25354
|
-
|
25355
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25356
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25357
|
-
margin-inline-end: auto;
|
25358
|
-
}
|
25359
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25360
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25361
|
-
margin-inline-start: auto;
|
25362
|
-
}
|
25363
|
-
|
25364
|
-
.v-tabs--grow {
|
25365
|
-
flex-grow: 1;
|
25366
|
-
}
|
25367
|
-
.v-tabs--grow .v-tab {
|
25368
|
-
flex: 1 0 auto;
|
25369
|
-
max-width: none;
|
25370
|
-
}
|
25371
|
-
|
25372
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25373
|
-
margin-inline-start: auto;
|
25374
|
-
}
|
25375
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25376
|
-
margin-inline-end: 0;
|
25377
|
-
}
|
25378
|
-
|
25379
|
-
@media (max-width: 1279.98px) {
|
25380
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25381
|
-
margin-inline-start: 52px;
|
25382
|
-
}
|
25383
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25384
|
-
margin-inline-end: 52px;
|
25385
|
-
}
|
25386
25392
|
}.v-color-picker-canvas {
|
25387
25393
|
display: flex;
|
25388
25394
|
position: relative;
|
@@ -25405,34 +25411,6 @@ html.v-overlay-scroll-blocked {
|
|
25405
25411
|
}
|
25406
25412
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
25407
25413
|
will-change: transform;
|
25408
|
-
}.v-color-picker-edit {
|
25409
|
-
display: flex;
|
25410
|
-
margin-top: 24px;
|
25411
|
-
}
|
25412
|
-
|
25413
|
-
.v-color-picker-edit__input {
|
25414
|
-
width: 100%;
|
25415
|
-
display: flex;
|
25416
|
-
flex-wrap: wrap;
|
25417
|
-
justify-content: center;
|
25418
|
-
text-align: center;
|
25419
|
-
}
|
25420
|
-
.v-color-picker-edit__input:not(:last-child) {
|
25421
|
-
margin-inline-end: 8px;
|
25422
|
-
}
|
25423
|
-
.v-color-picker-edit__input input {
|
25424
|
-
border-radius: 4px;
|
25425
|
-
margin-bottom: 8px;
|
25426
|
-
min-width: 0;
|
25427
|
-
outline: none;
|
25428
|
-
text-align: center;
|
25429
|
-
width: 100%;
|
25430
|
-
height: 32px;
|
25431
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25432
|
-
color: rgba(var(--v-theme-on-surface));
|
25433
|
-
}
|
25434
|
-
.v-color-picker-edit__input span {
|
25435
|
-
font-size: 0.75rem;
|
25436
25414
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25437
25415
|
background-color: transparent !important;
|
25438
25416
|
}
|
@@ -25538,6 +25516,34 @@ html.v-overlay-scroll-blocked {
|
|
25538
25516
|
justify-content: center;
|
25539
25517
|
width: 100%;
|
25540
25518
|
height: 100%;
|
25519
|
+
}.v-color-picker-edit {
|
25520
|
+
display: flex;
|
25521
|
+
margin-top: 24px;
|
25522
|
+
}
|
25523
|
+
|
25524
|
+
.v-color-picker-edit__input {
|
25525
|
+
width: 100%;
|
25526
|
+
display: flex;
|
25527
|
+
flex-wrap: wrap;
|
25528
|
+
justify-content: center;
|
25529
|
+
text-align: center;
|
25530
|
+
}
|
25531
|
+
.v-color-picker-edit__input:not(:last-child) {
|
25532
|
+
margin-inline-end: 8px;
|
25533
|
+
}
|
25534
|
+
.v-color-picker-edit__input input {
|
25535
|
+
border-radius: 4px;
|
25536
|
+
margin-bottom: 8px;
|
25537
|
+
min-width: 0;
|
25538
|
+
outline: none;
|
25539
|
+
text-align: center;
|
25540
|
+
width: 100%;
|
25541
|
+
height: 32px;
|
25542
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25543
|
+
color: rgba(var(--v-theme-on-surface));
|
25544
|
+
}
|
25545
|
+
.v-color-picker-edit__input span {
|
25546
|
+
font-size: 0.75rem;
|
25541
25547
|
}.v-picker.v-sheet {
|
25542
25548
|
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));
|
25543
25549
|
border-radius: 4px;
|