@vuetify/nightly 3.7.5-master.2024-12-12 → 3.7.5-master.2024-12-16
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/dist/json/attributes.json +2816 -2816
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +184 -184
- package/dist/json/web-types.json +5212 -5212
- package/dist/vuetify-labs.css +2838 -2838
- package/dist/vuetify-labs.esm.js +22 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +22 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2064 -2064
- package/dist/vuetify.d.ts +69 -69
- package/dist/vuetify.esm.js +15 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +33 -33
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +2 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +4 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/virtual.mjs +3 -2
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -69
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.5-master.2024-12-
|
2
|
+
* Vuetify v3.7.5-master.2024-12-16
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17923,25 +17923,6 @@ html.overflow-y-hidden {
|
|
17923
17923
|
.v-locale--is-ltr .float-print-start {
|
17924
17924
|
float: left !important;
|
17925
17925
|
}
|
17926
|
-
}.v-code {
|
17927
|
-
background-color: rgb(var(--v-theme-code));
|
17928
|
-
color: rgb(var(--v-theme-on-code));
|
17929
|
-
border-radius: 4px;
|
17930
|
-
line-height: 1.8;
|
17931
|
-
font-size: 0.9em;
|
17932
|
-
font-weight: normal;
|
17933
|
-
padding: 0.2em 0.4em;
|
17934
|
-
}.v-kbd {
|
17935
|
-
background: rgb(var(--v-theme-kbd));
|
17936
|
-
color: rgb(var(--v-theme-on-kbd));
|
17937
|
-
border-radius: 3px;
|
17938
|
-
display: inline;
|
17939
|
-
font-size: 85%;
|
17940
|
-
font-weight: normal;
|
17941
|
-
padding: 0.2em 0.4rem;
|
17942
|
-
}
|
17943
|
-
.v-kbd {
|
17944
|
-
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));
|
17945
17926
|
}.v-ripple__container {
|
17946
17927
|
color: inherit;
|
17947
17928
|
border-radius: inherit;
|
@@ -17978,18 +17959,41 @@ html.overflow-y-hidden {
|
|
17978
17959
|
.v-ripple__animation--out {
|
17979
17960
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17980
17961
|
opacity: 0;
|
17981
|
-
}.v-
|
17982
|
-
|
17983
|
-
|
17984
|
-
|
17985
|
-
|
17986
|
-
|
17962
|
+
}.v-code {
|
17963
|
+
background-color: rgb(var(--v-theme-code));
|
17964
|
+
color: rgb(var(--v-theme-on-code));
|
17965
|
+
border-radius: 4px;
|
17966
|
+
line-height: 1.8;
|
17967
|
+
font-size: 0.9em;
|
17968
|
+
font-weight: normal;
|
17969
|
+
padding: 0.2em 0.4em;
|
17970
|
+
}.v-kbd {
|
17971
|
+
background: rgb(var(--v-theme-kbd));
|
17972
|
+
color: rgb(var(--v-theme-on-kbd));
|
17973
|
+
border-radius: 3px;
|
17974
|
+
display: inline;
|
17975
|
+
font-size: 85%;
|
17976
|
+
font-weight: normal;
|
17977
|
+
padding: 0.2em 0.4rem;
|
17987
17978
|
}
|
17988
|
-
.v-
|
17989
|
-
box-shadow: 0px
|
17979
|
+
.v-kbd {
|
17980
|
+
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));
|
17981
|
+
}.v-application {
|
17982
|
+
display: flex;
|
17983
|
+
background: rgb(var(--v-theme-background));
|
17984
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17990
17985
|
}
|
17991
|
-
|
17992
|
-
|
17986
|
+
|
17987
|
+
.v-application__wrap {
|
17988
|
+
-webkit-backface-visibility: hidden;
|
17989
|
+
backface-visibility: hidden;
|
17990
|
+
display: flex;
|
17991
|
+
flex-direction: column;
|
17992
|
+
flex: 1 1 auto;
|
17993
|
+
max-width: 100%;
|
17994
|
+
min-height: 100vh;
|
17995
|
+
min-height: 100dvh;
|
17996
|
+
position: relative;
|
17993
17997
|
}.v-alert {
|
17994
17998
|
display: grid;
|
17995
17999
|
flex: 1 1;
|
@@ -18206,197 +18210,6 @@ html.overflow-y-hidden {
|
|
18206
18210
|
text-transform: none;
|
18207
18211
|
word-break: normal;
|
18208
18212
|
word-wrap: break-word;
|
18209
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
18210
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
18211
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18212
|
-
cursor: text;
|
18213
|
-
}
|
18214
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18215
|
-
flex: 1 1;
|
18216
|
-
}
|
18217
|
-
.v-autocomplete .v-field input {
|
18218
|
-
min-width: 64px;
|
18219
|
-
}
|
18220
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18221
|
-
min-width: 0;
|
18222
|
-
}
|
18223
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18224
|
-
margin-inline-end: 2px;
|
18225
|
-
}
|
18226
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
18227
|
-
overflow: hidden;
|
18228
|
-
text-overflow: ellipsis;
|
18229
|
-
white-space: nowrap;
|
18230
|
-
}
|
18231
|
-
|
18232
|
-
.v-autocomplete__content {
|
18233
|
-
overflow: hidden;
|
18234
|
-
}
|
18235
|
-
.v-autocomplete__content {
|
18236
|
-
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));
|
18237
|
-
}
|
18238
|
-
.v-autocomplete__content {
|
18239
|
-
border-radius: 4px;
|
18240
|
-
}
|
18241
|
-
.v-autocomplete__mask {
|
18242
|
-
background: rgb(var(--v-theme-surface-light));
|
18243
|
-
}
|
18244
|
-
.v-autocomplete__selection {
|
18245
|
-
display: inline-flex;
|
18246
|
-
align-items: center;
|
18247
|
-
height: 1.5rem;
|
18248
|
-
letter-spacing: inherit;
|
18249
|
-
line-height: inherit;
|
18250
|
-
max-width: calc(100% - 2px - 2px);
|
18251
|
-
}
|
18252
|
-
.v-autocomplete__selection:first-child {
|
18253
|
-
margin-inline-start: 0;
|
18254
|
-
}
|
18255
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18256
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18257
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18258
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18259
|
-
top: 0px;
|
18260
|
-
}
|
18261
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18262
|
-
opacity: var(--v-medium-emphasis-opacity);
|
18263
|
-
}
|
18264
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18265
|
-
opacity: 1;
|
18266
|
-
}
|
18267
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
18268
|
-
caret-color: transparent;
|
18269
|
-
}
|
18270
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18271
|
-
flex: 1 1;
|
18272
|
-
position: absolute;
|
18273
|
-
left: 0;
|
18274
|
-
right: 0;
|
18275
|
-
width: 100%;
|
18276
|
-
padding-inline: inherit;
|
18277
|
-
}
|
18278
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18279
|
-
transition: none;
|
18280
|
-
}
|
18281
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18282
|
-
opacity: 0;
|
18283
|
-
}
|
18284
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18285
|
-
opacity: 0;
|
18286
|
-
}
|
18287
|
-
.v-autocomplete__menu-icon {
|
18288
|
-
margin-inline-start: 4px;
|
18289
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18290
|
-
}
|
18291
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18292
|
-
opacity: var(--v-high-emphasis-opacity);
|
18293
|
-
transform: rotate(180deg);
|
18294
|
-
}.v-avatar {
|
18295
|
-
flex: none;
|
18296
|
-
align-items: center;
|
18297
|
-
display: inline-flex;
|
18298
|
-
justify-content: center;
|
18299
|
-
line-height: normal;
|
18300
|
-
overflow: hidden;
|
18301
|
-
position: relative;
|
18302
|
-
text-align: center;
|
18303
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18304
|
-
transition-property: width, height;
|
18305
|
-
vertical-align: middle;
|
18306
|
-
}
|
18307
|
-
.v-avatar.v-avatar--size-x-small {
|
18308
|
-
--v-avatar-height: 24px;
|
18309
|
-
}
|
18310
|
-
.v-avatar.v-avatar--size-small {
|
18311
|
-
--v-avatar-height: 32px;
|
18312
|
-
}
|
18313
|
-
.v-avatar.v-avatar--size-default {
|
18314
|
-
--v-avatar-height: 40px;
|
18315
|
-
}
|
18316
|
-
.v-avatar.v-avatar--size-large {
|
18317
|
-
--v-avatar-height: 48px;
|
18318
|
-
}
|
18319
|
-
.v-avatar.v-avatar--size-x-large {
|
18320
|
-
--v-avatar-height: 56px;
|
18321
|
-
}
|
18322
|
-
.v-avatar.v-avatar--density-default {
|
18323
|
-
height: calc(var(--v-avatar-height) + 0px);
|
18324
|
-
width: calc(var(--v-avatar-height) + 0px);
|
18325
|
-
}
|
18326
|
-
.v-avatar.v-avatar--density-comfortable {
|
18327
|
-
height: calc(var(--v-avatar-height) + -4px);
|
18328
|
-
width: calc(var(--v-avatar-height) + -4px);
|
18329
|
-
}
|
18330
|
-
.v-avatar.v-avatar--density-compact {
|
18331
|
-
height: calc(var(--v-avatar-height) + -8px);
|
18332
|
-
width: calc(var(--v-avatar-height) + -8px);
|
18333
|
-
}
|
18334
|
-
.v-avatar {
|
18335
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18336
|
-
border-style: solid;
|
18337
|
-
border-width: 0;
|
18338
|
-
}
|
18339
|
-
.v-avatar--border {
|
18340
|
-
border-width: thin;
|
18341
|
-
box-shadow: none;
|
18342
|
-
}
|
18343
|
-
.v-avatar {
|
18344
|
-
border-radius: 50%;
|
18345
|
-
}
|
18346
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18347
|
-
background: transparent;
|
18348
|
-
color: inherit;
|
18349
|
-
}
|
18350
|
-
.v-avatar--variant-plain {
|
18351
|
-
opacity: 0.62;
|
18352
|
-
}
|
18353
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18354
|
-
opacity: 1;
|
18355
|
-
}
|
18356
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
18357
|
-
display: none;
|
18358
|
-
}
|
18359
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18360
|
-
background: var(--v-theme-surface);
|
18361
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18362
|
-
}
|
18363
|
-
.v-avatar--variant-elevated {
|
18364
|
-
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));
|
18365
|
-
}
|
18366
|
-
.v-avatar--variant-flat {
|
18367
|
-
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));
|
18368
|
-
}
|
18369
|
-
.v-avatar--variant-outlined {
|
18370
|
-
border: thin solid currentColor;
|
18371
|
-
}
|
18372
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
18373
|
-
background: currentColor;
|
18374
|
-
}
|
18375
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
18376
|
-
background: currentColor;
|
18377
|
-
opacity: var(--v-activated-opacity);
|
18378
|
-
border-radius: inherit;
|
18379
|
-
top: 0;
|
18380
|
-
right: 0;
|
18381
|
-
bottom: 0;
|
18382
|
-
left: 0;
|
18383
|
-
pointer-events: none;
|
18384
|
-
}
|
18385
|
-
.v-avatar .v-avatar__underlay {
|
18386
|
-
position: absolute;
|
18387
|
-
}
|
18388
|
-
.v-avatar--rounded {
|
18389
|
-
border-radius: 4px;
|
18390
|
-
}
|
18391
|
-
.v-avatar--start {
|
18392
|
-
margin-inline-end: 8px;
|
18393
|
-
}
|
18394
|
-
.v-avatar--end {
|
18395
|
-
margin-inline-start: 8px;
|
18396
|
-
}
|
18397
|
-
.v-avatar .v-img {
|
18398
|
-
height: 100%;
|
18399
|
-
width: 100%;
|
18400
18213
|
}.v-badge {
|
18401
18214
|
display: inline-block;
|
18402
18215
|
line-height: 1;
|
@@ -18640,69 +18453,40 @@ html.overflow-y-hidden {
|
|
18640
18453
|
}
|
18641
18454
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18642
18455
|
align-self: flex-start;
|
18643
|
-
}.
|
18644
|
-
|
18645
|
-
max-width: 100%;
|
18646
|
-
overflow: hidden;
|
18647
|
-
position: absolute;
|
18648
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18649
|
-
}
|
18650
|
-
.v-bottom-navigation {
|
18651
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18652
|
-
border-style: solid;
|
18653
|
-
border-width: 0;
|
18654
|
-
}
|
18655
|
-
.v-bottom-navigation--border {
|
18656
|
-
border-width: thin;
|
18657
|
-
box-shadow: none;
|
18658
|
-
}
|
18659
|
-
.v-bottom-navigation {
|
18660
|
-
border-radius: 0;
|
18661
|
-
}
|
18662
|
-
.v-bottom-navigation {
|
18663
|
-
background: rgb(var(--v-theme-surface));
|
18664
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18456
|
+
}.bottom-sheet-transition-enter-from {
|
18457
|
+
transform: translateY(100%);
|
18665
18458
|
}
|
18666
|
-
.
|
18667
|
-
|
18459
|
+
.bottom-sheet-transition-leave-to {
|
18460
|
+
transform: translateY(100%);
|
18668
18461
|
}
|
18669
18462
|
|
18670
|
-
.v-bottom-
|
18671
|
-
|
18672
|
-
|
18673
|
-
|
18674
|
-
|
18675
|
-
|
18463
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18464
|
+
align-self: flex-end;
|
18465
|
+
border-radius: 0;
|
18466
|
+
flex: 0 1 auto;
|
18467
|
+
left: 0;
|
18468
|
+
right: 0;
|
18469
|
+
margin-inline: 0;
|
18470
|
+
margin-bottom: 0;
|
18471
|
+
transition-duration: 0.2s;
|
18676
18472
|
width: 100%;
|
18473
|
+
max-width: 100%;
|
18474
|
+
overflow: visible;
|
18677
18475
|
}
|
18678
|
-
.v-bottom-
|
18679
|
-
|
18680
|
-
height: 100%;
|
18681
|
-
max-width: 168px;
|
18682
|
-
min-width: 80px;
|
18683
|
-
text-transform: none;
|
18684
|
-
transition: inherit;
|
18685
|
-
width: auto;
|
18476
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18477
|
+
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));
|
18686
18478
|
}
|
18687
|
-
.v-bottom-
|
18479
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18480
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18688
18481
|
border-radius: 0;
|
18689
18482
|
}
|
18690
|
-
.v-bottom-
|
18691
|
-
|
18692
|
-
transition: inherit;
|
18693
|
-
}
|
18694
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18695
|
-
font-size: 1.5rem;
|
18696
|
-
}
|
18697
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18698
|
-
flex-grow: 1;
|
18699
|
-
}
|
18700
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18701
|
-
transition: inherit;
|
18702
|
-
opacity: 0;
|
18483
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18484
|
+
max-width: none;
|
18703
18485
|
}
|
18704
|
-
|
18705
|
-
|
18486
|
+
@media (min-width: 600px) {
|
18487
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18488
|
+
max-width: 70%;
|
18489
|
+
}
|
18706
18490
|
}.v-breadcrumbs {
|
18707
18491
|
display: flex;
|
18708
18492
|
align-items: center;
|
@@ -18760,40 +18544,155 @@ html.overflow-y-hidden {
|
|
18760
18544
|
display: inline-block;
|
18761
18545
|
padding: 0 8px;
|
18762
18546
|
vertical-align: middle;
|
18763
|
-
}.
|
18764
|
-
|
18547
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18548
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18549
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18550
|
+
cursor: text;
|
18765
18551
|
}
|
18766
|
-
.
|
18767
|
-
|
18552
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18553
|
+
flex: 1 1;
|
18554
|
+
}
|
18555
|
+
.v-autocomplete .v-field input {
|
18556
|
+
min-width: 64px;
|
18557
|
+
}
|
18558
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18559
|
+
min-width: 0;
|
18560
|
+
}
|
18561
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18562
|
+
margin-inline-end: 2px;
|
18563
|
+
}
|
18564
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18565
|
+
overflow: hidden;
|
18566
|
+
text-overflow: ellipsis;
|
18567
|
+
white-space: nowrap;
|
18768
18568
|
}
|
18769
18569
|
|
18770
|
-
.v-
|
18771
|
-
|
18772
|
-
|
18773
|
-
|
18570
|
+
.v-autocomplete__content {
|
18571
|
+
overflow: hidden;
|
18572
|
+
}
|
18573
|
+
.v-autocomplete__content {
|
18574
|
+
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));
|
18575
|
+
}
|
18576
|
+
.v-autocomplete__content {
|
18577
|
+
border-radius: 4px;
|
18578
|
+
}
|
18579
|
+
.v-autocomplete__mask {
|
18580
|
+
background: rgb(var(--v-theme-surface-light));
|
18581
|
+
}
|
18582
|
+
.v-autocomplete__selection {
|
18583
|
+
display: inline-flex;
|
18584
|
+
align-items: center;
|
18585
|
+
height: 1.5rem;
|
18586
|
+
letter-spacing: inherit;
|
18587
|
+
line-height: inherit;
|
18588
|
+
max-width: calc(100% - 2px - 2px);
|
18589
|
+
}
|
18590
|
+
.v-autocomplete__selection:first-child {
|
18591
|
+
margin-inline-start: 0;
|
18592
|
+
}
|
18593
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18594
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18595
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18596
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18597
|
+
top: 0px;
|
18598
|
+
}
|
18599
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18600
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18601
|
+
}
|
18602
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18603
|
+
opacity: 1;
|
18604
|
+
}
|
18605
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18606
|
+
caret-color: transparent;
|
18607
|
+
}
|
18608
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18609
|
+
flex: 1 1;
|
18610
|
+
position: absolute;
|
18774
18611
|
left: 0;
|
18775
18612
|
right: 0;
|
18776
|
-
margin-inline: 0;
|
18777
|
-
margin-bottom: 0;
|
18778
|
-
transition-duration: 0.2s;
|
18779
18613
|
width: 100%;
|
18614
|
+
padding-inline: inherit;
|
18615
|
+
}
|
18616
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18617
|
+
transition: none;
|
18618
|
+
}
|
18619
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18620
|
+
opacity: 0;
|
18621
|
+
}
|
18622
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18623
|
+
opacity: 0;
|
18624
|
+
}
|
18625
|
+
.v-autocomplete__menu-icon {
|
18626
|
+
margin-inline-start: 4px;
|
18627
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18628
|
+
}
|
18629
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18630
|
+
opacity: var(--v-high-emphasis-opacity);
|
18631
|
+
transform: rotate(180deg);
|
18632
|
+
}.v-btn-group {
|
18633
|
+
display: inline-flex;
|
18634
|
+
flex-wrap: nowrap;
|
18780
18635
|
max-width: 100%;
|
18781
|
-
|
18636
|
+
min-width: 0;
|
18637
|
+
overflow: hidden;
|
18638
|
+
vertical-align: middle;
|
18782
18639
|
}
|
18783
|
-
.v-
|
18784
|
-
|
18640
|
+
.v-btn-group {
|
18641
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18642
|
+
border-style: solid;
|
18643
|
+
border-width: 0;
|
18785
18644
|
}
|
18786
|
-
.v-
|
18787
|
-
|
18645
|
+
.v-btn-group--border {
|
18646
|
+
border-width: thin;
|
18647
|
+
box-shadow: none;
|
18648
|
+
}
|
18649
|
+
.v-btn-group {
|
18650
|
+
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));
|
18651
|
+
}
|
18652
|
+
.v-btn-group {
|
18653
|
+
border-radius: 4px;
|
18654
|
+
}
|
18655
|
+
.v-btn-group {
|
18656
|
+
background: transparent;
|
18657
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18658
|
+
}
|
18659
|
+
.v-btn-group--density-default.v-btn-group {
|
18660
|
+
height: 48px;
|
18661
|
+
}
|
18662
|
+
|
18663
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
18664
|
+
height: 40px;
|
18665
|
+
}
|
18666
|
+
|
18667
|
+
.v-btn-group--density-compact.v-btn-group {
|
18668
|
+
height: 36px;
|
18669
|
+
}
|
18670
|
+
|
18671
|
+
.v-btn-group .v-btn {
|
18788
18672
|
border-radius: 0;
|
18673
|
+
border-color: inherit;
|
18789
18674
|
}
|
18790
|
-
.v-
|
18791
|
-
|
18675
|
+
.v-btn-group .v-btn:not(:last-child) {
|
18676
|
+
border-inline-end: none;
|
18792
18677
|
}
|
18793
|
-
|
18794
|
-
|
18795
|
-
|
18796
|
-
|
18678
|
+
.v-btn-group .v-btn:not(:first-child) {
|
18679
|
+
border-inline-start: none;
|
18680
|
+
}
|
18681
|
+
.v-btn-group .v-btn:first-child {
|
18682
|
+
border-start-start-radius: inherit;
|
18683
|
+
border-end-start-radius: inherit;
|
18684
|
+
}
|
18685
|
+
.v-btn-group .v-btn:last-child {
|
18686
|
+
border-start-end-radius: inherit;
|
18687
|
+
border-end-end-radius: inherit;
|
18688
|
+
}
|
18689
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
18690
|
+
border-inline-end-width: thin;
|
18691
|
+
border-inline-end-style: solid;
|
18692
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18693
|
+
}
|
18694
|
+
.v-btn-group--tile {
|
18695
|
+
border-radius: 0;
|
18797
18696
|
}.v-btn {
|
18798
18697
|
align-items: center;
|
18799
18698
|
border-radius: 4px;
|
@@ -19218,104 +19117,24 @@ html.overflow-y-hidden {
|
|
19218
19117
|
}
|
19219
19118
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
19220
19119
|
opacity: var(--v-border-opacity);
|
19221
|
-
}.v-
|
19222
|
-
display:
|
19223
|
-
flex-wrap: nowrap;
|
19224
|
-
max-width: 100%;
|
19225
|
-
min-width: 0;
|
19120
|
+
}.v-card {
|
19121
|
+
display: block;
|
19226
19122
|
overflow: hidden;
|
19227
|
-
|
19123
|
+
overflow-wrap: break-word;
|
19124
|
+
position: relative;
|
19125
|
+
padding: 0;
|
19126
|
+
text-decoration: none;
|
19127
|
+
transition-duration: 0.28s;
|
19128
|
+
transition-property: box-shadow, opacity, background;
|
19129
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19130
|
+
z-index: 0;
|
19228
19131
|
}
|
19229
|
-
.v-
|
19132
|
+
.v-card {
|
19230
19133
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19231
19134
|
border-style: solid;
|
19232
19135
|
border-width: 0;
|
19233
19136
|
}
|
19234
|
-
.v-
|
19235
|
-
border-width: thin;
|
19236
|
-
box-shadow: none;
|
19237
|
-
}
|
19238
|
-
.v-btn-group {
|
19239
|
-
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));
|
19240
|
-
}
|
19241
|
-
.v-btn-group {
|
19242
|
-
border-radius: 4px;
|
19243
|
-
}
|
19244
|
-
.v-btn-group {
|
19245
|
-
background: transparent;
|
19246
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19247
|
-
}
|
19248
|
-
.v-btn-group--density-default.v-btn-group {
|
19249
|
-
height: 48px;
|
19250
|
-
}
|
19251
|
-
|
19252
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19253
|
-
height: 40px;
|
19254
|
-
}
|
19255
|
-
|
19256
|
-
.v-btn-group--density-compact.v-btn-group {
|
19257
|
-
height: 36px;
|
19258
|
-
}
|
19259
|
-
|
19260
|
-
.v-btn-group .v-btn {
|
19261
|
-
border-radius: 0;
|
19262
|
-
border-color: inherit;
|
19263
|
-
}
|
19264
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19265
|
-
border-inline-end: none;
|
19266
|
-
}
|
19267
|
-
.v-btn-group .v-btn:not(:first-child) {
|
19268
|
-
border-inline-start: none;
|
19269
|
-
}
|
19270
|
-
.v-btn-group .v-btn:first-child {
|
19271
|
-
border-start-start-radius: inherit;
|
19272
|
-
border-end-start-radius: inherit;
|
19273
|
-
}
|
19274
|
-
.v-btn-group .v-btn:last-child {
|
19275
|
-
border-start-end-radius: inherit;
|
19276
|
-
border-end-end-radius: inherit;
|
19277
|
-
}
|
19278
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
19279
|
-
border-inline-end-width: thin;
|
19280
|
-
border-inline-end-style: solid;
|
19281
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19282
|
-
}
|
19283
|
-
.v-btn-group--tile {
|
19284
|
-
border-radius: 0;
|
19285
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19286
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19287
|
-
}
|
19288
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19289
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19290
|
-
}
|
19291
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19292
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19293
|
-
}
|
19294
|
-
@supports not selector(:focus-visible) {
|
19295
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19296
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19297
|
-
}
|
19298
|
-
}
|
19299
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19300
|
-
opacity: 1;
|
19301
|
-
}.v-card {
|
19302
|
-
display: block;
|
19303
|
-
overflow: hidden;
|
19304
|
-
overflow-wrap: break-word;
|
19305
|
-
position: relative;
|
19306
|
-
padding: 0;
|
19307
|
-
text-decoration: none;
|
19308
|
-
transition-duration: 0.28s;
|
19309
|
-
transition-property: box-shadow, opacity, background;
|
19310
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19311
|
-
z-index: 0;
|
19312
|
-
}
|
19313
|
-
.v-card {
|
19314
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19315
|
-
border-style: solid;
|
19316
|
-
border-width: 0;
|
19317
|
-
}
|
19318
|
-
.v-card--border {
|
19137
|
+
.v-card--border {
|
19319
19138
|
border-width: thin;
|
19320
19139
|
box-shadow: none;
|
19321
19140
|
}
|
@@ -19606,71 +19425,6 @@ html.overflow-y-hidden {
|
|
19606
19425
|
pointer-events: none;
|
19607
19426
|
opacity: 0;
|
19608
19427
|
transition: opacity 0.2s ease-in-out;
|
19609
|
-
}.v-carousel {
|
19610
|
-
overflow: hidden;
|
19611
|
-
position: relative;
|
19612
|
-
width: 100%;
|
19613
|
-
}
|
19614
|
-
.v-carousel__controls {
|
19615
|
-
align-items: center;
|
19616
|
-
bottom: 0;
|
19617
|
-
display: flex;
|
19618
|
-
height: 50px;
|
19619
|
-
justify-content: center;
|
19620
|
-
list-style-type: none;
|
19621
|
-
position: absolute;
|
19622
|
-
width: 100%;
|
19623
|
-
z-index: 1;
|
19624
|
-
}
|
19625
|
-
.v-carousel__controls {
|
19626
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19627
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19628
|
-
}
|
19629
|
-
.v-carousel__controls > .v-item-group {
|
19630
|
-
flex: 0 1 auto;
|
19631
|
-
}
|
19632
|
-
.v-carousel__controls__item {
|
19633
|
-
margin: 0 8px;
|
19634
|
-
}
|
19635
|
-
.v-carousel__controls__item .v-icon {
|
19636
|
-
opacity: 0.5;
|
19637
|
-
}
|
19638
|
-
.v-carousel__controls__item--active .v-icon {
|
19639
|
-
opacity: 1;
|
19640
|
-
vertical-align: middle;
|
19641
|
-
}
|
19642
|
-
.v-carousel__controls__item:hover {
|
19643
|
-
background: none;
|
19644
|
-
}
|
19645
|
-
.v-carousel__controls__item:hover .v-icon {
|
19646
|
-
opacity: 0.8;
|
19647
|
-
}
|
19648
|
-
|
19649
|
-
.v-carousel__progress {
|
19650
|
-
margin: 0;
|
19651
|
-
position: absolute;
|
19652
|
-
bottom: 0;
|
19653
|
-
left: 0;
|
19654
|
-
right: 0;
|
19655
|
-
}
|
19656
|
-
|
19657
|
-
.v-carousel-item {
|
19658
|
-
display: block;
|
19659
|
-
height: inherit;
|
19660
|
-
text-decoration: none;
|
19661
|
-
}
|
19662
|
-
.v-carousel-item > .v-img {
|
19663
|
-
height: inherit;
|
19664
|
-
}
|
19665
|
-
|
19666
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19667
|
-
background: transparent;
|
19668
|
-
}
|
19669
|
-
|
19670
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19671
|
-
flex-direction: column;
|
19672
|
-
height: 100% !important;
|
19673
|
-
width: 50px;
|
19674
19428
|
}.v-checkbox.v-input {
|
19675
19429
|
flex: 0 1 auto;
|
19676
19430
|
}
|
@@ -20766,46 +20520,71 @@ html.overflow-y-hidden {
|
|
20766
20520
|
|
20767
20521
|
.v-chip--label {
|
20768
20522
|
border-radius: 4px;
|
20769
|
-
}.v-
|
20770
|
-
|
20771
|
-
|
20523
|
+
}.v-carousel {
|
20524
|
+
overflow: hidden;
|
20525
|
+
position: relative;
|
20526
|
+
width: 100%;
|
20772
20527
|
}
|
20773
|
-
.v-
|
20774
|
-
|
20528
|
+
.v-carousel__controls {
|
20529
|
+
align-items: center;
|
20530
|
+
bottom: 0;
|
20531
|
+
display: flex;
|
20532
|
+
height: 50px;
|
20533
|
+
justify-content: center;
|
20534
|
+
list-style-type: none;
|
20535
|
+
position: absolute;
|
20536
|
+
width: 100%;
|
20537
|
+
z-index: 1;
|
20775
20538
|
}
|
20776
|
-
.v-
|
20777
|
-
|
20539
|
+
.v-carousel__controls {
|
20540
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20541
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20778
20542
|
}
|
20779
|
-
|
20780
|
-
|
20781
|
-
|
20782
|
-
|
20783
|
-
|
20543
|
+
.v-carousel__controls > .v-item-group {
|
20544
|
+
flex: 0 1 auto;
|
20545
|
+
}
|
20546
|
+
.v-carousel__controls__item {
|
20547
|
+
margin: 0 8px;
|
20548
|
+
}
|
20549
|
+
.v-carousel__controls__item .v-icon {
|
20550
|
+
opacity: 0.5;
|
20551
|
+
}
|
20552
|
+
.v-carousel__controls__item--active .v-icon {
|
20553
|
+
opacity: 1;
|
20554
|
+
vertical-align: middle;
|
20555
|
+
}
|
20556
|
+
.v-carousel__controls__item:hover {
|
20557
|
+
background: none;
|
20558
|
+
}
|
20559
|
+
.v-carousel__controls__item:hover .v-icon {
|
20560
|
+
opacity: 0.8;
|
20784
20561
|
}
|
20785
20562
|
|
20786
|
-
.v-
|
20787
|
-
|
20563
|
+
.v-carousel__progress {
|
20564
|
+
margin: 0;
|
20565
|
+
position: absolute;
|
20566
|
+
bottom: 0;
|
20567
|
+
left: 0;
|
20568
|
+
right: 0;
|
20788
20569
|
}
|
20789
|
-
|
20790
|
-
|
20791
|
-
|
20792
|
-
|
20793
|
-
|
20794
|
-
min-width: 0;
|
20795
|
-
overflow-x: auto;
|
20796
|
-
padding: 4px 0;
|
20570
|
+
|
20571
|
+
.v-carousel-item {
|
20572
|
+
display: block;
|
20573
|
+
height: inherit;
|
20574
|
+
text-decoration: none;
|
20797
20575
|
}
|
20798
|
-
.v-
|
20799
|
-
|
20576
|
+
.v-carousel-item > .v-img {
|
20577
|
+
height: inherit;
|
20800
20578
|
}
|
20801
|
-
|
20802
|
-
|
20579
|
+
|
20580
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20581
|
+
background: transparent;
|
20803
20582
|
}
|
20804
20583
|
|
20805
|
-
.v-
|
20806
|
-
|
20807
|
-
|
20808
|
-
|
20584
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20585
|
+
flex-direction: column;
|
20586
|
+
height: 100% !important;
|
20587
|
+
width: 50px;
|
20809
20588
|
}.v-combobox .v-field .v-text-field__prefix,
|
20810
20589
|
.v-combobox .v-field .v-text-field__suffix,
|
20811
20590
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -20891,229 +20670,49 @@ html.overflow-y-hidden {
|
|
20891
20670
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
20892
20671
|
opacity: var(--v-high-emphasis-opacity);
|
20893
20672
|
transform: rotate(180deg);
|
20673
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
20674
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20675
|
+
}
|
20676
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
20677
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
20678
|
+
}
|
20679
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
20680
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20681
|
+
}
|
20682
|
+
@supports not selector(:focus-visible) {
|
20683
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
20684
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20685
|
+
}
|
20686
|
+
}
|
20687
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
20688
|
+
opacity: 1;
|
20894
20689
|
}.v-counter {
|
20895
20690
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20896
20691
|
flex: 0 1 auto;
|
20897
20692
|
font-size: 12px;
|
20898
20693
|
transition-duration: 150ms;
|
20899
|
-
}.v-
|
20900
|
-
|
20694
|
+
}.v-color-picker {
|
20695
|
+
align-self: flex-start;
|
20696
|
+
contain: content;
|
20901
20697
|
}
|
20902
|
-
|
20903
|
-
.v-
|
20904
|
-
width: 100%;
|
20905
|
-
border-collapse: separate;
|
20906
|
-
border-spacing: 0;
|
20907
|
-
}
|
20908
|
-
|
20909
|
-
.v-data-table__tr--focus {
|
20910
|
-
border: 1px dotted black;
|
20911
|
-
}
|
20912
|
-
.v-data-table__tr--clickable {
|
20913
|
-
cursor: pointer;
|
20914
|
-
}
|
20915
|
-
|
20916
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
20917
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
20918
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
20919
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
20920
|
-
text-align: end;
|
20921
|
-
}
|
20922
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
20923
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
20924
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
20925
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
20926
|
-
flex-direction: row-reverse;
|
20927
|
-
}
|
20928
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
20929
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
20930
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
20931
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
20932
|
-
text-align: center;
|
20933
|
-
}
|
20934
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
20935
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
20936
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
20937
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
20938
|
-
justify-content: center;
|
20939
|
-
}
|
20940
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
20941
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
20942
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
20943
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
20944
|
-
padding: 0 8px;
|
20945
|
-
}
|
20946
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
20947
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
20948
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
20949
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
20950
|
-
text-overflow: ellipsis;
|
20951
|
-
text-wrap: nowrap;
|
20952
|
-
overflow: hidden;
|
20953
|
-
}
|
20954
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
20955
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
20956
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
20957
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
20958
|
-
display: contents;
|
20959
|
-
}
|
20960
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
20961
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
20962
|
-
align-items: center;
|
20963
|
-
}
|
20964
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
20965
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
20966
|
-
position: sticky;
|
20967
|
-
}
|
20968
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
20969
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
20970
|
-
cursor: pointer;
|
20971
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20972
|
-
}
|
20973
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
20974
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
20975
|
-
opacity: 0;
|
20976
|
-
}
|
20977
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
20978
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
20979
|
-
opacity: 0.5;
|
20980
|
-
}
|
20981
|
-
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
20982
|
-
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
20983
|
-
height: -moz-fit-content;
|
20984
|
-
height: fit-content;
|
20985
|
-
}
|
20986
|
-
|
20987
|
-
.v-data-table-column--fixed,
|
20988
|
-
.v-data-table__th--sticky {
|
20989
|
-
background: rgb(var(--v-theme-surface));
|
20990
|
-
position: sticky !important;
|
20991
|
-
left: 0;
|
20992
|
-
z-index: 1;
|
20993
|
-
}
|
20994
|
-
|
20995
|
-
.v-data-table-column--last-fixed {
|
20996
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
20997
|
-
}
|
20998
|
-
|
20999
|
-
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
21000
|
-
z-index: 2;
|
21001
|
-
}
|
21002
|
-
|
21003
|
-
.v-data-table-group-header-row td {
|
21004
|
-
background: rgba(var(--v-theme-surface));
|
21005
|
-
color: rgba(var(--v-theme-on-surface));
|
21006
|
-
}
|
21007
|
-
.v-data-table-group-header-row td > span {
|
21008
|
-
padding-left: 5px;
|
21009
|
-
}
|
21010
|
-
|
21011
|
-
.v-data-table--loading .v-data-table__td {
|
21012
|
-
opacity: var(--v-disabled-opacity);
|
20698
|
+
.v-color-picker.v-sheet {
|
20699
|
+
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));
|
21013
20700
|
}
|
21014
|
-
|
21015
|
-
|
21016
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
20701
|
+
.v-color-picker.v-sheet {
|
20702
|
+
border-radius: 4px;
|
21017
20703
|
}
|
21018
20704
|
|
21019
|
-
.v-
|
20705
|
+
.v-color-picker__controls {
|
21020
20706
|
display: flex;
|
21021
|
-
|
21022
|
-
|
21023
|
-
|
21024
|
-
.v-data-table-header__sort-badge {
|
21025
|
-
display: inline-flex;
|
21026
|
-
justify-content: center;
|
21027
|
-
align-items: center;
|
21028
|
-
font-size: 0.875rem;
|
21029
|
-
padding: 4px;
|
21030
|
-
border-radius: 50%;
|
21031
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
21032
|
-
min-width: 20px;
|
21033
|
-
min-height: 20px;
|
21034
|
-
width: 20px;
|
21035
|
-
height: 20px;
|
21036
|
-
}
|
21037
|
-
|
21038
|
-
.v-data-table-progress > th {
|
21039
|
-
border: none !important;
|
21040
|
-
height: auto !important;
|
21041
|
-
padding: 0 !important;
|
21042
|
-
}
|
21043
|
-
|
21044
|
-
.v-data-table-progress__loader {
|
21045
|
-
position: relative;
|
21046
|
-
}
|
21047
|
-
|
21048
|
-
.v-data-table-rows-loading,
|
21049
|
-
.v-data-table-rows-no-data {
|
21050
|
-
text-align: center;
|
21051
|
-
}
|
21052
|
-
|
21053
|
-
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
21054
|
-
grid-template-columns: 0;
|
21055
|
-
justify-content: center;
|
21056
|
-
}
|
21057
|
-
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
21058
|
-
grid-template-columns: 0;
|
21059
|
-
justify-content: end;
|
21060
|
-
}
|
21061
|
-
.v-data-table__tr--mobile > td {
|
21062
|
-
align-items: center;
|
21063
|
-
column-gap: 4px;
|
21064
|
-
display: grid;
|
21065
|
-
grid-template-columns: repeat(2, 1fr);
|
21066
|
-
min-height: var(--v-table-row-height);
|
21067
|
-
}
|
21068
|
-
.v-data-table__tr--mobile > td:not(:last-child) {
|
21069
|
-
border-bottom: 0 !important;
|
21070
|
-
}
|
21071
|
-
|
21072
|
-
.v-data-table__td-title {
|
21073
|
-
font-weight: 500;
|
21074
|
-
text-align: left;
|
21075
|
-
}
|
21076
|
-
|
21077
|
-
.v-data-table__td-value {
|
21078
|
-
text-align: right;
|
20707
|
+
flex-direction: column;
|
20708
|
+
padding: 16px;
|
21079
20709
|
}
|
21080
20710
|
|
21081
|
-
.v-
|
21082
|
-
|
21083
|
-
}
|
21084
|
-
.v-data-table__td-sort-icon-active {
|
21085
|
-
color: rgba(var(--v-theme-on-surface));
|
21086
|
-
}.v-data-table-footer {
|
21087
|
-
align-items: center;
|
21088
|
-
display: flex;
|
21089
|
-
flex-wrap: wrap;
|
21090
|
-
justify-content: flex-end;
|
21091
|
-
padding: 8px 4px;
|
21092
|
-
}
|
21093
|
-
.v-data-table-footer__items-per-page {
|
21094
|
-
align-items: center;
|
21095
|
-
display: flex;
|
21096
|
-
justify-content: center;
|
21097
|
-
}
|
21098
|
-
.v-data-table-footer__items-per-page > span {
|
21099
|
-
padding-inline-end: 8px;
|
21100
|
-
}
|
21101
|
-
.v-data-table-footer__items-per-page > .v-select {
|
21102
|
-
width: 90px;
|
21103
|
-
}
|
21104
|
-
.v-data-table-footer__info {
|
21105
|
-
display: flex;
|
21106
|
-
justify-content: flex-end;
|
21107
|
-
min-width: 116px;
|
21108
|
-
padding: 0 16px;
|
21109
|
-
}
|
21110
|
-
.v-data-table-footer__paginationz {
|
21111
|
-
align-items: center;
|
21112
|
-
display: flex;
|
21113
|
-
margin-inline-start: 16px;
|
20711
|
+
.v-color-picker--flat {
|
20712
|
+
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));
|
21114
20713
|
}
|
21115
|
-
.v-
|
21116
|
-
|
20714
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20715
|
+
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));
|
21117
20716
|
}.v-date-picker-controls {
|
21118
20717
|
display: flex;
|
21119
20718
|
align-items: center;
|
@@ -21170,12 +20769,6 @@ html.overflow-y-hidden {
|
|
21170
20769
|
|
21171
20770
|
.v-date-picker__title {
|
21172
20771
|
display: inline-block;
|
21173
|
-
}.v-date-picker {
|
21174
|
-
overflow: hidden;
|
21175
|
-
width: 328px;
|
21176
|
-
}
|
21177
|
-
.v-date-picker--show-week {
|
21178
|
-
width: 368px;
|
21179
20772
|
}.v-date-picker-months {
|
21180
20773
|
height: 288px;
|
21181
20774
|
}
|
@@ -21195,79 +20788,24 @@ html.overflow-y-hidden {
|
|
21195
20788
|
text-transform: none;
|
21196
20789
|
padding-inline-start: 8px;
|
21197
20790
|
padding-inline-end: 8px;
|
21198
|
-
}.v-date-picker-
|
21199
|
-
|
21200
|
-
|
21201
|
-
padding: 0 12px 8px;
|
21202
|
-
--v-date-picker-month-day-diff: 4px;
|
21203
|
-
}
|
21204
|
-
|
21205
|
-
.v-date-picker-month__weeks {
|
20791
|
+
}.v-date-picker-header {
|
20792
|
+
align-items: flex-end;
|
20793
|
+
height: 70px;
|
21206
20794
|
display: grid;
|
21207
|
-
grid-template-
|
21208
|
-
|
21209
|
-
|
20795
|
+
grid-template-areas: "prepend content append";
|
20796
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
20797
|
+
overflow: hidden;
|
20798
|
+
padding-inline: 24px 12px;
|
20799
|
+
padding-bottom: 12px;
|
21210
20800
|
}
|
21211
|
-
|
21212
|
-
|
20801
|
+
|
20802
|
+
.v-date-picker-header__append {
|
20803
|
+
grid-area: append;
|
21213
20804
|
}
|
21214
20805
|
|
21215
|
-
.v-date-picker-
|
21216
|
-
|
21217
|
-
|
21218
|
-
|
21219
|
-
.v-date-picker-month__days {
|
21220
|
-
display: grid;
|
21221
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
21222
|
-
column-gap: 4px;
|
21223
|
-
flex: 1 1;
|
21224
|
-
justify-content: space-around;
|
21225
|
-
}
|
21226
|
-
|
21227
|
-
.v-date-picker-month__day {
|
21228
|
-
align-items: center;
|
21229
|
-
display: flex;
|
21230
|
-
justify-content: center;
|
21231
|
-
position: relative;
|
21232
|
-
height: 40px;
|
21233
|
-
width: 40px;
|
21234
|
-
}
|
21235
|
-
.v-date-picker-month__day--selected .v-btn {
|
21236
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21237
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
21238
|
-
}
|
21239
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
21240
|
-
--v-btn-height: 24px;
|
21241
|
-
--v-btn-size: 0.85rem;
|
21242
|
-
}
|
21243
|
-
.v-date-picker-month__day--week {
|
21244
|
-
font-size: var(--v-btn-size);
|
21245
|
-
}
|
21246
|
-
|
21247
|
-
.v-date-picker-month__day--adjacent {
|
21248
|
-
opacity: 0.5;
|
21249
|
-
}
|
21250
|
-
|
21251
|
-
.v-date-picker-month__day--hide-adjacent {
|
21252
|
-
opacity: 0;
|
21253
|
-
}.v-date-picker-header {
|
21254
|
-
align-items: flex-end;
|
21255
|
-
height: 70px;
|
21256
|
-
display: grid;
|
21257
|
-
grid-template-areas: "prepend content append";
|
21258
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21259
|
-
overflow: hidden;
|
21260
|
-
padding-inline: 24px 12px;
|
21261
|
-
padding-bottom: 12px;
|
21262
|
-
}
|
21263
|
-
|
21264
|
-
.v-date-picker-header__append {
|
21265
|
-
grid-area: append;
|
21266
|
-
}
|
21267
|
-
|
21268
|
-
.v-date-picker-header__prepend {
|
21269
|
-
grid-area: prepend;
|
21270
|
-
padding-inline-start: 8px;
|
20806
|
+
.v-date-picker-header__prepend {
|
20807
|
+
grid-area: prepend;
|
20808
|
+
padding-inline-start: 8px;
|
21271
20809
|
}
|
21272
20810
|
|
21273
20811
|
.v-date-picker-header__content {
|
@@ -21310,6 +20848,61 @@ html.overflow-y-hidden {
|
|
21310
20848
|
.date-picker-header-reverse-transition-leave-to {
|
21311
20849
|
opacity: 0;
|
21312
20850
|
transform: translate(0, 100%);
|
20851
|
+
}.v-date-picker-month {
|
20852
|
+
display: flex;
|
20853
|
+
justify-content: center;
|
20854
|
+
padding: 0 12px 8px;
|
20855
|
+
--v-date-picker-month-day-diff: 4px;
|
20856
|
+
}
|
20857
|
+
|
20858
|
+
.v-date-picker-month__weeks {
|
20859
|
+
display: grid;
|
20860
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20861
|
+
column-gap: 4px;
|
20862
|
+
font-size: 0.85rem;
|
20863
|
+
}
|
20864
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20865
|
+
grid-row-gap: 0;
|
20866
|
+
}
|
20867
|
+
|
20868
|
+
.v-date-picker-month__weekday {
|
20869
|
+
font-size: 0.85rem;
|
20870
|
+
}
|
20871
|
+
|
20872
|
+
.v-date-picker-month__days {
|
20873
|
+
display: grid;
|
20874
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20875
|
+
column-gap: 4px;
|
20876
|
+
flex: 1 1;
|
20877
|
+
justify-content: space-around;
|
20878
|
+
}
|
20879
|
+
|
20880
|
+
.v-date-picker-month__day {
|
20881
|
+
align-items: center;
|
20882
|
+
display: flex;
|
20883
|
+
justify-content: center;
|
20884
|
+
position: relative;
|
20885
|
+
height: 40px;
|
20886
|
+
width: 40px;
|
20887
|
+
}
|
20888
|
+
.v-date-picker-month__day--selected .v-btn {
|
20889
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20890
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20891
|
+
}
|
20892
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20893
|
+
--v-btn-height: 24px;
|
20894
|
+
--v-btn-size: 0.85rem;
|
20895
|
+
}
|
20896
|
+
.v-date-picker-month__day--week {
|
20897
|
+
font-size: var(--v-btn-size);
|
20898
|
+
}
|
20899
|
+
|
20900
|
+
.v-date-picker-month__day--adjacent {
|
20901
|
+
opacity: 0.5;
|
20902
|
+
}
|
20903
|
+
|
20904
|
+
.v-date-picker-month__day--hide-adjacent {
|
20905
|
+
opacity: 0;
|
21313
20906
|
}.v-date-picker-years {
|
21314
20907
|
height: 288px;
|
21315
20908
|
overflow-y: scroll;
|
@@ -21325,6 +20918,12 @@ html.overflow-y-hidden {
|
|
21325
20918
|
}
|
21326
20919
|
.v-date-picker-years__content .v-btn {
|
21327
20920
|
padding-inline: 8px;
|
20921
|
+
}.v-date-picker {
|
20922
|
+
overflow: hidden;
|
20923
|
+
width: 328px;
|
20924
|
+
}
|
20925
|
+
.v-date-picker--show-week {
|
20926
|
+
width: 368px;
|
21328
20927
|
}.v-divider {
|
21329
20928
|
display: block;
|
21330
20929
|
flex: 1 1 100%;
|
@@ -21473,222 +21072,224 @@ html.overflow-y-hidden {
|
|
21473
21072
|
-webkit-backface-visibility: hidden;
|
21474
21073
|
backface-visibility: hidden;
|
21475
21074
|
overflow-y: auto;
|
21476
|
-
}.v-
|
21477
|
-
|
21478
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21479
|
-
}
|
21480
|
-
.v-expansion-panel:not(:first-child)::after {
|
21481
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21482
|
-
}
|
21483
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
21484
|
-
color: rgba(var(--v-theme-on-surface), 0.26);
|
21485
|
-
}
|
21486
|
-
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
21487
|
-
opacity: 0.4615384615;
|
21075
|
+
}.v-data-table {
|
21076
|
+
width: 100%;
|
21488
21077
|
}
|
21489
21078
|
|
21490
|
-
.v-
|
21491
|
-
display: flex;
|
21492
|
-
flex-wrap: wrap;
|
21493
|
-
justify-content: center;
|
21494
|
-
list-style-type: none;
|
21495
|
-
padding: 0;
|
21079
|
+
.v-data-table__table {
|
21496
21080
|
width: 100%;
|
21497
|
-
|
21498
|
-
|
21499
|
-
}
|
21500
|
-
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
21501
|
-
border-bottom-left-radius: 0 !important;
|
21502
|
-
border-bottom-right-radius: 0 !important;
|
21081
|
+
border-collapse: separate;
|
21082
|
+
border-spacing: 0;
|
21503
21083
|
}
|
21504
|
-
|
21505
|
-
|
21506
|
-
border
|
21084
|
+
|
21085
|
+
.v-data-table__tr--focus {
|
21086
|
+
border: 1px dotted black;
|
21507
21087
|
}
|
21508
|
-
.v-
|
21509
|
-
|
21510
|
-
border-bottom-right-radius: 0 !important;
|
21088
|
+
.v-data-table__tr--clickable {
|
21089
|
+
cursor: pointer;
|
21511
21090
|
}
|
21512
|
-
|
21513
|
-
|
21514
|
-
|
21091
|
+
|
21092
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
21093
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
21094
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
21095
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
21096
|
+
text-align: end;
|
21515
21097
|
}
|
21516
|
-
.v-
|
21517
|
-
|
21518
|
-
|
21098
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21099
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
21100
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
21101
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
21102
|
+
flex-direction: row-reverse;
|
21519
21103
|
}
|
21520
|
-
.v-
|
21521
|
-
|
21522
|
-
|
21104
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
21105
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
21106
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
21107
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
21108
|
+
text-align: center;
|
21523
21109
|
}
|
21524
|
-
.v-
|
21525
|
-
|
21526
|
-
|
21110
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21111
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
21112
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
21113
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
21114
|
+
justify-content: center;
|
21527
21115
|
}
|
21528
|
-
.v-
|
21529
|
-
|
21116
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
21117
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
21118
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
21119
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
21120
|
+
padding: 0 8px;
|
21530
21121
|
}
|
21531
|
-
.v-
|
21532
|
-
|
21122
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
21123
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
21124
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
21125
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
21126
|
+
text-overflow: ellipsis;
|
21127
|
+
text-wrap: nowrap;
|
21128
|
+
overflow: hidden;
|
21533
21129
|
}
|
21534
|
-
|
21535
|
-
.v-
|
21536
|
-
|
21537
|
-
|
21538
|
-
|
21539
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
21540
|
-
transition-property: margin-top, border-radius, border, max-width;
|
21541
|
-
border-radius: 4px;
|
21130
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21131
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
21132
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
21133
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
21134
|
+
display: contents;
|
21542
21135
|
}
|
21543
|
-
.v-
|
21544
|
-
|
21545
|
-
|
21546
|
-
content: "";
|
21547
|
-
left: 0;
|
21548
|
-
position: absolute;
|
21549
|
-
right: 0;
|
21550
|
-
top: 0;
|
21551
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
21136
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
21137
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
21138
|
+
align-items: center;
|
21552
21139
|
}
|
21553
|
-
.v-
|
21554
|
-
|
21140
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
21141
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
21142
|
+
position: sticky;
|
21555
21143
|
}
|
21556
|
-
.v-
|
21557
|
-
.v-
|
21558
|
-
|
21144
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
21145
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
21146
|
+
cursor: pointer;
|
21147
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21559
21148
|
}
|
21560
|
-
.v-
|
21561
|
-
.v-
|
21149
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
21150
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
21562
21151
|
opacity: 0;
|
21563
21152
|
}
|
21564
|
-
.v-
|
21565
|
-
|
21566
|
-
|
21153
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
21154
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
21155
|
+
opacity: 0.5;
|
21567
21156
|
}
|
21568
|
-
.v-
|
21569
|
-
|
21157
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
21158
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
21159
|
+
height: -moz-fit-content;
|
21160
|
+
height: fit-content;
|
21570
21161
|
}
|
21571
21162
|
|
21572
|
-
.v-
|
21573
|
-
|
21574
|
-
|
21575
|
-
|
21576
|
-
.v-expansion-panel__shadow {
|
21577
|
-
position: absolute;
|
21578
|
-
top: 0;
|
21163
|
+
.v-data-table-column--fixed,
|
21164
|
+
.v-data-table__th--sticky {
|
21165
|
+
background: rgb(var(--v-theme-surface));
|
21166
|
+
position: sticky !important;
|
21579
21167
|
left: 0;
|
21580
|
-
|
21581
|
-
height: 100%;
|
21582
|
-
}
|
21583
|
-
.v-expansion-panel__shadow {
|
21584
|
-
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));
|
21168
|
+
z-index: 1;
|
21585
21169
|
}
|
21586
21170
|
|
21587
|
-
.v-
|
21588
|
-
|
21589
|
-
text-align: start;
|
21590
|
-
border-radius: inherit;
|
21591
|
-
display: flex;
|
21592
|
-
font-size: 0.9375rem;
|
21593
|
-
line-height: 1;
|
21594
|
-
min-height: 48px;
|
21595
|
-
outline: none;
|
21596
|
-
padding: 16px 24px;
|
21597
|
-
position: relative;
|
21598
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
21599
|
-
width: 100%;
|
21600
|
-
justify-content: space-between;
|
21171
|
+
.v-data-table-column--last-fixed {
|
21172
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
21601
21173
|
}
|
21602
|
-
|
21603
|
-
|
21174
|
+
|
21175
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
21176
|
+
z-index: 2;
|
21604
21177
|
}
|
21605
|
-
|
21606
|
-
|
21178
|
+
|
21179
|
+
.v-data-table-group-header-row td {
|
21180
|
+
background: rgba(var(--v-theme-surface));
|
21181
|
+
color: rgba(var(--v-theme-on-surface));
|
21607
21182
|
}
|
21608
|
-
|
21609
|
-
|
21610
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
21611
|
-
}
|
21183
|
+
.v-data-table-group-header-row td > span {
|
21184
|
+
padding-left: 5px;
|
21612
21185
|
}
|
21613
|
-
|
21614
|
-
|
21186
|
+
|
21187
|
+
.v-data-table--loading .v-data-table__td {
|
21188
|
+
opacity: var(--v-disabled-opacity);
|
21615
21189
|
}
|
21616
|
-
|
21617
|
-
|
21190
|
+
|
21191
|
+
.v-data-table-group-header-row__column {
|
21192
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
21618
21193
|
}
|
21619
|
-
|
21620
|
-
|
21194
|
+
|
21195
|
+
.v-data-table-header__content {
|
21196
|
+
display: flex;
|
21197
|
+
align-items: center;
|
21621
21198
|
}
|
21622
|
-
|
21623
|
-
|
21624
|
-
|
21625
|
-
|
21199
|
+
|
21200
|
+
.v-data-table-header__sort-badge {
|
21201
|
+
display: inline-flex;
|
21202
|
+
justify-content: center;
|
21203
|
+
align-items: center;
|
21204
|
+
font-size: 0.875rem;
|
21205
|
+
padding: 4px;
|
21206
|
+
border-radius: 50%;
|
21207
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
21208
|
+
min-width: 20px;
|
21209
|
+
min-height: 20px;
|
21210
|
+
width: 20px;
|
21211
|
+
height: 20px;
|
21626
21212
|
}
|
21627
21213
|
|
21628
|
-
.v-
|
21629
|
-
|
21630
|
-
|
21631
|
-
|
21214
|
+
.v-data-table-progress > th {
|
21215
|
+
border: none !important;
|
21216
|
+
height: auto !important;
|
21217
|
+
padding: 0 !important;
|
21632
21218
|
}
|
21633
|
-
|
21634
|
-
|
21635
|
-
|
21636
|
-
left: 0;
|
21637
|
-
width: 100%;
|
21638
|
-
height: 100%;
|
21219
|
+
|
21220
|
+
.v-data-table-progress__loader {
|
21221
|
+
position: relative;
|
21639
21222
|
}
|
21640
21223
|
|
21641
|
-
.v-
|
21642
|
-
|
21643
|
-
|
21644
|
-
margin-top: -4px;
|
21645
|
-
-webkit-user-select: none;
|
21646
|
-
user-select: none;
|
21647
|
-
margin-inline-start: auto;
|
21224
|
+
.v-data-table-rows-loading,
|
21225
|
+
.v-data-table-rows-no-data {
|
21226
|
+
text-align: center;
|
21648
21227
|
}
|
21649
21228
|
|
21650
|
-
.v-
|
21651
|
-
|
21229
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
21230
|
+
grid-template-columns: 0;
|
21231
|
+
justify-content: center;
|
21652
21232
|
}
|
21653
|
-
.v-
|
21654
|
-
|
21655
|
-
|
21656
|
-
max-width: 100%;
|
21233
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
21234
|
+
grid-template-columns: 0;
|
21235
|
+
justify-content: end;
|
21657
21236
|
}
|
21658
|
-
|
21659
|
-
|
21660
|
-
|
21237
|
+
.v-data-table__tr--mobile > td {
|
21238
|
+
align-items: center;
|
21239
|
+
column-gap: 4px;
|
21240
|
+
display: grid;
|
21241
|
+
grid-template-columns: repeat(2, 1fr);
|
21242
|
+
min-height: var(--v-table-row-height);
|
21661
21243
|
}
|
21662
|
-
.v-
|
21663
|
-
|
21244
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
21245
|
+
border-bottom: 0 !important;
|
21664
21246
|
}
|
21665
21247
|
|
21666
|
-
.v-
|
21667
|
-
|
21248
|
+
.v-data-table__td-title {
|
21249
|
+
font-weight: 500;
|
21250
|
+
text-align: left;
|
21668
21251
|
}
|
21669
|
-
|
21670
|
-
|
21252
|
+
|
21253
|
+
.v-data-table__td-value {
|
21254
|
+
text-align: right;
|
21671
21255
|
}
|
21672
21256
|
|
21673
|
-
.v-
|
21674
|
-
|
21257
|
+
.v-data-table__td-sort-icon {
|
21258
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
21675
21259
|
}
|
21676
|
-
.v-
|
21677
|
-
|
21260
|
+
.v-data-table__td-sort-icon-active {
|
21261
|
+
color: rgba(var(--v-theme-on-surface));
|
21262
|
+
}.v-data-table-footer {
|
21263
|
+
align-items: center;
|
21264
|
+
display: flex;
|
21265
|
+
flex-wrap: wrap;
|
21266
|
+
justify-content: flex-end;
|
21267
|
+
padding: 8px 4px;
|
21678
21268
|
}
|
21679
|
-
|
21680
|
-
|
21681
|
-
|
21269
|
+
.v-data-table-footer__items-per-page {
|
21270
|
+
align-items: center;
|
21271
|
+
display: flex;
|
21272
|
+
justify-content: center;
|
21682
21273
|
}
|
21683
|
-
.v-
|
21684
|
-
|
21274
|
+
.v-data-table-footer__items-per-page > span {
|
21275
|
+
padding-inline-end: 8px;
|
21685
21276
|
}
|
21686
|
-
|
21687
|
-
|
21688
|
-
border-radius: 0;
|
21277
|
+
.v-data-table-footer__items-per-page > .v-select {
|
21278
|
+
width: 90px;
|
21689
21279
|
}
|
21690
|
-
.v-
|
21691
|
-
|
21280
|
+
.v-data-table-footer__info {
|
21281
|
+
display: flex;
|
21282
|
+
justify-content: flex-end;
|
21283
|
+
min-width: 116px;
|
21284
|
+
padding: 0 16px;
|
21285
|
+
}
|
21286
|
+
.v-data-table-footer__paginationz {
|
21287
|
+
align-items: center;
|
21288
|
+
display: flex;
|
21289
|
+
margin-inline-start: 16px;
|
21290
|
+
}
|
21291
|
+
.v-data-table-footer__page {
|
21292
|
+
padding: 0 8px;
|
21692
21293
|
}.v-empty-state {
|
21693
21294
|
align-items: center;
|
21694
21295
|
display: flex;
|
@@ -21756,75 +21357,6 @@ html.overflow-y-hidden {
|
|
21756
21357
|
.v-empty-state__action-btn.v-btn {
|
21757
21358
|
background-color: initial;
|
21758
21359
|
color: initial;
|
21759
|
-
}.v-fab {
|
21760
|
-
align-items: center;
|
21761
|
-
display: inline-flex;
|
21762
|
-
flex: 1 1 auto;
|
21763
|
-
pointer-events: none;
|
21764
|
-
position: relative;
|
21765
|
-
transition-duration: 0.2s;
|
21766
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21767
|
-
vertical-align: middle;
|
21768
|
-
}
|
21769
|
-
.v-fab .v-btn {
|
21770
|
-
pointer-events: auto;
|
21771
|
-
}
|
21772
|
-
.v-fab .v-btn--variant-elevated {
|
21773
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21774
|
-
}
|
21775
|
-
.v-fab--app, .v-fab--absolute {
|
21776
|
-
display: flex;
|
21777
|
-
}
|
21778
|
-
.v-fab--start, .v-fab--left {
|
21779
|
-
justify-content: flex-start;
|
21780
|
-
}
|
21781
|
-
.v-fab--center {
|
21782
|
-
align-items: center;
|
21783
|
-
justify-content: center;
|
21784
|
-
}
|
21785
|
-
.v-fab--end, .v-fab--right {
|
21786
|
-
justify-content: flex-end;
|
21787
|
-
}
|
21788
|
-
.v-fab--bottom {
|
21789
|
-
align-items: flex-end;
|
21790
|
-
}
|
21791
|
-
.v-fab--top {
|
21792
|
-
align-items: flex-start;
|
21793
|
-
}
|
21794
|
-
.v-fab--extended .v-btn {
|
21795
|
-
border-radius: 9999px !important;
|
21796
|
-
}
|
21797
|
-
|
21798
|
-
.v-fab__container {
|
21799
|
-
align-self: center;
|
21800
|
-
display: inline-flex;
|
21801
|
-
position: absolute;
|
21802
|
-
vertical-align: middle;
|
21803
|
-
}
|
21804
|
-
.v-fab--app .v-fab__container {
|
21805
|
-
margin: 12px;
|
21806
|
-
}
|
21807
|
-
.v-fab--absolute .v-fab__container {
|
21808
|
-
position: absolute;
|
21809
|
-
z-index: 4;
|
21810
|
-
}
|
21811
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21812
|
-
transform: translateY(-50%);
|
21813
|
-
}
|
21814
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21815
|
-
transform: translateY(50%);
|
21816
|
-
}
|
21817
|
-
.v-fab--top .v-fab__container {
|
21818
|
-
top: 0;
|
21819
|
-
}
|
21820
|
-
.v-fab--bottom .v-fab__container {
|
21821
|
-
bottom: 0;
|
21822
|
-
}
|
21823
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21824
|
-
left: 0;
|
21825
|
-
}
|
21826
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21827
|
-
right: 0;
|
21828
21360
|
}/* region INPUT */
|
21829
21361
|
.v-field {
|
21830
21362
|
display: grid;
|
@@ -22407,8 +21939,293 @@ textarea.v-field__input::placeholder {
|
|
22407
21939
|
.v-field--loading .v-field__outline::before {
|
22408
21940
|
opacity: 0;
|
22409
21941
|
}
|
22410
|
-
|
22411
|
-
/* endregion */.v-
|
21942
|
+
|
21943
|
+
/* endregion */.v-expansion-panel {
|
21944
|
+
background-color: rgb(var(--v-theme-surface));
|
21945
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21946
|
+
}
|
21947
|
+
.v-expansion-panel:not(:first-child)::after {
|
21948
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21949
|
+
}
|
21950
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
21951
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
21952
|
+
}
|
21953
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
21954
|
+
opacity: 0.4615384615;
|
21955
|
+
}
|
21956
|
+
|
21957
|
+
.v-expansion-panels {
|
21958
|
+
display: flex;
|
21959
|
+
flex-wrap: wrap;
|
21960
|
+
justify-content: center;
|
21961
|
+
list-style-type: none;
|
21962
|
+
padding: 0;
|
21963
|
+
width: 100%;
|
21964
|
+
position: relative;
|
21965
|
+
z-index: 1;
|
21966
|
+
}
|
21967
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
21968
|
+
border-bottom-left-radius: 0 !important;
|
21969
|
+
border-bottom-right-radius: 0 !important;
|
21970
|
+
}
|
21971
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
21972
|
+
border-top-left-radius: 0 !important;
|
21973
|
+
border-top-right-radius: 0 !important;
|
21974
|
+
}
|
21975
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
|
21976
|
+
border-bottom-left-radius: 0 !important;
|
21977
|
+
border-bottom-right-radius: 0 !important;
|
21978
|
+
}
|
21979
|
+
.v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
|
21980
|
+
border-top-left-radius: 0 !important;
|
21981
|
+
border-top-right-radius: 0 !important;
|
21982
|
+
}
|
21983
|
+
.v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
|
21984
|
+
border-bottom-left-radius: 0 !important;
|
21985
|
+
border-bottom-right-radius: 0 !important;
|
21986
|
+
}
|
21987
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
|
21988
|
+
border-top-left-radius: 0 !important;
|
21989
|
+
border-top-right-radius: 0 !important;
|
21990
|
+
}
|
21991
|
+
.v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
|
21992
|
+
border-bottom-left-radius: initial;
|
21993
|
+
border-bottom-right-radius: initial;
|
21994
|
+
}
|
21995
|
+
.v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
|
21996
|
+
border-radius: 0 !important;
|
21997
|
+
}
|
21998
|
+
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
21999
|
+
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
22000
|
+
}
|
22001
|
+
|
22002
|
+
.v-expansion-panel {
|
22003
|
+
flex: 1 0 100%;
|
22004
|
+
max-width: 100%;
|
22005
|
+
position: relative;
|
22006
|
+
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
22007
|
+
transition-property: margin-top, border-radius, border, max-width;
|
22008
|
+
border-radius: 4px;
|
22009
|
+
}
|
22010
|
+
.v-expansion-panel:not(:first-child)::after {
|
22011
|
+
border-top-style: solid;
|
22012
|
+
border-top-width: thin;
|
22013
|
+
content: "";
|
22014
|
+
left: 0;
|
22015
|
+
position: absolute;
|
22016
|
+
right: 0;
|
22017
|
+
top: 0;
|
22018
|
+
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
22019
|
+
}
|
22020
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
22021
|
+
pointer-events: none;
|
22022
|
+
}
|
22023
|
+
.v-expansion-panel--active:not(:first-child),
|
22024
|
+
.v-expansion-panel--active + .v-expansion-panel {
|
22025
|
+
margin-top: 16px;
|
22026
|
+
}
|
22027
|
+
.v-expansion-panel--active:not(:first-child)::after,
|
22028
|
+
.v-expansion-panel--active + .v-expansion-panel::after {
|
22029
|
+
opacity: 0;
|
22030
|
+
}
|
22031
|
+
.v-expansion-panel--active > .v-expansion-panel-title {
|
22032
|
+
border-bottom-left-radius: 0;
|
22033
|
+
border-bottom-right-radius: 0;
|
22034
|
+
}
|
22035
|
+
.v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
|
22036
|
+
min-height: 64px;
|
22037
|
+
}
|
22038
|
+
|
22039
|
+
.v-expansion-panel__shadow {
|
22040
|
+
border-radius: inherit;
|
22041
|
+
z-index: -1;
|
22042
|
+
}
|
22043
|
+
.v-expansion-panel__shadow {
|
22044
|
+
position: absolute;
|
22045
|
+
top: 0;
|
22046
|
+
left: 0;
|
22047
|
+
width: 100%;
|
22048
|
+
height: 100%;
|
22049
|
+
}
|
22050
|
+
.v-expansion-panel__shadow {
|
22051
|
+
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));
|
22052
|
+
}
|
22053
|
+
|
22054
|
+
.v-expansion-panel-title {
|
22055
|
+
align-items: center;
|
22056
|
+
text-align: start;
|
22057
|
+
border-radius: inherit;
|
22058
|
+
display: flex;
|
22059
|
+
font-size: 0.9375rem;
|
22060
|
+
line-height: 1;
|
22061
|
+
min-height: 48px;
|
22062
|
+
outline: none;
|
22063
|
+
padding: 16px 24px;
|
22064
|
+
position: relative;
|
22065
|
+
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22066
|
+
width: 100%;
|
22067
|
+
justify-content: space-between;
|
22068
|
+
}
|
22069
|
+
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
22070
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22071
|
+
}
|
22072
|
+
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
22073
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22074
|
+
}
|
22075
|
+
@supports not selector(:focus-visible) {
|
22076
|
+
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
22077
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22078
|
+
}
|
22079
|
+
}
|
22080
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
|
22081
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
22082
|
+
}
|
22083
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
|
22084
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22085
|
+
}
|
22086
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
|
22087
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22088
|
+
}
|
22089
|
+
@supports not selector(:focus-visible) {
|
22090
|
+
.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
|
22091
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22092
|
+
}
|
22093
|
+
}
|
22094
|
+
|
22095
|
+
.v-expansion-panel-title__overlay {
|
22096
|
+
background-color: currentColor;
|
22097
|
+
border-radius: inherit;
|
22098
|
+
opacity: 0;
|
22099
|
+
}
|
22100
|
+
.v-expansion-panel-title__overlay {
|
22101
|
+
position: absolute;
|
22102
|
+
top: 0;
|
22103
|
+
left: 0;
|
22104
|
+
width: 100%;
|
22105
|
+
height: 100%;
|
22106
|
+
}
|
22107
|
+
|
22108
|
+
.v-expansion-panel-title__icon {
|
22109
|
+
display: inline-flex;
|
22110
|
+
margin-bottom: -4px;
|
22111
|
+
margin-top: -4px;
|
22112
|
+
-webkit-user-select: none;
|
22113
|
+
user-select: none;
|
22114
|
+
margin-inline-start: auto;
|
22115
|
+
}
|
22116
|
+
|
22117
|
+
.v-expansion-panel-text {
|
22118
|
+
display: flex;
|
22119
|
+
}
|
22120
|
+
.v-expansion-panel-text__wrapper {
|
22121
|
+
padding: 8px 24px 16px;
|
22122
|
+
flex: 1 1 auto;
|
22123
|
+
max-width: 100%;
|
22124
|
+
}
|
22125
|
+
|
22126
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
22127
|
+
margin-top: 0;
|
22128
|
+
}
|
22129
|
+
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
22130
|
+
opacity: 1;
|
22131
|
+
}
|
22132
|
+
|
22133
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
22134
|
+
max-width: calc(100% - 32px);
|
22135
|
+
}
|
22136
|
+
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
22137
|
+
max-width: calc(100% + 16px);
|
22138
|
+
}
|
22139
|
+
|
22140
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
22141
|
+
max-width: 100%;
|
22142
|
+
}
|
22143
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
22144
|
+
max-width: calc(100% - 32px);
|
22145
|
+
}
|
22146
|
+
|
22147
|
+
.v-expansion-panels--flat > .v-expansion-panel::after {
|
22148
|
+
border-top: none;
|
22149
|
+
}
|
22150
|
+
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
22151
|
+
display: none;
|
22152
|
+
}
|
22153
|
+
|
22154
|
+
.v-expansion-panels--tile {
|
22155
|
+
border-radius: 0;
|
22156
|
+
}
|
22157
|
+
.v-expansion-panels--tile > .v-expansion-panel {
|
22158
|
+
border-radius: 0;
|
22159
|
+
}.v-fab {
|
22160
|
+
align-items: center;
|
22161
|
+
display: inline-flex;
|
22162
|
+
flex: 1 1 auto;
|
22163
|
+
pointer-events: none;
|
22164
|
+
position: relative;
|
22165
|
+
transition-duration: 0.2s;
|
22166
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22167
|
+
vertical-align: middle;
|
22168
|
+
}
|
22169
|
+
.v-fab .v-btn {
|
22170
|
+
pointer-events: auto;
|
22171
|
+
}
|
22172
|
+
.v-fab .v-btn--variant-elevated {
|
22173
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22174
|
+
}
|
22175
|
+
.v-fab--app, .v-fab--absolute {
|
22176
|
+
display: flex;
|
22177
|
+
}
|
22178
|
+
.v-fab--start, .v-fab--left {
|
22179
|
+
justify-content: flex-start;
|
22180
|
+
}
|
22181
|
+
.v-fab--center {
|
22182
|
+
align-items: center;
|
22183
|
+
justify-content: center;
|
22184
|
+
}
|
22185
|
+
.v-fab--end, .v-fab--right {
|
22186
|
+
justify-content: flex-end;
|
22187
|
+
}
|
22188
|
+
.v-fab--bottom {
|
22189
|
+
align-items: flex-end;
|
22190
|
+
}
|
22191
|
+
.v-fab--top {
|
22192
|
+
align-items: flex-start;
|
22193
|
+
}
|
22194
|
+
.v-fab--extended .v-btn {
|
22195
|
+
border-radius: 9999px !important;
|
22196
|
+
}
|
22197
|
+
|
22198
|
+
.v-fab__container {
|
22199
|
+
align-self: center;
|
22200
|
+
display: inline-flex;
|
22201
|
+
position: absolute;
|
22202
|
+
vertical-align: middle;
|
22203
|
+
}
|
22204
|
+
.v-fab--app .v-fab__container {
|
22205
|
+
margin: 12px;
|
22206
|
+
}
|
22207
|
+
.v-fab--absolute .v-fab__container {
|
22208
|
+
position: absolute;
|
22209
|
+
z-index: 4;
|
22210
|
+
}
|
22211
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22212
|
+
transform: translateY(-50%);
|
22213
|
+
}
|
22214
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22215
|
+
transform: translateY(50%);
|
22216
|
+
}
|
22217
|
+
.v-fab--top .v-fab__container {
|
22218
|
+
top: 0;
|
22219
|
+
}
|
22220
|
+
.v-fab--bottom .v-fab__container {
|
22221
|
+
bottom: 0;
|
22222
|
+
}
|
22223
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22224
|
+
left: 0;
|
22225
|
+
}
|
22226
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22227
|
+
right: 0;
|
22228
|
+
}.v-file-input--hide.v-input .v-field,
|
22412
22229
|
.v-file-input--hide.v-input .v-input__control,
|
22413
22230
|
.v-file-input--hide.v-input .v-input__details {
|
22414
22231
|
display: none;
|
@@ -22473,6 +22290,94 @@ textarea.v-field__input::placeholder {
|
|
22473
22290
|
}
|
22474
22291
|
.v-footer--rounded {
|
22475
22292
|
border-radius: 4px;
|
22293
|
+
}.v-img {
|
22294
|
+
--v-theme-overlay-multiplier: 3;
|
22295
|
+
z-index: 0;
|
22296
|
+
}
|
22297
|
+
.v-img.v-img--absolute {
|
22298
|
+
height: 100%;
|
22299
|
+
left: 0;
|
22300
|
+
overflow: hidden;
|
22301
|
+
position: absolute;
|
22302
|
+
top: 0;
|
22303
|
+
width: 100%;
|
22304
|
+
z-index: -1;
|
22305
|
+
}
|
22306
|
+
.v-img--booting .v-responsive__sizer {
|
22307
|
+
transition: none;
|
22308
|
+
}
|
22309
|
+
.v-img--rounded {
|
22310
|
+
border-radius: 4px;
|
22311
|
+
}
|
22312
|
+
|
22313
|
+
.v-img__img,
|
22314
|
+
.v-img__picture,
|
22315
|
+
.v-img__gradient,
|
22316
|
+
.v-img__placeholder,
|
22317
|
+
.v-img__error {
|
22318
|
+
z-index: -1;
|
22319
|
+
}
|
22320
|
+
.v-img__img,
|
22321
|
+
.v-img__picture,
|
22322
|
+
.v-img__gradient,
|
22323
|
+
.v-img__placeholder,
|
22324
|
+
.v-img__error {
|
22325
|
+
position: absolute;
|
22326
|
+
top: 0;
|
22327
|
+
left: 0;
|
22328
|
+
width: 100%;
|
22329
|
+
height: 100%;
|
22330
|
+
}
|
22331
|
+
|
22332
|
+
.v-img__img--preload {
|
22333
|
+
filter: blur(4px);
|
22334
|
+
}
|
22335
|
+
.v-img__img--contain {
|
22336
|
+
object-fit: contain;
|
22337
|
+
}
|
22338
|
+
.v-img__img--cover {
|
22339
|
+
object-fit: cover;
|
22340
|
+
}
|
22341
|
+
|
22342
|
+
.v-img__gradient {
|
22343
|
+
background-repeat: no-repeat;
|
22344
|
+
}.v-infinite-scroll--horizontal {
|
22345
|
+
display: flex;
|
22346
|
+
flex-direction: row;
|
22347
|
+
overflow-x: auto;
|
22348
|
+
}
|
22349
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22350
|
+
height: 100%;
|
22351
|
+
width: var(--v-infinite-margin-size, 1px);
|
22352
|
+
}
|
22353
|
+
|
22354
|
+
.v-infinite-scroll--vertical {
|
22355
|
+
display: flex;
|
22356
|
+
flex-direction: column;
|
22357
|
+
overflow-y: auto;
|
22358
|
+
}
|
22359
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22360
|
+
height: 1px;
|
22361
|
+
width: 100%;
|
22362
|
+
}
|
22363
|
+
|
22364
|
+
.v-infinite-scroll-intersect {
|
22365
|
+
pointer-events: none;
|
22366
|
+
margin-top: var(--v-infinite-margin);
|
22367
|
+
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
22368
|
+
}
|
22369
|
+
.v-infinite-scroll-intersect:nth-child(2) {
|
22370
|
+
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
22371
|
+
}
|
22372
|
+
.v-infinite-scroll-intersect:nth-last-child(2) {
|
22373
|
+
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
22374
|
+
}
|
22375
|
+
|
22376
|
+
.v-infinite-scroll__side {
|
22377
|
+
align-items: center;
|
22378
|
+
display: flex;
|
22379
|
+
justify-content: center;
|
22380
|
+
padding: 8px;
|
22476
22381
|
}.v-icon {
|
22477
22382
|
--v-icon-size-multiplier: 1;
|
22478
22383
|
align-items: center;
|
@@ -22526,57 +22431,6 @@ textarea.v-field__input::placeholder {
|
|
22526
22431
|
|
22527
22432
|
.v-icon--end {
|
22528
22433
|
margin-inline-start: 8px;
|
22529
|
-
}.v-img {
|
22530
|
-
--v-theme-overlay-multiplier: 3;
|
22531
|
-
z-index: 0;
|
22532
|
-
}
|
22533
|
-
.v-img.v-img--absolute {
|
22534
|
-
height: 100%;
|
22535
|
-
left: 0;
|
22536
|
-
overflow: hidden;
|
22537
|
-
position: absolute;
|
22538
|
-
top: 0;
|
22539
|
-
width: 100%;
|
22540
|
-
z-index: -1;
|
22541
|
-
}
|
22542
|
-
.v-img--booting .v-responsive__sizer {
|
22543
|
-
transition: none;
|
22544
|
-
}
|
22545
|
-
.v-img--rounded {
|
22546
|
-
border-radius: 4px;
|
22547
|
-
}
|
22548
|
-
|
22549
|
-
.v-img__img,
|
22550
|
-
.v-img__picture,
|
22551
|
-
.v-img__gradient,
|
22552
|
-
.v-img__placeholder,
|
22553
|
-
.v-img__error {
|
22554
|
-
z-index: -1;
|
22555
|
-
}
|
22556
|
-
.v-img__img,
|
22557
|
-
.v-img__picture,
|
22558
|
-
.v-img__gradient,
|
22559
|
-
.v-img__placeholder,
|
22560
|
-
.v-img__error {
|
22561
|
-
position: absolute;
|
22562
|
-
top: 0;
|
22563
|
-
left: 0;
|
22564
|
-
width: 100%;
|
22565
|
-
height: 100%;
|
22566
|
-
}
|
22567
|
-
|
22568
|
-
.v-img__img--preload {
|
22569
|
-
filter: blur(4px);
|
22570
|
-
}
|
22571
|
-
.v-img__img--contain {
|
22572
|
-
object-fit: contain;
|
22573
|
-
}
|
22574
|
-
.v-img__img--cover {
|
22575
|
-
object-fit: cover;
|
22576
|
-
}
|
22577
|
-
|
22578
|
-
.v-img__gradient {
|
22579
|
-
background-repeat: no-repeat;
|
22580
22434
|
}.v-input {
|
22581
22435
|
display: grid;
|
22582
22436
|
flex: 1 1 auto;
|
@@ -22719,78 +22573,179 @@ textarea.v-field__input::placeholder {
|
|
22719
22573
|
|
22720
22574
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22721
22575
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22722
|
-
}.v-
|
22576
|
+
}.v-layout-item {
|
22577
|
+
position: absolute;
|
22578
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22579
|
+
}
|
22580
|
+
|
22581
|
+
.v-layout-item--absolute {
|
22582
|
+
position: absolute;
|
22583
|
+
}.v-label {
|
22584
|
+
align-items: center;
|
22585
|
+
color: inherit;
|
22586
|
+
display: inline-flex;
|
22587
|
+
font-size: 1rem;
|
22588
|
+
letter-spacing: 0.009375em;
|
22589
|
+
min-width: 0;
|
22590
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22591
|
+
overflow: hidden;
|
22592
|
+
text-overflow: ellipsis;
|
22593
|
+
white-space: nowrap;
|
22594
|
+
}
|
22595
|
+
|
22596
|
+
.v-label--clickable {
|
22597
|
+
cursor: pointer;
|
22598
|
+
}.v-layout {
|
22599
|
+
--v-scrollbar-offset: 0px;
|
22723
22600
|
display: flex;
|
22724
|
-
flex
|
22725
|
-
|
22601
|
+
flex: 1 1 auto;
|
22602
|
+
}
|
22603
|
+
.v-layout--full-height {
|
22604
|
+
--v-scrollbar-offset: inherit;
|
22605
|
+
height: 100%;
|
22606
|
+
}.v-locale-provider {
|
22607
|
+
display: contents;
|
22608
|
+
}.v-item-group {
|
22609
|
+
flex: 0 1 auto;
|
22610
|
+
max-width: 100%;
|
22611
|
+
position: relative;
|
22612
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22613
|
+
}.v-avatar {
|
22614
|
+
flex: none;
|
22615
|
+
align-items: center;
|
22616
|
+
display: inline-flex;
|
22617
|
+
justify-content: center;
|
22618
|
+
line-height: normal;
|
22619
|
+
overflow: hidden;
|
22620
|
+
position: relative;
|
22621
|
+
text-align: center;
|
22622
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22623
|
+
transition-property: width, height;
|
22624
|
+
vertical-align: middle;
|
22625
|
+
}
|
22626
|
+
.v-avatar.v-avatar--size-x-small {
|
22627
|
+
--v-avatar-height: 24px;
|
22628
|
+
}
|
22629
|
+
.v-avatar.v-avatar--size-small {
|
22630
|
+
--v-avatar-height: 32px;
|
22631
|
+
}
|
22632
|
+
.v-avatar.v-avatar--size-default {
|
22633
|
+
--v-avatar-height: 40px;
|
22634
|
+
}
|
22635
|
+
.v-avatar.v-avatar--size-large {
|
22636
|
+
--v-avatar-height: 48px;
|
22637
|
+
}
|
22638
|
+
.v-avatar.v-avatar--size-x-large {
|
22639
|
+
--v-avatar-height: 56px;
|
22640
|
+
}
|
22641
|
+
.v-avatar.v-avatar--density-default {
|
22642
|
+
height: calc(var(--v-avatar-height) + 0px);
|
22643
|
+
width: calc(var(--v-avatar-height) + 0px);
|
22644
|
+
}
|
22645
|
+
.v-avatar.v-avatar--density-comfortable {
|
22646
|
+
height: calc(var(--v-avatar-height) + -4px);
|
22647
|
+
width: calc(var(--v-avatar-height) + -4px);
|
22648
|
+
}
|
22649
|
+
.v-avatar.v-avatar--density-compact {
|
22650
|
+
height: calc(var(--v-avatar-height) + -8px);
|
22651
|
+
width: calc(var(--v-avatar-height) + -8px);
|
22652
|
+
}
|
22653
|
+
.v-avatar {
|
22654
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22655
|
+
border-style: solid;
|
22656
|
+
border-width: 0;
|
22657
|
+
}
|
22658
|
+
.v-avatar--border {
|
22659
|
+
border-width: thin;
|
22660
|
+
box-shadow: none;
|
22661
|
+
}
|
22662
|
+
.v-avatar {
|
22663
|
+
border-radius: 50%;
|
22664
|
+
}
|
22665
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
22666
|
+
background: transparent;
|
22667
|
+
color: inherit;
|
22668
|
+
}
|
22669
|
+
.v-avatar--variant-plain {
|
22670
|
+
opacity: 0.62;
|
22671
|
+
}
|
22672
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
22673
|
+
opacity: 1;
|
22674
|
+
}
|
22675
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
22676
|
+
display: none;
|
22677
|
+
}
|
22678
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
22679
|
+
background: var(--v-theme-surface);
|
22680
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22681
|
+
}
|
22682
|
+
.v-avatar--variant-elevated {
|
22683
|
+
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));
|
22726
22684
|
}
|
22727
|
-
.v-
|
22728
|
-
|
22729
|
-
width: var(--v-infinite-margin-size, 1px);
|
22685
|
+
.v-avatar--variant-flat {
|
22686
|
+
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));
|
22730
22687
|
}
|
22731
|
-
|
22732
|
-
|
22733
|
-
display: flex;
|
22734
|
-
flex-direction: column;
|
22735
|
-
overflow-y: auto;
|
22688
|
+
.v-avatar--variant-outlined {
|
22689
|
+
border: thin solid currentColor;
|
22736
22690
|
}
|
22737
|
-
.v-
|
22738
|
-
|
22739
|
-
width: 100%;
|
22691
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
22692
|
+
background: currentColor;
|
22740
22693
|
}
|
22741
|
-
|
22742
|
-
|
22694
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
22695
|
+
background: currentColor;
|
22696
|
+
opacity: var(--v-activated-opacity);
|
22697
|
+
border-radius: inherit;
|
22698
|
+
top: 0;
|
22699
|
+
right: 0;
|
22700
|
+
bottom: 0;
|
22701
|
+
left: 0;
|
22743
22702
|
pointer-events: none;
|
22744
|
-
margin-top: var(--v-infinite-margin);
|
22745
|
-
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
22746
22703
|
}
|
22747
|
-
.v-
|
22748
|
-
|
22704
|
+
.v-avatar .v-avatar__underlay {
|
22705
|
+
position: absolute;
|
22749
22706
|
}
|
22750
|
-
.v-
|
22751
|
-
|
22707
|
+
.v-avatar--rounded {
|
22708
|
+
border-radius: 4px;
|
22752
22709
|
}
|
22753
|
-
|
22754
|
-
|
22755
|
-
align-items: center;
|
22756
|
-
display: flex;
|
22757
|
-
justify-content: center;
|
22758
|
-
padding: 8px;
|
22759
|
-
}.v-item-group {
|
22760
|
-
flex: 0 1 auto;
|
22761
|
-
max-width: 100%;
|
22762
|
-
position: relative;
|
22763
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22764
|
-
}.v-layout {
|
22765
|
-
--v-scrollbar-offset: 0px;
|
22766
|
-
display: flex;
|
22767
|
-
flex: 1 1 auto;
|
22710
|
+
.v-avatar--start {
|
22711
|
+
margin-inline-end: 8px;
|
22768
22712
|
}
|
22769
|
-
.v-
|
22770
|
-
|
22713
|
+
.v-avatar--end {
|
22714
|
+
margin-inline-start: 8px;
|
22715
|
+
}
|
22716
|
+
.v-avatar .v-img {
|
22771
22717
|
height: 100%;
|
22772
|
-
|
22773
|
-
|
22718
|
+
width: 100%;
|
22719
|
+
}.v-main {
|
22720
|
+
flex: 1 0 auto;
|
22721
|
+
max-width: 100%;
|
22774
22722
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22723
|
+
padding-left: var(--v-layout-left);
|
22724
|
+
padding-right: var(--v-layout-right);
|
22725
|
+
padding-top: var(--v-layout-top);
|
22726
|
+
padding-bottom: var(--v-layout-bottom);
|
22775
22727
|
}
|
22776
|
-
|
22777
|
-
|
22728
|
+
.v-main__scroller {
|
22729
|
+
max-width: 100%;
|
22730
|
+
position: relative;
|
22731
|
+
}
|
22732
|
+
.v-main--scrollable {
|
22733
|
+
display: flex;
|
22734
|
+
}
|
22735
|
+
.v-main--scrollable {
|
22778
22736
|
position: absolute;
|
22779
|
-
|
22780
|
-
|
22781
|
-
|
22782
|
-
|
22783
|
-
font-size: 1rem;
|
22784
|
-
letter-spacing: 0.009375em;
|
22785
|
-
min-width: 0;
|
22786
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22787
|
-
overflow: hidden;
|
22788
|
-
text-overflow: ellipsis;
|
22789
|
-
white-space: nowrap;
|
22737
|
+
top: 0;
|
22738
|
+
left: 0;
|
22739
|
+
width: 100%;
|
22740
|
+
height: 100%;
|
22790
22741
|
}
|
22791
|
-
|
22792
|
-
|
22793
|
-
|
22742
|
+
.v-main--scrollable > .v-main__scroller {
|
22743
|
+
flex: 1 1 auto;
|
22744
|
+
overflow-y: auto;
|
22745
|
+
--v-layout-left: 0px;
|
22746
|
+
--v-layout-right: 0px;
|
22747
|
+
--v-layout-top: 0px;
|
22748
|
+
--v-layout-bottom: 0px;
|
22794
22749
|
}.v-list {
|
22795
22750
|
overflow: auto;
|
22796
22751
|
padding: 8px 0;
|
@@ -23367,38 +23322,22 @@ textarea.v-field__input::placeholder {
|
|
23367
23322
|
}
|
23368
23323
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23369
23324
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23370
|
-
}.v-
|
23371
|
-
|
23372
|
-
|
23373
|
-
|
23374
|
-
|
23375
|
-
|
23376
|
-
padding-left: var(--v-layout-left);
|
23377
|
-
padding-right: var(--v-layout-right);
|
23378
|
-
padding-top: var(--v-layout-top);
|
23379
|
-
padding-bottom: var(--v-layout-bottom);
|
23380
|
-
}
|
23381
|
-
.v-main__scroller {
|
23382
|
-
max-width: 100%;
|
23325
|
+
}.v-messages {
|
23326
|
+
flex: 1 1 auto;
|
23327
|
+
font-size: 12px;
|
23328
|
+
min-height: 14px;
|
23329
|
+
min-width: 1px;
|
23330
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23383
23331
|
position: relative;
|
23384
23332
|
}
|
23385
|
-
.v-
|
23386
|
-
|
23387
|
-
|
23388
|
-
|
23389
|
-
|
23390
|
-
|
23391
|
-
|
23392
|
-
|
23393
|
-
height: 100%;
|
23394
|
-
}
|
23395
|
-
.v-main--scrollable > .v-main__scroller {
|
23396
|
-
flex: 1 1 auto;
|
23397
|
-
overflow-y: auto;
|
23398
|
-
--v-layout-left: 0px;
|
23399
|
-
--v-layout-right: 0px;
|
23400
|
-
--v-layout-top: 0px;
|
23401
|
-
--v-layout-bottom: 0px;
|
23333
|
+
.v-messages__message {
|
23334
|
+
line-height: 12px;
|
23335
|
+
word-break: break-word;
|
23336
|
+
overflow-wrap: break-word;
|
23337
|
+
word-wrap: break-word;
|
23338
|
+
-webkit-hyphens: auto;
|
23339
|
+
hyphens: auto;
|
23340
|
+
transition-duration: 150ms;
|
23402
23341
|
}.v-navigation-drawer {
|
23403
23342
|
-webkit-overflow-scrolling: touch;
|
23404
23343
|
background: rgb(var(--v-theme-surface));
|
@@ -23474,137 +23413,58 @@ textarea.v-field__input::placeholder {
|
|
23474
23413
|
height: 100%;
|
23475
23414
|
max-width: 100%;
|
23476
23415
|
overflow-x: hidden;
|
23477
|
-
overflow-y: auto;
|
23478
|
-
}
|
23479
|
-
|
23480
|
-
.v-navigation-drawer__img {
|
23481
|
-
height: 100%;
|
23482
|
-
left: 0;
|
23483
|
-
position: absolute;
|
23484
|
-
top: 0;
|
23485
|
-
width: 100%;
|
23486
|
-
z-index: -1;
|
23487
|
-
}
|
23488
|
-
.v-navigation-drawer__img img:not(.v-img__img) {
|
23489
|
-
height: inherit;
|
23490
|
-
object-fit: cover;
|
23491
|
-
width: inherit;
|
23492
|
-
}
|
23493
|
-
|
23494
|
-
.v-navigation-drawer__scrim {
|
23495
|
-
position: absolute;
|
23496
|
-
top: 0;
|
23497
|
-
left: 0;
|
23498
|
-
width: 100%;
|
23499
|
-
height: 100%;
|
23500
|
-
background: black;
|
23501
|
-
opacity: 0.2;
|
23502
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23503
|
-
z-index: 1;
|
23504
|
-
}
|
23505
|
-
|
23506
|
-
.v-navigation-drawer__prepend,
|
23507
|
-
.v-navigation-drawer__append {
|
23508
|
-
flex: none;
|
23509
|
-
overflow: hidden;
|
23510
|
-
}.v-menu > .v-overlay__content {
|
23511
|
-
display: flex;
|
23512
|
-
flex-direction: column;
|
23513
|
-
}
|
23514
|
-
.v-menu > .v-overlay__content {
|
23515
|
-
border-radius: 4px;
|
23516
|
-
}
|
23517
|
-
.v-menu > .v-overlay__content > .v-card,
|
23518
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23519
|
-
.v-menu > .v-overlay__content > .v-list {
|
23520
|
-
background: rgb(var(--v-theme-surface));
|
23521
|
-
border-radius: inherit;
|
23522
|
-
overflow: auto;
|
23523
|
-
height: 100%;
|
23524
|
-
}
|
23525
|
-
.v-menu > .v-overlay__content > .v-card,
|
23526
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23527
|
-
.v-menu > .v-overlay__content > .v-list {
|
23528
|
-
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));
|
23529
|
-
}.v-messages {
|
23530
|
-
flex: 1 1 auto;
|
23531
|
-
font-size: 12px;
|
23532
|
-
min-height: 14px;
|
23533
|
-
min-width: 1px;
|
23534
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23535
|
-
position: relative;
|
23536
|
-
}
|
23537
|
-
.v-messages__message {
|
23538
|
-
line-height: 12px;
|
23539
|
-
word-break: break-word;
|
23540
|
-
overflow-wrap: break-word;
|
23541
|
-
word-wrap: break-word;
|
23542
|
-
-webkit-hyphens: auto;
|
23543
|
-
hyphens: auto;
|
23544
|
-
transition-duration: 150ms;
|
23545
|
-
}.v-overlay-container {
|
23546
|
-
contain: layout;
|
23547
|
-
left: 0;
|
23548
|
-
pointer-events: none;
|
23549
|
-
position: absolute;
|
23550
|
-
top: 0;
|
23551
|
-
display: contents;
|
23552
|
-
}
|
23553
|
-
|
23554
|
-
.v-overlay-scroll-blocked {
|
23555
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
23556
|
-
}
|
23557
|
-
.v-overlay-scroll-blocked:not(html) {
|
23558
|
-
overflow-y: hidden !important;
|
23559
|
-
}
|
23560
|
-
html.v-overlay-scroll-blocked {
|
23561
|
-
position: fixed;
|
23562
|
-
top: var(--v-body-scroll-y);
|
23563
|
-
left: var(--v-body-scroll-x);
|
23564
|
-
width: 100%;
|
23565
|
-
height: 100%;
|
23566
|
-
}
|
23567
|
-
|
23568
|
-
.v-overlay {
|
23569
|
-
border-radius: inherit;
|
23570
|
-
display: flex;
|
23571
|
-
left: 0;
|
23572
|
-
pointer-events: none;
|
23573
|
-
position: fixed;
|
23574
|
-
top: 0;
|
23575
|
-
bottom: 0;
|
23576
|
-
right: 0;
|
23577
|
-
}
|
23578
|
-
|
23579
|
-
.v-overlay__content {
|
23580
|
-
outline: none;
|
23581
|
-
position: absolute;
|
23582
|
-
pointer-events: auto;
|
23583
|
-
contain: layout;
|
23416
|
+
overflow-y: auto;
|
23584
23417
|
}
|
23585
23418
|
|
23586
|
-
.v-
|
23587
|
-
|
23588
|
-
background: rgb(var(--v-theme-on-surface));
|
23589
|
-
border-radius: inherit;
|
23590
|
-
bottom: 0;
|
23419
|
+
.v-navigation-drawer__img {
|
23420
|
+
height: 100%;
|
23591
23421
|
left: 0;
|
23592
|
-
|
23593
|
-
position: fixed;
|
23594
|
-
right: 0;
|
23422
|
+
position: absolute;
|
23595
23423
|
top: 0;
|
23424
|
+
width: 100%;
|
23425
|
+
z-index: -1;
|
23596
23426
|
}
|
23597
|
-
|
23598
|
-
|
23599
|
-
|
23427
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
23428
|
+
height: inherit;
|
23429
|
+
object-fit: cover;
|
23430
|
+
width: inherit;
|
23600
23431
|
}
|
23601
23432
|
|
23602
|
-
.v-
|
23433
|
+
.v-navigation-drawer__scrim {
|
23603
23434
|
position: absolute;
|
23435
|
+
top: 0;
|
23436
|
+
left: 0;
|
23437
|
+
width: 100%;
|
23438
|
+
height: 100%;
|
23439
|
+
background: black;
|
23440
|
+
opacity: 0.2;
|
23441
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23442
|
+
z-index: 1;
|
23604
23443
|
}
|
23605
23444
|
|
23606
|
-
.v-
|
23607
|
-
|
23445
|
+
.v-navigation-drawer__prepend,
|
23446
|
+
.v-navigation-drawer__append {
|
23447
|
+
flex: none;
|
23448
|
+
overflow: hidden;
|
23449
|
+
}.v-menu > .v-overlay__content {
|
23450
|
+
display: flex;
|
23451
|
+
flex-direction: column;
|
23452
|
+
}
|
23453
|
+
.v-menu > .v-overlay__content {
|
23454
|
+
border-radius: 4px;
|
23455
|
+
}
|
23456
|
+
.v-menu > .v-overlay__content > .v-card,
|
23457
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23458
|
+
.v-menu > .v-overlay__content > .v-list {
|
23459
|
+
background: rgb(var(--v-theme-surface));
|
23460
|
+
border-radius: inherit;
|
23461
|
+
overflow: auto;
|
23462
|
+
height: 100%;
|
23463
|
+
}
|
23464
|
+
.v-menu > .v-overlay__content > .v-card,
|
23465
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23466
|
+
.v-menu > .v-overlay__content > .v-list {
|
23467
|
+
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));
|
23608
23468
|
}.v-otp-input {
|
23609
23469
|
align-items: center;
|
23610
23470
|
display: flex;
|
@@ -23765,12 +23625,69 @@ html.v-overlay-scroll-blocked {
|
|
23765
23625
|
100% {
|
23766
23626
|
transform: rotate(270deg);
|
23767
23627
|
}
|
23768
|
-
}.v-
|
23769
|
-
|
23770
|
-
|
23628
|
+
}.v-overlay-container {
|
23629
|
+
contain: layout;
|
23630
|
+
left: 0;
|
23631
|
+
pointer-events: none;
|
23632
|
+
position: absolute;
|
23633
|
+
top: 0;
|
23634
|
+
display: contents;
|
23771
23635
|
}
|
23772
|
-
|
23773
|
-
|
23636
|
+
|
23637
|
+
.v-overlay-scroll-blocked {
|
23638
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23639
|
+
}
|
23640
|
+
.v-overlay-scroll-blocked:not(html) {
|
23641
|
+
overflow-y: hidden !important;
|
23642
|
+
}
|
23643
|
+
html.v-overlay-scroll-blocked {
|
23644
|
+
position: fixed;
|
23645
|
+
top: var(--v-body-scroll-y);
|
23646
|
+
left: var(--v-body-scroll-x);
|
23647
|
+
width: 100%;
|
23648
|
+
height: 100%;
|
23649
|
+
}
|
23650
|
+
|
23651
|
+
.v-overlay {
|
23652
|
+
border-radius: inherit;
|
23653
|
+
display: flex;
|
23654
|
+
left: 0;
|
23655
|
+
pointer-events: none;
|
23656
|
+
position: fixed;
|
23657
|
+
top: 0;
|
23658
|
+
bottom: 0;
|
23659
|
+
right: 0;
|
23660
|
+
}
|
23661
|
+
|
23662
|
+
.v-overlay__content {
|
23663
|
+
outline: none;
|
23664
|
+
position: absolute;
|
23665
|
+
pointer-events: auto;
|
23666
|
+
contain: layout;
|
23667
|
+
}
|
23668
|
+
|
23669
|
+
.v-overlay__scrim {
|
23670
|
+
pointer-events: auto;
|
23671
|
+
background: rgb(var(--v-theme-on-surface));
|
23672
|
+
border-radius: inherit;
|
23673
|
+
bottom: 0;
|
23674
|
+
left: 0;
|
23675
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
23676
|
+
position: fixed;
|
23677
|
+
right: 0;
|
23678
|
+
top: 0;
|
23679
|
+
}
|
23680
|
+
|
23681
|
+
.v-overlay--absolute {
|
23682
|
+
position: absolute;
|
23683
|
+
}
|
23684
|
+
|
23685
|
+
.v-overlay--contained .v-overlay__scrim {
|
23686
|
+
position: absolute;
|
23687
|
+
}
|
23688
|
+
|
23689
|
+
.v-overlay--scroll-blocked {
|
23690
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23774
23691
|
}.v-pagination__list {
|
23775
23692
|
display: inline-flex;
|
23776
23693
|
list-style-type: none;
|
@@ -24007,59 +23924,12 @@ html.v-overlay-scroll-blocked {
|
|
24007
23924
|
0% {
|
24008
23925
|
background-position-x: var(--v-progress-linear-height);
|
24009
23926
|
}
|
24010
|
-
}.v-
|
24011
|
-
max-width: 100%;
|
24012
|
-
display: inline-flex;
|
24013
|
-
white-space: nowrap;
|
24014
|
-
}
|
24015
|
-
.v-rating--readonly {
|
24016
|
-
pointer-events: none;
|
24017
|
-
}
|
24018
|
-
|
24019
|
-
.v-rating__wrapper {
|
24020
|
-
align-items: center;
|
24021
|
-
display: inline-flex;
|
24022
|
-
flex-direction: column;
|
24023
|
-
}
|
24024
|
-
.v-rating__wrapper--bottom {
|
24025
|
-
flex-direction: column-reverse;
|
24026
|
-
}
|
24027
|
-
|
24028
|
-
.v-rating__item {
|
24029
|
-
display: inline-flex;
|
23927
|
+
}.v-parallax {
|
24030
23928
|
position: relative;
|
24031
|
-
}
|
24032
|
-
.v-rating__item label {
|
24033
|
-
cursor: pointer;
|
24034
|
-
}
|
24035
|
-
.v-rating__item .v-btn--variant-plain {
|
24036
|
-
opacity: 1;
|
24037
|
-
}
|
24038
|
-
.v-rating__item .v-btn {
|
24039
|
-
transition-property: transform;
|
24040
|
-
}
|
24041
|
-
.v-rating__item .v-btn .v-icon {
|
24042
|
-
transition: inherit;
|
24043
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24044
|
-
}
|
24045
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24046
|
-
transform: scale(1.25);
|
24047
|
-
}
|
24048
|
-
.v-rating__item--half {
|
24049
23929
|
overflow: hidden;
|
24050
|
-
position: absolute;
|
24051
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24052
|
-
z-index: 1;
|
24053
|
-
}
|
24054
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24055
|
-
opacity: 0;
|
24056
23930
|
}
|
24057
|
-
|
24058
|
-
|
24059
|
-
height: 0;
|
24060
|
-
opacity: 0;
|
24061
|
-
position: absolute;
|
24062
|
-
width: 0;
|
23931
|
+
.v-parallax--active > .v-img__img {
|
23932
|
+
will-change: transform;
|
24063
23933
|
}.v-slider .v-slider__container input {
|
24064
23934
|
cursor: default;
|
24065
23935
|
padding: 0;
|
@@ -24097,38 +23967,117 @@ html.v-overlay-scroll-blocked {
|
|
24097
23967
|
display: flex;
|
24098
23968
|
align-items: center;
|
24099
23969
|
}
|
24100
|
-
|
24101
|
-
.v-slider.v-input--vertical {
|
24102
|
-
justify-content: center;
|
24103
|
-
margin-top: 12px;
|
24104
|
-
margin-bottom: 12px;
|
23970
|
+
|
23971
|
+
.v-slider.v-input--vertical {
|
23972
|
+
justify-content: center;
|
23973
|
+
margin-top: 12px;
|
23974
|
+
margin-bottom: 12px;
|
23975
|
+
}
|
23976
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23977
|
+
min-height: 300px;
|
23978
|
+
}
|
23979
|
+
|
23980
|
+
.v-slider.v-input--disabled {
|
23981
|
+
pointer-events: none;
|
23982
|
+
}
|
23983
|
+
|
23984
|
+
.v-slider--has-labels > .v-input__control {
|
23985
|
+
margin-bottom: 4px;
|
23986
|
+
}
|
23987
|
+
|
23988
|
+
.v-slider__label {
|
23989
|
+
margin-inline-end: 12px;
|
23990
|
+
}.v-radio-group > .v-input__control {
|
23991
|
+
flex-direction: column;
|
23992
|
+
}
|
23993
|
+
.v-radio-group > .v-input__control > .v-label {
|
23994
|
+
margin-inline-start: 16px;
|
23995
|
+
}
|
23996
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23997
|
+
padding-inline-start: 6px;
|
23998
|
+
margin-top: 8px;
|
23999
|
+
}
|
24000
|
+
.v-radio-group .v-input__details {
|
24001
|
+
padding-inline: 16px;
|
24002
|
+
}.v-responsive {
|
24003
|
+
display: flex;
|
24004
|
+
flex: 1 0 auto;
|
24005
|
+
max-height: 100%;
|
24006
|
+
max-width: 100%;
|
24007
|
+
overflow: hidden;
|
24008
|
+
position: relative;
|
24009
|
+
}
|
24010
|
+
.v-responsive--inline {
|
24011
|
+
display: inline-flex;
|
24012
|
+
flex: 0 0 auto;
|
24013
|
+
}
|
24014
|
+
|
24015
|
+
.v-responsive__content {
|
24016
|
+
flex: 1 0 0px;
|
24017
|
+
max-width: 100%;
|
24018
|
+
}
|
24019
|
+
|
24020
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24021
|
+
margin-inline-start: -100%;
|
24022
|
+
}
|
24023
|
+
|
24024
|
+
.v-responsive__sizer {
|
24025
|
+
flex: 1 0 0px;
|
24026
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24027
|
+
pointer-events: none;
|
24028
|
+
}.v-rating {
|
24029
|
+
max-width: 100%;
|
24030
|
+
display: inline-flex;
|
24031
|
+
white-space: nowrap;
|
24032
|
+
}
|
24033
|
+
.v-rating--readonly {
|
24034
|
+
pointer-events: none;
|
24035
|
+
}
|
24036
|
+
|
24037
|
+
.v-rating__wrapper {
|
24038
|
+
align-items: center;
|
24039
|
+
display: inline-flex;
|
24040
|
+
flex-direction: column;
|
24041
|
+
}
|
24042
|
+
.v-rating__wrapper--bottom {
|
24043
|
+
flex-direction: column-reverse;
|
24044
|
+
}
|
24045
|
+
|
24046
|
+
.v-rating__item {
|
24047
|
+
display: inline-flex;
|
24048
|
+
position: relative;
|
24049
|
+
}
|
24050
|
+
.v-rating__item label {
|
24051
|
+
cursor: pointer;
|
24105
24052
|
}
|
24106
|
-
.v-
|
24107
|
-
|
24053
|
+
.v-rating__item .v-btn--variant-plain {
|
24054
|
+
opacity: 1;
|
24108
24055
|
}
|
24109
|
-
|
24110
|
-
|
24111
|
-
pointer-events: none;
|
24056
|
+
.v-rating__item .v-btn {
|
24057
|
+
transition-property: transform;
|
24112
24058
|
}
|
24113
|
-
|
24114
|
-
|
24115
|
-
|
24059
|
+
.v-rating__item .v-btn .v-icon {
|
24060
|
+
transition: inherit;
|
24061
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24116
24062
|
}
|
24117
|
-
|
24118
|
-
.
|
24119
|
-
margin-inline-end: 12px;
|
24120
|
-
}.v-radio-group > .v-input__control {
|
24121
|
-
flex-direction: column;
|
24063
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24064
|
+
transform: scale(1.25);
|
24122
24065
|
}
|
24123
|
-
.v-
|
24124
|
-
|
24066
|
+
.v-rating__item--half {
|
24067
|
+
overflow: hidden;
|
24068
|
+
position: absolute;
|
24069
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24070
|
+
z-index: 1;
|
24125
24071
|
}
|
24126
|
-
.v-
|
24127
|
-
|
24128
|
-
margin-top: 8px;
|
24072
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24073
|
+
opacity: 0;
|
24129
24074
|
}
|
24130
|
-
|
24131
|
-
|
24075
|
+
|
24076
|
+
.v-rating__hidden {
|
24077
|
+
height: 0;
|
24078
|
+
opacity: 0;
|
24079
|
+
position: absolute;
|
24080
|
+
width: 0;
|
24132
24081
|
}.v-select .v-field .v-text-field__prefix,
|
24133
24082
|
.v-select .v-field .v-text-field__suffix,
|
24134
24083
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24181,40 +24130,69 @@ html.v-overlay-scroll-blocked {
|
|
24181
24130
|
.v-select--active-menu .v-select__menu-icon {
|
24182
24131
|
opacity: var(--v-high-emphasis-opacity);
|
24183
24132
|
transform: rotate(180deg);
|
24184
|
-
}.v-
|
24133
|
+
}.v-selection-control-group {
|
24134
|
+
grid-area: control;
|
24185
24135
|
display: flex;
|
24186
|
-
flex:
|
24187
|
-
max-height: 100%;
|
24188
|
-
max-width: 100%;
|
24189
|
-
overflow: hidden;
|
24190
|
-
position: relative;
|
24136
|
+
flex-direction: column;
|
24191
24137
|
}
|
24192
|
-
.v-
|
24193
|
-
|
24194
|
-
flex:
|
24138
|
+
.v-selection-control-group--inline {
|
24139
|
+
flex-direction: row;
|
24140
|
+
flex-wrap: wrap;
|
24141
|
+
}.v-slide-group {
|
24142
|
+
display: flex;
|
24143
|
+
overflow: hidden;
|
24195
24144
|
}
|
24196
24145
|
|
24197
|
-
.v-
|
24198
|
-
|
24199
|
-
|
24146
|
+
.v-slide-group__next,
|
24147
|
+
.v-slide-group__prev {
|
24148
|
+
align-items: center;
|
24149
|
+
display: flex;
|
24150
|
+
flex: 0 1 52px;
|
24151
|
+
justify-content: center;
|
24152
|
+
min-width: 52px;
|
24153
|
+
cursor: pointer;
|
24154
|
+
}
|
24155
|
+
.v-slide-group__next--disabled,
|
24156
|
+
.v-slide-group__prev--disabled {
|
24157
|
+
pointer-events: none;
|
24158
|
+
opacity: var(--v-disabled-opacity);
|
24200
24159
|
}
|
24201
24160
|
|
24202
|
-
.v-
|
24203
|
-
|
24161
|
+
.v-slide-group__content {
|
24162
|
+
display: flex;
|
24163
|
+
flex: 1 0 auto;
|
24164
|
+
position: relative;
|
24165
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24166
|
+
white-space: nowrap;
|
24167
|
+
}
|
24168
|
+
.v-slide-group__content > * {
|
24169
|
+
white-space: initial;
|
24204
24170
|
}
|
24205
24171
|
|
24206
|
-
.v-
|
24207
|
-
|
24208
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24209
|
-
pointer-events: none;
|
24210
|
-
}.v-selection-control-group {
|
24211
|
-
grid-area: control;
|
24172
|
+
.v-slide-group__container {
|
24173
|
+
contain: content;
|
24212
24174
|
display: flex;
|
24175
|
+
flex: 1 1 auto;
|
24176
|
+
overflow-x: auto;
|
24177
|
+
overflow-y: hidden;
|
24178
|
+
scrollbar-width: none;
|
24179
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24180
|
+
}
|
24181
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24182
|
+
display: none;
|
24183
|
+
}
|
24184
|
+
|
24185
|
+
.v-slide-group--vertical {
|
24186
|
+
max-height: inherit;
|
24187
|
+
}
|
24188
|
+
.v-slide-group--vertical,
|
24189
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24190
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24213
24191
|
flex-direction: column;
|
24214
24192
|
}
|
24215
|
-
.v-
|
24216
|
-
|
24217
|
-
|
24193
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24194
|
+
overflow-x: hidden;
|
24195
|
+
overflow-y: auto;
|
24218
24196
|
}.v-selection-control {
|
24219
24197
|
align-items: center;
|
24220
24198
|
contain: layout;
|
@@ -24316,42 +24294,6 @@ html.v-overlay-scroll-blocked {
|
|
24316
24294
|
}
|
24317
24295
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24318
24296
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24319
|
-
}.v-sheet {
|
24320
|
-
display: block;
|
24321
|
-
}
|
24322
|
-
.v-sheet {
|
24323
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24324
|
-
border-style: solid;
|
24325
|
-
border-width: 0;
|
24326
|
-
}
|
24327
|
-
.v-sheet--border {
|
24328
|
-
border-width: thin;
|
24329
|
-
box-shadow: none;
|
24330
|
-
}
|
24331
|
-
.v-sheet {
|
24332
|
-
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));
|
24333
|
-
}
|
24334
|
-
.v-sheet--absolute {
|
24335
|
-
position: absolute;
|
24336
|
-
}
|
24337
|
-
.v-sheet--fixed {
|
24338
|
-
position: fixed;
|
24339
|
-
}
|
24340
|
-
.v-sheet--relative {
|
24341
|
-
position: relative;
|
24342
|
-
}
|
24343
|
-
.v-sheet--sticky {
|
24344
|
-
position: sticky;
|
24345
|
-
}
|
24346
|
-
.v-sheet {
|
24347
|
-
border-radius: 0;
|
24348
|
-
}
|
24349
|
-
.v-sheet {
|
24350
|
-
background: rgb(var(--v-theme-surface));
|
24351
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24352
|
-
}
|
24353
|
-
.v-sheet--rounded {
|
24354
|
-
border-radius: 4px;
|
24355
24297
|
}.v-skeleton-loader {
|
24356
24298
|
align-items: center;
|
24357
24299
|
background: rgb(var(--v-theme-surface));
|
@@ -24577,61 +24519,83 @@ html.v-overlay-scroll-blocked {
|
|
24577
24519
|
100% {
|
24578
24520
|
transform: translateX(100%);
|
24579
24521
|
}
|
24580
|
-
}.v-
|
24581
|
-
display:
|
24582
|
-
overflow: hidden;
|
24522
|
+
}.v-sheet {
|
24523
|
+
display: block;
|
24583
24524
|
}
|
24584
|
-
|
24585
|
-
|
24586
|
-
|
24587
|
-
|
24588
|
-
display: flex;
|
24589
|
-
flex: 0 1 52px;
|
24590
|
-
justify-content: center;
|
24591
|
-
min-width: 52px;
|
24592
|
-
cursor: pointer;
|
24525
|
+
.v-sheet {
|
24526
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24527
|
+
border-style: solid;
|
24528
|
+
border-width: 0;
|
24593
24529
|
}
|
24594
|
-
.v-
|
24595
|
-
|
24596
|
-
|
24597
|
-
opacity: var(--v-disabled-opacity);
|
24530
|
+
.v-sheet--border {
|
24531
|
+
border-width: thin;
|
24532
|
+
box-shadow: none;
|
24598
24533
|
}
|
24599
|
-
|
24600
|
-
.v-
|
24601
|
-
|
24602
|
-
|
24534
|
+
.v-sheet {
|
24535
|
+
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));
|
24536
|
+
}
|
24537
|
+
.v-sheet--absolute {
|
24538
|
+
position: absolute;
|
24539
|
+
}
|
24540
|
+
.v-sheet--fixed {
|
24541
|
+
position: fixed;
|
24542
|
+
}
|
24543
|
+
.v-sheet--relative {
|
24603
24544
|
position: relative;
|
24604
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24605
|
-
white-space: nowrap;
|
24606
24545
|
}
|
24607
|
-
.v-
|
24608
|
-
|
24546
|
+
.v-sheet--sticky {
|
24547
|
+
position: sticky;
|
24609
24548
|
}
|
24610
|
-
|
24611
|
-
|
24612
|
-
contain: content;
|
24613
|
-
display: flex;
|
24614
|
-
flex: 1 1 auto;
|
24615
|
-
overflow-x: auto;
|
24616
|
-
overflow-y: hidden;
|
24617
|
-
scrollbar-width: none;
|
24618
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24549
|
+
.v-sheet {
|
24550
|
+
border-radius: 0;
|
24619
24551
|
}
|
24620
|
-
.v-
|
24621
|
-
|
24552
|
+
.v-sheet {
|
24553
|
+
background: rgb(var(--v-theme-surface));
|
24554
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24555
|
+
}
|
24556
|
+
.v-sheet--rounded {
|
24557
|
+
border-radius: 4px;
|
24558
|
+
}.v-speed-dial__content {
|
24559
|
+
gap: 8px;
|
24560
|
+
}
|
24561
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24562
|
+
flex-direction: row;
|
24563
|
+
}
|
24564
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24565
|
+
flex-direction: row-reverse;
|
24566
|
+
}
|
24567
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24568
|
+
flex-direction: column-reverse;
|
24569
|
+
}
|
24570
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24571
|
+
transition-delay: 0s;
|
24572
|
+
}
|
24573
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24574
|
+
transition-delay: 0.05s;
|
24575
|
+
}
|
24576
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24577
|
+
transition-delay: 0.1s;
|
24578
|
+
}
|
24579
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24580
|
+
transition-delay: 0.15s;
|
24581
|
+
}
|
24582
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24583
|
+
transition-delay: 0.2s;
|
24584
|
+
}
|
24585
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24586
|
+
transition-delay: 0.25s;
|
24587
|
+
}
|
24588
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24589
|
+
transition-delay: 0.3s;
|
24622
24590
|
}
|
24623
|
-
|
24624
|
-
|
24625
|
-
max-height: inherit;
|
24591
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24592
|
+
transition-delay: 0.35s;
|
24626
24593
|
}
|
24627
|
-
.v-
|
24628
|
-
|
24629
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24630
|
-
flex-direction: column;
|
24594
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24595
|
+
transition-delay: 0.4s;
|
24631
24596
|
}
|
24632
|
-
.v-
|
24633
|
-
|
24634
|
-
overflow-y: auto;
|
24597
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24598
|
+
transition-delay: 0.45s;
|
24635
24599
|
}.v-snackbar {
|
24636
24600
|
justify-content: center;
|
24637
24601
|
z-index: 10000;
|
@@ -24754,247 +24718,24 @@ html.v-overlay-scroll-blocked {
|
|
24754
24718
|
}
|
24755
24719
|
.v-snackbar--right, .v-snackbar--end {
|
24756
24720
|
justify-content: flex-end;
|
24757
|
-
}
|
24758
|
-
|
24759
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24760
|
-
transition-duration: 0.15s;
|
24761
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24762
|
-
}
|
24763
|
-
.v-snackbar-transition-enter-active {
|
24764
|
-
transition-property: opacity, transform;
|
24765
|
-
}
|
24766
|
-
.v-snackbar-transition-enter-from {
|
24767
|
-
opacity: 0;
|
24768
|
-
transform: scale(0.8);
|
24769
|
-
}
|
24770
|
-
.v-snackbar-transition-leave-active {
|
24771
|
-
transition-property: opacity;
|
24772
|
-
}
|
24773
|
-
.v-snackbar-transition-leave-to {
|
24774
|
-
opacity: 0;
|
24775
|
-
}.v-speed-dial__content {
|
24776
|
-
gap: 8px;
|
24777
|
-
}
|
24778
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24779
|
-
flex-direction: row;
|
24780
|
-
}
|
24781
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24782
|
-
flex-direction: row-reverse;
|
24783
|
-
}
|
24784
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24785
|
-
flex-direction: column-reverse;
|
24786
|
-
}
|
24787
|
-
.v-speed-dial__content > *:nth-child(1) {
|
24788
|
-
transition-delay: 0s;
|
24789
|
-
}
|
24790
|
-
.v-speed-dial__content > *:nth-child(2) {
|
24791
|
-
transition-delay: 0.05s;
|
24792
|
-
}
|
24793
|
-
.v-speed-dial__content > *:nth-child(3) {
|
24794
|
-
transition-delay: 0.1s;
|
24795
|
-
}
|
24796
|
-
.v-speed-dial__content > *:nth-child(4) {
|
24797
|
-
transition-delay: 0.15s;
|
24798
|
-
}
|
24799
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24800
|
-
transition-delay: 0.2s;
|
24801
|
-
}
|
24802
|
-
.v-speed-dial__content > *:nth-child(6) {
|
24803
|
-
transition-delay: 0.25s;
|
24804
|
-
}
|
24805
|
-
.v-speed-dial__content > *:nth-child(7) {
|
24806
|
-
transition-delay: 0.3s;
|
24807
|
-
}
|
24808
|
-
.v-speed-dial__content > *:nth-child(8) {
|
24809
|
-
transition-delay: 0.35s;
|
24810
|
-
}
|
24811
|
-
.v-speed-dial__content > *:nth-child(9) {
|
24812
|
-
transition-delay: 0.4s;
|
24813
|
-
}
|
24814
|
-
.v-speed-dial__content > *:nth-child(10) {
|
24815
|
-
transition-delay: 0.45s;
|
24816
|
-
}.v-switch .v-label {
|
24817
|
-
padding-inline-start: 10px;
|
24818
|
-
}
|
24819
|
-
|
24820
|
-
.v-switch__loader {
|
24821
|
-
display: flex;
|
24822
|
-
}
|
24823
|
-
.v-switch__loader .v-progress-circular {
|
24824
|
-
color: rgb(var(--v-theme-surface));
|
24825
|
-
}
|
24826
|
-
|
24827
|
-
.v-switch__track,
|
24828
|
-
.v-switch__thumb {
|
24829
|
-
transition: none;
|
24830
|
-
}
|
24831
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24832
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24833
|
-
background-color: rgb(var(--v-theme-error));
|
24834
|
-
color: rgb(var(--v-theme-on-error));
|
24835
|
-
}
|
24836
|
-
|
24837
|
-
.v-switch__track-true {
|
24838
|
-
margin-inline-end: auto;
|
24839
|
-
}
|
24840
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24841
|
-
opacity: 0;
|
24842
|
-
}
|
24843
|
-
|
24844
|
-
.v-switch__track-false {
|
24845
|
-
margin-inline-start: auto;
|
24846
|
-
}
|
24847
|
-
.v-selection-control--dirty .v-switch__track-false {
|
24848
|
-
opacity: 0;
|
24849
|
-
}
|
24850
|
-
|
24851
|
-
.v-switch__track {
|
24852
|
-
display: inline-flex;
|
24853
|
-
align-items: center;
|
24854
|
-
font-size: 0.5rem;
|
24855
|
-
padding: 0 5px;
|
24856
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
24857
|
-
border-radius: 9999px;
|
24858
|
-
height: 14px;
|
24859
|
-
opacity: 0.6;
|
24860
|
-
min-width: 36px;
|
24861
|
-
cursor: pointer;
|
24862
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24863
|
-
}
|
24864
|
-
.v-switch--inset .v-switch__track {
|
24865
|
-
border-radius: 9999px;
|
24866
|
-
font-size: 0.75rem;
|
24867
|
-
height: 32px;
|
24868
|
-
min-width: 52px;
|
24869
|
-
}
|
24870
|
-
|
24871
|
-
.v-switch__thumb {
|
24872
|
-
align-items: center;
|
24873
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
24874
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
24875
|
-
border-radius: 50%;
|
24876
|
-
display: flex;
|
24877
|
-
font-size: 0.75rem;
|
24878
|
-
height: 20px;
|
24879
|
-
justify-content: center;
|
24880
|
-
width: 20px;
|
24881
|
-
pointer-events: none;
|
24882
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24883
|
-
position: relative;
|
24884
|
-
overflow: hidden;
|
24885
|
-
}
|
24886
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24887
|
-
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));
|
24888
|
-
}
|
24889
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24890
|
-
background: rgb(var(--v-theme-surface-variant));
|
24891
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24892
|
-
}
|
24893
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24894
|
-
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));
|
24895
|
-
}
|
24896
|
-
.v-switch--inset .v-switch__thumb {
|
24897
|
-
height: 24px;
|
24898
|
-
width: 24px;
|
24899
|
-
transform: scale(0.6666666667);
|
24900
|
-
}
|
24901
|
-
.v-switch--inset .v-switch__thumb--filled {
|
24902
|
-
transform: none;
|
24903
|
-
}
|
24904
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24905
|
-
transform: none;
|
24906
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24907
|
-
}
|
24908
|
-
|
24909
|
-
.v-switch.v-input {
|
24910
|
-
flex: 0 1 auto;
|
24911
|
-
}
|
24912
|
-
.v-switch .v-selection-control {
|
24913
|
-
min-height: var(--v-input-control-height);
|
24914
|
-
}
|
24915
|
-
.v-switch .v-selection-control__input {
|
24916
|
-
border-radius: 50%;
|
24917
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24918
|
-
position: absolute;
|
24919
|
-
}
|
24920
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24921
|
-
transform: translateX(-10px);
|
24922
|
-
}
|
24923
|
-
|
24924
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24925
|
-
transform: translateX(10px);
|
24926
|
-
}
|
24927
|
-
|
24928
|
-
.v-switch .v-selection-control__input .v-icon {
|
24929
|
-
position: absolute;
|
24930
|
-
}
|
24931
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24932
|
-
transform: translateX(10px);
|
24933
|
-
}
|
24934
|
-
|
24935
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24936
|
-
transform: translateX(-10px);
|
24937
|
-
}
|
24938
|
-
|
24939
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24940
|
-
transform: scale(0.8);
|
24941
|
-
}
|
24942
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24943
|
-
transform: scale(0.75);
|
24944
|
-
box-shadow: none;
|
24945
|
-
}
|
24946
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24947
|
-
width: auto;
|
24948
|
-
}
|
24949
|
-
.v-switch.v-input--vertical .v-label {
|
24950
|
-
min-width: max-content;
|
24951
|
-
}
|
24952
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24953
|
-
transform: rotate(-90deg);
|
24954
|
-
}
|
24955
|
-
|
24956
|
-
@media (forced-colors: active) {
|
24957
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
24958
|
-
color: currentColor;
|
24959
|
-
}
|
24960
|
-
.v-switch .v-switch__thumb {
|
24961
|
-
background-color: buttontext;
|
24962
|
-
}
|
24963
|
-
.v-switch .v-switch__track,
|
24964
|
-
.v-switch .v-switch__thumb {
|
24965
|
-
border: 1px solid;
|
24966
|
-
color: buttontext;
|
24967
|
-
}
|
24968
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24969
|
-
background-color: highlight;
|
24970
|
-
}
|
24971
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24972
|
-
background-color: highlight;
|
24973
|
-
}
|
24974
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24975
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24976
|
-
color: highlight;
|
24977
|
-
}
|
24978
|
-
.v-switch.v-switch--inset .v-switch__track {
|
24979
|
-
border-width: 2px;
|
24980
|
-
}
|
24981
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24982
|
-
background-color: highlighttext;
|
24983
|
-
color: highlighttext;
|
24984
|
-
}
|
24985
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24986
|
-
background-color: graytext;
|
24987
|
-
}
|
24988
|
-
.v-switch.v-input--disabled .v-switch__track,
|
24989
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24990
|
-
color: graytext;
|
24991
|
-
}
|
24992
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
24993
|
-
background-color: canvas;
|
24994
|
-
}
|
24995
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24996
|
-
border-width: 0;
|
24997
|
-
}
|
24721
|
+
}
|
24722
|
+
|
24723
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24724
|
+
transition-duration: 0.15s;
|
24725
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24726
|
+
}
|
24727
|
+
.v-snackbar-transition-enter-active {
|
24728
|
+
transition-property: opacity, transform;
|
24729
|
+
}
|
24730
|
+
.v-snackbar-transition-enter-from {
|
24731
|
+
opacity: 0;
|
24732
|
+
transform: scale(0.8);
|
24733
|
+
}
|
24734
|
+
.v-snackbar-transition-leave-active {
|
24735
|
+
transition-property: opacity;
|
24736
|
+
}
|
24737
|
+
.v-snackbar-transition-leave-to {
|
24738
|
+
opacity: 0;
|
24998
24739
|
}.v-stepper.v-sheet {
|
24999
24740
|
overflow: hidden;
|
25000
24741
|
}
|
@@ -25213,6 +24954,255 @@ html.v-overlay-scroll-blocked {
|
|
25213
24954
|
}
|
25214
24955
|
.v-system-bar:not(.v-system-bar--absolute) {
|
25215
24956
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24957
|
+
}/* region BLOCK */
|
24958
|
+
.v-text-field input {
|
24959
|
+
color: inherit;
|
24960
|
+
opacity: 0;
|
24961
|
+
flex: 1;
|
24962
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
24963
|
+
min-width: 0;
|
24964
|
+
}
|
24965
|
+
.v-text-field input:focus, .v-text-field input:active {
|
24966
|
+
outline: none;
|
24967
|
+
}
|
24968
|
+
.v-text-field input:invalid {
|
24969
|
+
box-shadow: none;
|
24970
|
+
}
|
24971
|
+
.v-text-field .v-field {
|
24972
|
+
cursor: text;
|
24973
|
+
}
|
24974
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
24975
|
+
--v-field-padding-start: 6px;
|
24976
|
+
}
|
24977
|
+
|
24978
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
24979
|
+
--v-field-padding-end: 0;
|
24980
|
+
}
|
24981
|
+
|
24982
|
+
.v-text-field .v-input__details {
|
24983
|
+
padding-inline: 16px;
|
24984
|
+
}
|
24985
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
24986
|
+
padding-inline: 0;
|
24987
|
+
}
|
24988
|
+
|
24989
|
+
.v-text-field .v-field--no-label input,
|
24990
|
+
.v-text-field .v-field--active input {
|
24991
|
+
opacity: 1;
|
24992
|
+
}
|
24993
|
+
.v-text-field .v-field--single-line input {
|
24994
|
+
transition: none;
|
24995
|
+
}
|
24996
|
+
|
24997
|
+
/* endregion */
|
24998
|
+
/* region ELEMENTS */
|
24999
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25000
|
+
align-items: center;
|
25001
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25002
|
+
cursor: default;
|
25003
|
+
display: flex;
|
25004
|
+
opacity: 0;
|
25005
|
+
transition: inherit;
|
25006
|
+
white-space: nowrap;
|
25007
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25008
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25009
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25010
|
+
}
|
25011
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25012
|
+
opacity: 1;
|
25013
|
+
}
|
25014
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25015
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25016
|
+
}
|
25017
|
+
.v-text-field__prefix {
|
25018
|
+
padding-inline-start: var(--v-field-padding-start);
|
25019
|
+
}
|
25020
|
+
.v-text-field__suffix {
|
25021
|
+
padding-inline-end: var(--v-field-padding-end);
|
25022
|
+
}
|
25023
|
+
|
25024
|
+
/* endregion */.v-switch .v-label {
|
25025
|
+
padding-inline-start: 10px;
|
25026
|
+
}
|
25027
|
+
|
25028
|
+
.v-switch__loader {
|
25029
|
+
display: flex;
|
25030
|
+
}
|
25031
|
+
.v-switch__loader .v-progress-circular {
|
25032
|
+
color: rgb(var(--v-theme-surface));
|
25033
|
+
}
|
25034
|
+
|
25035
|
+
.v-switch__track,
|
25036
|
+
.v-switch__thumb {
|
25037
|
+
transition: none;
|
25038
|
+
}
|
25039
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25040
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25041
|
+
background-color: rgb(var(--v-theme-error));
|
25042
|
+
color: rgb(var(--v-theme-on-error));
|
25043
|
+
}
|
25044
|
+
|
25045
|
+
.v-switch__track-true {
|
25046
|
+
margin-inline-end: auto;
|
25047
|
+
}
|
25048
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25049
|
+
opacity: 0;
|
25050
|
+
}
|
25051
|
+
|
25052
|
+
.v-switch__track-false {
|
25053
|
+
margin-inline-start: auto;
|
25054
|
+
}
|
25055
|
+
.v-selection-control--dirty .v-switch__track-false {
|
25056
|
+
opacity: 0;
|
25057
|
+
}
|
25058
|
+
|
25059
|
+
.v-switch__track {
|
25060
|
+
display: inline-flex;
|
25061
|
+
align-items: center;
|
25062
|
+
font-size: 0.5rem;
|
25063
|
+
padding: 0 5px;
|
25064
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25065
|
+
border-radius: 9999px;
|
25066
|
+
height: 14px;
|
25067
|
+
opacity: 0.6;
|
25068
|
+
min-width: 36px;
|
25069
|
+
cursor: pointer;
|
25070
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25071
|
+
}
|
25072
|
+
.v-switch--inset .v-switch__track {
|
25073
|
+
border-radius: 9999px;
|
25074
|
+
font-size: 0.75rem;
|
25075
|
+
height: 32px;
|
25076
|
+
min-width: 52px;
|
25077
|
+
}
|
25078
|
+
|
25079
|
+
.v-switch__thumb {
|
25080
|
+
align-items: center;
|
25081
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
25082
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
25083
|
+
border-radius: 50%;
|
25084
|
+
display: flex;
|
25085
|
+
font-size: 0.75rem;
|
25086
|
+
height: 20px;
|
25087
|
+
justify-content: center;
|
25088
|
+
width: 20px;
|
25089
|
+
pointer-events: none;
|
25090
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25091
|
+
position: relative;
|
25092
|
+
overflow: hidden;
|
25093
|
+
}
|
25094
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25095
|
+
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));
|
25096
|
+
}
|
25097
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25098
|
+
background: rgb(var(--v-theme-surface-variant));
|
25099
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25100
|
+
}
|
25101
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25102
|
+
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));
|
25103
|
+
}
|
25104
|
+
.v-switch--inset .v-switch__thumb {
|
25105
|
+
height: 24px;
|
25106
|
+
width: 24px;
|
25107
|
+
transform: scale(0.6666666667);
|
25108
|
+
}
|
25109
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25110
|
+
transform: none;
|
25111
|
+
}
|
25112
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25113
|
+
transform: none;
|
25114
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25115
|
+
}
|
25116
|
+
|
25117
|
+
.v-switch.v-input {
|
25118
|
+
flex: 0 1 auto;
|
25119
|
+
}
|
25120
|
+
.v-switch .v-selection-control {
|
25121
|
+
min-height: var(--v-input-control-height);
|
25122
|
+
}
|
25123
|
+
.v-switch .v-selection-control__input {
|
25124
|
+
border-radius: 50%;
|
25125
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25126
|
+
position: absolute;
|
25127
|
+
}
|
25128
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25129
|
+
transform: translateX(-10px);
|
25130
|
+
}
|
25131
|
+
|
25132
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25133
|
+
transform: translateX(10px);
|
25134
|
+
}
|
25135
|
+
|
25136
|
+
.v-switch .v-selection-control__input .v-icon {
|
25137
|
+
position: absolute;
|
25138
|
+
}
|
25139
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25140
|
+
transform: translateX(10px);
|
25141
|
+
}
|
25142
|
+
|
25143
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25144
|
+
transform: translateX(-10px);
|
25145
|
+
}
|
25146
|
+
|
25147
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25148
|
+
transform: scale(0.8);
|
25149
|
+
}
|
25150
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25151
|
+
transform: scale(0.75);
|
25152
|
+
box-shadow: none;
|
25153
|
+
}
|
25154
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25155
|
+
width: auto;
|
25156
|
+
}
|
25157
|
+
.v-switch.v-input--vertical .v-label {
|
25158
|
+
min-width: max-content;
|
25159
|
+
}
|
25160
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25161
|
+
transform: rotate(-90deg);
|
25162
|
+
}
|
25163
|
+
|
25164
|
+
@media (forced-colors: active) {
|
25165
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
25166
|
+
color: currentColor;
|
25167
|
+
}
|
25168
|
+
.v-switch .v-switch__thumb {
|
25169
|
+
background-color: buttontext;
|
25170
|
+
}
|
25171
|
+
.v-switch .v-switch__track,
|
25172
|
+
.v-switch .v-switch__thumb {
|
25173
|
+
border: 1px solid;
|
25174
|
+
color: buttontext;
|
25175
|
+
}
|
25176
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25177
|
+
background-color: highlight;
|
25178
|
+
}
|
25179
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25180
|
+
background-color: highlight;
|
25181
|
+
}
|
25182
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25183
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25184
|
+
color: highlight;
|
25185
|
+
}
|
25186
|
+
.v-switch.v-switch--inset .v-switch__track {
|
25187
|
+
border-width: 2px;
|
25188
|
+
}
|
25189
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25190
|
+
background-color: highlighttext;
|
25191
|
+
color: highlighttext;
|
25192
|
+
}
|
25193
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25194
|
+
background-color: graytext;
|
25195
|
+
}
|
25196
|
+
.v-switch.v-input--disabled .v-switch__track,
|
25197
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25198
|
+
color: graytext;
|
25199
|
+
}
|
25200
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
25201
|
+
background-color: canvas;
|
25202
|
+
}
|
25203
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25204
|
+
border-width: 0;
|
25205
|
+
}
|
25216
25206
|
}.v-table {
|
25217
25207
|
font-size: 0.875rem;
|
25218
25208
|
transition-duration: 0.28s;
|
@@ -25355,74 +25345,10 @@ html.v-overlay-scroll-blocked {
|
|
25355
25345
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25356
25346
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25357
25347
|
border-top: 0px !important;
|
25358
|
-
}
|
25359
|
-
|
25360
|
-
color:
|
25361
|
-
|
25362
|
-
flex: 1;
|
25363
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25364
|
-
min-width: 0;
|
25365
|
-
}
|
25366
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25367
|
-
outline: none;
|
25368
|
-
}
|
25369
|
-
.v-text-field input:invalid {
|
25370
|
-
box-shadow: none;
|
25371
|
-
}
|
25372
|
-
.v-text-field .v-field {
|
25373
|
-
cursor: text;
|
25374
|
-
}
|
25375
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
25376
|
-
--v-field-padding-start: 6px;
|
25377
|
-
}
|
25378
|
-
|
25379
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
25380
|
-
--v-field-padding-end: 0;
|
25381
|
-
}
|
25382
|
-
|
25383
|
-
.v-text-field .v-input__details {
|
25384
|
-
padding-inline: 16px;
|
25385
|
-
}
|
25386
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
25387
|
-
padding-inline: 0;
|
25388
|
-
}
|
25389
|
-
|
25390
|
-
.v-text-field .v-field--no-label input,
|
25391
|
-
.v-text-field .v-field--active input {
|
25392
|
-
opacity: 1;
|
25393
|
-
}
|
25394
|
-
.v-text-field .v-field--single-line input {
|
25395
|
-
transition: none;
|
25396
|
-
}
|
25397
|
-
|
25398
|
-
/* endregion */
|
25399
|
-
/* region ELEMENTS */
|
25400
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25401
|
-
align-items: center;
|
25402
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25403
|
-
cursor: default;
|
25404
|
-
display: flex;
|
25405
|
-
opacity: 0;
|
25406
|
-
transition: inherit;
|
25407
|
-
white-space: nowrap;
|
25408
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25409
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25410
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25411
|
-
}
|
25412
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25413
|
-
opacity: 1;
|
25414
|
-
}
|
25415
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25416
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25417
|
-
}
|
25418
|
-
.v-text-field__prefix {
|
25419
|
-
padding-inline-start: var(--v-field-padding-start);
|
25420
|
-
}
|
25421
|
-
.v-text-field__suffix {
|
25422
|
-
padding-inline-end: var(--v-field-padding-end);
|
25423
|
-
}
|
25424
|
-
|
25425
|
-
/* endregion */.v-tab.v-tab.v-btn {
|
25348
|
+
}.v-theme-provider {
|
25349
|
+
background: rgb(var(--v-theme-background));
|
25350
|
+
color: rgb(var(--v-theme-on-background));
|
25351
|
+
}.v-tab.v-tab.v-btn {
|
25426
25352
|
height: var(--v-tabs-height);
|
25427
25353
|
border-radius: 0;
|
25428
25354
|
min-width: 90px;
|
@@ -25517,45 +25443,6 @@ html.v-overlay-scroll-blocked {
|
|
25517
25443
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25518
25444
|
margin-inline-end: 52px;
|
25519
25445
|
}
|
25520
|
-
}.v-textarea .v-field {
|
25521
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25522
|
-
}
|
25523
|
-
.v-textarea .v-field__field {
|
25524
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25525
|
-
}
|
25526
|
-
.v-textarea .v-field__input {
|
25527
|
-
flex: 1 1 auto;
|
25528
|
-
outline: none;
|
25529
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25530
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25531
|
-
}
|
25532
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25533
|
-
visibility: hidden;
|
25534
|
-
position: absolute;
|
25535
|
-
top: 0;
|
25536
|
-
left: 0;
|
25537
|
-
height: 0 !important;
|
25538
|
-
min-height: 0 !important;
|
25539
|
-
pointer-events: none;
|
25540
|
-
}
|
25541
|
-
.v-textarea--no-resize .v-field__input {
|
25542
|
-
resize: none;
|
25543
|
-
}
|
25544
|
-
.v-textarea .v-field--no-label textarea,
|
25545
|
-
.v-textarea .v-field--active textarea {
|
25546
|
-
opacity: 1;
|
25547
|
-
}
|
25548
|
-
.v-textarea textarea {
|
25549
|
-
opacity: 0;
|
25550
|
-
flex: 1;
|
25551
|
-
min-width: 0;
|
25552
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25553
|
-
}
|
25554
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25555
|
-
outline: none;
|
25556
|
-
}
|
25557
|
-
.v-textarea textarea:invalid {
|
25558
|
-
box-shadow: none;
|
25559
25446
|
}.v-timeline .v-timeline-divider__dot {
|
25560
25447
|
background: rgb(var(--v-theme-surface-light));
|
25561
25448
|
}
|
@@ -25974,9 +25861,6 @@ html.v-overlay-scroll-blocked {
|
|
25974
25861
|
|
25975
25862
|
.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 {
|
25976
25863
|
padding-inline-end: 0;
|
25977
|
-
}.v-theme-provider {
|
25978
|
-
background: rgb(var(--v-theme-background));
|
25979
|
-
color: rgb(var(--v-theme-on-background));
|
25980
25864
|
}.v-toolbar {
|
25981
25865
|
align-items: flex-start;
|
25982
25866
|
display: flex;
|
@@ -26142,6 +26026,15 @@ html.v-overlay-scroll-blocked {
|
|
26142
26026
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26143
26027
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26144
26028
|
transition-duration: 75ms;
|
26029
|
+
}.v-virtual-scroll {
|
26030
|
+
display: block;
|
26031
|
+
flex: 1 1 auto;
|
26032
|
+
max-width: 100%;
|
26033
|
+
overflow: auto;
|
26034
|
+
position: relative;
|
26035
|
+
}
|
26036
|
+
.v-virtual-scroll__container {
|
26037
|
+
display: block;
|
26145
26038
|
}.v-window {
|
26146
26039
|
overflow: hidden;
|
26147
26040
|
}
|
@@ -26212,31 +26105,138 @@ html.v-overlay-scroll-blocked {
|
|
26212
26105
|
}
|
26213
26106
|
.v-window-y-reverse-transition-leave-to {
|
26214
26107
|
transform: translateY(100%);
|
26215
|
-
}.v-
|
26216
|
-
|
26108
|
+
}.v-textarea .v-field {
|
26109
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
26110
|
+
}
|
26111
|
+
.v-textarea .v-field__field {
|
26112
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
26113
|
+
}
|
26114
|
+
.v-textarea .v-field__input {
|
26217
26115
|
flex: 1 1 auto;
|
26116
|
+
outline: none;
|
26117
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
26118
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
26119
|
+
}
|
26120
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
26121
|
+
visibility: hidden;
|
26122
|
+
position: absolute;
|
26123
|
+
top: 0;
|
26124
|
+
left: 0;
|
26125
|
+
height: 0 !important;
|
26126
|
+
min-height: 0 !important;
|
26127
|
+
pointer-events: none;
|
26128
|
+
}
|
26129
|
+
.v-textarea--no-resize .v-field__input {
|
26130
|
+
resize: none;
|
26131
|
+
}
|
26132
|
+
.v-textarea .v-field--no-label textarea,
|
26133
|
+
.v-textarea .v-field--active textarea {
|
26134
|
+
opacity: 1;
|
26135
|
+
}
|
26136
|
+
.v-textarea textarea {
|
26137
|
+
opacity: 0;
|
26138
|
+
flex: 1;
|
26139
|
+
min-width: 0;
|
26140
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26141
|
+
}
|
26142
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
26143
|
+
outline: none;
|
26144
|
+
}
|
26145
|
+
.v-textarea textarea:invalid {
|
26146
|
+
box-shadow: none;
|
26147
|
+
}.v-chip-group {
|
26148
|
+
display: flex;
|
26218
26149
|
max-width: 100%;
|
26219
|
-
|
26220
|
-
|
26150
|
+
min-width: 0;
|
26151
|
+
overflow-x: auto;
|
26152
|
+
padding: 4px 0;
|
26221
26153
|
}
|
26222
|
-
.v-
|
26223
|
-
|
26224
|
-
}
|
26154
|
+
.v-chip-group .v-chip {
|
26155
|
+
margin: 4px 8px 4px 0;
|
26156
|
+
}
|
26157
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
26158
|
+
opacity: var(--v-activated-opacity);
|
26159
|
+
}
|
26160
|
+
|
26161
|
+
.v-chip-group--column .v-slide-group__content {
|
26162
|
+
white-space: normal;
|
26163
|
+
flex-wrap: wrap;
|
26164
|
+
max-width: 100%;
|
26165
|
+
}.v-bottom-navigation {
|
26166
|
+
display: flex;
|
26167
|
+
max-width: 100%;
|
26168
|
+
overflow: hidden;
|
26169
|
+
position: absolute;
|
26170
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
26171
|
+
}
|
26172
|
+
.v-bottom-navigation {
|
26173
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26174
|
+
border-style: solid;
|
26175
|
+
border-width: 0;
|
26176
|
+
}
|
26177
|
+
.v-bottom-navigation--border {
|
26178
|
+
border-width: thin;
|
26179
|
+
box-shadow: none;
|
26180
|
+
}
|
26181
|
+
.v-bottom-navigation {
|
26182
|
+
border-radius: 0;
|
26183
|
+
}
|
26184
|
+
.v-bottom-navigation {
|
26185
|
+
background: rgb(var(--v-theme-surface));
|
26186
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
26187
|
+
}
|
26188
|
+
.v-bottom-navigation--active {
|
26189
|
+
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));
|
26190
|
+
}
|
26191
|
+
|
26192
|
+
.v-bottom-navigation__content {
|
26193
|
+
display: flex;
|
26194
|
+
flex: none;
|
26195
|
+
font-size: 0.75rem;
|
26196
|
+
justify-content: center;
|
26197
|
+
transition: inherit;
|
26198
|
+
width: 100%;
|
26199
|
+
}
|
26200
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
26201
|
+
font-size: inherit;
|
26202
|
+
height: 100%;
|
26203
|
+
max-width: 168px;
|
26204
|
+
min-width: 80px;
|
26205
|
+
text-transform: none;
|
26206
|
+
transition: inherit;
|
26207
|
+
width: auto;
|
26208
|
+
}
|
26209
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
26210
|
+
border-radius: 0;
|
26211
|
+
}
|
26212
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
26213
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
26214
|
+
transition: inherit;
|
26215
|
+
}
|
26216
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
26217
|
+
font-size: 1.5rem;
|
26218
|
+
}
|
26219
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
26220
|
+
flex-grow: 1;
|
26221
|
+
}
|
26222
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
26223
|
+
transition: inherit;
|
26224
|
+
opacity: 0;
|
26225
|
+
}
|
26226
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
26227
|
+
transform: translateY(0.5rem);
|
26228
|
+
}.v-app-bar {
|
26225
26229
|
display: flex;
|
26226
|
-
background: rgb(var(--v-theme-background));
|
26227
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
26228
26230
|
}
|
26229
|
-
|
26230
|
-
|
26231
|
-
-
|
26232
|
-
|
26233
|
-
|
26234
|
-
|
26235
|
-
|
26236
|
-
|
26237
|
-
|
26238
|
-
min-height: 100dvh;
|
26239
|
-
position: relative;
|
26231
|
+
.v-app-bar.v-toolbar {
|
26232
|
+
background: rgb(var(--v-theme-surface));
|
26233
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
26234
|
+
}
|
26235
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
26236
|
+
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));
|
26237
|
+
}
|
26238
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
26239
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
26240
26240
|
}.v-color-picker-canvas {
|
26241
26241
|
display: flex;
|
26242
26242
|
position: relative;
|
@@ -26259,6 +26259,76 @@ html.v-overlay-scroll-blocked {
|
|
26259
26259
|
}
|
26260
26260
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26261
26261
|
will-change: transform;
|
26262
|
+
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26263
|
+
background-color: transparent !important;
|
26264
|
+
}
|
26265
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
26266
|
+
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
26267
|
+
}
|
26268
|
+
|
26269
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
26270
|
+
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
26271
|
+
}
|
26272
|
+
|
26273
|
+
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
26274
|
+
content: "";
|
26275
|
+
z-index: -1;
|
26276
|
+
left: 0;
|
26277
|
+
top: 0;
|
26278
|
+
width: 100%;
|
26279
|
+
height: 100%;
|
26280
|
+
position: absolute;
|
26281
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26282
|
+
border-radius: inherit;
|
26283
|
+
}
|
26284
|
+
|
26285
|
+
.v-color-picker-preview__sliders {
|
26286
|
+
display: flex;
|
26287
|
+
flex: 1 0 auto;
|
26288
|
+
flex-direction: column;
|
26289
|
+
padding-inline-end: 16px;
|
26290
|
+
}
|
26291
|
+
|
26292
|
+
.v-color-picker-preview__dot {
|
26293
|
+
position: relative;
|
26294
|
+
height: 30px;
|
26295
|
+
width: 30px;
|
26296
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26297
|
+
border-radius: 50%;
|
26298
|
+
overflow: hidden;
|
26299
|
+
margin-inline-end: 24px;
|
26300
|
+
}
|
26301
|
+
.v-color-picker-preview__dot > div {
|
26302
|
+
width: 100%;
|
26303
|
+
height: 100%;
|
26304
|
+
}
|
26305
|
+
|
26306
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
26307
|
+
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
26308
|
+
}
|
26309
|
+
|
26310
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
26311
|
+
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
26312
|
+
}
|
26313
|
+
|
26314
|
+
.v-color-picker-preview__track {
|
26315
|
+
position: relative;
|
26316
|
+
width: 100%;
|
26317
|
+
margin: 0 !important;
|
26318
|
+
}
|
26319
|
+
.v-color-picker-preview__track .v-slider-track__fill {
|
26320
|
+
display: none;
|
26321
|
+
}
|
26322
|
+
|
26323
|
+
.v-color-picker-preview {
|
26324
|
+
align-items: center;
|
26325
|
+
display: flex;
|
26326
|
+
margin-bottom: 0;
|
26327
|
+
}
|
26328
|
+
|
26329
|
+
.v-color-picker-preview__eye-dropper {
|
26330
|
+
position: relative;
|
26331
|
+
margin-right: 12px;
|
26262
26332
|
}.v-color-picker-edit {
|
26263
26333
|
display: flex;
|
26264
26334
|
margin-top: 24px;
|
@@ -26322,133 +26392,222 @@ html.v-overlay-scroll-blocked {
|
|
26322
26392
|
justify-content: center;
|
26323
26393
|
width: 100%;
|
26324
26394
|
height: 100%;
|
26325
|
-
}.v-
|
26326
|
-
|
26395
|
+
}.v-picker.v-sheet {
|
26396
|
+
display: grid;
|
26397
|
+
grid-auto-rows: min-content;
|
26398
|
+
grid-template-areas: "title" "header" "body";
|
26399
|
+
overflow: hidden;
|
26327
26400
|
}
|
26328
|
-
.v-
|
26329
|
-
|
26401
|
+
.v-picker.v-sheet {
|
26402
|
+
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));
|
26403
|
+
}
|
26404
|
+
.v-picker.v-sheet {
|
26405
|
+
border-radius: 4px;
|
26406
|
+
}
|
26407
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
26408
|
+
grid-template-areas: "title" "header" "body" "actions";
|
26330
26409
|
}
|
26331
26410
|
|
26332
|
-
.v-
|
26333
|
-
|
26411
|
+
.v-picker__body {
|
26412
|
+
grid-area: body;
|
26413
|
+
overflow: hidden;
|
26414
|
+
position: relative;
|
26334
26415
|
}
|
26335
26416
|
|
26336
|
-
.v-
|
26337
|
-
|
26338
|
-
z-index: -1;
|
26339
|
-
left: 0;
|
26340
|
-
top: 0;
|
26341
|
-
width: 100%;
|
26342
|
-
height: 100%;
|
26343
|
-
position: absolute;
|
26344
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26345
|
-
border-radius: inherit;
|
26417
|
+
.v-picker__header {
|
26418
|
+
grid-area: header;
|
26346
26419
|
}
|
26347
26420
|
|
26348
|
-
.v-
|
26421
|
+
.v-picker__actions {
|
26422
|
+
grid-area: actions;
|
26423
|
+
padding: 0 12px 12px;
|
26349
26424
|
display: flex;
|
26350
|
-
|
26351
|
-
|
26352
|
-
|
26425
|
+
align-items: center;
|
26426
|
+
justify-content: flex-end;
|
26427
|
+
}
|
26428
|
+
.v-picker__actions .v-btn {
|
26429
|
+
min-width: 48px;
|
26430
|
+
}
|
26431
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
26432
|
+
margin-inline-end: 8px;
|
26353
26433
|
}
|
26354
26434
|
|
26355
|
-
.v-
|
26356
|
-
|
26357
|
-
height: 30px;
|
26358
|
-
width: 30px;
|
26359
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26360
|
-
border-radius: 50%;
|
26361
|
-
overflow: hidden;
|
26362
|
-
margin-inline-end: 24px;
|
26435
|
+
.v-picker--landscape {
|
26436
|
+
grid-template-areas: "title" "header body" "header body";
|
26363
26437
|
}
|
26364
|
-
|
26365
|
-
|
26366
|
-
|
26438
|
+
|
26439
|
+
.v-picker--landscape.v-picker--with-actions {
|
26440
|
+
grid-template-areas: "title" "header body" "header actions";
|
26367
26441
|
}
|
26368
26442
|
|
26369
|
-
.v-
|
26370
|
-
|
26443
|
+
.v-picker-title {
|
26444
|
+
text-transform: uppercase;
|
26445
|
+
font-size: 0.75rem;
|
26446
|
+
grid-area: title;
|
26447
|
+
padding-inline: 24px 12px;
|
26448
|
+
padding-top: 16px;
|
26449
|
+
padding-bottom: 16px;
|
26450
|
+
font-weight: 400;
|
26451
|
+
letter-spacing: 0.1666666667em;
|
26452
|
+
}.v-slider-thumb {
|
26453
|
+
touch-action: none;
|
26454
|
+
color: rgb(var(--v-theme-surface-variant));
|
26455
|
+
}
|
26456
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
26457
|
+
color: inherit;
|
26371
26458
|
}
|
26372
26459
|
|
26373
|
-
.v-
|
26374
|
-
background:
|
26460
|
+
.v-slider-thumb__label {
|
26461
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
26462
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26463
|
+
}
|
26464
|
+
.v-slider-thumb__label::before {
|
26465
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
26375
26466
|
}
|
26376
26467
|
|
26377
|
-
.v-
|
26378
|
-
|
26468
|
+
.v-slider-thumb {
|
26469
|
+
outline: none;
|
26470
|
+
position: absolute;
|
26471
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26472
|
+
}
|
26473
|
+
|
26474
|
+
.v-slider-thumb__surface {
|
26475
|
+
cursor: pointer;
|
26476
|
+
width: var(--v-slider-thumb-size);
|
26477
|
+
height: var(--v-slider-thumb-size);
|
26478
|
+
border-radius: 50%;
|
26479
|
+
-webkit-user-select: none;
|
26480
|
+
user-select: none;
|
26481
|
+
background-color: currentColor;
|
26482
|
+
}
|
26483
|
+
@media (forced-colors: active) {
|
26484
|
+
.v-slider-thumb__surface {
|
26485
|
+
background-color: highlight;
|
26486
|
+
}
|
26487
|
+
}
|
26488
|
+
.v-slider-thumb__surface::before {
|
26489
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
26490
|
+
content: "";
|
26491
|
+
color: inherit;
|
26492
|
+
top: 0;
|
26493
|
+
left: 0;
|
26379
26494
|
width: 100%;
|
26380
|
-
|
26495
|
+
height: 100%;
|
26496
|
+
border-radius: 50%;
|
26497
|
+
background: currentColor;
|
26498
|
+
position: absolute;
|
26499
|
+
pointer-events: none;
|
26500
|
+
opacity: 0;
|
26381
26501
|
}
|
26382
|
-
.v-
|
26383
|
-
|
26502
|
+
.v-slider-thumb__surface::after {
|
26503
|
+
content: "";
|
26504
|
+
width: 42px;
|
26505
|
+
height: 42px;
|
26506
|
+
position: absolute;
|
26507
|
+
top: 50%;
|
26508
|
+
left: 50%;
|
26509
|
+
transform: translate(-50%, -50%);
|
26384
26510
|
}
|
26385
26511
|
|
26386
|
-
.v-
|
26387
|
-
|
26512
|
+
.v-slider-thumb__label-container {
|
26513
|
+
position: absolute;
|
26514
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26515
|
+
}
|
26516
|
+
|
26517
|
+
.v-slider-thumb__label {
|
26388
26518
|
display: flex;
|
26389
|
-
|
26519
|
+
align-items: center;
|
26520
|
+
justify-content: center;
|
26521
|
+
font-size: 0.75rem;
|
26522
|
+
min-width: 35px;
|
26523
|
+
height: 25px;
|
26524
|
+
border-radius: 4px;
|
26525
|
+
padding: 6px;
|
26526
|
+
position: absolute;
|
26527
|
+
-webkit-user-select: none;
|
26528
|
+
user-select: none;
|
26529
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26530
|
+
}
|
26531
|
+
.v-slider-thumb__label::before {
|
26532
|
+
content: "";
|
26533
|
+
width: 0;
|
26534
|
+
height: 0;
|
26535
|
+
position: absolute;
|
26536
|
+
}
|
26537
|
+
|
26538
|
+
.v-slider-thumb__ripple {
|
26539
|
+
position: absolute;
|
26540
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
26541
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
26542
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
26543
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
26544
|
+
background: inherit;
|
26390
26545
|
}
|
26391
26546
|
|
26392
|
-
.v-
|
26393
|
-
|
26394
|
-
|
26395
|
-
|
26396
|
-
display: grid;
|
26397
|
-
grid-auto-rows: min-content;
|
26398
|
-
grid-template-areas: "title" "header" "body";
|
26399
|
-
overflow: hidden;
|
26547
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
26548
|
+
top: 50%;
|
26549
|
+
transform: translateY(-50%);
|
26550
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26400
26551
|
}
|
26401
|
-
.v-
|
26402
|
-
|
26552
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
26553
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
26554
|
+
top: 0;
|
26403
26555
|
}
|
26404
|
-
.v-
|
26405
|
-
|
26556
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
26557
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
26406
26558
|
}
|
26407
|
-
.v-
|
26408
|
-
|
26559
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26560
|
+
transform: translateX(-50%);
|
26409
26561
|
}
|
26410
26562
|
|
26411
|
-
.v-
|
26412
|
-
|
26413
|
-
overflow: hidden;
|
26414
|
-
position: relative;
|
26563
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26564
|
+
transform: translateX(50%);
|
26415
26565
|
}
|
26416
26566
|
|
26417
|
-
.v-
|
26418
|
-
|
26567
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
26568
|
+
border-left: 6px solid transparent;
|
26569
|
+
border-right: 6px solid transparent;
|
26570
|
+
border-top: 6px solid currentColor;
|
26571
|
+
bottom: -6px;
|
26419
26572
|
}
|
26420
26573
|
|
26421
|
-
.v-
|
26422
|
-
|
26423
|
-
padding: 0 12px 12px;
|
26424
|
-
display: flex;
|
26425
|
-
align-items: center;
|
26426
|
-
justify-content: flex-end;
|
26574
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
26575
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26427
26576
|
}
|
26428
|
-
.v-
|
26429
|
-
|
26577
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
26578
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
26579
|
+
right: 0;
|
26430
26580
|
}
|
26431
|
-
.v-
|
26432
|
-
|
26581
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
26582
|
+
top: -12.5px;
|
26583
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
26584
|
+
}
|
26585
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
26586
|
+
border-right: 6px solid currentColor;
|
26587
|
+
border-top: 6px solid transparent;
|
26588
|
+
border-bottom: 6px solid transparent;
|
26589
|
+
left: -6px;
|
26433
26590
|
}
|
26434
26591
|
|
26435
|
-
.v-
|
26436
|
-
|
26592
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
26593
|
+
transform: scale(2);
|
26594
|
+
opacity: var(--v-focus-opacity);
|
26437
26595
|
}
|
26438
26596
|
|
26439
|
-
.v-
|
26440
|
-
|
26597
|
+
.v-slider-thumb--pressed {
|
26598
|
+
transition: none;
|
26599
|
+
}
|
26600
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26601
|
+
opacity: var(--v-pressed-opacity);
|
26441
26602
|
}
|
26442
26603
|
|
26443
|
-
|
26444
|
-
|
26445
|
-
|
26446
|
-
|
26447
|
-
|
26448
|
-
|
26449
|
-
|
26450
|
-
font-weight: 400;
|
26451
|
-
letter-spacing: 0.1666666667em;
|
26604
|
+
@media (hover: hover) {
|
26605
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
26606
|
+
transform: scale(2);
|
26607
|
+
}
|
26608
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26609
|
+
opacity: var(--v-hover-opacity);
|
26610
|
+
}
|
26452
26611
|
}.v-slider-track__background {
|
26453
26612
|
background-color: rgb(var(--v-theme-surface-variant));
|
26454
26613
|
}
|
@@ -26627,163 +26786,4 @@ html.v-overlay-scroll-blocked {
|
|
26627
26786
|
|
26628
26787
|
.v-slider-track__background--opacity {
|
26629
26788
|
opacity: 0.38;
|
26630
|
-
}.v-slider-thumb {
|
26631
|
-
touch-action: none;
|
26632
|
-
color: rgb(var(--v-theme-surface-variant));
|
26633
|
-
}
|
26634
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
26635
|
-
color: inherit;
|
26636
|
-
}
|
26637
|
-
|
26638
|
-
.v-slider-thumb__label {
|
26639
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
26640
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26641
|
-
}
|
26642
|
-
.v-slider-thumb__label::before {
|
26643
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
26644
|
-
}
|
26645
|
-
|
26646
|
-
.v-slider-thumb {
|
26647
|
-
outline: none;
|
26648
|
-
position: absolute;
|
26649
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26650
|
-
}
|
26651
|
-
|
26652
|
-
.v-slider-thumb__surface {
|
26653
|
-
cursor: pointer;
|
26654
|
-
width: var(--v-slider-thumb-size);
|
26655
|
-
height: var(--v-slider-thumb-size);
|
26656
|
-
border-radius: 50%;
|
26657
|
-
-webkit-user-select: none;
|
26658
|
-
user-select: none;
|
26659
|
-
background-color: currentColor;
|
26660
|
-
}
|
26661
|
-
@media (forced-colors: active) {
|
26662
|
-
.v-slider-thumb__surface {
|
26663
|
-
background-color: highlight;
|
26664
|
-
}
|
26665
|
-
}
|
26666
|
-
.v-slider-thumb__surface::before {
|
26667
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
26668
|
-
content: "";
|
26669
|
-
color: inherit;
|
26670
|
-
top: 0;
|
26671
|
-
left: 0;
|
26672
|
-
width: 100%;
|
26673
|
-
height: 100%;
|
26674
|
-
border-radius: 50%;
|
26675
|
-
background: currentColor;
|
26676
|
-
position: absolute;
|
26677
|
-
pointer-events: none;
|
26678
|
-
opacity: 0;
|
26679
|
-
}
|
26680
|
-
.v-slider-thumb__surface::after {
|
26681
|
-
content: "";
|
26682
|
-
width: 42px;
|
26683
|
-
height: 42px;
|
26684
|
-
position: absolute;
|
26685
|
-
top: 50%;
|
26686
|
-
left: 50%;
|
26687
|
-
transform: translate(-50%, -50%);
|
26688
|
-
}
|
26689
|
-
|
26690
|
-
.v-slider-thumb__label-container {
|
26691
|
-
position: absolute;
|
26692
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26693
|
-
}
|
26694
|
-
|
26695
|
-
.v-slider-thumb__label {
|
26696
|
-
display: flex;
|
26697
|
-
align-items: center;
|
26698
|
-
justify-content: center;
|
26699
|
-
font-size: 0.75rem;
|
26700
|
-
min-width: 35px;
|
26701
|
-
height: 25px;
|
26702
|
-
border-radius: 4px;
|
26703
|
-
padding: 6px;
|
26704
|
-
position: absolute;
|
26705
|
-
-webkit-user-select: none;
|
26706
|
-
user-select: none;
|
26707
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26708
|
-
}
|
26709
|
-
.v-slider-thumb__label::before {
|
26710
|
-
content: "";
|
26711
|
-
width: 0;
|
26712
|
-
height: 0;
|
26713
|
-
position: absolute;
|
26714
|
-
}
|
26715
|
-
|
26716
|
-
.v-slider-thumb__ripple {
|
26717
|
-
position: absolute;
|
26718
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
26719
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
26720
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
26721
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
26722
|
-
background: inherit;
|
26723
|
-
}
|
26724
|
-
|
26725
|
-
.v-slider.v-input--horizontal .v-slider-thumb {
|
26726
|
-
top: 50%;
|
26727
|
-
transform: translateY(-50%);
|
26728
|
-
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26729
|
-
}
|
26730
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
26731
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
26732
|
-
top: 0;
|
26733
|
-
}
|
26734
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
26735
|
-
bottom: calc(var(--v-slider-thumb-size) / 2);
|
26736
|
-
}
|
26737
|
-
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26738
|
-
transform: translateX(-50%);
|
26739
|
-
}
|
26740
|
-
|
26741
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26742
|
-
transform: translateX(50%);
|
26743
|
-
}
|
26744
|
-
|
26745
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
26746
|
-
border-left: 6px solid transparent;
|
26747
|
-
border-right: 6px solid transparent;
|
26748
|
-
border-top: 6px solid currentColor;
|
26749
|
-
bottom: -6px;
|
26750
|
-
}
|
26751
|
-
|
26752
|
-
.v-slider.v-input--vertical .v-slider-thumb {
|
26753
|
-
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26754
|
-
}
|
26755
|
-
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
26756
|
-
top: calc(var(--v-slider-thumb-size) / 2);
|
26757
|
-
right: 0;
|
26758
|
-
}
|
26759
|
-
.v-slider.v-input--vertical .v-slider-thumb__label {
|
26760
|
-
top: -12.5px;
|
26761
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
26762
|
-
}
|
26763
|
-
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
26764
|
-
border-right: 6px solid currentColor;
|
26765
|
-
border-top: 6px solid transparent;
|
26766
|
-
border-bottom: 6px solid transparent;
|
26767
|
-
left: -6px;
|
26768
|
-
}
|
26769
|
-
|
26770
|
-
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
26771
|
-
transform: scale(2);
|
26772
|
-
opacity: var(--v-focus-opacity);
|
26773
|
-
}
|
26774
|
-
|
26775
|
-
.v-slider-thumb--pressed {
|
26776
|
-
transition: none;
|
26777
|
-
}
|
26778
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26779
|
-
opacity: var(--v-pressed-opacity);
|
26780
|
-
}
|
26781
|
-
|
26782
|
-
@media (hover: hover) {
|
26783
|
-
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
26784
|
-
transform: scale(2);
|
26785
|
-
}
|
26786
|
-
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26787
|
-
opacity: var(--v-hover-opacity);
|
26788
|
-
}
|
26789
26789
|
}
|