@vuetify/nightly 3.6.9-master.2024-06-18 → 3.6.10-master.2024-06-21
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 -10
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +3399 -3399
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +6 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1121 -1121
- package/dist/vuetify.d.ts +46 -46
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VTreeview/VTreeview.mjs +5 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -30
- package/lib/labs/components.d.mts +18 -30
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.10-master.2024-06-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17696,87 +17696,6 @@ html.overflow-y-hidden {
|
|
17696
17696
|
text-transform: none;
|
17697
17697
|
word-break: normal;
|
17698
17698
|
word-wrap: break-word;
|
17699
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
17700
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
17701
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17702
|
-
cursor: text;
|
17703
|
-
}
|
17704
|
-
.v-autocomplete .v-field .v-field__input > input {
|
17705
|
-
flex: 1 1;
|
17706
|
-
}
|
17707
|
-
.v-autocomplete .v-field input {
|
17708
|
-
min-width: 64px;
|
17709
|
-
}
|
17710
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17711
|
-
min-width: 0;
|
17712
|
-
}
|
17713
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17714
|
-
margin-inline-end: 2px;
|
17715
|
-
}
|
17716
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
17717
|
-
overflow: hidden;
|
17718
|
-
text-overflow: ellipsis;
|
17719
|
-
white-space: nowrap;
|
17720
|
-
}
|
17721
|
-
|
17722
|
-
.v-autocomplete__content {
|
17723
|
-
overflow: hidden;
|
17724
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17725
|
-
border-radius: 4px;
|
17726
|
-
}
|
17727
|
-
.v-autocomplete__mask {
|
17728
|
-
background: rgb(var(--v-theme-surface-light));
|
17729
|
-
}
|
17730
|
-
.v-autocomplete__selection {
|
17731
|
-
display: inline-flex;
|
17732
|
-
align-items: center;
|
17733
|
-
height: 1.5rem;
|
17734
|
-
letter-spacing: inherit;
|
17735
|
-
line-height: inherit;
|
17736
|
-
max-width: calc(100% - 2px - 2px);
|
17737
|
-
}
|
17738
|
-
.v-autocomplete__selection:first-child {
|
17739
|
-
margin-inline-start: 0;
|
17740
|
-
}
|
17741
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17742
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17743
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17744
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17745
|
-
top: 0px;
|
17746
|
-
}
|
17747
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17748
|
-
opacity: var(--v-medium-emphasis-opacity);
|
17749
|
-
}
|
17750
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17751
|
-
opacity: 1;
|
17752
|
-
}
|
17753
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
17754
|
-
caret-color: transparent;
|
17755
|
-
}
|
17756
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17757
|
-
flex: 1 1;
|
17758
|
-
position: absolute;
|
17759
|
-
left: 0;
|
17760
|
-
right: 0;
|
17761
|
-
width: 100%;
|
17762
|
-
padding-inline: inherit;
|
17763
|
-
}
|
17764
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17765
|
-
transition: none;
|
17766
|
-
}
|
17767
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17768
|
-
opacity: 0;
|
17769
|
-
}
|
17770
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17771
|
-
opacity: 0;
|
17772
|
-
}
|
17773
|
-
.v-autocomplete__menu-icon {
|
17774
|
-
margin-inline-start: 4px;
|
17775
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17776
|
-
}
|
17777
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17778
|
-
opacity: var(--v-high-emphasis-opacity);
|
17779
|
-
transform: rotate(180deg);
|
17780
17699
|
}.v-avatar {
|
17781
17700
|
flex: none;
|
17782
17701
|
align-items: center;
|
@@ -17872,6 +17791,87 @@ html.overflow-y-hidden {
|
|
17872
17791
|
.v-avatar .v-img {
|
17873
17792
|
height: 100%;
|
17874
17793
|
width: 100%;
|
17794
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
17795
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
17796
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17797
|
+
cursor: text;
|
17798
|
+
}
|
17799
|
+
.v-autocomplete .v-field .v-field__input > input {
|
17800
|
+
flex: 1 1;
|
17801
|
+
}
|
17802
|
+
.v-autocomplete .v-field input {
|
17803
|
+
min-width: 64px;
|
17804
|
+
}
|
17805
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17806
|
+
min-width: 0;
|
17807
|
+
}
|
17808
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17809
|
+
margin-inline-end: 2px;
|
17810
|
+
}
|
17811
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
17812
|
+
overflow: hidden;
|
17813
|
+
text-overflow: ellipsis;
|
17814
|
+
white-space: nowrap;
|
17815
|
+
}
|
17816
|
+
|
17817
|
+
.v-autocomplete__content {
|
17818
|
+
overflow: hidden;
|
17819
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17820
|
+
border-radius: 4px;
|
17821
|
+
}
|
17822
|
+
.v-autocomplete__mask {
|
17823
|
+
background: rgb(var(--v-theme-surface-light));
|
17824
|
+
}
|
17825
|
+
.v-autocomplete__selection {
|
17826
|
+
display: inline-flex;
|
17827
|
+
align-items: center;
|
17828
|
+
height: 1.5rem;
|
17829
|
+
letter-spacing: inherit;
|
17830
|
+
line-height: inherit;
|
17831
|
+
max-width: calc(100% - 2px - 2px);
|
17832
|
+
}
|
17833
|
+
.v-autocomplete__selection:first-child {
|
17834
|
+
margin-inline-start: 0;
|
17835
|
+
}
|
17836
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17837
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17838
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17839
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17840
|
+
top: 0px;
|
17841
|
+
}
|
17842
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17843
|
+
opacity: var(--v-medium-emphasis-opacity);
|
17844
|
+
}
|
17845
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17846
|
+
opacity: 1;
|
17847
|
+
}
|
17848
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
17849
|
+
caret-color: transparent;
|
17850
|
+
}
|
17851
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17852
|
+
flex: 1 1;
|
17853
|
+
position: absolute;
|
17854
|
+
left: 0;
|
17855
|
+
right: 0;
|
17856
|
+
width: 100%;
|
17857
|
+
padding-inline: inherit;
|
17858
|
+
}
|
17859
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17860
|
+
transition: none;
|
17861
|
+
}
|
17862
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17863
|
+
opacity: 0;
|
17864
|
+
}
|
17865
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17866
|
+
opacity: 0;
|
17867
|
+
}
|
17868
|
+
.v-autocomplete__menu-icon {
|
17869
|
+
margin-inline-start: 4px;
|
17870
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17871
|
+
}
|
17872
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17873
|
+
opacity: var(--v-high-emphasis-opacity);
|
17874
|
+
transform: rotate(180deg);
|
17875
17875
|
}.v-badge {
|
17876
17876
|
display: inline-block;
|
17877
17877
|
line-height: 1;
|
@@ -18156,6 +18156,38 @@ html.overflow-y-hidden {
|
|
18156
18156
|
}
|
18157
18157
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18158
18158
|
transform: translateY(0.5rem);
|
18159
|
+
}.bottom-sheet-transition-enter-from {
|
18160
|
+
transform: translateY(100%);
|
18161
|
+
}
|
18162
|
+
.bottom-sheet-transition-leave-to {
|
18163
|
+
transform: translateY(100%);
|
18164
|
+
}
|
18165
|
+
|
18166
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18167
|
+
align-self: flex-end;
|
18168
|
+
border-radius: 0;
|
18169
|
+
flex: 0 1 auto;
|
18170
|
+
left: 0;
|
18171
|
+
right: 0;
|
18172
|
+
margin-inline: 0;
|
18173
|
+
margin-bottom: 0;
|
18174
|
+
transition-duration: 0.2s;
|
18175
|
+
width: 100%;
|
18176
|
+
max-width: 100%;
|
18177
|
+
overflow: visible;
|
18178
|
+
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));
|
18179
|
+
}
|
18180
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18181
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18182
|
+
border-radius: 0;
|
18183
|
+
}
|
18184
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18185
|
+
max-width: none;
|
18186
|
+
}
|
18187
|
+
@media (min-width: 600px) {
|
18188
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18189
|
+
max-width: 70%;
|
18190
|
+
}
|
18159
18191
|
}.v-breadcrumbs {
|
18160
18192
|
display: flex;
|
18161
18193
|
align-items: center;
|
@@ -18213,117 +18245,29 @@ html.overflow-y-hidden {
|
|
18213
18245
|
display: inline-block;
|
18214
18246
|
padding: 0 8px;
|
18215
18247
|
vertical-align: middle;
|
18216
|
-
}.
|
18217
|
-
|
18218
|
-
|
18219
|
-
|
18220
|
-
|
18221
|
-
|
18222
|
-
|
18223
|
-
|
18224
|
-
|
18225
|
-
|
18226
|
-
flex: 0 1 auto;
|
18227
|
-
left: 0;
|
18228
|
-
right: 0;
|
18229
|
-
margin-inline: 0;
|
18230
|
-
margin-bottom: 0;
|
18231
|
-
transition-duration: 0.2s;
|
18232
|
-
width: 100%;
|
18233
|
-
max-width: 100%;
|
18234
|
-
overflow: visible;
|
18235
|
-
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));
|
18236
|
-
}
|
18237
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18238
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18239
|
-
border-radius: 0;
|
18240
|
-
}
|
18241
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18242
|
-
max-width: none;
|
18243
|
-
}
|
18244
|
-
@media (min-width: 600px) {
|
18245
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18246
|
-
max-width: 70%;
|
18247
|
-
}
|
18248
|
-
}.v-btn-group {
|
18249
|
-
display: inline-flex;
|
18250
|
-
flex-wrap: nowrap;
|
18248
|
+
}.v-btn {
|
18249
|
+
align-items: center;
|
18250
|
+
border-radius: 4px;
|
18251
|
+
display: inline-grid;
|
18252
|
+
grid-template-areas: "prepend content append";
|
18253
|
+
grid-template-columns: max-content auto max-content;
|
18254
|
+
font-weight: 500;
|
18255
|
+
justify-content: center;
|
18256
|
+
letter-spacing: 0.0892857143em;
|
18257
|
+
line-height: normal;
|
18251
18258
|
max-width: 100%;
|
18252
|
-
|
18253
|
-
|
18259
|
+
outline: none;
|
18260
|
+
position: relative;
|
18261
|
+
text-decoration: none;
|
18262
|
+
text-indent: 0.0892857143em;
|
18263
|
+
text-transform: uppercase;
|
18264
|
+
transition-property: box-shadow, transform, opacity, background;
|
18265
|
+
transition-duration: 0.28s;
|
18266
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18267
|
+
-webkit-user-select: none;
|
18268
|
+
user-select: none;
|
18254
18269
|
vertical-align: middle;
|
18255
|
-
|
18256
|
-
border-style: solid;
|
18257
|
-
border-width: 0;
|
18258
|
-
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));
|
18259
|
-
border-radius: 4px;
|
18260
|
-
background: transparent;
|
18261
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18262
|
-
}
|
18263
|
-
.v-btn-group--border {
|
18264
|
-
border-width: thin;
|
18265
|
-
box-shadow: none;
|
18266
|
-
}
|
18267
|
-
.v-btn-group--density-default.v-btn-group {
|
18268
|
-
height: 48px;
|
18269
|
-
}
|
18270
|
-
|
18271
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
18272
|
-
height: 40px;
|
18273
|
-
}
|
18274
|
-
|
18275
|
-
.v-btn-group--density-compact.v-btn-group {
|
18276
|
-
height: 36px;
|
18277
|
-
}
|
18278
|
-
|
18279
|
-
.v-btn-group .v-btn {
|
18280
|
-
border-radius: 0;
|
18281
|
-
border-color: inherit;
|
18282
|
-
}
|
18283
|
-
.v-btn-group .v-btn:not(:last-child) {
|
18284
|
-
border-inline-end: none;
|
18285
|
-
}
|
18286
|
-
.v-btn-group .v-btn:not(:first-child) {
|
18287
|
-
border-inline-start: none;
|
18288
|
-
}
|
18289
|
-
.v-btn-group .v-btn:first-child {
|
18290
|
-
border-start-start-radius: inherit;
|
18291
|
-
border-end-start-radius: inherit;
|
18292
|
-
}
|
18293
|
-
.v-btn-group .v-btn:last-child {
|
18294
|
-
border-start-end-radius: inherit;
|
18295
|
-
border-end-end-radius: inherit;
|
18296
|
-
}
|
18297
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
18298
|
-
border-inline-end-width: thin;
|
18299
|
-
border-inline-end-style: solid;
|
18300
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18301
|
-
}
|
18302
|
-
.v-btn-group--tile {
|
18303
|
-
border-radius: 0;
|
18304
|
-
}.v-btn {
|
18305
|
-
align-items: center;
|
18306
|
-
border-radius: 4px;
|
18307
|
-
display: inline-grid;
|
18308
|
-
grid-template-areas: "prepend content append";
|
18309
|
-
grid-template-columns: max-content auto max-content;
|
18310
|
-
font-weight: 500;
|
18311
|
-
justify-content: center;
|
18312
|
-
letter-spacing: 0.0892857143em;
|
18313
|
-
line-height: normal;
|
18314
|
-
max-width: 100%;
|
18315
|
-
outline: none;
|
18316
|
-
position: relative;
|
18317
|
-
text-decoration: none;
|
18318
|
-
text-indent: 0.0892857143em;
|
18319
|
-
text-transform: uppercase;
|
18320
|
-
transition-property: box-shadow, transform, opacity, background;
|
18321
|
-
transition-duration: 0.28s;
|
18322
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18323
|
-
-webkit-user-select: none;
|
18324
|
-
user-select: none;
|
18325
|
-
vertical-align: middle;
|
18326
|
-
flex-shrink: 0;
|
18270
|
+
flex-shrink: 0;
|
18327
18271
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18328
18272
|
border-style: solid;
|
18329
18273
|
border-width: 0;
|
@@ -18719,19 +18663,62 @@ html.overflow-y-hidden {
|
|
18719
18663
|
}
|
18720
18664
|
.v-pagination__item--is-active .v-btn__overlay {
|
18721
18665
|
opacity: var(--v-border-opacity);
|
18722
|
-
}.v-btn-
|
18723
|
-
|
18666
|
+
}.v-btn-group {
|
18667
|
+
display: inline-flex;
|
18668
|
+
flex-wrap: nowrap;
|
18669
|
+
max-width: 100%;
|
18670
|
+
min-width: 0;
|
18671
|
+
overflow: hidden;
|
18672
|
+
vertical-align: middle;
|
18673
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18674
|
+
border-style: solid;
|
18675
|
+
border-width: 0;
|
18676
|
+
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));
|
18677
|
+
border-radius: 4px;
|
18678
|
+
background: transparent;
|
18679
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18724
18680
|
}
|
18725
|
-
.v-btn-
|
18726
|
-
|
18681
|
+
.v-btn-group--border {
|
18682
|
+
border-width: thin;
|
18683
|
+
box-shadow: none;
|
18727
18684
|
}
|
18728
|
-
.v-btn-
|
18729
|
-
|
18685
|
+
.v-btn-group--density-default.v-btn-group {
|
18686
|
+
height: 48px;
|
18730
18687
|
}
|
18731
|
-
|
18732
|
-
|
18733
|
-
|
18734
|
-
|
18688
|
+
|
18689
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
18690
|
+
height: 40px;
|
18691
|
+
}
|
18692
|
+
|
18693
|
+
.v-btn-group--density-compact.v-btn-group {
|
18694
|
+
height: 36px;
|
18695
|
+
}
|
18696
|
+
|
18697
|
+
.v-btn-group .v-btn {
|
18698
|
+
border-radius: 0;
|
18699
|
+
border-color: inherit;
|
18700
|
+
}
|
18701
|
+
.v-btn-group .v-btn:not(:last-child) {
|
18702
|
+
border-inline-end: none;
|
18703
|
+
}
|
18704
|
+
.v-btn-group .v-btn:not(:first-child) {
|
18705
|
+
border-inline-start: none;
|
18706
|
+
}
|
18707
|
+
.v-btn-group .v-btn:first-child {
|
18708
|
+
border-start-start-radius: inherit;
|
18709
|
+
border-end-start-radius: inherit;
|
18710
|
+
}
|
18711
|
+
.v-btn-group .v-btn:last-child {
|
18712
|
+
border-start-end-radius: inherit;
|
18713
|
+
border-end-end-radius: inherit;
|
18714
|
+
}
|
18715
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
18716
|
+
border-inline-end-width: thin;
|
18717
|
+
border-inline-end-style: solid;
|
18718
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18719
|
+
}
|
18720
|
+
.v-btn-group--tile {
|
18721
|
+
border-radius: 0;
|
18735
18722
|
}.v-card {
|
18736
18723
|
display: block;
|
18737
18724
|
overflow: hidden;
|
@@ -19031,11 +19018,19 @@ html.overflow-y-hidden {
|
|
19031
19018
|
pointer-events: none;
|
19032
19019
|
opacity: 0;
|
19033
19020
|
transition: opacity 0.2s ease-in-out;
|
19034
|
-
}.v-
|
19035
|
-
|
19021
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19022
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19036
19023
|
}
|
19037
|
-
.v-
|
19038
|
-
|
19024
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19025
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19026
|
+
}
|
19027
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19028
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19029
|
+
}
|
19030
|
+
@supports not selector(:focus-visible) {
|
19031
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19032
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19033
|
+
}
|
19039
19034
|
}.v-carousel {
|
19040
19035
|
overflow: hidden;
|
19041
19036
|
position: relative;
|
@@ -19099,760 +19094,771 @@ html.overflow-y-hidden {
|
|
19099
19094
|
flex-direction: column;
|
19100
19095
|
height: 100% !important;
|
19101
19096
|
width: 50px;
|
19102
|
-
}.v-
|
19103
|
-
|
19097
|
+
}.v-checkbox.v-input {
|
19098
|
+
flex: 0 1 auto;
|
19099
|
+
}
|
19100
|
+
.v-checkbox .v-selection-control {
|
19101
|
+
min-height: var(--v-input-control-height);
|
19102
|
+
}.v-chip {
|
19103
|
+
align-items: center;
|
19104
|
+
display: inline-flex;
|
19105
|
+
font-weight: 400;
|
19104
19106
|
max-width: 100%;
|
19105
19107
|
min-width: 0;
|
19106
|
-
overflow
|
19107
|
-
|
19108
|
+
overflow: hidden;
|
19109
|
+
position: relative;
|
19110
|
+
text-decoration: none;
|
19111
|
+
white-space: nowrap;
|
19112
|
+
vertical-align: middle;
|
19113
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19114
|
+
border-style: solid;
|
19115
|
+
border-width: 0;
|
19116
|
+
border-radius: 9999px;
|
19108
19117
|
}
|
19109
|
-
.v-chip
|
19110
|
-
|
19118
|
+
.v-chip .v-icon {
|
19119
|
+
--v-icon-size-multiplier: 0.8571428571;
|
19111
19120
|
}
|
19112
|
-
.v-chip
|
19113
|
-
|
19121
|
+
.v-chip.v-chip--size-x-small {
|
19122
|
+
--v-chip-size: 0.625rem;
|
19123
|
+
--v-chip-height: 20px;
|
19124
|
+
font-size: 0.625rem;
|
19125
|
+
padding: 0 8px;
|
19126
|
+
}
|
19127
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
19128
|
+
--v-avatar-height: 14px;
|
19129
|
+
}
|
19130
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
19131
|
+
--v-avatar-height: 20px;
|
19114
19132
|
}
|
19115
19133
|
|
19116
|
-
.v-chip-
|
19117
|
-
|
19118
|
-
|
19119
|
-
max-width: 100%;
|
19120
|
-
}.v-color-picker {
|
19121
|
-
align-self: flex-start;
|
19122
|
-
contain: content;
|
19134
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
19135
|
+
margin-inline-start: -5.6px;
|
19136
|
+
margin-inline-end: 4px;
|
19123
19137
|
}
|
19124
|
-
.v-
|
19125
|
-
|
19126
|
-
border-radius: 4px;
|
19138
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
19139
|
+
margin-inline-start: -8px;
|
19127
19140
|
}
|
19128
19141
|
|
19129
|
-
.v-
|
19130
|
-
|
19131
|
-
|
19132
|
-
|
19142
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
19143
|
+
margin-inline-start: 4px;
|
19144
|
+
margin-inline-end: -5.6px;
|
19145
|
+
}
|
19146
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
19147
|
+
margin-inline-end: -8px;
|
19133
19148
|
}
|
19134
19149
|
|
19135
|
-
.v-
|
19136
|
-
|
19150
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
19151
|
+
margin-inline-start: 12px;
|
19137
19152
|
}
|
19138
|
-
|
19139
|
-
|
19140
|
-
|
19141
|
-
|
19142
|
-
|
19143
|
-
cursor: text;
|
19153
|
+
|
19154
|
+
.v-chip.v-chip--size-x-small .v-icon--start,
|
19155
|
+
.v-chip.v-chip--size-x-small .v-chip__filter {
|
19156
|
+
margin-inline-start: -4px;
|
19157
|
+
margin-inline-end: 4px;
|
19144
19158
|
}
|
19145
|
-
.v-
|
19146
|
-
|
19159
|
+
.v-chip.v-chip--size-x-small .v-icon--end,
|
19160
|
+
.v-chip.v-chip--size-x-small .v-chip__close {
|
19161
|
+
margin-inline-start: 4px;
|
19162
|
+
margin-inline-end: -4px;
|
19147
19163
|
}
|
19148
|
-
.v-
|
19149
|
-
|
19164
|
+
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
|
19165
|
+
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
|
19166
|
+
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
19167
|
+
margin-inline-start: 8px;
|
19150
19168
|
}
|
19151
|
-
|
19152
|
-
|
19169
|
+
|
19170
|
+
.v-chip.v-chip--size-small {
|
19171
|
+
--v-chip-size: 0.75rem;
|
19172
|
+
--v-chip-height: 26px;
|
19173
|
+
font-size: 0.75rem;
|
19174
|
+
padding: 0 10px;
|
19153
19175
|
}
|
19154
|
-
.v-
|
19155
|
-
|
19176
|
+
.v-chip.v-chip--size-small .v-avatar {
|
19177
|
+
--v-avatar-height: 20px;
|
19156
19178
|
}
|
19157
|
-
.v-
|
19158
|
-
|
19159
|
-
text-overflow: ellipsis;
|
19160
|
-
white-space: nowrap;
|
19179
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
19180
|
+
--v-avatar-height: 26px;
|
19161
19181
|
}
|
19162
19182
|
|
19163
|
-
.v-
|
19164
|
-
|
19165
|
-
|
19166
|
-
border-radius: 4px;
|
19183
|
+
.v-chip.v-chip--size-small .v-avatar--start {
|
19184
|
+
margin-inline-start: -7px;
|
19185
|
+
margin-inline-end: 5px;
|
19167
19186
|
}
|
19168
|
-
.v-
|
19169
|
-
|
19187
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
|
19188
|
+
margin-inline-start: -10px;
|
19170
19189
|
}
|
19171
|
-
|
19172
|
-
|
19173
|
-
|
19174
|
-
|
19175
|
-
letter-spacing: inherit;
|
19176
|
-
line-height: inherit;
|
19177
|
-
max-width: calc(100% - 2px - 2px);
|
19190
|
+
|
19191
|
+
.v-chip.v-chip--size-small .v-avatar--end {
|
19192
|
+
margin-inline-start: 5px;
|
19193
|
+
margin-inline-end: -7px;
|
19178
19194
|
}
|
19179
|
-
.v-
|
19180
|
-
margin-inline-
|
19195
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
|
19196
|
+
margin-inline-end: -10px;
|
19181
19197
|
}
|
19182
|
-
|
19183
|
-
.v-
|
19184
|
-
|
19185
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
19186
|
-
top: 0px;
|
19198
|
+
|
19199
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
|
19200
|
+
margin-inline-start: 15px;
|
19187
19201
|
}
|
19188
|
-
|
19189
|
-
|
19202
|
+
|
19203
|
+
.v-chip.v-chip--size-small .v-icon--start,
|
19204
|
+
.v-chip.v-chip--size-small .v-chip__filter {
|
19205
|
+
margin-inline-start: -5px;
|
19206
|
+
margin-inline-end: 5px;
|
19190
19207
|
}
|
19191
|
-
.v-
|
19192
|
-
|
19208
|
+
.v-chip.v-chip--size-small .v-icon--end,
|
19209
|
+
.v-chip.v-chip--size-small .v-chip__close {
|
19210
|
+
margin-inline-start: 5px;
|
19211
|
+
margin-inline-end: -5px;
|
19193
19212
|
}
|
19194
|
-
.v-
|
19195
|
-
|
19213
|
+
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
|
19214
|
+
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
|
19215
|
+
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
|
19216
|
+
margin-inline-start: 10px;
|
19196
19217
|
}
|
19197
|
-
|
19198
|
-
|
19199
|
-
|
19200
|
-
|
19201
|
-
|
19202
|
-
|
19203
|
-
padding-inline: inherit;
|
19218
|
+
|
19219
|
+
.v-chip.v-chip--size-default {
|
19220
|
+
--v-chip-size: 0.875rem;
|
19221
|
+
--v-chip-height: 32px;
|
19222
|
+
font-size: 0.875rem;
|
19223
|
+
padding: 0 12px;
|
19204
19224
|
}
|
19205
|
-
.v-
|
19206
|
-
|
19225
|
+
.v-chip.v-chip--size-default .v-avatar {
|
19226
|
+
--v-avatar-height: 26px;
|
19207
19227
|
}
|
19208
|
-
.v-
|
19209
|
-
|
19228
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar {
|
19229
|
+
--v-avatar-height: 32px;
|
19210
19230
|
}
|
19211
|
-
|
19212
|
-
|
19231
|
+
|
19232
|
+
.v-chip.v-chip--size-default .v-avatar--start {
|
19233
|
+
margin-inline-start: -8.4px;
|
19234
|
+
margin-inline-end: 6px;
|
19213
19235
|
}
|
19214
|
-
.v-
|
19215
|
-
margin-inline-start:
|
19216
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
19236
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
|
19237
|
+
margin-inline-start: -12px;
|
19217
19238
|
}
|
19218
|
-
|
19219
|
-
|
19220
|
-
|
19221
|
-
|
19222
|
-
|
19223
|
-
|
19224
|
-
|
19225
|
-
transition-duration: 150ms;
|
19226
|
-
}.v-data-table {
|
19227
|
-
width: 100%;
|
19239
|
+
|
19240
|
+
.v-chip.v-chip--size-default .v-avatar--end {
|
19241
|
+
margin-inline-start: 6px;
|
19242
|
+
margin-inline-end: -8.4px;
|
19243
|
+
}
|
19244
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
|
19245
|
+
margin-inline-end: -12px;
|
19228
19246
|
}
|
19229
19247
|
|
19230
|
-
.v-
|
19231
|
-
|
19232
|
-
border-collapse: separate;
|
19233
|
-
border-spacing: 0;
|
19248
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
|
19249
|
+
margin-inline-start: 18px;
|
19234
19250
|
}
|
19235
19251
|
|
19236
|
-
.v-
|
19237
|
-
|
19252
|
+
.v-chip.v-chip--size-default .v-icon--start,
|
19253
|
+
.v-chip.v-chip--size-default .v-chip__filter {
|
19254
|
+
margin-inline-start: -6px;
|
19255
|
+
margin-inline-end: 6px;
|
19238
19256
|
}
|
19239
|
-
.v-
|
19240
|
-
|
19257
|
+
.v-chip.v-chip--size-default .v-icon--end,
|
19258
|
+
.v-chip.v-chip--size-default .v-chip__close {
|
19259
|
+
margin-inline-start: 6px;
|
19260
|
+
margin-inline-end: -6px;
|
19261
|
+
}
|
19262
|
+
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
|
19263
|
+
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
|
19264
|
+
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
|
19265
|
+
margin-inline-start: 12px;
|
19241
19266
|
}
|
19242
19267
|
|
19243
|
-
.v-
|
19244
|
-
|
19245
|
-
|
19246
|
-
|
19247
|
-
|
19268
|
+
.v-chip.v-chip--size-large {
|
19269
|
+
--v-chip-size: 1rem;
|
19270
|
+
--v-chip-height: 38px;
|
19271
|
+
font-size: 1rem;
|
19272
|
+
padding: 0 14px;
|
19248
19273
|
}
|
19249
|
-
.v-
|
19250
|
-
|
19251
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19252
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
19253
|
-
flex-direction: row-reverse;
|
19274
|
+
.v-chip.v-chip--size-large .v-avatar {
|
19275
|
+
--v-avatar-height: 32px;
|
19254
19276
|
}
|
19255
|
-
.v-
|
19256
|
-
|
19257
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
19258
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
19259
|
-
text-align: center;
|
19277
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar {
|
19278
|
+
--v-avatar-height: 38px;
|
19260
19279
|
}
|
19261
|
-
|
19262
|
-
.v-
|
19263
|
-
|
19264
|
-
|
19265
|
-
justify-content: center;
|
19280
|
+
|
19281
|
+
.v-chip.v-chip--size-large .v-avatar--start {
|
19282
|
+
margin-inline-start: -9.8px;
|
19283
|
+
margin-inline-end: 7px;
|
19266
19284
|
}
|
19267
|
-
.v-
|
19268
|
-
|
19269
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
19270
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
19271
|
-
padding: 0 8px;
|
19285
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
|
19286
|
+
margin-inline-start: -14px;
|
19272
19287
|
}
|
19273
|
-
|
19274
|
-
.v-
|
19275
|
-
|
19276
|
-
|
19277
|
-
text-overflow: ellipsis;
|
19278
|
-
text-wrap: nowrap;
|
19279
|
-
overflow: hidden;
|
19288
|
+
|
19289
|
+
.v-chip.v-chip--size-large .v-avatar--end {
|
19290
|
+
margin-inline-start: 7px;
|
19291
|
+
margin-inline-end: -9.8px;
|
19280
19292
|
}
|
19281
|
-
.v-
|
19282
|
-
|
19283
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
19284
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
19285
|
-
display: contents;
|
19293
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
|
19294
|
+
margin-inline-end: -14px;
|
19286
19295
|
}
|
19287
|
-
|
19288
|
-
.v-
|
19289
|
-
|
19296
|
+
|
19297
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
|
19298
|
+
margin-inline-start: 21px;
|
19290
19299
|
}
|
19291
|
-
|
19292
|
-
.v-
|
19293
|
-
|
19300
|
+
|
19301
|
+
.v-chip.v-chip--size-large .v-icon--start,
|
19302
|
+
.v-chip.v-chip--size-large .v-chip__filter {
|
19303
|
+
margin-inline-start: -7px;
|
19304
|
+
margin-inline-end: 7px;
|
19294
19305
|
}
|
19295
|
-
.v-
|
19296
|
-
.v-
|
19297
|
-
|
19298
|
-
|
19306
|
+
.v-chip.v-chip--size-large .v-icon--end,
|
19307
|
+
.v-chip.v-chip--size-large .v-chip__close {
|
19308
|
+
margin-inline-start: 7px;
|
19309
|
+
margin-inline-end: -7px;
|
19299
19310
|
}
|
19300
|
-
.v-
|
19301
|
-
.v-
|
19302
|
-
|
19311
|
+
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
|
19312
|
+
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
|
19313
|
+
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
|
19314
|
+
margin-inline-start: 14px;
|
19303
19315
|
}
|
19304
|
-
|
19305
|
-
.v-
|
19306
|
-
|
19316
|
+
|
19317
|
+
.v-chip.v-chip--size-x-large {
|
19318
|
+
--v-chip-size: 1.125rem;
|
19319
|
+
--v-chip-height: 44px;
|
19320
|
+
font-size: 1.125rem;
|
19321
|
+
padding: 0 17px;
|
19307
19322
|
}
|
19308
|
-
.v-
|
19309
|
-
|
19310
|
-
height: -moz-fit-content;
|
19311
|
-
height: fit-content;
|
19323
|
+
.v-chip.v-chip--size-x-large .v-avatar {
|
19324
|
+
--v-avatar-height: 38px;
|
19312
19325
|
}
|
19313
|
-
|
19314
|
-
|
19315
|
-
.v-data-table__th--sticky {
|
19316
|
-
background: rgb(var(--v-theme-surface));
|
19317
|
-
position: sticky !important;
|
19318
|
-
left: 0;
|
19319
|
-
z-index: 1;
|
19326
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
|
19327
|
+
--v-avatar-height: 44px;
|
19320
19328
|
}
|
19321
19329
|
|
19322
|
-
.v-
|
19323
|
-
|
19330
|
+
.v-chip.v-chip--size-x-large .v-avatar--start {
|
19331
|
+
margin-inline-start: -11.9px;
|
19332
|
+
margin-inline-end: 8.5px;
|
19324
19333
|
}
|
19325
|
-
|
19326
|
-
|
19327
|
-
z-index: 2;
|
19334
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
19335
|
+
margin-inline-start: -17px;
|
19328
19336
|
}
|
19329
19337
|
|
19330
|
-
.v-
|
19331
|
-
|
19332
|
-
|
19338
|
+
.v-chip.v-chip--size-x-large .v-avatar--end {
|
19339
|
+
margin-inline-start: 8.5px;
|
19340
|
+
margin-inline-end: -11.9px;
|
19333
19341
|
}
|
19334
|
-
.v-
|
19335
|
-
|
19342
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
|
19343
|
+
margin-inline-end: -17px;
|
19336
19344
|
}
|
19337
19345
|
|
19338
|
-
.v-
|
19339
|
-
|
19346
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
|
19347
|
+
margin-inline-start: 25.5px;
|
19340
19348
|
}
|
19341
19349
|
|
19342
|
-
.v-
|
19343
|
-
|
19350
|
+
.v-chip.v-chip--size-x-large .v-icon--start,
|
19351
|
+
.v-chip.v-chip--size-x-large .v-chip__filter {
|
19352
|
+
margin-inline-start: -8.5px;
|
19353
|
+
margin-inline-end: 8.5px;
|
19344
19354
|
}
|
19345
|
-
|
19346
|
-
.v-
|
19347
|
-
|
19348
|
-
|
19355
|
+
.v-chip.v-chip--size-x-large .v-icon--end,
|
19356
|
+
.v-chip.v-chip--size-x-large .v-chip__close {
|
19357
|
+
margin-inline-start: 8.5px;
|
19358
|
+
margin-inline-end: -8.5px;
|
19349
19359
|
}
|
19350
|
-
|
19351
|
-
.v-
|
19352
|
-
|
19353
|
-
|
19354
|
-
align-items: center;
|
19355
|
-
font-size: 0.875rem;
|
19356
|
-
padding: 4px;
|
19357
|
-
border-radius: 50%;
|
19358
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
19359
|
-
min-width: 20px;
|
19360
|
-
min-height: 20px;
|
19361
|
-
width: 20px;
|
19362
|
-
height: 20px;
|
19360
|
+
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
|
19361
|
+
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
|
19362
|
+
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
|
19363
|
+
margin-inline-start: 17px;
|
19363
19364
|
}
|
19364
19365
|
|
19365
|
-
.v-
|
19366
|
-
|
19367
|
-
height: auto !important;
|
19368
|
-
padding: 0 !important;
|
19366
|
+
.v-chip.v-chip--density-default {
|
19367
|
+
height: calc(var(--v-chip-height) + 0px);
|
19369
19368
|
}
|
19370
19369
|
|
19371
|
-
.v-
|
19372
|
-
|
19370
|
+
.v-chip.v-chip--density-comfortable {
|
19371
|
+
height: calc(var(--v-chip-height) + -4px);
|
19373
19372
|
}
|
19374
19373
|
|
19375
|
-
.v-
|
19376
|
-
|
19377
|
-
text-align: center;
|
19374
|
+
.v-chip.v-chip--density-compact {
|
19375
|
+
height: calc(var(--v-chip-height) + -8px);
|
19378
19376
|
}
|
19379
19377
|
|
19380
|
-
.v-
|
19381
|
-
|
19382
|
-
justify-content: center;
|
19383
|
-
}
|
19384
|
-
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
19385
|
-
grid-template-columns: 0;
|
19386
|
-
justify-content: end;
|
19378
|
+
.v-chip:hover > .v-chip__overlay {
|
19379
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19387
19380
|
}
|
19388
|
-
.v-
|
19389
|
-
|
19390
|
-
column-gap: 4px;
|
19391
|
-
display: grid;
|
19392
|
-
grid-template-columns: repeat(2, 1fr);
|
19393
|
-
min-height: var(--v-table-row-height);
|
19381
|
+
.v-chip:focus-visible > .v-chip__overlay {
|
19382
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19394
19383
|
}
|
19395
|
-
|
19396
|
-
|
19384
|
+
@supports not selector(:focus-visible) {
|
19385
|
+
.v-chip:focus > .v-chip__overlay {
|
19386
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19387
|
+
}
|
19397
19388
|
}
|
19398
|
-
|
19399
|
-
|
19400
|
-
font-weight: 500;
|
19401
|
-
text-align: left;
|
19389
|
+
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
|
19390
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19402
19391
|
}
|
19403
|
-
|
19404
|
-
|
19405
|
-
text-align: right;
|
19392
|
+
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
|
19393
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19406
19394
|
}
|
19407
|
-
|
19408
|
-
|
19409
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
19395
|
+
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
|
19396
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19410
19397
|
}
|
19411
|
-
|
19412
|
-
|
19413
|
-
|
19414
|
-
|
19415
|
-
display: flex;
|
19416
|
-
flex-wrap: wrap;
|
19417
|
-
justify-content: flex-end;
|
19418
|
-
padding: 8px 4px;
|
19398
|
+
@supports not selector(:focus-visible) {
|
19399
|
+
.v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
|
19400
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19401
|
+
}
|
19419
19402
|
}
|
19420
|
-
.v-
|
19421
|
-
|
19422
|
-
|
19423
|
-
justify-content: center;
|
19403
|
+
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
19404
|
+
background: transparent;
|
19405
|
+
color: inherit;
|
19424
19406
|
}
|
19425
|
-
.v-
|
19426
|
-
|
19407
|
+
.v-chip--variant-plain {
|
19408
|
+
opacity: 0.26;
|
19427
19409
|
}
|
19428
|
-
.v-
|
19429
|
-
|
19410
|
+
.v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
|
19411
|
+
opacity: 1;
|
19430
19412
|
}
|
19431
|
-
.v-
|
19432
|
-
display:
|
19433
|
-
justify-content: flex-end;
|
19434
|
-
min-width: 116px;
|
19435
|
-
padding: 0 16px;
|
19413
|
+
.v-chip--variant-plain .v-chip__overlay {
|
19414
|
+
display: none;
|
19436
19415
|
}
|
19437
|
-
.v-
|
19438
|
-
|
19439
|
-
|
19440
|
-
margin-inline-start: 16px;
|
19416
|
+
.v-chip--variant-elevated, .v-chip--variant-flat {
|
19417
|
+
background: rgb(var(--v-theme-surface-variant));
|
19418
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19441
19419
|
}
|
19442
|
-
.v-
|
19443
|
-
|
19444
|
-
}.v-chip {
|
19445
|
-
align-items: center;
|
19446
|
-
display: inline-flex;
|
19447
|
-
font-weight: 400;
|
19448
|
-
max-width: 100%;
|
19449
|
-
min-width: 0;
|
19450
|
-
overflow: hidden;
|
19451
|
-
position: relative;
|
19452
|
-
text-decoration: none;
|
19453
|
-
white-space: nowrap;
|
19454
|
-
vertical-align: middle;
|
19455
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19456
|
-
border-style: solid;
|
19457
|
-
border-width: 0;
|
19458
|
-
border-radius: 9999px;
|
19420
|
+
.v-chip--variant-elevated {
|
19421
|
+
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));
|
19459
19422
|
}
|
19460
|
-
.v-chip
|
19461
|
-
--v-
|
19423
|
+
.v-chip--variant-flat {
|
19424
|
+
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));
|
19462
19425
|
}
|
19463
|
-
.v-chip
|
19464
|
-
|
19465
|
-
--v-chip-height: 20px;
|
19466
|
-
font-size: 0.625rem;
|
19467
|
-
padding: 0 8px;
|
19426
|
+
.v-chip--variant-outlined {
|
19427
|
+
border: thin solid currentColor;
|
19468
19428
|
}
|
19469
|
-
.v-chip
|
19470
|
-
|
19429
|
+
.v-chip--variant-text .v-chip__overlay {
|
19430
|
+
background: currentColor;
|
19471
19431
|
}
|
19472
|
-
.v-chip--
|
19473
|
-
|
19432
|
+
.v-chip--variant-tonal .v-chip__underlay {
|
19433
|
+
background: currentColor;
|
19434
|
+
opacity: var(--v-activated-opacity);
|
19435
|
+
border-radius: inherit;
|
19436
|
+
top: 0;
|
19437
|
+
right: 0;
|
19438
|
+
bottom: 0;
|
19439
|
+
left: 0;
|
19440
|
+
pointer-events: none;
|
19474
19441
|
}
|
19475
|
-
|
19476
|
-
|
19477
|
-
margin-inline-start: -5.6px;
|
19478
|
-
margin-inline-end: 4px;
|
19442
|
+
.v-chip .v-chip__underlay {
|
19443
|
+
position: absolute;
|
19479
19444
|
}
|
19480
|
-
.v-chip--
|
19481
|
-
|
19445
|
+
.v-chip--border {
|
19446
|
+
border-width: thin;
|
19482
19447
|
}
|
19483
|
-
|
19484
|
-
|
19485
|
-
margin-inline-start: 4px;
|
19486
|
-
margin-inline-end: -5.6px;
|
19448
|
+
.v-chip--link {
|
19449
|
+
cursor: pointer;
|
19487
19450
|
}
|
19488
|
-
.v-chip--
|
19489
|
-
|
19451
|
+
.v-chip--link, .v-chip--filter {
|
19452
|
+
-webkit-user-select: none;
|
19453
|
+
user-select: none;
|
19490
19454
|
}
|
19491
|
-
|
19492
|
-
|
19493
|
-
margin-inline-start: 12px;
|
19455
|
+
.v-chip--label {
|
19456
|
+
border-radius: 4px;
|
19494
19457
|
}
|
19495
19458
|
|
19496
|
-
.v-
|
19497
|
-
|
19498
|
-
|
19499
|
-
margin-inline-end: 4px;
|
19500
|
-
}
|
19501
|
-
.v-chip.v-chip--size-x-small .v-icon--end,
|
19502
|
-
.v-chip.v-chip--size-x-small .v-chip__close {
|
19503
|
-
margin-inline-start: 4px;
|
19504
|
-
margin-inline-end: -4px;
|
19459
|
+
.v-chip__content {
|
19460
|
+
align-items: center;
|
19461
|
+
display: inline-flex;
|
19505
19462
|
}
|
19506
|
-
.v-
|
19507
|
-
|
19508
|
-
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
19509
|
-
margin-inline-start: 8px;
|
19463
|
+
.v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
|
19464
|
+
overflow: hidden;
|
19510
19465
|
}
|
19511
19466
|
|
19512
|
-
.v-
|
19513
|
-
|
19514
|
-
|
19515
|
-
|
19516
|
-
|
19517
|
-
|
19518
|
-
.v-chip.v-chip--size-small .v-avatar {
|
19519
|
-
--v-avatar-height: 20px;
|
19520
|
-
}
|
19521
|
-
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
19522
|
-
--v-avatar-height: 26px;
|
19467
|
+
.v-chip__filter,
|
19468
|
+
.v-chip__prepend,
|
19469
|
+
.v-chip__append,
|
19470
|
+
.v-chip__close {
|
19471
|
+
align-items: center;
|
19472
|
+
display: inline-flex;
|
19523
19473
|
}
|
19524
19474
|
|
19525
|
-
.v-
|
19526
|
-
|
19527
|
-
|
19475
|
+
.v-chip__close {
|
19476
|
+
cursor: pointer;
|
19477
|
+
flex: 0 1 auto;
|
19478
|
+
font-size: 18px;
|
19479
|
+
max-height: 18px;
|
19480
|
+
max-width: 18px;
|
19481
|
+
-webkit-user-select: none;
|
19482
|
+
user-select: none;
|
19528
19483
|
}
|
19529
|
-
.v-
|
19530
|
-
|
19484
|
+
.v-chip__close .v-icon {
|
19485
|
+
font-size: inherit;
|
19531
19486
|
}
|
19532
19487
|
|
19533
|
-
.v-
|
19534
|
-
|
19535
|
-
margin-inline-end: -7px;
|
19488
|
+
.v-chip__filter {
|
19489
|
+
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
19536
19490
|
}
|
19537
|
-
|
19538
|
-
|
19491
|
+
|
19492
|
+
.v-chip__overlay {
|
19493
|
+
position: absolute;
|
19494
|
+
top: 0;
|
19495
|
+
left: 0;
|
19496
|
+
width: 100%;
|
19497
|
+
height: 100%;
|
19498
|
+
background-color: currentColor;
|
19499
|
+
border-radius: inherit;
|
19500
|
+
pointer-events: none;
|
19501
|
+
opacity: 0;
|
19502
|
+
transition: opacity 0.2s ease-in-out;
|
19539
19503
|
}
|
19540
19504
|
|
19541
|
-
.v-chip--
|
19542
|
-
|
19505
|
+
.v-chip--disabled {
|
19506
|
+
opacity: 0.3;
|
19507
|
+
pointer-events: none;
|
19508
|
+
-webkit-user-select: none;
|
19509
|
+
user-select: none;
|
19543
19510
|
}
|
19544
19511
|
|
19545
|
-
.v-chip
|
19546
|
-
|
19547
|
-
|
19548
|
-
|
19512
|
+
.v-chip--label {
|
19513
|
+
border-radius: 4px;
|
19514
|
+
}.v-chip-group {
|
19515
|
+
display: flex;
|
19516
|
+
max-width: 100%;
|
19517
|
+
min-width: 0;
|
19518
|
+
overflow-x: auto;
|
19519
|
+
padding: 4px 0;
|
19549
19520
|
}
|
19550
|
-
.v-chip.v-chip
|
19551
|
-
|
19552
|
-
margin-inline-start: 5px;
|
19553
|
-
margin-inline-end: -5px;
|
19521
|
+
.v-chip-group .v-chip {
|
19522
|
+
margin: 4px 8px 4px 0;
|
19554
19523
|
}
|
19555
|
-
.v-chip.v-chip--
|
19556
|
-
|
19557
|
-
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
|
19558
|
-
margin-inline-start: 10px;
|
19524
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19525
|
+
opacity: var(--v-activated-opacity);
|
19559
19526
|
}
|
19560
19527
|
|
19561
|
-
.v-chip.v-
|
19562
|
-
|
19563
|
-
|
19564
|
-
|
19565
|
-
|
19566
|
-
|
19567
|
-
|
19568
|
-
--v-avatar-height: 26px;
|
19528
|
+
.v-chip-group--column .v-slide-group__content {
|
19529
|
+
white-space: normal;
|
19530
|
+
flex-wrap: wrap;
|
19531
|
+
max-width: 100%;
|
19532
|
+
}.v-color-picker {
|
19533
|
+
align-self: flex-start;
|
19534
|
+
contain: content;
|
19569
19535
|
}
|
19570
|
-
.v-
|
19571
|
-
--v-
|
19536
|
+
.v-color-picker.v-sheet {
|
19537
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19538
|
+
border-radius: 4px;
|
19572
19539
|
}
|
19573
19540
|
|
19574
|
-
.v-
|
19575
|
-
|
19576
|
-
|
19577
|
-
|
19578
|
-
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
|
19579
|
-
margin-inline-start: -12px;
|
19541
|
+
.v-color-picker__controls {
|
19542
|
+
display: flex;
|
19543
|
+
flex-direction: column;
|
19544
|
+
padding: 16px;
|
19580
19545
|
}
|
19581
19546
|
|
19582
|
-
.v-
|
19583
|
-
|
19584
|
-
margin-inline-end: -8.4px;
|
19547
|
+
.v-color-picker--flat {
|
19548
|
+
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));
|
19585
19549
|
}
|
19586
|
-
.v-
|
19587
|
-
|
19550
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
19551
|
+
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));
|
19552
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
19553
|
+
.v-combobox .v-field .v-text-field__suffix,
|
19554
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
19555
|
+
cursor: text;
|
19588
19556
|
}
|
19589
|
-
|
19590
|
-
|
19591
|
-
margin-inline-start: 18px;
|
19557
|
+
.v-combobox .v-field .v-field__input > input {
|
19558
|
+
flex: 1 1;
|
19592
19559
|
}
|
19593
|
-
|
19594
|
-
|
19595
|
-
.v-chip.v-chip--size-default .v-chip__filter {
|
19596
|
-
margin-inline-start: -6px;
|
19597
|
-
margin-inline-end: 6px;
|
19560
|
+
.v-combobox .v-field input {
|
19561
|
+
min-width: 64px;
|
19598
19562
|
}
|
19599
|
-
.v-
|
19600
|
-
|
19601
|
-
margin-inline-start: 6px;
|
19602
|
-
margin-inline-end: -6px;
|
19563
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
19564
|
+
min-width: 0;
|
19603
19565
|
}
|
19604
|
-
.v-
|
19605
|
-
|
19606
|
-
|
19607
|
-
|
19566
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
19567
|
+
margin-inline-end: 2px;
|
19568
|
+
}
|
19569
|
+
.v-combobox .v-combobox__selection-text {
|
19570
|
+
overflow: hidden;
|
19571
|
+
text-overflow: ellipsis;
|
19572
|
+
white-space: nowrap;
|
19608
19573
|
}
|
19609
19574
|
|
19610
|
-
.v-
|
19611
|
-
|
19612
|
-
--v-
|
19613
|
-
|
19614
|
-
padding: 0 14px;
|
19575
|
+
.v-combobox__content {
|
19576
|
+
overflow: hidden;
|
19577
|
+
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));
|
19578
|
+
border-radius: 4px;
|
19615
19579
|
}
|
19616
|
-
.v-
|
19617
|
-
--v-
|
19580
|
+
.v-combobox__mask {
|
19581
|
+
background: rgb(var(--v-theme-surface-light));
|
19618
19582
|
}
|
19619
|
-
.v-
|
19620
|
-
|
19583
|
+
.v-combobox__selection {
|
19584
|
+
display: inline-flex;
|
19585
|
+
align-items: center;
|
19586
|
+
height: 1.5rem;
|
19587
|
+
letter-spacing: inherit;
|
19588
|
+
line-height: inherit;
|
19589
|
+
max-width: calc(100% - 2px - 2px);
|
19621
19590
|
}
|
19622
|
-
|
19623
|
-
|
19624
|
-
margin-inline-start: -9.8px;
|
19625
|
-
margin-inline-end: 7px;
|
19591
|
+
.v-combobox__selection:first-child {
|
19592
|
+
margin-inline-start: 0;
|
19626
19593
|
}
|
19627
|
-
.v-
|
19628
|
-
|
19594
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
19595
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
19596
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
19597
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
19598
|
+
top: 0px;
|
19629
19599
|
}
|
19630
|
-
|
19631
|
-
|
19632
|
-
margin-inline-start: 7px;
|
19633
|
-
margin-inline-end: -9.8px;
|
19600
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
19601
|
+
opacity: var(--v-medium-emphasis-opacity);
|
19634
19602
|
}
|
19635
|
-
.v-
|
19636
|
-
|
19603
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
19604
|
+
opacity: 1;
|
19637
19605
|
}
|
19638
|
-
|
19639
|
-
|
19640
|
-
margin-inline-start: 21px;
|
19606
|
+
.v-combobox--selecting-index .v-field__input > input {
|
19607
|
+
caret-color: transparent;
|
19641
19608
|
}
|
19642
|
-
|
19643
|
-
|
19644
|
-
|
19645
|
-
|
19646
|
-
|
19609
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
19610
|
+
flex: 1 1;
|
19611
|
+
position: absolute;
|
19612
|
+
left: 0;
|
19613
|
+
right: 0;
|
19614
|
+
width: 100%;
|
19615
|
+
padding-inline: inherit;
|
19647
19616
|
}
|
19648
|
-
.v-
|
19649
|
-
|
19650
|
-
margin-inline-start: 7px;
|
19651
|
-
margin-inline-end: -7px;
|
19617
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
19618
|
+
transition: none;
|
19652
19619
|
}
|
19653
|
-
.v-
|
19654
|
-
|
19655
|
-
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
|
19656
|
-
margin-inline-start: 14px;
|
19620
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
19621
|
+
opacity: 0;
|
19657
19622
|
}
|
19658
|
-
|
19659
|
-
|
19660
|
-
--v-chip-size: 1.125rem;
|
19661
|
-
--v-chip-height: 44px;
|
19662
|
-
font-size: 1.125rem;
|
19663
|
-
padding: 0 17px;
|
19623
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
19624
|
+
opacity: 0;
|
19664
19625
|
}
|
19665
|
-
.v-
|
19666
|
-
|
19626
|
+
.v-combobox__menu-icon {
|
19627
|
+
margin-inline-start: 4px;
|
19628
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
19667
19629
|
}
|
19668
|
-
.v-
|
19669
|
-
--v-
|
19630
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
19631
|
+
opacity: var(--v-high-emphasis-opacity);
|
19632
|
+
transform: rotate(180deg);
|
19633
|
+
}.v-counter {
|
19634
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
19635
|
+
flex: 0 1 auto;
|
19636
|
+
font-size: 12px;
|
19637
|
+
transition-duration: 150ms;
|
19638
|
+
}.v-data-table {
|
19639
|
+
width: 100%;
|
19670
19640
|
}
|
19671
19641
|
|
19672
|
-
.v-
|
19673
|
-
|
19674
|
-
|
19675
|
-
|
19676
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
19677
|
-
margin-inline-start: -17px;
|
19642
|
+
.v-data-table__table {
|
19643
|
+
width: 100%;
|
19644
|
+
border-collapse: separate;
|
19645
|
+
border-spacing: 0;
|
19678
19646
|
}
|
19679
19647
|
|
19680
|
-
.v-
|
19681
|
-
|
19682
|
-
margin-inline-end: -11.9px;
|
19648
|
+
.v-data-table__tr--focus {
|
19649
|
+
border: 1px dotted black;
|
19683
19650
|
}
|
19684
|
-
.v-
|
19685
|
-
|
19651
|
+
.v-data-table__tr--clickable {
|
19652
|
+
cursor: pointer;
|
19686
19653
|
}
|
19687
19654
|
|
19688
|
-
.v-
|
19689
|
-
|
19655
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
19656
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
19657
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
19658
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
19659
|
+
text-align: end;
|
19690
19660
|
}
|
19691
|
-
|
19692
|
-
.v-
|
19693
|
-
.v-
|
19694
|
-
|
19695
|
-
|
19661
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19662
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
19663
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
19664
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
19665
|
+
flex-direction: row-reverse;
|
19696
19666
|
}
|
19697
|
-
.v-
|
19698
|
-
.v-
|
19699
|
-
|
19700
|
-
|
19667
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
19668
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
19669
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
19670
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
19671
|
+
text-align: center;
|
19701
19672
|
}
|
19702
|
-
.v-
|
19703
|
-
.v-
|
19704
|
-
.v-
|
19705
|
-
|
19673
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19674
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
19675
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
19676
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
19677
|
+
justify-content: center;
|
19706
19678
|
}
|
19707
|
-
|
19708
|
-
.v-
|
19709
|
-
|
19679
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
19680
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
19681
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
19682
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
19683
|
+
padding: 0 8px;
|
19710
19684
|
}
|
19711
|
-
|
19712
|
-
.v-
|
19713
|
-
|
19685
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
19686
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
19687
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
19688
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
19689
|
+
text-overflow: ellipsis;
|
19690
|
+
text-wrap: nowrap;
|
19691
|
+
overflow: hidden;
|
19714
19692
|
}
|
19715
|
-
|
19716
|
-
.v-
|
19717
|
-
|
19693
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
19694
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
19695
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
19696
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
19697
|
+
display: contents;
|
19718
19698
|
}
|
19719
|
-
|
19720
|
-
.v-
|
19721
|
-
|
19699
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
19700
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
19701
|
+
align-items: center;
|
19722
19702
|
}
|
19723
|
-
.v-
|
19724
|
-
|
19703
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
19704
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
19705
|
+
position: sticky;
|
19725
19706
|
}
|
19726
|
-
|
19727
|
-
|
19728
|
-
|
19729
|
-
|
19707
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
19708
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
19709
|
+
cursor: pointer;
|
19710
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19730
19711
|
}
|
19731
|
-
.v-
|
19732
|
-
|
19712
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
19713
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
19714
|
+
opacity: 0;
|
19733
19715
|
}
|
19734
|
-
.v-
|
19735
|
-
|
19716
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
19717
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
19718
|
+
opacity: 0.5;
|
19736
19719
|
}
|
19737
|
-
.v-
|
19738
|
-
|
19720
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
19721
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
19722
|
+
height: -moz-fit-content;
|
19723
|
+
height: fit-content;
|
19739
19724
|
}
|
19740
|
-
|
19741
|
-
|
19742
|
-
|
19743
|
-
|
19725
|
+
|
19726
|
+
.v-data-table-column--fixed,
|
19727
|
+
.v-data-table__th--sticky {
|
19728
|
+
background: rgb(var(--v-theme-surface));
|
19729
|
+
position: sticky !important;
|
19730
|
+
left: 0;
|
19731
|
+
z-index: 1;
|
19744
19732
|
}
|
19745
|
-
|
19746
|
-
|
19747
|
-
|
19733
|
+
|
19734
|
+
.v-data-table-column--last-fixed {
|
19735
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
19748
19736
|
}
|
19749
|
-
|
19750
|
-
|
19737
|
+
|
19738
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
19739
|
+
z-index: 2;
|
19751
19740
|
}
|
19752
|
-
|
19753
|
-
|
19741
|
+
|
19742
|
+
.v-data-table-group-header-row td {
|
19743
|
+
background: rgba(var(--v-theme-surface));
|
19744
|
+
color: rgba(var(--v-theme-on-surface));
|
19754
19745
|
}
|
19755
|
-
.v-
|
19756
|
-
|
19746
|
+
.v-data-table-group-header-row td > span {
|
19747
|
+
padding-left: 5px;
|
19757
19748
|
}
|
19758
|
-
|
19759
|
-
|
19760
|
-
|
19749
|
+
|
19750
|
+
.v-data-table--loading .v-data-table__td {
|
19751
|
+
opacity: var(--v-disabled-opacity);
|
19761
19752
|
}
|
19762
|
-
|
19763
|
-
|
19753
|
+
|
19754
|
+
.v-data-table-group-header-row__column {
|
19755
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
19764
19756
|
}
|
19765
|
-
|
19766
|
-
|
19757
|
+
|
19758
|
+
.v-data-table-header__content {
|
19759
|
+
display: flex;
|
19760
|
+
align-items: center;
|
19767
19761
|
}
|
19768
|
-
|
19769
|
-
|
19762
|
+
|
19763
|
+
.v-data-table-header__sort-badge {
|
19764
|
+
display: inline-flex;
|
19765
|
+
justify-content: center;
|
19766
|
+
align-items: center;
|
19767
|
+
font-size: 0.875rem;
|
19768
|
+
padding: 4px;
|
19769
|
+
border-radius: 50%;
|
19770
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
19771
|
+
min-width: 20px;
|
19772
|
+
min-height: 20px;
|
19773
|
+
width: 20px;
|
19774
|
+
height: 20px;
|
19770
19775
|
}
|
19771
|
-
|
19772
|
-
|
19776
|
+
|
19777
|
+
.v-data-table-progress > th {
|
19778
|
+
border: none !important;
|
19779
|
+
height: auto !important;
|
19780
|
+
padding: 0 !important;
|
19773
19781
|
}
|
19774
|
-
|
19775
|
-
|
19776
|
-
|
19777
|
-
border-radius: inherit;
|
19778
|
-
top: 0;
|
19779
|
-
right: 0;
|
19780
|
-
bottom: 0;
|
19781
|
-
left: 0;
|
19782
|
-
pointer-events: none;
|
19782
|
+
|
19783
|
+
.v-data-table-progress__loader {
|
19784
|
+
position: relative;
|
19783
19785
|
}
|
19784
|
-
|
19785
|
-
|
19786
|
+
|
19787
|
+
.v-data-table-rows-loading,
|
19788
|
+
.v-data-table-rows-no-data {
|
19789
|
+
text-align: center;
|
19786
19790
|
}
|
19787
|
-
|
19788
|
-
|
19791
|
+
|
19792
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
19793
|
+
grid-template-columns: 0;
|
19794
|
+
justify-content: center;
|
19789
19795
|
}
|
19790
|
-
.v-
|
19791
|
-
|
19796
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
19797
|
+
grid-template-columns: 0;
|
19798
|
+
justify-content: end;
|
19792
19799
|
}
|
19793
|
-
.v-
|
19794
|
-
-
|
19795
|
-
|
19800
|
+
.v-data-table__tr--mobile > td {
|
19801
|
+
align-items: center;
|
19802
|
+
column-gap: 4px;
|
19803
|
+
display: grid;
|
19804
|
+
grid-template-columns: repeat(2, 1fr);
|
19805
|
+
min-height: var(--v-table-row-height);
|
19796
19806
|
}
|
19797
|
-
.v-
|
19798
|
-
border-
|
19807
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
19808
|
+
border-bottom: 0 !important;
|
19799
19809
|
}
|
19800
19810
|
|
19801
|
-
.v-
|
19802
|
-
|
19803
|
-
|
19811
|
+
.v-data-table__td-title {
|
19812
|
+
font-weight: 500;
|
19813
|
+
text-align: left;
|
19804
19814
|
}
|
19805
|
-
|
19806
|
-
|
19815
|
+
|
19816
|
+
.v-data-table__td-value {
|
19817
|
+
text-align: right;
|
19807
19818
|
}
|
19808
19819
|
|
19809
|
-
.v-
|
19810
|
-
|
19811
|
-
|
19812
|
-
.v-
|
19820
|
+
.v-data-table__td-sort-icon {
|
19821
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
19822
|
+
}
|
19823
|
+
.v-data-table__td-sort-icon-active {
|
19824
|
+
color: rgba(var(--v-theme-on-surface));
|
19825
|
+
}.v-data-table-footer {
|
19813
19826
|
align-items: center;
|
19814
|
-
display:
|
19827
|
+
display: flex;
|
19828
|
+
flex-wrap: wrap;
|
19829
|
+
justify-content: flex-end;
|
19830
|
+
padding: 8px 4px;
|
19815
19831
|
}
|
19816
|
-
|
19817
|
-
|
19818
|
-
|
19819
|
-
|
19820
|
-
font-size: 18px;
|
19821
|
-
max-height: 18px;
|
19822
|
-
max-width: 18px;
|
19823
|
-
-webkit-user-select: none;
|
19824
|
-
user-select: none;
|
19832
|
+
.v-data-table-footer__items-per-page {
|
19833
|
+
align-items: center;
|
19834
|
+
display: flex;
|
19835
|
+
justify-content: center;
|
19825
19836
|
}
|
19826
|
-
.v-
|
19827
|
-
|
19837
|
+
.v-data-table-footer__items-per-page > span {
|
19838
|
+
padding-inline-end: 8px;
|
19828
19839
|
}
|
19829
|
-
|
19830
|
-
|
19831
|
-
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
19840
|
+
.v-data-table-footer__items-per-page > .v-select {
|
19841
|
+
width: 90px;
|
19832
19842
|
}
|
19833
|
-
|
19834
|
-
|
19835
|
-
|
19836
|
-
|
19837
|
-
|
19838
|
-
width: 100%;
|
19839
|
-
height: 100%;
|
19840
|
-
background-color: currentColor;
|
19841
|
-
border-radius: inherit;
|
19842
|
-
pointer-events: none;
|
19843
|
-
opacity: 0;
|
19844
|
-
transition: opacity 0.2s ease-in-out;
|
19843
|
+
.v-data-table-footer__info {
|
19844
|
+
display: flex;
|
19845
|
+
justify-content: flex-end;
|
19846
|
+
min-width: 116px;
|
19847
|
+
padding: 0 16px;
|
19845
19848
|
}
|
19846
|
-
|
19847
|
-
|
19848
|
-
|
19849
|
-
|
19850
|
-
-webkit-user-select: none;
|
19851
|
-
user-select: none;
|
19849
|
+
.v-data-table-footer__paginationz {
|
19850
|
+
align-items: center;
|
19851
|
+
display: flex;
|
19852
|
+
margin-inline-start: 16px;
|
19852
19853
|
}
|
19853
|
-
|
19854
|
-
|
19855
|
-
|
19854
|
+
.v-data-table-footer__page {
|
19855
|
+
padding: 0 8px;
|
19856
|
+
}.v-date-picker {
|
19857
|
+
overflow: hidden;
|
19858
|
+
width: 328px;
|
19859
|
+
}
|
19860
|
+
.v-date-picker--show-week {
|
19861
|
+
width: 368px;
|
19856
19862
|
}.v-date-picker-controls {
|
19857
19863
|
display: flex;
|
19858
19864
|
align-items: center;
|
@@ -19909,12 +19915,61 @@ html.overflow-y-hidden {
|
|
19909
19915
|
|
19910
19916
|
.v-date-picker__title {
|
19911
19917
|
display: inline-block;
|
19912
|
-
}.v-date-picker {
|
19913
|
-
|
19914
|
-
|
19918
|
+
}.v-date-picker-month {
|
19919
|
+
display: flex;
|
19920
|
+
justify-content: center;
|
19921
|
+
padding: 0 12px 8px;
|
19922
|
+
--v-date-picker-month-day-diff: 4px;
|
19915
19923
|
}
|
19916
|
-
|
19917
|
-
|
19924
|
+
|
19925
|
+
.v-date-picker-month__weeks {
|
19926
|
+
display: grid;
|
19927
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
19928
|
+
column-gap: 4px;
|
19929
|
+
font-size: 0.85rem;
|
19930
|
+
}
|
19931
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
19932
|
+
grid-row-gap: 0;
|
19933
|
+
}
|
19934
|
+
|
19935
|
+
.v-date-picker-month__weekday {
|
19936
|
+
font-size: 0.85rem;
|
19937
|
+
}
|
19938
|
+
|
19939
|
+
.v-date-picker-month__days {
|
19940
|
+
display: grid;
|
19941
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
19942
|
+
column-gap: 4px;
|
19943
|
+
flex: 1 1;
|
19944
|
+
justify-content: space-around;
|
19945
|
+
}
|
19946
|
+
|
19947
|
+
.v-date-picker-month__day {
|
19948
|
+
align-items: center;
|
19949
|
+
display: flex;
|
19950
|
+
justify-content: center;
|
19951
|
+
position: relative;
|
19952
|
+
height: 40px;
|
19953
|
+
width: 40px;
|
19954
|
+
}
|
19955
|
+
.v-date-picker-month__day--selected .v-btn {
|
19956
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
19957
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19958
|
+
}
|
19959
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
19960
|
+
--v-btn-height: 24px;
|
19961
|
+
--v-btn-size: 0.85rem;
|
19962
|
+
}
|
19963
|
+
.v-date-picker-month__day--week {
|
19964
|
+
font-size: var(--v-btn-size);
|
19965
|
+
}
|
19966
|
+
|
19967
|
+
.v-date-picker-month__day--adjacent {
|
19968
|
+
opacity: 0.5;
|
19969
|
+
}
|
19970
|
+
|
19971
|
+
.v-date-picker-month__day--hide-adjacent {
|
19972
|
+
opacity: 0;
|
19918
19973
|
}.v-date-picker-header {
|
19919
19974
|
align-items: flex-end;
|
19920
19975
|
height: 70px;
|
@@ -19994,61 +20049,6 @@ html.overflow-y-hidden {
|
|
19994
20049
|
text-transform: none;
|
19995
20050
|
padding-inline-start: 8px;
|
19996
20051
|
padding-inline-end: 8px;
|
19997
|
-
}.v-date-picker-month {
|
19998
|
-
display: flex;
|
19999
|
-
justify-content: center;
|
20000
|
-
padding: 0 12px 8px;
|
20001
|
-
--v-date-picker-month-day-diff: 4px;
|
20002
|
-
}
|
20003
|
-
|
20004
|
-
.v-date-picker-month__weeks {
|
20005
|
-
display: grid;
|
20006
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20007
|
-
column-gap: 4px;
|
20008
|
-
font-size: 0.85rem;
|
20009
|
-
}
|
20010
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20011
|
-
grid-row-gap: 0;
|
20012
|
-
}
|
20013
|
-
|
20014
|
-
.v-date-picker-month__weekday {
|
20015
|
-
font-size: 0.85rem;
|
20016
|
-
}
|
20017
|
-
|
20018
|
-
.v-date-picker-month__days {
|
20019
|
-
display: grid;
|
20020
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20021
|
-
column-gap: 4px;
|
20022
|
-
flex: 1 1;
|
20023
|
-
justify-content: space-around;
|
20024
|
-
}
|
20025
|
-
|
20026
|
-
.v-date-picker-month__day {
|
20027
|
-
align-items: center;
|
20028
|
-
display: flex;
|
20029
|
-
justify-content: center;
|
20030
|
-
position: relative;
|
20031
|
-
height: 40px;
|
20032
|
-
width: 40px;
|
20033
|
-
}
|
20034
|
-
.v-date-picker-month__day--selected .v-btn {
|
20035
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20036
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20037
|
-
}
|
20038
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20039
|
-
--v-btn-height: 24px;
|
20040
|
-
--v-btn-size: 0.85rem;
|
20041
|
-
}
|
20042
|
-
.v-date-picker-month__day--week {
|
20043
|
-
font-size: var(--v-btn-size);
|
20044
|
-
}
|
20045
|
-
|
20046
|
-
.v-date-picker-month__day--adjacent {
|
20047
|
-
opacity: 0.5;
|
20048
|
-
}
|
20049
|
-
|
20050
|
-
.v-date-picker-month__day--hide-adjacent {
|
20051
|
-
opacity: 0;
|
20052
20052
|
}.v-date-picker-years {
|
20053
20053
|
height: 288px;
|
20054
20054
|
overflow-y: scroll;
|
@@ -20552,6 +20552,63 @@ html.overflow-y-hidden {
|
|
20552
20552
|
}
|
20553
20553
|
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20554
20554
|
right: 0;
|
20555
|
+
}.v-file-input--hide.v-input .v-field,
|
20556
|
+
.v-file-input--hide.v-input .v-input__control,
|
20557
|
+
.v-file-input--hide.v-input .v-input__details {
|
20558
|
+
display: none;
|
20559
|
+
}
|
20560
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
20561
|
+
grid-area: control;
|
20562
|
+
margin: 0 auto;
|
20563
|
+
}
|
20564
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20565
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20566
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20567
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20568
|
+
top: 0px;
|
20569
|
+
}
|
20570
|
+
.v-file-input input[type=file] {
|
20571
|
+
height: 100%;
|
20572
|
+
left: 0;
|
20573
|
+
opacity: 0;
|
20574
|
+
position: absolute;
|
20575
|
+
top: 0;
|
20576
|
+
width: 100%;
|
20577
|
+
z-index: 1;
|
20578
|
+
}
|
20579
|
+
.v-file-input .v-input__details {
|
20580
|
+
padding-inline: 16px;
|
20581
|
+
}
|
20582
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
20583
|
+
padding-inline: 0;
|
20584
|
+
}.v-footer {
|
20585
|
+
align-items: center;
|
20586
|
+
display: flex;
|
20587
|
+
flex: 1 1 auto;
|
20588
|
+
padding: 8px 16px;
|
20589
|
+
position: relative;
|
20590
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20591
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
20592
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20593
|
+
border-style: solid;
|
20594
|
+
border-width: 0;
|
20595
|
+
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));
|
20596
|
+
border-radius: 0;
|
20597
|
+
background: rgb(var(--v-theme-surface));
|
20598
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20599
|
+
}
|
20600
|
+
.v-footer--border {
|
20601
|
+
border-width: thin;
|
20602
|
+
box-shadow: none;
|
20603
|
+
}
|
20604
|
+
.v-footer--absolute {
|
20605
|
+
position: absolute;
|
20606
|
+
}
|
20607
|
+
.v-footer--fixed {
|
20608
|
+
position: fixed;
|
20609
|
+
}
|
20610
|
+
.v-footer--rounded {
|
20611
|
+
border-radius: 4px;
|
20555
20612
|
}/* region INPUT */
|
20556
20613
|
.v-field {
|
20557
20614
|
--v-theme-overlay-multiplier: 1;
|
@@ -21123,64 +21180,7 @@ textarea.v-field__input::placeholder {
|
|
21123
21180
|
opacity: 0;
|
21124
21181
|
}
|
21125
21182
|
|
21126
|
-
/* endregion */.v-
|
21127
|
-
.v-file-input--hide.v-input .v-input__control,
|
21128
|
-
.v-file-input--hide.v-input .v-input__details {
|
21129
|
-
display: none;
|
21130
|
-
}
|
21131
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
21132
|
-
grid-area: control;
|
21133
|
-
margin: 0 auto;
|
21134
|
-
}
|
21135
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21136
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21137
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21138
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21139
|
-
top: 0px;
|
21140
|
-
}
|
21141
|
-
.v-file-input input[type=file] {
|
21142
|
-
height: 100%;
|
21143
|
-
left: 0;
|
21144
|
-
opacity: 0;
|
21145
|
-
position: absolute;
|
21146
|
-
top: 0;
|
21147
|
-
width: 100%;
|
21148
|
-
z-index: 1;
|
21149
|
-
}
|
21150
|
-
.v-file-input .v-input__details {
|
21151
|
-
padding-inline: 16px;
|
21152
|
-
}
|
21153
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
21154
|
-
padding-inline: 0;
|
21155
|
-
}.v-footer {
|
21156
|
-
align-items: center;
|
21157
|
-
display: flex;
|
21158
|
-
flex: 1 1 auto;
|
21159
|
-
padding: 8px 16px;
|
21160
|
-
position: relative;
|
21161
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21162
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21163
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21164
|
-
border-style: solid;
|
21165
|
-
border-width: 0;
|
21166
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21167
|
-
border-radius: 0;
|
21168
|
-
background: rgb(var(--v-theme-surface));
|
21169
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21170
|
-
}
|
21171
|
-
.v-footer--border {
|
21172
|
-
border-width: thin;
|
21173
|
-
box-shadow: none;
|
21174
|
-
}
|
21175
|
-
.v-footer--absolute {
|
21176
|
-
position: absolute;
|
21177
|
-
}
|
21178
|
-
.v-footer--fixed {
|
21179
|
-
position: fixed;
|
21180
|
-
}
|
21181
|
-
.v-footer--rounded {
|
21182
|
-
border-radius: 4px;
|
21183
|
-
}.v-container {
|
21183
|
+
/* endregion */.v-container {
|
21184
21184
|
width: 100%;
|
21185
21185
|
padding: 16px;
|
21186
21186
|
margin-right: auto;
|
@@ -22702,19 +22702,6 @@ textarea.v-field__input::placeholder {
|
|
22702
22702
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22703
22703
|
}.v-locale-provider {
|
22704
22704
|
display: contents;
|
22705
|
-
}.v-menu > .v-overlay__content {
|
22706
|
-
display: flex;
|
22707
|
-
flex-direction: column;
|
22708
|
-
border-radius: 4px;
|
22709
|
-
}
|
22710
|
-
.v-menu > .v-overlay__content > .v-card,
|
22711
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
22712
|
-
.v-menu > .v-overlay__content > .v-list {
|
22713
|
-
background: rgb(var(--v-theme-surface));
|
22714
|
-
border-radius: inherit;
|
22715
|
-
overflow: auto;
|
22716
|
-
height: 100%;
|
22717
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22718
22705
|
}.v-main {
|
22719
22706
|
flex: 1 0 auto;
|
22720
22707
|
max-width: 100%;
|
@@ -22743,6 +22730,19 @@ textarea.v-field__input::placeholder {
|
|
22743
22730
|
--v-layout-right: 0px;
|
22744
22731
|
--v-layout-top: 0px;
|
22745
22732
|
--v-layout-bottom: 0px;
|
22733
|
+
}.v-menu > .v-overlay__content {
|
22734
|
+
display: flex;
|
22735
|
+
flex-direction: column;
|
22736
|
+
border-radius: 4px;
|
22737
|
+
}
|
22738
|
+
.v-menu > .v-overlay__content > .v-card,
|
22739
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
22740
|
+
.v-menu > .v-overlay__content > .v-list {
|
22741
|
+
background: rgb(var(--v-theme-surface));
|
22742
|
+
border-radius: inherit;
|
22743
|
+
overflow: auto;
|
22744
|
+
height: 100%;
|
22745
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22746
22746
|
}.v-messages {
|
22747
22747
|
flex: 1 1 auto;
|
22748
22748
|
font-size: 12px;
|
@@ -22917,6 +22917,14 @@ textarea.v-field__input::placeholder {
|
|
22917
22917
|
}
|
22918
22918
|
.v-otp-input__loader .v-progress-linear {
|
22919
22919
|
position: absolute;
|
22920
|
+
}.v-pagination__list {
|
22921
|
+
display: inline-flex;
|
22922
|
+
list-style-type: none;
|
22923
|
+
justify-content: center;
|
22924
|
+
width: 100%;
|
22925
|
+
}
|
22926
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22927
|
+
margin: 0.3rem;
|
22920
22928
|
}.v-overlay-container {
|
22921
22929
|
contain: layout;
|
22922
22930
|
left: 0;
|
@@ -22980,14 +22988,6 @@ html.v-overlay-scroll-blocked {
|
|
22980
22988
|
|
22981
22989
|
.v-overlay--scroll-blocked {
|
22982
22990
|
padding-inline-end: var(--v-scrollbar-offset);
|
22983
|
-
}.v-pagination__list {
|
22984
|
-
display: inline-flex;
|
22985
|
-
list-style-type: none;
|
22986
|
-
justify-content: center;
|
22987
|
-
width: 100%;
|
22988
|
-
}
|
22989
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22990
|
-
margin: 0.3rem;
|
22991
22991
|
}.v-parallax {
|
22992
22992
|
position: relative;
|
22993
22993
|
overflow: hidden;
|
@@ -23319,60 +23319,6 @@ html.v-overlay-scroll-blocked {
|
|
23319
23319
|
}
|
23320
23320
|
.v-radio-group .v-input__details {
|
23321
23321
|
padding-inline: 16px;
|
23322
|
-
}.v-rating {
|
23323
|
-
max-width: 100%;
|
23324
|
-
display: inline-flex;
|
23325
|
-
white-space: nowrap;
|
23326
|
-
}
|
23327
|
-
.v-rating--readonly {
|
23328
|
-
pointer-events: none;
|
23329
|
-
}
|
23330
|
-
|
23331
|
-
.v-rating__wrapper {
|
23332
|
-
align-items: center;
|
23333
|
-
display: inline-flex;
|
23334
|
-
flex-direction: column;
|
23335
|
-
}
|
23336
|
-
.v-rating__wrapper--bottom {
|
23337
|
-
flex-direction: column-reverse;
|
23338
|
-
}
|
23339
|
-
|
23340
|
-
.v-rating__item {
|
23341
|
-
display: inline-flex;
|
23342
|
-
position: relative;
|
23343
|
-
}
|
23344
|
-
.v-rating__item label {
|
23345
|
-
cursor: pointer;
|
23346
|
-
}
|
23347
|
-
.v-rating__item .v-btn--variant-plain {
|
23348
|
-
opacity: 1;
|
23349
|
-
}
|
23350
|
-
.v-rating__item .v-btn {
|
23351
|
-
transition-property: transform;
|
23352
|
-
}
|
23353
|
-
.v-rating__item .v-btn .v-icon {
|
23354
|
-
transition: inherit;
|
23355
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23356
|
-
}
|
23357
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23358
|
-
transform: scale(1.25);
|
23359
|
-
}
|
23360
|
-
.v-rating__item--half {
|
23361
|
-
overflow: hidden;
|
23362
|
-
position: absolute;
|
23363
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23364
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23365
|
-
z-index: 1;
|
23366
|
-
}
|
23367
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
23368
|
-
opacity: 0;
|
23369
|
-
}
|
23370
|
-
|
23371
|
-
.v-rating__hidden {
|
23372
|
-
height: 0;
|
23373
|
-
opacity: 0;
|
23374
|
-
position: absolute;
|
23375
|
-
width: 0;
|
23376
23322
|
}.v-slider .v-slider__container input {
|
23377
23323
|
cursor: default;
|
23378
23324
|
padding: 0;
|
@@ -23430,80 +23376,86 @@ html.v-overlay-scroll-blocked {
|
|
23430
23376
|
|
23431
23377
|
.v-slider__label {
|
23432
23378
|
margin-inline-end: 12px;
|
23433
|
-
}.v-
|
23434
|
-
display: flex;
|
23435
|
-
flex: 1 0 auto;
|
23436
|
-
max-height: 100%;
|
23379
|
+
}.v-rating {
|
23437
23380
|
max-width: 100%;
|
23438
|
-
overflow: hidden;
|
23439
|
-
position: relative;
|
23440
|
-
}
|
23441
|
-
.v-responsive--inline {
|
23442
23381
|
display: inline-flex;
|
23443
|
-
|
23382
|
+
white-space: nowrap;
|
23444
23383
|
}
|
23445
|
-
|
23446
|
-
|
23447
|
-
flex: 1 0 0px;
|
23448
|
-
max-width: 100%;
|
23384
|
+
.v-rating--readonly {
|
23385
|
+
pointer-events: none;
|
23449
23386
|
}
|
23450
23387
|
|
23451
|
-
.v-
|
23452
|
-
|
23388
|
+
.v-rating__wrapper {
|
23389
|
+
align-items: center;
|
23390
|
+
display: inline-flex;
|
23391
|
+
flex-direction: column;
|
23392
|
+
}
|
23393
|
+
.v-rating__wrapper--bottom {
|
23394
|
+
flex-direction: column-reverse;
|
23453
23395
|
}
|
23454
23396
|
|
23455
|
-
.v-
|
23456
|
-
|
23457
|
-
|
23458
|
-
|
23459
|
-
|
23460
|
-
.v-select .v-field .v-text-field__suffix,
|
23461
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23397
|
+
.v-rating__item {
|
23398
|
+
display: inline-flex;
|
23399
|
+
position: relative;
|
23400
|
+
}
|
23401
|
+
.v-rating__item label {
|
23462
23402
|
cursor: pointer;
|
23463
23403
|
}
|
23464
|
-
.v-
|
23465
|
-
align-self: flex-start;
|
23404
|
+
.v-rating__item .v-btn--variant-plain {
|
23466
23405
|
opacity: 1;
|
23467
|
-
flex: 0 0;
|
23468
|
-
position: absolute;
|
23469
|
-
width: 100%;
|
23470
|
-
transition: none;
|
23471
|
-
pointer-events: none;
|
23472
|
-
caret-color: transparent;
|
23473
23406
|
}
|
23474
|
-
.v-
|
23475
|
-
|
23407
|
+
.v-rating__item .v-btn {
|
23408
|
+
transition-property: transform;
|
23476
23409
|
}
|
23477
|
-
.v-
|
23478
|
-
|
23479
|
-
|
23480
|
-
white-space: nowrap;
|
23410
|
+
.v-rating__item .v-btn .v-icon {
|
23411
|
+
transition: inherit;
|
23412
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23481
23413
|
}
|
23482
|
-
.v-
|
23414
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
23415
|
+
transform: scale(1.25);
|
23416
|
+
}
|
23417
|
+
.v-rating__item--half {
|
23483
23418
|
overflow: hidden;
|
23484
|
-
|
23485
|
-
|
23419
|
+
position: absolute;
|
23420
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23421
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
23422
|
+
z-index: 1;
|
23486
23423
|
}
|
23487
|
-
.v-
|
23488
|
-
|
23489
|
-
|
23490
|
-
|
23491
|
-
|
23424
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
23425
|
+
opacity: 0;
|
23426
|
+
}
|
23427
|
+
|
23428
|
+
.v-rating__hidden {
|
23429
|
+
height: 0;
|
23430
|
+
opacity: 0;
|
23431
|
+
position: absolute;
|
23432
|
+
width: 0;
|
23433
|
+
}.v-responsive {
|
23434
|
+
display: flex;
|
23435
|
+
flex: 1 0 auto;
|
23436
|
+
max-height: 100%;
|
23492
23437
|
max-width: 100%;
|
23438
|
+
overflow: hidden;
|
23439
|
+
position: relative;
|
23493
23440
|
}
|
23494
|
-
.v-
|
23495
|
-
|
23441
|
+
.v-responsive--inline {
|
23442
|
+
display: inline-flex;
|
23443
|
+
flex: 0 0 auto;
|
23496
23444
|
}
|
23497
|
-
|
23498
|
-
|
23445
|
+
|
23446
|
+
.v-responsive__content {
|
23447
|
+
flex: 1 0 0px;
|
23448
|
+
max-width: 100%;
|
23499
23449
|
}
|
23500
|
-
|
23501
|
-
|
23502
|
-
|
23450
|
+
|
23451
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23452
|
+
margin-inline-start: -100%;
|
23503
23453
|
}
|
23504
|
-
|
23505
|
-
|
23506
|
-
|
23454
|
+
|
23455
|
+
.v-responsive__sizer {
|
23456
|
+
flex: 1 0 0px;
|
23457
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23458
|
+
pointer-events: none;
|
23507
23459
|
}.v-selection-control {
|
23508
23460
|
align-items: center;
|
23509
23461
|
contain: layout;
|
@@ -23605,6 +23557,82 @@ html.v-overlay-scroll-blocked {
|
|
23605
23557
|
}
|
23606
23558
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23607
23559
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23560
|
+
}.v-select .v-field .v-text-field__prefix,
|
23561
|
+
.v-select .v-field .v-text-field__suffix,
|
23562
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23563
|
+
cursor: pointer;
|
23564
|
+
}
|
23565
|
+
.v-select .v-field .v-field__input > input {
|
23566
|
+
align-self: flex-start;
|
23567
|
+
opacity: 1;
|
23568
|
+
flex: 0 0;
|
23569
|
+
position: absolute;
|
23570
|
+
width: 100%;
|
23571
|
+
transition: none;
|
23572
|
+
pointer-events: none;
|
23573
|
+
caret-color: transparent;
|
23574
|
+
}
|
23575
|
+
.v-select .v-field--dirty .v-select__selection {
|
23576
|
+
margin-inline-end: 2px;
|
23577
|
+
}
|
23578
|
+
.v-select .v-select__selection-text {
|
23579
|
+
overflow: hidden;
|
23580
|
+
text-overflow: ellipsis;
|
23581
|
+
white-space: nowrap;
|
23582
|
+
}
|
23583
|
+
.v-select__content {
|
23584
|
+
overflow: hidden;
|
23585
|
+
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));
|
23586
|
+
border-radius: 4px;
|
23587
|
+
}
|
23588
|
+
.v-select__selection {
|
23589
|
+
display: inline-flex;
|
23590
|
+
align-items: center;
|
23591
|
+
letter-spacing: inherit;
|
23592
|
+
line-height: inherit;
|
23593
|
+
max-width: 100%;
|
23594
|
+
}
|
23595
|
+
.v-select .v-select__selection:first-child {
|
23596
|
+
margin-inline-start: 0;
|
23597
|
+
}
|
23598
|
+
.v-select--selected .v-field .v-field__input > input {
|
23599
|
+
opacity: 0;
|
23600
|
+
}
|
23601
|
+
.v-select__menu-icon {
|
23602
|
+
margin-inline-start: 4px;
|
23603
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23604
|
+
}
|
23605
|
+
.v-select--active-menu .v-select__menu-icon {
|
23606
|
+
opacity: var(--v-high-emphasis-opacity);
|
23607
|
+
transform: rotate(180deg);
|
23608
|
+
}.v-sheet {
|
23609
|
+
display: block;
|
23610
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23611
|
+
border-style: solid;
|
23612
|
+
border-width: 0;
|
23613
|
+
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));
|
23614
|
+
border-radius: 0;
|
23615
|
+
background: rgb(var(--v-theme-surface));
|
23616
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23617
|
+
}
|
23618
|
+
.v-sheet--border {
|
23619
|
+
border-width: thin;
|
23620
|
+
box-shadow: none;
|
23621
|
+
}
|
23622
|
+
.v-sheet--absolute {
|
23623
|
+
position: absolute;
|
23624
|
+
}
|
23625
|
+
.v-sheet--fixed {
|
23626
|
+
position: fixed;
|
23627
|
+
}
|
23628
|
+
.v-sheet--relative {
|
23629
|
+
position: relative;
|
23630
|
+
}
|
23631
|
+
.v-sheet--sticky {
|
23632
|
+
position: sticky;
|
23633
|
+
}
|
23634
|
+
.v-sheet--rounded {
|
23635
|
+
border-radius: 4px;
|
23608
23636
|
}.v-selection-control-group {
|
23609
23637
|
grid-area: control;
|
23610
23638
|
display: flex;
|
@@ -23836,34 +23864,61 @@ html.v-overlay-scroll-blocked {
|
|
23836
23864
|
100% {
|
23837
23865
|
transform: translateX(100%);
|
23838
23866
|
}
|
23839
|
-
}.v-
|
23840
|
-
display:
|
23841
|
-
|
23842
|
-
border-style: solid;
|
23843
|
-
border-width: 0;
|
23844
|
-
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));
|
23845
|
-
border-radius: 0;
|
23846
|
-
background: rgb(var(--v-theme-surface));
|
23847
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23848
|
-
}
|
23849
|
-
.v-sheet--border {
|
23850
|
-
border-width: thin;
|
23851
|
-
box-shadow: none;
|
23867
|
+
}.v-slide-group {
|
23868
|
+
display: flex;
|
23869
|
+
overflow: hidden;
|
23852
23870
|
}
|
23853
|
-
|
23854
|
-
|
23871
|
+
|
23872
|
+
.v-slide-group__next,
|
23873
|
+
.v-slide-group__prev {
|
23874
|
+
align-items: center;
|
23875
|
+
display: flex;
|
23876
|
+
flex: 0 1 52px;
|
23877
|
+
justify-content: center;
|
23878
|
+
min-width: 52px;
|
23879
|
+
cursor: pointer;
|
23855
23880
|
}
|
23856
|
-
.v-
|
23857
|
-
|
23881
|
+
.v-slide-group__next--disabled,
|
23882
|
+
.v-slide-group__prev--disabled {
|
23883
|
+
pointer-events: none;
|
23884
|
+
opacity: var(--v-disabled-opacity);
|
23858
23885
|
}
|
23859
|
-
|
23886
|
+
|
23887
|
+
.v-slide-group__content {
|
23888
|
+
display: flex;
|
23889
|
+
flex: 1 0 auto;
|
23860
23890
|
position: relative;
|
23891
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
23892
|
+
white-space: nowrap;
|
23861
23893
|
}
|
23862
|
-
.v-
|
23863
|
-
|
23894
|
+
.v-slide-group__content > * {
|
23895
|
+
white-space: initial;
|
23864
23896
|
}
|
23865
|
-
|
23866
|
-
|
23897
|
+
|
23898
|
+
.v-slide-group__container {
|
23899
|
+
contain: content;
|
23900
|
+
display: flex;
|
23901
|
+
flex: 1 1 auto;
|
23902
|
+
overflow-x: auto;
|
23903
|
+
overflow-y: hidden;
|
23904
|
+
scrollbar-width: none;
|
23905
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
23906
|
+
}
|
23907
|
+
.v-slide-group__container::-webkit-scrollbar {
|
23908
|
+
display: none;
|
23909
|
+
}
|
23910
|
+
|
23911
|
+
.v-slide-group--vertical {
|
23912
|
+
max-height: inherit;
|
23913
|
+
}
|
23914
|
+
.v-slide-group--vertical,
|
23915
|
+
.v-slide-group--vertical .v-slide-group__container,
|
23916
|
+
.v-slide-group--vertical .v-slide-group__content {
|
23917
|
+
flex-direction: column;
|
23918
|
+
}
|
23919
|
+
.v-slide-group--vertical .v-slide-group__container {
|
23920
|
+
overflow-x: hidden;
|
23921
|
+
overflow-y: auto;
|
23867
23922
|
}.v-snackbar {
|
23868
23923
|
justify-content: center;
|
23869
23924
|
z-index: 10000;
|
@@ -24002,61 +24057,6 @@ html.v-overlay-scroll-blocked {
|
|
24002
24057
|
}
|
24003
24058
|
.v-snackbar-transition-leave-to {
|
24004
24059
|
opacity: 0;
|
24005
|
-
}.v-slide-group {
|
24006
|
-
display: flex;
|
24007
|
-
overflow: hidden;
|
24008
|
-
}
|
24009
|
-
|
24010
|
-
.v-slide-group__next,
|
24011
|
-
.v-slide-group__prev {
|
24012
|
-
align-items: center;
|
24013
|
-
display: flex;
|
24014
|
-
flex: 0 1 52px;
|
24015
|
-
justify-content: center;
|
24016
|
-
min-width: 52px;
|
24017
|
-
cursor: pointer;
|
24018
|
-
}
|
24019
|
-
.v-slide-group__next--disabled,
|
24020
|
-
.v-slide-group__prev--disabled {
|
24021
|
-
pointer-events: none;
|
24022
|
-
opacity: var(--v-disabled-opacity);
|
24023
|
-
}
|
24024
|
-
|
24025
|
-
.v-slide-group__content {
|
24026
|
-
display: flex;
|
24027
|
-
flex: 1 0 auto;
|
24028
|
-
position: relative;
|
24029
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24030
|
-
white-space: nowrap;
|
24031
|
-
}
|
24032
|
-
.v-slide-group__content > * {
|
24033
|
-
white-space: initial;
|
24034
|
-
}
|
24035
|
-
|
24036
|
-
.v-slide-group__container {
|
24037
|
-
contain: content;
|
24038
|
-
display: flex;
|
24039
|
-
flex: 1 1 auto;
|
24040
|
-
overflow-x: auto;
|
24041
|
-
overflow-y: hidden;
|
24042
|
-
scrollbar-width: none;
|
24043
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24044
|
-
}
|
24045
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24046
|
-
display: none;
|
24047
|
-
}
|
24048
|
-
|
24049
|
-
.v-slide-group--vertical {
|
24050
|
-
max-height: inherit;
|
24051
|
-
}
|
24052
|
-
.v-slide-group--vertical,
|
24053
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24054
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24055
|
-
flex-direction: column;
|
24056
|
-
}
|
24057
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24058
|
-
overflow-x: hidden;
|
24059
|
-
overflow-y: auto;
|
24060
24060
|
}.v-speed-dial__content {
|
24061
24061
|
gap: 8px;
|
24062
24062
|
}
|
@@ -25239,28 +25239,6 @@ html.v-overlay-scroll-blocked {
|
|
25239
25239
|
|
25240
25240
|
.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 {
|
25241
25241
|
padding-inline-end: 0;
|
25242
|
-
}.v-tooltip > .v-overlay__content {
|
25243
|
-
background: rgb(var(--v-theme-surface-variant));
|
25244
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25245
|
-
border-radius: 4px;
|
25246
|
-
font-size: 0.875rem;
|
25247
|
-
line-height: 1.6;
|
25248
|
-
display: inline-block;
|
25249
|
-
padding: 5px 16px;
|
25250
|
-
text-transform: initial;
|
25251
|
-
width: auto;
|
25252
|
-
opacity: 1;
|
25253
|
-
pointer-events: none;
|
25254
|
-
transition-property: opacity, transform;
|
25255
|
-
overflow-wrap: break-word;
|
25256
|
-
}
|
25257
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25258
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25259
|
-
transition-duration: 150ms;
|
25260
|
-
}
|
25261
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25262
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25263
|
-
transition-duration: 75ms;
|
25264
25242
|
}.v-toolbar {
|
25265
25243
|
align-items: flex-start;
|
25266
25244
|
display: flex;
|
@@ -25390,6 +25368,28 @@ html.v-overlay-scroll-blocked {
|
|
25390
25368
|
}
|
25391
25369
|
.v-toolbar-items > .v-btn {
|
25392
25370
|
border-radius: 0;
|
25371
|
+
}.v-tooltip > .v-overlay__content {
|
25372
|
+
background: rgb(var(--v-theme-surface-variant));
|
25373
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25374
|
+
border-radius: 4px;
|
25375
|
+
font-size: 0.875rem;
|
25376
|
+
line-height: 1.6;
|
25377
|
+
display: inline-block;
|
25378
|
+
padding: 5px 16px;
|
25379
|
+
text-transform: initial;
|
25380
|
+
width: auto;
|
25381
|
+
opacity: 1;
|
25382
|
+
pointer-events: none;
|
25383
|
+
transition-property: opacity, transform;
|
25384
|
+
overflow-wrap: break-word;
|
25385
|
+
}
|
25386
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25387
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25388
|
+
transition-duration: 150ms;
|
25389
|
+
}
|
25390
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25391
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25392
|
+
transition-duration: 75ms;
|
25393
25393
|
}.v-virtual-scroll {
|
25394
25394
|
display: block;
|
25395
25395
|
flex: 1 1 auto;
|