vuetify 3.9.5 → 3.9.7
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 +3244 -3236
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6419 -6311
- package/dist/vuetify-labs.cjs +183 -127
- package/dist/vuetify-labs.css +3841 -3706
- package/dist/vuetify-labs.d.ts +173 -75
- package/dist/vuetify-labs.esm.js +183 -127
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +183 -127
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +78 -44
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2171 -2039
- package/dist/vuetify.d.ts +70 -70
- package/dist/vuetify.esm.js +78 -44
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +78 -44
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -60
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +12 -0
- package/lib/components/VAlert/VAlert.sass +13 -0
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -2
- package/lib/components/VBtn/VBtn.css +10 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VCard/VCard.css +11 -0
- package/lib/components/VCard/VCard.sass +9 -0
- package/lib/components/VChip/VChip.css +6 -0
- package/lib/components/VChip/VChip.sass +5 -0
- package/lib/components/VChipGroup/VChipGroup.css +25 -0
- package/lib/components/VChipGroup/VChipGroup.sass +23 -0
- package/lib/components/VCombobox/VCombobox.css +2 -1
- package/lib/components/VCombobox/VCombobox.sass +3 -2
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +18 -8
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +4 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VListItem.css +30 -0
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.sass +29 -0
- package/lib/components/VNumberInput/VNumberInput.js +6 -6
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +9 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js +5 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -3
- package/lib/components/VSelect/VSelect.css +5 -1
- package/lib/components/VSelect/VSelect.sass +6 -2
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +5 -0
- package/lib/components/VSnackbar/VSnackbar.sass +3 -0
- package/lib/components/VSparkline/VBarline.js +2 -2
- package/lib/components/VSparkline/VBarline.js.map +1 -1
- package/lib/components/VSparkline/VTrendline.js +3 -0
- package/lib/components/VSparkline/VTrendline.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -2
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +22 -0
- package/lib/components/VTimeline/VTimeline.sass +12 -0
- package/lib/components/VTreeview/VTreeviewItem.css +13 -8
- package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -9
- package/lib/components/VTreeview/VTreeviewItem.sass +12 -8
- package/lib/composables/filter.js +3 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +1 -1
- package/lib/composables/nested/nested.js +5 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/rounded.js +3 -3
- package/lib/composables/rounded.js.map +1 -1
- package/lib/directives/touch/index.js +2 -2
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +78 -3
- package/lib/labs/VDateInput/VDateInput.js +3 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VPie/VPie.css +3 -0
- package/lib/labs/VPie/VPie.js +71 -29
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +3 -0
- package/lib/labs/VPie/VPieSegment.d.ts +25 -2
- package/lib/labs/VPie/VPieSegment.js +11 -6
- package/lib/labs/VPie/VPieSegment.js.map +1 -1
- package/lib/labs/VPie/VPieTooltip.d.ts +10 -0
- package/lib/labs/VPie/VPieTooltip.js +4 -22
- package/lib/labs/VPie/VPieTooltip.js.map +1 -1
- package/lib/labs/VPie/types.d.ts +1 -0
- package/lib/labs/VPie/types.js.map +1 -1
- package/lib/labs/VVideo/VVideo.css +4 -4
- package/lib/labs/VVideo/VVideo.js +24 -33
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +4 -4
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.9.
|
|
2
|
+
* Vuetify v3.9.7
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18020,34 +18020,6 @@ html.overflow-y-hidden {
|
|
|
18020
18020
|
.v-ripple__animation--out {
|
|
18021
18021
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
18022
18022
|
opacity: 0;
|
|
18023
|
-
}.v-application {
|
|
18024
|
-
display: flex;
|
|
18025
|
-
background: rgb(var(--v-theme-background));
|
|
18026
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
18027
|
-
}
|
|
18028
|
-
|
|
18029
|
-
.v-application__wrap {
|
|
18030
|
-
-webkit-backface-visibility: hidden;
|
|
18031
|
-
backface-visibility: hidden;
|
|
18032
|
-
display: flex;
|
|
18033
|
-
flex-direction: column;
|
|
18034
|
-
flex: 1 1 auto;
|
|
18035
|
-
max-width: 100%;
|
|
18036
|
-
min-height: 100vh;
|
|
18037
|
-
min-height: 100dvh;
|
|
18038
|
-
position: relative;
|
|
18039
|
-
}.v-app-bar {
|
|
18040
|
-
display: flex;
|
|
18041
|
-
}
|
|
18042
|
-
.v-app-bar.v-toolbar {
|
|
18043
|
-
background: rgb(var(--v-theme-surface));
|
|
18044
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18045
|
-
}
|
|
18046
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
18047
|
-
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));
|
|
18048
|
-
}
|
|
18049
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18050
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
18051
18023
|
}.v-alert {
|
|
18052
18024
|
display: grid;
|
|
18053
18025
|
flex: 1 1;
|
|
@@ -18276,90 +18248,18 @@ html.overflow-y-hidden {
|
|
|
18276
18248
|
text-transform: none;
|
|
18277
18249
|
word-break: normal;
|
|
18278
18250
|
word-wrap: break-word;
|
|
18279
|
-
}.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18280
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18281
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18282
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18283
|
-
top: 0px;
|
|
18284
|
-
}
|
|
18285
|
-
.v-autocomplete .v-field .v-text-field__prefix,
|
|
18286
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18287
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18288
|
-
cursor: text;
|
|
18289
|
-
}
|
|
18290
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
18291
|
-
flex: 1 1;
|
|
18292
|
-
}
|
|
18293
|
-
.v-autocomplete .v-field input {
|
|
18294
|
-
min-width: 64px;
|
|
18295
|
-
}
|
|
18296
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18297
|
-
min-width: 0;
|
|
18298
|
-
}
|
|
18299
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18300
|
-
margin-inline-end: 2px;
|
|
18301
|
-
}
|
|
18302
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
18303
|
-
overflow: hidden;
|
|
18304
|
-
text-overflow: ellipsis;
|
|
18305
|
-
white-space: nowrap;
|
|
18306
18251
|
}
|
|
18307
18252
|
|
|
18308
|
-
|
|
18309
|
-
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
|
|
18313
|
-
|
|
18314
|
-
|
|
18315
|
-
|
|
18316
|
-
|
|
18317
|
-
|
|
18318
|
-
background: rgb(var(--v-theme-surface-light));
|
|
18319
|
-
}
|
|
18320
|
-
.v-autocomplete__selection {
|
|
18321
|
-
display: inline-flex;
|
|
18322
|
-
align-items: center;
|
|
18323
|
-
height: 1.5rem;
|
|
18324
|
-
letter-spacing: inherit;
|
|
18325
|
-
line-height: inherit;
|
|
18326
|
-
max-width: calc(100% - 2px - 2px);
|
|
18327
|
-
}
|
|
18328
|
-
.v-autocomplete__selection:first-child {
|
|
18329
|
-
margin-inline-start: 0;
|
|
18330
|
-
}
|
|
18331
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18332
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
18333
|
-
}
|
|
18334
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18335
|
-
opacity: 1;
|
|
18336
|
-
}
|
|
18337
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18338
|
-
caret-color: transparent;
|
|
18339
|
-
}
|
|
18340
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18341
|
-
flex: 1 1;
|
|
18342
|
-
position: absolute;
|
|
18343
|
-
left: 0;
|
|
18344
|
-
right: 0;
|
|
18345
|
-
width: 100%;
|
|
18346
|
-
padding-inline: inherit;
|
|
18347
|
-
}
|
|
18348
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18349
|
-
transition: none;
|
|
18350
|
-
}
|
|
18351
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18352
|
-
opacity: 0;
|
|
18353
|
-
}
|
|
18354
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18355
|
-
opacity: 0;
|
|
18356
|
-
}
|
|
18357
|
-
.v-autocomplete__menu-icon {
|
|
18358
|
-
margin-inline-start: 4px;
|
|
18359
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18360
|
-
}
|
|
18361
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18362
|
-
transform: rotate(180deg);
|
|
18253
|
+
@media (forced-colors: active) {
|
|
18254
|
+
.v-alert:not(.v-alert--variant-text, .v-alert--variant-plain) {
|
|
18255
|
+
border-style: solid;
|
|
18256
|
+
}
|
|
18257
|
+
.v-alert--variant-outlined, .v-alert--variant-tonal {
|
|
18258
|
+
border-width: medium;
|
|
18259
|
+
}
|
|
18260
|
+
.v-alert--variant-elevated, .v-alert--variant-flat {
|
|
18261
|
+
border-width: thick;
|
|
18262
|
+
}
|
|
18363
18263
|
}.v-avatar {
|
|
18364
18264
|
flex: none;
|
|
18365
18265
|
align-items: center;
|
|
@@ -18466,147 +18366,91 @@ html.overflow-y-hidden {
|
|
|
18466
18366
|
.v-avatar .v-img {
|
|
18467
18367
|
height: 100%;
|
|
18468
18368
|
width: 100%;
|
|
18469
|
-
}.v-
|
|
18470
|
-
|
|
18471
|
-
|
|
18472
|
-
|
|
18473
|
-
|
|
18474
|
-
.v-badge__badge {
|
|
18475
|
-
align-items: center;
|
|
18476
|
-
display: inline-flex;
|
|
18477
|
-
border-radius: 10px;
|
|
18478
|
-
font-family: "Roboto", sans-serif;
|
|
18479
|
-
font-size: 0.75rem;
|
|
18480
|
-
font-weight: 500;
|
|
18481
|
-
height: 1.25rem;
|
|
18482
|
-
justify-content: center;
|
|
18483
|
-
min-width: 20px;
|
|
18484
|
-
padding: 4px 6px;
|
|
18485
|
-
pointer-events: auto;
|
|
18486
|
-
position: absolute;
|
|
18487
|
-
text-align: center;
|
|
18488
|
-
text-indent: 0;
|
|
18489
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18490
|
-
white-space: nowrap;
|
|
18369
|
+
}.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
18370
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
18371
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
18372
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
18373
|
+
top: 0px;
|
|
18491
18374
|
}
|
|
18492
|
-
.v-
|
|
18493
|
-
|
|
18494
|
-
|
|
18375
|
+
.v-autocomplete .v-field .v-text-field__prefix,
|
|
18376
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18377
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18378
|
+
cursor: text;
|
|
18495
18379
|
}
|
|
18496
|
-
.v-
|
|
18497
|
-
|
|
18380
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
18381
|
+
flex: 1 1;
|
|
18498
18382
|
}
|
|
18499
|
-
.v-
|
|
18500
|
-
|
|
18501
|
-
border-style: solid;
|
|
18502
|
-
border-width: 2px;
|
|
18503
|
-
bottom: 0;
|
|
18504
|
-
color: rgb(var(--v-theme-background));
|
|
18505
|
-
content: "";
|
|
18506
|
-
left: 0;
|
|
18507
|
-
position: absolute;
|
|
18508
|
-
right: 0;
|
|
18509
|
-
top: 0;
|
|
18510
|
-
transform: scale(1.05);
|
|
18383
|
+
.v-autocomplete .v-field input {
|
|
18384
|
+
min-width: 64px;
|
|
18511
18385
|
}
|
|
18512
|
-
.v-
|
|
18513
|
-
border-radius: 4.5px;
|
|
18514
|
-
height: 9px;
|
|
18386
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18515
18387
|
min-width: 0;
|
|
18516
|
-
padding: 0;
|
|
18517
|
-
width: 9px;
|
|
18518
18388
|
}
|
|
18519
|
-
.v-
|
|
18520
|
-
|
|
18389
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18390
|
+
margin-inline-end: 2px;
|
|
18521
18391
|
}
|
|
18522
|
-
.v-
|
|
18523
|
-
|
|
18524
|
-
|
|
18392
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
18393
|
+
overflow: hidden;
|
|
18394
|
+
text-overflow: ellipsis;
|
|
18395
|
+
white-space: nowrap;
|
|
18525
18396
|
}
|
|
18526
|
-
|
|
18527
|
-
|
|
18528
|
-
|
|
18529
|
-
margin: 0 -2px;
|
|
18397
|
+
|
|
18398
|
+
.v-autocomplete__content {
|
|
18399
|
+
overflow: hidden;
|
|
18530
18400
|
}
|
|
18531
|
-
.v-
|
|
18532
|
-
.v-
|
|
18533
|
-
|
|
18534
|
-
|
|
18401
|
+
.v-autocomplete__content {
|
|
18402
|
+
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));
|
|
18403
|
+
}
|
|
18404
|
+
.v-menu > .v-overlay__content.v-autocomplete__content {
|
|
18405
|
+
border-radius: 4px;
|
|
18535
18406
|
}
|
|
18536
18407
|
|
|
18537
|
-
.v-
|
|
18538
|
-
|
|
18539
|
-
position: relative;
|
|
18408
|
+
.v-autocomplete__mask {
|
|
18409
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18540
18410
|
}
|
|
18541
|
-
.v-
|
|
18542
|
-
align-items: center;
|
|
18411
|
+
.v-autocomplete__selection {
|
|
18543
18412
|
display: inline-flex;
|
|
18544
|
-
|
|
18545
|
-
|
|
18546
|
-
|
|
18547
|
-
|
|
18548
|
-
max-width: 100
|
|
18549
|
-
overflow: hidden;
|
|
18550
|
-
position: absolute;
|
|
18551
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18552
|
-
}
|
|
18553
|
-
.v-bottom-navigation {
|
|
18554
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18555
|
-
border-style: solid;
|
|
18556
|
-
border-width: 0;
|
|
18413
|
+
align-items: center;
|
|
18414
|
+
height: 1.5rem;
|
|
18415
|
+
letter-spacing: inherit;
|
|
18416
|
+
line-height: inherit;
|
|
18417
|
+
max-width: calc(100% - 2px - 2px);
|
|
18557
18418
|
}
|
|
18558
|
-
.v-
|
|
18559
|
-
|
|
18560
|
-
box-shadow: none;
|
|
18419
|
+
.v-autocomplete__selection:first-child {
|
|
18420
|
+
margin-inline-start: 0;
|
|
18561
18421
|
}
|
|
18562
|
-
.v-
|
|
18563
|
-
|
|
18422
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
18423
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
18564
18424
|
}
|
|
18565
|
-
.v-
|
|
18566
|
-
|
|
18567
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18425
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
18426
|
+
opacity: 1;
|
|
18568
18427
|
}
|
|
18569
|
-
.v-
|
|
18570
|
-
|
|
18428
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
18429
|
+
caret-color: transparent;
|
|
18571
18430
|
}
|
|
18572
|
-
|
|
18573
|
-
|
|
18574
|
-
|
|
18575
|
-
|
|
18576
|
-
|
|
18577
|
-
justify-content: center;
|
|
18578
|
-
transition: inherit;
|
|
18431
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
18432
|
+
flex: 1 1;
|
|
18433
|
+
position: absolute;
|
|
18434
|
+
left: 0;
|
|
18435
|
+
right: 0;
|
|
18579
18436
|
width: 100%;
|
|
18437
|
+
padding-inline: inherit;
|
|
18580
18438
|
}
|
|
18581
|
-
.v-
|
|
18582
|
-
|
|
18583
|
-
height: 100%;
|
|
18584
|
-
max-width: 168px;
|
|
18585
|
-
min-width: 80px;
|
|
18586
|
-
text-transform: none;
|
|
18587
|
-
transition: inherit;
|
|
18588
|
-
width: auto;
|
|
18589
|
-
}
|
|
18590
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18591
|
-
border-radius: 0;
|
|
18592
|
-
}
|
|
18593
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18594
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18595
|
-
transition: inherit;
|
|
18596
|
-
}
|
|
18597
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18598
|
-
font-size: 1.5rem;
|
|
18439
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
18440
|
+
transition: none;
|
|
18599
18441
|
}
|
|
18600
|
-
.v-
|
|
18601
|
-
|
|
18602
|
-
flex-grow: 1;
|
|
18442
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
18443
|
+
opacity: 0;
|
|
18603
18444
|
}
|
|
18604
|
-
.v-
|
|
18605
|
-
transition: inherit;
|
|
18445
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
18606
18446
|
opacity: 0;
|
|
18607
18447
|
}
|
|
18608
|
-
.v-
|
|
18609
|
-
|
|
18448
|
+
.v-autocomplete__menu-icon {
|
|
18449
|
+
margin-inline-start: 4px;
|
|
18450
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18451
|
+
}
|
|
18452
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
18453
|
+
transform: rotate(180deg);
|
|
18610
18454
|
}.v-banner {
|
|
18611
18455
|
display: grid;
|
|
18612
18456
|
flex: 1 1;
|
|
@@ -18807,6 +18651,70 @@ html.overflow-y-hidden {
|
|
|
18807
18651
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18808
18652
|
max-width: 70%;
|
|
18809
18653
|
}
|
|
18654
|
+
}.v-bottom-navigation {
|
|
18655
|
+
display: flex;
|
|
18656
|
+
max-width: 100%;
|
|
18657
|
+
overflow: hidden;
|
|
18658
|
+
position: absolute;
|
|
18659
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18660
|
+
}
|
|
18661
|
+
.v-bottom-navigation {
|
|
18662
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18663
|
+
border-style: solid;
|
|
18664
|
+
border-width: 0;
|
|
18665
|
+
}
|
|
18666
|
+
.v-bottom-navigation--border {
|
|
18667
|
+
border-width: thin;
|
|
18668
|
+
box-shadow: none;
|
|
18669
|
+
}
|
|
18670
|
+
.v-bottom-navigation {
|
|
18671
|
+
border-radius: 0;
|
|
18672
|
+
}
|
|
18673
|
+
.v-bottom-navigation {
|
|
18674
|
+
background: rgb(var(--v-theme-surface));
|
|
18675
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18676
|
+
}
|
|
18677
|
+
.v-bottom-navigation--active {
|
|
18678
|
+
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));
|
|
18679
|
+
}
|
|
18680
|
+
|
|
18681
|
+
.v-bottom-navigation__content {
|
|
18682
|
+
display: flex;
|
|
18683
|
+
flex: none;
|
|
18684
|
+
font-size: 0.75rem;
|
|
18685
|
+
justify-content: center;
|
|
18686
|
+
transition: inherit;
|
|
18687
|
+
width: 100%;
|
|
18688
|
+
}
|
|
18689
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18690
|
+
font-size: inherit;
|
|
18691
|
+
height: 100%;
|
|
18692
|
+
max-width: 168px;
|
|
18693
|
+
min-width: 80px;
|
|
18694
|
+
text-transform: none;
|
|
18695
|
+
transition: inherit;
|
|
18696
|
+
width: auto;
|
|
18697
|
+
}
|
|
18698
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18699
|
+
border-radius: 0;
|
|
18700
|
+
}
|
|
18701
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
18702
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18703
|
+
transition: inherit;
|
|
18704
|
+
}
|
|
18705
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
18706
|
+
font-size: 1.5rem;
|
|
18707
|
+
}
|
|
18708
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
18709
|
+
flex-basis: 0;
|
|
18710
|
+
flex-grow: 1;
|
|
18711
|
+
}
|
|
18712
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
18713
|
+
transition: inherit;
|
|
18714
|
+
opacity: 0;
|
|
18715
|
+
}
|
|
18716
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
18717
|
+
transform: translateY(0.5rem);
|
|
18810
18718
|
}.v-breadcrumbs {
|
|
18811
18719
|
display: flex;
|
|
18812
18720
|
align-items: center;
|
|
@@ -18864,105 +18772,270 @@ html.overflow-y-hidden {
|
|
|
18864
18772
|
display: inline-block;
|
|
18865
18773
|
padding: 0 8px;
|
|
18866
18774
|
vertical-align: middle;
|
|
18867
|
-
}.v-
|
|
18775
|
+
}.v-badge {
|
|
18776
|
+
display: inline-block;
|
|
18777
|
+
line-height: 1;
|
|
18778
|
+
}
|
|
18779
|
+
|
|
18780
|
+
.v-badge__badge {
|
|
18868
18781
|
align-items: center;
|
|
18869
|
-
|
|
18870
|
-
|
|
18871
|
-
|
|
18872
|
-
|
|
18782
|
+
display: inline-flex;
|
|
18783
|
+
border-radius: 10px;
|
|
18784
|
+
font-family: "Roboto", sans-serif;
|
|
18785
|
+
font-size: 0.75rem;
|
|
18873
18786
|
font-weight: 500;
|
|
18787
|
+
height: 1.25rem;
|
|
18874
18788
|
justify-content: center;
|
|
18875
|
-
|
|
18876
|
-
|
|
18877
|
-
|
|
18878
|
-
|
|
18879
|
-
|
|
18880
|
-
text-
|
|
18881
|
-
|
|
18882
|
-
|
|
18883
|
-
transition-property: box-shadow, transform, opacity, background;
|
|
18884
|
-
transition-duration: 0.28s;
|
|
18885
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
18886
|
-
-webkit-user-select: none;
|
|
18887
|
-
user-select: none;
|
|
18888
|
-
vertical-align: middle;
|
|
18889
|
-
flex-shrink: 0;
|
|
18789
|
+
min-width: 20px;
|
|
18790
|
+
padding: 4px 6px;
|
|
18791
|
+
pointer-events: auto;
|
|
18792
|
+
position: absolute;
|
|
18793
|
+
text-align: center;
|
|
18794
|
+
text-indent: 0;
|
|
18795
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18796
|
+
white-space: nowrap;
|
|
18890
18797
|
}
|
|
18891
|
-
.v-
|
|
18892
|
-
|
|
18798
|
+
.v-badge__badge {
|
|
18799
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18800
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18893
18801
|
}
|
|
18894
|
-
.v-
|
|
18895
|
-
|
|
18896
|
-
--v-btn-height: 20px;
|
|
18897
|
-
font-size: var(--v-btn-size);
|
|
18898
|
-
min-width: 36px;
|
|
18899
|
-
padding: 0 8px;
|
|
18802
|
+
.v-badge__badge:has(.v-icon) {
|
|
18803
|
+
padding: 4px 6px;
|
|
18900
18804
|
}
|
|
18901
|
-
|
|
18902
|
-
|
|
18903
|
-
|
|
18904
|
-
|
|
18905
|
-
|
|
18906
|
-
|
|
18907
|
-
|
|
18805
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18806
|
+
border-radius: inherit;
|
|
18807
|
+
border-style: solid;
|
|
18808
|
+
border-width: 2px;
|
|
18809
|
+
bottom: 0;
|
|
18810
|
+
color: rgb(var(--v-theme-background));
|
|
18811
|
+
content: "";
|
|
18812
|
+
left: 0;
|
|
18813
|
+
position: absolute;
|
|
18814
|
+
right: 0;
|
|
18815
|
+
top: 0;
|
|
18816
|
+
transform: scale(1.05);
|
|
18908
18817
|
}
|
|
18909
|
-
|
|
18910
|
-
|
|
18911
|
-
|
|
18912
|
-
|
|
18913
|
-
|
|
18914
|
-
|
|
18915
|
-
padding: 0 16px;
|
|
18818
|
+
.v-badge--dot .v-badge__badge {
|
|
18819
|
+
border-radius: 4.5px;
|
|
18820
|
+
height: 9px;
|
|
18821
|
+
min-width: 0;
|
|
18822
|
+
padding: 0;
|
|
18823
|
+
width: 9px;
|
|
18916
18824
|
}
|
|
18917
|
-
|
|
18918
|
-
|
|
18919
|
-
--v-btn-size: 1rem;
|
|
18920
|
-
--v-btn-height: 44px;
|
|
18921
|
-
font-size: var(--v-btn-size);
|
|
18922
|
-
min-width: 78px;
|
|
18923
|
-
padding: 0 20px;
|
|
18825
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18826
|
+
border-width: 1.5px;
|
|
18924
18827
|
}
|
|
18925
|
-
|
|
18926
|
-
|
|
18927
|
-
|
|
18928
|
-
--v-btn-height: 52px;
|
|
18929
|
-
font-size: var(--v-btn-size);
|
|
18930
|
-
min-width: 92px;
|
|
18931
|
-
padding: 0 24px;
|
|
18828
|
+
.v-badge--inline .v-badge__badge {
|
|
18829
|
+
position: relative;
|
|
18830
|
+
vertical-align: middle;
|
|
18932
18831
|
}
|
|
18933
|
-
|
|
18934
|
-
|
|
18935
|
-
|
|
18832
|
+
.v-badge__badge .v-icon {
|
|
18833
|
+
color: inherit;
|
|
18834
|
+
font-size: 0.75rem;
|
|
18835
|
+
margin: 0 -2px;
|
|
18936
18836
|
}
|
|
18937
|
-
|
|
18938
|
-
.v-
|
|
18939
|
-
height:
|
|
18837
|
+
.v-badge__badge img,
|
|
18838
|
+
.v-badge__badge .v-img {
|
|
18839
|
+
height: 100%;
|
|
18840
|
+
width: 100%;
|
|
18940
18841
|
}
|
|
18941
18842
|
|
|
18942
|
-
.v-
|
|
18943
|
-
|
|
18843
|
+
.v-badge__wrapper {
|
|
18844
|
+
display: flex;
|
|
18845
|
+
position: relative;
|
|
18944
18846
|
}
|
|
18945
|
-
|
|
18946
|
-
|
|
18847
|
+
.v-badge--inline .v-badge__wrapper {
|
|
18848
|
+
align-items: center;
|
|
18849
|
+
display: inline-flex;
|
|
18850
|
+
justify-content: center;
|
|
18851
|
+
margin: 0 4px;
|
|
18852
|
+
}.v-btn-group {
|
|
18853
|
+
display: inline-flex;
|
|
18854
|
+
flex-wrap: nowrap;
|
|
18855
|
+
max-width: 100%;
|
|
18856
|
+
min-width: 0;
|
|
18857
|
+
overflow-y: hidden;
|
|
18858
|
+
overflow-x: auto;
|
|
18859
|
+
vertical-align: middle;
|
|
18860
|
+
}
|
|
18861
|
+
.v-btn-group {
|
|
18947
18862
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18948
18863
|
border-style: solid;
|
|
18949
18864
|
border-width: 0;
|
|
18950
18865
|
}
|
|
18951
|
-
.v-btn--border {
|
|
18866
|
+
.v-btn-group--border {
|
|
18952
18867
|
border-width: thin;
|
|
18953
18868
|
box-shadow: none;
|
|
18954
18869
|
}
|
|
18955
|
-
.v-btn
|
|
18956
|
-
|
|
18957
|
-
}
|
|
18958
|
-
.v-btn--fixed {
|
|
18959
|
-
position: fixed;
|
|
18870
|
+
.v-btn-group {
|
|
18871
|
+
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));
|
|
18960
18872
|
}
|
|
18961
|
-
.v-btn
|
|
18962
|
-
|
|
18873
|
+
.v-btn-group {
|
|
18874
|
+
border-radius: 4px;
|
|
18963
18875
|
}
|
|
18964
|
-
.v-btn
|
|
18965
|
-
|
|
18876
|
+
.v-btn-group {
|
|
18877
|
+
background: transparent;
|
|
18878
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18879
|
+
}
|
|
18880
|
+
.v-btn-group--density-default.v-btn-group {
|
|
18881
|
+
height: 48px;
|
|
18882
|
+
}
|
|
18883
|
+
|
|
18884
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
18885
|
+
height: 40px;
|
|
18886
|
+
}
|
|
18887
|
+
|
|
18888
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
18889
|
+
height: 36px;
|
|
18890
|
+
}
|
|
18891
|
+
|
|
18892
|
+
.v-btn-group .v-btn {
|
|
18893
|
+
border-radius: 0;
|
|
18894
|
+
border-color: inherit;
|
|
18895
|
+
}
|
|
18896
|
+
.v-btn-group--tile {
|
|
18897
|
+
border-radius: 0;
|
|
18898
|
+
}
|
|
18899
|
+
.v-btn-group--horizontal .v-btn:not(:last-child) {
|
|
18900
|
+
border-inline-end: none;
|
|
18901
|
+
}
|
|
18902
|
+
.v-btn-group--horizontal .v-btn:not(:first-child) {
|
|
18903
|
+
border-inline-start: none;
|
|
18904
|
+
}
|
|
18905
|
+
.v-btn-group--horizontal .v-btn:first-child {
|
|
18906
|
+
border-start-start-radius: inherit;
|
|
18907
|
+
border-end-start-radius: inherit;
|
|
18908
|
+
}
|
|
18909
|
+
.v-btn-group--horizontal .v-btn:last-child {
|
|
18910
|
+
border-start-end-radius: inherit;
|
|
18911
|
+
border-end-end-radius: inherit;
|
|
18912
|
+
}
|
|
18913
|
+
.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18914
|
+
border-inline-end-width: thin;
|
|
18915
|
+
border-inline-end-style: solid;
|
|
18916
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18917
|
+
}
|
|
18918
|
+
.v-btn-group--vertical {
|
|
18919
|
+
flex-direction: column;
|
|
18920
|
+
height: auto !important;
|
|
18921
|
+
}
|
|
18922
|
+
.v-btn-group--vertical .v-btn:not(:last-child) {
|
|
18923
|
+
border-block-end: none;
|
|
18924
|
+
}
|
|
18925
|
+
.v-btn-group--vertical .v-btn:not(:first-child) {
|
|
18926
|
+
border-block-start: none;
|
|
18927
|
+
}
|
|
18928
|
+
.v-btn-group--vertical .v-btn:first-child {
|
|
18929
|
+
border-start-start-radius: inherit;
|
|
18930
|
+
border-start-end-radius: inherit;
|
|
18931
|
+
}
|
|
18932
|
+
.v-btn-group--vertical .v-btn:last-child {
|
|
18933
|
+
border-end-start-radius: inherit;
|
|
18934
|
+
border-end-end-radius: inherit;
|
|
18935
|
+
}
|
|
18936
|
+
.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18937
|
+
border-block-end-width: thin;
|
|
18938
|
+
border-block-end-style: solid;
|
|
18939
|
+
border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18940
|
+
}.v-btn {
|
|
18941
|
+
align-items: center;
|
|
18942
|
+
border-radius: 4px;
|
|
18943
|
+
display: inline-grid;
|
|
18944
|
+
grid-template-areas: "prepend content append";
|
|
18945
|
+
grid-template-columns: max-content auto max-content;
|
|
18946
|
+
font-weight: 500;
|
|
18947
|
+
justify-content: center;
|
|
18948
|
+
letter-spacing: 0.0892857143em;
|
|
18949
|
+
line-height: normal;
|
|
18950
|
+
max-width: 100%;
|
|
18951
|
+
outline: none;
|
|
18952
|
+
position: relative;
|
|
18953
|
+
text-decoration: none;
|
|
18954
|
+
text-indent: 0.0892857143em;
|
|
18955
|
+
text-transform: uppercase;
|
|
18956
|
+
transition-property: box-shadow, transform, opacity, background;
|
|
18957
|
+
transition-duration: 0.28s;
|
|
18958
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
18959
|
+
-webkit-user-select: none;
|
|
18960
|
+
user-select: none;
|
|
18961
|
+
vertical-align: middle;
|
|
18962
|
+
flex-shrink: 0;
|
|
18963
|
+
}
|
|
18964
|
+
.v-locale--is-rtl .v-btn {
|
|
18965
|
+
text-indent: -0.0892857143em;
|
|
18966
|
+
}
|
|
18967
|
+
.v-btn--size-x-small {
|
|
18968
|
+
--v-btn-size: 0.625rem;
|
|
18969
|
+
--v-btn-height: 20px;
|
|
18970
|
+
font-size: var(--v-btn-size);
|
|
18971
|
+
min-width: 36px;
|
|
18972
|
+
padding: 0 8px;
|
|
18973
|
+
}
|
|
18974
|
+
|
|
18975
|
+
.v-btn--size-small {
|
|
18976
|
+
--v-btn-size: 0.75rem;
|
|
18977
|
+
--v-btn-height: 28px;
|
|
18978
|
+
font-size: var(--v-btn-size);
|
|
18979
|
+
min-width: 50px;
|
|
18980
|
+
padding: 0 12px;
|
|
18981
|
+
}
|
|
18982
|
+
|
|
18983
|
+
.v-btn--size-default {
|
|
18984
|
+
--v-btn-size: 0.875rem;
|
|
18985
|
+
--v-btn-height: 36px;
|
|
18986
|
+
font-size: var(--v-btn-size);
|
|
18987
|
+
min-width: 64px;
|
|
18988
|
+
padding: 0 16px;
|
|
18989
|
+
}
|
|
18990
|
+
|
|
18991
|
+
.v-btn--size-large {
|
|
18992
|
+
--v-btn-size: 1rem;
|
|
18993
|
+
--v-btn-height: 44px;
|
|
18994
|
+
font-size: var(--v-btn-size);
|
|
18995
|
+
min-width: 78px;
|
|
18996
|
+
padding: 0 20px;
|
|
18997
|
+
}
|
|
18998
|
+
|
|
18999
|
+
.v-btn--size-x-large {
|
|
19000
|
+
--v-btn-size: 1.125rem;
|
|
19001
|
+
--v-btn-height: 52px;
|
|
19002
|
+
font-size: var(--v-btn-size);
|
|
19003
|
+
min-width: 92px;
|
|
19004
|
+
padding: 0 24px;
|
|
19005
|
+
}
|
|
19006
|
+
|
|
19007
|
+
.v-btn.v-btn--density-default {
|
|
19008
|
+
height: calc(var(--v-btn-height) + 0px);
|
|
19009
|
+
}
|
|
19010
|
+
|
|
19011
|
+
.v-btn.v-btn--density-comfortable {
|
|
19012
|
+
height: calc(var(--v-btn-height) + -8px);
|
|
19013
|
+
}
|
|
19014
|
+
|
|
19015
|
+
.v-btn.v-btn--density-compact {
|
|
19016
|
+
height: calc(var(--v-btn-height) + -12px);
|
|
19017
|
+
}
|
|
19018
|
+
|
|
19019
|
+
.v-btn {
|
|
19020
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19021
|
+
border-style: solid;
|
|
19022
|
+
border-width: 0;
|
|
19023
|
+
}
|
|
19024
|
+
.v-btn--border {
|
|
19025
|
+
border-width: thin;
|
|
19026
|
+
box-shadow: none;
|
|
19027
|
+
}
|
|
19028
|
+
.v-btn--absolute {
|
|
19029
|
+
position: absolute;
|
|
19030
|
+
}
|
|
19031
|
+
.v-btn--fixed {
|
|
19032
|
+
position: fixed;
|
|
19033
|
+
}
|
|
19034
|
+
.v-btn:hover > .v-btn__overlay {
|
|
19035
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
19036
|
+
}
|
|
19037
|
+
.v-btn:focus-visible > .v-btn__overlay {
|
|
19038
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
18966
19039
|
}
|
|
18967
19040
|
@supports not selector(:focus-visible) {
|
|
18968
19041
|
.v-btn:focus > .v-btn__overlay {
|
|
@@ -19316,152 +19389,90 @@ html.overflow-y-hidden {
|
|
|
19316
19389
|
}
|
|
19317
19390
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
|
19318
19391
|
opacity: var(--v-border-opacity);
|
|
19319
|
-
}.v-btn-group {
|
|
19320
|
-
display: inline-flex;
|
|
19321
|
-
flex-wrap: nowrap;
|
|
19322
|
-
max-width: 100%;
|
|
19323
|
-
min-width: 0;
|
|
19324
|
-
overflow-y: hidden;
|
|
19325
|
-
overflow-x: auto;
|
|
19326
|
-
vertical-align: middle;
|
|
19327
19392
|
}
|
|
19328
|
-
|
|
19393
|
+
|
|
19394
|
+
@media (forced-colors: active) {
|
|
19395
|
+
.v-btn:not(.v-btn--variant-text, .v-btn--variant-plain) {
|
|
19396
|
+
border: thin solid;
|
|
19397
|
+
}
|
|
19398
|
+
.v-btn:focus-visible {
|
|
19399
|
+
outline: 2px solid;
|
|
19400
|
+
outline-offset: 2px;
|
|
19401
|
+
}
|
|
19402
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19403
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19404
|
+
}
|
|
19405
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19406
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19407
|
+
}
|
|
19408
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19409
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19410
|
+
}
|
|
19411
|
+
@supports not selector(:focus-visible) {
|
|
19412
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19413
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19414
|
+
}
|
|
19415
|
+
}
|
|
19416
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
|
19417
|
+
opacity: 1;
|
|
19418
|
+
}.v-card {
|
|
19419
|
+
display: block;
|
|
19420
|
+
overflow: hidden;
|
|
19421
|
+
overflow-wrap: break-word;
|
|
19422
|
+
position: relative;
|
|
19423
|
+
padding: 0;
|
|
19424
|
+
text-decoration: none;
|
|
19425
|
+
transition-duration: 0.28s;
|
|
19426
|
+
transition-property: box-shadow, opacity, background;
|
|
19427
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19428
|
+
z-index: 0;
|
|
19429
|
+
}
|
|
19430
|
+
.v-card {
|
|
19329
19431
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19330
19432
|
border-style: solid;
|
|
19331
19433
|
border-width: 0;
|
|
19332
19434
|
}
|
|
19333
|
-
.v-
|
|
19435
|
+
.v-card--border {
|
|
19334
19436
|
border-width: thin;
|
|
19335
19437
|
box-shadow: none;
|
|
19336
19438
|
}
|
|
19337
|
-
.v-
|
|
19338
|
-
|
|
19439
|
+
.v-card--absolute {
|
|
19440
|
+
position: absolute;
|
|
19339
19441
|
}
|
|
19340
|
-
.v-
|
|
19442
|
+
.v-card--fixed {
|
|
19443
|
+
position: fixed;
|
|
19444
|
+
}
|
|
19445
|
+
.v-card {
|
|
19341
19446
|
border-radius: 4px;
|
|
19342
19447
|
}
|
|
19343
|
-
.v-
|
|
19344
|
-
|
|
19345
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19448
|
+
.v-card:hover > .v-card__overlay {
|
|
19449
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
19346
19450
|
}
|
|
19347
|
-
.v-
|
|
19348
|
-
|
|
19451
|
+
.v-card:focus-visible > .v-card__overlay {
|
|
19452
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19349
19453
|
}
|
|
19350
|
-
|
|
19351
|
-
.v-
|
|
19352
|
-
|
|
19454
|
+
@supports not selector(:focus-visible) {
|
|
19455
|
+
.v-card:focus > .v-card__overlay {
|
|
19456
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19457
|
+
}
|
|
19353
19458
|
}
|
|
19354
|
-
|
|
19355
|
-
|
|
19356
|
-
height: 36px;
|
|
19459
|
+
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
|
19460
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19357
19461
|
}
|
|
19358
|
-
|
|
19359
|
-
|
|
19360
|
-
border-radius: 0;
|
|
19361
|
-
border-color: inherit;
|
|
19462
|
+
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
|
19463
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19362
19464
|
}
|
|
19363
|
-
.v-
|
|
19364
|
-
|
|
19465
|
+
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
|
19466
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19365
19467
|
}
|
|
19366
|
-
|
|
19367
|
-
|
|
19468
|
+
@supports not selector(:focus-visible) {
|
|
19469
|
+
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
|
19470
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19471
|
+
}
|
|
19368
19472
|
}
|
|
19369
|
-
.v-
|
|
19370
|
-
|
|
19371
|
-
|
|
19372
|
-
.v-btn-group--horizontal .v-btn:first-child {
|
|
19373
|
-
border-start-start-radius: inherit;
|
|
19374
|
-
border-end-start-radius: inherit;
|
|
19375
|
-
}
|
|
19376
|
-
.v-btn-group--horizontal .v-btn:last-child {
|
|
19377
|
-
border-start-end-radius: inherit;
|
|
19378
|
-
border-end-end-radius: inherit;
|
|
19379
|
-
}
|
|
19380
|
-
.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19381
|
-
border-inline-end-width: thin;
|
|
19382
|
-
border-inline-end-style: solid;
|
|
19383
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19384
|
-
}
|
|
19385
|
-
.v-btn-group--vertical {
|
|
19386
|
-
flex-direction: column;
|
|
19387
|
-
height: auto !important;
|
|
19388
|
-
}
|
|
19389
|
-
.v-btn-group--vertical .v-btn:not(:last-child) {
|
|
19390
|
-
border-block-end: none;
|
|
19391
|
-
}
|
|
19392
|
-
.v-btn-group--vertical .v-btn:not(:first-child) {
|
|
19393
|
-
border-block-start: none;
|
|
19394
|
-
}
|
|
19395
|
-
.v-btn-group--vertical .v-btn:first-child {
|
|
19396
|
-
border-start-start-radius: inherit;
|
|
19397
|
-
border-start-end-radius: inherit;
|
|
19398
|
-
}
|
|
19399
|
-
.v-btn-group--vertical .v-btn:last-child {
|
|
19400
|
-
border-end-start-radius: inherit;
|
|
19401
|
-
border-end-end-radius: inherit;
|
|
19402
|
-
}
|
|
19403
|
-
.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19404
|
-
border-block-end-width: thin;
|
|
19405
|
-
border-block-end-style: solid;
|
|
19406
|
-
border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19407
|
-
}.v-card {
|
|
19408
|
-
display: block;
|
|
19409
|
-
overflow: hidden;
|
|
19410
|
-
overflow-wrap: break-word;
|
|
19411
|
-
position: relative;
|
|
19412
|
-
padding: 0;
|
|
19413
|
-
text-decoration: none;
|
|
19414
|
-
transition-duration: 0.28s;
|
|
19415
|
-
transition-property: box-shadow, opacity, background;
|
|
19416
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19417
|
-
z-index: 0;
|
|
19418
|
-
}
|
|
19419
|
-
.v-card {
|
|
19420
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19421
|
-
border-style: solid;
|
|
19422
|
-
border-width: 0;
|
|
19423
|
-
}
|
|
19424
|
-
.v-card--border {
|
|
19425
|
-
border-width: thin;
|
|
19426
|
-
box-shadow: none;
|
|
19427
|
-
}
|
|
19428
|
-
.v-card--absolute {
|
|
19429
|
-
position: absolute;
|
|
19430
|
-
}
|
|
19431
|
-
.v-card--fixed {
|
|
19432
|
-
position: fixed;
|
|
19433
|
-
}
|
|
19434
|
-
.v-card {
|
|
19435
|
-
border-radius: 4px;
|
|
19436
|
-
}
|
|
19437
|
-
.v-card:hover > .v-card__overlay {
|
|
19438
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
19439
|
-
}
|
|
19440
|
-
.v-card:focus-visible > .v-card__overlay {
|
|
19441
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19442
|
-
}
|
|
19443
|
-
@supports not selector(:focus-visible) {
|
|
19444
|
-
.v-card:focus > .v-card__overlay {
|
|
19445
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19446
|
-
}
|
|
19447
|
-
}
|
|
19448
|
-
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
|
19449
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19450
|
-
}
|
|
19451
|
-
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
|
19452
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19453
|
-
}
|
|
19454
|
-
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
|
19455
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19456
|
-
}
|
|
19457
|
-
@supports not selector(:focus-visible) {
|
|
19458
|
-
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
|
19459
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19460
|
-
}
|
|
19461
|
-
}
|
|
19462
|
-
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
|
19463
|
-
background: transparent;
|
|
19464
|
-
color: inherit;
|
|
19473
|
+
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
|
19474
|
+
background: transparent;
|
|
19475
|
+
color: inherit;
|
|
19465
19476
|
}
|
|
19466
19477
|
.v-card--variant-plain {
|
|
19467
19478
|
opacity: 0.62;
|
|
@@ -19700,6 +19711,11 @@ html.overflow-y-hidden {
|
|
|
19700
19711
|
width: 100%;
|
|
19701
19712
|
z-index: 1;
|
|
19702
19713
|
}
|
|
19714
|
+
@media (forced-colors: active) {
|
|
19715
|
+
.v-card__loader .v-progress-linear {
|
|
19716
|
+
border: none;
|
|
19717
|
+
}
|
|
19718
|
+
}
|
|
19703
19719
|
|
|
19704
19720
|
.v-card__overlay {
|
|
19705
19721
|
background-color: currentColor;
|
|
@@ -19712,6 +19728,12 @@ html.overflow-y-hidden {
|
|
|
19712
19728
|
pointer-events: none;
|
|
19713
19729
|
opacity: 0;
|
|
19714
19730
|
transition: opacity 0.2s ease-in-out;
|
|
19731
|
+
}
|
|
19732
|
+
|
|
19733
|
+
@media (forced-colors: active) {
|
|
19734
|
+
.v-card:not(.v-card--variant-text, .v-card--variant-plain) {
|
|
19735
|
+
border: thin solid;
|
|
19736
|
+
}
|
|
19715
19737
|
}.v-checkbox.v-input {
|
|
19716
19738
|
flex: 0 1 auto;
|
|
19717
19739
|
}
|
|
@@ -19781,6 +19803,49 @@ html.overflow-y-hidden {
|
|
|
19781
19803
|
flex-direction: column;
|
|
19782
19804
|
height: 100% !important;
|
|
19783
19805
|
width: 50px;
|
|
19806
|
+
}.v-chip-group {
|
|
19807
|
+
display: flex;
|
|
19808
|
+
max-width: 100%;
|
|
19809
|
+
min-width: 0;
|
|
19810
|
+
overflow-x: auto;
|
|
19811
|
+
padding: 4px 0;
|
|
19812
|
+
}
|
|
19813
|
+
.v-chip-group .v-chip {
|
|
19814
|
+
margin: 4px 8px 4px 0;
|
|
19815
|
+
}
|
|
19816
|
+
@media (forced-colors: active) {
|
|
19817
|
+
.v-chip-group .v-chip {
|
|
19818
|
+
background-color: buttonface !important;
|
|
19819
|
+
color: buttontext !important;
|
|
19820
|
+
}
|
|
19821
|
+
.v-chip-group .v-chip:hover {
|
|
19822
|
+
color: highlight !important;
|
|
19823
|
+
}
|
|
19824
|
+
}
|
|
19825
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19826
|
+
opacity: var(--v-activated-opacity);
|
|
19827
|
+
}
|
|
19828
|
+
@media (forced-colors: active) {
|
|
19829
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) {
|
|
19830
|
+
color: highlight !important;
|
|
19831
|
+
forced-color-adjust: preserve-parent-color;
|
|
19832
|
+
}
|
|
19833
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible {
|
|
19834
|
+
outline-offset: 2px;
|
|
19835
|
+
}
|
|
19836
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat {
|
|
19837
|
+
background-color: highlight !important;
|
|
19838
|
+
color: highlighttext !important;
|
|
19839
|
+
}
|
|
19840
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined, .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal {
|
|
19841
|
+
border-width: medium;
|
|
19842
|
+
}
|
|
19843
|
+
}
|
|
19844
|
+
|
|
19845
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19846
|
+
white-space: normal;
|
|
19847
|
+
flex-wrap: wrap;
|
|
19848
|
+
max-width: 100%;
|
|
19784
19849
|
}.v-chip {
|
|
19785
19850
|
align-items: center;
|
|
19786
19851
|
display: inline-flex;
|
|
@@ -20199,48 +20264,40 @@ html.overflow-y-hidden {
|
|
|
20199
20264
|
|
|
20200
20265
|
.v-chip--label {
|
|
20201
20266
|
border-radius: 4px;
|
|
20202
|
-
}.v-chip-group {
|
|
20203
|
-
display: flex;
|
|
20204
|
-
max-width: 100%;
|
|
20205
|
-
min-width: 0;
|
|
20206
|
-
overflow-x: auto;
|
|
20207
|
-
padding: 4px 0;
|
|
20208
|
-
}
|
|
20209
|
-
.v-chip-group .v-chip {
|
|
20210
|
-
margin: 4px 8px 4px 0;
|
|
20211
|
-
}
|
|
20212
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
20213
|
-
opacity: var(--v-activated-opacity);
|
|
20214
20267
|
}
|
|
20215
20268
|
|
|
20216
|
-
|
|
20217
|
-
|
|
20218
|
-
|
|
20219
|
-
|
|
20220
|
-
}.v-
|
|
20221
|
-
|
|
20222
|
-
|
|
20223
|
-
|
|
20224
|
-
}
|
|
20225
|
-
.v-color-picker.v-sheet.v-picker {
|
|
20226
|
-
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));
|
|
20227
|
-
}
|
|
20228
|
-
.v-color-picker.v-sheet.v-picker {
|
|
20229
|
-
border-radius: 4px;
|
|
20269
|
+
@media (forced-colors: active) {
|
|
20270
|
+
.v-chip:not(.v-chip--variant-text, .v-chip--variant-plain) {
|
|
20271
|
+
border: thin solid;
|
|
20272
|
+
}
|
|
20273
|
+
}.v-application {
|
|
20274
|
+
display: flex;
|
|
20275
|
+
background: rgb(var(--v-theme-background));
|
|
20276
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
20230
20277
|
}
|
|
20231
20278
|
|
|
20232
|
-
.v-
|
|
20279
|
+
.v-application__wrap {
|
|
20280
|
+
-webkit-backface-visibility: hidden;
|
|
20281
|
+
backface-visibility: hidden;
|
|
20233
20282
|
display: flex;
|
|
20234
20283
|
flex-direction: column;
|
|
20235
|
-
|
|
20236
|
-
width: 100%;
|
|
20284
|
+
flex: 1 1 auto;
|
|
20285
|
+
max-width: 100%;
|
|
20286
|
+
min-height: 100vh;
|
|
20287
|
+
min-height: 100dvh;
|
|
20288
|
+
position: relative;
|
|
20289
|
+
}.v-app-bar {
|
|
20290
|
+
display: flex;
|
|
20237
20291
|
}
|
|
20238
|
-
|
|
20239
|
-
|
|
20240
|
-
|
|
20292
|
+
.v-app-bar.v-toolbar {
|
|
20293
|
+
background: rgb(var(--v-theme-surface));
|
|
20294
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20241
20295
|
}
|
|
20242
|
-
.v-
|
|
20243
|
-
box-shadow: 0px
|
|
20296
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
20297
|
+
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));
|
|
20298
|
+
}
|
|
20299
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
20300
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
20244
20301
|
}.v-container {
|
|
20245
20302
|
width: 100%;
|
|
20246
20303
|
padding: 16px;
|
|
@@ -20913,109 +20970,44 @@ html.overflow-y-hidden {
|
|
|
20913
20970
|
.offset-xxl-11 {
|
|
20914
20971
|
margin-inline-start: 91.6666666667%;
|
|
20915
20972
|
}
|
|
20916
|
-
}.v-
|
|
20917
|
-
|
|
20918
|
-
|
|
20919
|
-
|
|
20920
|
-
transition-duration: 150ms;
|
|
20921
|
-
}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20922
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20923
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20924
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20925
|
-
top: 0px;
|
|
20926
|
-
}
|
|
20927
|
-
.v-combobox .v-field .v-text-field__prefix,
|
|
20928
|
-
.v-combobox .v-field .v-text-field__suffix,
|
|
20929
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
20930
|
-
cursor: text;
|
|
20931
|
-
}
|
|
20932
|
-
.v-combobox .v-field .v-field__input > input {
|
|
20933
|
-
flex: 1 1;
|
|
20934
|
-
}
|
|
20935
|
-
.v-combobox .v-field input {
|
|
20936
|
-
min-width: 64px;
|
|
20973
|
+
}.v-color-picker {
|
|
20974
|
+
align-self: flex-start;
|
|
20975
|
+
contain: content;
|
|
20976
|
+
width: 300px;
|
|
20937
20977
|
}
|
|
20938
|
-
.v-
|
|
20939
|
-
|
|
20978
|
+
.v-color-picker.v-sheet.v-picker {
|
|
20979
|
+
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));
|
|
20940
20980
|
}
|
|
20941
|
-
.v-
|
|
20942
|
-
|
|
20981
|
+
.v-color-picker.v-sheet.v-picker {
|
|
20982
|
+
border-radius: 4px;
|
|
20943
20983
|
}
|
|
20944
|
-
|
|
20945
|
-
|
|
20946
|
-
|
|
20947
|
-
|
|
20984
|
+
|
|
20985
|
+
.v-color-picker__controls {
|
|
20986
|
+
display: flex;
|
|
20987
|
+
flex-direction: column;
|
|
20988
|
+
padding: 16px;
|
|
20989
|
+
width: 100%;
|
|
20948
20990
|
}
|
|
20949
20991
|
|
|
20950
|
-
.v-
|
|
20951
|
-
|
|
20992
|
+
.v-color-picker--flat {
|
|
20993
|
+
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));
|
|
20952
20994
|
}
|
|
20953
|
-
.v-
|
|
20954
|
-
box-shadow: 0px
|
|
20995
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20996
|
+
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));
|
|
20997
|
+
}.v-data-table-footer {
|
|
20998
|
+
align-items: center;
|
|
20999
|
+
display: flex;
|
|
21000
|
+
flex-wrap: wrap;
|
|
21001
|
+
justify-content: flex-end;
|
|
21002
|
+
padding: 8px 4px;
|
|
20955
21003
|
}
|
|
20956
|
-
.v-
|
|
20957
|
-
|
|
21004
|
+
.v-data-table-footer__items-per-page {
|
|
21005
|
+
align-items: center;
|
|
21006
|
+
display: flex;
|
|
21007
|
+
justify-content: center;
|
|
20958
21008
|
}
|
|
20959
|
-
.v-
|
|
20960
|
-
|
|
20961
|
-
}
|
|
20962
|
-
.v-combobox__selection {
|
|
20963
|
-
display: inline-flex;
|
|
20964
|
-
align-items: center;
|
|
20965
|
-
height: 1.5rem;
|
|
20966
|
-
letter-spacing: inherit;
|
|
20967
|
-
line-height: inherit;
|
|
20968
|
-
max-width: calc(100% - 2px - 2px);
|
|
20969
|
-
}
|
|
20970
|
-
.v-combobox__selection:first-child {
|
|
20971
|
-
margin-inline-start: 0;
|
|
20972
|
-
}
|
|
20973
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
|
20974
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
20975
|
-
}
|
|
20976
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
20977
|
-
opacity: 1;
|
|
20978
|
-
}
|
|
20979
|
-
.v-combobox--selecting-index .v-field__input > input {
|
|
20980
|
-
caret-color: transparent;
|
|
20981
|
-
}
|
|
20982
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
20983
|
-
flex: 1 1;
|
|
20984
|
-
position: absolute;
|
|
20985
|
-
left: 0;
|
|
20986
|
-
right: 0;
|
|
20987
|
-
width: 100%;
|
|
20988
|
-
padding-inline: inherit;
|
|
20989
|
-
}
|
|
20990
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
20991
|
-
transition: none;
|
|
20992
|
-
}
|
|
20993
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
20994
|
-
opacity: 0;
|
|
20995
|
-
}
|
|
20996
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
20997
|
-
opacity: 0;
|
|
20998
|
-
}
|
|
20999
|
-
.v-combobox__menu-icon {
|
|
21000
|
-
margin-inline-start: 4px;
|
|
21001
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21002
|
-
}
|
|
21003
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
21004
|
-
transform: rotate(180deg);
|
|
21005
|
-
}.v-data-table-footer {
|
|
21006
|
-
align-items: center;
|
|
21007
|
-
display: flex;
|
|
21008
|
-
flex-wrap: wrap;
|
|
21009
|
-
justify-content: flex-end;
|
|
21010
|
-
padding: 8px 4px;
|
|
21011
|
-
}
|
|
21012
|
-
.v-data-table-footer__items-per-page {
|
|
21013
|
-
align-items: center;
|
|
21014
|
-
display: flex;
|
|
21015
|
-
justify-content: center;
|
|
21016
|
-
}
|
|
21017
|
-
.v-data-table-footer__items-per-page > span {
|
|
21018
|
-
padding-inline-end: 8px;
|
|
21009
|
+
.v-data-table-footer__items-per-page > span {
|
|
21010
|
+
padding-inline-end: 8px;
|
|
21019
21011
|
}
|
|
21020
21012
|
.v-data-table-footer__items-per-page > .v-select {
|
|
21021
21013
|
width: 90px;
|
|
@@ -21235,160 +21227,234 @@ html.overflow-y-hidden {
|
|
|
21235
21227
|
}
|
|
21236
21228
|
.v-data-table__td-sort-icon-active {
|
|
21237
21229
|
color: rgba(var(--v-theme-on-surface));
|
|
21238
|
-
}.v-
|
|
21239
|
-
|
|
21240
|
-
|
|
21241
|
-
height: 0px;
|
|
21242
|
-
max-height: 0px;
|
|
21243
|
-
opacity: var(--v-border-opacity);
|
|
21244
|
-
transition: inherit;
|
|
21245
|
-
}
|
|
21246
|
-
.v-divider {
|
|
21247
|
-
border-style: solid;
|
|
21248
|
-
border-width: thin 0 0 0;
|
|
21249
|
-
}
|
|
21250
|
-
.v-divider--vertical {
|
|
21251
|
-
align-self: stretch;
|
|
21252
|
-
border-width: 0 thin 0 0;
|
|
21253
|
-
display: inline-flex;
|
|
21254
|
-
height: auto;
|
|
21255
|
-
margin-left: -1px;
|
|
21256
|
-
max-height: 100%;
|
|
21257
|
-
max-width: 0px;
|
|
21258
|
-
vertical-align: text-bottom;
|
|
21259
|
-
width: 0px;
|
|
21260
|
-
}
|
|
21261
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
21262
|
-
max-width: calc(100% - 72px);
|
|
21263
|
-
margin-inline-start: 72px;
|
|
21230
|
+
}.v-date-picker {
|
|
21231
|
+
overflow: hidden;
|
|
21232
|
+
width: 328px;
|
|
21264
21233
|
}
|
|
21265
|
-
.v-
|
|
21266
|
-
|
|
21267
|
-
|
|
21268
|
-
|
|
21234
|
+
.v-date-picker--show-week {
|
|
21235
|
+
width: 368px;
|
|
21236
|
+
}.v-date-picker-header {
|
|
21237
|
+
align-items: flex-end;
|
|
21238
|
+
height: 70px;
|
|
21239
|
+
display: grid;
|
|
21240
|
+
grid-template-areas: "prepend content append";
|
|
21241
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
21242
|
+
overflow: hidden;
|
|
21243
|
+
padding-inline: 24px 12px;
|
|
21244
|
+
padding-bottom: 12px;
|
|
21269
21245
|
}
|
|
21270
21246
|
|
|
21271
|
-
.v-
|
|
21272
|
-
|
|
21273
|
-
text-wrap: nowrap;
|
|
21274
|
-
}
|
|
21275
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
|
21276
|
-
padding: 4px 0;
|
|
21247
|
+
.v-date-picker-header__append {
|
|
21248
|
+
grid-area: append;
|
|
21277
21249
|
}
|
|
21278
21250
|
|
|
21279
|
-
.v-
|
|
21280
|
-
|
|
21281
|
-
|
|
21282
|
-
justify-content: center;
|
|
21283
|
-
}
|
|
21284
|
-
.v-divider__wrapper--vertical {
|
|
21285
|
-
flex-direction: column;
|
|
21286
|
-
height: 100%;
|
|
21251
|
+
.v-date-picker-header__prepend {
|
|
21252
|
+
grid-area: prepend;
|
|
21253
|
+
padding-inline-start: 8px;
|
|
21287
21254
|
}
|
|
21288
|
-
|
|
21289
|
-
|
|
21290
|
-
}.v-empty-state {
|
|
21255
|
+
|
|
21256
|
+
.v-date-picker-header__content {
|
|
21291
21257
|
align-items: center;
|
|
21292
|
-
display: flex;
|
|
21293
|
-
|
|
21294
|
-
|
|
21295
|
-
|
|
21296
|
-
|
|
21297
|
-
}
|
|
21298
|
-
.v-empty-state--start {
|
|
21299
|
-
align-items: flex-start;
|
|
21258
|
+
display: inline-flex;
|
|
21259
|
+
font-size: 32px;
|
|
21260
|
+
line-height: 40px;
|
|
21261
|
+
grid-area: content;
|
|
21262
|
+
justify-content: space-between;
|
|
21300
21263
|
}
|
|
21301
|
-
.v-
|
|
21302
|
-
|
|
21264
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
21265
|
+
cursor: pointer;
|
|
21303
21266
|
}
|
|
21304
|
-
.v-
|
|
21305
|
-
|
|
21267
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
21268
|
+
opacity: 0.7;
|
|
21306
21269
|
}
|
|
21307
21270
|
|
|
21308
|
-
.
|
|
21309
|
-
|
|
21310
|
-
|
|
21271
|
+
.date-picker-header-transition-enter-active,
|
|
21272
|
+
.date-picker-header-reverse-transition-enter-active {
|
|
21273
|
+
transition-duration: 0.3s;
|
|
21274
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21311
21275
|
}
|
|
21312
|
-
.
|
|
21313
|
-
|
|
21276
|
+
.date-picker-header-transition-leave-active,
|
|
21277
|
+
.date-picker-header-reverse-transition-leave-active {
|
|
21278
|
+
transition-duration: 0.3s;
|
|
21279
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21314
21280
|
}
|
|
21315
21281
|
|
|
21316
|
-
.
|
|
21317
|
-
|
|
21318
|
-
font-size: 3.75rem;
|
|
21319
|
-
font-weight: 300;
|
|
21320
|
-
line-height: 1;
|
|
21321
|
-
text-align: center;
|
|
21322
|
-
margin-bottom: 8px;
|
|
21282
|
+
.date-picker-header-transition-enter-from {
|
|
21283
|
+
transform: translate(0, 100%);
|
|
21323
21284
|
}
|
|
21324
|
-
.
|
|
21325
|
-
|
|
21285
|
+
.date-picker-header-transition-leave-to {
|
|
21286
|
+
opacity: 0;
|
|
21287
|
+
transform: translate(0, -100%);
|
|
21326
21288
|
}
|
|
21327
21289
|
|
|
21328
|
-
.
|
|
21329
|
-
|
|
21330
|
-
|
|
21331
|
-
|
|
21332
|
-
|
|
21333
|
-
|
|
21290
|
+
.date-picker-header-reverse-transition-enter-from {
|
|
21291
|
+
transform: translate(0, -100%);
|
|
21292
|
+
}
|
|
21293
|
+
.date-picker-header-reverse-transition-leave-to {
|
|
21294
|
+
opacity: 0;
|
|
21295
|
+
transform: translate(0, 100%);
|
|
21296
|
+
}.v-date-picker-month {
|
|
21297
|
+
display: flex;
|
|
21298
|
+
justify-content: center;
|
|
21299
|
+
padding: 0 12px 8px;
|
|
21300
|
+
--v-date-picker-month-day-diff: 4px;
|
|
21334
21301
|
}
|
|
21335
21302
|
|
|
21336
|
-
.v-
|
|
21303
|
+
.v-date-picker-month__weeks {
|
|
21304
|
+
display: flex;
|
|
21305
|
+
flex-direction: column;
|
|
21306
|
+
column-gap: 4px;
|
|
21337
21307
|
font-size: 0.875rem;
|
|
21338
|
-
font-weight: 400;
|
|
21339
|
-
line-height: 1.425;
|
|
21340
|
-
padding: 0 16px;
|
|
21341
|
-
text-align: center;
|
|
21342
21308
|
}
|
|
21343
21309
|
|
|
21344
|
-
.v-
|
|
21345
|
-
|
|
21310
|
+
.v-date-picker-month__weekday {
|
|
21311
|
+
font-size: 0.875rem;
|
|
21346
21312
|
}
|
|
21347
21313
|
|
|
21348
|
-
.v-
|
|
21349
|
-
display:
|
|
21350
|
-
|
|
21351
|
-
|
|
21314
|
+
.v-date-picker-month__days {
|
|
21315
|
+
display: grid;
|
|
21316
|
+
grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
|
|
21317
|
+
column-gap: 4px;
|
|
21352
21318
|
}
|
|
21353
21319
|
|
|
21354
|
-
.v-
|
|
21355
|
-
background-color: initial;
|
|
21356
|
-
color: initial;
|
|
21357
|
-
}.v-dialog {
|
|
21320
|
+
.v-date-picker-month__day {
|
|
21358
21321
|
align-items: center;
|
|
21322
|
+
display: flex;
|
|
21359
21323
|
justify-content: center;
|
|
21360
|
-
|
|
21324
|
+
position: relative;
|
|
21325
|
+
height: 40px;
|
|
21326
|
+
width: 40px;
|
|
21361
21327
|
}
|
|
21362
|
-
.v-
|
|
21363
|
-
|
|
21364
|
-
|
|
21365
|
-
max-width: calc(100% - 48px);
|
|
21366
|
-
margin: 24px;
|
|
21328
|
+
.v-date-picker-month__day--selected .v-btn {
|
|
21329
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
21330
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
21367
21331
|
}
|
|
21368
|
-
.v-
|
|
21369
|
-
|
|
21370
|
-
|
|
21371
|
-
flex-direction: column;
|
|
21372
|
-
min-height: 0;
|
|
21332
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
|
21333
|
+
--v-btn-height: 24px;
|
|
21334
|
+
--v-btn-size: 0.875rem;
|
|
21373
21335
|
}
|
|
21374
|
-
.v-
|
|
21375
|
-
|
|
21376
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
|
21377
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21378
|
-
--v-scrollbar-offset: 0px;
|
|
21379
|
-
border-radius: 4px;
|
|
21380
|
-
overflow-y: auto;
|
|
21381
|
-
flex: 1 1 100%;
|
|
21336
|
+
.v-date-picker-month__day--week {
|
|
21337
|
+
font-size: var(--v-btn-size);
|
|
21382
21338
|
}
|
|
21383
|
-
|
|
21384
|
-
.v-
|
|
21385
|
-
|
|
21386
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21387
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21339
|
+
|
|
21340
|
+
.v-date-picker-month__day--adjacent {
|
|
21341
|
+
opacity: 0.5;
|
|
21388
21342
|
}
|
|
21389
|
-
|
|
21390
|
-
.v-
|
|
21391
|
-
|
|
21343
|
+
|
|
21344
|
+
.v-date-picker-month__day--hide-adjacent {
|
|
21345
|
+
opacity: 0;
|
|
21346
|
+
}.v-date-picker-controls {
|
|
21347
|
+
display: flex;
|
|
21348
|
+
align-items: center;
|
|
21349
|
+
justify-content: space-between;
|
|
21350
|
+
font-size: 0.875rem;
|
|
21351
|
+
height: var(--v-date-picker-controls-height, 56px);
|
|
21352
|
+
padding-top: 4px;
|
|
21353
|
+
padding-bottom: 4px;
|
|
21354
|
+
padding-inline-start: 6px;
|
|
21355
|
+
padding-inline-end: 12px;
|
|
21356
|
+
flex: 1;
|
|
21357
|
+
}
|
|
21358
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
21359
|
+
text-transform: none;
|
|
21360
|
+
font-weight: 400;
|
|
21361
|
+
line-height: initial;
|
|
21362
|
+
letter-spacing: initial;
|
|
21363
|
+
}
|
|
21364
|
+
.v-date-picker-controls--variant-classic {
|
|
21365
|
+
padding-inline-start: 12px;
|
|
21366
|
+
}
|
|
21367
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
21368
|
+
opacity: 0.7;
|
|
21369
|
+
}
|
|
21370
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21371
|
+
cursor: pointer;
|
|
21372
|
+
}
|
|
21373
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21374
|
+
opacity: 1;
|
|
21375
|
+
}
|
|
21376
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
21377
|
+
margin-inline-start: 4px;
|
|
21378
|
+
}
|
|
21379
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
21380
|
+
transform: rotate(180deg);
|
|
21381
|
+
}
|
|
21382
|
+
|
|
21383
|
+
.v-date-picker-controls__date {
|
|
21384
|
+
margin-inline-end: 4px;
|
|
21385
|
+
}
|
|
21386
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
21387
|
+
margin: auto;
|
|
21388
|
+
text-align: center;
|
|
21389
|
+
}
|
|
21390
|
+
|
|
21391
|
+
.v-date-picker-controls__month {
|
|
21392
|
+
display: flex;
|
|
21393
|
+
}
|
|
21394
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
21395
|
+
flex-direction: row-reverse;
|
|
21396
|
+
}
|
|
21397
|
+
|
|
21398
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
21399
|
+
flex: 1 0 auto;
|
|
21400
|
+
}
|
|
21401
|
+
|
|
21402
|
+
.v-date-picker__title {
|
|
21403
|
+
display: inline-block;
|
|
21404
|
+
}.v-date-picker-months {
|
|
21405
|
+
height: 288px;
|
|
21406
|
+
}
|
|
21407
|
+
|
|
21408
|
+
.v-date-picker-months__content {
|
|
21409
|
+
align-items: center;
|
|
21410
|
+
display: grid;
|
|
21411
|
+
flex: 1 1;
|
|
21412
|
+
height: inherit;
|
|
21413
|
+
justify-content: space-around;
|
|
21414
|
+
grid-template-columns: repeat(2, 1fr);
|
|
21415
|
+
grid-gap: 0px 24px;
|
|
21416
|
+
padding-inline-start: 36px;
|
|
21417
|
+
padding-inline-end: 36px;
|
|
21418
|
+
}
|
|
21419
|
+
.v-date-picker-months__content .v-btn {
|
|
21420
|
+
text-transform: none;
|
|
21421
|
+
padding-inline-start: 8px;
|
|
21422
|
+
padding-inline-end: 8px;
|
|
21423
|
+
}.v-dialog {
|
|
21424
|
+
align-items: center;
|
|
21425
|
+
justify-content: center;
|
|
21426
|
+
margin: auto;
|
|
21427
|
+
}
|
|
21428
|
+
.v-dialog > .v-overlay__content {
|
|
21429
|
+
max-height: calc(100% - 48px);
|
|
21430
|
+
width: calc(100% - 48px);
|
|
21431
|
+
max-width: calc(100% - 48px);
|
|
21432
|
+
margin: 24px;
|
|
21433
|
+
}
|
|
21434
|
+
.v-dialog > .v-overlay__content,
|
|
21435
|
+
.v-dialog > .v-overlay__content > form {
|
|
21436
|
+
display: flex;
|
|
21437
|
+
flex-direction: column;
|
|
21438
|
+
min-height: 0;
|
|
21439
|
+
}
|
|
21440
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
21441
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
21442
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
21443
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21444
|
+
--v-scrollbar-offset: 0px;
|
|
21445
|
+
border-radius: 4px;
|
|
21446
|
+
overflow-y: auto;
|
|
21447
|
+
flex: 1 1 100%;
|
|
21448
|
+
}
|
|
21449
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
21450
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
21451
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
21452
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
21453
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
21454
|
+
}
|
|
21455
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
21456
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
21457
|
+
display: flex;
|
|
21392
21458
|
flex-direction: column;
|
|
21393
21459
|
}
|
|
21394
21460
|
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
@@ -21453,6 +21519,140 @@ html.overflow-y-hidden {
|
|
|
21453
21519
|
-webkit-backface-visibility: hidden;
|
|
21454
21520
|
backface-visibility: hidden;
|
|
21455
21521
|
overflow-y: auto;
|
|
21522
|
+
}.v-date-picker-years {
|
|
21523
|
+
height: 288px;
|
|
21524
|
+
overflow-y: scroll;
|
|
21525
|
+
}
|
|
21526
|
+
|
|
21527
|
+
.v-date-picker-years__content {
|
|
21528
|
+
display: grid;
|
|
21529
|
+
flex: 1 1;
|
|
21530
|
+
justify-content: space-around;
|
|
21531
|
+
grid-template-columns: repeat(3, 1fr);
|
|
21532
|
+
gap: 8px 24px;
|
|
21533
|
+
padding-inline: 32px;
|
|
21534
|
+
}
|
|
21535
|
+
.v-date-picker-years__content .v-btn {
|
|
21536
|
+
padding-inline: 8px;
|
|
21537
|
+
}.v-divider {
|
|
21538
|
+
display: block;
|
|
21539
|
+
flex: 1 1 100%;
|
|
21540
|
+
height: 0px;
|
|
21541
|
+
max-height: 0px;
|
|
21542
|
+
opacity: var(--v-border-opacity);
|
|
21543
|
+
transition: inherit;
|
|
21544
|
+
}
|
|
21545
|
+
.v-divider {
|
|
21546
|
+
border-style: solid;
|
|
21547
|
+
border-width: thin 0 0 0;
|
|
21548
|
+
}
|
|
21549
|
+
.v-divider--vertical {
|
|
21550
|
+
align-self: stretch;
|
|
21551
|
+
border-width: 0 thin 0 0;
|
|
21552
|
+
display: inline-flex;
|
|
21553
|
+
height: auto;
|
|
21554
|
+
margin-left: -1px;
|
|
21555
|
+
max-height: 100%;
|
|
21556
|
+
max-width: 0px;
|
|
21557
|
+
vertical-align: text-bottom;
|
|
21558
|
+
width: 0px;
|
|
21559
|
+
}
|
|
21560
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21561
|
+
max-width: calc(100% - 72px);
|
|
21562
|
+
margin-inline-start: 72px;
|
|
21563
|
+
}
|
|
21564
|
+
.v-divider--inset.v-divider--vertical {
|
|
21565
|
+
margin-bottom: 8px;
|
|
21566
|
+
margin-top: 8px;
|
|
21567
|
+
max-height: calc(100% - 16px);
|
|
21568
|
+
}
|
|
21569
|
+
|
|
21570
|
+
.v-divider__content {
|
|
21571
|
+
padding: 0 16px;
|
|
21572
|
+
text-wrap: nowrap;
|
|
21573
|
+
}
|
|
21574
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
|
21575
|
+
padding: 4px 0;
|
|
21576
|
+
}
|
|
21577
|
+
|
|
21578
|
+
.v-divider__wrapper {
|
|
21579
|
+
display: flex;
|
|
21580
|
+
align-items: center;
|
|
21581
|
+
justify-content: center;
|
|
21582
|
+
}
|
|
21583
|
+
.v-divider__wrapper--vertical {
|
|
21584
|
+
flex-direction: column;
|
|
21585
|
+
height: 100%;
|
|
21586
|
+
}
|
|
21587
|
+
.v-divider__wrapper--vertical .v-divider {
|
|
21588
|
+
margin: 0 auto;
|
|
21589
|
+
}.v-empty-state {
|
|
21590
|
+
align-items: center;
|
|
21591
|
+
display: flex;
|
|
21592
|
+
flex-direction: column;
|
|
21593
|
+
justify-content: center;
|
|
21594
|
+
min-height: 100%;
|
|
21595
|
+
padding: 16px;
|
|
21596
|
+
}
|
|
21597
|
+
.v-empty-state--start {
|
|
21598
|
+
align-items: flex-start;
|
|
21599
|
+
}
|
|
21600
|
+
.v-empty-state--center {
|
|
21601
|
+
align-items: center;
|
|
21602
|
+
}
|
|
21603
|
+
.v-empty-state--end {
|
|
21604
|
+
align-items: flex-end;
|
|
21605
|
+
}
|
|
21606
|
+
|
|
21607
|
+
.v-empty-state__media {
|
|
21608
|
+
text-align: center;
|
|
21609
|
+
width: 100%;
|
|
21610
|
+
}
|
|
21611
|
+
.v-empty-state__media .v-icon {
|
|
21612
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21613
|
+
}
|
|
21614
|
+
|
|
21615
|
+
.v-empty-state__headline {
|
|
21616
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21617
|
+
font-size: 3.75rem;
|
|
21618
|
+
font-weight: 300;
|
|
21619
|
+
line-height: 1;
|
|
21620
|
+
text-align: center;
|
|
21621
|
+
margin-bottom: 8px;
|
|
21622
|
+
}
|
|
21623
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
|
21624
|
+
font-size: 2.125rem;
|
|
21625
|
+
}
|
|
21626
|
+
|
|
21627
|
+
.v-empty-state__title {
|
|
21628
|
+
font-size: 1.25rem;
|
|
21629
|
+
font-weight: 500;
|
|
21630
|
+
line-height: 1.6;
|
|
21631
|
+
margin-bottom: 4px;
|
|
21632
|
+
text-align: center;
|
|
21633
|
+
}
|
|
21634
|
+
|
|
21635
|
+
.v-empty-state__text {
|
|
21636
|
+
font-size: 0.875rem;
|
|
21637
|
+
font-weight: 400;
|
|
21638
|
+
line-height: 1.425;
|
|
21639
|
+
padding: 0 16px;
|
|
21640
|
+
text-align: center;
|
|
21641
|
+
}
|
|
21642
|
+
|
|
21643
|
+
.v-empty-state__content {
|
|
21644
|
+
padding: 24px 0;
|
|
21645
|
+
}
|
|
21646
|
+
|
|
21647
|
+
.v-empty-state__actions {
|
|
21648
|
+
display: flex;
|
|
21649
|
+
gap: 8px;
|
|
21650
|
+
padding: 16px;
|
|
21651
|
+
}
|
|
21652
|
+
|
|
21653
|
+
.v-empty-state__action-btn.v-btn {
|
|
21654
|
+
background-color: initial;
|
|
21655
|
+
color: initial;
|
|
21456
21656
|
}.v-expansion-panel {
|
|
21457
21657
|
background-color: rgb(var(--v-theme-surface));
|
|
21458
21658
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -22511,13 +22711,155 @@ textarea.v-field__input::placeholder {
|
|
|
22511
22711
|
|
|
22512
22712
|
.v-img__gradient {
|
|
22513
22713
|
background-repeat: no-repeat;
|
|
22514
|
-
}.v-
|
|
22515
|
-
|
|
22516
|
-
|
|
22517
|
-
|
|
22518
|
-
|
|
22519
|
-
|
|
22520
|
-
|
|
22714
|
+
}.v-input {
|
|
22715
|
+
display: grid;
|
|
22716
|
+
flex: 1 1 auto;
|
|
22717
|
+
font-size: 1rem;
|
|
22718
|
+
font-weight: 400;
|
|
22719
|
+
line-height: 1.5;
|
|
22720
|
+
}
|
|
22721
|
+
.v-input--disabled {
|
|
22722
|
+
pointer-events: none;
|
|
22723
|
+
}
|
|
22724
|
+
.v-input--density-default {
|
|
22725
|
+
--v-input-control-height: 56px;
|
|
22726
|
+
--v-input-padding-top: 16px;
|
|
22727
|
+
}
|
|
22728
|
+
|
|
22729
|
+
.v-input--density-comfortable {
|
|
22730
|
+
--v-input-control-height: 48px;
|
|
22731
|
+
--v-input-padding-top: 12px;
|
|
22732
|
+
}
|
|
22733
|
+
|
|
22734
|
+
.v-input--density-compact {
|
|
22735
|
+
--v-input-control-height: 40px;
|
|
22736
|
+
--v-input-padding-top: 8px;
|
|
22737
|
+
}
|
|
22738
|
+
|
|
22739
|
+
.v-input--vertical {
|
|
22740
|
+
grid-template-areas: "append" "control" "prepend";
|
|
22741
|
+
grid-template-rows: max-content auto max-content;
|
|
22742
|
+
grid-template-columns: min-content;
|
|
22743
|
+
}
|
|
22744
|
+
.v-input--vertical .v-input__prepend {
|
|
22745
|
+
margin-block-start: 16px;
|
|
22746
|
+
}
|
|
22747
|
+
.v-input--vertical .v-input__append {
|
|
22748
|
+
margin-block-end: 16px;
|
|
22749
|
+
}
|
|
22750
|
+
|
|
22751
|
+
.v-input--horizontal {
|
|
22752
|
+
grid-template-areas: "prepend control append" "a messages b";
|
|
22753
|
+
grid-template-columns: max-content minmax(0, 1fr) max-content;
|
|
22754
|
+
grid-template-rows: 1fr auto;
|
|
22755
|
+
}
|
|
22756
|
+
.v-input--horizontal .v-input__prepend {
|
|
22757
|
+
margin-inline-end: 16px;
|
|
22758
|
+
}
|
|
22759
|
+
.v-input--horizontal .v-input__append {
|
|
22760
|
+
margin-inline-start: 16px;
|
|
22761
|
+
}
|
|
22762
|
+
|
|
22763
|
+
.v-input__details {
|
|
22764
|
+
align-items: flex-end;
|
|
22765
|
+
display: flex;
|
|
22766
|
+
font-size: 0.75rem;
|
|
22767
|
+
font-weight: 400;
|
|
22768
|
+
grid-area: messages;
|
|
22769
|
+
letter-spacing: 0.0333333333em;
|
|
22770
|
+
line-height: normal;
|
|
22771
|
+
min-height: 22px;
|
|
22772
|
+
padding-top: 6px;
|
|
22773
|
+
overflow: hidden;
|
|
22774
|
+
justify-content: space-between;
|
|
22775
|
+
}
|
|
22776
|
+
|
|
22777
|
+
.v-input__details > .v-icon,
|
|
22778
|
+
.v-input__prepend > .v-icon,
|
|
22779
|
+
.v-input__append > .v-icon {
|
|
22780
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22781
|
+
}
|
|
22782
|
+
.v-input--disabled .v-input__details > .v-icon,
|
|
22783
|
+
.v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
|
|
22784
|
+
.v-input--error .v-input__details .v-messages,
|
|
22785
|
+
.v-input--disabled .v-input__prepend > .v-icon,
|
|
22786
|
+
.v-input--disabled .v-input__prepend .v-messages,
|
|
22787
|
+
.v-input--error .v-input__prepend > .v-icon,
|
|
22788
|
+
.v-input--error .v-input__prepend .v-messages,
|
|
22789
|
+
.v-input--disabled .v-input__append > .v-icon,
|
|
22790
|
+
.v-input--disabled .v-input__append .v-messages,
|
|
22791
|
+
.v-input--error .v-input__append > .v-icon,
|
|
22792
|
+
.v-input--error .v-input__append .v-messages {
|
|
22793
|
+
opacity: 1;
|
|
22794
|
+
}
|
|
22795
|
+
.v-input--glow.v-input--focused .v-input__details > .v-icon,
|
|
22796
|
+
.v-input--glow.v-input--focused .v-input__prepend > .v-icon,
|
|
22797
|
+
.v-input--glow.v-input--focused .v-input__append > .v-icon {
|
|
22798
|
+
opacity: 1;
|
|
22799
|
+
}
|
|
22800
|
+
.v-input--disabled .v-input__details,
|
|
22801
|
+
.v-input--disabled .v-input__prepend,
|
|
22802
|
+
.v-input--disabled .v-input__append {
|
|
22803
|
+
opacity: var(--v-disabled-opacity);
|
|
22804
|
+
}
|
|
22805
|
+
.v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
|
|
22806
|
+
.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
|
|
22807
|
+
.v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
|
|
22808
|
+
.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
|
|
22809
|
+
.v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
|
|
22810
|
+
.v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
|
|
22811
|
+
color: rgb(var(--v-theme-error));
|
|
22812
|
+
}
|
|
22813
|
+
|
|
22814
|
+
.v-input__prepend,
|
|
22815
|
+
.v-input__append {
|
|
22816
|
+
display: flex;
|
|
22817
|
+
align-items: flex-start;
|
|
22818
|
+
padding-top: var(--v-input-padding-top);
|
|
22819
|
+
}
|
|
22820
|
+
.v-input--center-affix .v-input__prepend,
|
|
22821
|
+
.v-input--center-affix .v-input__append {
|
|
22822
|
+
align-items: center;
|
|
22823
|
+
padding-top: 0;
|
|
22824
|
+
}
|
|
22825
|
+
|
|
22826
|
+
.v-input__prepend {
|
|
22827
|
+
grid-area: prepend;
|
|
22828
|
+
}
|
|
22829
|
+
|
|
22830
|
+
.v-input__append {
|
|
22831
|
+
grid-area: append;
|
|
22832
|
+
}
|
|
22833
|
+
|
|
22834
|
+
.v-input__control {
|
|
22835
|
+
display: flex;
|
|
22836
|
+
grid-area: control;
|
|
22837
|
+
}
|
|
22838
|
+
|
|
22839
|
+
.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
|
|
22840
|
+
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
|
|
22841
|
+
-webkit-appearance: none;
|
|
22842
|
+
margin: 0;
|
|
22843
|
+
}
|
|
22844
|
+
.v-input--hide-spin-buttons input[type=number] {
|
|
22845
|
+
-moz-appearance: textfield;
|
|
22846
|
+
}
|
|
22847
|
+
.v-input--plain-underlined .v-input__prepend,
|
|
22848
|
+
.v-input--plain-underlined .v-input__append {
|
|
22849
|
+
align-items: flex-start;
|
|
22850
|
+
}
|
|
22851
|
+
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
|
22852
|
+
padding-top: calc(var(--v-input-padding-top) + 4px);
|
|
22853
|
+
}
|
|
22854
|
+
|
|
22855
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
|
22856
|
+
padding-top: calc(var(--v-input-padding-top) + 2px);
|
|
22857
|
+
}
|
|
22858
|
+
|
|
22859
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
22860
|
+
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
22861
|
+
}.v-infinite-scroll--horizontal {
|
|
22862
|
+
display: flex;
|
|
22521
22863
|
flex-direction: row;
|
|
22522
22864
|
overflow-x: auto;
|
|
22523
22865
|
}
|
|
@@ -22568,6 +22910,18 @@ textarea.v-field__input::placeholder {
|
|
|
22568
22910
|
|
|
22569
22911
|
.v-label--clickable {
|
|
22570
22912
|
cursor: pointer;
|
|
22913
|
+
}.v-item-group {
|
|
22914
|
+
flex: 0 1 auto;
|
|
22915
|
+
max-width: 100%;
|
|
22916
|
+
position: relative;
|
|
22917
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22918
|
+
}.v-layout-item {
|
|
22919
|
+
position: absolute;
|
|
22920
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22921
|
+
}
|
|
22922
|
+
|
|
22923
|
+
.v-layout-item--absolute {
|
|
22924
|
+
position: absolute;
|
|
22571
22925
|
}.v-layout {
|
|
22572
22926
|
--v-scrollbar-offset: 0px;
|
|
22573
22927
|
display: flex;
|
|
@@ -22576,167 +22930,81 @@ textarea.v-field__input::placeholder {
|
|
|
22576
22930
|
.v-layout--full-height {
|
|
22577
22931
|
--v-scrollbar-offset: inherit;
|
|
22578
22932
|
height: 100%;
|
|
22579
|
-
}.v-
|
|
22580
|
-
|
|
22933
|
+
}.v-main {
|
|
22934
|
+
flex: 1 0 auto;
|
|
22935
|
+
max-width: 100%;
|
|
22581
22936
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22937
|
+
padding-left: var(--v-layout-left);
|
|
22938
|
+
padding-right: var(--v-layout-right);
|
|
22939
|
+
padding-top: var(--v-layout-top);
|
|
22940
|
+
padding-bottom: var(--v-layout-bottom);
|
|
22582
22941
|
}
|
|
22583
|
-
|
|
22584
|
-
|
|
22585
|
-
position: absolute;
|
|
22586
|
-
}.v-list {
|
|
22587
|
-
overflow: auto;
|
|
22588
|
-
padding: 8px 0;
|
|
22942
|
+
.v-main__scroller {
|
|
22943
|
+
max-width: 100%;
|
|
22589
22944
|
position: relative;
|
|
22945
|
+
}
|
|
22946
|
+
.v-main--scrollable {
|
|
22947
|
+
display: flex;
|
|
22948
|
+
}
|
|
22949
|
+
.v-main--scrollable {
|
|
22950
|
+
position: absolute;
|
|
22951
|
+
top: 0;
|
|
22952
|
+
left: 0;
|
|
22953
|
+
width: 100%;
|
|
22954
|
+
height: 100%;
|
|
22955
|
+
}
|
|
22956
|
+
.v-main--scrollable > .v-main__scroller {
|
|
22957
|
+
flex: 1 1 auto;
|
|
22958
|
+
overflow-y: auto;
|
|
22959
|
+
--v-layout-left: 0px;
|
|
22960
|
+
--v-layout-right: 0px;
|
|
22961
|
+
--v-layout-top: 0px;
|
|
22962
|
+
--v-layout-bottom: 0px;
|
|
22963
|
+
}.v-list-item {
|
|
22964
|
+
align-items: center;
|
|
22965
|
+
display: grid;
|
|
22966
|
+
flex: none;
|
|
22967
|
+
grid-template-areas: "prepend content append";
|
|
22968
|
+
grid-template-columns: max-content 1fr auto;
|
|
22590
22969
|
outline: none;
|
|
22970
|
+
max-width: 100%;
|
|
22971
|
+
padding: 4px 16px;
|
|
22972
|
+
position: relative;
|
|
22973
|
+
text-decoration: none;
|
|
22591
22974
|
}
|
|
22592
|
-
.v-list {
|
|
22975
|
+
.v-list-item {
|
|
22593
22976
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22594
22977
|
border-style: solid;
|
|
22595
22978
|
border-width: 0;
|
|
22596
22979
|
}
|
|
22597
|
-
.v-list--border {
|
|
22980
|
+
.v-list-item--border {
|
|
22598
22981
|
border-width: thin;
|
|
22599
22982
|
box-shadow: none;
|
|
22600
22983
|
}
|
|
22601
|
-
.v-list {
|
|
22602
|
-
|
|
22984
|
+
.v-list-item:hover > .v-list-item__overlay {
|
|
22985
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22603
22986
|
}
|
|
22604
|
-
.v-list {
|
|
22605
|
-
|
|
22987
|
+
.v-list-item:focus-visible > .v-list-item__overlay {
|
|
22988
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22606
22989
|
}
|
|
22607
|
-
|
|
22608
|
-
|
|
22609
|
-
|
|
22990
|
+
@supports not selector(:focus-visible) {
|
|
22991
|
+
.v-list-item:focus > .v-list-item__overlay {
|
|
22992
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22993
|
+
}
|
|
22610
22994
|
}
|
|
22611
|
-
.v-list--
|
|
22612
|
-
|
|
22613
|
-
-webkit-user-select: none;
|
|
22614
|
-
user-select: none;
|
|
22995
|
+
.v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
|
|
22996
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
22615
22997
|
}
|
|
22616
|
-
.v-list--
|
|
22617
|
-
|
|
22998
|
+
.v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
|
|
22999
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22618
23000
|
}
|
|
22619
|
-
.v-list--
|
|
22620
|
-
|
|
23001
|
+
.v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
|
|
23002
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22621
23003
|
}
|
|
22622
|
-
|
|
22623
|
-
|
|
22624
|
-
|
|
22625
|
-
|
|
22626
|
-
.v-list-img {
|
|
22627
|
-
border-radius: inherit;
|
|
22628
|
-
display: flex;
|
|
22629
|
-
height: 100%;
|
|
22630
|
-
left: 0;
|
|
22631
|
-
overflow: hidden;
|
|
22632
|
-
position: absolute;
|
|
22633
|
-
top: 0;
|
|
22634
|
-
width: 100%;
|
|
22635
|
-
z-index: -1;
|
|
22636
|
-
}
|
|
22637
|
-
|
|
22638
|
-
.v-list-subheader {
|
|
22639
|
-
align-items: center;
|
|
22640
|
-
background: inherit;
|
|
22641
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
22642
|
-
display: flex;
|
|
22643
|
-
font-size: 0.875rem;
|
|
22644
|
-
font-weight: 400;
|
|
22645
|
-
line-height: 1.375rem;
|
|
22646
|
-
padding-inline-end: 16px;
|
|
22647
|
-
min-height: 40px;
|
|
22648
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
22649
|
-
}
|
|
22650
|
-
.v-list-subheader__text {
|
|
22651
|
-
overflow: hidden;
|
|
22652
|
-
text-overflow: ellipsis;
|
|
22653
|
-
white-space: nowrap;
|
|
22654
|
-
}
|
|
22655
|
-
.v-list--density-default .v-list-subheader {
|
|
22656
|
-
min-height: 40px;
|
|
22657
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22658
|
-
}
|
|
22659
|
-
|
|
22660
|
-
.v-list--density-comfortable .v-list-subheader {
|
|
22661
|
-
min-height: 36px;
|
|
22662
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22663
|
-
}
|
|
22664
|
-
|
|
22665
|
-
.v-list--density-compact .v-list-subheader {
|
|
22666
|
-
min-height: 32px;
|
|
22667
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
22668
|
-
}
|
|
22669
|
-
|
|
22670
|
-
.v-list-subheader--inset {
|
|
22671
|
-
--indent-padding: 56px;
|
|
22672
|
-
}
|
|
22673
|
-
.v-list--nav .v-list-subheader {
|
|
22674
|
-
font-size: 0.75rem;
|
|
22675
|
-
}
|
|
22676
|
-
.v-list-subheader--sticky {
|
|
22677
|
-
background: inherit;
|
|
22678
|
-
left: 0;
|
|
22679
|
-
position: sticky;
|
|
22680
|
-
top: 0;
|
|
22681
|
-
z-index: 1;
|
|
22682
|
-
}
|
|
22683
|
-
|
|
22684
|
-
.v-list__overlay {
|
|
22685
|
-
background-color: currentColor;
|
|
22686
|
-
border-radius: inherit;
|
|
22687
|
-
bottom: 0;
|
|
22688
|
-
left: 0;
|
|
22689
|
-
opacity: 0;
|
|
22690
|
-
pointer-events: none;
|
|
22691
|
-
position: absolute;
|
|
22692
|
-
right: 0;
|
|
22693
|
-
top: 0;
|
|
22694
|
-
transition: opacity 0.2s ease-in-out;
|
|
22695
|
-
}.v-list-item {
|
|
22696
|
-
align-items: center;
|
|
22697
|
-
display: grid;
|
|
22698
|
-
flex: none;
|
|
22699
|
-
grid-template-areas: "prepend content append";
|
|
22700
|
-
grid-template-columns: max-content 1fr auto;
|
|
22701
|
-
outline: none;
|
|
22702
|
-
max-width: 100%;
|
|
22703
|
-
padding: 4px 16px;
|
|
22704
|
-
position: relative;
|
|
22705
|
-
text-decoration: none;
|
|
22706
|
-
}
|
|
22707
|
-
.v-list-item {
|
|
22708
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22709
|
-
border-style: solid;
|
|
22710
|
-
border-width: 0;
|
|
22711
|
-
}
|
|
22712
|
-
.v-list-item--border {
|
|
22713
|
-
border-width: thin;
|
|
22714
|
-
box-shadow: none;
|
|
22715
|
-
}
|
|
22716
|
-
.v-list-item:hover > .v-list-item__overlay {
|
|
22717
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22718
|
-
}
|
|
22719
|
-
.v-list-item:focus-visible > .v-list-item__overlay {
|
|
22720
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22721
|
-
}
|
|
22722
|
-
@supports not selector(:focus-visible) {
|
|
22723
|
-
.v-list-item:focus > .v-list-item__overlay {
|
|
22724
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22725
|
-
}
|
|
22726
|
-
}
|
|
22727
|
-
.v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
|
|
22728
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
22729
|
-
}
|
|
22730
|
-
.v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
|
|
22731
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22732
|
-
}
|
|
22733
|
-
.v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
|
|
22734
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22735
|
-
}
|
|
22736
|
-
@supports not selector(:focus-visible) {
|
|
22737
|
-
.v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
|
|
22738
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
22739
|
-
}
|
|
23004
|
+
@supports not selector(:focus-visible) {
|
|
23005
|
+
.v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
|
|
23006
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
23007
|
+
}
|
|
22740
23008
|
}
|
|
22741
23009
|
.v-list-item {
|
|
22742
23010
|
border-radius: 0;
|
|
@@ -23161,38 +23429,145 @@ textarea.v-field__input::placeholder {
|
|
|
23161
23429
|
}
|
|
23162
23430
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
23163
23431
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23164
|
-
}.v-locale-provider {
|
|
23165
|
-
display: contents;
|
|
23166
|
-
}.v-main {
|
|
23167
|
-
flex: 1 0 auto;
|
|
23168
|
-
max-width: 100%;
|
|
23169
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23170
|
-
padding-left: var(--v-layout-left);
|
|
23171
|
-
padding-right: var(--v-layout-right);
|
|
23172
|
-
padding-top: var(--v-layout-top);
|
|
23173
|
-
padding-bottom: var(--v-layout-bottom);
|
|
23174
23432
|
}
|
|
23175
|
-
|
|
23176
|
-
|
|
23433
|
+
|
|
23434
|
+
@media (forced-colors: active) {
|
|
23435
|
+
.v-list-item:not(.v-list-item--active) {
|
|
23436
|
+
color: buttontext;
|
|
23437
|
+
}
|
|
23438
|
+
.v-list-item--variant-plain.v-list-item--active {
|
|
23439
|
+
color: highlight !important;
|
|
23440
|
+
}
|
|
23441
|
+
.v-list-item:not(.v-list-item--variant-plain).v-list-item--active {
|
|
23442
|
+
background-color: highlight !important;
|
|
23443
|
+
color: highlighttext !important;
|
|
23444
|
+
}
|
|
23445
|
+
.v-list-item-title {
|
|
23446
|
+
forced-color-adjust: preserve-parent-color;
|
|
23447
|
+
}
|
|
23448
|
+
.v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
|
|
23449
|
+
.v-list-item--active .v-list-item__prepend > .v-icon,
|
|
23450
|
+
.v-list-item--active .v-list-item__append > .v-badge .v-icon,
|
|
23451
|
+
.v-list-item--active .v-list-item__append > .v-icon {
|
|
23452
|
+
forced-color-adjust: preserve-parent-color;
|
|
23453
|
+
}
|
|
23454
|
+
@supports selector(:focus-visible) {
|
|
23455
|
+
.v-list-item::after {
|
|
23456
|
+
color: buttontext;
|
|
23457
|
+
}
|
|
23458
|
+
.v-list-item:focus-visible::after {
|
|
23459
|
+
opacity: 1;
|
|
23460
|
+
}
|
|
23461
|
+
}
|
|
23462
|
+
}.v-list {
|
|
23463
|
+
overflow: auto;
|
|
23464
|
+
padding: 8px 0;
|
|
23177
23465
|
position: relative;
|
|
23466
|
+
outline: none;
|
|
23178
23467
|
}
|
|
23179
|
-
.v-
|
|
23180
|
-
|
|
23468
|
+
.v-list {
|
|
23469
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23470
|
+
border-style: solid;
|
|
23471
|
+
border-width: 0;
|
|
23181
23472
|
}
|
|
23182
|
-
.v-
|
|
23473
|
+
.v-list--border {
|
|
23474
|
+
border-width: thin;
|
|
23475
|
+
box-shadow: none;
|
|
23476
|
+
}
|
|
23477
|
+
.v-list {
|
|
23478
|
+
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));
|
|
23479
|
+
}
|
|
23480
|
+
.v-list {
|
|
23481
|
+
border-radius: 0;
|
|
23482
|
+
}
|
|
23483
|
+
.v-list {
|
|
23484
|
+
background: rgba(var(--v-theme-surface));
|
|
23485
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23486
|
+
}
|
|
23487
|
+
.v-list--disabled {
|
|
23488
|
+
pointer-events: none;
|
|
23489
|
+
-webkit-user-select: none;
|
|
23490
|
+
user-select: none;
|
|
23491
|
+
}
|
|
23492
|
+
.v-list--nav {
|
|
23493
|
+
padding-inline: 8px;
|
|
23494
|
+
}
|
|
23495
|
+
.v-list--rounded {
|
|
23496
|
+
border-radius: 4px;
|
|
23497
|
+
}
|
|
23498
|
+
.v-list--subheader {
|
|
23499
|
+
padding-top: 0;
|
|
23500
|
+
}
|
|
23501
|
+
|
|
23502
|
+
.v-list-img {
|
|
23503
|
+
border-radius: inherit;
|
|
23504
|
+
display: flex;
|
|
23505
|
+
height: 100%;
|
|
23506
|
+
left: 0;
|
|
23507
|
+
overflow: hidden;
|
|
23183
23508
|
position: absolute;
|
|
23184
23509
|
top: 0;
|
|
23185
|
-
left: 0;
|
|
23186
23510
|
width: 100%;
|
|
23187
|
-
|
|
23511
|
+
z-index: -1;
|
|
23188
23512
|
}
|
|
23189
|
-
|
|
23190
|
-
|
|
23191
|
-
|
|
23192
|
-
|
|
23193
|
-
--v-
|
|
23194
|
-
|
|
23195
|
-
|
|
23513
|
+
|
|
23514
|
+
.v-list-subheader {
|
|
23515
|
+
align-items: center;
|
|
23516
|
+
background: inherit;
|
|
23517
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23518
|
+
display: flex;
|
|
23519
|
+
font-size: 0.875rem;
|
|
23520
|
+
font-weight: 400;
|
|
23521
|
+
line-height: 1.375rem;
|
|
23522
|
+
padding-inline-end: 16px;
|
|
23523
|
+
min-height: 40px;
|
|
23524
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
23525
|
+
}
|
|
23526
|
+
.v-list-subheader__text {
|
|
23527
|
+
overflow: hidden;
|
|
23528
|
+
text-overflow: ellipsis;
|
|
23529
|
+
white-space: nowrap;
|
|
23530
|
+
}
|
|
23531
|
+
.v-list--density-default .v-list-subheader {
|
|
23532
|
+
min-height: 40px;
|
|
23533
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23534
|
+
}
|
|
23535
|
+
|
|
23536
|
+
.v-list--density-comfortable .v-list-subheader {
|
|
23537
|
+
min-height: 36px;
|
|
23538
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23539
|
+
}
|
|
23540
|
+
|
|
23541
|
+
.v-list--density-compact .v-list-subheader {
|
|
23542
|
+
min-height: 32px;
|
|
23543
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
|
23544
|
+
}
|
|
23545
|
+
|
|
23546
|
+
.v-list-subheader--inset {
|
|
23547
|
+
--indent-padding: 56px;
|
|
23548
|
+
}
|
|
23549
|
+
.v-list--nav .v-list-subheader {
|
|
23550
|
+
font-size: 0.75rem;
|
|
23551
|
+
}
|
|
23552
|
+
.v-list-subheader--sticky {
|
|
23553
|
+
background: inherit;
|
|
23554
|
+
left: 0;
|
|
23555
|
+
position: sticky;
|
|
23556
|
+
top: 0;
|
|
23557
|
+
z-index: 1;
|
|
23558
|
+
}
|
|
23559
|
+
|
|
23560
|
+
.v-list__overlay {
|
|
23561
|
+
background-color: currentColor;
|
|
23562
|
+
border-radius: inherit;
|
|
23563
|
+
bottom: 0;
|
|
23564
|
+
left: 0;
|
|
23565
|
+
opacity: 0;
|
|
23566
|
+
pointer-events: none;
|
|
23567
|
+
position: absolute;
|
|
23568
|
+
right: 0;
|
|
23569
|
+
top: 0;
|
|
23570
|
+
transition: opacity 0.2s ease-in-out;
|
|
23196
23571
|
}.v-menu > .v-overlay__content {
|
|
23197
23572
|
display: flex;
|
|
23198
23573
|
flex-direction: column;
|
|
@@ -23212,6 +23587,8 @@ textarea.v-field__input::placeholder {
|
|
|
23212
23587
|
.v-menu > .v-overlay__content > .v-sheet,
|
|
23213
23588
|
.v-menu > .v-overlay__content > .v-list {
|
|
23214
23589
|
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));
|
|
23590
|
+
}.v-locale-provider {
|
|
23591
|
+
display: contents;
|
|
23215
23592
|
}.v-messages {
|
|
23216
23593
|
flex: 1 1 auto;
|
|
23217
23594
|
font-size: 12px;
|
|
@@ -23228,6 +23605,11 @@ textarea.v-field__input::placeholder {
|
|
|
23228
23605
|
-webkit-hyphens: auto;
|
|
23229
23606
|
hyphens: auto;
|
|
23230
23607
|
transition-duration: 150ms;
|
|
23608
|
+
}.v-counter {
|
|
23609
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23610
|
+
flex: 0 1 auto;
|
|
23611
|
+
font-size: 12px;
|
|
23612
|
+
transition-duration: 150ms;
|
|
23231
23613
|
}.v-navigation-drawer {
|
|
23232
23614
|
-webkit-overflow-scrolling: touch;
|
|
23233
23615
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23389,64 +23771,6 @@ textarea.v-field__input::placeholder {
|
|
|
23389
23771
|
.v-number-input__control .v-btn {
|
|
23390
23772
|
background-color: transparent;
|
|
23391
23773
|
border-radius: 0;
|
|
23392
|
-
}.v-otp-input {
|
|
23393
|
-
align-items: center;
|
|
23394
|
-
display: flex;
|
|
23395
|
-
justify-content: center;
|
|
23396
|
-
padding: 0.5rem 0;
|
|
23397
|
-
position: relative;
|
|
23398
|
-
}
|
|
23399
|
-
.v-otp-input {
|
|
23400
|
-
border-radius: 4px;
|
|
23401
|
-
}
|
|
23402
|
-
.v-otp-input .v-field {
|
|
23403
|
-
height: 100%;
|
|
23404
|
-
}
|
|
23405
|
-
|
|
23406
|
-
.v-otp-input__divider {
|
|
23407
|
-
margin: 0 8px;
|
|
23408
|
-
}
|
|
23409
|
-
|
|
23410
|
-
.v-otp-input__content {
|
|
23411
|
-
align-items: center;
|
|
23412
|
-
display: flex;
|
|
23413
|
-
gap: 0.5rem;
|
|
23414
|
-
height: 64px;
|
|
23415
|
-
padding: 0.5rem;
|
|
23416
|
-
justify-content: center;
|
|
23417
|
-
max-width: 320px;
|
|
23418
|
-
position: relative;
|
|
23419
|
-
border-radius: inherit;
|
|
23420
|
-
}
|
|
23421
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
23422
|
-
max-width: 360px;
|
|
23423
|
-
}
|
|
23424
|
-
|
|
23425
|
-
.v-otp-input__field {
|
|
23426
|
-
color: inherit;
|
|
23427
|
-
font-size: 1.25rem;
|
|
23428
|
-
height: 100%;
|
|
23429
|
-
outline: none;
|
|
23430
|
-
text-align: center;
|
|
23431
|
-
width: 100%;
|
|
23432
|
-
}
|
|
23433
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23434
|
-
-webkit-appearance: none;
|
|
23435
|
-
margin: 0;
|
|
23436
|
-
}
|
|
23437
|
-
.v-otp-input__field[type=number] {
|
|
23438
|
-
-moz-appearance: textfield;
|
|
23439
|
-
}
|
|
23440
|
-
|
|
23441
|
-
.v-otp-input__loader {
|
|
23442
|
-
align-items: center;
|
|
23443
|
-
display: flex;
|
|
23444
|
-
height: 100%;
|
|
23445
|
-
justify-content: center;
|
|
23446
|
-
width: 100%;
|
|
23447
|
-
}
|
|
23448
|
-
.v-otp-input__loader .v-progress-linear {
|
|
23449
|
-
position: absolute;
|
|
23450
23774
|
}.v-overlay-container {
|
|
23451
23775
|
contain: layout;
|
|
23452
23776
|
left: 0;
|
|
@@ -23511,6 +23835,64 @@ html.v-overlay-scroll-blocked {
|
|
|
23511
23835
|
|
|
23512
23836
|
.v-overlay--scroll-blocked {
|
|
23513
23837
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
23838
|
+
}.v-otp-input {
|
|
23839
|
+
align-items: center;
|
|
23840
|
+
display: flex;
|
|
23841
|
+
justify-content: center;
|
|
23842
|
+
padding: 0.5rem 0;
|
|
23843
|
+
position: relative;
|
|
23844
|
+
}
|
|
23845
|
+
.v-otp-input {
|
|
23846
|
+
border-radius: 4px;
|
|
23847
|
+
}
|
|
23848
|
+
.v-otp-input .v-field {
|
|
23849
|
+
height: 100%;
|
|
23850
|
+
}
|
|
23851
|
+
|
|
23852
|
+
.v-otp-input__divider {
|
|
23853
|
+
margin: 0 8px;
|
|
23854
|
+
}
|
|
23855
|
+
|
|
23856
|
+
.v-otp-input__content {
|
|
23857
|
+
align-items: center;
|
|
23858
|
+
display: flex;
|
|
23859
|
+
gap: 0.5rem;
|
|
23860
|
+
height: 64px;
|
|
23861
|
+
padding: 0.5rem;
|
|
23862
|
+
justify-content: center;
|
|
23863
|
+
max-width: 320px;
|
|
23864
|
+
position: relative;
|
|
23865
|
+
border-radius: inherit;
|
|
23866
|
+
}
|
|
23867
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
23868
|
+
max-width: 360px;
|
|
23869
|
+
}
|
|
23870
|
+
|
|
23871
|
+
.v-otp-input__field {
|
|
23872
|
+
color: inherit;
|
|
23873
|
+
font-size: 1.25rem;
|
|
23874
|
+
height: 100%;
|
|
23875
|
+
outline: none;
|
|
23876
|
+
text-align: center;
|
|
23877
|
+
width: 100%;
|
|
23878
|
+
}
|
|
23879
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23880
|
+
-webkit-appearance: none;
|
|
23881
|
+
margin: 0;
|
|
23882
|
+
}
|
|
23883
|
+
.v-otp-input__field[type=number] {
|
|
23884
|
+
-moz-appearance: textfield;
|
|
23885
|
+
}
|
|
23886
|
+
|
|
23887
|
+
.v-otp-input__loader {
|
|
23888
|
+
align-items: center;
|
|
23889
|
+
display: flex;
|
|
23890
|
+
height: 100%;
|
|
23891
|
+
justify-content: center;
|
|
23892
|
+
width: 100%;
|
|
23893
|
+
}
|
|
23894
|
+
.v-otp-input__loader .v-progress-linear {
|
|
23895
|
+
position: absolute;
|
|
23514
23896
|
}.v-pagination__list {
|
|
23515
23897
|
display: inline-flex;
|
|
23516
23898
|
list-style-type: none;
|
|
@@ -23627,153 +24009,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23627
24009
|
100% {
|
|
23628
24010
|
transform: rotate(270deg);
|
|
23629
24011
|
}
|
|
23630
|
-
}.v-input {
|
|
23631
|
-
display: grid;
|
|
23632
|
-
flex: 1 1 auto;
|
|
23633
|
-
font-size: 1rem;
|
|
23634
|
-
font-weight: 400;
|
|
23635
|
-
line-height: 1.5;
|
|
23636
|
-
}
|
|
23637
|
-
.v-input--disabled {
|
|
23638
|
-
pointer-events: none;
|
|
23639
|
-
}
|
|
23640
|
-
.v-input--density-default {
|
|
23641
|
-
--v-input-control-height: 56px;
|
|
23642
|
-
--v-input-padding-top: 16px;
|
|
23643
|
-
}
|
|
23644
|
-
|
|
23645
|
-
.v-input--density-comfortable {
|
|
23646
|
-
--v-input-control-height: 48px;
|
|
23647
|
-
--v-input-padding-top: 12px;
|
|
23648
|
-
}
|
|
23649
|
-
|
|
23650
|
-
.v-input--density-compact {
|
|
23651
|
-
--v-input-control-height: 40px;
|
|
23652
|
-
--v-input-padding-top: 8px;
|
|
23653
|
-
}
|
|
23654
|
-
|
|
23655
|
-
.v-input--vertical {
|
|
23656
|
-
grid-template-areas: "append" "control" "prepend";
|
|
23657
|
-
grid-template-rows: max-content auto max-content;
|
|
23658
|
-
grid-template-columns: min-content;
|
|
23659
|
-
}
|
|
23660
|
-
.v-input--vertical .v-input__prepend {
|
|
23661
|
-
margin-block-start: 16px;
|
|
23662
|
-
}
|
|
23663
|
-
.v-input--vertical .v-input__append {
|
|
23664
|
-
margin-block-end: 16px;
|
|
23665
|
-
}
|
|
23666
|
-
|
|
23667
|
-
.v-input--horizontal {
|
|
23668
|
-
grid-template-areas: "prepend control append" "a messages b";
|
|
23669
|
-
grid-template-columns: max-content minmax(0, 1fr) max-content;
|
|
23670
|
-
grid-template-rows: 1fr auto;
|
|
23671
|
-
}
|
|
23672
|
-
.v-input--horizontal .v-input__prepend {
|
|
23673
|
-
margin-inline-end: 16px;
|
|
23674
|
-
}
|
|
23675
|
-
.v-input--horizontal .v-input__append {
|
|
23676
|
-
margin-inline-start: 16px;
|
|
23677
|
-
}
|
|
23678
|
-
|
|
23679
|
-
.v-input__details {
|
|
23680
|
-
align-items: flex-end;
|
|
23681
|
-
display: flex;
|
|
23682
|
-
font-size: 0.75rem;
|
|
23683
|
-
font-weight: 400;
|
|
23684
|
-
grid-area: messages;
|
|
23685
|
-
letter-spacing: 0.0333333333em;
|
|
23686
|
-
line-height: normal;
|
|
23687
|
-
min-height: 22px;
|
|
23688
|
-
padding-top: 6px;
|
|
23689
|
-
overflow: hidden;
|
|
23690
|
-
justify-content: space-between;
|
|
23691
|
-
}
|
|
23692
|
-
|
|
23693
|
-
.v-input__details > .v-icon,
|
|
23694
|
-
.v-input__prepend > .v-icon,
|
|
23695
|
-
.v-input__append > .v-icon {
|
|
23696
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23697
|
-
}
|
|
23698
|
-
.v-input--disabled .v-input__details > .v-icon,
|
|
23699
|
-
.v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
|
|
23700
|
-
.v-input--error .v-input__details .v-messages,
|
|
23701
|
-
.v-input--disabled .v-input__prepend > .v-icon,
|
|
23702
|
-
.v-input--disabled .v-input__prepend .v-messages,
|
|
23703
|
-
.v-input--error .v-input__prepend > .v-icon,
|
|
23704
|
-
.v-input--error .v-input__prepend .v-messages,
|
|
23705
|
-
.v-input--disabled .v-input__append > .v-icon,
|
|
23706
|
-
.v-input--disabled .v-input__append .v-messages,
|
|
23707
|
-
.v-input--error .v-input__append > .v-icon,
|
|
23708
|
-
.v-input--error .v-input__append .v-messages {
|
|
23709
|
-
opacity: 1;
|
|
23710
|
-
}
|
|
23711
|
-
.v-input--glow.v-input--focused .v-input__details > .v-icon,
|
|
23712
|
-
.v-input--glow.v-input--focused .v-input__prepend > .v-icon,
|
|
23713
|
-
.v-input--glow.v-input--focused .v-input__append > .v-icon {
|
|
23714
|
-
opacity: 1;
|
|
23715
|
-
}
|
|
23716
|
-
.v-input--disabled .v-input__details,
|
|
23717
|
-
.v-input--disabled .v-input__prepend,
|
|
23718
|
-
.v-input--disabled .v-input__append {
|
|
23719
|
-
opacity: var(--v-disabled-opacity);
|
|
23720
|
-
}
|
|
23721
|
-
.v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
|
|
23722
|
-
.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
|
|
23723
|
-
.v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
|
|
23724
|
-
.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
|
|
23725
|
-
.v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
|
|
23726
|
-
.v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
|
|
23727
|
-
color: rgb(var(--v-theme-error));
|
|
23728
|
-
}
|
|
23729
|
-
|
|
23730
|
-
.v-input__prepend,
|
|
23731
|
-
.v-input__append {
|
|
23732
|
-
display: flex;
|
|
23733
|
-
align-items: flex-start;
|
|
23734
|
-
padding-top: var(--v-input-padding-top);
|
|
23735
|
-
}
|
|
23736
|
-
.v-input--center-affix .v-input__prepend,
|
|
23737
|
-
.v-input--center-affix .v-input__append {
|
|
23738
|
-
align-items: center;
|
|
23739
|
-
padding-top: 0;
|
|
23740
|
-
}
|
|
23741
|
-
|
|
23742
|
-
.v-input__prepend {
|
|
23743
|
-
grid-area: prepend;
|
|
23744
|
-
}
|
|
23745
|
-
|
|
23746
|
-
.v-input__append {
|
|
23747
|
-
grid-area: append;
|
|
23748
|
-
}
|
|
23749
|
-
|
|
23750
|
-
.v-input__control {
|
|
23751
|
-
display: flex;
|
|
23752
|
-
grid-area: control;
|
|
23753
|
-
}
|
|
23754
|
-
|
|
23755
|
-
.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
|
|
23756
|
-
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
|
|
23757
|
-
-webkit-appearance: none;
|
|
23758
|
-
margin: 0;
|
|
23759
|
-
}
|
|
23760
|
-
.v-input--hide-spin-buttons input[type=number] {
|
|
23761
|
-
-moz-appearance: textfield;
|
|
23762
|
-
}
|
|
23763
|
-
.v-input--plain-underlined .v-input__prepend,
|
|
23764
|
-
.v-input--plain-underlined .v-input__append {
|
|
23765
|
-
align-items: flex-start;
|
|
23766
|
-
}
|
|
23767
|
-
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
|
23768
|
-
padding-top: calc(var(--v-input-padding-top) + 4px);
|
|
23769
|
-
}
|
|
23770
|
-
|
|
23771
|
-
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
|
23772
|
-
padding-top: calc(var(--v-input-padding-top) + 2px);
|
|
23773
|
-
}
|
|
23774
|
-
|
|
23775
|
-
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
23776
|
-
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
23777
24012
|
}.v-progress-linear {
|
|
23778
24013
|
background: transparent;
|
|
23779
24014
|
overflow: hidden;
|
|
@@ -23805,8 +24040,8 @@ html.v-overlay-scroll-blocked {
|
|
|
23805
24040
|
|
|
23806
24041
|
@media (forced-colors: active) {
|
|
23807
24042
|
.v-progress-linear__buffer {
|
|
23808
|
-
background-color: highlight;
|
|
23809
|
-
opacity: 0.
|
|
24043
|
+
background-color: highlight !important;
|
|
24044
|
+
opacity: 0.5 !important;
|
|
23810
24045
|
}
|
|
23811
24046
|
}
|
|
23812
24047
|
.v-progress-linear__content {
|
|
@@ -23831,7 +24066,7 @@ html.v-overlay-scroll-blocked {
|
|
|
23831
24066
|
@media (forced-colors: active) {
|
|
23832
24067
|
.v-progress-linear__determinate,
|
|
23833
24068
|
.v-progress-linear__indeterminate {
|
|
23834
|
-
background-color: highlight;
|
|
24069
|
+
background-color: highlight !important;
|
|
23835
24070
|
}
|
|
23836
24071
|
}
|
|
23837
24072
|
|
|
@@ -24153,63 +24388,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24153
24388
|
flex: 1 0 0px;
|
|
24154
24389
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24155
24390
|
pointer-events: none;
|
|
24156
|
-
}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
24157
|
-
.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
24158
|
-
.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
24159
|
-
.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
24160
|
-
top: 0px;
|
|
24161
|
-
}
|
|
24162
|
-
.v-select .v-field .v-text-field__prefix,
|
|
24163
|
-
.v-select .v-field .v-text-field__suffix,
|
|
24164
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
24165
|
-
cursor: pointer;
|
|
24166
|
-
}
|
|
24167
|
-
.v-select .v-field .v-field__input > input {
|
|
24168
|
-
align-self: flex-start;
|
|
24169
|
-
opacity: 1;
|
|
24170
|
-
flex: 0 0;
|
|
24171
|
-
position: absolute;
|
|
24172
|
-
width: 100%;
|
|
24173
|
-
transition: none;
|
|
24174
|
-
pointer-events: none;
|
|
24175
|
-
caret-color: transparent;
|
|
24176
|
-
}
|
|
24177
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
24178
|
-
margin-inline-end: 2px;
|
|
24179
|
-
}
|
|
24180
|
-
.v-select .v-select__selection-text {
|
|
24181
|
-
overflow: hidden;
|
|
24182
|
-
text-overflow: ellipsis;
|
|
24183
|
-
white-space: nowrap;
|
|
24184
|
-
}
|
|
24185
|
-
.v-select__content {
|
|
24186
|
-
overflow: hidden;
|
|
24187
|
-
}
|
|
24188
|
-
.v-select__content {
|
|
24189
|
-
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));
|
|
24190
|
-
}
|
|
24191
|
-
.v-select__content {
|
|
24192
|
-
border-radius: 4px;
|
|
24193
|
-
}
|
|
24194
|
-
.v-select__selection {
|
|
24195
|
-
display: inline-flex;
|
|
24196
|
-
align-items: center;
|
|
24197
|
-
letter-spacing: inherit;
|
|
24198
|
-
line-height: inherit;
|
|
24199
|
-
max-width: 100%;
|
|
24200
|
-
}
|
|
24201
|
-
.v-select .v-select__selection:first-child {
|
|
24202
|
-
margin-inline-start: 0;
|
|
24203
|
-
}
|
|
24204
|
-
.v-select--selected .v-field .v-field__input > input {
|
|
24205
|
-
opacity: 0;
|
|
24206
|
-
}
|
|
24207
|
-
.v-select__menu-icon {
|
|
24208
|
-
margin-inline-start: 4px;
|
|
24209
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24210
|
-
}
|
|
24211
|
-
.v-select--active-menu .v-select__menu-icon {
|
|
24212
|
-
transform: rotate(180deg);
|
|
24213
24391
|
}.v-selection-control {
|
|
24214
24392
|
align-items: center;
|
|
24215
24393
|
contain: layout;
|
|
@@ -24311,14 +24489,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24311
24489
|
}
|
|
24312
24490
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
24313
24491
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24314
|
-
}.v-selection-control-group {
|
|
24315
|
-
grid-area: control;
|
|
24316
|
-
display: flex;
|
|
24317
|
-
flex-direction: column;
|
|
24318
|
-
}
|
|
24319
|
-
.v-selection-control-group--inline {
|
|
24320
|
-
flex-direction: row;
|
|
24321
|
-
flex-wrap: wrap;
|
|
24322
24492
|
}.v-sheet {
|
|
24323
24493
|
display: block;
|
|
24324
24494
|
}
|
|
@@ -24355,6 +24525,130 @@ html.v-overlay-scroll-blocked {
|
|
|
24355
24525
|
}
|
|
24356
24526
|
.v-sheet--rounded {
|
|
24357
24527
|
border-radius: 4px;
|
|
24528
|
+
}.v-selection-control-group {
|
|
24529
|
+
grid-area: control;
|
|
24530
|
+
display: flex;
|
|
24531
|
+
flex-direction: column;
|
|
24532
|
+
}
|
|
24533
|
+
.v-selection-control-group--inline {
|
|
24534
|
+
flex-direction: row;
|
|
24535
|
+
flex-wrap: wrap;
|
|
24536
|
+
}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
24537
|
+
.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
24538
|
+
.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
24539
|
+
.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
24540
|
+
top: 0px;
|
|
24541
|
+
}
|
|
24542
|
+
.v-select .v-field .v-text-field__prefix,
|
|
24543
|
+
.v-select .v-field .v-text-field__suffix,
|
|
24544
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
24545
|
+
cursor: pointer;
|
|
24546
|
+
}
|
|
24547
|
+
.v-select .v-field .v-field__input > input {
|
|
24548
|
+
align-self: flex-start;
|
|
24549
|
+
opacity: 1;
|
|
24550
|
+
flex: 0 0;
|
|
24551
|
+
position: absolute;
|
|
24552
|
+
left: 0;
|
|
24553
|
+
right: 0;
|
|
24554
|
+
width: 100%;
|
|
24555
|
+
transition: none;
|
|
24556
|
+
pointer-events: none;
|
|
24557
|
+
caret-color: transparent;
|
|
24558
|
+
padding-inline: inherit;
|
|
24559
|
+
}
|
|
24560
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
24561
|
+
margin-inline-end: 2px;
|
|
24562
|
+
}
|
|
24563
|
+
.v-select .v-select__selection-text {
|
|
24564
|
+
overflow: hidden;
|
|
24565
|
+
text-overflow: ellipsis;
|
|
24566
|
+
white-space: nowrap;
|
|
24567
|
+
}
|
|
24568
|
+
.v-select__content {
|
|
24569
|
+
overflow: hidden;
|
|
24570
|
+
}
|
|
24571
|
+
.v-select__content {
|
|
24572
|
+
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));
|
|
24573
|
+
}
|
|
24574
|
+
.v-menu > .v-overlay__content.v-select__content {
|
|
24575
|
+
border-radius: 4px;
|
|
24576
|
+
}
|
|
24577
|
+
|
|
24578
|
+
.v-select__selection {
|
|
24579
|
+
display: inline-flex;
|
|
24580
|
+
align-items: center;
|
|
24581
|
+
letter-spacing: inherit;
|
|
24582
|
+
line-height: inherit;
|
|
24583
|
+
max-width: 100%;
|
|
24584
|
+
}
|
|
24585
|
+
.v-select .v-select__selection:first-child {
|
|
24586
|
+
margin-inline-start: 0;
|
|
24587
|
+
}
|
|
24588
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
24589
|
+
opacity: 0;
|
|
24590
|
+
}
|
|
24591
|
+
.v-select__menu-icon {
|
|
24592
|
+
margin-inline-start: 4px;
|
|
24593
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24594
|
+
}
|
|
24595
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
24596
|
+
transform: rotate(180deg);
|
|
24597
|
+
}.v-slide-group {
|
|
24598
|
+
display: flex;
|
|
24599
|
+
overflow: hidden;
|
|
24600
|
+
}
|
|
24601
|
+
|
|
24602
|
+
.v-slide-group__next,
|
|
24603
|
+
.v-slide-group__prev {
|
|
24604
|
+
align-items: center;
|
|
24605
|
+
display: flex;
|
|
24606
|
+
flex: 0 1 52px;
|
|
24607
|
+
justify-content: center;
|
|
24608
|
+
min-width: 52px;
|
|
24609
|
+
cursor: pointer;
|
|
24610
|
+
}
|
|
24611
|
+
.v-slide-group__next--disabled,
|
|
24612
|
+
.v-slide-group__prev--disabled {
|
|
24613
|
+
pointer-events: none;
|
|
24614
|
+
opacity: var(--v-disabled-opacity);
|
|
24615
|
+
}
|
|
24616
|
+
|
|
24617
|
+
.v-slide-group__content {
|
|
24618
|
+
display: flex;
|
|
24619
|
+
flex: 1 0 auto;
|
|
24620
|
+
position: relative;
|
|
24621
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24622
|
+
white-space: nowrap;
|
|
24623
|
+
}
|
|
24624
|
+
.v-slide-group__content > * {
|
|
24625
|
+
white-space: initial;
|
|
24626
|
+
}
|
|
24627
|
+
|
|
24628
|
+
.v-slide-group__container {
|
|
24629
|
+
contain: content;
|
|
24630
|
+
display: flex;
|
|
24631
|
+
flex: 1 1 auto;
|
|
24632
|
+
overflow-x: auto;
|
|
24633
|
+
overflow-y: hidden;
|
|
24634
|
+
scrollbar-width: none;
|
|
24635
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24636
|
+
}
|
|
24637
|
+
.v-slide-group__container::-webkit-scrollbar {
|
|
24638
|
+
display: none;
|
|
24639
|
+
}
|
|
24640
|
+
|
|
24641
|
+
.v-slide-group--vertical {
|
|
24642
|
+
max-height: inherit;
|
|
24643
|
+
}
|
|
24644
|
+
.v-slide-group--vertical,
|
|
24645
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
24646
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
24647
|
+
flex-direction: column;
|
|
24648
|
+
}
|
|
24649
|
+
.v-slide-group--vertical .v-slide-group__container {
|
|
24650
|
+
overflow-x: hidden;
|
|
24651
|
+
overflow-y: auto;
|
|
24358
24652
|
}.v-skeleton-loader {
|
|
24359
24653
|
align-items: center;
|
|
24360
24654
|
background: rgb(var(--v-theme-surface));
|
|
@@ -24580,64 +24874,65 @@ html.v-overlay-scroll-blocked {
|
|
|
24580
24874
|
100% {
|
|
24581
24875
|
transform: translateX(100%);
|
|
24582
24876
|
}
|
|
24583
|
-
}.v-
|
|
24584
|
-
display: flex;
|
|
24877
|
+
}.v-stepper.v-sheet {
|
|
24585
24878
|
overflow: hidden;
|
|
24586
24879
|
}
|
|
24587
|
-
|
|
24588
|
-
.v-
|
|
24589
|
-
.v-slide-group__prev {
|
|
24590
|
-
align-items: center;
|
|
24591
|
-
display: flex;
|
|
24592
|
-
flex: 0 1 52px;
|
|
24593
|
-
justify-content: center;
|
|
24594
|
-
min-width: 52px;
|
|
24595
|
-
cursor: pointer;
|
|
24880
|
+
.v-stepper.v-sheet {
|
|
24881
|
+
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));
|
|
24596
24882
|
}
|
|
24597
|
-
.v-
|
|
24598
|
-
|
|
24599
|
-
|
|
24600
|
-
|
|
24883
|
+
.v-stepper.v-sheet {
|
|
24884
|
+
border-radius: 4px;
|
|
24885
|
+
}
|
|
24886
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
24887
|
+
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));
|
|
24601
24888
|
}
|
|
24602
24889
|
|
|
24603
|
-
.v-
|
|
24890
|
+
.v-stepper-header {
|
|
24891
|
+
align-items: center;
|
|
24604
24892
|
display: flex;
|
|
24605
|
-
flex: 1 0 auto;
|
|
24606
24893
|
position: relative;
|
|
24607
|
-
|
|
24608
|
-
|
|
24894
|
+
overflow-x: auto;
|
|
24895
|
+
justify-content: space-between;
|
|
24896
|
+
z-index: 1;
|
|
24609
24897
|
}
|
|
24610
|
-
.v-
|
|
24611
|
-
|
|
24898
|
+
.v-stepper-header {
|
|
24899
|
+
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));
|
|
24612
24900
|
}
|
|
24613
|
-
|
|
24614
|
-
|
|
24615
|
-
contain: content;
|
|
24616
|
-
display: flex;
|
|
24617
|
-
flex: 1 1 auto;
|
|
24618
|
-
overflow-x: auto;
|
|
24619
|
-
overflow-y: hidden;
|
|
24620
|
-
scrollbar-width: none;
|
|
24621
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
|
24901
|
+
.v-stepper-header .v-divider {
|
|
24902
|
+
margin: 0 -16px;
|
|
24622
24903
|
}
|
|
24623
|
-
.v-
|
|
24624
|
-
|
|
24904
|
+
.v-stepper-header .v-divider:last-child {
|
|
24905
|
+
margin-inline-end: 0;
|
|
24625
24906
|
}
|
|
24626
|
-
|
|
24627
|
-
|
|
24628
|
-
max-height: inherit;
|
|
24907
|
+
.v-stepper-header .v-divider:first-child {
|
|
24908
|
+
margin-inline-start: 0;
|
|
24629
24909
|
}
|
|
24630
|
-
.v-
|
|
24631
|
-
|
|
24632
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
24633
|
-
flex-direction: column;
|
|
24910
|
+
.v-stepper--alt-labels .v-stepper-header {
|
|
24911
|
+
height: auto;
|
|
24634
24912
|
}
|
|
24635
|
-
.v-
|
|
24636
|
-
|
|
24637
|
-
|
|
24638
|
-
}
|
|
24639
|
-
|
|
24640
|
-
|
|
24913
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
24914
|
+
align-self: flex-start;
|
|
24915
|
+
margin: 35px -67px 0;
|
|
24916
|
+
}
|
|
24917
|
+
|
|
24918
|
+
.v-stepper-window {
|
|
24919
|
+
margin: 1.5rem;
|
|
24920
|
+
}
|
|
24921
|
+
|
|
24922
|
+
.v-stepper-actions {
|
|
24923
|
+
display: flex;
|
|
24924
|
+
align-items: center;
|
|
24925
|
+
justify-content: space-between;
|
|
24926
|
+
padding: 1rem;
|
|
24927
|
+
}
|
|
24928
|
+
.v-stepper .v-stepper-actions {
|
|
24929
|
+
padding: 0 1.5rem 1rem;
|
|
24930
|
+
}
|
|
24931
|
+
.v-stepper-window-item .v-stepper-actions {
|
|
24932
|
+
padding: 1.5rem 0 0;
|
|
24933
|
+
}.v-snackbar {
|
|
24934
|
+
justify-content: center;
|
|
24935
|
+
z-index: 10000;
|
|
24641
24936
|
margin: 8px;
|
|
24642
24937
|
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
24643
24938
|
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
|
@@ -24700,6 +24995,11 @@ html.v-overlay-scroll-blocked {
|
|
|
24700
24995
|
position: absolute;
|
|
24701
24996
|
}
|
|
24702
24997
|
|
|
24998
|
+
@media (forced-colors: active) {
|
|
24999
|
+
.v-snackbar__wrapper {
|
|
25000
|
+
border: thick solid;
|
|
25001
|
+
}
|
|
25002
|
+
}
|
|
24703
25003
|
.v-snackbar__content {
|
|
24704
25004
|
flex-grow: 1;
|
|
24705
25005
|
font-size: 0.875rem;
|
|
@@ -24775,49 +25075,130 @@ html.v-overlay-scroll-blocked {
|
|
|
24775
25075
|
}
|
|
24776
25076
|
.v-snackbar-transition-leave-to {
|
|
24777
25077
|
opacity: 0;
|
|
24778
|
-
}.v-
|
|
25078
|
+
}.v-stepper-item {
|
|
24779
25079
|
align-items: center;
|
|
24780
|
-
|
|
24781
|
-
|
|
24782
|
-
|
|
24783
|
-
|
|
24784
|
-
|
|
24785
|
-
padding
|
|
25080
|
+
align-self: stretch;
|
|
25081
|
+
display: inline-flex;
|
|
25082
|
+
flex: none;
|
|
25083
|
+
outline: none;
|
|
25084
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
25085
|
+
padding: 1.5rem;
|
|
24786
25086
|
position: relative;
|
|
24787
|
-
|
|
24788
|
-
|
|
25087
|
+
transition-duration: 0.2s;
|
|
25088
|
+
transition-property: opacity;
|
|
25089
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
24789
25090
|
}
|
|
24790
|
-
.v-
|
|
25091
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
|
25092
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
25093
|
+
}
|
|
25094
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
|
25095
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
25096
|
+
}
|
|
25097
|
+
@supports not selector(:focus-visible) {
|
|
25098
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
|
25099
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
25100
|
+
}
|
|
25101
|
+
}
|
|
25102
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
|
25103
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
25104
|
+
}
|
|
25105
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
|
25106
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25107
|
+
}
|
|
25108
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
|
25109
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25110
|
+
}
|
|
25111
|
+
@supports not selector(:focus-visible) {
|
|
25112
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
|
25113
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25114
|
+
}
|
|
25115
|
+
}
|
|
25116
|
+
.v-stepper--non-linear .v-stepper-item {
|
|
25117
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
25118
|
+
}
|
|
25119
|
+
.v-stepper-item--selected {
|
|
25120
|
+
opacity: 1;
|
|
25121
|
+
}
|
|
25122
|
+
.v-stepper-item--error {
|
|
25123
|
+
color: rgb(var(--v-theme-error));
|
|
25124
|
+
}
|
|
25125
|
+
.v-stepper-item--disabled {
|
|
24791
25126
|
opacity: var(--v-medium-emphasis-opacity);
|
|
24792
25127
|
}
|
|
24793
|
-
.v-
|
|
24794
|
-
|
|
25128
|
+
.v-stepper-item[disabled], .v-stepper-item--disabled {
|
|
25129
|
+
pointer-events: none;
|
|
24795
25130
|
}
|
|
24796
|
-
.v-
|
|
24797
|
-
|
|
25131
|
+
.v-stepper--alt-labels .v-stepper-item {
|
|
25132
|
+
flex-direction: column;
|
|
25133
|
+
justify-content: flex-start;
|
|
25134
|
+
align-items: center;
|
|
25135
|
+
flex-basis: 175px;
|
|
24798
25136
|
}
|
|
24799
|
-
|
|
24800
|
-
|
|
25137
|
+
|
|
25138
|
+
.v-stepper-item__avatar.v-avatar {
|
|
25139
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
25140
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
25141
|
+
font-size: 0.75rem;
|
|
25142
|
+
margin-inline-end: 8px;
|
|
24801
25143
|
}
|
|
24802
|
-
.v-
|
|
24803
|
-
|
|
24804
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25144
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
|
25145
|
+
margin-inline-end: 0;
|
|
24805
25146
|
}
|
|
24806
|
-
.v-
|
|
25147
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
25148
|
+
font-size: 0.875rem;
|
|
25149
|
+
}
|
|
25150
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
25151
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
25152
|
+
}
|
|
25153
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
25154
|
+
background: rgb(var(--v-theme-error));
|
|
25155
|
+
}
|
|
25156
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
25157
|
+
margin-bottom: 16px;
|
|
25158
|
+
margin-inline-end: 0;
|
|
25159
|
+
}
|
|
25160
|
+
|
|
25161
|
+
.v-stepper-item__content {
|
|
25162
|
+
text-align: start;
|
|
25163
|
+
}
|
|
25164
|
+
.v-stepper--alt-labels .v-stepper-item__content {
|
|
25165
|
+
text-align: center;
|
|
25166
|
+
}
|
|
25167
|
+
|
|
25168
|
+
.v-stepper-item__title {
|
|
25169
|
+
line-height: 1;
|
|
25170
|
+
}
|
|
25171
|
+
.v-stepper--mobile .v-stepper-item__title {
|
|
25172
|
+
display: none;
|
|
25173
|
+
}
|
|
25174
|
+
|
|
25175
|
+
.v-stepper-item__subtitle {
|
|
24807
25176
|
font-size: 0.75rem;
|
|
24808
|
-
|
|
24809
|
-
|
|
24810
|
-
line-height: 1.667;
|
|
24811
|
-
text-transform: none;
|
|
25177
|
+
line-height: 1;
|
|
25178
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24812
25179
|
}
|
|
24813
|
-
.v-
|
|
24814
|
-
|
|
25180
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
25181
|
+
display: none;
|
|
24815
25182
|
}
|
|
24816
|
-
|
|
24817
|
-
|
|
25183
|
+
|
|
25184
|
+
.v-stepper-item__overlay {
|
|
25185
|
+
background-color: currentColor;
|
|
25186
|
+
border-radius: inherit;
|
|
25187
|
+
opacity: 0;
|
|
25188
|
+
transition: opacity 0.2s ease-in-out;
|
|
24818
25189
|
}
|
|
24819
|
-
|
|
24820
|
-
|
|
25190
|
+
|
|
25191
|
+
.v-stepper-item__overlay,
|
|
25192
|
+
.v-stepper-item__underlay {
|
|
25193
|
+
pointer-events: none;
|
|
25194
|
+
}
|
|
25195
|
+
.v-stepper-item__overlay,
|
|
25196
|
+
.v-stepper-item__underlay {
|
|
25197
|
+
position: absolute;
|
|
25198
|
+
top: 0;
|
|
25199
|
+
left: 0;
|
|
25200
|
+
width: 100%;
|
|
25201
|
+
height: 100%;
|
|
24821
25202
|
}.v-speed-dial__content {
|
|
24822
25203
|
gap: 8px;
|
|
24823
25204
|
}
|
|
@@ -25041,300 +25422,68 @@ html.v-overlay-scroll-blocked {
|
|
|
25041
25422
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
|
25042
25423
|
border-width: 0;
|
|
25043
25424
|
}
|
|
25044
|
-
}.v-
|
|
25425
|
+
}.v-system-bar {
|
|
25426
|
+
align-items: center;
|
|
25045
25427
|
display: flex;
|
|
25046
|
-
|
|
25428
|
+
flex: 1 1 auto;
|
|
25429
|
+
height: 24px;
|
|
25430
|
+
justify-content: flex-end;
|
|
25431
|
+
max-width: 100%;
|
|
25432
|
+
padding-inline: 8px;
|
|
25433
|
+
position: relative;
|
|
25434
|
+
text-align: end;
|
|
25435
|
+
width: 100%;
|
|
25047
25436
|
}
|
|
25048
|
-
.v-
|
|
25049
|
-
--v-
|
|
25437
|
+
.v-system-bar .v-icon {
|
|
25438
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
25050
25439
|
}
|
|
25051
|
-
.v-
|
|
25052
|
-
--v-
|
|
25440
|
+
.v-system-bar {
|
|
25441
|
+
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));
|
|
25053
25442
|
}
|
|
25054
|
-
|
|
25055
|
-
|
|
25056
|
-
--v-tabs-height: 44px;
|
|
25443
|
+
.v-system-bar--absolute {
|
|
25444
|
+
position: absolute;
|
|
25057
25445
|
}
|
|
25058
|
-
.v-
|
|
25059
|
-
|
|
25446
|
+
.v-system-bar--fixed {
|
|
25447
|
+
position: fixed;
|
|
25060
25448
|
}
|
|
25061
|
-
|
|
25062
|
-
|
|
25063
|
-
--v-
|
|
25449
|
+
.v-system-bar {
|
|
25450
|
+
background: rgba(var(--v-theme-surface-light));
|
|
25451
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25064
25452
|
}
|
|
25065
|
-
.v-
|
|
25066
|
-
|
|
25453
|
+
.v-system-bar {
|
|
25454
|
+
font-size: 0.75rem;
|
|
25455
|
+
font-weight: 400;
|
|
25456
|
+
letter-spacing: 0.0333333333em;
|
|
25457
|
+
line-height: 1.667;
|
|
25458
|
+
text-transform: none;
|
|
25067
25459
|
}
|
|
25068
|
-
|
|
25069
|
-
|
|
25070
|
-
height: auto;
|
|
25071
|
-
flex: none;
|
|
25072
|
-
--v-tabs-height: 48px;
|
|
25460
|
+
.v-system-bar--rounded {
|
|
25461
|
+
border-radius: 0;
|
|
25073
25462
|
}
|
|
25074
|
-
|
|
25075
|
-
|
|
25076
|
-
margin-inline-start: 42px;
|
|
25463
|
+
.v-system-bar--window {
|
|
25464
|
+
height: 32px;
|
|
25077
25465
|
}
|
|
25078
|
-
|
|
25079
|
-
|
|
25080
|
-
.v-
|
|
25081
|
-
|
|
25466
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
25467
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
25468
|
+
}.v-table {
|
|
25469
|
+
font-size: 0.875rem;
|
|
25470
|
+
transition-duration: 0.28s;
|
|
25471
|
+
transition-property: box-shadow, opacity, background, height;
|
|
25472
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25082
25473
|
}
|
|
25083
|
-
.v-
|
|
25084
|
-
|
|
25085
|
-
|
|
25474
|
+
.v-table {
|
|
25475
|
+
background: rgb(var(--v-theme-surface));
|
|
25476
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25086
25477
|
}
|
|
25087
|
-
|
|
25088
|
-
|
|
25089
|
-
flex-grow: 1;
|
|
25478
|
+
.v-table .v-table-divider {
|
|
25479
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25090
25480
|
}
|
|
25091
|
-
.v-
|
|
25092
|
-
|
|
25093
|
-
max-width: none;
|
|
25481
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
25482
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25094
25483
|
}
|
|
25095
|
-
|
|
25096
|
-
.v-
|
|
25097
|
-
|
|
25098
|
-
}
|
|
25099
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
25100
|
-
margin-inline-end: 0;
|
|
25101
|
-
}
|
|
25102
|
-
|
|
25103
|
-
@media (max-width: 1279.98px) {
|
|
25104
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25105
|
-
margin-inline-start: 52px;
|
|
25106
|
-
}
|
|
25107
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25108
|
-
margin-inline-end: 52px;
|
|
25109
|
-
}
|
|
25110
|
-
}.v-tab.v-tab.v-btn {
|
|
25111
|
-
height: var(--v-tabs-height);
|
|
25112
|
-
border-radius: 0;
|
|
25113
|
-
min-width: 90px;
|
|
25114
|
-
}
|
|
25115
|
-
.v-slide-group--horizontal .v-tab {
|
|
25116
|
-
max-width: 360px;
|
|
25117
|
-
}
|
|
25118
|
-
.v-slide-group--vertical .v-tab {
|
|
25119
|
-
justify-content: start;
|
|
25120
|
-
}
|
|
25121
|
-
|
|
25122
|
-
.v-tab__slider {
|
|
25123
|
-
position: absolute;
|
|
25124
|
-
bottom: 0;
|
|
25125
|
-
left: 0;
|
|
25126
|
-
height: 2px;
|
|
25127
|
-
width: 100%;
|
|
25128
|
-
background: currentColor;
|
|
25129
|
-
pointer-events: none;
|
|
25130
|
-
opacity: 0;
|
|
25131
|
-
}
|
|
25132
|
-
.v-tab--selected .v-tab__slider {
|
|
25133
|
-
opacity: 1;
|
|
25134
|
-
}
|
|
25135
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
25136
|
-
top: 0;
|
|
25137
|
-
height: 100%;
|
|
25138
|
-
width: 2px;
|
|
25139
|
-
}.v-stepper-item {
|
|
25140
|
-
align-items: center;
|
|
25141
|
-
align-self: stretch;
|
|
25142
|
-
display: inline-flex;
|
|
25143
|
-
flex: none;
|
|
25144
|
-
outline: none;
|
|
25145
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
25146
|
-
padding: 1.5rem;
|
|
25147
|
-
position: relative;
|
|
25148
|
-
transition-duration: 0.2s;
|
|
25149
|
-
transition-property: opacity;
|
|
25150
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25151
|
-
}
|
|
25152
|
-
.v-stepper-item:hover > .v-stepper-item__overlay {
|
|
25153
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
25154
|
-
}
|
|
25155
|
-
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
|
25156
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
25157
|
-
}
|
|
25158
|
-
@supports not selector(:focus-visible) {
|
|
25159
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
|
25160
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
25161
|
-
}
|
|
25162
|
-
}
|
|
25163
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
|
25164
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
25165
|
-
}
|
|
25166
|
-
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
|
25167
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25168
|
-
}
|
|
25169
|
-
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
|
25170
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25171
|
-
}
|
|
25172
|
-
@supports not selector(:focus-visible) {
|
|
25173
|
-
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
|
25174
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
25175
|
-
}
|
|
25176
|
-
}
|
|
25177
|
-
.v-stepper--non-linear .v-stepper-item {
|
|
25178
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
25179
|
-
}
|
|
25180
|
-
.v-stepper-item--selected {
|
|
25181
|
-
opacity: 1;
|
|
25182
|
-
}
|
|
25183
|
-
.v-stepper-item--error {
|
|
25184
|
-
color: rgb(var(--v-theme-error));
|
|
25185
|
-
}
|
|
25186
|
-
.v-stepper-item--disabled {
|
|
25187
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
25188
|
-
}
|
|
25189
|
-
.v-stepper-item[disabled], .v-stepper-item--disabled {
|
|
25190
|
-
pointer-events: none;
|
|
25191
|
-
}
|
|
25192
|
-
.v-stepper--alt-labels .v-stepper-item {
|
|
25193
|
-
flex-direction: column;
|
|
25194
|
-
justify-content: flex-start;
|
|
25195
|
-
align-items: center;
|
|
25196
|
-
flex-basis: 175px;
|
|
25197
|
-
}
|
|
25198
|
-
|
|
25199
|
-
.v-stepper-item__avatar.v-avatar {
|
|
25200
|
-
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
|
25201
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
25202
|
-
font-size: 0.75rem;
|
|
25203
|
-
margin-inline-end: 8px;
|
|
25204
|
-
}
|
|
25205
|
-
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
|
25206
|
-
margin-inline-end: 0;
|
|
25207
|
-
}
|
|
25208
|
-
.v-stepper-item__avatar.v-avatar .v-icon {
|
|
25209
|
-
font-size: 0.875rem;
|
|
25210
|
-
}
|
|
25211
|
-
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
|
25212
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
25213
|
-
}
|
|
25214
|
-
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
|
25215
|
-
background: rgb(var(--v-theme-error));
|
|
25216
|
-
}
|
|
25217
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
|
25218
|
-
margin-bottom: 16px;
|
|
25219
|
-
margin-inline-end: 0;
|
|
25220
|
-
}
|
|
25221
|
-
|
|
25222
|
-
.v-stepper-item__content {
|
|
25223
|
-
text-align: start;
|
|
25224
|
-
}
|
|
25225
|
-
.v-stepper--alt-labels .v-stepper-item__content {
|
|
25226
|
-
text-align: center;
|
|
25227
|
-
}
|
|
25228
|
-
|
|
25229
|
-
.v-stepper-item__title {
|
|
25230
|
-
line-height: 1;
|
|
25231
|
-
}
|
|
25232
|
-
.v-stepper--mobile .v-stepper-item__title {
|
|
25233
|
-
display: none;
|
|
25234
|
-
}
|
|
25235
|
-
|
|
25236
|
-
.v-stepper-item__subtitle {
|
|
25237
|
-
font-size: 0.75rem;
|
|
25238
|
-
line-height: 1;
|
|
25239
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
25240
|
-
}
|
|
25241
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
25242
|
-
display: none;
|
|
25243
|
-
}
|
|
25244
|
-
|
|
25245
|
-
.v-stepper-item__overlay {
|
|
25246
|
-
background-color: currentColor;
|
|
25247
|
-
border-radius: inherit;
|
|
25248
|
-
opacity: 0;
|
|
25249
|
-
transition: opacity 0.2s ease-in-out;
|
|
25250
|
-
}
|
|
25251
|
-
|
|
25252
|
-
.v-stepper-item__overlay,
|
|
25253
|
-
.v-stepper-item__underlay {
|
|
25254
|
-
pointer-events: none;
|
|
25255
|
-
}
|
|
25256
|
-
.v-stepper-item__overlay,
|
|
25257
|
-
.v-stepper-item__underlay {
|
|
25258
|
-
position: absolute;
|
|
25259
|
-
top: 0;
|
|
25260
|
-
left: 0;
|
|
25261
|
-
width: 100%;
|
|
25262
|
-
height: 100%;
|
|
25263
|
-
}.v-stepper.v-sheet {
|
|
25264
|
-
overflow: hidden;
|
|
25265
|
-
}
|
|
25266
|
-
.v-stepper.v-sheet {
|
|
25267
|
-
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));
|
|
25268
|
-
}
|
|
25269
|
-
.v-stepper.v-sheet {
|
|
25270
|
-
border-radius: 4px;
|
|
25271
|
-
}
|
|
25272
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
25273
|
-
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));
|
|
25274
|
-
}
|
|
25275
|
-
|
|
25276
|
-
.v-stepper-header {
|
|
25277
|
-
align-items: center;
|
|
25278
|
-
display: flex;
|
|
25279
|
-
position: relative;
|
|
25280
|
-
overflow-x: auto;
|
|
25281
|
-
justify-content: space-between;
|
|
25282
|
-
z-index: 1;
|
|
25283
|
-
}
|
|
25284
|
-
.v-stepper-header {
|
|
25285
|
-
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));
|
|
25286
|
-
}
|
|
25287
|
-
.v-stepper-header .v-divider {
|
|
25288
|
-
margin: 0 -16px;
|
|
25289
|
-
}
|
|
25290
|
-
.v-stepper-header .v-divider:last-child {
|
|
25291
|
-
margin-inline-end: 0;
|
|
25292
|
-
}
|
|
25293
|
-
.v-stepper-header .v-divider:first-child {
|
|
25294
|
-
margin-inline-start: 0;
|
|
25295
|
-
}
|
|
25296
|
-
.v-stepper--alt-labels .v-stepper-header {
|
|
25297
|
-
height: auto;
|
|
25298
|
-
}
|
|
25299
|
-
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
|
25300
|
-
align-self: flex-start;
|
|
25301
|
-
margin: 35px -67px 0;
|
|
25302
|
-
}
|
|
25303
|
-
|
|
25304
|
-
.v-stepper-window {
|
|
25305
|
-
margin: 1.5rem;
|
|
25306
|
-
}
|
|
25307
|
-
|
|
25308
|
-
.v-stepper-actions {
|
|
25309
|
-
display: flex;
|
|
25310
|
-
align-items: center;
|
|
25311
|
-
justify-content: space-between;
|
|
25312
|
-
padding: 1rem;
|
|
25313
|
-
}
|
|
25314
|
-
.v-stepper .v-stepper-actions {
|
|
25315
|
-
padding: 0 1.5rem 1rem;
|
|
25316
|
-
}
|
|
25317
|
-
.v-stepper-window-item .v-stepper-actions {
|
|
25318
|
-
padding: 1.5rem 0 0;
|
|
25319
|
-
}.v-table {
|
|
25320
|
-
font-size: 0.875rem;
|
|
25321
|
-
transition-duration: 0.28s;
|
|
25322
|
-
transition-property: box-shadow, opacity, background, height;
|
|
25323
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
25324
|
-
}
|
|
25325
|
-
.v-table {
|
|
25326
|
-
background: rgb(var(--v-theme-surface));
|
|
25327
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25328
|
-
}
|
|
25329
|
-
.v-table .v-table-divider {
|
|
25330
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25331
|
-
}
|
|
25332
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
25333
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25334
|
-
}
|
|
25335
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
25336
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
25337
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25484
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
25485
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
25486
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25338
25487
|
}
|
|
25339
25488
|
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
25340
25489
|
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
@@ -25460,19 +25609,48 @@ html.v-overlay-scroll-blocked {
|
|
|
25460
25609
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25461
25610
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25462
25611
|
border-top: 0px !important;
|
|
25463
|
-
}.v-
|
|
25464
|
-
|
|
25612
|
+
}.v-tab.v-tab.v-btn {
|
|
25613
|
+
height: var(--v-tabs-height);
|
|
25614
|
+
border-radius: 0;
|
|
25615
|
+
min-width: 90px;
|
|
25465
25616
|
}
|
|
25466
|
-
.v-
|
|
25467
|
-
|
|
25617
|
+
.v-slide-group--horizontal .v-tab {
|
|
25618
|
+
max-width: 360px;
|
|
25468
25619
|
}
|
|
25469
|
-
.v-
|
|
25470
|
-
|
|
25471
|
-
outline: none;
|
|
25472
|
-
-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));
|
|
25473
|
-
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));
|
|
25620
|
+
.v-slide-group--vertical .v-tab {
|
|
25621
|
+
justify-content: start;
|
|
25474
25622
|
}
|
|
25475
|
-
|
|
25623
|
+
|
|
25624
|
+
.v-tab__slider {
|
|
25625
|
+
position: absolute;
|
|
25626
|
+
bottom: 0;
|
|
25627
|
+
left: 0;
|
|
25628
|
+
height: 2px;
|
|
25629
|
+
width: 100%;
|
|
25630
|
+
background: currentColor;
|
|
25631
|
+
pointer-events: none;
|
|
25632
|
+
opacity: 0;
|
|
25633
|
+
}
|
|
25634
|
+
.v-tab--selected .v-tab__slider {
|
|
25635
|
+
opacity: 1;
|
|
25636
|
+
}
|
|
25637
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
25638
|
+
top: 0;
|
|
25639
|
+
height: 100%;
|
|
25640
|
+
width: 2px;
|
|
25641
|
+
}.v-textarea .v-field {
|
|
25642
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
25643
|
+
}
|
|
25644
|
+
.v-textarea .v-field__field {
|
|
25645
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
25646
|
+
}
|
|
25647
|
+
.v-textarea .v-field__input {
|
|
25648
|
+
flex: 1 1 auto;
|
|
25649
|
+
outline: none;
|
|
25650
|
+
-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));
|
|
25651
|
+
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));
|
|
25652
|
+
}
|
|
25653
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
25476
25654
|
visibility: hidden;
|
|
25477
25655
|
position: absolute;
|
|
25478
25656
|
top: 0;
|
|
@@ -25584,159 +25762,91 @@ html.v-overlay-scroll-blocked {
|
|
|
25584
25762
|
padding-inline-start: var(--v-field-padding-start);
|
|
25585
25763
|
}
|
|
25586
25764
|
|
|
25587
|
-
/* endregion */.v-
|
|
25588
|
-
background: rgb(var(--v-theme-background));
|
|
25589
|
-
color: rgb(var(--v-theme-on-background));
|
|
25590
|
-
}.v-toolbar {
|
|
25591
|
-
align-items: flex-start;
|
|
25765
|
+
/* endregion */.v-tabs {
|
|
25592
25766
|
display: flex;
|
|
25593
|
-
|
|
25594
|
-
flex-direction: column;
|
|
25595
|
-
justify-content: space-between;
|
|
25596
|
-
max-width: 100%;
|
|
25597
|
-
position: relative;
|
|
25598
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
25599
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
25600
|
-
width: 100%;
|
|
25601
|
-
}
|
|
25602
|
-
.v-toolbar {
|
|
25603
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25604
|
-
border-style: solid;
|
|
25605
|
-
border-width: 0;
|
|
25606
|
-
}
|
|
25607
|
-
.v-toolbar--border {
|
|
25608
|
-
border-width: thin;
|
|
25609
|
-
box-shadow: none;
|
|
25610
|
-
}
|
|
25611
|
-
.v-toolbar {
|
|
25612
|
-
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));
|
|
25613
|
-
}
|
|
25614
|
-
.v-toolbar {
|
|
25615
|
-
border-radius: 0;
|
|
25616
|
-
}
|
|
25617
|
-
.v-toolbar {
|
|
25618
|
-
background: rgb(var(--v-theme-surface-light));
|
|
25619
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25620
|
-
}
|
|
25621
|
-
.v-toolbar--absolute {
|
|
25622
|
-
position: absolute;
|
|
25623
|
-
}
|
|
25624
|
-
.v-toolbar--collapse {
|
|
25625
|
-
max-width: 112px;
|
|
25626
|
-
overflow: hidden;
|
|
25627
|
-
border-end-end-radius: 24px;
|
|
25628
|
-
}
|
|
25629
|
-
.v-toolbar--collapse .v-toolbar-title {
|
|
25630
|
-
display: none;
|
|
25631
|
-
}
|
|
25632
|
-
.v-toolbar--flat {
|
|
25633
|
-
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));
|
|
25634
|
-
}
|
|
25635
|
-
.v-toolbar--floating {
|
|
25636
|
-
display: inline-flex;
|
|
25637
|
-
width: auto;
|
|
25767
|
+
height: var(--v-tabs-height);
|
|
25638
25768
|
}
|
|
25639
|
-
.v-
|
|
25640
|
-
|
|
25769
|
+
.v-tabs--density-default {
|
|
25770
|
+
--v-tabs-height: 48px;
|
|
25641
25771
|
}
|
|
25642
|
-
|
|
25643
|
-
|
|
25644
|
-
.v-toolbar__extension {
|
|
25645
|
-
align-items: center;
|
|
25646
|
-
display: flex;
|
|
25647
|
-
flex: 0 0 auto;
|
|
25648
|
-
position: relative;
|
|
25649
|
-
transition: inherit;
|
|
25650
|
-
width: 100%;
|
|
25772
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
25773
|
+
--v-tabs-height: 72px;
|
|
25651
25774
|
}
|
|
25652
25775
|
|
|
25653
|
-
.v-
|
|
25654
|
-
|
|
25655
|
-
}
|
|
25656
|
-
.v-toolbar__content > .v-btn:first-child {
|
|
25657
|
-
margin-inline-start: 4px;
|
|
25658
|
-
}
|
|
25659
|
-
.v-toolbar__content > .v-btn:last-child {
|
|
25660
|
-
margin-inline-end: 4px;
|
|
25661
|
-
}
|
|
25662
|
-
.v-toolbar__content > .v-toolbar-title {
|
|
25663
|
-
margin-inline-start: 20px;
|
|
25776
|
+
.v-tabs--density-comfortable {
|
|
25777
|
+
--v-tabs-height: 44px;
|
|
25664
25778
|
}
|
|
25665
|
-
.v-
|
|
25666
|
-
|
|
25779
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
25780
|
+
--v-tabs-height: 68px;
|
|
25667
25781
|
}
|
|
25668
25782
|
|
|
25669
|
-
.v-
|
|
25670
|
-
|
|
25671
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
25672
|
-
transition-property: opacity;
|
|
25673
|
-
}
|
|
25674
|
-
.v-toolbar__image {
|
|
25675
|
-
position: absolute;
|
|
25676
|
-
top: 0;
|
|
25677
|
-
left: 0;
|
|
25678
|
-
width: 100%;
|
|
25679
|
-
height: 100%;
|
|
25783
|
+
.v-tabs--density-compact {
|
|
25784
|
+
--v-tabs-height: 36px;
|
|
25680
25785
|
}
|
|
25681
|
-
|
|
25682
|
-
|
|
25683
|
-
.v-toolbar__append {
|
|
25684
|
-
align-items: center;
|
|
25685
|
-
align-self: stretch;
|
|
25686
|
-
display: flex;
|
|
25786
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
25787
|
+
--v-tabs-height: 60px;
|
|
25687
25788
|
}
|
|
25688
25789
|
|
|
25689
|
-
.v-
|
|
25690
|
-
|
|
25790
|
+
.v-tabs.v-slide-group--vertical {
|
|
25791
|
+
height: auto;
|
|
25792
|
+
flex: none;
|
|
25793
|
+
--v-tabs-height: 48px;
|
|
25691
25794
|
}
|
|
25692
25795
|
|
|
25693
|
-
.v-
|
|
25694
|
-
margin-inline:
|
|
25796
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25797
|
+
margin-inline-start: 42px;
|
|
25695
25798
|
}
|
|
25696
25799
|
|
|
25697
|
-
.v-
|
|
25698
|
-
|
|
25699
|
-
|
|
25700
|
-
min-width: 0;
|
|
25800
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
25801
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
25802
|
+
margin-inline-end: auto;
|
|
25701
25803
|
}
|
|
25702
|
-
.v-
|
|
25703
|
-
|
|
25704
|
-
|
|
25705
|
-
letter-spacing: 0;
|
|
25706
|
-
line-height: 1.75rem;
|
|
25707
|
-
text-transform: none;
|
|
25804
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
25805
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
25806
|
+
margin-inline-start: auto;
|
|
25708
25807
|
}
|
|
25709
|
-
|
|
25710
|
-
|
|
25711
|
-
|
|
25808
|
+
|
|
25809
|
+
.v-tabs--grow {
|
|
25810
|
+
flex-grow: 1;
|
|
25712
25811
|
}
|
|
25713
|
-
.v-
|
|
25714
|
-
|
|
25715
|
-
|
|
25716
|
-
letter-spacing: 0;
|
|
25717
|
-
line-height: 2.25rem;
|
|
25718
|
-
text-transform: none;
|
|
25812
|
+
.v-tabs--grow .v-tab {
|
|
25813
|
+
flex: 1 0 auto;
|
|
25814
|
+
max-width: none;
|
|
25719
25815
|
}
|
|
25720
25816
|
|
|
25721
|
-
.v-
|
|
25722
|
-
|
|
25723
|
-
text-overflow: ellipsis;
|
|
25724
|
-
white-space: nowrap;
|
|
25817
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
25818
|
+
margin-inline-start: auto;
|
|
25725
25819
|
}
|
|
25726
|
-
|
|
25727
|
-
|
|
25728
|
-
display: flex;
|
|
25729
|
-
height: inherit;
|
|
25730
|
-
align-self: stretch;
|
|
25820
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
25821
|
+
margin-inline-end: 0;
|
|
25731
25822
|
}
|
|
25732
|
-
|
|
25733
|
-
|
|
25823
|
+
|
|
25824
|
+
@media (max-width: 1279.98px) {
|
|
25825
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25826
|
+
margin-inline-start: 52px;
|
|
25827
|
+
}
|
|
25828
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25829
|
+
margin-inline-end: 52px;
|
|
25830
|
+
}
|
|
25831
|
+
}.v-theme-provider {
|
|
25832
|
+
background: rgb(var(--v-theme-background));
|
|
25833
|
+
color: rgb(var(--v-theme-on-background));
|
|
25734
25834
|
}.v-timeline .v-timeline-divider__dot {
|
|
25735
25835
|
background: rgb(var(--v-theme-surface-light));
|
|
25736
25836
|
}
|
|
25837
|
+
@media (forced-colors: active) {
|
|
25838
|
+
.v-timeline .v-timeline-divider__dot {
|
|
25839
|
+
border: 2px solid;
|
|
25840
|
+
}
|
|
25841
|
+
}
|
|
25737
25842
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
25738
25843
|
background: rgb(var(--v-theme-on-surface));
|
|
25739
25844
|
}
|
|
25845
|
+
@media (forced-colors: active) {
|
|
25846
|
+
.v-timeline .v-timeline-divider__inner-dot {
|
|
25847
|
+
background-color: transparent !important;
|
|
25848
|
+
}
|
|
25849
|
+
}
|
|
25740
25850
|
|
|
25741
25851
|
.v-timeline {
|
|
25742
25852
|
display: grid;
|
|
@@ -25837,6 +25947,12 @@ html.v-overlay-scroll-blocked {
|
|
|
25837
25947
|
top: -12px;
|
|
25838
25948
|
}
|
|
25839
25949
|
|
|
25950
|
+
@media (forced-colors: active) {
|
|
25951
|
+
.v-timeline-divider__before {
|
|
25952
|
+
background: canvastext;
|
|
25953
|
+
}
|
|
25954
|
+
}
|
|
25955
|
+
|
|
25840
25956
|
.v-timeline-divider__after {
|
|
25841
25957
|
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
25842
25958
|
position: absolute;
|
|
@@ -25854,6 +25970,12 @@ html.v-overlay-scroll-blocked {
|
|
|
25854
25970
|
bottom: -12px;
|
|
25855
25971
|
}
|
|
25856
25972
|
|
|
25973
|
+
@media (forced-colors: active) {
|
|
25974
|
+
.v-timeline-divider__after {
|
|
25975
|
+
background: canvastext;
|
|
25976
|
+
}
|
|
25977
|
+
}
|
|
25978
|
+
|
|
25857
25979
|
.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
|
|
25858
25980
|
height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
25859
25981
|
top: 0;
|
|
@@ -26160,141 +26282,37 @@ html.v-overlay-scroll-blocked {
|
|
|
26160
26282
|
padding-inline-end: 0;
|
|
26161
26283
|
}.v-time-picker.v-picker {
|
|
26162
26284
|
min-width: 328px;
|
|
26163
|
-
}.v-time-picker-
|
|
26164
|
-
|
|
26165
|
-
|
|
26166
|
-
justify-content: center;
|
|
26167
|
-
font-size: 0.875rem;
|
|
26168
|
-
padding-top: 4px;
|
|
26169
|
-
padding-bottom: 4px;
|
|
26170
|
-
margin-inline: 24px;
|
|
26171
|
-
margin-bottom: 18px;
|
|
26285
|
+
}.v-time-picker-clock {
|
|
26286
|
+
background: rgb(var(--v-theme-background));
|
|
26287
|
+
color: rgb(var(--v-theme-on-background));
|
|
26172
26288
|
}
|
|
26173
|
-
.v-time-picker-
|
|
26174
|
-
|
|
26289
|
+
.v-time-picker-clock:after {
|
|
26290
|
+
color: rgb(var(--v-theme-primary));
|
|
26175
26291
|
}
|
|
26176
|
-
.v-time-picker-
|
|
26292
|
+
.v-time-picker-clock .v-time-picker-clock__item--active {
|
|
26293
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
26294
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
26295
|
+
}
|
|
26296
|
+
|
|
26297
|
+
.v-time-picker-clock {
|
|
26298
|
+
margin: 24px;
|
|
26299
|
+
margin-top: 18px;
|
|
26300
|
+
background: rgb(var(--v-theme-surface-light));
|
|
26301
|
+
border-radius: 50%;
|
|
26302
|
+
position: relative;
|
|
26303
|
+
transition: none;
|
|
26304
|
+
-webkit-user-select: none;
|
|
26305
|
+
user-select: none;
|
|
26306
|
+
max-width: 256px;
|
|
26307
|
+
aspect-ratio: 1;
|
|
26308
|
+
flex: 100%;
|
|
26309
|
+
}
|
|
26310
|
+
.v-time-picker-clock__container {
|
|
26177
26311
|
display: flex;
|
|
26178
|
-
|
|
26179
|
-
|
|
26312
|
+
flex-direction: column;
|
|
26313
|
+
flex-basis: 290px;
|
|
26180
26314
|
justify-content: center;
|
|
26181
|
-
|
|
26182
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
|
26183
|
-
width: 96px;
|
|
26184
|
-
height: 80px;
|
|
26185
|
-
font-size: 56px;
|
|
26186
|
-
}
|
|
26187
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
|
26188
|
-
background: rgb(var(--v-theme-primary));
|
|
26189
|
-
}
|
|
26190
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
|
26191
|
-
width: 96px;
|
|
26192
|
-
height: 80px;
|
|
26193
|
-
}
|
|
26194
|
-
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
|
26195
|
-
width: 64px;
|
|
26196
|
-
height: 80px;
|
|
26197
|
-
font-size: 40px;
|
|
26198
|
-
}
|
|
26199
|
-
.v-time-picker-controls__time__separator {
|
|
26200
|
-
font-size: 56px;
|
|
26201
|
-
height: 80px;
|
|
26202
|
-
width: 24px;
|
|
26203
|
-
text-align: center;
|
|
26204
|
-
}
|
|
26205
|
-
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
|
26206
|
-
height: 80px;
|
|
26207
|
-
font-size: 56px;
|
|
26208
|
-
}
|
|
26209
|
-
|
|
26210
|
-
.v-time-picker-controls__ampm {
|
|
26211
|
-
margin-left: 12px;
|
|
26212
|
-
align-self: flex-end;
|
|
26213
|
-
display: flex;
|
|
26214
|
-
flex-direction: column;
|
|
26215
|
-
font-size: 18px;
|
|
26216
|
-
text-transform: uppercase;
|
|
26217
|
-
}
|
|
26218
|
-
.v-time-picker-controls__ampm--readonly {
|
|
26219
|
-
pointer-events: none;
|
|
26220
|
-
}
|
|
26221
|
-
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
|
26222
|
-
opacity: 0.6;
|
|
26223
|
-
}
|
|
26224
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
|
26225
|
-
font-size: 18px;
|
|
26226
|
-
padding: 0 8px;
|
|
26227
|
-
min-width: 52px;
|
|
26228
|
-
height: 40px;
|
|
26229
|
-
}
|
|
26230
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
|
26231
|
-
border-radius: 4px 4px 0 0;
|
|
26232
|
-
border: 1px solid;
|
|
26233
|
-
}
|
|
26234
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
|
26235
|
-
border-radius: 0 0 4px 4px;
|
|
26236
|
-
border: 1px solid;
|
|
26237
|
-
border-top: none;
|
|
26238
|
-
}
|
|
26239
|
-
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
|
26240
|
-
background: rgb(var(--v-theme-primary));
|
|
26241
|
-
}
|
|
26242
|
-
|
|
26243
|
-
.v-picker__title--landscape .v-time-picker-controls {
|
|
26244
|
-
flex-direction: column;
|
|
26245
|
-
justify-content: center;
|
|
26246
|
-
height: 100%;
|
|
26247
|
-
}
|
|
26248
|
-
.v-picker__title--landscape .v-time-picker-controls__time {
|
|
26249
|
-
text-align: right;
|
|
26250
|
-
}
|
|
26251
|
-
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
|
26252
|
-
.v-picker__title--landscape .v-time-picker-controls__time span {
|
|
26253
|
-
height: 55px;
|
|
26254
|
-
font-size: 55px;
|
|
26255
|
-
}
|
|
26256
|
-
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
|
26257
|
-
margin: 16px 0 0;
|
|
26258
|
-
align-self: initial;
|
|
26259
|
-
text-align: center;
|
|
26260
|
-
}
|
|
26261
|
-
|
|
26262
|
-
.v-picker--time .v-picker__title--landscape {
|
|
26263
|
-
padding: 0;
|
|
26264
|
-
}
|
|
26265
|
-
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
26266
|
-
text-align: center;
|
|
26267
|
-
}.v-time-picker-clock {
|
|
26268
|
-
background: rgb(var(--v-theme-background));
|
|
26269
|
-
color: rgb(var(--v-theme-on-background));
|
|
26270
|
-
}
|
|
26271
|
-
.v-time-picker-clock:after {
|
|
26272
|
-
color: rgb(var(--v-theme-primary));
|
|
26273
|
-
}
|
|
26274
|
-
.v-time-picker-clock .v-time-picker-clock__item--active {
|
|
26275
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
26276
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
26277
|
-
}
|
|
26278
|
-
|
|
26279
|
-
.v-time-picker-clock {
|
|
26280
|
-
margin: 24px;
|
|
26281
|
-
margin-top: 18px;
|
|
26282
|
-
background: rgb(var(--v-theme-surface-light));
|
|
26283
|
-
border-radius: 50%;
|
|
26284
|
-
position: relative;
|
|
26285
|
-
transition: none;
|
|
26286
|
-
-webkit-user-select: none;
|
|
26287
|
-
user-select: none;
|
|
26288
|
-
max-width: 256px;
|
|
26289
|
-
aspect-ratio: 1;
|
|
26290
|
-
flex: 100%;
|
|
26291
|
-
}
|
|
26292
|
-
.v-time-picker-clock__container {
|
|
26293
|
-
display: flex;
|
|
26294
|
-
flex-direction: column;
|
|
26295
|
-
flex-basis: 290px;
|
|
26296
|
-
justify-content: center;
|
|
26297
|
-
padding: 10px;
|
|
26315
|
+
padding: 10px;
|
|
26298
26316
|
}
|
|
26299
26317
|
.v-time-picker-clock__hand {
|
|
26300
26318
|
background-color: currentColor;
|
|
@@ -26396,121 +26414,278 @@ html.v-overlay-scroll-blocked {
|
|
|
26396
26414
|
|
|
26397
26415
|
.v-picker--landscape .v-time-picker-clock__container {
|
|
26398
26416
|
flex-direction: row;
|
|
26399
|
-
}.v-
|
|
26400
|
-
|
|
26401
|
-
|
|
26402
|
-
|
|
26417
|
+
}.v-time-picker-controls {
|
|
26418
|
+
display: flex;
|
|
26419
|
+
align-items: center;
|
|
26420
|
+
justify-content: center;
|
|
26403
26421
|
font-size: 0.875rem;
|
|
26404
|
-
|
|
26405
|
-
|
|
26406
|
-
|
|
26407
|
-
|
|
26408
|
-
width: auto;
|
|
26409
|
-
opacity: 1;
|
|
26410
|
-
transition-property: opacity, transform;
|
|
26411
|
-
overflow-wrap: break-word;
|
|
26422
|
+
padding-top: 4px;
|
|
26423
|
+
padding-bottom: 4px;
|
|
26424
|
+
margin-inline: 24px;
|
|
26425
|
+
margin-bottom: 18px;
|
|
26412
26426
|
}
|
|
26413
|
-
.v-
|
|
26414
|
-
|
|
26415
|
-
transition-duration: 150ms;
|
|
26427
|
+
.v-time-picker-controls__text {
|
|
26428
|
+
padding-bottom: 12px;
|
|
26416
26429
|
}
|
|
26417
|
-
.v-
|
|
26418
|
-
|
|
26419
|
-
|
|
26430
|
+
.v-time-picker-controls__time {
|
|
26431
|
+
display: flex;
|
|
26432
|
+
white-space: nowrap;
|
|
26433
|
+
direction: ltr;
|
|
26434
|
+
justify-content: center;
|
|
26420
26435
|
}
|
|
26421
|
-
.v-
|
|
26422
|
-
|
|
26423
|
-
|
|
26424
|
-
|
|
26436
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
|
|
26437
|
+
width: 96px;
|
|
26438
|
+
height: 80px;
|
|
26439
|
+
font-size: 56px;
|
|
26425
26440
|
}
|
|
26426
|
-
.v-
|
|
26427
|
-
|
|
26441
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
|
|
26442
|
+
background: rgb(var(--v-theme-primary));
|
|
26428
26443
|
}
|
|
26429
|
-
.v-
|
|
26430
|
-
|
|
26444
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
|
|
26445
|
+
width: 96px;
|
|
26446
|
+
height: 80px;
|
|
26431
26447
|
}
|
|
26432
|
-
.v-
|
|
26433
|
-
|
|
26448
|
+
.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
|
|
26449
|
+
width: 64px;
|
|
26450
|
+
height: 80px;
|
|
26451
|
+
font-size: 40px;
|
|
26434
26452
|
}
|
|
26435
|
-
.v-
|
|
26436
|
-
|
|
26453
|
+
.v-time-picker-controls__time__separator {
|
|
26454
|
+
font-size: 56px;
|
|
26455
|
+
height: 80px;
|
|
26456
|
+
width: 24px;
|
|
26457
|
+
text-align: center;
|
|
26437
26458
|
}
|
|
26438
|
-
.v-
|
|
26439
|
-
|
|
26459
|
+
.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
|
|
26460
|
+
height: 80px;
|
|
26461
|
+
font-size: 56px;
|
|
26440
26462
|
}
|
|
26441
26463
|
|
|
26442
|
-
.v-
|
|
26443
|
-
|
|
26464
|
+
.v-time-picker-controls__ampm {
|
|
26465
|
+
margin-left: 12px;
|
|
26466
|
+
align-self: flex-end;
|
|
26467
|
+
display: flex;
|
|
26468
|
+
flex-direction: column;
|
|
26469
|
+
font-size: 18px;
|
|
26470
|
+
text-transform: uppercase;
|
|
26444
26471
|
}
|
|
26445
|
-
.v-
|
|
26446
|
-
pointer-events:
|
|
26472
|
+
.v-time-picker-controls__ampm--readonly {
|
|
26473
|
+
pointer-events: none;
|
|
26447
26474
|
}
|
|
26448
|
-
.v-
|
|
26449
|
-
|
|
26475
|
+
.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
|
|
26476
|
+
opacity: 0.6;
|
|
26450
26477
|
}
|
|
26451
|
-
.v-
|
|
26452
|
-
|
|
26478
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
|
|
26479
|
+
font-size: 18px;
|
|
26480
|
+
padding: 0 8px;
|
|
26481
|
+
min-width: 52px;
|
|
26482
|
+
height: 40px;
|
|
26453
26483
|
}
|
|
26454
|
-
|
|
26455
|
-
|
|
26456
|
-
|
|
26457
|
-
left: 0;
|
|
26458
|
-
height: 100%;
|
|
26459
|
-
display: grid;
|
|
26460
|
-
padding-left: 8px;
|
|
26461
|
-
padding-block: 0;
|
|
26462
|
-
grid-template-columns: repeat(var(--v-indent-parts, 1), var(--prepend-width));
|
|
26463
|
-
opacity: 0.4;
|
|
26464
|
-
pointer-events: none;
|
|
26484
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
|
|
26485
|
+
border-radius: 4px 4px 0 0;
|
|
26486
|
+
border: 1px solid;
|
|
26465
26487
|
}
|
|
26466
|
-
|
|
26467
|
-
|
|
26468
|
-
border:
|
|
26488
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
|
|
26489
|
+
border-radius: 0 0 4px 4px;
|
|
26490
|
+
border: 1px solid;
|
|
26491
|
+
border-top: none;
|
|
26469
26492
|
}
|
|
26470
|
-
.v-
|
|
26471
|
-
|
|
26472
|
-
height: 100%;
|
|
26473
|
-
width: calc(50% + 1px);
|
|
26474
|
-
justify-self: end;
|
|
26493
|
+
.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
|
|
26494
|
+
background: rgb(var(--v-theme-primary));
|
|
26475
26495
|
}
|
|
26476
|
-
|
|
26477
|
-
|
|
26496
|
+
|
|
26497
|
+
.v-picker__title--landscape .v-time-picker-controls {
|
|
26498
|
+
flex-direction: column;
|
|
26499
|
+
justify-content: center;
|
|
26500
|
+
height: 100%;
|
|
26478
26501
|
}
|
|
26479
|
-
.v-
|
|
26480
|
-
|
|
26481
|
-
position: absolute;
|
|
26482
|
-
border-bottom-width: 1px;
|
|
26483
|
-
height: calc(50% + 1px);
|
|
26484
|
-
width: 100%;
|
|
26502
|
+
.v-picker__title--landscape .v-time-picker-controls__time {
|
|
26503
|
+
text-align: right;
|
|
26485
26504
|
}
|
|
26486
|
-
.v-
|
|
26487
|
-
|
|
26505
|
+
.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
|
|
26506
|
+
.v-picker__title--landscape .v-time-picker-controls__time span {
|
|
26507
|
+
height: 55px;
|
|
26508
|
+
font-size: 55px;
|
|
26488
26509
|
}
|
|
26489
|
-
.v-
|
|
26490
|
-
|
|
26491
|
-
|
|
26492
|
-
|
|
26493
|
-
margin-right: 6px;
|
|
26510
|
+
.v-picker__title--landscape .v-time-picker-controls__ampm {
|
|
26511
|
+
margin: 16px 0 0;
|
|
26512
|
+
align-self: initial;
|
|
26513
|
+
text-align: center;
|
|
26494
26514
|
}
|
|
26495
|
-
|
|
26496
|
-
|
|
26497
|
-
|
|
26498
|
-
height: calc(50% + 1px);
|
|
26499
|
-
margin-left: calc(50% - 1px);
|
|
26500
|
-
border-bottom-left-radius: 4px;
|
|
26515
|
+
|
|
26516
|
+
.v-picker--time .v-picker__title--landscape {
|
|
26517
|
+
padding: 0;
|
|
26501
26518
|
}
|
|
26502
|
-
.v-
|
|
26503
|
-
|
|
26519
|
+
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
26520
|
+
text-align: center;
|
|
26521
|
+
}.v-toolbar {
|
|
26522
|
+
align-items: flex-start;
|
|
26523
|
+
display: flex;
|
|
26524
|
+
flex: none;
|
|
26525
|
+
flex-direction: column;
|
|
26526
|
+
justify-content: space-between;
|
|
26527
|
+
max-width: 100%;
|
|
26528
|
+
position: relative;
|
|
26529
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26530
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
26531
|
+
width: 100%;
|
|
26532
|
+
}
|
|
26533
|
+
.v-toolbar {
|
|
26534
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
26535
|
+
border-style: solid;
|
|
26536
|
+
border-width: 0;
|
|
26537
|
+
}
|
|
26538
|
+
.v-toolbar--border {
|
|
26539
|
+
border-width: thin;
|
|
26540
|
+
box-shadow: none;
|
|
26541
|
+
}
|
|
26542
|
+
.v-toolbar {
|
|
26543
|
+
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));
|
|
26544
|
+
}
|
|
26545
|
+
.v-toolbar {
|
|
26546
|
+
border-radius: 0;
|
|
26547
|
+
}
|
|
26548
|
+
.v-toolbar {
|
|
26549
|
+
background: rgb(var(--v-theme-surface-light));
|
|
26550
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
26551
|
+
}
|
|
26552
|
+
.v-toolbar--absolute {
|
|
26553
|
+
position: absolute;
|
|
26554
|
+
}
|
|
26555
|
+
.v-toolbar--collapse {
|
|
26556
|
+
max-width: 112px;
|
|
26557
|
+
overflow: hidden;
|
|
26558
|
+
border-end-end-radius: 24px;
|
|
26559
|
+
}
|
|
26560
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
26561
|
+
display: none;
|
|
26562
|
+
}
|
|
26563
|
+
.v-toolbar--flat {
|
|
26564
|
+
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));
|
|
26565
|
+
}
|
|
26566
|
+
.v-toolbar--floating {
|
|
26567
|
+
display: inline-flex;
|
|
26568
|
+
width: auto;
|
|
26569
|
+
}
|
|
26570
|
+
.v-toolbar--rounded {
|
|
26571
|
+
border-radius: 4px;
|
|
26504
26572
|
}
|
|
26505
26573
|
|
|
26506
|
-
.v-
|
|
26507
|
-
|
|
26574
|
+
.v-toolbar__content,
|
|
26575
|
+
.v-toolbar__extension {
|
|
26576
|
+
align-items: center;
|
|
26577
|
+
display: flex;
|
|
26578
|
+
flex: 0 0 auto;
|
|
26579
|
+
position: relative;
|
|
26580
|
+
transition: inherit;
|
|
26581
|
+
width: 100%;
|
|
26508
26582
|
}
|
|
26509
|
-
|
|
26510
|
-
|
|
26583
|
+
|
|
26584
|
+
.v-toolbar__content {
|
|
26585
|
+
overflow: hidden;
|
|
26511
26586
|
}
|
|
26512
|
-
.v-
|
|
26513
|
-
|
|
26587
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
26588
|
+
margin-inline-start: 4px;
|
|
26589
|
+
}
|
|
26590
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
26591
|
+
margin-inline-end: 4px;
|
|
26592
|
+
}
|
|
26593
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
26594
|
+
margin-inline-start: 20px;
|
|
26595
|
+
}
|
|
26596
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
26597
|
+
align-items: flex-start;
|
|
26598
|
+
}
|
|
26599
|
+
|
|
26600
|
+
.v-toolbar__image {
|
|
26601
|
+
display: flex;
|
|
26602
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
26603
|
+
transition-property: opacity;
|
|
26604
|
+
}
|
|
26605
|
+
.v-toolbar__image {
|
|
26606
|
+
position: absolute;
|
|
26607
|
+
top: 0;
|
|
26608
|
+
left: 0;
|
|
26609
|
+
width: 100%;
|
|
26610
|
+
height: 100%;
|
|
26611
|
+
}
|
|
26612
|
+
|
|
26613
|
+
.v-toolbar__prepend,
|
|
26614
|
+
.v-toolbar__append {
|
|
26615
|
+
align-items: center;
|
|
26616
|
+
align-self: stretch;
|
|
26617
|
+
display: flex;
|
|
26618
|
+
}
|
|
26619
|
+
|
|
26620
|
+
.v-toolbar__prepend {
|
|
26621
|
+
margin-inline: 4px auto;
|
|
26622
|
+
}
|
|
26623
|
+
|
|
26624
|
+
.v-toolbar__append {
|
|
26625
|
+
margin-inline: auto 4px;
|
|
26626
|
+
}
|
|
26627
|
+
|
|
26628
|
+
.v-toolbar-title {
|
|
26629
|
+
flex: 1 1;
|
|
26630
|
+
font-size: 1.25rem;
|
|
26631
|
+
min-width: 0;
|
|
26632
|
+
}
|
|
26633
|
+
.v-toolbar-title {
|
|
26634
|
+
font-size: 1.25rem;
|
|
26635
|
+
font-weight: 400;
|
|
26636
|
+
letter-spacing: 0;
|
|
26637
|
+
line-height: 1.75rem;
|
|
26638
|
+
text-transform: none;
|
|
26639
|
+
}
|
|
26640
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
26641
|
+
align-self: flex-end;
|
|
26642
|
+
padding-bottom: 6px;
|
|
26643
|
+
}
|
|
26644
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
26645
|
+
font-size: 1.5rem;
|
|
26646
|
+
font-weight: 400;
|
|
26647
|
+
letter-spacing: 0;
|
|
26648
|
+
line-height: 2.25rem;
|
|
26649
|
+
text-transform: none;
|
|
26650
|
+
}
|
|
26651
|
+
|
|
26652
|
+
.v-toolbar-title__placeholder {
|
|
26653
|
+
overflow: hidden;
|
|
26654
|
+
text-overflow: ellipsis;
|
|
26655
|
+
white-space: nowrap;
|
|
26656
|
+
}
|
|
26657
|
+
|
|
26658
|
+
.v-toolbar-items {
|
|
26659
|
+
display: flex;
|
|
26660
|
+
height: inherit;
|
|
26661
|
+
align-self: stretch;
|
|
26662
|
+
}
|
|
26663
|
+
.v-toolbar-items > .v-btn {
|
|
26664
|
+
border-radius: 0;
|
|
26665
|
+
}.v-tooltip > .v-overlay__content {
|
|
26666
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
26667
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
26668
|
+
border-radius: 4px;
|
|
26669
|
+
font-size: 0.875rem;
|
|
26670
|
+
line-height: 1.6;
|
|
26671
|
+
display: inline-block;
|
|
26672
|
+
padding: 5px 16px;
|
|
26673
|
+
text-transform: initial;
|
|
26674
|
+
width: auto;
|
|
26675
|
+
opacity: 1;
|
|
26676
|
+
transition-property: opacity, transform;
|
|
26677
|
+
overflow-wrap: break-word;
|
|
26678
|
+
}
|
|
26679
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
26680
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
26681
|
+
transition-duration: 150ms;
|
|
26682
|
+
}
|
|
26683
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
26684
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
26685
|
+
transition-duration: 75ms;
|
|
26686
|
+
}
|
|
26687
|
+
.v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
|
|
26688
|
+
pointer-events: none;
|
|
26514
26689
|
}.v-virtual-scroll {
|
|
26515
26690
|
display: block;
|
|
26516
26691
|
flex: 1 1 auto;
|
|
@@ -26613,253 +26788,187 @@ html.v-overlay-scroll-blocked {
|
|
|
26613
26788
|
}
|
|
26614
26789
|
.v-window-y-reverse-transition-leave-to {
|
|
26615
26790
|
transform: translateY(100%);
|
|
26616
|
-
}.v-
|
|
26617
|
-
|
|
26618
|
-
}
|
|
26619
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
26620
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
26621
|
-
}
|
|
26622
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
26623
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
26791
|
+
}.v-treeview-item {
|
|
26792
|
+
--list-indent-size: 28px;
|
|
26624
26793
|
}
|
|
26625
|
-
|
|
26626
|
-
|
|
26627
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
26628
|
-
}
|
|
26794
|
+
.v-treeview-item.v-treeview-item--filtered {
|
|
26795
|
+
display: none;
|
|
26629
26796
|
}
|
|
26630
|
-
.v-
|
|
26631
|
-
|
|
26632
|
-
}.v-date-picker-controls {
|
|
26633
|
-
display: flex;
|
|
26634
|
-
align-items: center;
|
|
26635
|
-
justify-content: space-between;
|
|
26636
|
-
font-size: 0.875rem;
|
|
26637
|
-
height: var(--v-date-picker-controls-height, 56px);
|
|
26638
|
-
padding-top: 4px;
|
|
26639
|
-
padding-bottom: 4px;
|
|
26640
|
-
padding-inline-start: 6px;
|
|
26641
|
-
padding-inline-end: 12px;
|
|
26642
|
-
flex: 1;
|
|
26797
|
+
.v-treeview-item.v-list-item--disabled:not(a) {
|
|
26798
|
+
pointer-events: auto;
|
|
26643
26799
|
}
|
|
26644
|
-
.v-
|
|
26645
|
-
|
|
26646
|
-
font-weight: 400;
|
|
26647
|
-
line-height: initial;
|
|
26648
|
-
letter-spacing: initial;
|
|
26800
|
+
.v-treeview-item.v-list-item--disabled:not(a) .v-selection-control {
|
|
26801
|
+
pointer-events: none;
|
|
26649
26802
|
}
|
|
26650
|
-
.v-
|
|
26651
|
-
|
|
26803
|
+
.v-treeview-item__level {
|
|
26804
|
+
width: 28px;
|
|
26652
26805
|
}
|
|
26653
|
-
.v-
|
|
26654
|
-
|
|
26806
|
+
.v-treeview--fluid .v-treeview-item__level {
|
|
26807
|
+
width: 0;
|
|
26655
26808
|
}
|
|
26656
|
-
|
|
26657
|
-
|
|
26809
|
+
|
|
26810
|
+
.v-treeview.v-list {
|
|
26811
|
+
--indent-padding: 16px;
|
|
26658
26812
|
}
|
|
26659
|
-
.v-
|
|
26660
|
-
|
|
26813
|
+
.v-treeview.v-list--disabled .v-list-item__prepend {
|
|
26814
|
+
pointer-events: auto;
|
|
26661
26815
|
}
|
|
26662
|
-
.v-
|
|
26663
|
-
|
|
26816
|
+
.v-treeview .v-list-item--slim > .v-list-item__prepend > .v-icon ~ .v-list-item__spacer {
|
|
26817
|
+
width: 10px;
|
|
26664
26818
|
}
|
|
26665
|
-
.v-
|
|
26666
|
-
|
|
26819
|
+
.v-treeview .v-list-item--slim > .v-list-item__prepend:not(:has(.v-list-item-action)) > .v-icon {
|
|
26820
|
+
margin-inline-start: -6px;
|
|
26667
26821
|
}
|
|
26668
26822
|
|
|
26669
|
-
.v-
|
|
26670
|
-
|
|
26671
|
-
|
|
26672
|
-
|
|
26673
|
-
margin: auto;
|
|
26674
|
-
text-align: center;
|
|
26675
|
-
}
|
|
26676
|
-
|
|
26677
|
-
.v-date-picker-controls__month {
|
|
26678
|
-
display: flex;
|
|
26679
|
-
}
|
|
26680
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
26681
|
-
flex-direction: row-reverse;
|
|
26682
|
-
}
|
|
26683
|
-
|
|
26684
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
26685
|
-
flex: 1 0 auto;
|
|
26686
|
-
}
|
|
26687
|
-
|
|
26688
|
-
.v-date-picker__title {
|
|
26689
|
-
display: inline-block;
|
|
26690
|
-
}.v-date-picker-header {
|
|
26691
|
-
align-items: flex-end;
|
|
26692
|
-
height: 70px;
|
|
26823
|
+
.v-treeview-indent-lines {
|
|
26824
|
+
position: absolute;
|
|
26825
|
+
inset-inline-start: 0;
|
|
26826
|
+
height: 100%;
|
|
26693
26827
|
display: grid;
|
|
26694
|
-
grid-template-areas: "prepend content append";
|
|
26695
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
26696
|
-
overflow: hidden;
|
|
26697
|
-
padding-inline: 24px 12px;
|
|
26698
|
-
padding-bottom: 12px;
|
|
26699
|
-
}
|
|
26700
|
-
|
|
26701
|
-
.v-date-picker-header__append {
|
|
26702
|
-
grid-area: append;
|
|
26703
|
-
}
|
|
26704
|
-
|
|
26705
|
-
.v-date-picker-header__prepend {
|
|
26706
|
-
grid-area: prepend;
|
|
26707
26828
|
padding-inline-start: 8px;
|
|
26829
|
+
padding-block: 0;
|
|
26830
|
+
grid-template-columns: repeat(var(--v-indent-parts, 1), var(--prepend-width));
|
|
26831
|
+
opacity: 0.4;
|
|
26832
|
+
pointer-events: none;
|
|
26708
26833
|
}
|
|
26709
26834
|
|
|
26710
|
-
.v-
|
|
26711
|
-
|
|
26712
|
-
display: inline-flex;
|
|
26713
|
-
font-size: 32px;
|
|
26714
|
-
line-height: 40px;
|
|
26715
|
-
grid-area: content;
|
|
26716
|
-
justify-content: space-between;
|
|
26717
|
-
}
|
|
26718
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
26719
|
-
cursor: pointer;
|
|
26835
|
+
.v-treeview-indent-line, .v-treeview-indent-line::before {
|
|
26836
|
+
border: 0px solid rgb(var(--v-theme-on-surface));
|
|
26720
26837
|
}
|
|
26721
|
-
.v-
|
|
26722
|
-
|
|
26838
|
+
.v-treeview-indent-line--leaf, .v-treeview-indent-line--line {
|
|
26839
|
+
border-inline-start-width: 1px;
|
|
26840
|
+
height: 100%;
|
|
26841
|
+
width: calc(50% + 1px);
|
|
26842
|
+
justify-self: end;
|
|
26723
26843
|
}
|
|
26724
|
-
|
|
26725
|
-
|
|
26726
|
-
.date-picker-header-reverse-transition-enter-active {
|
|
26727
|
-
transition-duration: 0.3s;
|
|
26728
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
26844
|
+
.v-treeview-indent-line--leaf {
|
|
26845
|
+
position: relative;
|
|
26729
26846
|
}
|
|
26730
|
-
.
|
|
26731
|
-
|
|
26732
|
-
|
|
26733
|
-
|
|
26847
|
+
.v-treeview-indent-line--leaf::before {
|
|
26848
|
+
content: "";
|
|
26849
|
+
position: absolute;
|
|
26850
|
+
border-bottom-width: 1px;
|
|
26851
|
+
height: calc(50% + 1px);
|
|
26852
|
+
width: 100%;
|
|
26734
26853
|
}
|
|
26735
|
-
|
|
26736
|
-
|
|
26737
|
-
transform: translate(0, 100%);
|
|
26854
|
+
.v-treeview-indent-line--leaf:last-child::before {
|
|
26855
|
+
width: calc(100% - 4px);
|
|
26738
26856
|
}
|
|
26739
|
-
.
|
|
26740
|
-
|
|
26741
|
-
|
|
26857
|
+
.v-treeview-indent-line--leaf-link {
|
|
26858
|
+
border-bottom-width: 1px;
|
|
26859
|
+
height: calc(50% + 1px);
|
|
26860
|
+
margin-inline-start: 0;
|
|
26861
|
+
margin-inline-end: 6px;
|
|
26742
26862
|
}
|
|
26743
|
-
|
|
26744
|
-
|
|
26745
|
-
|
|
26863
|
+
.v-treeview-indent-line--last-leaf {
|
|
26864
|
+
border-inline-start-width: 1px;
|
|
26865
|
+
border-bottom-width: 1px;
|
|
26866
|
+
height: calc(50% + 1px);
|
|
26867
|
+
margin-inline-start: calc(50% - 1px);
|
|
26868
|
+
border-bottom-left-radius: 4px;
|
|
26746
26869
|
}
|
|
26747
|
-
.
|
|
26748
|
-
|
|
26749
|
-
|
|
26750
|
-
}.v-date-picker-month {
|
|
26751
|
-
display: flex;
|
|
26752
|
-
justify-content: center;
|
|
26753
|
-
padding: 0 12px 8px;
|
|
26754
|
-
--v-date-picker-month-day-diff: 4px;
|
|
26870
|
+
.v-locale--is-rtl.v-treeview-indent-line--last-leaf, .v-locale--is-rtl .v-treeview-indent-line--last-leaf {
|
|
26871
|
+
border-bottom-left-radius: 0;
|
|
26872
|
+
border-bottom-right-radius: 4px;
|
|
26755
26873
|
}
|
|
26756
26874
|
|
|
26757
|
-
.v-
|
|
26758
|
-
|
|
26759
|
-
flex-direction: column;
|
|
26760
|
-
column-gap: 4px;
|
|
26761
|
-
font-size: 0.875rem;
|
|
26875
|
+
.v-treeview-indent-line--last-leaf:last-child {
|
|
26876
|
+
margin-inline-end: 4px;
|
|
26762
26877
|
}
|
|
26763
26878
|
|
|
26764
|
-
.v-
|
|
26765
|
-
|
|
26879
|
+
.v-treeview-group.v-list-group {
|
|
26880
|
+
--list-indent-size: 0px;
|
|
26766
26881
|
}
|
|
26767
|
-
|
|
26768
|
-
|
|
26769
|
-
display: grid;
|
|
26770
|
-
grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
|
|
26771
|
-
column-gap: 4px;
|
|
26882
|
+
.v-treeview-group.v-list-group > .v-treeview-item__level {
|
|
26883
|
+
width: 0px;
|
|
26772
26884
|
}
|
|
26773
|
-
|
|
26774
|
-
|
|
26775
|
-
|
|
26776
|
-
|
|
26777
|
-
|
|
26778
|
-
|
|
26779
|
-
|
|
26780
|
-
width: 40px;
|
|
26885
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
|
26886
|
+
padding-inline-start: calc(var(--indent-padding)) !important;
|
|
26887
|
+
}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
26888
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
26889
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
26890
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
26891
|
+
top: 0px;
|
|
26781
26892
|
}
|
|
26782
|
-
.v-
|
|
26783
|
-
|
|
26784
|
-
|
|
26893
|
+
.v-combobox .v-field .v-text-field__prefix,
|
|
26894
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
26895
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
26896
|
+
cursor: text;
|
|
26785
26897
|
}
|
|
26786
|
-
.v-
|
|
26787
|
-
|
|
26788
|
-
--v-btn-size: 0.875rem;
|
|
26898
|
+
.v-combobox .v-field .v-field__input > input {
|
|
26899
|
+
flex: 1 1;
|
|
26789
26900
|
}
|
|
26790
|
-
.v-
|
|
26791
|
-
|
|
26901
|
+
.v-combobox .v-field input {
|
|
26902
|
+
min-width: 64px;
|
|
26792
26903
|
}
|
|
26793
|
-
|
|
26794
|
-
|
|
26795
|
-
opacity: 0.5;
|
|
26904
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
26905
|
+
min-width: 0;
|
|
26796
26906
|
}
|
|
26797
|
-
|
|
26798
|
-
|
|
26799
|
-
opacity: 0;
|
|
26800
|
-
}.v-date-picker {
|
|
26801
|
-
overflow: hidden;
|
|
26802
|
-
width: 328px;
|
|
26907
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
26908
|
+
margin-inline-end: 2px;
|
|
26803
26909
|
}
|
|
26804
|
-
.v-
|
|
26805
|
-
|
|
26806
|
-
|
|
26807
|
-
|
|
26808
|
-
overflow-y: scroll;
|
|
26910
|
+
.v-combobox .v-combobox__selection-text {
|
|
26911
|
+
overflow: hidden;
|
|
26912
|
+
text-overflow: ellipsis;
|
|
26913
|
+
white-space: nowrap;
|
|
26809
26914
|
}
|
|
26810
26915
|
|
|
26811
|
-
.v-
|
|
26812
|
-
|
|
26813
|
-
flex: 1 1;
|
|
26814
|
-
justify-content: space-around;
|
|
26815
|
-
grid-template-columns: repeat(3, 1fr);
|
|
26816
|
-
gap: 8px 24px;
|
|
26817
|
-
padding-inline: 32px;
|
|
26916
|
+
.v-combobox__content {
|
|
26917
|
+
overflow: hidden;
|
|
26818
26918
|
}
|
|
26819
|
-
.v-
|
|
26820
|
-
|
|
26821
|
-
}
|
|
26822
|
-
|
|
26919
|
+
.v-combobox__content {
|
|
26920
|
+
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));
|
|
26921
|
+
}
|
|
26922
|
+
.v-menu > .v-overlay__content.v-combobox__content {
|
|
26923
|
+
border-radius: 4px;
|
|
26823
26924
|
}
|
|
26824
26925
|
|
|
26825
|
-
.v-
|
|
26926
|
+
.v-combobox__mask {
|
|
26927
|
+
background: rgb(var(--v-theme-surface-light));
|
|
26928
|
+
}
|
|
26929
|
+
.v-combobox__selection {
|
|
26930
|
+
display: inline-flex;
|
|
26826
26931
|
align-items: center;
|
|
26827
|
-
|
|
26828
|
-
|
|
26829
|
-
height: inherit;
|
|
26830
|
-
|
|
26831
|
-
grid-template-columns: repeat(2, 1fr);
|
|
26832
|
-
grid-gap: 0px 24px;
|
|
26833
|
-
padding-inline-start: 36px;
|
|
26834
|
-
padding-inline-end: 36px;
|
|
26932
|
+
height: 1.5rem;
|
|
26933
|
+
letter-spacing: inherit;
|
|
26934
|
+
line-height: inherit;
|
|
26935
|
+
max-width: calc(100% - 2px - 2px);
|
|
26835
26936
|
}
|
|
26836
|
-
.v-
|
|
26837
|
-
|
|
26838
|
-
padding-inline-start: 8px;
|
|
26839
|
-
padding-inline-end: 8px;
|
|
26840
|
-
}.v-color-picker-canvas {
|
|
26841
|
-
display: flex;
|
|
26842
|
-
position: relative;
|
|
26843
|
-
overflow: hidden;
|
|
26844
|
-
contain: content;
|
|
26845
|
-
touch-action: none;
|
|
26846
|
-
width: 100%;
|
|
26937
|
+
.v-combobox__selection:first-child {
|
|
26938
|
+
margin-inline-start: 0;
|
|
26847
26939
|
}
|
|
26848
|
-
.v-
|
|
26940
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
26941
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
26942
|
+
}
|
|
26943
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
26944
|
+
opacity: 1;
|
|
26945
|
+
}
|
|
26946
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
26947
|
+
caret-color: transparent;
|
|
26948
|
+
}
|
|
26949
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
26950
|
+
flex: 1 1;
|
|
26849
26951
|
position: absolute;
|
|
26850
|
-
top: 0;
|
|
26851
26952
|
left: 0;
|
|
26852
|
-
|
|
26853
|
-
|
|
26854
|
-
|
|
26855
|
-
border-radius: 50%;
|
|
26856
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
26953
|
+
right: 0;
|
|
26954
|
+
width: 100%;
|
|
26955
|
+
padding-inline: inherit;
|
|
26857
26956
|
}
|
|
26858
|
-
.v-
|
|
26859
|
-
|
|
26957
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
26958
|
+
transition: none;
|
|
26860
26959
|
}
|
|
26861
|
-
.v-
|
|
26862
|
-
|
|
26960
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
26961
|
+
opacity: 0;
|
|
26962
|
+
}
|
|
26963
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
26964
|
+
opacity: 0;
|
|
26965
|
+
}
|
|
26966
|
+
.v-combobox__menu-icon {
|
|
26967
|
+
margin-inline-start: 4px;
|
|
26968
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26969
|
+
}
|
|
26970
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
26971
|
+
transform: rotate(180deg);
|
|
26863
26972
|
}.v-color-picker-edit {
|
|
26864
26973
|
display: flex;
|
|
26865
26974
|
margin-top: 24px;
|
|
@@ -26893,6 +27002,29 @@ html.v-overlay-scroll-blocked {
|
|
|
26893
27002
|
}
|
|
26894
27003
|
.v-color-picker-edit__input span {
|
|
26895
27004
|
font-size: 0.75rem;
|
|
27005
|
+
}.v-color-picker-canvas {
|
|
27006
|
+
display: flex;
|
|
27007
|
+
position: relative;
|
|
27008
|
+
overflow: hidden;
|
|
27009
|
+
contain: content;
|
|
27010
|
+
touch-action: none;
|
|
27011
|
+
width: 100%;
|
|
27012
|
+
}
|
|
27013
|
+
.v-color-picker-canvas__dot {
|
|
27014
|
+
position: absolute;
|
|
27015
|
+
top: 0;
|
|
27016
|
+
left: 0;
|
|
27017
|
+
width: 15px;
|
|
27018
|
+
height: 15px;
|
|
27019
|
+
background: transparent;
|
|
27020
|
+
border-radius: 50%;
|
|
27021
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
27022
|
+
}
|
|
27023
|
+
.v-color-picker-canvas__dot--disabled {
|
|
27024
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
27025
|
+
}
|
|
27026
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
27027
|
+
will-change: transform;
|
|
26896
27028
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
26897
27029
|
background-color: transparent !important;
|
|
26898
27030
|
}
|