@vuetify/nightly 3.7.2-master.2024-10-09 → 3.7.2-master.2024-10-10
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 +20 -20
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2184 -2184
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +791 -791
- package/dist/vuetify.d.ts +55 -55
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.2-master.2024-10-
|
2
|
+
* Vuetify v3.7.2-master.2024-10-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -19307,71 +19307,6 @@ html.overflow-y-hidden {
|
|
19307
19307
|
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19308
19308
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19309
19309
|
}
|
19310
|
-
}.v-carousel {
|
19311
|
-
overflow: hidden;
|
19312
|
-
position: relative;
|
19313
|
-
width: 100%;
|
19314
|
-
}
|
19315
|
-
.v-carousel__controls {
|
19316
|
-
align-items: center;
|
19317
|
-
bottom: 0;
|
19318
|
-
display: flex;
|
19319
|
-
height: 50px;
|
19320
|
-
justify-content: center;
|
19321
|
-
list-style-type: none;
|
19322
|
-
position: absolute;
|
19323
|
-
width: 100%;
|
19324
|
-
z-index: 1;
|
19325
|
-
}
|
19326
|
-
.v-carousel__controls {
|
19327
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19328
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19329
|
-
}
|
19330
|
-
.v-carousel__controls > .v-item-group {
|
19331
|
-
flex: 0 1 auto;
|
19332
|
-
}
|
19333
|
-
.v-carousel__controls__item {
|
19334
|
-
margin: 0 8px;
|
19335
|
-
}
|
19336
|
-
.v-carousel__controls__item .v-icon {
|
19337
|
-
opacity: 0.5;
|
19338
|
-
}
|
19339
|
-
.v-carousel__controls__item--active .v-icon {
|
19340
|
-
opacity: 1;
|
19341
|
-
vertical-align: middle;
|
19342
|
-
}
|
19343
|
-
.v-carousel__controls__item:hover {
|
19344
|
-
background: none;
|
19345
|
-
}
|
19346
|
-
.v-carousel__controls__item:hover .v-icon {
|
19347
|
-
opacity: 0.8;
|
19348
|
-
}
|
19349
|
-
|
19350
|
-
.v-carousel__progress {
|
19351
|
-
margin: 0;
|
19352
|
-
position: absolute;
|
19353
|
-
bottom: 0;
|
19354
|
-
left: 0;
|
19355
|
-
right: 0;
|
19356
|
-
}
|
19357
|
-
|
19358
|
-
.v-carousel-item {
|
19359
|
-
display: block;
|
19360
|
-
height: inherit;
|
19361
|
-
text-decoration: none;
|
19362
|
-
}
|
19363
|
-
.v-carousel-item > .v-img {
|
19364
|
-
height: inherit;
|
19365
|
-
}
|
19366
|
-
|
19367
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19368
|
-
background: transparent;
|
19369
|
-
}
|
19370
|
-
|
19371
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19372
|
-
flex-direction: column;
|
19373
|
-
height: 100% !important;
|
19374
|
-
width: 50px;
|
19375
19310
|
}.v-card {
|
19376
19311
|
display: block;
|
19377
19312
|
overflow: hidden;
|
@@ -19680,6 +19615,71 @@ html.overflow-y-hidden {
|
|
19680
19615
|
pointer-events: none;
|
19681
19616
|
opacity: 0;
|
19682
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
19683
|
}.v-checkbox.v-input {
|
19684
19684
|
flex: 0 1 auto;
|
19685
19685
|
}
|
@@ -20233,12 +20233,6 @@ html.overflow-y-hidden {
|
|
20233
20233
|
flex: 0 1 auto;
|
20234
20234
|
font-size: 12px;
|
20235
20235
|
transition-duration: 150ms;
|
20236
|
-
}.v-date-picker {
|
20237
|
-
overflow: hidden;
|
20238
|
-
width: 328px;
|
20239
|
-
}
|
20240
|
-
.v-date-picker--show-week {
|
20241
|
-
width: 368px;
|
20242
20236
|
}.v-date-picker-controls {
|
20243
20237
|
display: flex;
|
20244
20238
|
align-items: center;
|
@@ -20295,6 +20289,67 @@ html.overflow-y-hidden {
|
|
20295
20289
|
|
20296
20290
|
.v-date-picker__title {
|
20297
20291
|
display: inline-block;
|
20292
|
+
}.v-date-picker {
|
20293
|
+
overflow: hidden;
|
20294
|
+
width: 328px;
|
20295
|
+
}
|
20296
|
+
.v-date-picker--show-week {
|
20297
|
+
width: 368px;
|
20298
|
+
}.v-date-picker-month {
|
20299
|
+
display: flex;
|
20300
|
+
justify-content: center;
|
20301
|
+
padding: 0 12px 8px;
|
20302
|
+
--v-date-picker-month-day-diff: 4px;
|
20303
|
+
}
|
20304
|
+
|
20305
|
+
.v-date-picker-month__weeks {
|
20306
|
+
display: grid;
|
20307
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20308
|
+
column-gap: 4px;
|
20309
|
+
font-size: 0.85rem;
|
20310
|
+
}
|
20311
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20312
|
+
grid-row-gap: 0;
|
20313
|
+
}
|
20314
|
+
|
20315
|
+
.v-date-picker-month__weekday {
|
20316
|
+
font-size: 0.85rem;
|
20317
|
+
}
|
20318
|
+
|
20319
|
+
.v-date-picker-month__days {
|
20320
|
+
display: grid;
|
20321
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20322
|
+
column-gap: 4px;
|
20323
|
+
flex: 1 1;
|
20324
|
+
justify-content: space-around;
|
20325
|
+
}
|
20326
|
+
|
20327
|
+
.v-date-picker-month__day {
|
20328
|
+
align-items: center;
|
20329
|
+
display: flex;
|
20330
|
+
justify-content: center;
|
20331
|
+
position: relative;
|
20332
|
+
height: 40px;
|
20333
|
+
width: 40px;
|
20334
|
+
}
|
20335
|
+
.v-date-picker-month__day--selected .v-btn {
|
20336
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20337
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20338
|
+
}
|
20339
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20340
|
+
--v-btn-height: 24px;
|
20341
|
+
--v-btn-size: 0.85rem;
|
20342
|
+
}
|
20343
|
+
.v-date-picker-month__day--week {
|
20344
|
+
font-size: var(--v-btn-size);
|
20345
|
+
}
|
20346
|
+
|
20347
|
+
.v-date-picker-month__day--adjacent {
|
20348
|
+
opacity: 0.5;
|
20349
|
+
}
|
20350
|
+
|
20351
|
+
.v-date-picker-month__day--hide-adjacent {
|
20352
|
+
opacity: 0;
|
20298
20353
|
}.v-date-picker-header {
|
20299
20354
|
align-items: flex-end;
|
20300
20355
|
height: 70px;
|
@@ -20355,61 +20410,6 @@ html.overflow-y-hidden {
|
|
20355
20410
|
.date-picker-header-reverse-transition-leave-to {
|
20356
20411
|
opacity: 0;
|
20357
20412
|
transform: translate(0, 100%);
|
20358
|
-
}.v-date-picker-month {
|
20359
|
-
display: flex;
|
20360
|
-
justify-content: center;
|
20361
|
-
padding: 0 12px 8px;
|
20362
|
-
--v-date-picker-month-day-diff: 4px;
|
20363
|
-
}
|
20364
|
-
|
20365
|
-
.v-date-picker-month__weeks {
|
20366
|
-
display: grid;
|
20367
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20368
|
-
column-gap: 4px;
|
20369
|
-
font-size: 0.85rem;
|
20370
|
-
}
|
20371
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20372
|
-
grid-row-gap: 0;
|
20373
|
-
}
|
20374
|
-
|
20375
|
-
.v-date-picker-month__weekday {
|
20376
|
-
font-size: 0.85rem;
|
20377
|
-
}
|
20378
|
-
|
20379
|
-
.v-date-picker-month__days {
|
20380
|
-
display: grid;
|
20381
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20382
|
-
column-gap: 4px;
|
20383
|
-
flex: 1 1;
|
20384
|
-
justify-content: space-around;
|
20385
|
-
}
|
20386
|
-
|
20387
|
-
.v-date-picker-month__day {
|
20388
|
-
align-items: center;
|
20389
|
-
display: flex;
|
20390
|
-
justify-content: center;
|
20391
|
-
position: relative;
|
20392
|
-
height: 40px;
|
20393
|
-
width: 40px;
|
20394
|
-
}
|
20395
|
-
.v-date-picker-month__day--selected .v-btn {
|
20396
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20397
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20398
|
-
}
|
20399
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20400
|
-
--v-btn-height: 24px;
|
20401
|
-
--v-btn-size: 0.85rem;
|
20402
|
-
}
|
20403
|
-
.v-date-picker-month__day--week {
|
20404
|
-
font-size: var(--v-btn-size);
|
20405
|
-
}
|
20406
|
-
|
20407
|
-
.v-date-picker-month__day--adjacent {
|
20408
|
-
opacity: 0.5;
|
20409
|
-
}
|
20410
|
-
|
20411
|
-
.v-date-picker-month__day--hide-adjacent {
|
20412
|
-
opacity: 0;
|
20413
20413
|
}.v-date-picker-months {
|
20414
20414
|
height: 288px;
|
20415
20415
|
}
|
@@ -22627,11 +22627,6 @@ textarea.v-field__input::placeholder {
|
|
22627
22627
|
display: flex;
|
22628
22628
|
justify-content: center;
|
22629
22629
|
padding: 8px;
|
22630
|
-
}.v-item-group {
|
22631
|
-
flex: 0 1 auto;
|
22632
|
-
max-width: 100%;
|
22633
|
-
position: relative;
|
22634
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22635
22630
|
}.v-input {
|
22636
22631
|
display: grid;
|
22637
22632
|
flex: 1 1 auto;
|
@@ -22774,21 +22769,11 @@ textarea.v-field__input::placeholder {
|
|
22774
22769
|
|
22775
22770
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22776
22771
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22777
|
-
}.v-
|
22778
|
-
|
22779
|
-
|
22780
|
-
|
22781
|
-
|
22782
|
-
letter-spacing: 0.009375em;
|
22783
|
-
min-width: 0;
|
22784
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22785
|
-
overflow: hidden;
|
22786
|
-
text-overflow: ellipsis;
|
22787
|
-
white-space: nowrap;
|
22788
|
-
}
|
22789
|
-
|
22790
|
-
.v-label--clickable {
|
22791
|
-
cursor: pointer;
|
22772
|
+
}.v-item-group {
|
22773
|
+
flex: 0 1 auto;
|
22774
|
+
max-width: 100%;
|
22775
|
+
position: relative;
|
22776
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22792
22777
|
}.v-layout {
|
22793
22778
|
--v-scrollbar-offset: 0px;
|
22794
22779
|
display: flex;
|
@@ -22804,6 +22789,21 @@ textarea.v-field__input::placeholder {
|
|
22804
22789
|
|
22805
22790
|
.v-layout-item--absolute {
|
22806
22791
|
position: absolute;
|
22792
|
+
}.v-label {
|
22793
|
+
align-items: center;
|
22794
|
+
color: inherit;
|
22795
|
+
display: inline-flex;
|
22796
|
+
font-size: 1rem;
|
22797
|
+
letter-spacing: 0.009375em;
|
22798
|
+
min-width: 0;
|
22799
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22800
|
+
overflow: hidden;
|
22801
|
+
text-overflow: ellipsis;
|
22802
|
+
white-space: nowrap;
|
22803
|
+
}
|
22804
|
+
|
22805
|
+
.v-label--clickable {
|
22806
|
+
cursor: pointer;
|
22807
22807
|
}.v-list {
|
22808
22808
|
overflow: auto;
|
22809
22809
|
padding: 8px 0;
|
@@ -23612,14 +23612,6 @@ textarea.v-field__input::placeholder {
|
|
23612
23612
|
}
|
23613
23613
|
.v-otp-input__loader .v-progress-linear {
|
23614
23614
|
position: absolute;
|
23615
|
-
}.v-pagination__list {
|
23616
|
-
display: inline-flex;
|
23617
|
-
list-style-type: none;
|
23618
|
-
justify-content: center;
|
23619
|
-
width: 100%;
|
23620
|
-
}
|
23621
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23622
|
-
margin: 0.3rem;
|
23623
23615
|
}.v-overlay-container {
|
23624
23616
|
contain: layout;
|
23625
23617
|
left: 0;
|
@@ -23683,6 +23675,14 @@ html.v-overlay-scroll-blocked {
|
|
23683
23675
|
|
23684
23676
|
.v-overlay--scroll-blocked {
|
23685
23677
|
padding-inline-end: var(--v-scrollbar-offset);
|
23678
|
+
}.v-pagination__list {
|
23679
|
+
display: inline-flex;
|
23680
|
+
list-style-type: none;
|
23681
|
+
justify-content: center;
|
23682
|
+
width: 100%;
|
23683
|
+
}
|
23684
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23685
|
+
margin: 0.3rem;
|
23686
23686
|
}.v-parallax {
|
23687
23687
|
position: relative;
|
23688
23688
|
overflow: hidden;
|
@@ -24031,59 +24031,6 @@ html.v-overlay-scroll-blocked {
|
|
24031
24031
|
}
|
24032
24032
|
.v-radio-group .v-input__details {
|
24033
24033
|
padding-inline: 16px;
|
24034
|
-
}.v-rating {
|
24035
|
-
max-width: 100%;
|
24036
|
-
display: inline-flex;
|
24037
|
-
white-space: nowrap;
|
24038
|
-
}
|
24039
|
-
.v-rating--readonly {
|
24040
|
-
pointer-events: none;
|
24041
|
-
}
|
24042
|
-
|
24043
|
-
.v-rating__wrapper {
|
24044
|
-
align-items: center;
|
24045
|
-
display: inline-flex;
|
24046
|
-
flex-direction: column;
|
24047
|
-
}
|
24048
|
-
.v-rating__wrapper--bottom {
|
24049
|
-
flex-direction: column-reverse;
|
24050
|
-
}
|
24051
|
-
|
24052
|
-
.v-rating__item {
|
24053
|
-
display: inline-flex;
|
24054
|
-
position: relative;
|
24055
|
-
}
|
24056
|
-
.v-rating__item label {
|
24057
|
-
cursor: pointer;
|
24058
|
-
}
|
24059
|
-
.v-rating__item .v-btn--variant-plain {
|
24060
|
-
opacity: 1;
|
24061
|
-
}
|
24062
|
-
.v-rating__item .v-btn {
|
24063
|
-
transition-property: transform;
|
24064
|
-
}
|
24065
|
-
.v-rating__item .v-btn .v-icon {
|
24066
|
-
transition: inherit;
|
24067
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24068
|
-
}
|
24069
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24070
|
-
transform: scale(1.25);
|
24071
|
-
}
|
24072
|
-
.v-rating__item--half {
|
24073
|
-
overflow: hidden;
|
24074
|
-
position: absolute;
|
24075
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24076
|
-
z-index: 1;
|
24077
|
-
}
|
24078
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24079
|
-
opacity: 0;
|
24080
|
-
}
|
24081
|
-
|
24082
|
-
.v-rating__hidden {
|
24083
|
-
height: 0;
|
24084
|
-
opacity: 0;
|
24085
|
-
position: absolute;
|
24086
|
-
width: 0;
|
24087
24034
|
}.v-slider .v-slider__container input {
|
24088
24035
|
cursor: default;
|
24089
24036
|
padding: 0;
|
@@ -24141,6 +24088,59 @@ html.v-overlay-scroll-blocked {
|
|
24141
24088
|
|
24142
24089
|
.v-slider__label {
|
24143
24090
|
margin-inline-end: 12px;
|
24091
|
+
}.v-rating {
|
24092
|
+
max-width: 100%;
|
24093
|
+
display: inline-flex;
|
24094
|
+
white-space: nowrap;
|
24095
|
+
}
|
24096
|
+
.v-rating--readonly {
|
24097
|
+
pointer-events: none;
|
24098
|
+
}
|
24099
|
+
|
24100
|
+
.v-rating__wrapper {
|
24101
|
+
align-items: center;
|
24102
|
+
display: inline-flex;
|
24103
|
+
flex-direction: column;
|
24104
|
+
}
|
24105
|
+
.v-rating__wrapper--bottom {
|
24106
|
+
flex-direction: column-reverse;
|
24107
|
+
}
|
24108
|
+
|
24109
|
+
.v-rating__item {
|
24110
|
+
display: inline-flex;
|
24111
|
+
position: relative;
|
24112
|
+
}
|
24113
|
+
.v-rating__item label {
|
24114
|
+
cursor: pointer;
|
24115
|
+
}
|
24116
|
+
.v-rating__item .v-btn--variant-plain {
|
24117
|
+
opacity: 1;
|
24118
|
+
}
|
24119
|
+
.v-rating__item .v-btn {
|
24120
|
+
transition-property: transform;
|
24121
|
+
}
|
24122
|
+
.v-rating__item .v-btn .v-icon {
|
24123
|
+
transition: inherit;
|
24124
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24125
|
+
}
|
24126
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24127
|
+
transform: scale(1.25);
|
24128
|
+
}
|
24129
|
+
.v-rating__item--half {
|
24130
|
+
overflow: hidden;
|
24131
|
+
position: absolute;
|
24132
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24133
|
+
z-index: 1;
|
24134
|
+
}
|
24135
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24136
|
+
opacity: 0;
|
24137
|
+
}
|
24138
|
+
|
24139
|
+
.v-rating__hidden {
|
24140
|
+
height: 0;
|
24141
|
+
opacity: 0;
|
24142
|
+
position: absolute;
|
24143
|
+
width: 0;
|
24144
24144
|
}.v-responsive {
|
24145
24145
|
display: flex;
|
24146
24146
|
flex: 1 0 auto;
|
@@ -24786,234 +24786,52 @@ html.v-overlay-scroll-blocked {
|
|
24786
24786
|
}
|
24787
24787
|
.v-snackbar-transition-leave-to {
|
24788
24788
|
opacity: 0;
|
24789
|
-
}.v-
|
24790
|
-
|
24789
|
+
}.v-speed-dial__content {
|
24790
|
+
gap: 8px;
|
24791
24791
|
}
|
24792
|
-
|
24793
|
-
|
24794
|
-
display: flex;
|
24792
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24793
|
+
flex-direction: row;
|
24795
24794
|
}
|
24796
|
-
.v-
|
24797
|
-
|
24795
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24796
|
+
flex-direction: row-reverse;
|
24798
24797
|
}
|
24799
|
-
|
24800
|
-
|
24801
|
-
.v-switch__thumb {
|
24802
|
-
transition: none;
|
24798
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24799
|
+
flex-direction: column-reverse;
|
24803
24800
|
}
|
24804
|
-
.v-
|
24805
|
-
|
24806
|
-
background-color: rgb(var(--v-theme-error));
|
24807
|
-
color: rgb(var(--v-theme-on-error));
|
24801
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24802
|
+
transition-delay: 0s;
|
24808
24803
|
}
|
24809
|
-
|
24810
|
-
|
24811
|
-
margin-inline-end: auto;
|
24804
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24805
|
+
transition-delay: 0.05s;
|
24812
24806
|
}
|
24813
|
-
.v-
|
24814
|
-
|
24807
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24808
|
+
transition-delay: 0.1s;
|
24815
24809
|
}
|
24816
|
-
|
24817
|
-
|
24818
|
-
margin-inline-start: auto;
|
24810
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24811
|
+
transition-delay: 0.15s;
|
24819
24812
|
}
|
24820
|
-
.v-
|
24821
|
-
|
24813
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24814
|
+
transition-delay: 0.2s;
|
24822
24815
|
}
|
24823
|
-
|
24824
|
-
|
24825
|
-
display: inline-flex;
|
24826
|
-
align-items: center;
|
24827
|
-
font-size: 0.5rem;
|
24828
|
-
padding: 0 5px;
|
24829
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
24830
|
-
border-radius: 9999px;
|
24831
|
-
height: 14px;
|
24832
|
-
opacity: 0.6;
|
24833
|
-
min-width: 36px;
|
24834
|
-
cursor: pointer;
|
24835
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24816
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24817
|
+
transition-delay: 0.25s;
|
24836
24818
|
}
|
24837
|
-
.v-
|
24838
|
-
|
24839
|
-
font-size: 0.75rem;
|
24840
|
-
height: 32px;
|
24841
|
-
min-width: 52px;
|
24819
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24820
|
+
transition-delay: 0.3s;
|
24842
24821
|
}
|
24843
|
-
|
24844
|
-
|
24845
|
-
align-items: center;
|
24846
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
24847
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
24848
|
-
border-radius: 50%;
|
24849
|
-
display: flex;
|
24850
|
-
font-size: 0.75rem;
|
24851
|
-
height: 20px;
|
24852
|
-
justify-content: center;
|
24853
|
-
width: 20px;
|
24854
|
-
pointer-events: none;
|
24855
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24856
|
-
position: relative;
|
24857
|
-
overflow: hidden;
|
24822
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24823
|
+
transition-delay: 0.35s;
|
24858
24824
|
}
|
24859
|
-
.v-
|
24860
|
-
|
24825
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24826
|
+
transition-delay: 0.4s;
|
24861
24827
|
}
|
24862
|
-
.v-
|
24863
|
-
|
24864
|
-
|
24828
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24829
|
+
transition-delay: 0.45s;
|
24830
|
+
}.v-stepper.v-sheet {
|
24831
|
+
overflow: hidden;
|
24865
24832
|
}
|
24866
|
-
.v-
|
24867
|
-
box-shadow: 0px
|
24868
|
-
}
|
24869
|
-
.v-switch--inset .v-switch__thumb {
|
24870
|
-
height: 24px;
|
24871
|
-
width: 24px;
|
24872
|
-
transform: scale(0.6666666667);
|
24873
|
-
}
|
24874
|
-
.v-switch--inset .v-switch__thumb--filled {
|
24875
|
-
transform: none;
|
24876
|
-
}
|
24877
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24878
|
-
transform: none;
|
24879
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24880
|
-
}
|
24881
|
-
|
24882
|
-
.v-switch.v-input {
|
24883
|
-
flex: 0 1 auto;
|
24884
|
-
}
|
24885
|
-
.v-switch .v-selection-control {
|
24886
|
-
min-height: var(--v-input-control-height);
|
24887
|
-
}
|
24888
|
-
.v-switch .v-selection-control__input {
|
24889
|
-
border-radius: 50%;
|
24890
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24891
|
-
position: absolute;
|
24892
|
-
}
|
24893
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24894
|
-
transform: translateX(-10px);
|
24895
|
-
}
|
24896
|
-
|
24897
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24898
|
-
transform: translateX(10px);
|
24899
|
-
}
|
24900
|
-
|
24901
|
-
.v-switch .v-selection-control__input .v-icon {
|
24902
|
-
position: absolute;
|
24903
|
-
}
|
24904
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24905
|
-
transform: translateX(10px);
|
24906
|
-
}
|
24907
|
-
|
24908
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24909
|
-
transform: translateX(-10px);
|
24910
|
-
}
|
24911
|
-
|
24912
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24913
|
-
transform: scale(0.8);
|
24914
|
-
}
|
24915
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24916
|
-
transform: scale(0.75);
|
24917
|
-
box-shadow: none;
|
24918
|
-
}
|
24919
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24920
|
-
width: auto;
|
24921
|
-
}
|
24922
|
-
.v-switch.v-input--vertical .v-label {
|
24923
|
-
min-width: max-content;
|
24924
|
-
}
|
24925
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24926
|
-
transform: rotate(-90deg);
|
24927
|
-
}
|
24928
|
-
|
24929
|
-
@media (forced-colors: active) {
|
24930
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
24931
|
-
color: currentColor;
|
24932
|
-
}
|
24933
|
-
.v-switch .v-switch__thumb {
|
24934
|
-
background-color: buttontext;
|
24935
|
-
}
|
24936
|
-
.v-switch .v-switch__track,
|
24937
|
-
.v-switch .v-switch__thumb {
|
24938
|
-
border: 1px solid;
|
24939
|
-
color: buttontext;
|
24940
|
-
}
|
24941
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24942
|
-
background-color: highlight;
|
24943
|
-
}
|
24944
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24945
|
-
background-color: highlight;
|
24946
|
-
}
|
24947
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24948
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24949
|
-
color: highlight;
|
24950
|
-
}
|
24951
|
-
.v-switch.v-switch--inset .v-switch__track {
|
24952
|
-
border-width: 2px;
|
24953
|
-
}
|
24954
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24955
|
-
background-color: highlighttext;
|
24956
|
-
color: highlighttext;
|
24957
|
-
}
|
24958
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24959
|
-
background-color: graytext;
|
24960
|
-
}
|
24961
|
-
.v-switch.v-input--disabled .v-switch__track,
|
24962
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24963
|
-
color: graytext;
|
24964
|
-
}
|
24965
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
24966
|
-
background-color: canvas;
|
24967
|
-
}
|
24968
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24969
|
-
border-width: 0;
|
24970
|
-
}
|
24971
|
-
}.v-speed-dial__content {
|
24972
|
-
gap: 8px;
|
24973
|
-
}
|
24974
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24975
|
-
flex-direction: row;
|
24976
|
-
}
|
24977
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24978
|
-
flex-direction: row-reverse;
|
24979
|
-
}
|
24980
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24981
|
-
flex-direction: column-reverse;
|
24982
|
-
}
|
24983
|
-
.v-speed-dial__content > *:nth-child(1) {
|
24984
|
-
transition-delay: 0s;
|
24985
|
-
}
|
24986
|
-
.v-speed-dial__content > *:nth-child(2) {
|
24987
|
-
transition-delay: 0.05s;
|
24988
|
-
}
|
24989
|
-
.v-speed-dial__content > *:nth-child(3) {
|
24990
|
-
transition-delay: 0.1s;
|
24991
|
-
}
|
24992
|
-
.v-speed-dial__content > *:nth-child(4) {
|
24993
|
-
transition-delay: 0.15s;
|
24994
|
-
}
|
24995
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24996
|
-
transition-delay: 0.2s;
|
24997
|
-
}
|
24998
|
-
.v-speed-dial__content > *:nth-child(6) {
|
24999
|
-
transition-delay: 0.25s;
|
25000
|
-
}
|
25001
|
-
.v-speed-dial__content > *:nth-child(7) {
|
25002
|
-
transition-delay: 0.3s;
|
25003
|
-
}
|
25004
|
-
.v-speed-dial__content > *:nth-child(8) {
|
25005
|
-
transition-delay: 0.35s;
|
25006
|
-
}
|
25007
|
-
.v-speed-dial__content > *:nth-child(9) {
|
25008
|
-
transition-delay: 0.4s;
|
25009
|
-
}
|
25010
|
-
.v-speed-dial__content > *:nth-child(10) {
|
25011
|
-
transition-delay: 0.45s;
|
25012
|
-
}.v-stepper.v-sheet {
|
25013
|
-
overflow: hidden;
|
25014
|
-
}
|
25015
|
-
.v-stepper.v-sheet {
|
25016
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24833
|
+
.v-stepper.v-sheet {
|
24834
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25017
24835
|
}
|
25018
24836
|
.v-stepper.v-sheet {
|
25019
24837
|
border-radius: 4px;
|
@@ -25162,28 +24980,210 @@ html.v-overlay-scroll-blocked {
|
|
25162
24980
|
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
25163
24981
|
text-align: center;
|
25164
24982
|
}
|
25165
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
25166
|
-
display: none;
|
24983
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
24984
|
+
display: none;
|
24985
|
+
}
|
24986
|
+
|
24987
|
+
.v-stepper-item__overlay {
|
24988
|
+
background-color: currentColor;
|
24989
|
+
border-radius: inherit;
|
24990
|
+
opacity: 0;
|
24991
|
+
transition: opacity 0.2s ease-in-out;
|
24992
|
+
}
|
24993
|
+
|
24994
|
+
.v-stepper-item__overlay,
|
24995
|
+
.v-stepper-item__underlay {
|
24996
|
+
pointer-events: none;
|
24997
|
+
}
|
24998
|
+
.v-stepper-item__overlay,
|
24999
|
+
.v-stepper-item__underlay {
|
25000
|
+
position: absolute;
|
25001
|
+
top: 0;
|
25002
|
+
left: 0;
|
25003
|
+
width: 100%;
|
25004
|
+
height: 100%;
|
25005
|
+
}.v-switch .v-label {
|
25006
|
+
padding-inline-start: 10px;
|
25007
|
+
}
|
25008
|
+
|
25009
|
+
.v-switch__loader {
|
25010
|
+
display: flex;
|
25011
|
+
}
|
25012
|
+
.v-switch__loader .v-progress-circular {
|
25013
|
+
color: rgb(var(--v-theme-surface));
|
25014
|
+
}
|
25015
|
+
|
25016
|
+
.v-switch__track,
|
25017
|
+
.v-switch__thumb {
|
25018
|
+
transition: none;
|
25019
|
+
}
|
25020
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25021
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25022
|
+
background-color: rgb(var(--v-theme-error));
|
25023
|
+
color: rgb(var(--v-theme-on-error));
|
25024
|
+
}
|
25025
|
+
|
25026
|
+
.v-switch__track-true {
|
25027
|
+
margin-inline-end: auto;
|
25028
|
+
}
|
25029
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25030
|
+
opacity: 0;
|
25031
|
+
}
|
25032
|
+
|
25033
|
+
.v-switch__track-false {
|
25034
|
+
margin-inline-start: auto;
|
25035
|
+
}
|
25036
|
+
.v-selection-control--dirty .v-switch__track-false {
|
25037
|
+
opacity: 0;
|
25038
|
+
}
|
25039
|
+
|
25040
|
+
.v-switch__track {
|
25041
|
+
display: inline-flex;
|
25042
|
+
align-items: center;
|
25043
|
+
font-size: 0.5rem;
|
25044
|
+
padding: 0 5px;
|
25045
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25046
|
+
border-radius: 9999px;
|
25047
|
+
height: 14px;
|
25048
|
+
opacity: 0.6;
|
25049
|
+
min-width: 36px;
|
25050
|
+
cursor: pointer;
|
25051
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25052
|
+
}
|
25053
|
+
.v-switch--inset .v-switch__track {
|
25054
|
+
border-radius: 9999px;
|
25055
|
+
font-size: 0.75rem;
|
25056
|
+
height: 32px;
|
25057
|
+
min-width: 52px;
|
25058
|
+
}
|
25059
|
+
|
25060
|
+
.v-switch__thumb {
|
25061
|
+
align-items: center;
|
25062
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
25063
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
25064
|
+
border-radius: 50%;
|
25065
|
+
display: flex;
|
25066
|
+
font-size: 0.75rem;
|
25067
|
+
height: 20px;
|
25068
|
+
justify-content: center;
|
25069
|
+
width: 20px;
|
25070
|
+
pointer-events: none;
|
25071
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25072
|
+
position: relative;
|
25073
|
+
overflow: hidden;
|
25074
|
+
}
|
25075
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25076
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25077
|
+
}
|
25078
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25079
|
+
background: rgb(var(--v-theme-surface-variant));
|
25080
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25081
|
+
}
|
25082
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25083
|
+
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));
|
25084
|
+
}
|
25085
|
+
.v-switch--inset .v-switch__thumb {
|
25086
|
+
height: 24px;
|
25087
|
+
width: 24px;
|
25088
|
+
transform: scale(0.6666666667);
|
25089
|
+
}
|
25090
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25091
|
+
transform: none;
|
25092
|
+
}
|
25093
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25094
|
+
transform: none;
|
25095
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25096
|
+
}
|
25097
|
+
|
25098
|
+
.v-switch.v-input {
|
25099
|
+
flex: 0 1 auto;
|
25100
|
+
}
|
25101
|
+
.v-switch .v-selection-control {
|
25102
|
+
min-height: var(--v-input-control-height);
|
25103
|
+
}
|
25104
|
+
.v-switch .v-selection-control__input {
|
25105
|
+
border-radius: 50%;
|
25106
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25107
|
+
position: absolute;
|
25108
|
+
}
|
25109
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25110
|
+
transform: translateX(-10px);
|
25111
|
+
}
|
25112
|
+
|
25113
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25114
|
+
transform: translateX(10px);
|
25115
|
+
}
|
25116
|
+
|
25117
|
+
.v-switch .v-selection-control__input .v-icon {
|
25118
|
+
position: absolute;
|
25119
|
+
}
|
25120
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25121
|
+
transform: translateX(10px);
|
25122
|
+
}
|
25123
|
+
|
25124
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25125
|
+
transform: translateX(-10px);
|
25126
|
+
}
|
25127
|
+
|
25128
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25129
|
+
transform: scale(0.8);
|
25130
|
+
}
|
25131
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25132
|
+
transform: scale(0.75);
|
25133
|
+
box-shadow: none;
|
25134
|
+
}
|
25135
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25136
|
+
width: auto;
|
25167
25137
|
}
|
25168
|
-
|
25169
|
-
|
25170
|
-
background-color: currentColor;
|
25171
|
-
border-radius: inherit;
|
25172
|
-
opacity: 0;
|
25173
|
-
transition: opacity 0.2s ease-in-out;
|
25138
|
+
.v-switch.v-input--vertical .v-label {
|
25139
|
+
min-width: max-content;
|
25174
25140
|
}
|
25175
|
-
|
25176
|
-
|
25177
|
-
.v-stepper-item__underlay {
|
25178
|
-
pointer-events: none;
|
25141
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25142
|
+
transform: rotate(-90deg);
|
25179
25143
|
}
|
25180
|
-
|
25181
|
-
|
25182
|
-
|
25183
|
-
|
25184
|
-
|
25185
|
-
|
25186
|
-
|
25144
|
+
|
25145
|
+
@media (forced-colors: active) {
|
25146
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
25147
|
+
color: currentColor;
|
25148
|
+
}
|
25149
|
+
.v-switch .v-switch__thumb {
|
25150
|
+
background-color: buttontext;
|
25151
|
+
}
|
25152
|
+
.v-switch .v-switch__track,
|
25153
|
+
.v-switch .v-switch__thumb {
|
25154
|
+
border: 1px solid;
|
25155
|
+
color: buttontext;
|
25156
|
+
}
|
25157
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25158
|
+
background-color: highlight;
|
25159
|
+
}
|
25160
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25161
|
+
background-color: highlight;
|
25162
|
+
}
|
25163
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25164
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25165
|
+
color: highlight;
|
25166
|
+
}
|
25167
|
+
.v-switch.v-switch--inset .v-switch__track {
|
25168
|
+
border-width: 2px;
|
25169
|
+
}
|
25170
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25171
|
+
background-color: highlighttext;
|
25172
|
+
color: highlighttext;
|
25173
|
+
}
|
25174
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25175
|
+
background-color: graytext;
|
25176
|
+
}
|
25177
|
+
.v-switch.v-input--disabled .v-switch__track,
|
25178
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25179
|
+
color: graytext;
|
25180
|
+
}
|
25181
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
25182
|
+
background-color: canvas;
|
25183
|
+
}
|
25184
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25185
|
+
border-width: 0;
|
25186
|
+
}
|
25187
25187
|
}.v-system-bar {
|
25188
25188
|
align-items: center;
|
25189
25189
|
display: flex;
|
@@ -25227,101 +25227,6 @@ html.v-overlay-scroll-blocked {
|
|
25227
25227
|
}
|
25228
25228
|
.v-system-bar:not(.v-system-bar--absolute) {
|
25229
25229
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25230
|
-
}.v-tab.v-tab.v-btn {
|
25231
|
-
height: var(--v-tabs-height);
|
25232
|
-
border-radius: 0;
|
25233
|
-
min-width: 90px;
|
25234
|
-
}
|
25235
|
-
.v-slide-group--horizontal .v-tab {
|
25236
|
-
max-width: 360px;
|
25237
|
-
}
|
25238
|
-
.v-slide-group--vertical .v-tab {
|
25239
|
-
justify-content: start;
|
25240
|
-
}
|
25241
|
-
|
25242
|
-
.v-tab__slider {
|
25243
|
-
position: absolute;
|
25244
|
-
bottom: 0;
|
25245
|
-
left: 0;
|
25246
|
-
height: 2px;
|
25247
|
-
width: 100%;
|
25248
|
-
background: currentColor;
|
25249
|
-
pointer-events: none;
|
25250
|
-
opacity: 0;
|
25251
|
-
}
|
25252
|
-
.v-tab--selected .v-tab__slider {
|
25253
|
-
opacity: 1;
|
25254
|
-
}
|
25255
|
-
.v-slide-group--vertical .v-tab__slider {
|
25256
|
-
top: 0;
|
25257
|
-
height: 100%;
|
25258
|
-
width: 2px;
|
25259
|
-
}.v-tabs {
|
25260
|
-
display: flex;
|
25261
|
-
height: var(--v-tabs-height);
|
25262
|
-
}
|
25263
|
-
.v-tabs--density-default {
|
25264
|
-
--v-tabs-height: 48px;
|
25265
|
-
}
|
25266
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25267
|
-
--v-tabs-height: 72px;
|
25268
|
-
}
|
25269
|
-
|
25270
|
-
.v-tabs--density-comfortable {
|
25271
|
-
--v-tabs-height: 44px;
|
25272
|
-
}
|
25273
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25274
|
-
--v-tabs-height: 68px;
|
25275
|
-
}
|
25276
|
-
|
25277
|
-
.v-tabs--density-compact {
|
25278
|
-
--v-tabs-height: 36px;
|
25279
|
-
}
|
25280
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25281
|
-
--v-tabs-height: 60px;
|
25282
|
-
}
|
25283
|
-
|
25284
|
-
.v-tabs.v-slide-group--vertical {
|
25285
|
-
height: auto;
|
25286
|
-
flex: none;
|
25287
|
-
--v-tabs-height: 48px;
|
25288
|
-
}
|
25289
|
-
|
25290
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25291
|
-
margin-inline-start: 42px;
|
25292
|
-
}
|
25293
|
-
|
25294
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25295
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25296
|
-
margin-inline-end: auto;
|
25297
|
-
}
|
25298
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25299
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25300
|
-
margin-inline-start: auto;
|
25301
|
-
}
|
25302
|
-
|
25303
|
-
.v-tabs--grow {
|
25304
|
-
flex-grow: 1;
|
25305
|
-
}
|
25306
|
-
.v-tabs--grow .v-tab {
|
25307
|
-
flex: 1 0 auto;
|
25308
|
-
max-width: none;
|
25309
|
-
}
|
25310
|
-
|
25311
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25312
|
-
margin-inline-start: auto;
|
25313
|
-
}
|
25314
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25315
|
-
margin-inline-end: 0;
|
25316
|
-
}
|
25317
|
-
|
25318
|
-
@media (max-width: 1279.98px) {
|
25319
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25320
|
-
margin-inline-start: 52px;
|
25321
|
-
}
|
25322
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25323
|
-
margin-inline-end: 52px;
|
25324
|
-
}
|
25325
25230
|
}.v-table {
|
25326
25231
|
font-size: 0.875rem;
|
25327
25232
|
transition-duration: 0.28s;
|
@@ -26121,19 +26026,114 @@ html.v-overlay-scroll-blocked {
|
|
26121
26026
|
text-transform: none;
|
26122
26027
|
}
|
26123
26028
|
|
26124
|
-
.v-toolbar-title__placeholder {
|
26125
|
-
overflow: hidden;
|
26126
|
-
text-overflow: ellipsis;
|
26127
|
-
white-space: nowrap;
|
26029
|
+
.v-toolbar-title__placeholder {
|
26030
|
+
overflow: hidden;
|
26031
|
+
text-overflow: ellipsis;
|
26032
|
+
white-space: nowrap;
|
26033
|
+
}
|
26034
|
+
|
26035
|
+
.v-toolbar-items {
|
26036
|
+
display: flex;
|
26037
|
+
height: inherit;
|
26038
|
+
align-self: stretch;
|
26039
|
+
}
|
26040
|
+
.v-toolbar-items > .v-btn {
|
26041
|
+
border-radius: 0;
|
26042
|
+
}.v-tab.v-tab.v-btn {
|
26043
|
+
height: var(--v-tabs-height);
|
26044
|
+
border-radius: 0;
|
26045
|
+
min-width: 90px;
|
26046
|
+
}
|
26047
|
+
.v-slide-group--horizontal .v-tab {
|
26048
|
+
max-width: 360px;
|
26049
|
+
}
|
26050
|
+
.v-slide-group--vertical .v-tab {
|
26051
|
+
justify-content: start;
|
26052
|
+
}
|
26053
|
+
|
26054
|
+
.v-tab__slider {
|
26055
|
+
position: absolute;
|
26056
|
+
bottom: 0;
|
26057
|
+
left: 0;
|
26058
|
+
height: 2px;
|
26059
|
+
width: 100%;
|
26060
|
+
background: currentColor;
|
26061
|
+
pointer-events: none;
|
26062
|
+
opacity: 0;
|
26063
|
+
}
|
26064
|
+
.v-tab--selected .v-tab__slider {
|
26065
|
+
opacity: 1;
|
26066
|
+
}
|
26067
|
+
.v-slide-group--vertical .v-tab__slider {
|
26068
|
+
top: 0;
|
26069
|
+
height: 100%;
|
26070
|
+
width: 2px;
|
26071
|
+
}.v-tabs {
|
26072
|
+
display: flex;
|
26073
|
+
height: var(--v-tabs-height);
|
26074
|
+
}
|
26075
|
+
.v-tabs--density-default {
|
26076
|
+
--v-tabs-height: 48px;
|
26077
|
+
}
|
26078
|
+
.v-tabs--density-default.v-tabs--stacked {
|
26079
|
+
--v-tabs-height: 72px;
|
26080
|
+
}
|
26081
|
+
|
26082
|
+
.v-tabs--density-comfortable {
|
26083
|
+
--v-tabs-height: 44px;
|
26084
|
+
}
|
26085
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
26086
|
+
--v-tabs-height: 68px;
|
26087
|
+
}
|
26088
|
+
|
26089
|
+
.v-tabs--density-compact {
|
26090
|
+
--v-tabs-height: 36px;
|
26091
|
+
}
|
26092
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
26093
|
+
--v-tabs-height: 60px;
|
26094
|
+
}
|
26095
|
+
|
26096
|
+
.v-tabs.v-slide-group--vertical {
|
26097
|
+
height: auto;
|
26098
|
+
flex: none;
|
26099
|
+
--v-tabs-height: 48px;
|
26100
|
+
}
|
26101
|
+
|
26102
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
26103
|
+
margin-inline-start: 42px;
|
26104
|
+
}
|
26105
|
+
|
26106
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
26107
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
26108
|
+
margin-inline-end: auto;
|
26109
|
+
}
|
26110
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
26111
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
26112
|
+
margin-inline-start: auto;
|
26113
|
+
}
|
26114
|
+
|
26115
|
+
.v-tabs--grow {
|
26116
|
+
flex-grow: 1;
|
26117
|
+
}
|
26118
|
+
.v-tabs--grow .v-tab {
|
26119
|
+
flex: 1 0 auto;
|
26120
|
+
max-width: none;
|
26121
|
+
}
|
26122
|
+
|
26123
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
26124
|
+
margin-inline-start: auto;
|
26128
26125
|
}
|
26129
|
-
|
26130
|
-
|
26131
|
-
display: flex;
|
26132
|
-
height: inherit;
|
26133
|
-
align-self: stretch;
|
26126
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
26127
|
+
margin-inline-end: 0;
|
26134
26128
|
}
|
26135
|
-
|
26136
|
-
|
26129
|
+
|
26130
|
+
@media (max-width: 1279.98px) {
|
26131
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
26132
|
+
margin-inline-start: 52px;
|
26133
|
+
}
|
26134
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
26135
|
+
margin-inline-end: 52px;
|
26136
|
+
}
|
26137
26137
|
}.v-tooltip > .v-overlay__content {
|
26138
26138
|
background: rgb(var(--v-theme-surface-variant));
|
26139
26139
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -26285,6 +26285,41 @@ html.v-overlay-scroll-blocked {
|
|
26285
26285
|
}
|
26286
26286
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26287
26287
|
will-change: transform;
|
26288
|
+
}.v-color-picker-swatches {
|
26289
|
+
overflow-y: auto;
|
26290
|
+
}
|
26291
|
+
.v-color-picker-swatches > div {
|
26292
|
+
display: flex;
|
26293
|
+
flex-wrap: wrap;
|
26294
|
+
justify-content: center;
|
26295
|
+
padding: 8px;
|
26296
|
+
}
|
26297
|
+
|
26298
|
+
.v-color-picker-swatches__swatch {
|
26299
|
+
display: flex;
|
26300
|
+
flex-direction: column;
|
26301
|
+
margin-bottom: 10px;
|
26302
|
+
}
|
26303
|
+
|
26304
|
+
.v-color-picker-swatches__color {
|
26305
|
+
position: relative;
|
26306
|
+
height: 18px;
|
26307
|
+
max-height: 18px;
|
26308
|
+
width: 45px;
|
26309
|
+
margin: 2px 4px;
|
26310
|
+
border-radius: 2px;
|
26311
|
+
-webkit-user-select: none;
|
26312
|
+
user-select: none;
|
26313
|
+
overflow: hidden;
|
26314
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26315
|
+
cursor: pointer;
|
26316
|
+
}
|
26317
|
+
.v-color-picker-swatches__color > div {
|
26318
|
+
display: flex;
|
26319
|
+
align-items: center;
|
26320
|
+
justify-content: center;
|
26321
|
+
width: 100%;
|
26322
|
+
height: 100%;
|
26288
26323
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26289
26324
|
background-color: transparent !important;
|
26290
26325
|
}
|
@@ -26343,269 +26378,75 @@ html.v-overlay-scroll-blocked {
|
|
26343
26378
|
margin: 0 !important;
|
26344
26379
|
}
|
26345
26380
|
.v-color-picker-preview__track .v-slider-track__fill {
|
26346
|
-
display: none;
|
26347
|
-
}
|
26348
|
-
|
26349
|
-
.v-color-picker-preview {
|
26350
|
-
align-items: center;
|
26351
|
-
display: flex;
|
26352
|
-
margin-bottom: 0;
|
26353
|
-
}
|
26354
|
-
|
26355
|
-
.v-color-picker-preview__eye-dropper {
|
26356
|
-
position: relative;
|
26357
|
-
margin-right: 12px;
|
26358
|
-
}.v-color-picker-swatches {
|
26359
|
-
overflow-y: auto;
|
26360
|
-
}
|
26361
|
-
.v-color-picker-swatches > div {
|
26362
|
-
display: flex;
|
26363
|
-
flex-wrap: wrap;
|
26364
|
-
justify-content: center;
|
26365
|
-
padding: 8px;
|
26366
|
-
}
|
26367
|
-
|
26368
|
-
.v-color-picker-swatches__swatch {
|
26369
|
-
display: flex;
|
26370
|
-
flex-direction: column;
|
26371
|
-
margin-bottom: 10px;
|
26372
|
-
}
|
26373
|
-
|
26374
|
-
.v-color-picker-swatches__color {
|
26375
|
-
position: relative;
|
26376
|
-
height: 18px;
|
26377
|
-
max-height: 18px;
|
26378
|
-
width: 45px;
|
26379
|
-
margin: 2px 4px;
|
26380
|
-
border-radius: 2px;
|
26381
|
-
-webkit-user-select: none;
|
26382
|
-
user-select: none;
|
26383
|
-
overflow: hidden;
|
26384
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26385
|
-
cursor: pointer;
|
26386
|
-
}
|
26387
|
-
.v-color-picker-swatches__color > div {
|
26388
|
-
display: flex;
|
26389
|
-
align-items: center;
|
26390
|
-
justify-content: center;
|
26391
|
-
width: 100%;
|
26392
|
-
height: 100%;
|
26393
|
-
}.v-picker.v-sheet {
|
26394
|
-
display: grid;
|
26395
|
-
grid-auto-rows: min-content;
|
26396
|
-
grid-template-areas: "title" "header" "body";
|
26397
|
-
overflow: hidden;
|
26398
|
-
}
|
26399
|
-
.v-picker.v-sheet {
|
26400
|
-
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));
|
26401
|
-
}
|
26402
|
-
.v-picker.v-sheet {
|
26403
|
-
border-radius: 4px;
|
26404
|
-
}
|
26405
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
26406
|
-
grid-template-areas: "title" "header" "body" "actions";
|
26407
|
-
}
|
26408
|
-
|
26409
|
-
.v-picker__body {
|
26410
|
-
grid-area: body;
|
26411
|
-
overflow: hidden;
|
26412
|
-
position: relative;
|
26413
|
-
}
|
26414
|
-
|
26415
|
-
.v-picker__header {
|
26416
|
-
grid-area: header;
|
26417
|
-
}
|
26418
|
-
|
26419
|
-
.v-picker__actions {
|
26420
|
-
grid-area: actions;
|
26421
|
-
padding: 0 12px 12px;
|
26422
|
-
display: flex;
|
26423
|
-
align-items: center;
|
26424
|
-
justify-content: flex-end;
|
26425
|
-
}
|
26426
|
-
.v-picker__actions .v-btn {
|
26427
|
-
min-width: 48px;
|
26428
|
-
}
|
26429
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
26430
|
-
margin-inline-end: 8px;
|
26431
|
-
}
|
26432
|
-
|
26433
|
-
.v-picker--landscape {
|
26434
|
-
grid-template-areas: "title" "header body" "header body";
|
26435
|
-
}
|
26436
|
-
|
26437
|
-
.v-picker--landscape.v-picker--with-actions {
|
26438
|
-
grid-template-areas: "title" "header body" "header actions";
|
26439
|
-
}
|
26440
|
-
|
26441
|
-
.v-picker-title {
|
26442
|
-
text-transform: uppercase;
|
26443
|
-
font-size: 0.75rem;
|
26444
|
-
grid-area: title;
|
26445
|
-
padding-inline: 24px 12px;
|
26446
|
-
padding-top: 16px;
|
26447
|
-
padding-bottom: 16px;
|
26448
|
-
font-weight: 400;
|
26449
|
-
letter-spacing: 0.1666666667em;
|
26450
|
-
}.v-slider-thumb {
|
26451
|
-
touch-action: none;
|
26452
|
-
color: rgb(var(--v-theme-surface-variant));
|
26453
|
-
}
|
26454
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
26455
|
-
color: inherit;
|
26456
|
-
}
|
26457
|
-
|
26458
|
-
.v-slider-thumb__label {
|
26459
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
26460
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26461
|
-
}
|
26462
|
-
.v-slider-thumb__label::before {
|
26463
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
26464
|
-
}
|
26465
|
-
|
26466
|
-
.v-slider-thumb {
|
26467
|
-
outline: none;
|
26468
|
-
position: absolute;
|
26469
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26470
|
-
}
|
26471
|
-
|
26472
|
-
.v-slider-thumb__surface {
|
26473
|
-
cursor: pointer;
|
26474
|
-
width: var(--v-slider-thumb-size);
|
26475
|
-
height: var(--v-slider-thumb-size);
|
26476
|
-
border-radius: 50%;
|
26477
|
-
-webkit-user-select: none;
|
26478
|
-
user-select: none;
|
26479
|
-
background-color: currentColor;
|
26480
|
-
}
|
26481
|
-
@media (forced-colors: active) {
|
26482
|
-
.v-slider-thumb__surface {
|
26483
|
-
background-color: highlight;
|
26484
|
-
}
|
26485
|
-
}
|
26486
|
-
.v-slider-thumb__surface::before {
|
26487
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
26488
|
-
content: "";
|
26489
|
-
color: inherit;
|
26490
|
-
top: 0;
|
26491
|
-
left: 0;
|
26492
|
-
width: 100%;
|
26493
|
-
height: 100%;
|
26494
|
-
border-radius: 50%;
|
26495
|
-
background: currentColor;
|
26496
|
-
position: absolute;
|
26497
|
-
pointer-events: none;
|
26498
|
-
opacity: 0;
|
26499
|
-
}
|
26500
|
-
.v-slider-thumb__surface::after {
|
26501
|
-
content: "";
|
26502
|
-
width: 42px;
|
26503
|
-
height: 42px;
|
26504
|
-
position: absolute;
|
26505
|
-
top: 50%;
|
26506
|
-
left: 50%;
|
26507
|
-
transform: translate(-50%, -50%);
|
26508
|
-
}
|
26509
|
-
|
26510
|
-
.v-slider-thumb__label-container {
|
26511
|
-
position: absolute;
|
26512
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26513
|
-
}
|
26514
|
-
|
26515
|
-
.v-slider-thumb__label {
|
26516
|
-
display: flex;
|
26517
|
-
align-items: center;
|
26518
|
-
justify-content: center;
|
26519
|
-
font-size: 0.75rem;
|
26520
|
-
min-width: 35px;
|
26521
|
-
height: 25px;
|
26522
|
-
border-radius: 4px;
|
26523
|
-
padding: 6px;
|
26524
|
-
position: absolute;
|
26525
|
-
-webkit-user-select: none;
|
26526
|
-
user-select: none;
|
26527
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26528
|
-
}
|
26529
|
-
.v-slider-thumb__label::before {
|
26530
|
-
content: "";
|
26531
|
-
width: 0;
|
26532
|
-
height: 0;
|
26533
|
-
position: absolute;
|
26534
|
-
}
|
26535
|
-
|
26536
|
-
.v-slider-thumb__ripple {
|
26537
|
-
position: absolute;
|
26538
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
26539
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
26540
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
26541
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
26542
|
-
background: inherit;
|
26381
|
+
display: none;
|
26543
26382
|
}
|
26544
26383
|
|
26545
|
-
.v-
|
26546
|
-
|
26547
|
-
|
26548
|
-
|
26384
|
+
.v-color-picker-preview {
|
26385
|
+
align-items: center;
|
26386
|
+
display: flex;
|
26387
|
+
margin-bottom: 0;
|
26549
26388
|
}
|
26550
|
-
|
26551
|
-
|
26552
|
-
|
26389
|
+
|
26390
|
+
.v-color-picker-preview__eye-dropper {
|
26391
|
+
position: relative;
|
26392
|
+
margin-right: 12px;
|
26393
|
+
}.v-picker.v-sheet {
|
26394
|
+
display: grid;
|
26395
|
+
grid-auto-rows: min-content;
|
26396
|
+
grid-template-areas: "title" "header" "body";
|
26397
|
+
overflow: hidden;
|
26553
26398
|
}
|
26554
|
-
.v-
|
26555
|
-
|
26399
|
+
.v-picker.v-sheet {
|
26400
|
+
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));
|
26556
26401
|
}
|
26557
|
-
.v-
|
26558
|
-
|
26402
|
+
.v-picker.v-sheet {
|
26403
|
+
border-radius: 4px;
|
26559
26404
|
}
|
26560
|
-
|
26561
|
-
|
26562
|
-
transform: translateX(50%);
|
26405
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
26406
|
+
grid-template-areas: "title" "header" "body" "actions";
|
26563
26407
|
}
|
26564
26408
|
|
26565
|
-
.v-
|
26566
|
-
|
26567
|
-
|
26568
|
-
|
26569
|
-
bottom: -6px;
|
26409
|
+
.v-picker__body {
|
26410
|
+
grid-area: body;
|
26411
|
+
overflow: hidden;
|
26412
|
+
position: relative;
|
26570
26413
|
}
|
26571
26414
|
|
26572
|
-
.v-
|
26573
|
-
|
26415
|
+
.v-picker__header {
|
26416
|
+
grid-area: header;
|
26574
26417
|
}
|
26575
|
-
|
26576
|
-
|
26577
|
-
|
26418
|
+
|
26419
|
+
.v-picker__actions {
|
26420
|
+
grid-area: actions;
|
26421
|
+
padding: 0 12px 12px;
|
26422
|
+
display: flex;
|
26423
|
+
align-items: center;
|
26424
|
+
justify-content: flex-end;
|
26578
26425
|
}
|
26579
|
-
.v-
|
26580
|
-
|
26581
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
26426
|
+
.v-picker__actions .v-btn {
|
26427
|
+
min-width: 48px;
|
26582
26428
|
}
|
26583
|
-
.v-
|
26584
|
-
|
26585
|
-
border-top: 6px solid transparent;
|
26586
|
-
border-bottom: 6px solid transparent;
|
26587
|
-
left: -6px;
|
26429
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
26430
|
+
margin-inline-end: 8px;
|
26588
26431
|
}
|
26589
26432
|
|
26590
|
-
.v-
|
26591
|
-
|
26592
|
-
opacity: var(--v-focus-opacity);
|
26433
|
+
.v-picker--landscape {
|
26434
|
+
grid-template-areas: "title" "header body" "header body";
|
26593
26435
|
}
|
26594
26436
|
|
26595
|
-
.v-
|
26596
|
-
|
26597
|
-
}
|
26598
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26599
|
-
opacity: var(--v-pressed-opacity);
|
26437
|
+
.v-picker--landscape.v-picker--with-actions {
|
26438
|
+
grid-template-areas: "title" "header body" "header actions";
|
26600
26439
|
}
|
26601
26440
|
|
26602
|
-
|
26603
|
-
|
26604
|
-
|
26605
|
-
|
26606
|
-
|
26607
|
-
|
26608
|
-
|
26441
|
+
.v-picker-title {
|
26442
|
+
text-transform: uppercase;
|
26443
|
+
font-size: 0.75rem;
|
26444
|
+
grid-area: title;
|
26445
|
+
padding-inline: 24px 12px;
|
26446
|
+
padding-top: 16px;
|
26447
|
+
padding-bottom: 16px;
|
26448
|
+
font-weight: 400;
|
26449
|
+
letter-spacing: 0.1666666667em;
|
26609
26450
|
}.v-slider-track__background {
|
26610
26451
|
background-color: rgb(var(--v-theme-surface-variant));
|
26611
26452
|
}
|
@@ -26784,4 +26625,163 @@ html.v-overlay-scroll-blocked {
|
|
26784
26625
|
|
26785
26626
|
.v-slider-track__background--opacity {
|
26786
26627
|
opacity: 0.38;
|
26628
|
+
}.v-slider-thumb {
|
26629
|
+
touch-action: none;
|
26630
|
+
color: rgb(var(--v-theme-surface-variant));
|
26631
|
+
}
|
26632
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
26633
|
+
color: inherit;
|
26634
|
+
}
|
26635
|
+
|
26636
|
+
.v-slider-thumb__label {
|
26637
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
26638
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26639
|
+
}
|
26640
|
+
.v-slider-thumb__label::before {
|
26641
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
26642
|
+
}
|
26643
|
+
|
26644
|
+
.v-slider-thumb {
|
26645
|
+
outline: none;
|
26646
|
+
position: absolute;
|
26647
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26648
|
+
}
|
26649
|
+
|
26650
|
+
.v-slider-thumb__surface {
|
26651
|
+
cursor: pointer;
|
26652
|
+
width: var(--v-slider-thumb-size);
|
26653
|
+
height: var(--v-slider-thumb-size);
|
26654
|
+
border-radius: 50%;
|
26655
|
+
-webkit-user-select: none;
|
26656
|
+
user-select: none;
|
26657
|
+
background-color: currentColor;
|
26658
|
+
}
|
26659
|
+
@media (forced-colors: active) {
|
26660
|
+
.v-slider-thumb__surface {
|
26661
|
+
background-color: highlight;
|
26662
|
+
}
|
26663
|
+
}
|
26664
|
+
.v-slider-thumb__surface::before {
|
26665
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
26666
|
+
content: "";
|
26667
|
+
color: inherit;
|
26668
|
+
top: 0;
|
26669
|
+
left: 0;
|
26670
|
+
width: 100%;
|
26671
|
+
height: 100%;
|
26672
|
+
border-radius: 50%;
|
26673
|
+
background: currentColor;
|
26674
|
+
position: absolute;
|
26675
|
+
pointer-events: none;
|
26676
|
+
opacity: 0;
|
26677
|
+
}
|
26678
|
+
.v-slider-thumb__surface::after {
|
26679
|
+
content: "";
|
26680
|
+
width: 42px;
|
26681
|
+
height: 42px;
|
26682
|
+
position: absolute;
|
26683
|
+
top: 50%;
|
26684
|
+
left: 50%;
|
26685
|
+
transform: translate(-50%, -50%);
|
26686
|
+
}
|
26687
|
+
|
26688
|
+
.v-slider-thumb__label-container {
|
26689
|
+
position: absolute;
|
26690
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26691
|
+
}
|
26692
|
+
|
26693
|
+
.v-slider-thumb__label {
|
26694
|
+
display: flex;
|
26695
|
+
align-items: center;
|
26696
|
+
justify-content: center;
|
26697
|
+
font-size: 0.75rem;
|
26698
|
+
min-width: 35px;
|
26699
|
+
height: 25px;
|
26700
|
+
border-radius: 4px;
|
26701
|
+
padding: 6px;
|
26702
|
+
position: absolute;
|
26703
|
+
-webkit-user-select: none;
|
26704
|
+
user-select: none;
|
26705
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26706
|
+
}
|
26707
|
+
.v-slider-thumb__label::before {
|
26708
|
+
content: "";
|
26709
|
+
width: 0;
|
26710
|
+
height: 0;
|
26711
|
+
position: absolute;
|
26712
|
+
}
|
26713
|
+
|
26714
|
+
.v-slider-thumb__ripple {
|
26715
|
+
position: absolute;
|
26716
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
26717
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
26718
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
26719
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
26720
|
+
background: inherit;
|
26721
|
+
}
|
26722
|
+
|
26723
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
26724
|
+
top: 50%;
|
26725
|
+
transform: translateY(-50%);
|
26726
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26727
|
+
}
|
26728
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
26729
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
26730
|
+
top: 0;
|
26731
|
+
}
|
26732
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
26733
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
26734
|
+
}
|
26735
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26736
|
+
transform: translateX(-50%);
|
26737
|
+
}
|
26738
|
+
|
26739
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26740
|
+
transform: translateX(50%);
|
26741
|
+
}
|
26742
|
+
|
26743
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
26744
|
+
border-left: 6px solid transparent;
|
26745
|
+
border-right: 6px solid transparent;
|
26746
|
+
border-top: 6px solid currentColor;
|
26747
|
+
bottom: -6px;
|
26748
|
+
}
|
26749
|
+
|
26750
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
26751
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26752
|
+
}
|
26753
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
26754
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
26755
|
+
right: 0;
|
26756
|
+
}
|
26757
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
26758
|
+
top: -12.5px;
|
26759
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
26760
|
+
}
|
26761
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
26762
|
+
border-right: 6px solid currentColor;
|
26763
|
+
border-top: 6px solid transparent;
|
26764
|
+
border-bottom: 6px solid transparent;
|
26765
|
+
left: -6px;
|
26766
|
+
}
|
26767
|
+
|
26768
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
26769
|
+
transform: scale(2);
|
26770
|
+
opacity: var(--v-focus-opacity);
|
26771
|
+
}
|
26772
|
+
|
26773
|
+
.v-slider-thumb--pressed {
|
26774
|
+
transition: none;
|
26775
|
+
}
|
26776
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26777
|
+
opacity: var(--v-pressed-opacity);
|
26778
|
+
}
|
26779
|
+
|
26780
|
+
@media (hover: hover) {
|
26781
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
26782
|
+
transform: scale(2);
|
26783
|
+
}
|
26784
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26785
|
+
opacity: var(--v-hover-opacity);
|
26786
|
+
}
|
26787
26787
|
}
|