@vuetify/nightly 3.6.6-master.2024-05-21 → 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 -15
- package/dist/json/attributes.json +42 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +101 -4
- package/dist/vuetify-labs.css +2143 -2138
- package/dist/vuetify-labs.d.ts +93 -12
- package/dist/vuetify-labs.esm.js +52 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +52 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +873 -868
- package/dist/vuetify.d.ts +132 -51
- package/dist/vuetify.esm.js +50 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +50 -27
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +103 -102
- 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/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 +45 -45
- 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/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,18 @@ 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
17623
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
17624
17624
|
.v-autocomplete .v-field .v-text-field__suffix,
|
17625
17625
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -17796,6 +17796,77 @@ html.overflow-y-hidden {
|
|
17796
17796
|
.v-avatar .v-img {
|
17797
17797
|
height: 100%;
|
17798
17798
|
width: 100%;
|
17799
|
+
}.v-badge {
|
17800
|
+
display: inline-block;
|
17801
|
+
line-height: 1;
|
17802
|
+
}
|
17803
|
+
|
17804
|
+
.v-badge__badge {
|
17805
|
+
align-items: center;
|
17806
|
+
display: inline-flex;
|
17807
|
+
border-radius: 10px;
|
17808
|
+
font-size: 0.75rem;
|
17809
|
+
font-weight: 500;
|
17810
|
+
height: 1.25rem;
|
17811
|
+
justify-content: center;
|
17812
|
+
min-width: 20px;
|
17813
|
+
padding: 4px 6px;
|
17814
|
+
pointer-events: auto;
|
17815
|
+
position: absolute;
|
17816
|
+
text-align: center;
|
17817
|
+
text-indent: 0;
|
17818
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
17819
|
+
white-space: nowrap;
|
17820
|
+
background: rgb(var(--v-theme-surface-variant));
|
17821
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
17822
|
+
}
|
17823
|
+
.v-badge--bordered .v-badge__badge::after {
|
17824
|
+
border-radius: inherit;
|
17825
|
+
border-style: solid;
|
17826
|
+
border-width: 2px;
|
17827
|
+
bottom: 0;
|
17828
|
+
color: rgb(var(--v-theme-background));
|
17829
|
+
content: "";
|
17830
|
+
left: 0;
|
17831
|
+
position: absolute;
|
17832
|
+
right: 0;
|
17833
|
+
top: 0;
|
17834
|
+
transform: scale(1.05);
|
17835
|
+
}
|
17836
|
+
.v-badge--dot .v-badge__badge {
|
17837
|
+
border-radius: 4.5px;
|
17838
|
+
height: 9px;
|
17839
|
+
min-width: 0;
|
17840
|
+
padding: 0;
|
17841
|
+
width: 9px;
|
17842
|
+
}
|
17843
|
+
.v-badge--dot .v-badge__badge::after {
|
17844
|
+
border-width: 1.5px;
|
17845
|
+
}
|
17846
|
+
.v-badge--inline .v-badge__badge {
|
17847
|
+
position: relative;
|
17848
|
+
vertical-align: middle;
|
17849
|
+
}
|
17850
|
+
.v-badge__badge .v-icon {
|
17851
|
+
color: inherit;
|
17852
|
+
font-size: 0.75rem;
|
17853
|
+
margin: 0 -2px;
|
17854
|
+
}
|
17855
|
+
.v-badge__badge img,
|
17856
|
+
.v-badge__badge .v-img {
|
17857
|
+
height: 100%;
|
17858
|
+
width: 100%;
|
17859
|
+
}
|
17860
|
+
|
17861
|
+
.v-badge__wrapper {
|
17862
|
+
display: flex;
|
17863
|
+
position: relative;
|
17864
|
+
}
|
17865
|
+
.v-badge--inline .v-badge__wrapper {
|
17866
|
+
align-items: center;
|
17867
|
+
display: inline-flex;
|
17868
|
+
justify-content: center;
|
17869
|
+
margin: 0 4px;
|
17799
17870
|
}.v-banner {
|
17800
17871
|
display: grid;
|
17801
17872
|
flex: 1 1;
|
@@ -17953,77 +18024,6 @@ html.overflow-y-hidden {
|
|
17953
18024
|
}
|
17954
18025
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
17955
18026
|
align-self: flex-start;
|
17956
|
-
}.v-badge {
|
17957
|
-
display: inline-block;
|
17958
|
-
line-height: 1;
|
17959
|
-
}
|
17960
|
-
|
17961
|
-
.v-badge__badge {
|
17962
|
-
align-items: center;
|
17963
|
-
display: inline-flex;
|
17964
|
-
border-radius: 10px;
|
17965
|
-
font-size: 0.75rem;
|
17966
|
-
font-weight: 500;
|
17967
|
-
height: 1.25rem;
|
17968
|
-
justify-content: center;
|
17969
|
-
min-width: 20px;
|
17970
|
-
padding: 4px 6px;
|
17971
|
-
pointer-events: auto;
|
17972
|
-
position: absolute;
|
17973
|
-
text-align: center;
|
17974
|
-
text-indent: 0;
|
17975
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
17976
|
-
white-space: nowrap;
|
17977
|
-
background: rgb(var(--v-theme-surface-variant));
|
17978
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
17979
|
-
}
|
17980
|
-
.v-badge--bordered .v-badge__badge::after {
|
17981
|
-
border-radius: inherit;
|
17982
|
-
border-style: solid;
|
17983
|
-
border-width: 2px;
|
17984
|
-
bottom: 0;
|
17985
|
-
color: rgb(var(--v-theme-background));
|
17986
|
-
content: "";
|
17987
|
-
left: 0;
|
17988
|
-
position: absolute;
|
17989
|
-
right: 0;
|
17990
|
-
top: 0;
|
17991
|
-
transform: scale(1.05);
|
17992
|
-
}
|
17993
|
-
.v-badge--dot .v-badge__badge {
|
17994
|
-
border-radius: 4.5px;
|
17995
|
-
height: 9px;
|
17996
|
-
min-width: 0;
|
17997
|
-
padding: 0;
|
17998
|
-
width: 9px;
|
17999
|
-
}
|
18000
|
-
.v-badge--dot .v-badge__badge::after {
|
18001
|
-
border-width: 1.5px;
|
18002
|
-
}
|
18003
|
-
.v-badge--inline .v-badge__badge {
|
18004
|
-
position: relative;
|
18005
|
-
vertical-align: middle;
|
18006
|
-
}
|
18007
|
-
.v-badge__badge .v-icon {
|
18008
|
-
color: inherit;
|
18009
|
-
font-size: 0.75rem;
|
18010
|
-
margin: 0 -2px;
|
18011
|
-
}
|
18012
|
-
.v-badge__badge img,
|
18013
|
-
.v-badge__badge .v-img {
|
18014
|
-
height: 100%;
|
18015
|
-
width: 100%;
|
18016
|
-
}
|
18017
|
-
|
18018
|
-
.v-badge__wrapper {
|
18019
|
-
display: flex;
|
18020
|
-
position: relative;
|
18021
|
-
}
|
18022
|
-
.v-badge--inline .v-badge__wrapper {
|
18023
|
-
align-items: center;
|
18024
|
-
display: inline-flex;
|
18025
|
-
justify-content: center;
|
18026
|
-
margin: 0 4px;
|
18027
18027
|
}.v-bottom-navigation {
|
18028
18028
|
display: flex;
|
18029
18029
|
max-width: 100%;
|
@@ -18079,58 +18079,203 @@ 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
|
-
}.
|
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
|
+
}
|
18114
|
+
}.v-breadcrumbs {
|
18115
|
+
display: flex;
|
18083
18116
|
align-items: center;
|
18117
|
+
line-height: 1.6;
|
18118
|
+
padding: 16px 12px;
|
18119
|
+
}
|
18120
|
+
.v-breadcrumbs--rounded {
|
18084
18121
|
border-radius: 4px;
|
18085
|
-
display: inline-grid;
|
18086
|
-
grid-template-areas: "prepend content append";
|
18087
|
-
grid-template-columns: max-content auto max-content;
|
18088
|
-
font-weight: 500;
|
18089
|
-
justify-content: center;
|
18090
|
-
letter-spacing: 0.0892857143em;
|
18091
|
-
line-height: normal;
|
18092
|
-
max-width: 100%;
|
18093
|
-
outline: none;
|
18094
|
-
position: relative;
|
18095
|
-
text-decoration: none;
|
18096
|
-
text-indent: 0.0892857143em;
|
18097
|
-
text-transform: uppercase;
|
18098
|
-
transition-property: box-shadow, transform, opacity, background;
|
18099
|
-
transition-duration: 0.28s;
|
18100
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18101
|
-
-webkit-user-select: none;
|
18102
|
-
user-select: none;
|
18103
|
-
vertical-align: middle;
|
18104
|
-
flex-shrink: 0;
|
18105
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18106
|
-
border-style: solid;
|
18107
|
-
border-width: 0;
|
18108
18122
|
}
|
18109
|
-
.v-
|
18110
|
-
|
18111
|
-
|
18112
|
-
font-size: var(--v-btn-size);
|
18113
|
-
min-width: 36px;
|
18114
|
-
padding: 0 8px;
|
18123
|
+
.v-breadcrumbs--density-default {
|
18124
|
+
padding-top: 16px;
|
18125
|
+
padding-bottom: 16px;
|
18115
18126
|
}
|
18116
18127
|
|
18117
|
-
.v-
|
18118
|
-
|
18119
|
-
|
18120
|
-
font-size: var(--v-btn-size);
|
18121
|
-
min-width: 50px;
|
18122
|
-
padding: 0 12px;
|
18128
|
+
.v-breadcrumbs--density-comfortable {
|
18129
|
+
padding-top: 12px;
|
18130
|
+
padding-bottom: 12px;
|
18123
18131
|
}
|
18124
18132
|
|
18125
|
-
.v-
|
18126
|
-
|
18127
|
-
|
18128
|
-
font-size: var(--v-btn-size);
|
18129
|
-
min-width: 64px;
|
18130
|
-
padding: 0 16px;
|
18133
|
+
.v-breadcrumbs--density-compact {
|
18134
|
+
padding-top: 8px;
|
18135
|
+
padding-bottom: 8px;
|
18131
18136
|
}
|
18132
18137
|
|
18133
|
-
.v-
|
18138
|
+
.v-breadcrumbs__prepend {
|
18139
|
+
align-items: center;
|
18140
|
+
display: inline-flex;
|
18141
|
+
}
|
18142
|
+
|
18143
|
+
.v-breadcrumbs-item {
|
18144
|
+
align-items: center;
|
18145
|
+
color: inherit;
|
18146
|
+
display: inline-flex;
|
18147
|
+
padding: 0 4px;
|
18148
|
+
text-decoration: none;
|
18149
|
+
vertical-align: middle;
|
18150
|
+
}
|
18151
|
+
.v-breadcrumbs-item--disabled {
|
18152
|
+
opacity: var(--v-disabled-opacity);
|
18153
|
+
pointer-events: none;
|
18154
|
+
}
|
18155
|
+
.v-breadcrumbs-item--link {
|
18156
|
+
color: inherit;
|
18157
|
+
text-decoration: none;
|
18158
|
+
}
|
18159
|
+
.v-breadcrumbs-item--link:hover {
|
18160
|
+
text-decoration: underline;
|
18161
|
+
}
|
18162
|
+
.v-breadcrumbs-item .v-icon {
|
18163
|
+
font-size: 1rem;
|
18164
|
+
margin-inline: -4px 2px;
|
18165
|
+
}
|
18166
|
+
|
18167
|
+
.v-breadcrumbs-divider {
|
18168
|
+
display: inline-block;
|
18169
|
+
padding: 0 8px;
|
18170
|
+
vertical-align: middle;
|
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));
|
18185
|
+
}
|
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;
|
18192
|
+
}
|
18193
|
+
|
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 {
|
18203
|
+
border-radius: 0;
|
18204
|
+
border-color: inherit;
|
18205
|
+
}
|
18206
|
+
.v-btn-group .v-btn:not(:last-child) {
|
18207
|
+
border-inline-end: none;
|
18208
|
+
}
|
18209
|
+
.v-btn-group .v-btn:not(:first-child) {
|
18210
|
+
border-inline-start: none;
|
18211
|
+
}
|
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;
|
18227
|
+
}.v-btn {
|
18228
|
+
align-items: center;
|
18229
|
+
border-radius: 4px;
|
18230
|
+
display: inline-grid;
|
18231
|
+
grid-template-areas: "prepend content append";
|
18232
|
+
grid-template-columns: max-content auto max-content;
|
18233
|
+
font-weight: 500;
|
18234
|
+
justify-content: center;
|
18235
|
+
letter-spacing: 0.0892857143em;
|
18236
|
+
line-height: normal;
|
18237
|
+
max-width: 100%;
|
18238
|
+
outline: none;
|
18239
|
+
position: relative;
|
18240
|
+
text-decoration: none;
|
18241
|
+
text-indent: 0.0892857143em;
|
18242
|
+
text-transform: uppercase;
|
18243
|
+
transition-property: box-shadow, transform, opacity, background;
|
18244
|
+
transition-duration: 0.28s;
|
18245
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18246
|
+
-webkit-user-select: none;
|
18247
|
+
user-select: none;
|
18248
|
+
vertical-align: middle;
|
18249
|
+
flex-shrink: 0;
|
18250
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18251
|
+
border-style: solid;
|
18252
|
+
border-width: 0;
|
18253
|
+
}
|
18254
|
+
.v-btn--size-x-small {
|
18255
|
+
--v-btn-size: 0.625rem;
|
18256
|
+
--v-btn-height: 20px;
|
18257
|
+
font-size: var(--v-btn-size);
|
18258
|
+
min-width: 36px;
|
18259
|
+
padding: 0 8px;
|
18260
|
+
}
|
18261
|
+
|
18262
|
+
.v-btn--size-small {
|
18263
|
+
--v-btn-size: 0.75rem;
|
18264
|
+
--v-btn-height: 28px;
|
18265
|
+
font-size: var(--v-btn-size);
|
18266
|
+
min-width: 50px;
|
18267
|
+
padding: 0 12px;
|
18268
|
+
}
|
18269
|
+
|
18270
|
+
.v-btn--size-default {
|
18271
|
+
--v-btn-size: 0.875rem;
|
18272
|
+
--v-btn-height: 36px;
|
18273
|
+
font-size: var(--v-btn-size);
|
18274
|
+
min-width: 64px;
|
18275
|
+
padding: 0 16px;
|
18276
|
+
}
|
18277
|
+
|
18278
|
+
.v-btn--size-large {
|
18134
18279
|
--v-btn-size: 1rem;
|
18135
18280
|
--v-btn-height: 44px;
|
18136
18281
|
font-size: var(--v-btn-size);
|
@@ -18497,231 +18642,86 @@ html.overflow-y-hidden {
|
|
18497
18642
|
}
|
18498
18643
|
.v-pagination__item--is-active .v-btn__overlay {
|
18499
18644
|
opacity: var(--v-border-opacity);
|
18500
|
-
}.v-
|
18501
|
-
|
18502
|
-
align-items: center;
|
18503
|
-
line-height: 1.6;
|
18504
|
-
padding: 16px 12px;
|
18645
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18646
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18505
18647
|
}
|
18506
|
-
.v-
|
18648
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
18649
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18650
|
+
}
|
18651
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
18652
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18653
|
+
}
|
18654
|
+
@supports not selector(:focus-visible) {
|
18655
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
18656
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18657
|
+
}
|
18658
|
+
}.v-card {
|
18659
|
+
display: block;
|
18660
|
+
overflow: hidden;
|
18661
|
+
overflow-wrap: break-word;
|
18662
|
+
position: relative;
|
18663
|
+
padding: 0;
|
18664
|
+
text-decoration: none;
|
18665
|
+
transition-duration: 0.28s;
|
18666
|
+
transition-property: box-shadow, opacity, background;
|
18667
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18668
|
+
z-index: 0;
|
18669
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18670
|
+
border-style: solid;
|
18671
|
+
border-width: 0;
|
18507
18672
|
border-radius: 4px;
|
18508
18673
|
}
|
18509
|
-
.v-
|
18510
|
-
|
18511
|
-
|
18674
|
+
.v-card--border {
|
18675
|
+
border-width: thin;
|
18676
|
+
box-shadow: none;
|
18512
18677
|
}
|
18513
|
-
|
18514
|
-
|
18515
|
-
padding-top: 12px;
|
18516
|
-
padding-bottom: 12px;
|
18678
|
+
.v-card--absolute {
|
18679
|
+
position: absolute;
|
18517
18680
|
}
|
18518
|
-
|
18519
|
-
|
18520
|
-
padding-top: 8px;
|
18521
|
-
padding-bottom: 8px;
|
18681
|
+
.v-card--fixed {
|
18682
|
+
position: fixed;
|
18522
18683
|
}
|
18523
|
-
|
18524
|
-
|
18525
|
-
align-items: center;
|
18526
|
-
display: inline-flex;
|
18684
|
+
.v-card:hover > .v-card__overlay {
|
18685
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
18527
18686
|
}
|
18528
|
-
|
18529
|
-
|
18530
|
-
align-items: center;
|
18531
|
-
color: inherit;
|
18532
|
-
display: inline-flex;
|
18533
|
-
padding: 0 4px;
|
18534
|
-
text-decoration: none;
|
18535
|
-
vertical-align: middle;
|
18687
|
+
.v-card:focus-visible > .v-card__overlay {
|
18688
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
18536
18689
|
}
|
18537
|
-
|
18538
|
-
|
18539
|
-
|
18690
|
+
@supports not selector(:focus-visible) {
|
18691
|
+
.v-card:focus > .v-card__overlay {
|
18692
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
18693
|
+
}
|
18540
18694
|
}
|
18541
|
-
.v-
|
18695
|
+
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
18696
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18697
|
+
}
|
18698
|
+
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
18699
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18700
|
+
}
|
18701
|
+
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
18702
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18703
|
+
}
|
18704
|
+
@supports not selector(:focus-visible) {
|
18705
|
+
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
18706
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18707
|
+
}
|
18708
|
+
}
|
18709
|
+
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
18710
|
+
background: transparent;
|
18542
18711
|
color: inherit;
|
18543
|
-
text-decoration: none;
|
18544
18712
|
}
|
18545
|
-
.v-
|
18546
|
-
|
18713
|
+
.v-card--variant-plain {
|
18714
|
+
opacity: 0.62;
|
18547
18715
|
}
|
18548
|
-
.v-
|
18549
|
-
|
18550
|
-
margin-inline: -4px 2px;
|
18716
|
+
.v-card--variant-plain:focus, .v-card--variant-plain:hover {
|
18717
|
+
opacity: 1;
|
18551
18718
|
}
|
18552
|
-
|
18553
|
-
|
18554
|
-
display: inline-block;
|
18555
|
-
padding: 0 8px;
|
18556
|
-
vertical-align: middle;
|
18557
|
-
}.bottom-sheet-transition-enter-from {
|
18558
|
-
transform: translateY(100%);
|
18719
|
+
.v-card--variant-plain .v-card__overlay {
|
18720
|
+
display: none;
|
18559
18721
|
}
|
18560
|
-
.
|
18561
|
-
|
18562
|
-
|
18563
|
-
|
18564
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18565
|
-
align-self: flex-end;
|
18566
|
-
border-radius: 0;
|
18567
|
-
flex: 0 1 auto;
|
18568
|
-
left: 0;
|
18569
|
-
right: 0;
|
18570
|
-
margin-inline: 0;
|
18571
|
-
margin-bottom: 0;
|
18572
|
-
transition-duration: 0.2s;
|
18573
|
-
width: 100%;
|
18574
|
-
max-width: 100%;
|
18575
|
-
overflow: visible;
|
18576
|
-
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));
|
18577
|
-
}
|
18578
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18579
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18580
|
-
border-radius: 0;
|
18581
|
-
}
|
18582
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18583
|
-
max-width: none;
|
18584
|
-
}
|
18585
|
-
@media (min-width: 600px) {
|
18586
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18587
|
-
max-width: 70%;
|
18588
|
-
}
|
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
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
18646
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18647
|
-
}
|
18648
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
18649
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18650
|
-
}
|
18651
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
18652
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18653
|
-
}
|
18654
|
-
@supports not selector(:focus-visible) {
|
18655
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
18656
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18657
|
-
}
|
18658
|
-
}.v-card {
|
18659
|
-
display: block;
|
18660
|
-
overflow: hidden;
|
18661
|
-
overflow-wrap: break-word;
|
18662
|
-
position: relative;
|
18663
|
-
padding: 0;
|
18664
|
-
text-decoration: none;
|
18665
|
-
transition-duration: 0.28s;
|
18666
|
-
transition-property: box-shadow, opacity, background;
|
18667
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18668
|
-
z-index: 0;
|
18669
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18670
|
-
border-style: solid;
|
18671
|
-
border-width: 0;
|
18672
|
-
border-radius: 4px;
|
18673
|
-
}
|
18674
|
-
.v-card--border {
|
18675
|
-
border-width: thin;
|
18676
|
-
box-shadow: none;
|
18677
|
-
}
|
18678
|
-
.v-card--absolute {
|
18679
|
-
position: absolute;
|
18680
|
-
}
|
18681
|
-
.v-card--fixed {
|
18682
|
-
position: fixed;
|
18683
|
-
}
|
18684
|
-
.v-card:hover > .v-card__overlay {
|
18685
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
18686
|
-
}
|
18687
|
-
.v-card:focus-visible > .v-card__overlay {
|
18688
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
18689
|
-
}
|
18690
|
-
@supports not selector(:focus-visible) {
|
18691
|
-
.v-card:focus > .v-card__overlay {
|
18692
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
18693
|
-
}
|
18694
|
-
}
|
18695
|
-
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
18696
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
18697
|
-
}
|
18698
|
-
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
18699
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
18700
|
-
}
|
18701
|
-
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
18702
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18703
|
-
}
|
18704
|
-
@supports not selector(:focus-visible) {
|
18705
|
-
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
18706
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
18707
|
-
}
|
18708
|
-
}
|
18709
|
-
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
18710
|
-
background: transparent;
|
18711
|
-
color: inherit;
|
18712
|
-
}
|
18713
|
-
.v-card--variant-plain {
|
18714
|
-
opacity: 0.62;
|
18715
|
-
}
|
18716
|
-
.v-card--variant-plain:focus, .v-card--variant-plain:hover {
|
18717
|
-
opacity: 1;
|
18718
|
-
}
|
18719
|
-
.v-card--variant-plain .v-card__overlay {
|
18720
|
-
display: none;
|
18721
|
-
}
|
18722
|
-
.v-card--variant-elevated, .v-card--variant-flat {
|
18723
|
-
background: rgb(var(--v-theme-surface));
|
18724
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18722
|
+
.v-card--variant-elevated, .v-card--variant-flat {
|
18723
|
+
background: rgb(var(--v-theme-surface));
|
18724
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18725
18725
|
}
|
18726
18726
|
.v-card--variant-elevated {
|
18727
18727
|
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
@@ -18954,11 +18954,6 @@ html.overflow-y-hidden {
|
|
18954
18954
|
pointer-events: none;
|
18955
18955
|
opacity: 0;
|
18956
18956
|
transition: opacity 0.2s ease-in-out;
|
18957
|
-
}.v-checkbox.v-input {
|
18958
|
-
flex: 0 1 auto;
|
18959
|
-
}
|
18960
|
-
.v-checkbox .v-selection-control {
|
18961
|
-
min-height: var(--v-input-control-height);
|
18962
18957
|
}.v-carousel {
|
18963
18958
|
overflow: hidden;
|
18964
18959
|
position: relative;
|
@@ -19022,6 +19017,11 @@ html.overflow-y-hidden {
|
|
19022
19017
|
flex-direction: column;
|
19023
19018
|
height: 100% !important;
|
19024
19019
|
width: 50px;
|
19020
|
+
}.v-checkbox.v-input {
|
19021
|
+
flex: 0 1 auto;
|
19022
|
+
}
|
19023
|
+
.v-checkbox .v-selection-control {
|
19024
|
+
min-height: var(--v-input-control-height);
|
19025
19025
|
}.v-chip {
|
19026
19026
|
align-items: center;
|
19027
19027
|
display: inline-flex;
|
@@ -19434,6 +19434,24 @@ html.overflow-y-hidden {
|
|
19434
19434
|
|
19435
19435
|
.v-chip--label {
|
19436
19436
|
border-radius: 4px;
|
19437
|
+
}.v-chip-group {
|
19438
|
+
display: flex;
|
19439
|
+
max-width: 100%;
|
19440
|
+
min-width: 0;
|
19441
|
+
overflow-x: auto;
|
19442
|
+
padding: 4px 0;
|
19443
|
+
}
|
19444
|
+
.v-chip-group .v-chip {
|
19445
|
+
margin: 4px 8px 4px 0;
|
19446
|
+
}
|
19447
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19448
|
+
opacity: var(--v-activated-opacity);
|
19449
|
+
}
|
19450
|
+
|
19451
|
+
.v-chip-group--column .v-slide-group__content {
|
19452
|
+
white-space: normal;
|
19453
|
+
flex-wrap: wrap;
|
19454
|
+
max-width: 100%;
|
19437
19455
|
}.v-container {
|
19438
19456
|
width: 100%;
|
19439
19457
|
padding: 16px;
|
@@ -20106,24 +20124,6 @@ html.overflow-y-hidden {
|
|
20106
20124
|
.offset-xxl-11 {
|
20107
20125
|
margin-inline-start: 91.6666666667%;
|
20108
20126
|
}
|
20109
|
-
}.v-chip-group {
|
20110
|
-
display: flex;
|
20111
|
-
max-width: 100%;
|
20112
|
-
min-width: 0;
|
20113
|
-
overflow-x: auto;
|
20114
|
-
padding: 4px 0;
|
20115
|
-
}
|
20116
|
-
.v-chip-group .v-chip {
|
20117
|
-
margin: 4px 8px 4px 0;
|
20118
|
-
}
|
20119
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20120
|
-
opacity: var(--v-activated-opacity);
|
20121
|
-
}
|
20122
|
-
|
20123
|
-
.v-chip-group--column .v-slide-group__content {
|
20124
|
-
white-space: normal;
|
20125
|
-
flex-wrap: wrap;
|
20126
|
-
max-width: 100%;
|
20127
20127
|
}.v-color-picker {
|
20128
20128
|
align-self: flex-start;
|
20129
20129
|
contain: content;
|
@@ -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,30 +20448,91 @@ html.overflow-y-hidden {
|
|
20443
20448
|
}
|
20444
20449
|
.v-data-table-footer__page {
|
20445
20450
|
padding: 0 8px;
|
20446
|
-
}.v-date-picker
|
20451
|
+
}.v-date-picker {
|
20452
|
+
overflow: hidden;
|
20453
|
+
width: 328px;
|
20454
|
+
}
|
20455
|
+
.v-date-picker--show-week {
|
20456
|
+
width: 368px;
|
20457
|
+
}.v-date-picker-month {
|
20447
20458
|
display: flex;
|
20448
|
-
|
20449
|
-
|
20450
|
-
|
20451
|
-
padding-top: 4px;
|
20452
|
-
padding-bottom: 4px;
|
20453
|
-
padding-inline-start: 6px;
|
20454
|
-
padding-inline-end: 12px;
|
20459
|
+
justify-content: center;
|
20460
|
+
padding: 0 12px 8px;
|
20461
|
+
--v-date-picker-month-day-diff: 4px;
|
20455
20462
|
}
|
20456
|
-
|
20457
|
-
|
20458
|
-
|
20459
|
-
|
20460
|
-
|
20463
|
+
|
20464
|
+
.v-date-picker-month__weeks {
|
20465
|
+
display: grid;
|
20466
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20467
|
+
column-gap: 4px;
|
20468
|
+
font-size: 0.85rem;
|
20461
20469
|
}
|
20462
|
-
.v-date-picker-
|
20463
|
-
|
20470
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20471
|
+
grid-row-gap: 0;
|
20464
20472
|
}
|
20465
|
-
|
20466
|
-
|
20473
|
+
|
20474
|
+
.v-date-picker-month__weekday {
|
20475
|
+
font-size: 0.85rem;
|
20467
20476
|
}
|
20468
|
-
|
20469
|
-
|
20477
|
+
|
20478
|
+
.v-date-picker-month__days {
|
20479
|
+
display: grid;
|
20480
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20481
|
+
column-gap: 4px;
|
20482
|
+
flex: 1 1;
|
20483
|
+
justify-content: space-around;
|
20484
|
+
}
|
20485
|
+
|
20486
|
+
.v-date-picker-month__day {
|
20487
|
+
align-items: center;
|
20488
|
+
display: flex;
|
20489
|
+
justify-content: center;
|
20490
|
+
position: relative;
|
20491
|
+
height: 40px;
|
20492
|
+
width: 40px;
|
20493
|
+
}
|
20494
|
+
.v-date-picker-month__day--selected .v-btn {
|
20495
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20496
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20497
|
+
}
|
20498
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20499
|
+
--v-btn-height: 24px;
|
20500
|
+
--v-btn-size: 0.85rem;
|
20501
|
+
}
|
20502
|
+
.v-date-picker-month__day--week {
|
20503
|
+
font-size: var(--v-btn-size);
|
20504
|
+
}
|
20505
|
+
|
20506
|
+
.v-date-picker-month__day--adjacent {
|
20507
|
+
opacity: 0.5;
|
20508
|
+
}
|
20509
|
+
|
20510
|
+
.v-date-picker-month__day--hide-adjacent {
|
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;
|
20470
20536
|
}
|
20471
20537
|
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20472
20538
|
opacity: 1;
|
@@ -20499,12 +20565,6 @@ html.overflow-y-hidden {
|
|
20499
20565
|
|
20500
20566
|
.v-date-picker__title {
|
20501
20567
|
display: inline-block;
|
20502
|
-
}.v-date-picker {
|
20503
|
-
overflow: hidden;
|
20504
|
-
width: 328px;
|
20505
|
-
}
|
20506
|
-
.v-date-picker--show-week {
|
20507
|
-
width: 368px;
|
20508
20568
|
}.v-date-picker-header {
|
20509
20569
|
align-items: flex-end;
|
20510
20570
|
height: 70px;
|
@@ -20565,61 +20625,6 @@ html.overflow-y-hidden {
|
|
20565
20625
|
.date-picker-header-reverse-transition-leave-to {
|
20566
20626
|
opacity: 0;
|
20567
20627
|
transform: translate(0, 100%);
|
20568
|
-
}.v-date-picker-month {
|
20569
|
-
display: flex;
|
20570
|
-
justify-content: center;
|
20571
|
-
padding: 0 12px 8px;
|
20572
|
-
--v-date-picker-month-day-diff: 4px;
|
20573
|
-
}
|
20574
|
-
|
20575
|
-
.v-date-picker-month__weeks {
|
20576
|
-
display: grid;
|
20577
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20578
|
-
column-gap: 4px;
|
20579
|
-
font-size: 0.85rem;
|
20580
|
-
}
|
20581
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20582
|
-
grid-row-gap: 0;
|
20583
|
-
}
|
20584
|
-
|
20585
|
-
.v-date-picker-month__weekday {
|
20586
|
-
font-size: 0.85rem;
|
20587
|
-
}
|
20588
|
-
|
20589
|
-
.v-date-picker-month__days {
|
20590
|
-
display: grid;
|
20591
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20592
|
-
column-gap: 4px;
|
20593
|
-
flex: 1 1;
|
20594
|
-
justify-content: space-around;
|
20595
|
-
}
|
20596
|
-
|
20597
|
-
.v-date-picker-month__day {
|
20598
|
-
align-items: center;
|
20599
|
-
display: flex;
|
20600
|
-
justify-content: center;
|
20601
|
-
position: relative;
|
20602
|
-
height: 40px;
|
20603
|
-
width: 40px;
|
20604
|
-
}
|
20605
|
-
.v-date-picker-month__day--selected .v-btn {
|
20606
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20607
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20608
|
-
}
|
20609
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20610
|
-
--v-btn-height: 24px;
|
20611
|
-
--v-btn-size: 0.85rem;
|
20612
|
-
}
|
20613
|
-
.v-date-picker-month__day--week {
|
20614
|
-
font-size: var(--v-btn-size);
|
20615
|
-
}
|
20616
|
-
|
20617
|
-
.v-date-picker-month__day--adjacent {
|
20618
|
-
opacity: 0.5;
|
20619
|
-
}
|
20620
|
-
|
20621
|
-
.v-date-picker-month__day--hide-adjacent {
|
20622
|
-
opacity: 0;
|
20623
20628
|
}.v-date-picker-months {
|
20624
20629
|
height: 288px;
|
20625
20630
|
}
|
@@ -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;
|
@@ -21713,35 +21718,7 @@ textarea.v-field__input::placeholder {
|
|
21713
21718
|
opacity: 0;
|
21714
21719
|
}
|
21715
21720
|
|
21716
|
-
/* endregion */.v-
|
21717
|
-
align-items: center;
|
21718
|
-
display: flex;
|
21719
|
-
flex: 1 1 auto;
|
21720
|
-
padding: 8px 16px;
|
21721
|
-
position: relative;
|
21722
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21723
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21724
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21725
|
-
border-style: solid;
|
21726
|
-
border-width: 0;
|
21727
|
-
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));
|
21728
|
-
border-radius: 0;
|
21729
|
-
background: rgb(var(--v-theme-surface));
|
21730
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21731
|
-
}
|
21732
|
-
.v-footer--border {
|
21733
|
-
border-width: thin;
|
21734
|
-
box-shadow: none;
|
21735
|
-
}
|
21736
|
-
.v-footer--absolute {
|
21737
|
-
position: absolute;
|
21738
|
-
}
|
21739
|
-
.v-footer--fixed {
|
21740
|
-
position: fixed;
|
21741
|
-
}
|
21742
|
-
.v-footer--rounded {
|
21743
|
-
border-radius: 4px;
|
21744
|
-
}.v-file-input--hide.v-input .v-field,
|
21721
|
+
/* endregion */.v-file-input--hide.v-input .v-field,
|
21745
21722
|
.v-file-input--hide.v-input .v-input__control,
|
21746
21723
|
.v-file-input--hide.v-input .v-input__details {
|
21747
21724
|
display: none;
|
@@ -21770,6 +21747,34 @@ textarea.v-field__input::placeholder {
|
|
21770
21747
|
}
|
21771
21748
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
21772
21749
|
padding-inline: 0;
|
21750
|
+
}.v-footer {
|
21751
|
+
align-items: center;
|
21752
|
+
display: flex;
|
21753
|
+
flex: 1 1 auto;
|
21754
|
+
padding: 8px 16px;
|
21755
|
+
position: relative;
|
21756
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21757
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21758
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21759
|
+
border-style: solid;
|
21760
|
+
border-width: 0;
|
21761
|
+
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));
|
21762
|
+
border-radius: 0;
|
21763
|
+
background: rgb(var(--v-theme-surface));
|
21764
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21765
|
+
}
|
21766
|
+
.v-footer--border {
|
21767
|
+
border-width: thin;
|
21768
|
+
box-shadow: none;
|
21769
|
+
}
|
21770
|
+
.v-footer--absolute {
|
21771
|
+
position: absolute;
|
21772
|
+
}
|
21773
|
+
.v-footer--fixed {
|
21774
|
+
position: fixed;
|
21775
|
+
}
|
21776
|
+
.v-footer--rounded {
|
21777
|
+
border-radius: 4px;
|
21773
21778
|
}.v-icon {
|
21774
21779
|
--v-icon-size-multiplier: 1;
|
21775
21780
|
align-items: center;
|
@@ -22046,6 +22051,13 @@ textarea.v-field__input::placeholder {
|
|
22046
22051
|
|
22047
22052
|
.v-label--clickable {
|
22048
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;
|
22049
22061
|
}.v-layout {
|
22050
22062
|
--v-scrollbar-offset: 0px;
|
22051
22063
|
display: flex;
|
@@ -22054,13 +22066,6 @@ textarea.v-field__input::placeholder {
|
|
22054
22066
|
.v-layout--full-height {
|
22055
22067
|
--v-scrollbar-offset: inherit;
|
22056
22068
|
height: 100%;
|
22057
|
-
}.v-layout-item {
|
22058
|
-
position: absolute;
|
22059
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22060
|
-
}
|
22061
|
-
|
22062
|
-
.v-layout-item--absolute {
|
22063
|
-
position: absolute;
|
22064
22069
|
}.v-list {
|
22065
22070
|
overflow: auto;
|
22066
22071
|
padding: 8px 0;
|
@@ -22835,6 +22840,14 @@ textarea.v-field__input::placeholder {
|
|
22835
22840
|
}
|
22836
22841
|
.v-otp-input__loader .v-progress-linear {
|
22837
22842
|
position: absolute;
|
22843
|
+
}.v-pagination__list {
|
22844
|
+
display: inline-flex;
|
22845
|
+
list-style-type: none;
|
22846
|
+
justify-content: center;
|
22847
|
+
width: 100%;
|
22848
|
+
}
|
22849
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22850
|
+
margin: 0.3rem;
|
22838
22851
|
}.v-overlay-container {
|
22839
22852
|
contain: layout;
|
22840
22853
|
left: 0;
|
@@ -22898,169 +22911,59 @@ html.v-overlay-scroll-blocked {
|
|
22898
22911
|
|
22899
22912
|
.v-overlay--scroll-blocked {
|
22900
22913
|
padding-inline-end: var(--v-scrollbar-offset);
|
22901
|
-
}.v-pagination__list {
|
22902
|
-
display: inline-flex;
|
22903
|
-
list-style-type: none;
|
22904
|
-
justify-content: center;
|
22905
|
-
width: 100%;
|
22906
|
-
}
|
22907
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22908
|
-
margin: 0.3rem;
|
22909
22914
|
}.v-parallax {
|
22910
22915
|
position: relative;
|
22911
22916
|
overflow: hidden;
|
22912
22917
|
}
|
22913
22918
|
.v-parallax--active > .v-img__img {
|
22914
22919
|
will-change: transform;
|
22915
|
-
}.v-progress-
|
22916
|
-
|
22917
|
-
|
22918
|
-
justify-content: center;
|
22920
|
+
}.v-progress-linear {
|
22921
|
+
background: transparent;
|
22922
|
+
overflow: hidden;
|
22919
22923
|
position: relative;
|
22920
|
-
|
22921
|
-
}
|
22922
|
-
.v-progress-circular > svg {
|
22924
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22923
22925
|
width: 100%;
|
22924
|
-
|
22925
|
-
|
22926
|
-
|
22927
|
-
|
22926
|
+
}
|
22927
|
+
.v-progress-linear--rounded {
|
22928
|
+
border-radius: 9999px;
|
22929
|
+
}
|
22930
|
+
|
22931
|
+
.v-progress-linear__background,
|
22932
|
+
.v-progress-linear__buffer {
|
22933
|
+
background: currentColor;
|
22928
22934
|
bottom: 0;
|
22929
22935
|
left: 0;
|
22930
|
-
|
22931
|
-
|
22936
|
+
opacity: var(--v-border-opacity);
|
22937
|
+
position: absolute;
|
22938
|
+
top: 0;
|
22939
|
+
width: 100%;
|
22940
|
+
transition-property: width, left, right;
|
22941
|
+
transition: inherit;
|
22932
22942
|
}
|
22933
22943
|
|
22934
|
-
.v-progress-
|
22944
|
+
.v-progress-linear__content {
|
22935
22945
|
align-items: center;
|
22936
22946
|
display: flex;
|
22947
|
+
height: 100%;
|
22937
22948
|
justify-content: center;
|
22949
|
+
left: 0;
|
22950
|
+
pointer-events: none;
|
22951
|
+
position: absolute;
|
22952
|
+
top: 0;
|
22953
|
+
width: 100%;
|
22938
22954
|
}
|
22939
22955
|
|
22940
|
-
.v-progress-
|
22941
|
-
|
22942
|
-
|
22943
|
-
z-index: 1;
|
22956
|
+
.v-progress-linear__determinate,
|
22957
|
+
.v-progress-linear__indeterminate {
|
22958
|
+
background: currentColor;
|
22944
22959
|
}
|
22945
22960
|
|
22946
|
-
.v-progress-
|
22947
|
-
|
22948
|
-
|
22949
|
-
|
22950
|
-
|
22951
|
-
|
22952
|
-
.v-progress-circular--size-x-small {
|
22953
|
-
height: 16px;
|
22954
|
-
width: 16px;
|
22955
|
-
}
|
22956
|
-
.v-progress-circular--size-small {
|
22957
|
-
height: 24px;
|
22958
|
-
width: 24px;
|
22959
|
-
}
|
22960
|
-
.v-progress-circular--size-default {
|
22961
|
-
height: 32px;
|
22962
|
-
width: 32px;
|
22963
|
-
}
|
22964
|
-
.v-progress-circular--size-large {
|
22965
|
-
height: 48px;
|
22966
|
-
width: 48px;
|
22967
|
-
}
|
22968
|
-
.v-progress-circular--size-x-large {
|
22969
|
-
height: 64px;
|
22970
|
-
width: 64px;
|
22971
|
-
}
|
22972
|
-
|
22973
|
-
.v-progress-circular--indeterminate > svg {
|
22974
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
22975
|
-
transform-origin: center center;
|
22976
|
-
transition: all 0.2s ease-in-out;
|
22977
|
-
}
|
22978
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
22979
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
22980
|
-
stroke-dasharray: 25, 200;
|
22981
|
-
stroke-dashoffset: 0;
|
22982
|
-
stroke-linecap: round;
|
22983
|
-
transform-origin: center center;
|
22984
|
-
transform: rotate(-90deg);
|
22985
|
-
}
|
22986
|
-
|
22987
|
-
.v-progress-circular--disable-shrink > svg {
|
22988
|
-
animation-duration: 0.7s;
|
22989
|
-
}
|
22990
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
22991
|
-
animation: none;
|
22992
|
-
}
|
22993
|
-
|
22994
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
22995
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
22996
|
-
animation-play-state: paused !important;
|
22997
|
-
}
|
22998
|
-
|
22999
|
-
@keyframes progress-circular-dash {
|
23000
|
-
0% {
|
23001
|
-
stroke-dasharray: 1, 200;
|
23002
|
-
stroke-dashoffset: 0px;
|
23003
|
-
}
|
23004
|
-
50% {
|
23005
|
-
stroke-dasharray: 100, 200;
|
23006
|
-
stroke-dashoffset: -15px;
|
23007
|
-
}
|
23008
|
-
100% {
|
23009
|
-
stroke-dasharray: 100, 200;
|
23010
|
-
stroke-dashoffset: -124px;
|
23011
|
-
}
|
23012
|
-
}
|
23013
|
-
@keyframes progress-circular-rotate {
|
23014
|
-
100% {
|
23015
|
-
transform: rotate(270deg);
|
23016
|
-
}
|
23017
|
-
}.v-progress-linear {
|
23018
|
-
background: transparent;
|
23019
|
-
overflow: hidden;
|
23020
|
-
position: relative;
|
23021
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23022
|
-
width: 100%;
|
23023
|
-
}
|
23024
|
-
.v-progress-linear--rounded {
|
23025
|
-
border-radius: 9999px;
|
23026
|
-
}
|
23027
|
-
|
23028
|
-
.v-progress-linear__background,
|
23029
|
-
.v-progress-linear__buffer {
|
23030
|
-
background: currentColor;
|
23031
|
-
bottom: 0;
|
23032
|
-
left: 0;
|
23033
|
-
opacity: var(--v-border-opacity);
|
23034
|
-
position: absolute;
|
23035
|
-
top: 0;
|
23036
|
-
width: 100%;
|
23037
|
-
transition-property: width, left, right;
|
23038
|
-
transition: inherit;
|
23039
|
-
}
|
23040
|
-
|
23041
|
-
.v-progress-linear__content {
|
23042
|
-
align-items: center;
|
23043
|
-
display: flex;
|
23044
|
-
height: 100%;
|
23045
|
-
justify-content: center;
|
23046
|
-
left: 0;
|
23047
|
-
pointer-events: none;
|
23048
|
-
position: absolute;
|
23049
|
-
top: 0;
|
23050
|
-
width: 100%;
|
23051
|
-
}
|
23052
|
-
|
23053
|
-
.v-progress-linear__determinate,
|
23054
|
-
.v-progress-linear__indeterminate {
|
23055
|
-
background: currentColor;
|
23056
|
-
}
|
23057
|
-
|
23058
|
-
.v-progress-linear__determinate {
|
23059
|
-
height: inherit;
|
23060
|
-
left: 0;
|
23061
|
-
position: absolute;
|
23062
|
-
transition: inherit;
|
23063
|
-
transition-property: width, left, right;
|
22961
|
+
.v-progress-linear__determinate {
|
22962
|
+
height: inherit;
|
22963
|
+
left: 0;
|
22964
|
+
position: absolute;
|
22965
|
+
transition: inherit;
|
22966
|
+
transition-property: width, left, right;
|
23064
22967
|
}
|
23065
22968
|
|
23066
22969
|
.v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
|
@@ -23225,6 +23128,108 @@ html.v-overlay-scroll-blocked {
|
|
23225
23128
|
0% {
|
23226
23129
|
background-position-x: var(--v-progress-linear-height);
|
23227
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);
|
23232
|
+
}
|
23228
23233
|
}.v-radio-group > .v-input__control {
|
23229
23234
|
flex-direction: column;
|
23230
23235
|
}
|
@@ -23294,6 +23299,60 @@ html.v-overlay-scroll-blocked {
|
|
23294
23299
|
|
23295
23300
|
.v-slider__label {
|
23296
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;
|
23297
23356
|
}.v-responsive {
|
23298
23357
|
display: flex;
|
23299
23358
|
flex: 1 0 auto;
|
@@ -23320,6 +23379,54 @@ html.v-overlay-scroll-blocked {
|
|
23320
23379
|
flex: 1 0 0px;
|
23321
23380
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23322
23381
|
pointer-events: none;
|
23382
|
+
}.v-select .v-field .v-text-field__prefix,
|
23383
|
+
.v-select .v-field .v-text-field__suffix,
|
23384
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23385
|
+
cursor: pointer;
|
23386
|
+
}
|
23387
|
+
.v-select .v-field .v-field__input > input {
|
23388
|
+
align-self: flex-start;
|
23389
|
+
opacity: 1;
|
23390
|
+
flex: 0 0;
|
23391
|
+
position: absolute;
|
23392
|
+
width: 100%;
|
23393
|
+
transition: none;
|
23394
|
+
pointer-events: none;
|
23395
|
+
caret-color: transparent;
|
23396
|
+
}
|
23397
|
+
.v-select .v-field--dirty .v-select__selection {
|
23398
|
+
margin-inline-end: 2px;
|
23399
|
+
}
|
23400
|
+
.v-select .v-select__selection-text {
|
23401
|
+
overflow: hidden;
|
23402
|
+
text-overflow: ellipsis;
|
23403
|
+
white-space: nowrap;
|
23404
|
+
}
|
23405
|
+
.v-select__content {
|
23406
|
+
overflow: hidden;
|
23407
|
+
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));
|
23408
|
+
border-radius: 4px;
|
23409
|
+
}
|
23410
|
+
.v-select__selection {
|
23411
|
+
display: inline-flex;
|
23412
|
+
align-items: center;
|
23413
|
+
letter-spacing: inherit;
|
23414
|
+
line-height: inherit;
|
23415
|
+
max-width: 100%;
|
23416
|
+
}
|
23417
|
+
.v-select .v-select__selection:first-child {
|
23418
|
+
margin-inline-start: 0;
|
23419
|
+
}
|
23420
|
+
.v-select--selected .v-field .v-field__input > input {
|
23421
|
+
opacity: 0;
|
23422
|
+
}
|
23423
|
+
.v-select__menu-icon {
|
23424
|
+
margin-inline-start: 4px;
|
23425
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23426
|
+
}
|
23427
|
+
.v-select--active-menu .v-select__menu-icon {
|
23428
|
+
opacity: var(--v-high-emphasis-opacity);
|
23429
|
+
transform: rotate(180deg);
|
23323
23430
|
}.v-selection-control {
|
23324
23431
|
align-items: center;
|
23325
23432
|
contain: layout;
|
@@ -23407,150 +23514,20 @@ html.v-overlay-scroll-blocked {
|
|
23407
23514
|
opacity: 0;
|
23408
23515
|
pointer-events: none;
|
23409
23516
|
}
|
23410
|
-
.v-selection-control__input:hover::before {
|
23411
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23412
|
-
}
|
23413
|
-
.v-selection-control__input > .v-icon {
|
23414
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23415
|
-
}
|
23416
|
-
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
|
23417
|
-
opacity: 1;
|
23418
|
-
}
|
23419
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
|
23420
|
-
color: rgb(var(--v-theme-error));
|
23421
|
-
}
|
23422
|
-
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23423
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23424
|
-
}.v-rating {
|
23425
|
-
max-width: 100%;
|
23426
|
-
display: inline-flex;
|
23427
|
-
white-space: nowrap;
|
23428
|
-
}
|
23429
|
-
.v-rating--readonly {
|
23430
|
-
pointer-events: none;
|
23431
|
-
}
|
23432
|
-
|
23433
|
-
.v-rating__wrapper {
|
23434
|
-
align-items: center;
|
23435
|
-
display: inline-flex;
|
23436
|
-
flex-direction: column;
|
23437
|
-
}
|
23438
|
-
.v-rating__wrapper--bottom {
|
23439
|
-
flex-direction: column-reverse;
|
23440
|
-
}
|
23441
|
-
|
23442
|
-
.v-rating__item {
|
23443
|
-
display: inline-flex;
|
23444
|
-
position: relative;
|
23445
|
-
}
|
23446
|
-
.v-rating__item label {
|
23447
|
-
cursor: pointer;
|
23448
|
-
}
|
23449
|
-
.v-rating__item .v-btn--variant-plain {
|
23450
|
-
opacity: 1;
|
23451
|
-
}
|
23452
|
-
.v-rating__item .v-btn {
|
23453
|
-
transition-property: transform;
|
23454
|
-
}
|
23455
|
-
.v-rating__item .v-btn .v-icon {
|
23456
|
-
transition: inherit;
|
23457
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23458
|
-
}
|
23459
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23460
|
-
transform: scale(1.25);
|
23461
|
-
}
|
23462
|
-
.v-rating__item--half {
|
23463
|
-
overflow: hidden;
|
23464
|
-
position: absolute;
|
23465
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23466
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23467
|
-
z-index: 1;
|
23468
|
-
}
|
23469
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
23470
|
-
opacity: 0;
|
23471
|
-
}
|
23472
|
-
|
23473
|
-
.v-rating__hidden {
|
23474
|
-
height: 0;
|
23475
|
-
opacity: 0;
|
23476
|
-
position: absolute;
|
23477
|
-
width: 0;
|
23478
|
-
}.v-sheet {
|
23479
|
-
display: block;
|
23480
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23481
|
-
border-style: solid;
|
23482
|
-
border-width: 0;
|
23483
|
-
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));
|
23484
|
-
border-radius: 0;
|
23485
|
-
background: rgb(var(--v-theme-surface));
|
23486
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23487
|
-
}
|
23488
|
-
.v-sheet--border {
|
23489
|
-
border-width: thin;
|
23490
|
-
box-shadow: none;
|
23491
|
-
}
|
23492
|
-
.v-sheet--absolute {
|
23493
|
-
position: absolute;
|
23494
|
-
}
|
23495
|
-
.v-sheet--fixed {
|
23496
|
-
position: fixed;
|
23497
|
-
}
|
23498
|
-
.v-sheet--relative {
|
23499
|
-
position: relative;
|
23500
|
-
}
|
23501
|
-
.v-sheet--sticky {
|
23502
|
-
position: sticky;
|
23503
|
-
}
|
23504
|
-
.v-sheet--rounded {
|
23505
|
-
border-radius: 4px;
|
23506
|
-
}.v-select .v-field .v-text-field__prefix,
|
23507
|
-
.v-select .v-field .v-text-field__suffix,
|
23508
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23509
|
-
cursor: pointer;
|
23510
|
-
}
|
23511
|
-
.v-select .v-field .v-field__input > input {
|
23512
|
-
align-self: flex-start;
|
23513
|
-
opacity: 1;
|
23514
|
-
flex: 0 0;
|
23515
|
-
position: absolute;
|
23516
|
-
width: 100%;
|
23517
|
-
transition: none;
|
23518
|
-
pointer-events: none;
|
23519
|
-
caret-color: transparent;
|
23520
|
-
}
|
23521
|
-
.v-select .v-field--dirty .v-select__selection {
|
23522
|
-
margin-inline-end: 2px;
|
23523
|
-
}
|
23524
|
-
.v-select .v-select__selection-text {
|
23525
|
-
overflow: hidden;
|
23526
|
-
text-overflow: ellipsis;
|
23527
|
-
white-space: nowrap;
|
23528
|
-
}
|
23529
|
-
.v-select__content {
|
23530
|
-
overflow: hidden;
|
23531
|
-
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));
|
23532
|
-
border-radius: 4px;
|
23533
|
-
}
|
23534
|
-
.v-select__selection {
|
23535
|
-
display: inline-flex;
|
23536
|
-
align-items: center;
|
23537
|
-
letter-spacing: inherit;
|
23538
|
-
line-height: inherit;
|
23539
|
-
max-width: 100%;
|
23517
|
+
.v-selection-control__input:hover::before {
|
23518
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23540
23519
|
}
|
23541
|
-
.v-
|
23542
|
-
|
23520
|
+
.v-selection-control__input > .v-icon {
|
23521
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23543
23522
|
}
|
23544
|
-
.v-
|
23545
|
-
opacity:
|
23523
|
+
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
|
23524
|
+
opacity: 1;
|
23546
23525
|
}
|
23547
|
-
.v-
|
23548
|
-
|
23549
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23526
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
|
23527
|
+
color: rgb(var(--v-theme-error));
|
23550
23528
|
}
|
23551
|
-
.v-
|
23552
|
-
opacity: var(--v-
|
23553
|
-
transform: rotate(180deg);
|
23529
|
+
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23530
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23554
23531
|
}.v-selection-control-group {
|
23555
23532
|
grid-area: control;
|
23556
23533
|
display: flex;
|
@@ -23559,6 +23536,34 @@ html.v-overlay-scroll-blocked {
|
|
23559
23536
|
.v-selection-control-group--inline {
|
23560
23537
|
flex-direction: row;
|
23561
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;
|
23562
23567
|
}.v-skeleton-loader {
|
23563
23568
|
align-items: center;
|
23564
23569
|
background: rgb(var(--v-theme-surface));
|
@@ -24396,35 +24401,6 @@ html.v-overlay-scroll-blocked {
|
|
24396
24401
|
}
|
24397
24402
|
.v-system-bar:not(.v-system-bar--absolute) {
|
24398
24403
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24399
|
-
}.v-tab.v-tab.v-btn {
|
24400
|
-
height: var(--v-tabs-height);
|
24401
|
-
border-radius: 0;
|
24402
|
-
min-width: 90px;
|
24403
|
-
}
|
24404
|
-
.v-slide-group--horizontal .v-tab {
|
24405
|
-
max-width: 360px;
|
24406
|
-
}
|
24407
|
-
.v-slide-group--vertical .v-tab {
|
24408
|
-
justify-content: start;
|
24409
|
-
}
|
24410
|
-
|
24411
|
-
.v-tab__slider {
|
24412
|
-
position: absolute;
|
24413
|
-
bottom: 0;
|
24414
|
-
left: 0;
|
24415
|
-
height: 2px;
|
24416
|
-
width: 100%;
|
24417
|
-
background: currentColor;
|
24418
|
-
pointer-events: none;
|
24419
|
-
opacity: 0;
|
24420
|
-
}
|
24421
|
-
.v-tab--selected .v-tab__slider {
|
24422
|
-
opacity: 1;
|
24423
|
-
}
|
24424
|
-
.v-slide-group--vertical .v-tab__slider {
|
24425
|
-
top: 0;
|
24426
|
-
height: 100%;
|
24427
|
-
width: 2px;
|
24428
24404
|
}.v-tabs {
|
24429
24405
|
display: flex;
|
24430
24406
|
height: var(--v-tabs-height);
|
@@ -24491,6 +24467,35 @@ html.v-overlay-scroll-blocked {
|
|
24491
24467
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24492
24468
|
margin-inline-end: 52px;
|
24493
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;
|
24480
|
+
}
|
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;
|
24491
|
+
}
|
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;
|
24494
24499
|
}.v-table {
|
24495
24500
|
background: rgb(var(--v-theme-surface));
|
24496
24501
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -24629,6 +24634,45 @@ html.v-overlay-scroll-blocked {
|
|
24629
24634
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
24630
24635
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
24631
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;
|
24632
24676
|
}/* region BLOCK */
|
24633
24677
|
.v-text-field input {
|
24634
24678
|
color: inherit;
|
@@ -24696,46 +24740,7 @@ html.v-overlay-scroll-blocked {
|
|
24696
24740
|
padding-inline-end: var(--v-field-padding-end);
|
24697
24741
|
}
|
24698
24742
|
|
24699
|
-
/* endregion */.v-
|
24700
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
24701
|
-
}
|
24702
|
-
.v-textarea .v-field__field {
|
24703
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
24704
|
-
}
|
24705
|
-
.v-textarea .v-field__input {
|
24706
|
-
flex: 1 1 auto;
|
24707
|
-
outline: none;
|
24708
|
-
-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));
|
24709
|
-
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));
|
24710
|
-
}
|
24711
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
24712
|
-
visibility: hidden;
|
24713
|
-
position: absolute;
|
24714
|
-
top: 0;
|
24715
|
-
left: 0;
|
24716
|
-
height: 0 !important;
|
24717
|
-
min-height: 0 !important;
|
24718
|
-
pointer-events: none;
|
24719
|
-
}
|
24720
|
-
.v-textarea--no-resize .v-field__input {
|
24721
|
-
resize: none;
|
24722
|
-
}
|
24723
|
-
.v-textarea .v-field--no-label textarea,
|
24724
|
-
.v-textarea .v-field--active textarea {
|
24725
|
-
opacity: 1;
|
24726
|
-
}
|
24727
|
-
.v-textarea textarea {
|
24728
|
-
opacity: 0;
|
24729
|
-
flex: 1;
|
24730
|
-
min-width: 0;
|
24731
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24732
|
-
}
|
24733
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
24734
|
-
outline: none;
|
24735
|
-
}
|
24736
|
-
.v-textarea textarea:invalid {
|
24737
|
-
box-shadow: none;
|
24738
|
-
}.v-theme-provider {
|
24743
|
+
/* endregion */.v-theme-provider {
|
24739
24744
|
background: rgb(var(--v-theme-background));
|
24740
24745
|
color: rgb(var(--v-theme-on-background));
|
24741
24746
|
}.v-timeline .v-timeline-divider__dot {
|
@@ -25305,6 +25310,15 @@ html.v-overlay-scroll-blocked {
|
|
25305
25310
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25306
25311
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25307
25312
|
transition-duration: 75ms;
|
25313
|
+
}.v-virtual-scroll {
|
25314
|
+
display: block;
|
25315
|
+
flex: 1 1 auto;
|
25316
|
+
max-width: 100%;
|
25317
|
+
overflow: auto;
|
25318
|
+
position: relative;
|
25319
|
+
}
|
25320
|
+
.v-virtual-scroll__container {
|
25321
|
+
display: block;
|
25308
25322
|
}.v-window {
|
25309
25323
|
overflow: hidden;
|
25310
25324
|
}
|
@@ -25375,15 +25389,6 @@ html.v-overlay-scroll-blocked {
|
|
25375
25389
|
}
|
25376
25390
|
.v-window-y-reverse-transition-leave-to {
|
25377
25391
|
transform: translateY(100%);
|
25378
|
-
}.v-virtual-scroll {
|
25379
|
-
display: block;
|
25380
|
-
flex: 1 1 auto;
|
25381
|
-
max-width: 100%;
|
25382
|
-
overflow: auto;
|
25383
|
-
position: relative;
|
25384
|
-
}
|
25385
|
-
.v-virtual-scroll__container {
|
25386
|
-
display: block;
|
25387
25392
|
}.v-color-picker-canvas {
|
25388
25393
|
display: flex;
|
25389
25394
|
position: relative;
|
@@ -25476,34 +25481,6 @@ html.v-overlay-scroll-blocked {
|
|
25476
25481
|
.v-color-picker-preview__eye-dropper {
|
25477
25482
|
position: relative;
|
25478
25483
|
margin-right: 12px;
|
25479
|
-
}.v-color-picker-edit {
|
25480
|
-
display: flex;
|
25481
|
-
margin-top: 24px;
|
25482
|
-
}
|
25483
|
-
|
25484
|
-
.v-color-picker-edit__input {
|
25485
|
-
width: 100%;
|
25486
|
-
display: flex;
|
25487
|
-
flex-wrap: wrap;
|
25488
|
-
justify-content: center;
|
25489
|
-
text-align: center;
|
25490
|
-
}
|
25491
|
-
.v-color-picker-edit__input:not(:last-child) {
|
25492
|
-
margin-inline-end: 8px;
|
25493
|
-
}
|
25494
|
-
.v-color-picker-edit__input input {
|
25495
|
-
border-radius: 4px;
|
25496
|
-
margin-bottom: 8px;
|
25497
|
-
min-width: 0;
|
25498
|
-
outline: none;
|
25499
|
-
text-align: center;
|
25500
|
-
width: 100%;
|
25501
|
-
height: 32px;
|
25502
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
25503
|
-
color: rgba(var(--v-theme-on-surface));
|
25504
|
-
}
|
25505
|
-
.v-color-picker-edit__input span {
|
25506
|
-
font-size: 0.75rem;
|
25507
25484
|
}.v-color-picker-swatches {
|
25508
25485
|
overflow-y: auto;
|
25509
25486
|
}
|
@@ -25539,6 +25516,34 @@ html.v-overlay-scroll-blocked {
|
|
25539
25516
|
justify-content: center;
|
25540
25517
|
width: 100%;
|
25541
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;
|
25542
25547
|
}.v-picker.v-sheet {
|
25543
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));
|
25544
25549
|
border-radius: 4px;
|