@vuetify/nightly 3.7.0-master.2024-08-17 → 3.7.0-master.2024-08-22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +12 -1
- package/dist/vuetify-labs.css +3438 -3438
- package/dist/vuetify-labs.d.ts +6 -0
- package/dist/vuetify-labs.esm.js +5 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1420 -1420
- package/dist/vuetify.d.ts +67 -61
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +2 -0
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +6 -0
- package/lib/components/index.d.mts +6 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +61 -61
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-master.2024-08-
|
2
|
+
* Vuetify v3.7.0-master.2024-08-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -19230,6 +19230,19 @@ html.overflow-y-hidden {
|
|
19230
19230
|
}
|
19231
19231
|
.v-pagination__item--is-active .v-btn__overlay {
|
19232
19232
|
opacity: var(--v-border-opacity);
|
19233
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19234
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19235
|
+
}
|
19236
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19237
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19238
|
+
}
|
19239
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19240
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19241
|
+
}
|
19242
|
+
@supports not selector(:focus-visible) {
|
19243
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19244
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19245
|
+
}
|
19233
19246
|
}.v-btn-group {
|
19234
19247
|
display: inline-flex;
|
19235
19248
|
flex-wrap: nowrap;
|
@@ -19294,19 +19307,6 @@ html.overflow-y-hidden {
|
|
19294
19307
|
}
|
19295
19308
|
.v-btn-group--tile {
|
19296
19309
|
border-radius: 0;
|
19297
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19298
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19299
|
-
}
|
19300
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19301
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19302
|
-
}
|
19303
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19304
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19305
|
-
}
|
19306
|
-
@supports not selector(:focus-visible) {
|
19307
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19308
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19309
|
-
}
|
19310
19310
|
}.v-card {
|
19311
19311
|
display: block;
|
19312
19312
|
overflow: hidden;
|
@@ -19615,71 +19615,6 @@ html.overflow-y-hidden {
|
|
19615
19615
|
pointer-events: none;
|
19616
19616
|
opacity: 0;
|
19617
19617
|
transition: opacity 0.2s ease-in-out;
|
19618
|
-
}.v-carousel {
|
19619
|
-
overflow: hidden;
|
19620
|
-
position: relative;
|
19621
|
-
width: 100%;
|
19622
|
-
}
|
19623
|
-
.v-carousel__controls {
|
19624
|
-
align-items: center;
|
19625
|
-
bottom: 0;
|
19626
|
-
display: flex;
|
19627
|
-
height: 50px;
|
19628
|
-
justify-content: center;
|
19629
|
-
list-style-type: none;
|
19630
|
-
position: absolute;
|
19631
|
-
width: 100%;
|
19632
|
-
z-index: 1;
|
19633
|
-
}
|
19634
|
-
.v-carousel__controls {
|
19635
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19636
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19637
|
-
}
|
19638
|
-
.v-carousel__controls > .v-item-group {
|
19639
|
-
flex: 0 1 auto;
|
19640
|
-
}
|
19641
|
-
.v-carousel__controls__item {
|
19642
|
-
margin: 0 8px;
|
19643
|
-
}
|
19644
|
-
.v-carousel__controls__item .v-icon {
|
19645
|
-
opacity: 0.5;
|
19646
|
-
}
|
19647
|
-
.v-carousel__controls__item--active .v-icon {
|
19648
|
-
opacity: 1;
|
19649
|
-
vertical-align: middle;
|
19650
|
-
}
|
19651
|
-
.v-carousel__controls__item:hover {
|
19652
|
-
background: none;
|
19653
|
-
}
|
19654
|
-
.v-carousel__controls__item:hover .v-icon {
|
19655
|
-
opacity: 0.8;
|
19656
|
-
}
|
19657
|
-
|
19658
|
-
.v-carousel__progress {
|
19659
|
-
margin: 0;
|
19660
|
-
position: absolute;
|
19661
|
-
bottom: 0;
|
19662
|
-
left: 0;
|
19663
|
-
right: 0;
|
19664
|
-
}
|
19665
|
-
|
19666
|
-
.v-carousel-item {
|
19667
|
-
display: block;
|
19668
|
-
height: inherit;
|
19669
|
-
text-decoration: none;
|
19670
|
-
}
|
19671
|
-
.v-carousel-item > .v-img {
|
19672
|
-
height: inherit;
|
19673
|
-
}
|
19674
|
-
|
19675
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19676
|
-
background: transparent;
|
19677
|
-
}
|
19678
|
-
|
19679
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19680
|
-
flex-direction: column;
|
19681
|
-
height: 100% !important;
|
19682
|
-
width: 50px;
|
19683
19618
|
}.v-chip {
|
19684
19619
|
align-items: center;
|
19685
19620
|
display: inline-flex;
|
@@ -20098,6 +20033,71 @@ html.overflow-y-hidden {
|
|
20098
20033
|
|
20099
20034
|
.v-chip--label {
|
20100
20035
|
border-radius: 4px;
|
20036
|
+
}.v-carousel {
|
20037
|
+
overflow: hidden;
|
20038
|
+
position: relative;
|
20039
|
+
width: 100%;
|
20040
|
+
}
|
20041
|
+
.v-carousel__controls {
|
20042
|
+
align-items: center;
|
20043
|
+
bottom: 0;
|
20044
|
+
display: flex;
|
20045
|
+
height: 50px;
|
20046
|
+
justify-content: center;
|
20047
|
+
list-style-type: none;
|
20048
|
+
position: absolute;
|
20049
|
+
width: 100%;
|
20050
|
+
z-index: 1;
|
20051
|
+
}
|
20052
|
+
.v-carousel__controls {
|
20053
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20054
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20055
|
+
}
|
20056
|
+
.v-carousel__controls > .v-item-group {
|
20057
|
+
flex: 0 1 auto;
|
20058
|
+
}
|
20059
|
+
.v-carousel__controls__item {
|
20060
|
+
margin: 0 8px;
|
20061
|
+
}
|
20062
|
+
.v-carousel__controls__item .v-icon {
|
20063
|
+
opacity: 0.5;
|
20064
|
+
}
|
20065
|
+
.v-carousel__controls__item--active .v-icon {
|
20066
|
+
opacity: 1;
|
20067
|
+
vertical-align: middle;
|
20068
|
+
}
|
20069
|
+
.v-carousel__controls__item:hover {
|
20070
|
+
background: none;
|
20071
|
+
}
|
20072
|
+
.v-carousel__controls__item:hover .v-icon {
|
20073
|
+
opacity: 0.8;
|
20074
|
+
}
|
20075
|
+
|
20076
|
+
.v-carousel__progress {
|
20077
|
+
margin: 0;
|
20078
|
+
position: absolute;
|
20079
|
+
bottom: 0;
|
20080
|
+
left: 0;
|
20081
|
+
right: 0;
|
20082
|
+
}
|
20083
|
+
|
20084
|
+
.v-carousel-item {
|
20085
|
+
display: block;
|
20086
|
+
height: inherit;
|
20087
|
+
text-decoration: none;
|
20088
|
+
}
|
20089
|
+
.v-carousel-item > .v-img {
|
20090
|
+
height: inherit;
|
20091
|
+
}
|
20092
|
+
|
20093
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20094
|
+
background: transparent;
|
20095
|
+
}
|
20096
|
+
|
20097
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20098
|
+
flex-direction: column;
|
20099
|
+
height: 100% !important;
|
20100
|
+
width: 50px;
|
20101
20101
|
}.v-checkbox.v-input {
|
20102
20102
|
flex: 0 1 auto;
|
20103
20103
|
}
|
@@ -20233,278 +20233,60 @@ html.overflow-y-hidden {
|
|
20233
20233
|
flex: 0 1 auto;
|
20234
20234
|
font-size: 12px;
|
20235
20235
|
transition-duration: 150ms;
|
20236
|
-
}.v-
|
20237
|
-
|
20236
|
+
}.v-date-picker {
|
20237
|
+
overflow: hidden;
|
20238
|
+
width: 328px;
|
20238
20239
|
}
|
20239
|
-
|
20240
|
-
|
20241
|
-
|
20242
|
-
|
20243
|
-
|
20240
|
+
.v-date-picker--show-week {
|
20241
|
+
width: 368px;
|
20242
|
+
}.v-date-picker-controls {
|
20243
|
+
display: flex;
|
20244
|
+
align-items: center;
|
20245
|
+
justify-content: space-between;
|
20246
|
+
font-size: 0.875rem;
|
20247
|
+
padding-top: 4px;
|
20248
|
+
padding-bottom: 4px;
|
20249
|
+
padding-inline-start: 6px;
|
20250
|
+
padding-inline-end: 12px;
|
20244
20251
|
}
|
20245
|
-
|
20246
|
-
|
20247
|
-
|
20252
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20253
|
+
text-transform: none;
|
20254
|
+
font-weight: 400;
|
20255
|
+
line-height: initial;
|
20256
|
+
letter-spacing: initial;
|
20248
20257
|
}
|
20249
|
-
.v-
|
20250
|
-
|
20258
|
+
.v-date-picker-controls--variant-classic {
|
20259
|
+
padding-inline-start: 12px;
|
20251
20260
|
}
|
20252
|
-
|
20253
|
-
|
20254
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
20255
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
20256
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
20257
|
-
text-align: end;
|
20261
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20262
|
+
opacity: 0.7;
|
20258
20263
|
}
|
20259
|
-
.v-
|
20260
|
-
|
20261
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
20262
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
20263
|
-
flex-direction: row-reverse;
|
20264
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20265
|
+
cursor: pointer;
|
20264
20266
|
}
|
20265
|
-
.v-
|
20266
|
-
|
20267
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
20268
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
20269
|
-
text-align: center;
|
20267
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20268
|
+
opacity: 1;
|
20270
20269
|
}
|
20271
|
-
.v-
|
20272
|
-
|
20273
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
20274
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
20275
|
-
justify-content: center;
|
20270
|
+
.v-date-picker-controls .v-btn:last-child {
|
20271
|
+
margin-inline-start: 4px;
|
20276
20272
|
}
|
20277
|
-
.v-
|
20278
|
-
|
20279
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
20280
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
20281
|
-
padding: 0 8px;
|
20273
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20274
|
+
transform: rotate(180deg);
|
20282
20275
|
}
|
20283
|
-
|
20284
|
-
.v-
|
20285
|
-
|
20286
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
20287
|
-
text-overflow: ellipsis;
|
20288
|
-
text-wrap: nowrap;
|
20289
|
-
overflow: hidden;
|
20276
|
+
|
20277
|
+
.v-date-picker-controls__date {
|
20278
|
+
margin-inline-end: 4px;
|
20290
20279
|
}
|
20291
|
-
.v-
|
20292
|
-
|
20293
|
-
|
20294
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
20295
|
-
display: contents;
|
20280
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20281
|
+
margin: auto;
|
20282
|
+
text-align: center;
|
20296
20283
|
}
|
20297
|
-
|
20298
|
-
.v-
|
20299
|
-
|
20284
|
+
|
20285
|
+
.v-date-picker-controls__month {
|
20286
|
+
display: flex;
|
20300
20287
|
}
|
20301
|
-
.v-
|
20302
|
-
|
20303
|
-
position: sticky;
|
20304
|
-
}
|
20305
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
20306
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
20307
|
-
cursor: pointer;
|
20308
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20309
|
-
}
|
20310
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
20311
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
20312
|
-
opacity: 0;
|
20313
|
-
}
|
20314
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
20315
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
20316
|
-
opacity: 0.5;
|
20317
|
-
}
|
20318
|
-
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
20319
|
-
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
20320
|
-
height: -moz-fit-content;
|
20321
|
-
height: fit-content;
|
20322
|
-
}
|
20323
|
-
|
20324
|
-
.v-data-table-column--fixed,
|
20325
|
-
.v-data-table__th--sticky {
|
20326
|
-
background: rgb(var(--v-theme-surface));
|
20327
|
-
position: sticky !important;
|
20328
|
-
left: 0;
|
20329
|
-
z-index: 1;
|
20330
|
-
}
|
20331
|
-
|
20332
|
-
.v-data-table-column--last-fixed {
|
20333
|
-
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
20334
|
-
}
|
20335
|
-
|
20336
|
-
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
20337
|
-
z-index: 2;
|
20338
|
-
}
|
20339
|
-
|
20340
|
-
.v-data-table-group-header-row td {
|
20341
|
-
background: rgba(var(--v-theme-surface));
|
20342
|
-
color: rgba(var(--v-theme-on-surface));
|
20343
|
-
}
|
20344
|
-
.v-data-table-group-header-row td > span {
|
20345
|
-
padding-left: 5px;
|
20346
|
-
}
|
20347
|
-
|
20348
|
-
.v-data-table--loading .v-data-table__td {
|
20349
|
-
opacity: var(--v-disabled-opacity);
|
20350
|
-
}
|
20351
|
-
|
20352
|
-
.v-data-table-group-header-row__column {
|
20353
|
-
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
20354
|
-
}
|
20355
|
-
|
20356
|
-
.v-data-table-header__content {
|
20357
|
-
display: flex;
|
20358
|
-
align-items: center;
|
20359
|
-
}
|
20360
|
-
|
20361
|
-
.v-data-table-header__sort-badge {
|
20362
|
-
display: inline-flex;
|
20363
|
-
justify-content: center;
|
20364
|
-
align-items: center;
|
20365
|
-
font-size: 0.875rem;
|
20366
|
-
padding: 4px;
|
20367
|
-
border-radius: 50%;
|
20368
|
-
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
20369
|
-
min-width: 20px;
|
20370
|
-
min-height: 20px;
|
20371
|
-
width: 20px;
|
20372
|
-
height: 20px;
|
20373
|
-
}
|
20374
|
-
|
20375
|
-
.v-data-table-progress > th {
|
20376
|
-
border: none !important;
|
20377
|
-
height: auto !important;
|
20378
|
-
padding: 0 !important;
|
20379
|
-
}
|
20380
|
-
|
20381
|
-
.v-data-table-progress__loader {
|
20382
|
-
position: relative;
|
20383
|
-
}
|
20384
|
-
|
20385
|
-
.v-data-table-rows-loading,
|
20386
|
-
.v-data-table-rows-no-data {
|
20387
|
-
text-align: center;
|
20388
|
-
}
|
20389
|
-
|
20390
|
-
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
20391
|
-
grid-template-columns: 0;
|
20392
|
-
justify-content: center;
|
20393
|
-
}
|
20394
|
-
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
20395
|
-
grid-template-columns: 0;
|
20396
|
-
justify-content: end;
|
20397
|
-
}
|
20398
|
-
.v-data-table__tr--mobile > td {
|
20399
|
-
align-items: center;
|
20400
|
-
column-gap: 4px;
|
20401
|
-
display: grid;
|
20402
|
-
grid-template-columns: repeat(2, 1fr);
|
20403
|
-
min-height: var(--v-table-row-height);
|
20404
|
-
}
|
20405
|
-
.v-data-table__tr--mobile > td:not(:last-child) {
|
20406
|
-
border-bottom: 0 !important;
|
20407
|
-
}
|
20408
|
-
|
20409
|
-
.v-data-table__td-title {
|
20410
|
-
font-weight: 500;
|
20411
|
-
text-align: left;
|
20412
|
-
}
|
20413
|
-
|
20414
|
-
.v-data-table__td-value {
|
20415
|
-
text-align: right;
|
20416
|
-
}
|
20417
|
-
|
20418
|
-
.v-data-table__td-sort-icon {
|
20419
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
20420
|
-
}
|
20421
|
-
.v-data-table__td-sort-icon-active {
|
20422
|
-
color: rgba(var(--v-theme-on-surface));
|
20423
|
-
}.v-data-table-footer {
|
20424
|
-
align-items: center;
|
20425
|
-
display: flex;
|
20426
|
-
flex-wrap: wrap;
|
20427
|
-
justify-content: flex-end;
|
20428
|
-
padding: 8px 4px;
|
20429
|
-
}
|
20430
|
-
.v-data-table-footer__items-per-page {
|
20431
|
-
align-items: center;
|
20432
|
-
display: flex;
|
20433
|
-
justify-content: center;
|
20434
|
-
}
|
20435
|
-
.v-data-table-footer__items-per-page > span {
|
20436
|
-
padding-inline-end: 8px;
|
20437
|
-
}
|
20438
|
-
.v-data-table-footer__items-per-page > .v-select {
|
20439
|
-
width: 90px;
|
20440
|
-
}
|
20441
|
-
.v-data-table-footer__info {
|
20442
|
-
display: flex;
|
20443
|
-
justify-content: flex-end;
|
20444
|
-
min-width: 116px;
|
20445
|
-
padding: 0 16px;
|
20446
|
-
}
|
20447
|
-
.v-data-table-footer__paginationz {
|
20448
|
-
align-items: center;
|
20449
|
-
display: flex;
|
20450
|
-
margin-inline-start: 16px;
|
20451
|
-
}
|
20452
|
-
.v-data-table-footer__page {
|
20453
|
-
padding: 0 8px;
|
20454
|
-
}.v-date-picker {
|
20455
|
-
overflow: hidden;
|
20456
|
-
width: 328px;
|
20457
|
-
}
|
20458
|
-
.v-date-picker--show-week {
|
20459
|
-
width: 368px;
|
20460
|
-
}.v-date-picker-controls {
|
20461
|
-
display: flex;
|
20462
|
-
align-items: center;
|
20463
|
-
justify-content: space-between;
|
20464
|
-
font-size: 0.875rem;
|
20465
|
-
padding-top: 4px;
|
20466
|
-
padding-bottom: 4px;
|
20467
|
-
padding-inline-start: 6px;
|
20468
|
-
padding-inline-end: 12px;
|
20469
|
-
}
|
20470
|
-
.v-date-picker-controls > .v-btn:first-child {
|
20471
|
-
text-transform: none;
|
20472
|
-
font-weight: 400;
|
20473
|
-
line-height: initial;
|
20474
|
-
letter-spacing: initial;
|
20475
|
-
}
|
20476
|
-
.v-date-picker-controls--variant-classic {
|
20477
|
-
padding-inline-start: 12px;
|
20478
|
-
}
|
20479
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20480
|
-
opacity: 0.7;
|
20481
|
-
}
|
20482
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20483
|
-
cursor: pointer;
|
20484
|
-
}
|
20485
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20486
|
-
opacity: 1;
|
20487
|
-
}
|
20488
|
-
.v-date-picker-controls .v-btn:last-child {
|
20489
|
-
margin-inline-start: 4px;
|
20490
|
-
}
|
20491
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20492
|
-
transform: rotate(180deg);
|
20493
|
-
}
|
20494
|
-
|
20495
|
-
.v-date-picker-controls__date {
|
20496
|
-
margin-inline-end: 4px;
|
20497
|
-
}
|
20498
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20499
|
-
margin: auto;
|
20500
|
-
text-align: center;
|
20501
|
-
}
|
20502
|
-
|
20503
|
-
.v-date-picker-controls__month {
|
20504
|
-
display: flex;
|
20505
|
-
}
|
20506
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20507
|
-
flex-direction: row-reverse;
|
20288
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20289
|
+
flex-direction: row-reverse;
|
20508
20290
|
}
|
20509
20291
|
|
20510
20292
|
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
@@ -20573,6 +20355,25 @@ html.overflow-y-hidden {
|
|
20573
20355
|
.date-picker-header-reverse-transition-leave-to {
|
20574
20356
|
opacity: 0;
|
20575
20357
|
transform: translate(0, 100%);
|
20358
|
+
}.v-date-picker-months {
|
20359
|
+
height: 288px;
|
20360
|
+
}
|
20361
|
+
|
20362
|
+
.v-date-picker-months__content {
|
20363
|
+
align-items: center;
|
20364
|
+
display: grid;
|
20365
|
+
flex: 1 1;
|
20366
|
+
height: inherit;
|
20367
|
+
justify-content: space-around;
|
20368
|
+
grid-template-columns: repeat(2, 1fr);
|
20369
|
+
grid-gap: 0px 24px;
|
20370
|
+
padding-inline-start: 36px;
|
20371
|
+
padding-inline-end: 36px;
|
20372
|
+
}
|
20373
|
+
.v-date-picker-months__content .v-btn {
|
20374
|
+
text-transform: none;
|
20375
|
+
padding-inline-start: 8px;
|
20376
|
+
padding-inline-end: 8px;
|
20576
20377
|
}.v-date-picker-month {
|
20577
20378
|
display: flex;
|
20578
20379
|
justify-content: center;
|
@@ -20628,25 +20429,6 @@ html.overflow-y-hidden {
|
|
20628
20429
|
|
20629
20430
|
.v-date-picker-month__day--hide-adjacent {
|
20630
20431
|
opacity: 0;
|
20631
|
-
}.v-date-picker-months {
|
20632
|
-
height: 288px;
|
20633
|
-
}
|
20634
|
-
|
20635
|
-
.v-date-picker-months__content {
|
20636
|
-
align-items: center;
|
20637
|
-
display: grid;
|
20638
|
-
flex: 1 1;
|
20639
|
-
height: inherit;
|
20640
|
-
justify-content: space-around;
|
20641
|
-
grid-template-columns: repeat(2, 1fr);
|
20642
|
-
grid-gap: 0px 24px;
|
20643
|
-
padding-inline-start: 36px;
|
20644
|
-
padding-inline-end: 36px;
|
20645
|
-
}
|
20646
|
-
.v-date-picker-months__content .v-btn {
|
20647
|
-
text-transform: none;
|
20648
|
-
padding-inline-start: 8px;
|
20649
|
-
padding-inline-end: 8px;
|
20650
20432
|
}.v-date-picker-years {
|
20651
20433
|
height: 288px;
|
20652
20434
|
overflow-y: scroll;
|
@@ -22587,6 +22369,11 @@ textarea.v-field__input::placeholder {
|
|
22587
22369
|
|
22588
22370
|
.v-img__gradient {
|
22589
22371
|
background-repeat: no-repeat;
|
22372
|
+
}.v-item-group {
|
22373
|
+
flex: 0 1 auto;
|
22374
|
+
max-width: 100%;
|
22375
|
+
position: relative;
|
22376
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22590
22377
|
}.v-input {
|
22591
22378
|
display: grid;
|
22592
22379
|
flex: 1 1 auto;
|
@@ -22729,15 +22516,30 @@ textarea.v-field__input::placeholder {
|
|
22729
22516
|
|
22730
22517
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22731
22518
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22732
|
-
}.v-
|
22519
|
+
}.v-layout {
|
22520
|
+
--v-scrollbar-offset: 0px;
|
22733
22521
|
display: flex;
|
22734
|
-
flex
|
22735
|
-
overflow-x: auto;
|
22522
|
+
flex: 1 1 auto;
|
22736
22523
|
}
|
22737
|
-
.v-
|
22524
|
+
.v-layout--full-height {
|
22525
|
+
--v-scrollbar-offset: inherit;
|
22738
22526
|
height: 100%;
|
22739
|
-
|
22740
|
-
|
22527
|
+
}.v-layout-item {
|
22528
|
+
position: absolute;
|
22529
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22530
|
+
}
|
22531
|
+
|
22532
|
+
.v-layout-item--absolute {
|
22533
|
+
position: absolute;
|
22534
|
+
}.v-infinite-scroll--horizontal {
|
22535
|
+
display: flex;
|
22536
|
+
flex-direction: row;
|
22537
|
+
overflow-x: auto;
|
22538
|
+
}
|
22539
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22540
|
+
height: 100%;
|
22541
|
+
width: 1px;
|
22542
|
+
}
|
22741
22543
|
|
22742
22544
|
.v-infinite-scroll--vertical {
|
22743
22545
|
display: flex;
|
@@ -22754,11 +22556,6 @@ textarea.v-field__input::placeholder {
|
|
22754
22556
|
display: flex;
|
22755
22557
|
justify-content: center;
|
22756
22558
|
padding: 8px;
|
22757
|
-
}.v-item-group {
|
22758
|
-
flex: 0 1 auto;
|
22759
|
-
max-width: 100%;
|
22760
|
-
position: relative;
|
22761
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22762
22559
|
}.v-label {
|
22763
22560
|
align-items: center;
|
22764
22561
|
color: inherit;
|
@@ -22774,21 +22571,6 @@ textarea.v-field__input::placeholder {
|
|
22774
22571
|
|
22775
22572
|
.v-label--clickable {
|
22776
22573
|
cursor: pointer;
|
22777
|
-
}.v-layout {
|
22778
|
-
--v-scrollbar-offset: 0px;
|
22779
|
-
display: flex;
|
22780
|
-
flex: 1 1 auto;
|
22781
|
-
}
|
22782
|
-
.v-layout--full-height {
|
22783
|
-
--v-scrollbar-offset: inherit;
|
22784
|
-
height: 100%;
|
22785
|
-
}.v-layout-item {
|
22786
|
-
position: absolute;
|
22787
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22788
|
-
}
|
22789
|
-
|
22790
|
-
.v-layout-item--absolute {
|
22791
|
-
position: absolute;
|
22792
22574
|
}.v-list {
|
22793
22575
|
overflow: auto;
|
22794
22576
|
padding: 8px 0;
|
@@ -23364,6 +23146,8 @@ textarea.v-field__input::placeholder {
|
|
23364
23146
|
}
|
23365
23147
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23366
23148
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23149
|
+
}.v-locale-provider {
|
23150
|
+
display: contents;
|
23367
23151
|
}.v-main {
|
23368
23152
|
flex: 1 0 auto;
|
23369
23153
|
max-width: 100%;
|
@@ -23394,8 +23178,22 @@ textarea.v-field__input::placeholder {
|
|
23394
23178
|
--v-layout-right: 0px;
|
23395
23179
|
--v-layout-top: 0px;
|
23396
23180
|
--v-layout-bottom: 0px;
|
23397
|
-
}.v-
|
23398
|
-
|
23181
|
+
}.v-messages {
|
23182
|
+
flex: 1 1 auto;
|
23183
|
+
font-size: 12px;
|
23184
|
+
min-height: 14px;
|
23185
|
+
min-width: 1px;
|
23186
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23187
|
+
position: relative;
|
23188
|
+
}
|
23189
|
+
.v-messages__message {
|
23190
|
+
line-height: 12px;
|
23191
|
+
word-break: break-word;
|
23192
|
+
overflow-wrap: break-word;
|
23193
|
+
word-wrap: break-word;
|
23194
|
+
-webkit-hyphens: auto;
|
23195
|
+
hyphens: auto;
|
23196
|
+
transition-duration: 150ms;
|
23399
23197
|
}.v-menu > .v-overlay__content {
|
23400
23198
|
display: flex;
|
23401
23199
|
flex-direction: column;
|
@@ -23415,22 +23213,64 @@ textarea.v-field__input::placeholder {
|
|
23415
23213
|
.v-menu > .v-overlay__content > .v-sheet,
|
23416
23214
|
.v-menu > .v-overlay__content > .v-list {
|
23417
23215
|
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));
|
23418
|
-
}.v-
|
23419
|
-
|
23420
|
-
|
23421
|
-
|
23422
|
-
|
23423
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23216
|
+
}.v-otp-input {
|
23217
|
+
align-items: center;
|
23218
|
+
display: flex;
|
23219
|
+
justify-content: center;
|
23220
|
+
padding: 0.5rem 0;
|
23424
23221
|
position: relative;
|
23425
23222
|
}
|
23426
|
-
.v-
|
23427
|
-
|
23428
|
-
|
23429
|
-
|
23430
|
-
|
23431
|
-
|
23432
|
-
|
23433
|
-
|
23223
|
+
.v-otp-input {
|
23224
|
+
border-radius: 4px;
|
23225
|
+
}
|
23226
|
+
.v-otp-input .v-field {
|
23227
|
+
height: 100%;
|
23228
|
+
}
|
23229
|
+
|
23230
|
+
.v-otp-input__divider {
|
23231
|
+
margin: 0 8px;
|
23232
|
+
}
|
23233
|
+
|
23234
|
+
.v-otp-input__content {
|
23235
|
+
align-items: center;
|
23236
|
+
display: flex;
|
23237
|
+
gap: 0.5rem;
|
23238
|
+
height: 64px;
|
23239
|
+
padding: 0.5rem;
|
23240
|
+
justify-content: center;
|
23241
|
+
max-width: 320px;
|
23242
|
+
position: relative;
|
23243
|
+
border-radius: inherit;
|
23244
|
+
}
|
23245
|
+
.v-otp-input--divided .v-otp-input__content {
|
23246
|
+
max-width: 360px;
|
23247
|
+
}
|
23248
|
+
|
23249
|
+
.v-otp-input__field {
|
23250
|
+
color: inherit;
|
23251
|
+
font-size: 1.25rem;
|
23252
|
+
height: 100%;
|
23253
|
+
outline: none;
|
23254
|
+
text-align: center;
|
23255
|
+
width: 100%;
|
23256
|
+
}
|
23257
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23258
|
+
-webkit-appearance: none;
|
23259
|
+
margin: 0;
|
23260
|
+
}
|
23261
|
+
.v-otp-input__field[type=number] {
|
23262
|
+
-moz-appearance: textfield;
|
23263
|
+
}
|
23264
|
+
|
23265
|
+
.v-otp-input__loader {
|
23266
|
+
align-items: center;
|
23267
|
+
display: flex;
|
23268
|
+
height: 100%;
|
23269
|
+
justify-content: center;
|
23270
|
+
width: 100%;
|
23271
|
+
}
|
23272
|
+
.v-otp-input__loader .v-progress-linear {
|
23273
|
+
position: absolute;
|
23434
23274
|
}.v-navigation-drawer {
|
23435
23275
|
-webkit-overflow-scrolling: touch;
|
23436
23276
|
background: rgb(var(--v-theme-surface));
|
@@ -23539,64 +23379,6 @@ textarea.v-field__input::placeholder {
|
|
23539
23379
|
.v-navigation-drawer__append {
|
23540
23380
|
flex: none;
|
23541
23381
|
overflow: hidden;
|
23542
|
-
}.v-otp-input {
|
23543
|
-
align-items: center;
|
23544
|
-
display: flex;
|
23545
|
-
justify-content: center;
|
23546
|
-
padding: 0.5rem 0;
|
23547
|
-
position: relative;
|
23548
|
-
}
|
23549
|
-
.v-otp-input {
|
23550
|
-
border-radius: 4px;
|
23551
|
-
}
|
23552
|
-
.v-otp-input .v-field {
|
23553
|
-
height: 100%;
|
23554
|
-
}
|
23555
|
-
|
23556
|
-
.v-otp-input__divider {
|
23557
|
-
margin: 0 8px;
|
23558
|
-
}
|
23559
|
-
|
23560
|
-
.v-otp-input__content {
|
23561
|
-
align-items: center;
|
23562
|
-
display: flex;
|
23563
|
-
gap: 0.5rem;
|
23564
|
-
height: 64px;
|
23565
|
-
padding: 0.5rem;
|
23566
|
-
justify-content: center;
|
23567
|
-
max-width: 320px;
|
23568
|
-
position: relative;
|
23569
|
-
border-radius: inherit;
|
23570
|
-
}
|
23571
|
-
.v-otp-input--divided .v-otp-input__content {
|
23572
|
-
max-width: 360px;
|
23573
|
-
}
|
23574
|
-
|
23575
|
-
.v-otp-input__field {
|
23576
|
-
color: inherit;
|
23577
|
-
font-size: 1.25rem;
|
23578
|
-
height: 100%;
|
23579
|
-
outline: none;
|
23580
|
-
text-align: center;
|
23581
|
-
width: 100%;
|
23582
|
-
}
|
23583
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23584
|
-
-webkit-appearance: none;
|
23585
|
-
margin: 0;
|
23586
|
-
}
|
23587
|
-
.v-otp-input__field[type=number] {
|
23588
|
-
-moz-appearance: textfield;
|
23589
|
-
}
|
23590
|
-
|
23591
|
-
.v-otp-input__loader {
|
23592
|
-
align-items: center;
|
23593
|
-
display: flex;
|
23594
|
-
height: 100%;
|
23595
|
-
justify-content: center;
|
23596
|
-
width: 100%;
|
23597
|
-
}
|
23598
|
-
.v-otp-input__loader .v-progress-linear {
|
23599
|
-
position: absolute;
|
23600
23382
|
}.v-overlay-container {
|
23601
23383
|
contain: layout;
|
23602
23384
|
left: 0;
|
@@ -23668,71 +23450,167 @@ html.v-overlay-scroll-blocked {
|
|
23668
23450
|
}
|
23669
23451
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23670
23452
|
margin: 0.3rem;
|
23671
|
-
}.v-
|
23453
|
+
}.v-progress-circular {
|
23454
|
+
align-items: center;
|
23455
|
+
display: inline-flex;
|
23456
|
+
justify-content: center;
|
23672
23457
|
position: relative;
|
23673
|
-
|
23458
|
+
vertical-align: middle;
|
23674
23459
|
}
|
23675
|
-
.v-
|
23676
|
-
will-change: transform;
|
23677
|
-
}.v-progress-linear {
|
23678
|
-
background: transparent;
|
23679
|
-
overflow: hidden;
|
23680
|
-
position: relative;
|
23681
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23460
|
+
.v-progress-circular > svg {
|
23682
23461
|
width: 100%;
|
23683
|
-
|
23684
|
-
|
23685
|
-
border-radius: 9999px;
|
23686
|
-
}
|
23687
|
-
@media (forced-colors: active) {
|
23688
|
-
.v-progress-linear {
|
23689
|
-
border: thin solid buttontext;
|
23690
|
-
}
|
23691
|
-
}
|
23692
|
-
|
23693
|
-
.v-progress-linear__background,
|
23694
|
-
.v-progress-linear__buffer {
|
23695
|
-
background: currentColor;
|
23696
|
-
bottom: 0;
|
23697
|
-
left: 0;
|
23698
|
-
opacity: var(--v-border-opacity);
|
23462
|
+
height: 100%;
|
23463
|
+
margin: auto;
|
23699
23464
|
position: absolute;
|
23700
23465
|
top: 0;
|
23701
|
-
|
23702
|
-
|
23703
|
-
|
23466
|
+
bottom: 0;
|
23467
|
+
left: 0;
|
23468
|
+
right: 0;
|
23469
|
+
z-index: 0;
|
23704
23470
|
}
|
23705
23471
|
|
23706
|
-
|
23707
|
-
.v-progress-linear__buffer {
|
23708
|
-
background-color: highlight;
|
23709
|
-
opacity: 0.3;
|
23710
|
-
}
|
23711
|
-
}
|
23712
|
-
.v-progress-linear__content {
|
23472
|
+
.v-progress-circular__content {
|
23713
23473
|
align-items: center;
|
23714
23474
|
display: flex;
|
23715
|
-
height: 100%;
|
23716
23475
|
justify-content: center;
|
23717
|
-
left: 0;
|
23718
|
-
pointer-events: none;
|
23719
|
-
position: absolute;
|
23720
|
-
top: 0;
|
23721
|
-
width: 100%;
|
23722
23476
|
}
|
23723
23477
|
|
23724
|
-
.v-progress-
|
23725
|
-
|
23726
|
-
|
23478
|
+
.v-progress-circular__underlay {
|
23479
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23480
|
+
stroke: currentColor;
|
23481
|
+
z-index: 1;
|
23727
23482
|
}
|
23728
|
-
|
23729
|
-
|
23730
|
-
|
23731
|
-
|
23732
|
-
|
23483
|
+
|
23484
|
+
.v-progress-circular__overlay {
|
23485
|
+
stroke: currentColor;
|
23486
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23487
|
+
z-index: 2;
|
23733
23488
|
}
|
23734
23489
|
|
23735
|
-
.v-progress-
|
23490
|
+
.v-progress-circular--size-x-small {
|
23491
|
+
height: 16px;
|
23492
|
+
width: 16px;
|
23493
|
+
}
|
23494
|
+
.v-progress-circular--size-small {
|
23495
|
+
height: 24px;
|
23496
|
+
width: 24px;
|
23497
|
+
}
|
23498
|
+
.v-progress-circular--size-default {
|
23499
|
+
height: 32px;
|
23500
|
+
width: 32px;
|
23501
|
+
}
|
23502
|
+
.v-progress-circular--size-large {
|
23503
|
+
height: 48px;
|
23504
|
+
width: 48px;
|
23505
|
+
}
|
23506
|
+
.v-progress-circular--size-x-large {
|
23507
|
+
height: 64px;
|
23508
|
+
width: 64px;
|
23509
|
+
}
|
23510
|
+
|
23511
|
+
.v-progress-circular--indeterminate > svg {
|
23512
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
23513
|
+
transform-origin: center center;
|
23514
|
+
transition: all 0.2s ease-in-out;
|
23515
|
+
}
|
23516
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23517
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23518
|
+
stroke-dasharray: 25, 200;
|
23519
|
+
stroke-dashoffset: 0;
|
23520
|
+
stroke-linecap: round;
|
23521
|
+
transform-origin: center center;
|
23522
|
+
transform: rotate(-90deg);
|
23523
|
+
}
|
23524
|
+
|
23525
|
+
.v-progress-circular--disable-shrink > svg {
|
23526
|
+
animation-duration: 0.7s;
|
23527
|
+
}
|
23528
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23529
|
+
animation: none;
|
23530
|
+
}
|
23531
|
+
|
23532
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23533
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23534
|
+
animation-play-state: paused !important;
|
23535
|
+
}
|
23536
|
+
|
23537
|
+
@keyframes progress-circular-dash {
|
23538
|
+
0% {
|
23539
|
+
stroke-dasharray: 1, 200;
|
23540
|
+
stroke-dashoffset: 0px;
|
23541
|
+
}
|
23542
|
+
50% {
|
23543
|
+
stroke-dasharray: 100, 200;
|
23544
|
+
stroke-dashoffset: -15px;
|
23545
|
+
}
|
23546
|
+
100% {
|
23547
|
+
stroke-dasharray: 100, 200;
|
23548
|
+
stroke-dashoffset: -124px;
|
23549
|
+
}
|
23550
|
+
}
|
23551
|
+
@keyframes progress-circular-rotate {
|
23552
|
+
100% {
|
23553
|
+
transform: rotate(270deg);
|
23554
|
+
}
|
23555
|
+
}.v-progress-linear {
|
23556
|
+
background: transparent;
|
23557
|
+
overflow: hidden;
|
23558
|
+
position: relative;
|
23559
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23560
|
+
width: 100%;
|
23561
|
+
}
|
23562
|
+
.v-progress-linear--rounded {
|
23563
|
+
border-radius: 9999px;
|
23564
|
+
}
|
23565
|
+
@media (forced-colors: active) {
|
23566
|
+
.v-progress-linear {
|
23567
|
+
border: thin solid buttontext;
|
23568
|
+
}
|
23569
|
+
}
|
23570
|
+
|
23571
|
+
.v-progress-linear__background,
|
23572
|
+
.v-progress-linear__buffer {
|
23573
|
+
background: currentColor;
|
23574
|
+
bottom: 0;
|
23575
|
+
left: 0;
|
23576
|
+
opacity: var(--v-border-opacity);
|
23577
|
+
position: absolute;
|
23578
|
+
top: 0;
|
23579
|
+
width: 100%;
|
23580
|
+
transition-property: width, left, right;
|
23581
|
+
transition: inherit;
|
23582
|
+
}
|
23583
|
+
|
23584
|
+
@media (forced-colors: active) {
|
23585
|
+
.v-progress-linear__buffer {
|
23586
|
+
background-color: highlight;
|
23587
|
+
opacity: 0.3;
|
23588
|
+
}
|
23589
|
+
}
|
23590
|
+
.v-progress-linear__content {
|
23591
|
+
align-items: center;
|
23592
|
+
display: flex;
|
23593
|
+
height: 100%;
|
23594
|
+
justify-content: center;
|
23595
|
+
left: 0;
|
23596
|
+
pointer-events: none;
|
23597
|
+
position: absolute;
|
23598
|
+
top: 0;
|
23599
|
+
width: 100%;
|
23600
|
+
}
|
23601
|
+
|
23602
|
+
.v-progress-linear__determinate,
|
23603
|
+
.v-progress-linear__indeterminate {
|
23604
|
+
background: currentColor;
|
23605
|
+
}
|
23606
|
+
@media (forced-colors: active) {
|
23607
|
+
.v-progress-linear__determinate,
|
23608
|
+
.v-progress-linear__indeterminate {
|
23609
|
+
background-color: highlight;
|
23610
|
+
}
|
23611
|
+
}
|
23612
|
+
|
23613
|
+
.v-progress-linear__determinate {
|
23736
23614
|
height: inherit;
|
23737
23615
|
left: 0;
|
23738
23616
|
position: absolute;
|
@@ -23902,108 +23780,12 @@ html.v-overlay-scroll-blocked {
|
|
23902
23780
|
0% {
|
23903
23781
|
background-position-x: var(--v-progress-linear-height);
|
23904
23782
|
}
|
23905
|
-
}.v-
|
23906
|
-
align-items: center;
|
23907
|
-
display: inline-flex;
|
23908
|
-
justify-content: center;
|
23783
|
+
}.v-parallax {
|
23909
23784
|
position: relative;
|
23910
|
-
|
23911
|
-
}
|
23912
|
-
.v-progress-circular > svg {
|
23913
|
-
width: 100%;
|
23914
|
-
height: 100%;
|
23915
|
-
margin: auto;
|
23916
|
-
position: absolute;
|
23917
|
-
top: 0;
|
23918
|
-
bottom: 0;
|
23919
|
-
left: 0;
|
23920
|
-
right: 0;
|
23921
|
-
z-index: 0;
|
23922
|
-
}
|
23923
|
-
|
23924
|
-
.v-progress-circular__content {
|
23925
|
-
align-items: center;
|
23926
|
-
display: flex;
|
23927
|
-
justify-content: center;
|
23928
|
-
}
|
23929
|
-
|
23930
|
-
.v-progress-circular__underlay {
|
23931
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23932
|
-
stroke: currentColor;
|
23933
|
-
z-index: 1;
|
23934
|
-
}
|
23935
|
-
|
23936
|
-
.v-progress-circular__overlay {
|
23937
|
-
stroke: currentColor;
|
23938
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
23939
|
-
z-index: 2;
|
23940
|
-
}
|
23941
|
-
|
23942
|
-
.v-progress-circular--size-x-small {
|
23943
|
-
height: 16px;
|
23944
|
-
width: 16px;
|
23945
|
-
}
|
23946
|
-
.v-progress-circular--size-small {
|
23947
|
-
height: 24px;
|
23948
|
-
width: 24px;
|
23949
|
-
}
|
23950
|
-
.v-progress-circular--size-default {
|
23951
|
-
height: 32px;
|
23952
|
-
width: 32px;
|
23953
|
-
}
|
23954
|
-
.v-progress-circular--size-large {
|
23955
|
-
height: 48px;
|
23956
|
-
width: 48px;
|
23957
|
-
}
|
23958
|
-
.v-progress-circular--size-x-large {
|
23959
|
-
height: 64px;
|
23960
|
-
width: 64px;
|
23961
|
-
}
|
23962
|
-
|
23963
|
-
.v-progress-circular--indeterminate > svg {
|
23964
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
23965
|
-
transform-origin: center center;
|
23966
|
-
transition: all 0.2s ease-in-out;
|
23967
|
-
}
|
23968
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
23969
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
23970
|
-
stroke-dasharray: 25, 200;
|
23971
|
-
stroke-dashoffset: 0;
|
23972
|
-
stroke-linecap: round;
|
23973
|
-
transform-origin: center center;
|
23974
|
-
transform: rotate(-90deg);
|
23975
|
-
}
|
23976
|
-
|
23977
|
-
.v-progress-circular--disable-shrink > svg {
|
23978
|
-
animation-duration: 0.7s;
|
23979
|
-
}
|
23980
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
23981
|
-
animation: none;
|
23982
|
-
}
|
23983
|
-
|
23984
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
23985
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
23986
|
-
animation-play-state: paused !important;
|
23987
|
-
}
|
23988
|
-
|
23989
|
-
@keyframes progress-circular-dash {
|
23990
|
-
0% {
|
23991
|
-
stroke-dasharray: 1, 200;
|
23992
|
-
stroke-dashoffset: 0px;
|
23993
|
-
}
|
23994
|
-
50% {
|
23995
|
-
stroke-dasharray: 100, 200;
|
23996
|
-
stroke-dashoffset: -15px;
|
23997
|
-
}
|
23998
|
-
100% {
|
23999
|
-
stroke-dasharray: 100, 200;
|
24000
|
-
stroke-dashoffset: -124px;
|
24001
|
-
}
|
23785
|
+
overflow: hidden;
|
24002
23786
|
}
|
24003
|
-
|
24004
|
-
|
24005
|
-
transform: rotate(270deg);
|
24006
|
-
}
|
23787
|
+
.v-parallax--active > .v-img__img {
|
23788
|
+
will-change: transform;
|
24007
23789
|
}.v-radio-group > .v-input__control {
|
24008
23790
|
flex-direction: column;
|
24009
23791
|
}
|
@@ -24315,274 +24097,189 @@ html.v-overlay-scroll-blocked {
|
|
24315
24097
|
.v-selection-control-group--inline {
|
24316
24098
|
flex-direction: row;
|
24317
24099
|
flex-wrap: wrap;
|
24318
|
-
}.v-
|
24319
|
-
|
24320
|
-
background: rgb(var(--v-theme-surface));
|
24321
|
-
border-radius: 4px;
|
24322
|
-
display: flex;
|
24323
|
-
flex-wrap: wrap;
|
24324
|
-
position: relative;
|
24325
|
-
vertical-align: top;
|
24100
|
+
}.v-sheet {
|
24101
|
+
display: block;
|
24326
24102
|
}
|
24327
|
-
.v-
|
24328
|
-
|
24103
|
+
.v-sheet {
|
24104
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24105
|
+
border-style: solid;
|
24106
|
+
border-width: 0;
|
24329
24107
|
}
|
24330
|
-
.v-
|
24331
|
-
|
24108
|
+
.v-sheet--border {
|
24109
|
+
border-width: thin;
|
24110
|
+
box-shadow: none;
|
24332
24111
|
}
|
24333
|
-
.v-
|
24334
|
-
.v-
|
24335
|
-
.v-skeleton-loader .v-skeleton-loader__chip,
|
24336
|
-
.v-skeleton-loader .v-skeleton-loader__divider,
|
24337
|
-
.v-skeleton-loader .v-skeleton-loader__heading,
|
24338
|
-
.v-skeleton-loader .v-skeleton-loader__image,
|
24339
|
-
.v-skeleton-loader .v-skeleton-loader__ossein,
|
24340
|
-
.v-skeleton-loader .v-skeleton-loader__text {
|
24341
|
-
background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
|
24112
|
+
.v-sheet {
|
24113
|
+
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));
|
24342
24114
|
}
|
24343
|
-
.v-
|
24344
|
-
|
24345
|
-
|
24346
|
-
.v-
|
24347
|
-
|
24348
|
-
|
24349
|
-
.v-
|
24115
|
+
.v-sheet--absolute {
|
24116
|
+
position: absolute;
|
24117
|
+
}
|
24118
|
+
.v-sheet--fixed {
|
24119
|
+
position: fixed;
|
24120
|
+
}
|
24121
|
+
.v-sheet--relative {
|
24122
|
+
position: relative;
|
24123
|
+
}
|
24124
|
+
.v-sheet--sticky {
|
24125
|
+
position: sticky;
|
24126
|
+
}
|
24127
|
+
.v-sheet {
|
24128
|
+
border-radius: 0;
|
24129
|
+
}
|
24130
|
+
.v-sheet {
|
24131
|
+
background: rgb(var(--v-theme-surface));
|
24132
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24133
|
+
}
|
24134
|
+
.v-sheet--rounded {
|
24350
24135
|
border-radius: 4px;
|
24136
|
+
}.v-snackbar {
|
24137
|
+
justify-content: center;
|
24138
|
+
z-index: 10000;
|
24139
|
+
margin: 8px;
|
24140
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
24141
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
24351
24142
|
}
|
24352
|
-
.v-
|
24143
|
+
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
24144
|
+
align-items: flex-end;
|
24145
|
+
}
|
24146
|
+
.v-snackbar__wrapper {
|
24353
24147
|
align-items: center;
|
24354
|
-
border-radius: inherit;
|
24355
24148
|
display: flex;
|
24356
|
-
|
24357
|
-
|
24149
|
+
max-width: 672px;
|
24150
|
+
min-height: 48px;
|
24151
|
+
min-width: 344px;
|
24358
24152
|
overflow: hidden;
|
24359
|
-
|
24360
|
-
}
|
24361
|
-
.v-skeleton-loader__bone::after {
|
24362
|
-
animation: loading 1.5s infinite;
|
24363
|
-
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
24364
|
-
transform: translateX(-100%);
|
24365
|
-
z-index: 1;
|
24153
|
+
padding: 0;
|
24366
24154
|
}
|
24367
|
-
.v-
|
24368
|
-
|
24369
|
-
position: absolute;
|
24370
|
-
top: 0;
|
24371
|
-
left: 0;
|
24372
|
-
width: 100%;
|
24373
|
-
height: 100%;
|
24155
|
+
.v-snackbar__wrapper {
|
24156
|
+
border-radius: 4px;
|
24374
24157
|
}
|
24375
|
-
.v-
|
24376
|
-
|
24377
|
-
|
24378
|
-
margin: 8px 16px;
|
24379
|
-
max-height: 48px;
|
24380
|
-
min-height: 48px;
|
24381
|
-
height: 48px;
|
24382
|
-
max-width: 48px;
|
24383
|
-
min-width: 48px;
|
24384
|
-
width: 48px;
|
24158
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
24159
|
+
background: transparent;
|
24160
|
+
color: inherit;
|
24385
24161
|
}
|
24386
|
-
.v-
|
24387
|
-
|
24388
|
-
margin-inline-start: 0;
|
24162
|
+
.v-snackbar--variant-plain {
|
24163
|
+
opacity: 0.62;
|
24389
24164
|
}
|
24390
|
-
.v-
|
24391
|
-
|
24392
|
-
margin-inline-start: 0;
|
24165
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
24166
|
+
opacity: 1;
|
24393
24167
|
}
|
24394
|
-
.v-
|
24395
|
-
|
24396
|
-
height: 36px;
|
24397
|
-
margin: 16px;
|
24398
|
-
max-width: 64px;
|
24168
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
24169
|
+
display: none;
|
24399
24170
|
}
|
24400
|
-
.v-
|
24401
|
-
|
24402
|
-
|
24171
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
24172
|
+
background: rgb(var(--v-theme-surface-variant));
|
24173
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24403
24174
|
}
|
24404
|
-
.v-
|
24405
|
-
|
24406
|
-
margin-inline-start: 0;
|
24175
|
+
.v-snackbar--variant-elevated {
|
24176
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24407
24177
|
}
|
24408
|
-
.v-
|
24409
|
-
|
24410
|
-
margin: 16px;
|
24411
|
-
height: 32px;
|
24412
|
-
max-width: 96px;
|
24178
|
+
.v-snackbar--variant-flat {
|
24179
|
+
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));
|
24413
24180
|
}
|
24414
|
-
.v-
|
24415
|
-
|
24416
|
-
margin-inline-start: 0;
|
24181
|
+
.v-snackbar--variant-outlined {
|
24182
|
+
border: thin solid currentColor;
|
24417
24183
|
}
|
24418
|
-
.v-
|
24419
|
-
|
24420
|
-
margin-inline-start: 0;
|
24184
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
24185
|
+
background: currentColor;
|
24421
24186
|
}
|
24422
|
-
.v-
|
24187
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
24188
|
+
background: currentColor;
|
24189
|
+
opacity: var(--v-activated-opacity);
|
24423
24190
|
border-radius: inherit;
|
24191
|
+
top: 0;
|
24192
|
+
right: 0;
|
24193
|
+
bottom: 0;
|
24194
|
+
left: 0;
|
24195
|
+
pointer-events: none;
|
24424
24196
|
}
|
24425
|
-
.v-
|
24426
|
-
|
24427
|
-
width: 20%;
|
24197
|
+
.v-snackbar .v-snackbar__underlay {
|
24198
|
+
position: absolute;
|
24428
24199
|
}
|
24429
|
-
|
24430
|
-
|
24431
|
-
|
24200
|
+
|
24201
|
+
.v-snackbar__content {
|
24202
|
+
flex-grow: 1;
|
24203
|
+
font-size: 0.875rem;
|
24204
|
+
font-weight: 400;
|
24205
|
+
letter-spacing: 0.0178571429em;
|
24206
|
+
line-height: 1.425;
|
24207
|
+
margin-right: auto;
|
24208
|
+
padding: 14px 16px;
|
24209
|
+
text-align: initial;
|
24432
24210
|
}
|
24433
|
-
.v-
|
24434
|
-
|
24435
|
-
|
24211
|
+
.v-snackbar__actions {
|
24212
|
+
align-items: center;
|
24213
|
+
align-self: center;
|
24214
|
+
display: flex;
|
24215
|
+
margin-inline-end: 8px;
|
24436
24216
|
}
|
24437
|
-
.v-
|
24438
|
-
|
24439
|
-
|
24440
|
-
max-width: 100%;
|
24217
|
+
.v-snackbar__actions > .v-btn {
|
24218
|
+
padding: 0 8px;
|
24219
|
+
min-width: auto;
|
24441
24220
|
}
|
24442
|
-
.v-
|
24443
|
-
|
24221
|
+
.v-snackbar__timer {
|
24222
|
+
width: 100%;
|
24223
|
+
position: absolute;
|
24224
|
+
top: 0;
|
24444
24225
|
}
|
24445
|
-
.v-
|
24446
|
-
|
24226
|
+
.v-snackbar__timer .v-progress-linear {
|
24227
|
+
transition: 0.2s linear;
|
24447
24228
|
}
|
24448
|
-
.v-
|
24449
|
-
|
24450
|
-
|
24229
|
+
.v-snackbar--absolute {
|
24230
|
+
position: absolute;
|
24231
|
+
z-index: 1;
|
24451
24232
|
}
|
24452
|
-
.v-
|
24453
|
-
|
24454
|
-
margin: 16px;
|
24455
|
-
height: 24px;
|
24233
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
24234
|
+
min-height: 68px;
|
24456
24235
|
}
|
24457
|
-
.v-
|
24458
|
-
|
24236
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
24237
|
+
flex-direction: column;
|
24459
24238
|
}
|
24460
|
-
.v-
|
24461
|
-
|
24462
|
-
|
24239
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
24240
|
+
align-self: flex-end;
|
24241
|
+
margin-bottom: 8px;
|
24463
24242
|
}
|
24464
|
-
.v-
|
24465
|
-
|
24243
|
+
.v-snackbar--center {
|
24244
|
+
align-items: center;
|
24245
|
+
justify-content: center;
|
24466
24246
|
}
|
24467
|
-
.v-
|
24468
|
-
|
24247
|
+
.v-snackbar--top {
|
24248
|
+
align-items: flex-start;
|
24469
24249
|
}
|
24470
|
-
.v-
|
24471
|
-
|
24250
|
+
.v-snackbar--bottom {
|
24251
|
+
align-items: flex-end;
|
24472
24252
|
}
|
24473
|
-
.v-
|
24474
|
-
justify-content:
|
24253
|
+
.v-snackbar--left, .v-snackbar--start {
|
24254
|
+
justify-content: flex-start;
|
24475
24255
|
}
|
24476
|
-
.v-
|
24477
|
-
|
24478
|
-
max-width: 16px;
|
24256
|
+
.v-snackbar--right, .v-snackbar--end {
|
24257
|
+
justify-content: flex-end;
|
24479
24258
|
}
|
24480
|
-
|
24481
|
-
|
24259
|
+
|
24260
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24261
|
+
transition-duration: 0.15s;
|
24262
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24482
24263
|
}
|
24483
|
-
.v-
|
24484
|
-
|
24264
|
+
.v-snackbar-transition-enter-active {
|
24265
|
+
transition-property: opacity, transform;
|
24485
24266
|
}
|
24486
|
-
.v-
|
24487
|
-
|
24488
|
-
|
24489
|
-
justify-content: space-evenly;
|
24490
|
-
flex-wrap: nowrap;
|
24267
|
+
.v-snackbar-transition-enter-from {
|
24268
|
+
opacity: 0;
|
24269
|
+
transform: scale(0.8);
|
24491
24270
|
}
|
24492
|
-
.v-
|
24493
|
-
|
24271
|
+
.v-snackbar-transition-leave-active {
|
24272
|
+
transition-property: opacity;
|
24494
24273
|
}
|
24495
|
-
.v-
|
24496
|
-
|
24274
|
+
.v-snackbar-transition-leave-to {
|
24275
|
+
opacity: 0;
|
24276
|
+
}.v-slide-group {
|
24277
|
+
display: flex;
|
24278
|
+
overflow: hidden;
|
24497
24279
|
}
|
24498
|
-
|
24499
|
-
|
24500
|
-
|
24501
|
-
height: 48px;
|
24502
|
-
width: 88px;
|
24503
|
-
}
|
24504
|
-
.v-skeleton-loader__table-cell .v-skeleton-loader__text {
|
24505
|
-
margin-bottom: 0;
|
24506
|
-
}
|
24507
|
-
.v-skeleton-loader__subtitle {
|
24508
|
-
max-width: 70%;
|
24509
|
-
}
|
24510
|
-
.v-skeleton-loader__subtitle > .v-skeleton-loader__text {
|
24511
|
-
height: 16px;
|
24512
|
-
border-radius: 8px;
|
24513
|
-
}
|
24514
|
-
.v-skeleton-loader__text {
|
24515
|
-
border-radius: 6px;
|
24516
|
-
margin: 16px;
|
24517
|
-
height: 12px;
|
24518
|
-
}
|
24519
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
24520
|
-
margin-top: -8px;
|
24521
|
-
max-width: 50%;
|
24522
|
-
}
|
24523
|
-
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
24524
|
-
max-width: 70%;
|
24525
|
-
}
|
24526
|
-
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
24527
|
-
display: none;
|
24528
|
-
}
|
24529
|
-
.v-skeleton-loader--is-loading {
|
24530
|
-
overflow: hidden;
|
24531
|
-
}
|
24532
|
-
.v-skeleton-loader--tile {
|
24533
|
-
border-radius: 0;
|
24534
|
-
}
|
24535
|
-
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
24536
|
-
border-radius: 0;
|
24537
|
-
}
|
24538
|
-
|
24539
|
-
@keyframes loading {
|
24540
|
-
100% {
|
24541
|
-
transform: translateX(100%);
|
24542
|
-
}
|
24543
|
-
}.v-sheet {
|
24544
|
-
display: block;
|
24545
|
-
}
|
24546
|
-
.v-sheet {
|
24547
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24548
|
-
border-style: solid;
|
24549
|
-
border-width: 0;
|
24550
|
-
}
|
24551
|
-
.v-sheet--border {
|
24552
|
-
border-width: thin;
|
24553
|
-
box-shadow: none;
|
24554
|
-
}
|
24555
|
-
.v-sheet {
|
24556
|
-
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));
|
24557
|
-
}
|
24558
|
-
.v-sheet--absolute {
|
24559
|
-
position: absolute;
|
24560
|
-
}
|
24561
|
-
.v-sheet--fixed {
|
24562
|
-
position: fixed;
|
24563
|
-
}
|
24564
|
-
.v-sheet--relative {
|
24565
|
-
position: relative;
|
24566
|
-
}
|
24567
|
-
.v-sheet--sticky {
|
24568
|
-
position: sticky;
|
24569
|
-
}
|
24570
|
-
.v-sheet {
|
24571
|
-
border-radius: 0;
|
24572
|
-
}
|
24573
|
-
.v-sheet {
|
24574
|
-
background: rgb(var(--v-theme-surface));
|
24575
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24576
|
-
}
|
24577
|
-
.v-sheet--rounded {
|
24578
|
-
border-radius: 4px;
|
24579
|
-
}.v-slide-group {
|
24580
|
-
display: flex;
|
24581
|
-
overflow: hidden;
|
24582
|
-
}
|
24583
|
-
|
24584
|
-
.v-slide-group__next,
|
24585
|
-
.v-slide-group__prev {
|
24280
|
+
|
24281
|
+
.v-slide-group__next,
|
24282
|
+
.v-slide-group__prev {
|
24586
24283
|
align-items: center;
|
24587
24284
|
display: flex;
|
24588
24285
|
flex: 0 1 52px;
|
@@ -24631,146 +24328,6 @@ html.v-overlay-scroll-blocked {
|
|
24631
24328
|
.v-slide-group--vertical .v-slide-group__container {
|
24632
24329
|
overflow-x: hidden;
|
24633
24330
|
overflow-y: auto;
|
24634
|
-
}.v-snackbar {
|
24635
|
-
justify-content: center;
|
24636
|
-
z-index: 10000;
|
24637
|
-
margin: 8px;
|
24638
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
24639
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
24640
|
-
}
|
24641
|
-
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
24642
|
-
align-items: flex-end;
|
24643
|
-
}
|
24644
|
-
.v-snackbar__wrapper {
|
24645
|
-
align-items: center;
|
24646
|
-
display: flex;
|
24647
|
-
max-width: 672px;
|
24648
|
-
min-height: 48px;
|
24649
|
-
min-width: 344px;
|
24650
|
-
overflow: hidden;
|
24651
|
-
padding: 0;
|
24652
|
-
}
|
24653
|
-
.v-snackbar__wrapper {
|
24654
|
-
border-radius: 4px;
|
24655
|
-
}
|
24656
|
-
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
24657
|
-
background: transparent;
|
24658
|
-
color: inherit;
|
24659
|
-
}
|
24660
|
-
.v-snackbar--variant-plain {
|
24661
|
-
opacity: 0.62;
|
24662
|
-
}
|
24663
|
-
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
24664
|
-
opacity: 1;
|
24665
|
-
}
|
24666
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
24667
|
-
display: none;
|
24668
|
-
}
|
24669
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
24670
|
-
background: rgb(var(--v-theme-surface-variant));
|
24671
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24672
|
-
}
|
24673
|
-
.v-snackbar--variant-elevated {
|
24674
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24675
|
-
}
|
24676
|
-
.v-snackbar--variant-flat {
|
24677
|
-
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));
|
24678
|
-
}
|
24679
|
-
.v-snackbar--variant-outlined {
|
24680
|
-
border: thin solid currentColor;
|
24681
|
-
}
|
24682
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
24683
|
-
background: currentColor;
|
24684
|
-
}
|
24685
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
24686
|
-
background: currentColor;
|
24687
|
-
opacity: var(--v-activated-opacity);
|
24688
|
-
border-radius: inherit;
|
24689
|
-
top: 0;
|
24690
|
-
right: 0;
|
24691
|
-
bottom: 0;
|
24692
|
-
left: 0;
|
24693
|
-
pointer-events: none;
|
24694
|
-
}
|
24695
|
-
.v-snackbar .v-snackbar__underlay {
|
24696
|
-
position: absolute;
|
24697
|
-
}
|
24698
|
-
|
24699
|
-
.v-snackbar__content {
|
24700
|
-
flex-grow: 1;
|
24701
|
-
font-size: 0.875rem;
|
24702
|
-
font-weight: 400;
|
24703
|
-
letter-spacing: 0.0178571429em;
|
24704
|
-
line-height: 1.425;
|
24705
|
-
margin-right: auto;
|
24706
|
-
padding: 14px 16px;
|
24707
|
-
text-align: initial;
|
24708
|
-
}
|
24709
|
-
.v-snackbar__actions {
|
24710
|
-
align-items: center;
|
24711
|
-
align-self: center;
|
24712
|
-
display: flex;
|
24713
|
-
margin-inline-end: 8px;
|
24714
|
-
}
|
24715
|
-
.v-snackbar__actions > .v-btn {
|
24716
|
-
padding: 0 8px;
|
24717
|
-
min-width: auto;
|
24718
|
-
}
|
24719
|
-
.v-snackbar__timer {
|
24720
|
-
width: 100%;
|
24721
|
-
position: absolute;
|
24722
|
-
top: 0;
|
24723
|
-
}
|
24724
|
-
.v-snackbar__timer .v-progress-linear {
|
24725
|
-
transition: 0.2s linear;
|
24726
|
-
}
|
24727
|
-
.v-snackbar--absolute {
|
24728
|
-
position: absolute;
|
24729
|
-
z-index: 1;
|
24730
|
-
}
|
24731
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
24732
|
-
min-height: 68px;
|
24733
|
-
}
|
24734
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
24735
|
-
flex-direction: column;
|
24736
|
-
}
|
24737
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
24738
|
-
align-self: flex-end;
|
24739
|
-
margin-bottom: 8px;
|
24740
|
-
}
|
24741
|
-
.v-snackbar--center {
|
24742
|
-
align-items: center;
|
24743
|
-
justify-content: center;
|
24744
|
-
}
|
24745
|
-
.v-snackbar--top {
|
24746
|
-
align-items: flex-start;
|
24747
|
-
}
|
24748
|
-
.v-snackbar--bottom {
|
24749
|
-
align-items: flex-end;
|
24750
|
-
}
|
24751
|
-
.v-snackbar--left, .v-snackbar--start {
|
24752
|
-
justify-content: flex-start;
|
24753
|
-
}
|
24754
|
-
.v-snackbar--right, .v-snackbar--end {
|
24755
|
-
justify-content: flex-end;
|
24756
|
-
}
|
24757
|
-
|
24758
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
24759
|
-
transition-duration: 0.15s;
|
24760
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24761
|
-
}
|
24762
|
-
.v-snackbar-transition-enter-active {
|
24763
|
-
transition-property: opacity, transform;
|
24764
|
-
}
|
24765
|
-
.v-snackbar-transition-enter-from {
|
24766
|
-
opacity: 0;
|
24767
|
-
transform: scale(0.8);
|
24768
|
-
}
|
24769
|
-
.v-snackbar-transition-leave-active {
|
24770
|
-
transition-property: opacity;
|
24771
|
-
}
|
24772
|
-
.v-snackbar-transition-leave-to {
|
24773
|
-
opacity: 0;
|
24774
24331
|
}.v-speed-dial__content {
|
24775
24332
|
gap: 8px;
|
24776
24333
|
}
|
@@ -24987,68 +24544,25 @@ html.v-overlay-scroll-blocked {
|
|
24987
24544
|
left: 0;
|
24988
24545
|
width: 100%;
|
24989
24546
|
height: 100%;
|
24990
|
-
}.v-
|
24991
|
-
|
24547
|
+
}.v-switch .v-label {
|
24548
|
+
padding-inline-start: 10px;
|
24549
|
+
}
|
24550
|
+
|
24551
|
+
.v-switch__loader {
|
24992
24552
|
display: flex;
|
24993
|
-
flex: 1 1 auto;
|
24994
|
-
height: 24px;
|
24995
|
-
justify-content: flex-end;
|
24996
|
-
max-width: 100%;
|
24997
|
-
padding-inline: 8px;
|
24998
|
-
position: relative;
|
24999
|
-
text-align: end;
|
25000
|
-
width: 100%;
|
25001
24553
|
}
|
25002
|
-
.v-
|
25003
|
-
|
24554
|
+
.v-switch__loader .v-progress-circular {
|
24555
|
+
color: rgb(var(--v-theme-surface));
|
25004
24556
|
}
|
25005
|
-
|
25006
|
-
|
24557
|
+
|
24558
|
+
.v-switch__track,
|
24559
|
+
.v-switch__thumb {
|
24560
|
+
transition: none;
|
25007
24561
|
}
|
25008
|
-
.v-
|
25009
|
-
|
25010
|
-
|
25011
|
-
|
25012
|
-
position: fixed;
|
25013
|
-
}
|
25014
|
-
.v-system-bar {
|
25015
|
-
background: rgba(var(--v-theme-surface-light));
|
25016
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25017
|
-
}
|
25018
|
-
.v-system-bar {
|
25019
|
-
font-size: 0.75rem;
|
25020
|
-
font-weight: 400;
|
25021
|
-
letter-spacing: 0.0333333333em;
|
25022
|
-
line-height: 1.667;
|
25023
|
-
text-transform: none;
|
25024
|
-
}
|
25025
|
-
.v-system-bar--rounded {
|
25026
|
-
border-radius: 0;
|
25027
|
-
}
|
25028
|
-
.v-system-bar--window {
|
25029
|
-
height: 32px;
|
25030
|
-
}
|
25031
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25032
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25033
|
-
}.v-switch .v-label {
|
25034
|
-
padding-inline-start: 10px;
|
25035
|
-
}
|
25036
|
-
|
25037
|
-
.v-switch__loader {
|
25038
|
-
display: flex;
|
25039
|
-
}
|
25040
|
-
.v-switch__loader .v-progress-circular {
|
25041
|
-
color: rgb(var(--v-theme-surface));
|
25042
|
-
}
|
25043
|
-
|
25044
|
-
.v-switch__track,
|
25045
|
-
.v-switch__thumb {
|
25046
|
-
transition: none;
|
25047
|
-
}
|
25048
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25049
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25050
|
-
background-color: rgb(var(--v-theme-error));
|
25051
|
-
color: rgb(var(--v-theme-on-error));
|
24562
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24563
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24564
|
+
background-color: rgb(var(--v-theme-error));
|
24565
|
+
color: rgb(var(--v-theme-on-error));
|
25052
24566
|
}
|
25053
24567
|
|
25054
24568
|
.v-switch__track-true {
|
@@ -25212,6 +24726,78 @@ html.v-overlay-scroll-blocked {
|
|
25212
24726
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25213
24727
|
border-width: 0;
|
25214
24728
|
}
|
24729
|
+
}.v-system-bar {
|
24730
|
+
align-items: center;
|
24731
|
+
display: flex;
|
24732
|
+
flex: 1 1 auto;
|
24733
|
+
height: 24px;
|
24734
|
+
justify-content: flex-end;
|
24735
|
+
max-width: 100%;
|
24736
|
+
padding-inline: 8px;
|
24737
|
+
position: relative;
|
24738
|
+
text-align: end;
|
24739
|
+
width: 100%;
|
24740
|
+
}
|
24741
|
+
.v-system-bar .v-icon {
|
24742
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24743
|
+
}
|
24744
|
+
.v-system-bar {
|
24745
|
+
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));
|
24746
|
+
}
|
24747
|
+
.v-system-bar--absolute {
|
24748
|
+
position: absolute;
|
24749
|
+
}
|
24750
|
+
.v-system-bar--fixed {
|
24751
|
+
position: fixed;
|
24752
|
+
}
|
24753
|
+
.v-system-bar {
|
24754
|
+
background: rgba(var(--v-theme-surface-light));
|
24755
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24756
|
+
}
|
24757
|
+
.v-system-bar {
|
24758
|
+
font-size: 0.75rem;
|
24759
|
+
font-weight: 400;
|
24760
|
+
letter-spacing: 0.0333333333em;
|
24761
|
+
line-height: 1.667;
|
24762
|
+
text-transform: none;
|
24763
|
+
}
|
24764
|
+
.v-system-bar--rounded {
|
24765
|
+
border-radius: 0;
|
24766
|
+
}
|
24767
|
+
.v-system-bar--window {
|
24768
|
+
height: 32px;
|
24769
|
+
}
|
24770
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24771
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24772
|
+
}.v-tab.v-tab.v-btn {
|
24773
|
+
height: var(--v-tabs-height);
|
24774
|
+
border-radius: 0;
|
24775
|
+
min-width: 90px;
|
24776
|
+
}
|
24777
|
+
.v-slide-group--horizontal .v-tab {
|
24778
|
+
max-width: 360px;
|
24779
|
+
}
|
24780
|
+
.v-slide-group--vertical .v-tab {
|
24781
|
+
justify-content: start;
|
24782
|
+
}
|
24783
|
+
|
24784
|
+
.v-tab__slider {
|
24785
|
+
position: absolute;
|
24786
|
+
bottom: 0;
|
24787
|
+
left: 0;
|
24788
|
+
height: 2px;
|
24789
|
+
width: 100%;
|
24790
|
+
background: currentColor;
|
24791
|
+
pointer-events: none;
|
24792
|
+
opacity: 0;
|
24793
|
+
}
|
24794
|
+
.v-tab--selected .v-tab__slider {
|
24795
|
+
opacity: 1;
|
24796
|
+
}
|
24797
|
+
.v-slide-group--vertical .v-tab__slider {
|
24798
|
+
top: 0;
|
24799
|
+
height: 100%;
|
24800
|
+
width: 2px;
|
25215
24801
|
}.v-tabs {
|
25216
24802
|
display: flex;
|
25217
24803
|
height: var(--v-tabs-height);
|
@@ -25278,141 +24864,6 @@ html.v-overlay-scroll-blocked {
|
|
25278
24864
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25279
24865
|
margin-inline-end: 52px;
|
25280
24866
|
}
|
25281
|
-
}.v-tab.v-tab.v-btn {
|
25282
|
-
height: var(--v-tabs-height);
|
25283
|
-
border-radius: 0;
|
25284
|
-
min-width: 90px;
|
25285
|
-
}
|
25286
|
-
.v-slide-group--horizontal .v-tab {
|
25287
|
-
max-width: 360px;
|
25288
|
-
}
|
25289
|
-
.v-slide-group--vertical .v-tab {
|
25290
|
-
justify-content: start;
|
25291
|
-
}
|
25292
|
-
|
25293
|
-
.v-tab__slider {
|
25294
|
-
position: absolute;
|
25295
|
-
bottom: 0;
|
25296
|
-
left: 0;
|
25297
|
-
height: 2px;
|
25298
|
-
width: 100%;
|
25299
|
-
background: currentColor;
|
25300
|
-
pointer-events: none;
|
25301
|
-
opacity: 0;
|
25302
|
-
}
|
25303
|
-
.v-tab--selected .v-tab__slider {
|
25304
|
-
opacity: 1;
|
25305
|
-
}
|
25306
|
-
.v-slide-group--vertical .v-tab__slider {
|
25307
|
-
top: 0;
|
25308
|
-
height: 100%;
|
25309
|
-
width: 2px;
|
25310
|
-
}/* region BLOCK */
|
25311
|
-
.v-text-field input {
|
25312
|
-
color: inherit;
|
25313
|
-
opacity: 0;
|
25314
|
-
flex: 1;
|
25315
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25316
|
-
min-width: 0;
|
25317
|
-
}
|
25318
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25319
|
-
outline: none;
|
25320
|
-
}
|
25321
|
-
.v-text-field input:invalid {
|
25322
|
-
box-shadow: none;
|
25323
|
-
}
|
25324
|
-
.v-text-field .v-field {
|
25325
|
-
cursor: text;
|
25326
|
-
}
|
25327
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
25328
|
-
--v-field-padding-start: 6px;
|
25329
|
-
}
|
25330
|
-
|
25331
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
25332
|
-
--v-field-padding-end: 0;
|
25333
|
-
}
|
25334
|
-
|
25335
|
-
.v-text-field .v-input__details {
|
25336
|
-
padding-inline: 16px;
|
25337
|
-
}
|
25338
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
25339
|
-
padding-inline: 0;
|
25340
|
-
}
|
25341
|
-
|
25342
|
-
.v-text-field .v-field--no-label input,
|
25343
|
-
.v-text-field .v-field--active input {
|
25344
|
-
opacity: 1;
|
25345
|
-
}
|
25346
|
-
.v-text-field .v-field--single-line input {
|
25347
|
-
transition: none;
|
25348
|
-
}
|
25349
|
-
|
25350
|
-
/* endregion */
|
25351
|
-
/* region ELEMENTS */
|
25352
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25353
|
-
align-items: center;
|
25354
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25355
|
-
cursor: default;
|
25356
|
-
display: flex;
|
25357
|
-
opacity: 0;
|
25358
|
-
transition: inherit;
|
25359
|
-
white-space: nowrap;
|
25360
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25361
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25362
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25363
|
-
}
|
25364
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25365
|
-
opacity: 1;
|
25366
|
-
}
|
25367
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25368
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25369
|
-
}
|
25370
|
-
.v-text-field__prefix {
|
25371
|
-
padding-inline-start: var(--v-field-padding-start);
|
25372
|
-
}
|
25373
|
-
.v-text-field__suffix {
|
25374
|
-
padding-inline-end: var(--v-field-padding-end);
|
25375
|
-
}
|
25376
|
-
|
25377
|
-
/* endregion */.v-textarea .v-field {
|
25378
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25379
|
-
}
|
25380
|
-
.v-textarea .v-field__field {
|
25381
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25382
|
-
}
|
25383
|
-
.v-textarea .v-field__input {
|
25384
|
-
flex: 1 1 auto;
|
25385
|
-
outline: none;
|
25386
|
-
-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));
|
25387
|
-
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));
|
25388
|
-
}
|
25389
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25390
|
-
visibility: hidden;
|
25391
|
-
position: absolute;
|
25392
|
-
top: 0;
|
25393
|
-
left: 0;
|
25394
|
-
height: 0 !important;
|
25395
|
-
min-height: 0 !important;
|
25396
|
-
pointer-events: none;
|
25397
|
-
}
|
25398
|
-
.v-textarea--no-resize .v-field__input {
|
25399
|
-
resize: none;
|
25400
|
-
}
|
25401
|
-
.v-textarea .v-field--no-label textarea,
|
25402
|
-
.v-textarea .v-field--active textarea {
|
25403
|
-
opacity: 1;
|
25404
|
-
}
|
25405
|
-
.v-textarea textarea {
|
25406
|
-
opacity: 0;
|
25407
|
-
flex: 1;
|
25408
|
-
min-width: 0;
|
25409
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25410
|
-
}
|
25411
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25412
|
-
outline: none;
|
25413
|
-
}
|
25414
|
-
.v-textarea textarea:invalid {
|
25415
|
-
box-shadow: none;
|
25416
24867
|
}.v-table {
|
25417
24868
|
font-size: 0.875rem;
|
25418
24869
|
transition-duration: 0.28s;
|
@@ -25555,16 +25006,122 @@ html.v-overlay-scroll-blocked {
|
|
25555
25006
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25556
25007
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25557
25008
|
border-top: 0px !important;
|
25558
|
-
}.v-
|
25559
|
-
|
25560
|
-
color: rgb(var(--v-theme-on-background));
|
25561
|
-
}.v-timeline .v-timeline-divider__dot {
|
25562
|
-
background: rgb(var(--v-theme-surface-light));
|
25009
|
+
}.v-textarea .v-field {
|
25010
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25563
25011
|
}
|
25564
|
-
.v-
|
25565
|
-
|
25012
|
+
.v-textarea .v-field__field {
|
25013
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25566
25014
|
}
|
25567
|
-
|
25015
|
+
.v-textarea .v-field__input {
|
25016
|
+
flex: 1 1 auto;
|
25017
|
+
outline: none;
|
25018
|
+
-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));
|
25019
|
+
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));
|
25020
|
+
}
|
25021
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25022
|
+
visibility: hidden;
|
25023
|
+
position: absolute;
|
25024
|
+
top: 0;
|
25025
|
+
left: 0;
|
25026
|
+
height: 0 !important;
|
25027
|
+
min-height: 0 !important;
|
25028
|
+
pointer-events: none;
|
25029
|
+
}
|
25030
|
+
.v-textarea--no-resize .v-field__input {
|
25031
|
+
resize: none;
|
25032
|
+
}
|
25033
|
+
.v-textarea .v-field--no-label textarea,
|
25034
|
+
.v-textarea .v-field--active textarea {
|
25035
|
+
opacity: 1;
|
25036
|
+
}
|
25037
|
+
.v-textarea textarea {
|
25038
|
+
opacity: 0;
|
25039
|
+
flex: 1;
|
25040
|
+
min-width: 0;
|
25041
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25042
|
+
}
|
25043
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25044
|
+
outline: none;
|
25045
|
+
}
|
25046
|
+
.v-textarea textarea:invalid {
|
25047
|
+
box-shadow: none;
|
25048
|
+
}/* region BLOCK */
|
25049
|
+
.v-text-field input {
|
25050
|
+
color: inherit;
|
25051
|
+
opacity: 0;
|
25052
|
+
flex: 1;
|
25053
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25054
|
+
min-width: 0;
|
25055
|
+
}
|
25056
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25057
|
+
outline: none;
|
25058
|
+
}
|
25059
|
+
.v-text-field input:invalid {
|
25060
|
+
box-shadow: none;
|
25061
|
+
}
|
25062
|
+
.v-text-field .v-field {
|
25063
|
+
cursor: text;
|
25064
|
+
}
|
25065
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25066
|
+
--v-field-padding-start: 6px;
|
25067
|
+
}
|
25068
|
+
|
25069
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25070
|
+
--v-field-padding-end: 0;
|
25071
|
+
}
|
25072
|
+
|
25073
|
+
.v-text-field .v-input__details {
|
25074
|
+
padding-inline: 16px;
|
25075
|
+
}
|
25076
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25077
|
+
padding-inline: 0;
|
25078
|
+
}
|
25079
|
+
|
25080
|
+
.v-text-field .v-field--no-label input,
|
25081
|
+
.v-text-field .v-field--active input {
|
25082
|
+
opacity: 1;
|
25083
|
+
}
|
25084
|
+
.v-text-field .v-field--single-line input {
|
25085
|
+
transition: none;
|
25086
|
+
}
|
25087
|
+
|
25088
|
+
/* endregion */
|
25089
|
+
/* region ELEMENTS */
|
25090
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25091
|
+
align-items: center;
|
25092
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25093
|
+
cursor: default;
|
25094
|
+
display: flex;
|
25095
|
+
opacity: 0;
|
25096
|
+
transition: inherit;
|
25097
|
+
white-space: nowrap;
|
25098
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25099
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25100
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25101
|
+
}
|
25102
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25103
|
+
opacity: 1;
|
25104
|
+
}
|
25105
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25106
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25107
|
+
}
|
25108
|
+
.v-text-field__prefix {
|
25109
|
+
padding-inline-start: var(--v-field-padding-start);
|
25110
|
+
}
|
25111
|
+
.v-text-field__suffix {
|
25112
|
+
padding-inline-end: var(--v-field-padding-end);
|
25113
|
+
}
|
25114
|
+
|
25115
|
+
/* endregion */.v-theme-provider {
|
25116
|
+
background: rgb(var(--v-theme-background));
|
25117
|
+
color: rgb(var(--v-theme-on-background));
|
25118
|
+
}.v-timeline .v-timeline-divider__dot {
|
25119
|
+
background: rgb(var(--v-theme-surface-light));
|
25120
|
+
}
|
25121
|
+
.v-timeline .v-timeline-divider__inner-dot {
|
25122
|
+
background: rgb(var(--v-theme-on-surface));
|
25123
|
+
}
|
25124
|
+
|
25568
25125
|
.v-timeline {
|
25569
25126
|
display: grid;
|
25570
25127
|
grid-auto-flow: dense;
|
@@ -25921,305 +25478,748 @@ html.v-overlay-scroll-blocked {
|
|
25921
25478
|
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25922
25479
|
--v-timeline-line-size-offset: -12px;
|
25923
25480
|
}
|
25924
|
-
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
25925
|
-
--v-timeline-line-size-offset: 0px;
|
25481
|
+
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
25482
|
+
--v-timeline-line-size-offset: 0px;
|
25483
|
+
}
|
25484
|
+
.v-timeline--horizontal.v-timeline--align-start {
|
25485
|
+
justify-items: flex-start;
|
25486
|
+
}
|
25487
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
25488
|
+
justify-content: flex-start;
|
25489
|
+
}
|
25490
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25491
|
+
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25492
|
+
}
|
25493
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25494
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25495
|
+
}
|
25496
|
+
|
25497
|
+
.v-timeline--vertical.v-timeline--align-start {
|
25498
|
+
align-items: flex-start;
|
25499
|
+
}
|
25500
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
25501
|
+
justify-content: flex-start;
|
25502
|
+
}
|
25503
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25504
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25505
|
+
}
|
25506
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25507
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
25508
|
+
}
|
25509
|
+
|
25510
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25511
|
+
display: none;
|
25512
|
+
}
|
25513
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25514
|
+
--v-timeline-line-size-offset: 12px;
|
25515
|
+
}
|
25516
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25517
|
+
padding-block-start: 0;
|
25518
|
+
}
|
25519
|
+
|
25520
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
25521
|
+
padding-inline-start: 0;
|
25522
|
+
}
|
25523
|
+
|
25524
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25525
|
+
display: none;
|
25526
|
+
}
|
25527
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25528
|
+
--v-timeline-line-size-offset: 12px;
|
25529
|
+
}
|
25530
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25531
|
+
padding-block-end: 0;
|
25532
|
+
}
|
25533
|
+
|
25534
|
+
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25535
|
+
padding-inline-end: 0;
|
25536
|
+
}.v-toolbar {
|
25537
|
+
align-items: flex-start;
|
25538
|
+
display: flex;
|
25539
|
+
flex: none;
|
25540
|
+
flex-direction: column;
|
25541
|
+
justify-content: space-between;
|
25542
|
+
max-width: 100%;
|
25543
|
+
position: relative;
|
25544
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25545
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25546
|
+
width: 100%;
|
25547
|
+
}
|
25548
|
+
.v-toolbar {
|
25549
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25550
|
+
border-style: solid;
|
25551
|
+
border-width: 0;
|
25552
|
+
}
|
25553
|
+
.v-toolbar--border {
|
25554
|
+
border-width: thin;
|
25555
|
+
box-shadow: none;
|
25556
|
+
}
|
25557
|
+
.v-toolbar {
|
25558
|
+
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));
|
25559
|
+
}
|
25560
|
+
.v-toolbar {
|
25561
|
+
border-radius: 0;
|
25562
|
+
}
|
25563
|
+
.v-toolbar {
|
25564
|
+
background: rgb(var(--v-theme-surface-light));
|
25565
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25566
|
+
}
|
25567
|
+
.v-toolbar--absolute {
|
25568
|
+
position: absolute;
|
25569
|
+
}
|
25570
|
+
.v-toolbar--collapse {
|
25571
|
+
max-width: 112px;
|
25572
|
+
overflow: hidden;
|
25573
|
+
border-end-end-radius: 24px;
|
25574
|
+
}
|
25575
|
+
.v-toolbar--collapse .v-toolbar-title {
|
25576
|
+
display: none;
|
25577
|
+
}
|
25578
|
+
.v-toolbar--flat {
|
25579
|
+
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));
|
25580
|
+
}
|
25581
|
+
.v-toolbar--floating {
|
25582
|
+
display: inline-flex;
|
25583
|
+
}
|
25584
|
+
.v-toolbar--rounded {
|
25585
|
+
border-radius: 4px;
|
25586
|
+
}
|
25587
|
+
|
25588
|
+
.v-toolbar__content,
|
25589
|
+
.v-toolbar__extension {
|
25590
|
+
align-items: center;
|
25591
|
+
display: flex;
|
25592
|
+
flex: 0 0 auto;
|
25593
|
+
position: relative;
|
25594
|
+
transition: inherit;
|
25595
|
+
width: 100%;
|
25596
|
+
}
|
25597
|
+
|
25598
|
+
.v-toolbar__content {
|
25599
|
+
overflow: hidden;
|
25600
|
+
}
|
25601
|
+
.v-toolbar__content > .v-btn:first-child {
|
25602
|
+
margin-inline-start: 4px;
|
25603
|
+
}
|
25604
|
+
.v-toolbar__content > .v-btn:last-child {
|
25605
|
+
margin-inline-end: 4px;
|
25606
|
+
}
|
25607
|
+
.v-toolbar__content > .v-toolbar-title {
|
25608
|
+
margin-inline-start: 20px;
|
25609
|
+
}
|
25610
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
25611
|
+
align-items: flex-start;
|
25612
|
+
}
|
25613
|
+
|
25614
|
+
.v-toolbar__image {
|
25615
|
+
display: flex;
|
25616
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
25617
|
+
transition-property: opacity;
|
25618
|
+
}
|
25619
|
+
.v-toolbar__image {
|
25620
|
+
position: absolute;
|
25621
|
+
top: 0;
|
25622
|
+
left: 0;
|
25623
|
+
width: 100%;
|
25624
|
+
height: 100%;
|
25625
|
+
}
|
25626
|
+
|
25627
|
+
.v-toolbar__prepend,
|
25628
|
+
.v-toolbar__append {
|
25629
|
+
align-items: center;
|
25630
|
+
align-self: stretch;
|
25631
|
+
display: flex;
|
25632
|
+
}
|
25633
|
+
|
25634
|
+
.v-toolbar__prepend {
|
25635
|
+
margin-inline: 4px auto;
|
25636
|
+
}
|
25637
|
+
|
25638
|
+
.v-toolbar__append {
|
25639
|
+
margin-inline: auto 4px;
|
25640
|
+
}
|
25641
|
+
|
25642
|
+
.v-toolbar-title {
|
25643
|
+
flex: 1 1;
|
25644
|
+
font-size: 1.25rem;
|
25645
|
+
min-width: 0;
|
25646
|
+
}
|
25647
|
+
.v-toolbar-title {
|
25648
|
+
font-size: 1.25rem;
|
25649
|
+
font-weight: 400;
|
25650
|
+
letter-spacing: 0;
|
25651
|
+
line-height: 1.75rem;
|
25652
|
+
text-transform: none;
|
25653
|
+
}
|
25654
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25655
|
+
align-self: flex-end;
|
25656
|
+
padding-bottom: 6px;
|
25657
|
+
}
|
25658
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25659
|
+
font-size: 1.5rem;
|
25660
|
+
font-weight: 400;
|
25661
|
+
letter-spacing: 0;
|
25662
|
+
line-height: 2.25rem;
|
25663
|
+
text-transform: none;
|
25664
|
+
}
|
25665
|
+
|
25666
|
+
.v-toolbar-title__placeholder {
|
25667
|
+
overflow: hidden;
|
25668
|
+
text-overflow: ellipsis;
|
25669
|
+
white-space: nowrap;
|
25670
|
+
}
|
25671
|
+
|
25672
|
+
.v-toolbar-items {
|
25673
|
+
display: flex;
|
25674
|
+
height: inherit;
|
25675
|
+
align-self: stretch;
|
25676
|
+
}
|
25677
|
+
.v-toolbar-items > .v-btn {
|
25678
|
+
border-radius: 0;
|
25679
|
+
}.v-tooltip > .v-overlay__content {
|
25680
|
+
background: rgb(var(--v-theme-surface-variant));
|
25681
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25682
|
+
border-radius: 4px;
|
25683
|
+
font-size: 0.875rem;
|
25684
|
+
line-height: 1.6;
|
25685
|
+
display: inline-block;
|
25686
|
+
padding: 5px 16px;
|
25687
|
+
text-transform: initial;
|
25688
|
+
width: auto;
|
25689
|
+
opacity: 1;
|
25690
|
+
pointer-events: none;
|
25691
|
+
transition-property: opacity, transform;
|
25692
|
+
overflow-wrap: break-word;
|
25693
|
+
}
|
25694
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25695
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25696
|
+
transition-duration: 150ms;
|
25697
|
+
}
|
25698
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25699
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25700
|
+
transition-duration: 75ms;
|
25701
|
+
}.v-window {
|
25702
|
+
overflow: hidden;
|
25703
|
+
}
|
25704
|
+
.v-window__container {
|
25705
|
+
display: flex;
|
25706
|
+
flex-direction: column;
|
25707
|
+
height: inherit;
|
25708
|
+
position: relative;
|
25709
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25710
|
+
}
|
25711
|
+
.v-window__controls {
|
25712
|
+
position: absolute;
|
25713
|
+
left: 0;
|
25714
|
+
top: 0;
|
25715
|
+
width: 100%;
|
25716
|
+
height: 100%;
|
25717
|
+
display: flex;
|
25718
|
+
align-items: center;
|
25719
|
+
justify-content: space-between;
|
25720
|
+
padding: 0 16px;
|
25721
|
+
pointer-events: none;
|
25722
|
+
}
|
25723
|
+
.v-window__controls > * {
|
25724
|
+
pointer-events: auto;
|
25725
|
+
}
|
25726
|
+
.v-window--show-arrows-on-hover {
|
25727
|
+
overflow: hidden;
|
25728
|
+
}
|
25729
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
25730
|
+
transform: translateX(-200%);
|
25731
|
+
}
|
25732
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
25733
|
+
transform: translateX(200%);
|
25734
|
+
}
|
25735
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
25736
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
25737
|
+
transform: translateX(0);
|
25738
|
+
}
|
25739
|
+
|
25740
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
25741
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25742
|
+
}
|
25743
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
25744
|
+
position: absolute !important;
|
25745
|
+
top: 0;
|
25746
|
+
width: 100%;
|
25747
|
+
}
|
25748
|
+
.v-window-x-transition-enter-from {
|
25749
|
+
transform: translateX(100%);
|
25750
|
+
}
|
25751
|
+
.v-window-x-transition-leave-to {
|
25752
|
+
transform: translateX(-100%);
|
25753
|
+
}
|
25754
|
+
.v-window-x-reverse-transition-enter-from {
|
25755
|
+
transform: translateX(-100%);
|
25756
|
+
}
|
25757
|
+
.v-window-x-reverse-transition-leave-to {
|
25758
|
+
transform: translateX(100%);
|
25759
|
+
}
|
25760
|
+
.v-window-y-transition-enter-from {
|
25761
|
+
transform: translateY(100%);
|
25762
|
+
}
|
25763
|
+
.v-window-y-transition-leave-to {
|
25764
|
+
transform: translateY(-100%);
|
25765
|
+
}
|
25766
|
+
.v-window-y-reverse-transition-enter-from {
|
25767
|
+
transform: translateY(-100%);
|
25768
|
+
}
|
25769
|
+
.v-window-y-reverse-transition-leave-to {
|
25770
|
+
transform: translateY(100%);
|
25771
|
+
}.v-virtual-scroll {
|
25772
|
+
display: block;
|
25773
|
+
flex: 1 1 auto;
|
25774
|
+
max-width: 100%;
|
25775
|
+
overflow: auto;
|
25776
|
+
position: relative;
|
25777
|
+
}
|
25778
|
+
.v-virtual-scroll__container {
|
25779
|
+
display: block;
|
25780
|
+
}.v-skeleton-loader {
|
25781
|
+
align-items: center;
|
25782
|
+
background: rgb(var(--v-theme-surface));
|
25783
|
+
border-radius: 4px;
|
25784
|
+
display: flex;
|
25785
|
+
flex-wrap: wrap;
|
25786
|
+
position: relative;
|
25787
|
+
vertical-align: top;
|
25788
|
+
}
|
25789
|
+
.v-skeleton-loader__actions {
|
25790
|
+
justify-content: end;
|
25791
|
+
}
|
25792
|
+
.v-skeleton-loader .v-skeleton-loader__ossein {
|
25793
|
+
height: 100%;
|
25794
|
+
}
|
25795
|
+
.v-skeleton-loader .v-skeleton-loader__avatar,
|
25796
|
+
.v-skeleton-loader .v-skeleton-loader__button,
|
25797
|
+
.v-skeleton-loader .v-skeleton-loader__chip,
|
25798
|
+
.v-skeleton-loader .v-skeleton-loader__divider,
|
25799
|
+
.v-skeleton-loader .v-skeleton-loader__heading,
|
25800
|
+
.v-skeleton-loader .v-skeleton-loader__image,
|
25801
|
+
.v-skeleton-loader .v-skeleton-loader__ossein,
|
25802
|
+
.v-skeleton-loader .v-skeleton-loader__text {
|
25803
|
+
background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
|
25804
|
+
}
|
25805
|
+
.v-skeleton-loader .v-skeleton-loader__list-item,
|
25806
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-avatar,
|
25807
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-text,
|
25808
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-two-line,
|
25809
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
|
25810
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-three-line,
|
25811
|
+
.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
|
25812
|
+
border-radius: 4px;
|
25813
|
+
}
|
25814
|
+
.v-skeleton-loader__bone {
|
25815
|
+
align-items: center;
|
25816
|
+
border-radius: inherit;
|
25817
|
+
display: flex;
|
25818
|
+
flex: 1 1 100%;
|
25819
|
+
flex-wrap: wrap;
|
25820
|
+
overflow: hidden;
|
25821
|
+
position: relative;
|
25822
|
+
}
|
25823
|
+
.v-skeleton-loader__bone::after {
|
25824
|
+
animation: loading 1.5s infinite;
|
25825
|
+
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
25826
|
+
transform: translateX(-100%);
|
25827
|
+
z-index: 1;
|
25828
|
+
}
|
25829
|
+
.v-skeleton-loader__bone::after {
|
25830
|
+
content: "";
|
25831
|
+
position: absolute;
|
25832
|
+
top: 0;
|
25833
|
+
left: 0;
|
25834
|
+
width: 100%;
|
25835
|
+
height: 100%;
|
25836
|
+
}
|
25837
|
+
.v-skeleton-loader__avatar {
|
25838
|
+
border-radius: 50%;
|
25839
|
+
flex: 0 1 auto;
|
25840
|
+
margin: 8px 16px;
|
25841
|
+
max-height: 48px;
|
25842
|
+
min-height: 48px;
|
25843
|
+
height: 48px;
|
25844
|
+
max-width: 48px;
|
25845
|
+
min-width: 48px;
|
25846
|
+
width: 48px;
|
25847
|
+
}
|
25848
|
+
.v-skeleton-loader__avatar + .v-skeleton-loader__bone {
|
25849
|
+
flex: 1 1 auto;
|
25850
|
+
margin-inline-start: 0;
|
25851
|
+
}
|
25852
|
+
.v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
|
25853
|
+
.v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
|
25854
|
+
margin-inline-start: 0;
|
25855
|
+
}
|
25856
|
+
.v-skeleton-loader__button {
|
25857
|
+
border-radius: 4px;
|
25858
|
+
height: 36px;
|
25859
|
+
margin: 16px;
|
25860
|
+
max-width: 64px;
|
25861
|
+
}
|
25862
|
+
.v-skeleton-loader__button + .v-skeleton-loader__bone {
|
25863
|
+
flex: 1 1 auto;
|
25864
|
+
margin-inline-start: 0;
|
25865
|
+
}
|
25866
|
+
.v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
|
25867
|
+
.v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
|
25868
|
+
margin-inline-start: 0;
|
25869
|
+
}
|
25870
|
+
.v-skeleton-loader__chip {
|
25871
|
+
border-radius: 16px;
|
25872
|
+
margin: 16px;
|
25873
|
+
height: 32px;
|
25874
|
+
max-width: 96px;
|
25875
|
+
}
|
25876
|
+
.v-skeleton-loader__chip + .v-skeleton-loader__bone {
|
25877
|
+
flex: 1 1 auto;
|
25878
|
+
margin-inline-start: 0;
|
25879
|
+
}
|
25880
|
+
.v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
|
25881
|
+
.v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
|
25882
|
+
margin-inline-start: 0;
|
25883
|
+
}
|
25884
|
+
.v-skeleton-loader__date-picker {
|
25885
|
+
border-radius: inherit;
|
25886
|
+
}
|
25887
|
+
.v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
|
25888
|
+
max-width: 88px;
|
25889
|
+
width: 20%;
|
25890
|
+
}
|
25891
|
+
.v-skeleton-loader__date-picker .v-skeleton-loader__heading {
|
25892
|
+
max-width: 256px;
|
25893
|
+
width: 40%;
|
25894
|
+
}
|
25895
|
+
.v-skeleton-loader__date-picker-days {
|
25896
|
+
flex-wrap: wrap;
|
25897
|
+
margin: 16px;
|
25898
|
+
}
|
25899
|
+
.v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
|
25900
|
+
border-radius: 4px;
|
25901
|
+
margin: 4px;
|
25902
|
+
max-width: 100%;
|
25903
|
+
}
|
25904
|
+
.v-skeleton-loader__date-picker-options {
|
25905
|
+
flex-wrap: nowrap;
|
25926
25906
|
}
|
25927
|
-
.v-
|
25928
|
-
|
25907
|
+
.v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
|
25908
|
+
flex: 1 1 auto;
|
25929
25909
|
}
|
25930
|
-
.v-
|
25931
|
-
|
25910
|
+
.v-skeleton-loader__divider {
|
25911
|
+
border-radius: 1px;
|
25912
|
+
height: 2px;
|
25932
25913
|
}
|
25933
|
-
.v-
|
25934
|
-
|
25914
|
+
.v-skeleton-loader__heading {
|
25915
|
+
border-radius: 12px;
|
25916
|
+
margin: 16px;
|
25917
|
+
height: 24px;
|
25935
25918
|
}
|
25936
|
-
.v-
|
25937
|
-
|
25919
|
+
.v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
|
25920
|
+
margin-top: -16px;
|
25938
25921
|
}
|
25939
|
-
|
25940
|
-
|
25941
|
-
|
25922
|
+
.v-skeleton-loader__image {
|
25923
|
+
height: 150px;
|
25924
|
+
border-radius: 0;
|
25942
25925
|
}
|
25943
|
-
.v-
|
25944
|
-
|
25926
|
+
.v-skeleton-loader__card .v-skeleton-loader__image {
|
25927
|
+
border-radius: 0;
|
25945
25928
|
}
|
25946
|
-
.v-
|
25947
|
-
|
25929
|
+
.v-skeleton-loader__list-item {
|
25930
|
+
margin: 16px;
|
25948
25931
|
}
|
25949
|
-
.v-
|
25950
|
-
|
25932
|
+
.v-skeleton-loader__list-item .v-skeleton-loader__text {
|
25933
|
+
margin: 0;
|
25951
25934
|
}
|
25952
|
-
|
25953
|
-
|
25954
|
-
display: none;
|
25935
|
+
.v-skeleton-loader__table-thead {
|
25936
|
+
justify-content: space-between;
|
25955
25937
|
}
|
25956
|
-
.v-
|
25957
|
-
|
25938
|
+
.v-skeleton-loader__table-thead .v-skeleton-loader__heading {
|
25939
|
+
margin-top: 16px;
|
25940
|
+
max-width: 16px;
|
25958
25941
|
}
|
25959
|
-
.v-
|
25960
|
-
|
25942
|
+
.v-skeleton-loader__table-tfoot {
|
25943
|
+
flex-wrap: nowrap;
|
25961
25944
|
}
|
25962
|
-
|
25963
|
-
|
25964
|
-
padding-inline-start: 0;
|
25945
|
+
.v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
25946
|
+
margin-top: 16px;
|
25965
25947
|
}
|
25966
|
-
|
25967
|
-
|
25968
|
-
|
25948
|
+
.v-skeleton-loader__table-row {
|
25949
|
+
align-items: baseline;
|
25950
|
+
margin: 0 8px;
|
25951
|
+
justify-content: space-evenly;
|
25952
|
+
flex-wrap: nowrap;
|
25969
25953
|
}
|
25970
|
-
.v-
|
25971
|
-
|
25954
|
+
.v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
|
25955
|
+
margin-inline: 8px;
|
25972
25956
|
}
|
25973
|
-
.v-
|
25974
|
-
|
25957
|
+
.v-skeleton-loader__table-row + .v-skeleton-loader__divider {
|
25958
|
+
margin: 0 16px;
|
25975
25959
|
}
|
25976
|
-
|
25977
|
-
|
25978
|
-
padding-inline-end: 0;
|
25979
|
-
}.v-toolbar {
|
25980
|
-
align-items: flex-start;
|
25960
|
+
.v-skeleton-loader__table-cell {
|
25961
|
+
align-items: center;
|
25981
25962
|
display: flex;
|
25982
|
-
|
25983
|
-
|
25984
|
-
justify-content: space-between;
|
25985
|
-
max-width: 100%;
|
25986
|
-
position: relative;
|
25987
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25988
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25989
|
-
width: 100%;
|
25990
|
-
}
|
25991
|
-
.v-toolbar {
|
25992
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25993
|
-
border-style: solid;
|
25994
|
-
border-width: 0;
|
25963
|
+
height: 48px;
|
25964
|
+
width: 88px;
|
25995
25965
|
}
|
25996
|
-
.v-
|
25997
|
-
|
25998
|
-
box-shadow: none;
|
25966
|
+
.v-skeleton-loader__table-cell .v-skeleton-loader__text {
|
25967
|
+
margin-bottom: 0;
|
25999
25968
|
}
|
26000
|
-
.v-
|
26001
|
-
|
25969
|
+
.v-skeleton-loader__subtitle {
|
25970
|
+
max-width: 70%;
|
26002
25971
|
}
|
26003
|
-
.v-
|
26004
|
-
|
25972
|
+
.v-skeleton-loader__subtitle > .v-skeleton-loader__text {
|
25973
|
+
height: 16px;
|
25974
|
+
border-radius: 8px;
|
26005
25975
|
}
|
26006
|
-
.v-
|
26007
|
-
|
26008
|
-
|
25976
|
+
.v-skeleton-loader__text {
|
25977
|
+
border-radius: 6px;
|
25978
|
+
margin: 16px;
|
25979
|
+
height: 12px;
|
26009
25980
|
}
|
26010
|
-
.v-
|
26011
|
-
|
25981
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text {
|
25982
|
+
margin-top: -8px;
|
25983
|
+
max-width: 50%;
|
26012
25984
|
}
|
26013
|
-
.v-
|
26014
|
-
max-width:
|
26015
|
-
overflow: hidden;
|
26016
|
-
border-end-end-radius: 24px;
|
25985
|
+
.v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
|
25986
|
+
max-width: 70%;
|
26017
25987
|
}
|
26018
|
-
.v-
|
25988
|
+
.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
|
26019
25989
|
display: none;
|
26020
25990
|
}
|
26021
|
-
.v-
|
26022
|
-
|
25991
|
+
.v-skeleton-loader--is-loading {
|
25992
|
+
overflow: hidden;
|
26023
25993
|
}
|
26024
|
-
.v-
|
26025
|
-
|
25994
|
+
.v-skeleton-loader--tile {
|
25995
|
+
border-radius: 0;
|
26026
25996
|
}
|
26027
|
-
.v-
|
26028
|
-
border-radius:
|
25997
|
+
.v-skeleton-loader--tile .v-skeleton-loader__bone {
|
25998
|
+
border-radius: 0;
|
26029
25999
|
}
|
26030
26000
|
|
26031
|
-
|
26032
|
-
|
26033
|
-
|
26034
|
-
|
26035
|
-
|
26036
|
-
position: relative;
|
26037
|
-
transition: inherit;
|
26001
|
+
@keyframes loading {
|
26002
|
+
100% {
|
26003
|
+
transform: translateX(100%);
|
26004
|
+
}
|
26005
|
+
}.v-data-table {
|
26038
26006
|
width: 100%;
|
26039
26007
|
}
|
26040
26008
|
|
26041
|
-
.v-
|
26042
|
-
|
26009
|
+
.v-data-table__table {
|
26010
|
+
width: 100%;
|
26011
|
+
border-collapse: separate;
|
26012
|
+
border-spacing: 0;
|
26043
26013
|
}
|
26044
|
-
|
26045
|
-
|
26014
|
+
|
26015
|
+
.v-data-table__tr--focus {
|
26016
|
+
border: 1px dotted black;
|
26046
26017
|
}
|
26047
|
-
.v-
|
26048
|
-
|
26018
|
+
.v-data-table__tr--clickable {
|
26019
|
+
cursor: pointer;
|
26049
26020
|
}
|
26050
|
-
|
26051
|
-
|
26021
|
+
|
26022
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
26023
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
26024
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
26025
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
26026
|
+
text-align: end;
|
26052
26027
|
}
|
26053
|
-
.v-
|
26054
|
-
|
26028
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
26029
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
26030
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
26031
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
26032
|
+
flex-direction: row-reverse;
|
26055
26033
|
}
|
26056
|
-
|
26057
|
-
.v-
|
26058
|
-
|
26059
|
-
|
26060
|
-
|
26034
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
26035
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
26036
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
26037
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
26038
|
+
text-align: center;
|
26061
26039
|
}
|
26062
|
-
.v-
|
26063
|
-
|
26064
|
-
|
26065
|
-
|
26066
|
-
|
26067
|
-
height: 100%;
|
26040
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
26041
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
26042
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
26043
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
26044
|
+
justify-content: center;
|
26068
26045
|
}
|
26069
|
-
|
26070
|
-
.v-
|
26071
|
-
.v-
|
26046
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
26047
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
26048
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
26049
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
26050
|
+
padding: 0 8px;
|
26051
|
+
}
|
26052
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
26053
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
26054
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
26055
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
26056
|
+
text-overflow: ellipsis;
|
26057
|
+
text-wrap: nowrap;
|
26058
|
+
overflow: hidden;
|
26059
|
+
}
|
26060
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
26061
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
26062
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
26063
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
26064
|
+
display: contents;
|
26065
|
+
}
|
26066
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
26067
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
26072
26068
|
align-items: center;
|
26073
|
-
|
26074
|
-
|
26069
|
+
}
|
26070
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
26071
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
26072
|
+
position: sticky;
|
26073
|
+
}
|
26074
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
26075
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
26076
|
+
cursor: pointer;
|
26077
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
26078
|
+
}
|
26079
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
26080
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
26081
|
+
opacity: 0;
|
26082
|
+
}
|
26083
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
|
26084
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
26085
|
+
opacity: 0.5;
|
26086
|
+
}
|
26087
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
26088
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
26089
|
+
height: -moz-fit-content;
|
26090
|
+
height: fit-content;
|
26075
26091
|
}
|
26076
26092
|
|
26077
|
-
.v-
|
26078
|
-
|
26093
|
+
.v-data-table-column--fixed,
|
26094
|
+
.v-data-table__th--sticky {
|
26095
|
+
background: rgb(var(--v-theme-surface));
|
26096
|
+
position: sticky !important;
|
26097
|
+
left: 0;
|
26098
|
+
z-index: 1;
|
26079
26099
|
}
|
26080
26100
|
|
26081
|
-
.v-
|
26082
|
-
|
26101
|
+
.v-data-table-column--last-fixed {
|
26102
|
+
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
26083
26103
|
}
|
26084
26104
|
|
26085
|
-
.v-
|
26086
|
-
|
26087
|
-
font-size: 1.25rem;
|
26088
|
-
min-width: 0;
|
26105
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
26106
|
+
z-index: 2;
|
26089
26107
|
}
|
26090
|
-
|
26091
|
-
|
26092
|
-
|
26093
|
-
|
26094
|
-
line-height: 1.75rem;
|
26095
|
-
text-transform: none;
|
26108
|
+
|
26109
|
+
.v-data-table-group-header-row td {
|
26110
|
+
background: rgba(var(--v-theme-surface));
|
26111
|
+
color: rgba(var(--v-theme-on-surface));
|
26096
26112
|
}
|
26097
|
-
.v-
|
26098
|
-
|
26099
|
-
padding-bottom: 6px;
|
26113
|
+
.v-data-table-group-header-row td > span {
|
26114
|
+
padding-left: 5px;
|
26100
26115
|
}
|
26101
|
-
|
26102
|
-
|
26103
|
-
|
26104
|
-
letter-spacing: 0;
|
26105
|
-
line-height: 2.25rem;
|
26106
|
-
text-transform: none;
|
26116
|
+
|
26117
|
+
.v-data-table--loading .v-data-table__td {
|
26118
|
+
opacity: var(--v-disabled-opacity);
|
26107
26119
|
}
|
26108
26120
|
|
26109
|
-
.v-
|
26110
|
-
|
26111
|
-
text-overflow: ellipsis;
|
26112
|
-
white-space: nowrap;
|
26121
|
+
.v-data-table-group-header-row__column {
|
26122
|
+
padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
|
26113
26123
|
}
|
26114
26124
|
|
26115
|
-
.v-
|
26125
|
+
.v-data-table-header__content {
|
26116
26126
|
display: flex;
|
26117
|
-
|
26118
|
-
align-self: stretch;
|
26127
|
+
align-items: center;
|
26119
26128
|
}
|
26120
|
-
|
26121
|
-
|
26122
|
-
|
26123
|
-
|
26124
|
-
|
26125
|
-
border-radius: 4px;
|
26129
|
+
|
26130
|
+
.v-data-table-header__sort-badge {
|
26131
|
+
display: inline-flex;
|
26132
|
+
justify-content: center;
|
26133
|
+
align-items: center;
|
26126
26134
|
font-size: 0.875rem;
|
26127
|
-
|
26128
|
-
|
26129
|
-
|
26130
|
-
|
26131
|
-
|
26132
|
-
|
26133
|
-
|
26134
|
-
transition-property: opacity, transform;
|
26135
|
-
overflow-wrap: break-word;
|
26136
|
-
}
|
26137
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26138
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26139
|
-
transition-duration: 150ms;
|
26140
|
-
}
|
26141
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26142
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26143
|
-
transition-duration: 75ms;
|
26144
|
-
}.v-virtual-scroll {
|
26145
|
-
display: block;
|
26146
|
-
flex: 1 1 auto;
|
26147
|
-
max-width: 100%;
|
26148
|
-
overflow: auto;
|
26149
|
-
position: relative;
|
26135
|
+
padding: 4px;
|
26136
|
+
border-radius: 50%;
|
26137
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
26138
|
+
min-width: 20px;
|
26139
|
+
min-height: 20px;
|
26140
|
+
width: 20px;
|
26141
|
+
height: 20px;
|
26150
26142
|
}
|
26151
|
-
|
26152
|
-
|
26153
|
-
|
26154
|
-
|
26143
|
+
|
26144
|
+
.v-data-table-progress > th {
|
26145
|
+
border: none !important;
|
26146
|
+
height: auto !important;
|
26147
|
+
padding: 0 !important;
|
26155
26148
|
}
|
26156
|
-
|
26157
|
-
|
26158
|
-
flex-direction: column;
|
26159
|
-
height: inherit;
|
26149
|
+
|
26150
|
+
.v-data-table-progress__loader {
|
26160
26151
|
position: relative;
|
26161
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26162
26152
|
}
|
26163
|
-
|
26164
|
-
|
26165
|
-
|
26166
|
-
|
26167
|
-
width: 100%;
|
26168
|
-
height: 100%;
|
26169
|
-
display: flex;
|
26170
|
-
align-items: center;
|
26171
|
-
justify-content: space-between;
|
26172
|
-
padding: 0 16px;
|
26173
|
-
pointer-events: none;
|
26174
|
-
}
|
26175
|
-
.v-window__controls > * {
|
26176
|
-
pointer-events: auto;
|
26153
|
+
|
26154
|
+
.v-data-table-rows-loading,
|
26155
|
+
.v-data-table-rows-no-data {
|
26156
|
+
text-align: center;
|
26177
26157
|
}
|
26178
|
-
|
26179
|
-
|
26158
|
+
|
26159
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
26160
|
+
grid-template-columns: 0;
|
26161
|
+
justify-content: center;
|
26180
26162
|
}
|
26181
|
-
.v-
|
26182
|
-
|
26163
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
26164
|
+
grid-template-columns: 0;
|
26165
|
+
justify-content: end;
|
26183
26166
|
}
|
26184
|
-
.v-
|
26185
|
-
|
26167
|
+
.v-data-table__tr--mobile > td {
|
26168
|
+
align-items: center;
|
26169
|
+
column-gap: 4px;
|
26170
|
+
display: grid;
|
26171
|
+
grid-template-columns: repeat(2, 1fr);
|
26172
|
+
min-height: var(--v-table-row-height);
|
26186
26173
|
}
|
26187
|
-
.v-
|
26188
|
-
|
26189
|
-
transform: translateX(0);
|
26174
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
26175
|
+
border-bottom: 0 !important;
|
26190
26176
|
}
|
26191
26177
|
|
26192
|
-
.v-
|
26193
|
-
|
26178
|
+
.v-data-table__td-title {
|
26179
|
+
font-weight: 500;
|
26180
|
+
text-align: left;
|
26194
26181
|
}
|
26195
|
-
|
26196
|
-
|
26197
|
-
|
26198
|
-
width: 100%;
|
26182
|
+
|
26183
|
+
.v-data-table__td-value {
|
26184
|
+
text-align: right;
|
26199
26185
|
}
|
26200
|
-
|
26201
|
-
|
26186
|
+
|
26187
|
+
.v-data-table__td-sort-icon {
|
26188
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
26202
26189
|
}
|
26203
|
-
.v-
|
26204
|
-
|
26190
|
+
.v-data-table__td-sort-icon-active {
|
26191
|
+
color: rgba(var(--v-theme-on-surface));
|
26192
|
+
}.v-data-table-footer {
|
26193
|
+
align-items: center;
|
26194
|
+
display: flex;
|
26195
|
+
flex-wrap: wrap;
|
26196
|
+
justify-content: flex-end;
|
26197
|
+
padding: 8px 4px;
|
26205
26198
|
}
|
26206
|
-
.v-
|
26207
|
-
|
26199
|
+
.v-data-table-footer__items-per-page {
|
26200
|
+
align-items: center;
|
26201
|
+
display: flex;
|
26202
|
+
justify-content: center;
|
26208
26203
|
}
|
26209
|
-
.v-
|
26210
|
-
|
26204
|
+
.v-data-table-footer__items-per-page > span {
|
26205
|
+
padding-inline-end: 8px;
|
26211
26206
|
}
|
26212
|
-
.v-
|
26213
|
-
|
26207
|
+
.v-data-table-footer__items-per-page > .v-select {
|
26208
|
+
width: 90px;
|
26214
26209
|
}
|
26215
|
-
.v-
|
26216
|
-
|
26210
|
+
.v-data-table-footer__info {
|
26211
|
+
display: flex;
|
26212
|
+
justify-content: flex-end;
|
26213
|
+
min-width: 116px;
|
26214
|
+
padding: 0 16px;
|
26217
26215
|
}
|
26218
|
-
.v-
|
26219
|
-
|
26216
|
+
.v-data-table-footer__paginationz {
|
26217
|
+
align-items: center;
|
26218
|
+
display: flex;
|
26219
|
+
margin-inline-start: 16px;
|
26220
26220
|
}
|
26221
|
-
.v-
|
26222
|
-
|
26221
|
+
.v-data-table-footer__page {
|
26222
|
+
padding: 0 8px;
|
26223
26223
|
}.v-color-picker-edit {
|
26224
26224
|
display: flex;
|
26225
26225
|
margin-top: 24px;
|
@@ -26248,28 +26248,6 @@ html.v-overlay-scroll-blocked {
|
|
26248
26248
|
}
|
26249
26249
|
.v-color-picker-edit__input span {
|
26250
26250
|
font-size: 0.75rem;
|
26251
|
-
}.v-color-picker-canvas {
|
26252
|
-
display: flex;
|
26253
|
-
position: relative;
|
26254
|
-
overflow: hidden;
|
26255
|
-
contain: content;
|
26256
|
-
touch-action: none;
|
26257
|
-
}
|
26258
|
-
.v-color-picker-canvas__dot {
|
26259
|
-
position: absolute;
|
26260
|
-
top: 0;
|
26261
|
-
left: 0;
|
26262
|
-
width: 15px;
|
26263
|
-
height: 15px;
|
26264
|
-
background: transparent;
|
26265
|
-
border-radius: 50%;
|
26266
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26267
|
-
}
|
26268
|
-
.v-color-picker-canvas__dot--disabled {
|
26269
|
-
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);
|
26270
|
-
}
|
26271
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26272
|
-
will-change: transform;
|
26273
26251
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26274
26252
|
background-color: transparent !important;
|
26275
26253
|
}
|
@@ -26340,6 +26318,28 @@ html.v-overlay-scroll-blocked {
|
|
26340
26318
|
.v-color-picker-preview__eye-dropper {
|
26341
26319
|
position: relative;
|
26342
26320
|
margin-right: 12px;
|
26321
|
+
}.v-color-picker-canvas {
|
26322
|
+
display: flex;
|
26323
|
+
position: relative;
|
26324
|
+
overflow: hidden;
|
26325
|
+
contain: content;
|
26326
|
+
touch-action: none;
|
26327
|
+
}
|
26328
|
+
.v-color-picker-canvas__dot {
|
26329
|
+
position: absolute;
|
26330
|
+
top: 0;
|
26331
|
+
left: 0;
|
26332
|
+
width: 15px;
|
26333
|
+
height: 15px;
|
26334
|
+
background: transparent;
|
26335
|
+
border-radius: 50%;
|
26336
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26337
|
+
}
|
26338
|
+
.v-color-picker-canvas__dot--disabled {
|
26339
|
+
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);
|
26340
|
+
}
|
26341
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26342
|
+
will-change: transform;
|
26343
26343
|
}.v-color-picker-swatches {
|
26344
26344
|
overflow-y: auto;
|
26345
26345
|
}
|