@vuetify/nightly 3.6.13-pr-20185.5bf1ff4 → 3.6.14-master.2024-08-01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +96 -96
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +188 -188
- package/dist/vuetify-labs.css +3716 -3716
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +723 -723
- package/dist/vuetify.d.ts +38 -38
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +38 -38
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.14-master.2024-08-01
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17994,6 +17994,18 @@ html.overflow-y-hidden {
|
|
17994
17994
|
min-height: 100vh;
|
17995
17995
|
min-height: 100dvh;
|
17996
17996
|
position: relative;
|
17997
|
+
}.v-app-bar {
|
17998
|
+
display: flex;
|
17999
|
+
}
|
18000
|
+
.v-app-bar.v-toolbar {
|
18001
|
+
background: rgb(var(--v-theme-surface));
|
18002
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18003
|
+
}
|
18004
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18005
|
+
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));
|
18006
|
+
}
|
18007
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18008
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
17997
18009
|
}.v-alert {
|
17998
18010
|
display: grid;
|
17999
18011
|
flex: 1 1;
|
@@ -18210,18 +18222,6 @@ html.overflow-y-hidden {
|
|
18210
18222
|
text-transform: none;
|
18211
18223
|
word-break: normal;
|
18212
18224
|
word-wrap: break-word;
|
18213
|
-
}.v-app-bar {
|
18214
|
-
display: flex;
|
18215
|
-
}
|
18216
|
-
.v-app-bar.v-toolbar {
|
18217
|
-
background: rgb(var(--v-theme-surface));
|
18218
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18219
|
-
}
|
18220
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18221
|
-
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));
|
18222
|
-
}
|
18223
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
18224
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
18225
18225
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
18226
18226
|
.v-autocomplete .v-field .v-text-field__suffix,
|
18227
18227
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
@@ -18307,79 +18307,6 @@ html.overflow-y-hidden {
|
|
18307
18307
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18308
18308
|
opacity: var(--v-high-emphasis-opacity);
|
18309
18309
|
transform: rotate(180deg);
|
18310
|
-
}.v-badge {
|
18311
|
-
display: inline-block;
|
18312
|
-
line-height: 1;
|
18313
|
-
}
|
18314
|
-
|
18315
|
-
.v-badge__badge {
|
18316
|
-
align-items: center;
|
18317
|
-
display: inline-flex;
|
18318
|
-
border-radius: 10px;
|
18319
|
-
font-size: 0.75rem;
|
18320
|
-
font-weight: 500;
|
18321
|
-
height: 1.25rem;
|
18322
|
-
justify-content: center;
|
18323
|
-
min-width: 20px;
|
18324
|
-
padding: 4px 6px;
|
18325
|
-
pointer-events: auto;
|
18326
|
-
position: absolute;
|
18327
|
-
text-align: center;
|
18328
|
-
text-indent: 0;
|
18329
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18330
|
-
white-space: nowrap;
|
18331
|
-
}
|
18332
|
-
.v-badge__badge {
|
18333
|
-
background: rgb(var(--v-theme-surface-variant));
|
18334
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18335
|
-
}
|
18336
|
-
.v-badge--bordered .v-badge__badge::after {
|
18337
|
-
border-radius: inherit;
|
18338
|
-
border-style: solid;
|
18339
|
-
border-width: 2px;
|
18340
|
-
bottom: 0;
|
18341
|
-
color: rgb(var(--v-theme-background));
|
18342
|
-
content: "";
|
18343
|
-
left: 0;
|
18344
|
-
position: absolute;
|
18345
|
-
right: 0;
|
18346
|
-
top: 0;
|
18347
|
-
transform: scale(1.05);
|
18348
|
-
}
|
18349
|
-
.v-badge--dot .v-badge__badge {
|
18350
|
-
border-radius: 4.5px;
|
18351
|
-
height: 9px;
|
18352
|
-
min-width: 0;
|
18353
|
-
padding: 0;
|
18354
|
-
width: 9px;
|
18355
|
-
}
|
18356
|
-
.v-badge--dot .v-badge__badge::after {
|
18357
|
-
border-width: 1.5px;
|
18358
|
-
}
|
18359
|
-
.v-badge--inline .v-badge__badge {
|
18360
|
-
position: relative;
|
18361
|
-
vertical-align: middle;
|
18362
|
-
}
|
18363
|
-
.v-badge__badge .v-icon {
|
18364
|
-
color: inherit;
|
18365
|
-
font-size: 0.75rem;
|
18366
|
-
margin: 0 -2px;
|
18367
|
-
}
|
18368
|
-
.v-badge__badge img,
|
18369
|
-
.v-badge__badge .v-img {
|
18370
|
-
height: 100%;
|
18371
|
-
width: 100%;
|
18372
|
-
}
|
18373
|
-
|
18374
|
-
.v-badge__wrapper {
|
18375
|
-
display: flex;
|
18376
|
-
position: relative;
|
18377
|
-
}
|
18378
|
-
.v-badge--inline .v-badge__wrapper {
|
18379
|
-
align-items: center;
|
18380
|
-
display: inline-flex;
|
18381
|
-
justify-content: center;
|
18382
|
-
margin: 0 4px;
|
18383
18310
|
}.v-avatar {
|
18384
18311
|
flex: none;
|
18385
18312
|
align-items: center;
|
@@ -18477,6 +18404,79 @@ html.overflow-y-hidden {
|
|
18477
18404
|
.v-avatar .v-img {
|
18478
18405
|
height: 100%;
|
18479
18406
|
width: 100%;
|
18407
|
+
}.v-badge {
|
18408
|
+
display: inline-block;
|
18409
|
+
line-height: 1;
|
18410
|
+
}
|
18411
|
+
|
18412
|
+
.v-badge__badge {
|
18413
|
+
align-items: center;
|
18414
|
+
display: inline-flex;
|
18415
|
+
border-radius: 10px;
|
18416
|
+
font-size: 0.75rem;
|
18417
|
+
font-weight: 500;
|
18418
|
+
height: 1.25rem;
|
18419
|
+
justify-content: center;
|
18420
|
+
min-width: 20px;
|
18421
|
+
padding: 4px 6px;
|
18422
|
+
pointer-events: auto;
|
18423
|
+
position: absolute;
|
18424
|
+
text-align: center;
|
18425
|
+
text-indent: 0;
|
18426
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18427
|
+
white-space: nowrap;
|
18428
|
+
}
|
18429
|
+
.v-badge__badge {
|
18430
|
+
background: rgb(var(--v-theme-surface-variant));
|
18431
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18432
|
+
}
|
18433
|
+
.v-badge--bordered .v-badge__badge::after {
|
18434
|
+
border-radius: inherit;
|
18435
|
+
border-style: solid;
|
18436
|
+
border-width: 2px;
|
18437
|
+
bottom: 0;
|
18438
|
+
color: rgb(var(--v-theme-background));
|
18439
|
+
content: "";
|
18440
|
+
left: 0;
|
18441
|
+
position: absolute;
|
18442
|
+
right: 0;
|
18443
|
+
top: 0;
|
18444
|
+
transform: scale(1.05);
|
18445
|
+
}
|
18446
|
+
.v-badge--dot .v-badge__badge {
|
18447
|
+
border-radius: 4.5px;
|
18448
|
+
height: 9px;
|
18449
|
+
min-width: 0;
|
18450
|
+
padding: 0;
|
18451
|
+
width: 9px;
|
18452
|
+
}
|
18453
|
+
.v-badge--dot .v-badge__badge::after {
|
18454
|
+
border-width: 1.5px;
|
18455
|
+
}
|
18456
|
+
.v-badge--inline .v-badge__badge {
|
18457
|
+
position: relative;
|
18458
|
+
vertical-align: middle;
|
18459
|
+
}
|
18460
|
+
.v-badge__badge .v-icon {
|
18461
|
+
color: inherit;
|
18462
|
+
font-size: 0.75rem;
|
18463
|
+
margin: 0 -2px;
|
18464
|
+
}
|
18465
|
+
.v-badge__badge img,
|
18466
|
+
.v-badge__badge .v-img {
|
18467
|
+
height: 100%;
|
18468
|
+
width: 100%;
|
18469
|
+
}
|
18470
|
+
|
18471
|
+
.v-badge__wrapper {
|
18472
|
+
display: flex;
|
18473
|
+
position: relative;
|
18474
|
+
}
|
18475
|
+
.v-badge--inline .v-badge__wrapper {
|
18476
|
+
align-items: center;
|
18477
|
+
display: inline-flex;
|
18478
|
+
justify-content: center;
|
18479
|
+
margin: 0 4px;
|
18480
18480
|
}.v-banner {
|
18481
18481
|
display: grid;
|
18482
18482
|
flex: 1 1;
|
@@ -19289,6 +19289,84 @@ html.overflow-y-hidden {
|
|
19289
19289
|
}
|
19290
19290
|
.v-btn-group--tile {
|
19291
19291
|
border-radius: 0;
|
19292
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19293
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19294
|
+
}
|
19295
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19296
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19297
|
+
}
|
19298
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19299
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19300
|
+
}
|
19301
|
+
@supports not selector(:focus-visible) {
|
19302
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19303
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19304
|
+
}
|
19305
|
+
}.v-carousel {
|
19306
|
+
overflow: hidden;
|
19307
|
+
position: relative;
|
19308
|
+
width: 100%;
|
19309
|
+
}
|
19310
|
+
.v-carousel__controls {
|
19311
|
+
align-items: center;
|
19312
|
+
bottom: 0;
|
19313
|
+
display: flex;
|
19314
|
+
height: 50px;
|
19315
|
+
justify-content: center;
|
19316
|
+
list-style-type: none;
|
19317
|
+
position: absolute;
|
19318
|
+
width: 100%;
|
19319
|
+
z-index: 1;
|
19320
|
+
}
|
19321
|
+
.v-carousel__controls {
|
19322
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19323
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19324
|
+
}
|
19325
|
+
.v-carousel__controls > .v-item-group {
|
19326
|
+
flex: 0 1 auto;
|
19327
|
+
}
|
19328
|
+
.v-carousel__controls__item {
|
19329
|
+
margin: 0 8px;
|
19330
|
+
}
|
19331
|
+
.v-carousel__controls__item .v-icon {
|
19332
|
+
opacity: 0.5;
|
19333
|
+
}
|
19334
|
+
.v-carousel__controls__item--active .v-icon {
|
19335
|
+
opacity: 1;
|
19336
|
+
vertical-align: middle;
|
19337
|
+
}
|
19338
|
+
.v-carousel__controls__item:hover {
|
19339
|
+
background: none;
|
19340
|
+
}
|
19341
|
+
.v-carousel__controls__item:hover .v-icon {
|
19342
|
+
opacity: 0.8;
|
19343
|
+
}
|
19344
|
+
|
19345
|
+
.v-carousel__progress {
|
19346
|
+
margin: 0;
|
19347
|
+
position: absolute;
|
19348
|
+
bottom: 0;
|
19349
|
+
left: 0;
|
19350
|
+
right: 0;
|
19351
|
+
}
|
19352
|
+
|
19353
|
+
.v-carousel-item {
|
19354
|
+
display: block;
|
19355
|
+
height: inherit;
|
19356
|
+
text-decoration: none;
|
19357
|
+
}
|
19358
|
+
.v-carousel-item > .v-img {
|
19359
|
+
height: inherit;
|
19360
|
+
}
|
19361
|
+
|
19362
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19363
|
+
background: transparent;
|
19364
|
+
}
|
19365
|
+
|
19366
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19367
|
+
flex-direction: column;
|
19368
|
+
height: 100% !important;
|
19369
|
+
width: 50px;
|
19292
19370
|
}.v-card {
|
19293
19371
|
display: block;
|
19294
19372
|
overflow: hidden;
|
@@ -19596,89 +19674,11 @@ html.overflow-y-hidden {
|
|
19596
19674
|
pointer-events: none;
|
19597
19675
|
opacity: 0;
|
19598
19676
|
transition: opacity 0.2s ease-in-out;
|
19599
|
-
}.v-
|
19600
|
-
|
19601
|
-
}
|
19602
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19603
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19604
|
-
}
|
19605
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19606
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19607
|
-
}
|
19608
|
-
@supports not selector(:focus-visible) {
|
19609
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19610
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19611
|
-
}
|
19612
|
-
}.v-checkbox.v-input {
|
19613
|
-
flex: 0 1 auto;
|
19677
|
+
}.v-checkbox.v-input {
|
19678
|
+
flex: 0 1 auto;
|
19614
19679
|
}
|
19615
19680
|
.v-checkbox .v-selection-control {
|
19616
19681
|
min-height: var(--v-input-control-height);
|
19617
|
-
}.v-carousel {
|
19618
|
-
overflow: hidden;
|
19619
|
-
position: relative;
|
19620
|
-
width: 100%;
|
19621
|
-
}
|
19622
|
-
.v-carousel__controls {
|
19623
|
-
align-items: center;
|
19624
|
-
bottom: 0;
|
19625
|
-
display: flex;
|
19626
|
-
height: 50px;
|
19627
|
-
justify-content: center;
|
19628
|
-
list-style-type: none;
|
19629
|
-
position: absolute;
|
19630
|
-
width: 100%;
|
19631
|
-
z-index: 1;
|
19632
|
-
}
|
19633
|
-
.v-carousel__controls {
|
19634
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19635
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19636
|
-
}
|
19637
|
-
.v-carousel__controls > .v-item-group {
|
19638
|
-
flex: 0 1 auto;
|
19639
|
-
}
|
19640
|
-
.v-carousel__controls__item {
|
19641
|
-
margin: 0 8px;
|
19642
|
-
}
|
19643
|
-
.v-carousel__controls__item .v-icon {
|
19644
|
-
opacity: 0.5;
|
19645
|
-
}
|
19646
|
-
.v-carousel__controls__item--active .v-icon {
|
19647
|
-
opacity: 1;
|
19648
|
-
vertical-align: middle;
|
19649
|
-
}
|
19650
|
-
.v-carousel__controls__item:hover {
|
19651
|
-
background: none;
|
19652
|
-
}
|
19653
|
-
.v-carousel__controls__item:hover .v-icon {
|
19654
|
-
opacity: 0.8;
|
19655
|
-
}
|
19656
|
-
|
19657
|
-
.v-carousel__progress {
|
19658
|
-
margin: 0;
|
19659
|
-
position: absolute;
|
19660
|
-
bottom: 0;
|
19661
|
-
left: 0;
|
19662
|
-
right: 0;
|
19663
|
-
}
|
19664
|
-
|
19665
|
-
.v-carousel-item {
|
19666
|
-
display: block;
|
19667
|
-
height: inherit;
|
19668
|
-
text-decoration: none;
|
19669
|
-
}
|
19670
|
-
.v-carousel-item > .v-img {
|
19671
|
-
height: inherit;
|
19672
|
-
}
|
19673
|
-
|
19674
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19675
|
-
background: transparent;
|
19676
|
-
}
|
19677
|
-
|
19678
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19679
|
-
flex-direction: column;
|
19680
|
-
height: 100% !important;
|
19681
|
-
width: 50px;
|
19682
19682
|
}.v-chip {
|
19683
19683
|
align-items: center;
|
19684
19684
|
display: inline-flex;
|
@@ -20115,28 +20115,6 @@ html.overflow-y-hidden {
|
|
20115
20115
|
white-space: normal;
|
20116
20116
|
flex-wrap: wrap;
|
20117
20117
|
max-width: 100%;
|
20118
|
-
}.v-color-picker {
|
20119
|
-
align-self: flex-start;
|
20120
|
-
contain: content;
|
20121
|
-
}
|
20122
|
-
.v-color-picker.v-sheet {
|
20123
|
-
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));
|
20124
|
-
}
|
20125
|
-
.v-color-picker.v-sheet {
|
20126
|
-
border-radius: 4px;
|
20127
|
-
}
|
20128
|
-
|
20129
|
-
.v-color-picker__controls {
|
20130
|
-
display: flex;
|
20131
|
-
flex-direction: column;
|
20132
|
-
padding: 16px;
|
20133
|
-
}
|
20134
|
-
|
20135
|
-
.v-color-picker--flat {
|
20136
|
-
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));
|
20137
|
-
}
|
20138
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20139
|
-
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));
|
20140
20118
|
}.v-combobox .v-field .v-text-field__prefix,
|
20141
20119
|
.v-combobox .v-field .v-text-field__suffix,
|
20142
20120
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -20222,6 +20200,28 @@ html.overflow-y-hidden {
|
|
20222
20200
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
20223
20201
|
opacity: var(--v-high-emphasis-opacity);
|
20224
20202
|
transform: rotate(180deg);
|
20203
|
+
}.v-color-picker {
|
20204
|
+
align-self: flex-start;
|
20205
|
+
contain: content;
|
20206
|
+
}
|
20207
|
+
.v-color-picker.v-sheet {
|
20208
|
+
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));
|
20209
|
+
}
|
20210
|
+
.v-color-picker.v-sheet {
|
20211
|
+
border-radius: 4px;
|
20212
|
+
}
|
20213
|
+
|
20214
|
+
.v-color-picker__controls {
|
20215
|
+
display: flex;
|
20216
|
+
flex-direction: column;
|
20217
|
+
padding: 16px;
|
20218
|
+
}
|
20219
|
+
|
20220
|
+
.v-color-picker--flat {
|
20221
|
+
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));
|
20222
|
+
}
|
20223
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20224
|
+
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));
|
20225
20225
|
}.v-counter {
|
20226
20226
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20227
20227
|
flex: 0 1 auto;
|
@@ -20445,12 +20445,6 @@ html.overflow-y-hidden {
|
|
20445
20445
|
}
|
20446
20446
|
.v-data-table-footer__page {
|
20447
20447
|
padding: 0 8px;
|
20448
|
-
}.v-date-picker {
|
20449
|
-
overflow: hidden;
|
20450
|
-
width: 328px;
|
20451
|
-
}
|
20452
|
-
.v-date-picker--show-week {
|
20453
|
-
width: 368px;
|
20454
20448
|
}.v-date-picker-controls {
|
20455
20449
|
display: flex;
|
20456
20450
|
align-items: center;
|
@@ -20507,80 +20501,12 @@ html.overflow-y-hidden {
|
|
20507
20501
|
|
20508
20502
|
.v-date-picker__title {
|
20509
20503
|
display: inline-block;
|
20510
|
-
}.v-date-picker
|
20511
|
-
|
20512
|
-
|
20513
|
-
padding: 0 12px 8px;
|
20514
|
-
--v-date-picker-month-day-diff: 4px;
|
20515
|
-
}
|
20516
|
-
|
20517
|
-
.v-date-picker-month__weeks {
|
20518
|
-
display: grid;
|
20519
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20520
|
-
column-gap: 4px;
|
20521
|
-
font-size: 0.85rem;
|
20522
|
-
}
|
20523
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20524
|
-
grid-row-gap: 0;
|
20525
|
-
}
|
20526
|
-
|
20527
|
-
.v-date-picker-month__weekday {
|
20528
|
-
font-size: 0.85rem;
|
20529
|
-
}
|
20530
|
-
|
20531
|
-
.v-date-picker-month__days {
|
20532
|
-
display: grid;
|
20533
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20534
|
-
column-gap: 4px;
|
20535
|
-
flex: 1 1;
|
20536
|
-
justify-content: space-around;
|
20537
|
-
}
|
20538
|
-
|
20539
|
-
.v-date-picker-month__day {
|
20540
|
-
align-items: center;
|
20541
|
-
display: flex;
|
20542
|
-
justify-content: center;
|
20543
|
-
position: relative;
|
20544
|
-
height: 40px;
|
20545
|
-
width: 40px;
|
20546
|
-
}
|
20547
|
-
.v-date-picker-month__day--selected .v-btn {
|
20548
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20549
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20550
|
-
}
|
20551
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20552
|
-
--v-btn-height: 24px;
|
20553
|
-
--v-btn-size: 0.85rem;
|
20554
|
-
}
|
20555
|
-
.v-date-picker-month__day--week {
|
20556
|
-
font-size: var(--v-btn-size);
|
20557
|
-
}
|
20558
|
-
|
20559
|
-
.v-date-picker-month__day--adjacent {
|
20560
|
-
opacity: 0.5;
|
20561
|
-
}
|
20562
|
-
|
20563
|
-
.v-date-picker-month__day--hide-adjacent {
|
20564
|
-
opacity: 0;
|
20565
|
-
}.v-date-picker-months {
|
20566
|
-
height: 288px;
|
20567
|
-
}
|
20568
|
-
|
20569
|
-
.v-date-picker-months__content {
|
20570
|
-
align-items: center;
|
20571
|
-
display: grid;
|
20572
|
-
flex: 1 1;
|
20573
|
-
height: inherit;
|
20574
|
-
justify-content: space-around;
|
20575
|
-
grid-template-columns: repeat(2, 1fr);
|
20576
|
-
grid-gap: 0px 24px;
|
20577
|
-
padding-inline-start: 36px;
|
20578
|
-
padding-inline-end: 36px;
|
20504
|
+
}.v-date-picker {
|
20505
|
+
overflow: hidden;
|
20506
|
+
width: 328px;
|
20579
20507
|
}
|
20580
|
-
.v-date-picker-
|
20581
|
-
|
20582
|
-
padding-inline-start: 8px;
|
20583
|
-
padding-inline-end: 8px;
|
20508
|
+
.v-date-picker--show-week {
|
20509
|
+
width: 368px;
|
20584
20510
|
}.v-date-picker-header {
|
20585
20511
|
align-items: flex-end;
|
20586
20512
|
height: 70px;
|
@@ -20641,6 +20567,25 @@ html.overflow-y-hidden {
|
|
20641
20567
|
.date-picker-header-reverse-transition-leave-to {
|
20642
20568
|
opacity: 0;
|
20643
20569
|
transform: translate(0, 100%);
|
20570
|
+
}.v-date-picker-months {
|
20571
|
+
height: 288px;
|
20572
|
+
}
|
20573
|
+
|
20574
|
+
.v-date-picker-months__content {
|
20575
|
+
align-items: center;
|
20576
|
+
display: grid;
|
20577
|
+
flex: 1 1;
|
20578
|
+
height: inherit;
|
20579
|
+
justify-content: space-around;
|
20580
|
+
grid-template-columns: repeat(2, 1fr);
|
20581
|
+
grid-gap: 0px 24px;
|
20582
|
+
padding-inline-start: 36px;
|
20583
|
+
padding-inline-end: 36px;
|
20584
|
+
}
|
20585
|
+
.v-date-picker-months__content .v-btn {
|
20586
|
+
text-transform: none;
|
20587
|
+
padding-inline-start: 8px;
|
20588
|
+
padding-inline-end: 8px;
|
20644
20589
|
}.v-date-picker-years {
|
20645
20590
|
height: 288px;
|
20646
20591
|
overflow-y: scroll;
|
@@ -20656,6 +20601,61 @@ html.overflow-y-hidden {
|
|
20656
20601
|
}
|
20657
20602
|
.v-date-picker-years__content .v-btn {
|
20658
20603
|
padding-inline: 8px;
|
20604
|
+
}.v-date-picker-month {
|
20605
|
+
display: flex;
|
20606
|
+
justify-content: center;
|
20607
|
+
padding: 0 12px 8px;
|
20608
|
+
--v-date-picker-month-day-diff: 4px;
|
20609
|
+
}
|
20610
|
+
|
20611
|
+
.v-date-picker-month__weeks {
|
20612
|
+
display: grid;
|
20613
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20614
|
+
column-gap: 4px;
|
20615
|
+
font-size: 0.85rem;
|
20616
|
+
}
|
20617
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20618
|
+
grid-row-gap: 0;
|
20619
|
+
}
|
20620
|
+
|
20621
|
+
.v-date-picker-month__weekday {
|
20622
|
+
font-size: 0.85rem;
|
20623
|
+
}
|
20624
|
+
|
20625
|
+
.v-date-picker-month__days {
|
20626
|
+
display: grid;
|
20627
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20628
|
+
column-gap: 4px;
|
20629
|
+
flex: 1 1;
|
20630
|
+
justify-content: space-around;
|
20631
|
+
}
|
20632
|
+
|
20633
|
+
.v-date-picker-month__day {
|
20634
|
+
align-items: center;
|
20635
|
+
display: flex;
|
20636
|
+
justify-content: center;
|
20637
|
+
position: relative;
|
20638
|
+
height: 40px;
|
20639
|
+
width: 40px;
|
20640
|
+
}
|
20641
|
+
.v-date-picker-month__day--selected .v-btn {
|
20642
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20643
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20644
|
+
}
|
20645
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20646
|
+
--v-btn-height: 24px;
|
20647
|
+
--v-btn-size: 0.85rem;
|
20648
|
+
}
|
20649
|
+
.v-date-picker-month__day--week {
|
20650
|
+
font-size: var(--v-btn-size);
|
20651
|
+
}
|
20652
|
+
|
20653
|
+
.v-date-picker-month__day--adjacent {
|
20654
|
+
opacity: 0.5;
|
20655
|
+
}
|
20656
|
+
|
20657
|
+
.v-date-picker-month__day--hide-adjacent {
|
20658
|
+
opacity: 0;
|
20659
20659
|
}.v-dialog {
|
20660
20660
|
align-items: center;
|
20661
20661
|
justify-content: center;
|
@@ -20872,75 +20872,6 @@ html.overflow-y-hidden {
|
|
20872
20872
|
.v-empty-state__action-btn.v-btn {
|
20873
20873
|
background-color: initial;
|
20874
20874
|
color: initial;
|
20875
|
-
}.v-fab {
|
20876
|
-
align-items: center;
|
20877
|
-
display: inline-flex;
|
20878
|
-
flex: 1 1 auto;
|
20879
|
-
pointer-events: none;
|
20880
|
-
position: relative;
|
20881
|
-
transition-duration: 0.2s;
|
20882
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20883
|
-
vertical-align: middle;
|
20884
|
-
}
|
20885
|
-
.v-fab .v-btn {
|
20886
|
-
pointer-events: auto;
|
20887
|
-
}
|
20888
|
-
.v-fab .v-btn--variant-elevated {
|
20889
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20890
|
-
}
|
20891
|
-
.v-fab--app, .v-fab--absolute {
|
20892
|
-
display: flex;
|
20893
|
-
}
|
20894
|
-
.v-fab--start, .v-fab--left {
|
20895
|
-
justify-content: flex-start;
|
20896
|
-
}
|
20897
|
-
.v-fab--center {
|
20898
|
-
align-items: center;
|
20899
|
-
justify-content: center;
|
20900
|
-
}
|
20901
|
-
.v-fab--end, .v-fab--right {
|
20902
|
-
justify-content: flex-end;
|
20903
|
-
}
|
20904
|
-
.v-fab--bottom {
|
20905
|
-
align-items: flex-end;
|
20906
|
-
}
|
20907
|
-
.v-fab--top {
|
20908
|
-
align-items: flex-start;
|
20909
|
-
}
|
20910
|
-
.v-fab--extended .v-btn {
|
20911
|
-
border-radius: 9999px !important;
|
20912
|
-
}
|
20913
|
-
|
20914
|
-
.v-fab__container {
|
20915
|
-
align-self: center;
|
20916
|
-
display: inline-flex;
|
20917
|
-
position: absolute;
|
20918
|
-
vertical-align: middle;
|
20919
|
-
}
|
20920
|
-
.v-fab--app .v-fab__container {
|
20921
|
-
margin: 12px;
|
20922
|
-
}
|
20923
|
-
.v-fab--absolute .v-fab__container {
|
20924
|
-
position: absolute;
|
20925
|
-
z-index: 4;
|
20926
|
-
}
|
20927
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
20928
|
-
transform: translateY(-50%);
|
20929
|
-
}
|
20930
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20931
|
-
transform: translateY(50%);
|
20932
|
-
}
|
20933
|
-
.v-fab--top .v-fab__container {
|
20934
|
-
top: 0;
|
20935
|
-
}
|
20936
|
-
.v-fab--bottom .v-fab__container {
|
20937
|
-
bottom: 0;
|
20938
|
-
}
|
20939
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20940
|
-
left: 0;
|
20941
|
-
}
|
20942
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20943
|
-
right: 0;
|
20944
20875
|
}.v-expansion-panel {
|
20945
20876
|
background-color: rgb(var(--v-theme-surface));
|
20946
20877
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21137,26 +21068,95 @@ html.overflow-y-hidden {
|
|
21137
21068
|
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
21138
21069
|
max-width: calc(100% + 16px);
|
21139
21070
|
}
|
21140
|
-
|
21141
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
21142
|
-
max-width: 100%;
|
21071
|
+
|
21072
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
21073
|
+
max-width: 100%;
|
21074
|
+
}
|
21075
|
+
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
21076
|
+
max-width: calc(100% - 32px);
|
21077
|
+
}
|
21078
|
+
|
21079
|
+
.v-expansion-panels--flat > .v-expansion-panel::after {
|
21080
|
+
border-top: none;
|
21081
|
+
}
|
21082
|
+
.v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
|
21083
|
+
display: none;
|
21084
|
+
}
|
21085
|
+
|
21086
|
+
.v-expansion-panels--tile {
|
21087
|
+
border-radius: 0;
|
21088
|
+
}
|
21089
|
+
.v-expansion-panels--tile > .v-expansion-panel {
|
21090
|
+
border-radius: 0;
|
21091
|
+
}.v-fab {
|
21092
|
+
align-items: center;
|
21093
|
+
display: inline-flex;
|
21094
|
+
flex: 1 1 auto;
|
21095
|
+
pointer-events: none;
|
21096
|
+
position: relative;
|
21097
|
+
transition-duration: 0.2s;
|
21098
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21099
|
+
vertical-align: middle;
|
21100
|
+
}
|
21101
|
+
.v-fab .v-btn {
|
21102
|
+
pointer-events: auto;
|
21103
|
+
}
|
21104
|
+
.v-fab .v-btn--variant-elevated {
|
21105
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21106
|
+
}
|
21107
|
+
.v-fab--app, .v-fab--absolute {
|
21108
|
+
display: flex;
|
21109
|
+
}
|
21110
|
+
.v-fab--start, .v-fab--left {
|
21111
|
+
justify-content: flex-start;
|
21112
|
+
}
|
21113
|
+
.v-fab--center {
|
21114
|
+
align-items: center;
|
21115
|
+
justify-content: center;
|
21116
|
+
}
|
21117
|
+
.v-fab--end, .v-fab--right {
|
21118
|
+
justify-content: flex-end;
|
21119
|
+
}
|
21120
|
+
.v-fab--bottom {
|
21121
|
+
align-items: flex-end;
|
21122
|
+
}
|
21123
|
+
.v-fab--top {
|
21124
|
+
align-items: flex-start;
|
21125
|
+
}
|
21126
|
+
.v-fab--extended .v-btn {
|
21127
|
+
border-radius: 9999px !important;
|
21128
|
+
}
|
21129
|
+
|
21130
|
+
.v-fab__container {
|
21131
|
+
align-self: center;
|
21132
|
+
display: inline-flex;
|
21133
|
+
position: absolute;
|
21134
|
+
vertical-align: middle;
|
21135
|
+
}
|
21136
|
+
.v-fab--app .v-fab__container {
|
21137
|
+
margin: 12px;
|
21138
|
+
}
|
21139
|
+
.v-fab--absolute .v-fab__container {
|
21140
|
+
position: absolute;
|
21141
|
+
z-index: 4;
|
21142
|
+
}
|
21143
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21144
|
+
transform: translateY(-50%);
|
21143
21145
|
}
|
21144
|
-
.v-
|
21145
|
-
|
21146
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21147
|
+
transform: translateY(50%);
|
21146
21148
|
}
|
21147
|
-
|
21148
|
-
|
21149
|
-
border-top: none;
|
21149
|
+
.v-fab--top .v-fab__container {
|
21150
|
+
top: 0;
|
21150
21151
|
}
|
21151
|
-
.v-
|
21152
|
-
|
21152
|
+
.v-fab--bottom .v-fab__container {
|
21153
|
+
bottom: 0;
|
21153
21154
|
}
|
21154
|
-
|
21155
|
-
|
21156
|
-
border-radius: 0;
|
21155
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21156
|
+
left: 0;
|
21157
21157
|
}
|
21158
|
-
.v-
|
21159
|
-
|
21158
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21159
|
+
right: 0;
|
21160
21160
|
}/* region INPUT */
|
21161
21161
|
.v-field {
|
21162
21162
|
display: grid;
|
@@ -22597,11 +22597,6 @@ textarea.v-field__input::placeholder {
|
|
22597
22597
|
display: flex;
|
22598
22598
|
justify-content: center;
|
22599
22599
|
padding: 8px;
|
22600
|
-
}.v-item-group {
|
22601
|
-
flex: 0 1 auto;
|
22602
|
-
max-width: 100%;
|
22603
|
-
position: relative;
|
22604
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22605
22600
|
}.v-input {
|
22606
22601
|
display: grid;
|
22607
22602
|
flex: 1 1 auto;
|
@@ -22744,6 +22739,11 @@ textarea.v-field__input::placeholder {
|
|
22744
22739
|
|
22745
22740
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22746
22741
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22742
|
+
}.v-item-group {
|
22743
|
+
flex: 0 1 auto;
|
22744
|
+
max-width: 100%;
|
22745
|
+
position: relative;
|
22746
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22747
22747
|
}.v-label {
|
22748
22748
|
align-items: center;
|
22749
22749
|
color: inherit;
|
@@ -22774,6 +22774,115 @@ textarea.v-field__input::placeholder {
|
|
22774
22774
|
|
22775
22775
|
.v-layout-item--absolute {
|
22776
22776
|
position: absolute;
|
22777
|
+
}.v-list {
|
22778
|
+
overflow: auto;
|
22779
|
+
padding: 8px 0;
|
22780
|
+
position: relative;
|
22781
|
+
outline: none;
|
22782
|
+
}
|
22783
|
+
.v-list {
|
22784
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22785
|
+
border-style: solid;
|
22786
|
+
border-width: 0;
|
22787
|
+
}
|
22788
|
+
.v-list--border {
|
22789
|
+
border-width: thin;
|
22790
|
+
box-shadow: none;
|
22791
|
+
}
|
22792
|
+
.v-list {
|
22793
|
+
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));
|
22794
|
+
}
|
22795
|
+
.v-list {
|
22796
|
+
border-radius: 0;
|
22797
|
+
}
|
22798
|
+
.v-list {
|
22799
|
+
background: rgba(var(--v-theme-surface));
|
22800
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22801
|
+
}
|
22802
|
+
.v-list--disabled {
|
22803
|
+
pointer-events: none;
|
22804
|
+
-webkit-user-select: none;
|
22805
|
+
user-select: none;
|
22806
|
+
}
|
22807
|
+
.v-list--nav {
|
22808
|
+
padding-inline: 8px;
|
22809
|
+
}
|
22810
|
+
.v-list--rounded {
|
22811
|
+
border-radius: 4px;
|
22812
|
+
}
|
22813
|
+
.v-list--subheader {
|
22814
|
+
padding-top: 0;
|
22815
|
+
}
|
22816
|
+
|
22817
|
+
.v-list-img {
|
22818
|
+
border-radius: inherit;
|
22819
|
+
display: flex;
|
22820
|
+
height: 100%;
|
22821
|
+
left: 0;
|
22822
|
+
overflow: hidden;
|
22823
|
+
position: absolute;
|
22824
|
+
top: 0;
|
22825
|
+
width: 100%;
|
22826
|
+
z-index: -1;
|
22827
|
+
}
|
22828
|
+
|
22829
|
+
.v-list-subheader {
|
22830
|
+
align-items: center;
|
22831
|
+
background: inherit;
|
22832
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22833
|
+
display: flex;
|
22834
|
+
font-size: 0.875rem;
|
22835
|
+
font-weight: 400;
|
22836
|
+
line-height: 1.375rem;
|
22837
|
+
padding-inline-end: 16px;
|
22838
|
+
min-height: 40px;
|
22839
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22840
|
+
}
|
22841
|
+
.v-list-subheader__text {
|
22842
|
+
overflow: hidden;
|
22843
|
+
text-overflow: ellipsis;
|
22844
|
+
white-space: nowrap;
|
22845
|
+
}
|
22846
|
+
.v-list--density-default .v-list-subheader {
|
22847
|
+
min-height: 40px;
|
22848
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22849
|
+
}
|
22850
|
+
|
22851
|
+
.v-list--density-comfortable .v-list-subheader {
|
22852
|
+
min-height: 36px;
|
22853
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22854
|
+
}
|
22855
|
+
|
22856
|
+
.v-list--density-compact .v-list-subheader {
|
22857
|
+
min-height: 32px;
|
22858
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22859
|
+
}
|
22860
|
+
|
22861
|
+
.v-list-subheader--inset {
|
22862
|
+
--indent-padding: 56px;
|
22863
|
+
}
|
22864
|
+
.v-list--nav .v-list-subheader {
|
22865
|
+
font-size: 0.75rem;
|
22866
|
+
}
|
22867
|
+
.v-list-subheader--sticky {
|
22868
|
+
background: inherit;
|
22869
|
+
left: 0;
|
22870
|
+
position: sticky;
|
22871
|
+
top: 0;
|
22872
|
+
z-index: 1;
|
22873
|
+
}
|
22874
|
+
|
22875
|
+
.v-list__overlay {
|
22876
|
+
background-color: currentColor;
|
22877
|
+
border-radius: inherit;
|
22878
|
+
bottom: 0;
|
22879
|
+
left: 0;
|
22880
|
+
opacity: 0;
|
22881
|
+
pointer-events: none;
|
22882
|
+
position: absolute;
|
22883
|
+
right: 0;
|
22884
|
+
top: 0;
|
22885
|
+
transition: opacity 0.2s ease-in-out;
|
22777
22886
|
}.v-list-item {
|
22778
22887
|
align-items: center;
|
22779
22888
|
display: grid;
|
@@ -23227,130 +23336,19 @@ textarea.v-field__input::placeholder {
|
|
23227
23336
|
--parent-padding: var(--indent-padding);
|
23228
23337
|
}
|
23229
23338
|
|
23230
|
-
.v-list-group__items {
|
23231
|
-
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
23232
|
-
}
|
23233
|
-
|
23234
|
-
.v-list-group__items .v-list-item {
|
23235
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23236
|
-
}
|
23237
|
-
|
23238
|
-
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
23239
|
-
opacity: 0;
|
23240
|
-
}
|
23241
|
-
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23242
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23243
|
-
}.v-list {
|
23244
|
-
overflow: auto;
|
23245
|
-
padding: 8px 0;
|
23246
|
-
position: relative;
|
23247
|
-
outline: none;
|
23248
|
-
}
|
23249
|
-
.v-list {
|
23250
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23251
|
-
border-style: solid;
|
23252
|
-
border-width: 0;
|
23253
|
-
}
|
23254
|
-
.v-list--border {
|
23255
|
-
border-width: thin;
|
23256
|
-
box-shadow: none;
|
23257
|
-
}
|
23258
|
-
.v-list {
|
23259
|
-
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));
|
23260
|
-
}
|
23261
|
-
.v-list {
|
23262
|
-
border-radius: 0;
|
23263
|
-
}
|
23264
|
-
.v-list {
|
23265
|
-
background: rgba(var(--v-theme-surface));
|
23266
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23267
|
-
}
|
23268
|
-
.v-list--disabled {
|
23269
|
-
pointer-events: none;
|
23270
|
-
-webkit-user-select: none;
|
23271
|
-
user-select: none;
|
23272
|
-
}
|
23273
|
-
.v-list--nav {
|
23274
|
-
padding-inline: 8px;
|
23275
|
-
}
|
23276
|
-
.v-list--rounded {
|
23277
|
-
border-radius: 4px;
|
23278
|
-
}
|
23279
|
-
.v-list--subheader {
|
23280
|
-
padding-top: 0;
|
23281
|
-
}
|
23282
|
-
|
23283
|
-
.v-list-img {
|
23284
|
-
border-radius: inherit;
|
23285
|
-
display: flex;
|
23286
|
-
height: 100%;
|
23287
|
-
left: 0;
|
23288
|
-
overflow: hidden;
|
23289
|
-
position: absolute;
|
23290
|
-
top: 0;
|
23291
|
-
width: 100%;
|
23292
|
-
z-index: -1;
|
23293
|
-
}
|
23294
|
-
|
23295
|
-
.v-list-subheader {
|
23296
|
-
align-items: center;
|
23297
|
-
background: inherit;
|
23298
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23299
|
-
display: flex;
|
23300
|
-
font-size: 0.875rem;
|
23301
|
-
font-weight: 400;
|
23302
|
-
line-height: 1.375rem;
|
23303
|
-
padding-inline-end: 16px;
|
23304
|
-
min-height: 40px;
|
23305
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23306
|
-
}
|
23307
|
-
.v-list-subheader__text {
|
23308
|
-
overflow: hidden;
|
23309
|
-
text-overflow: ellipsis;
|
23310
|
-
white-space: nowrap;
|
23311
|
-
}
|
23312
|
-
.v-list--density-default .v-list-subheader {
|
23313
|
-
min-height: 40px;
|
23314
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23315
|
-
}
|
23316
|
-
|
23317
|
-
.v-list--density-comfortable .v-list-subheader {
|
23318
|
-
min-height: 36px;
|
23319
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23320
|
-
}
|
23321
|
-
|
23322
|
-
.v-list--density-compact .v-list-subheader {
|
23323
|
-
min-height: 32px;
|
23324
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23325
|
-
}
|
23326
|
-
|
23327
|
-
.v-list-subheader--inset {
|
23328
|
-
--indent-padding: 56px;
|
23329
|
-
}
|
23330
|
-
.v-list--nav .v-list-subheader {
|
23331
|
-
font-size: 0.75rem;
|
23332
|
-
}
|
23333
|
-
.v-list-subheader--sticky {
|
23334
|
-
background: inherit;
|
23335
|
-
left: 0;
|
23336
|
-
position: sticky;
|
23337
|
-
top: 0;
|
23338
|
-
z-index: 1;
|
23339
|
+
.v-list-group__items {
|
23340
|
+
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
23339
23341
|
}
|
23340
23342
|
|
23341
|
-
.v-
|
23342
|
-
|
23343
|
-
|
23344
|
-
|
23345
|
-
|
23343
|
+
.v-list-group__items .v-list-item {
|
23344
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23345
|
+
}
|
23346
|
+
|
23347
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
23346
23348
|
opacity: 0;
|
23347
|
-
|
23348
|
-
|
23349
|
-
|
23350
|
-
top: 0;
|
23351
|
-
transition: opacity 0.2s ease-in-out;
|
23352
|
-
}.v-locale-provider {
|
23353
|
-
display: contents;
|
23349
|
+
}
|
23350
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23351
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23354
23352
|
}.v-main {
|
23355
23353
|
flex: 1 0 auto;
|
23356
23354
|
max-width: 100%;
|
@@ -23381,6 +23379,8 @@ textarea.v-field__input::placeholder {
|
|
23381
23379
|
--v-layout-right: 0px;
|
23382
23380
|
--v-layout-top: 0px;
|
23383
23381
|
--v-layout-bottom: 0px;
|
23382
|
+
}.v-locale-provider {
|
23383
|
+
display: contents;
|
23384
23384
|
}.v-menu > .v-overlay__content {
|
23385
23385
|
display: flex;
|
23386
23386
|
flex-direction: column;
|
@@ -23416,64 +23416,6 @@ textarea.v-field__input::placeholder {
|
|
23416
23416
|
-webkit-hyphens: auto;
|
23417
23417
|
hyphens: auto;
|
23418
23418
|
transition-duration: 150ms;
|
23419
|
-
}.v-otp-input {
|
23420
|
-
align-items: center;
|
23421
|
-
display: flex;
|
23422
|
-
justify-content: center;
|
23423
|
-
padding: 0.5rem 0;
|
23424
|
-
position: relative;
|
23425
|
-
}
|
23426
|
-
.v-otp-input {
|
23427
|
-
border-radius: 4px;
|
23428
|
-
}
|
23429
|
-
.v-otp-input .v-field {
|
23430
|
-
height: 100%;
|
23431
|
-
}
|
23432
|
-
|
23433
|
-
.v-otp-input__divider {
|
23434
|
-
margin: 0 8px;
|
23435
|
-
}
|
23436
|
-
|
23437
|
-
.v-otp-input__content {
|
23438
|
-
align-items: center;
|
23439
|
-
display: flex;
|
23440
|
-
gap: 0.5rem;
|
23441
|
-
height: 64px;
|
23442
|
-
padding: 0.5rem;
|
23443
|
-
justify-content: center;
|
23444
|
-
max-width: 320px;
|
23445
|
-
position: relative;
|
23446
|
-
border-radius: inherit;
|
23447
|
-
}
|
23448
|
-
.v-otp-input--divided .v-otp-input__content {
|
23449
|
-
max-width: 360px;
|
23450
|
-
}
|
23451
|
-
|
23452
|
-
.v-otp-input__field {
|
23453
|
-
color: inherit;
|
23454
|
-
font-size: 1.25rem;
|
23455
|
-
height: 100%;
|
23456
|
-
outline: none;
|
23457
|
-
text-align: center;
|
23458
|
-
width: 100%;
|
23459
|
-
}
|
23460
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23461
|
-
-webkit-appearance: none;
|
23462
|
-
margin: 0;
|
23463
|
-
}
|
23464
|
-
.v-otp-input__field[type=number] {
|
23465
|
-
-moz-appearance: textfield;
|
23466
|
-
}
|
23467
|
-
|
23468
|
-
.v-otp-input__loader {
|
23469
|
-
align-items: center;
|
23470
|
-
display: flex;
|
23471
|
-
height: 100%;
|
23472
|
-
justify-content: center;
|
23473
|
-
width: 100%;
|
23474
|
-
}
|
23475
|
-
.v-otp-input__loader .v-progress-linear {
|
23476
|
-
position: absolute;
|
23477
23419
|
}.v-navigation-drawer {
|
23478
23420
|
-webkit-overflow-scrolling: touch;
|
23479
23421
|
background: rgb(var(--v-theme-surface));
|
@@ -23582,6 +23524,64 @@ textarea.v-field__input::placeholder {
|
|
23582
23524
|
.v-navigation-drawer__append {
|
23583
23525
|
flex: none;
|
23584
23526
|
overflow: hidden;
|
23527
|
+
}.v-otp-input {
|
23528
|
+
align-items: center;
|
23529
|
+
display: flex;
|
23530
|
+
justify-content: center;
|
23531
|
+
padding: 0.5rem 0;
|
23532
|
+
position: relative;
|
23533
|
+
}
|
23534
|
+
.v-otp-input {
|
23535
|
+
border-radius: 4px;
|
23536
|
+
}
|
23537
|
+
.v-otp-input .v-field {
|
23538
|
+
height: 100%;
|
23539
|
+
}
|
23540
|
+
|
23541
|
+
.v-otp-input__divider {
|
23542
|
+
margin: 0 8px;
|
23543
|
+
}
|
23544
|
+
|
23545
|
+
.v-otp-input__content {
|
23546
|
+
align-items: center;
|
23547
|
+
display: flex;
|
23548
|
+
gap: 0.5rem;
|
23549
|
+
height: 64px;
|
23550
|
+
padding: 0.5rem;
|
23551
|
+
justify-content: center;
|
23552
|
+
max-width: 320px;
|
23553
|
+
position: relative;
|
23554
|
+
border-radius: inherit;
|
23555
|
+
}
|
23556
|
+
.v-otp-input--divided .v-otp-input__content {
|
23557
|
+
max-width: 360px;
|
23558
|
+
}
|
23559
|
+
|
23560
|
+
.v-otp-input__field {
|
23561
|
+
color: inherit;
|
23562
|
+
font-size: 1.25rem;
|
23563
|
+
height: 100%;
|
23564
|
+
outline: none;
|
23565
|
+
text-align: center;
|
23566
|
+
width: 100%;
|
23567
|
+
}
|
23568
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23569
|
+
-webkit-appearance: none;
|
23570
|
+
margin: 0;
|
23571
|
+
}
|
23572
|
+
.v-otp-input__field[type=number] {
|
23573
|
+
-moz-appearance: textfield;
|
23574
|
+
}
|
23575
|
+
|
23576
|
+
.v-otp-input__loader {
|
23577
|
+
align-items: center;
|
23578
|
+
display: flex;
|
23579
|
+
height: 100%;
|
23580
|
+
justify-content: center;
|
23581
|
+
width: 100%;
|
23582
|
+
}
|
23583
|
+
.v-otp-input__loader .v-progress-linear {
|
23584
|
+
position: absolute;
|
23585
23585
|
}.v-overlay-container {
|
23586
23586
|
contain: layout;
|
23587
23587
|
left: 0;
|
@@ -23653,12 +23653,6 @@ html.v-overlay-scroll-blocked {
|
|
23653
23653
|
}
|
23654
23654
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23655
23655
|
margin: 0.3rem;
|
23656
|
-
}.v-parallax {
|
23657
|
-
position: relative;
|
23658
|
-
overflow: hidden;
|
23659
|
-
}
|
23660
|
-
.v-parallax--active > .v-img__img {
|
23661
|
-
will-change: transform;
|
23662
23656
|
}.v-progress-circular {
|
23663
23657
|
align-items: center;
|
23664
23658
|
display: inline-flex;
|
@@ -23761,6 +23755,12 @@ html.v-overlay-scroll-blocked {
|
|
23761
23755
|
100% {
|
23762
23756
|
transform: rotate(270deg);
|
23763
23757
|
}
|
23758
|
+
}.v-parallax {
|
23759
|
+
position: relative;
|
23760
|
+
overflow: hidden;
|
23761
|
+
}
|
23762
|
+
.v-parallax--active > .v-img__img {
|
23763
|
+
will-change: transform;
|
23764
23764
|
}.v-progress-linear {
|
23765
23765
|
background: transparent;
|
23766
23766
|
overflow: hidden;
|
@@ -25189,110 +25189,15 @@ html.v-overlay-scroll-blocked {
|
|
25189
25189
|
letter-spacing: 0.0333333333em;
|
25190
25190
|
line-height: 1.667;
|
25191
25191
|
text-transform: none;
|
25192
|
-
}
|
25193
|
-
.v-system-bar--rounded {
|
25194
|
-
border-radius: 0;
|
25195
|
-
}
|
25196
|
-
.v-system-bar--window {
|
25197
|
-
height: 32px;
|
25198
|
-
}
|
25199
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25200
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25201
|
-
}.v-tab.v-tab.v-btn {
|
25202
|
-
height: var(--v-tabs-height);
|
25203
|
-
border-radius: 0;
|
25204
|
-
min-width: 90px;
|
25205
|
-
}
|
25206
|
-
.v-slide-group--horizontal .v-tab {
|
25207
|
-
max-width: 360px;
|
25208
|
-
}
|
25209
|
-
.v-slide-group--vertical .v-tab {
|
25210
|
-
justify-content: start;
|
25211
|
-
}
|
25212
|
-
|
25213
|
-
.v-tab__slider {
|
25214
|
-
position: absolute;
|
25215
|
-
bottom: 0;
|
25216
|
-
left: 0;
|
25217
|
-
height: 2px;
|
25218
|
-
width: 100%;
|
25219
|
-
background: currentColor;
|
25220
|
-
pointer-events: none;
|
25221
|
-
opacity: 0;
|
25222
|
-
}
|
25223
|
-
.v-tab--selected .v-tab__slider {
|
25224
|
-
opacity: 1;
|
25225
|
-
}
|
25226
|
-
.v-slide-group--vertical .v-tab__slider {
|
25227
|
-
top: 0;
|
25228
|
-
height: 100%;
|
25229
|
-
width: 2px;
|
25230
|
-
}.v-tabs {
|
25231
|
-
display: flex;
|
25232
|
-
height: var(--v-tabs-height);
|
25233
|
-
}
|
25234
|
-
.v-tabs--density-default {
|
25235
|
-
--v-tabs-height: 48px;
|
25236
|
-
}
|
25237
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25238
|
-
--v-tabs-height: 72px;
|
25239
|
-
}
|
25240
|
-
|
25241
|
-
.v-tabs--density-comfortable {
|
25242
|
-
--v-tabs-height: 44px;
|
25243
|
-
}
|
25244
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25245
|
-
--v-tabs-height: 68px;
|
25246
|
-
}
|
25247
|
-
|
25248
|
-
.v-tabs--density-compact {
|
25249
|
-
--v-tabs-height: 36px;
|
25250
|
-
}
|
25251
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25252
|
-
--v-tabs-height: 60px;
|
25253
|
-
}
|
25254
|
-
|
25255
|
-
.v-tabs.v-slide-group--vertical {
|
25256
|
-
height: auto;
|
25257
|
-
flex: none;
|
25258
|
-
--v-tabs-height: 48px;
|
25259
|
-
}
|
25260
|
-
|
25261
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25262
|
-
margin-inline-start: 42px;
|
25263
|
-
}
|
25264
|
-
|
25265
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25266
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25267
|
-
margin-inline-end: auto;
|
25268
|
-
}
|
25269
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25270
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25271
|
-
margin-inline-start: auto;
|
25272
|
-
}
|
25273
|
-
|
25274
|
-
.v-tabs--grow {
|
25275
|
-
flex-grow: 1;
|
25276
|
-
}
|
25277
|
-
.v-tabs--grow .v-tab {
|
25278
|
-
flex: 1 0 auto;
|
25279
|
-
max-width: none;
|
25280
|
-
}
|
25281
|
-
|
25282
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25283
|
-
margin-inline-start: auto;
|
25284
|
-
}
|
25285
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25286
|
-
margin-inline-end: 0;
|
25287
|
-
}
|
25288
|
-
|
25289
|
-
@media (max-width: 1279.98px) {
|
25290
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25291
|
-
margin-inline-start: 52px;
|
25292
|
-
}
|
25293
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25294
|
-
margin-inline-end: 52px;
|
25295
|
-
}
|
25192
|
+
}
|
25193
|
+
.v-system-bar--rounded {
|
25194
|
+
border-radius: 0;
|
25195
|
+
}
|
25196
|
+
.v-system-bar--window {
|
25197
|
+
height: 32px;
|
25198
|
+
}
|
25199
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25200
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25296
25201
|
}.v-table {
|
25297
25202
|
font-size: 0.875rem;
|
25298
25203
|
transition-duration: 0.28s;
|
@@ -25435,6 +25340,140 @@ html.v-overlay-scroll-blocked {
|
|
25435
25340
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25436
25341
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25437
25342
|
border-top: 0px !important;
|
25343
|
+
}.v-tab.v-tab.v-btn {
|
25344
|
+
height: var(--v-tabs-height);
|
25345
|
+
border-radius: 0;
|
25346
|
+
min-width: 90px;
|
25347
|
+
}
|
25348
|
+
.v-slide-group--horizontal .v-tab {
|
25349
|
+
max-width: 360px;
|
25350
|
+
}
|
25351
|
+
.v-slide-group--vertical .v-tab {
|
25352
|
+
justify-content: start;
|
25353
|
+
}
|
25354
|
+
|
25355
|
+
.v-tab__slider {
|
25356
|
+
position: absolute;
|
25357
|
+
bottom: 0;
|
25358
|
+
left: 0;
|
25359
|
+
height: 2px;
|
25360
|
+
width: 100%;
|
25361
|
+
background: currentColor;
|
25362
|
+
pointer-events: none;
|
25363
|
+
opacity: 0;
|
25364
|
+
}
|
25365
|
+
.v-tab--selected .v-tab__slider {
|
25366
|
+
opacity: 1;
|
25367
|
+
}
|
25368
|
+
.v-slide-group--vertical .v-tab__slider {
|
25369
|
+
top: 0;
|
25370
|
+
height: 100%;
|
25371
|
+
width: 2px;
|
25372
|
+
}.v-tabs {
|
25373
|
+
display: flex;
|
25374
|
+
height: var(--v-tabs-height);
|
25375
|
+
}
|
25376
|
+
.v-tabs--density-default {
|
25377
|
+
--v-tabs-height: 48px;
|
25378
|
+
}
|
25379
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25380
|
+
--v-tabs-height: 72px;
|
25381
|
+
}
|
25382
|
+
|
25383
|
+
.v-tabs--density-comfortable {
|
25384
|
+
--v-tabs-height: 44px;
|
25385
|
+
}
|
25386
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25387
|
+
--v-tabs-height: 68px;
|
25388
|
+
}
|
25389
|
+
|
25390
|
+
.v-tabs--density-compact {
|
25391
|
+
--v-tabs-height: 36px;
|
25392
|
+
}
|
25393
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25394
|
+
--v-tabs-height: 60px;
|
25395
|
+
}
|
25396
|
+
|
25397
|
+
.v-tabs.v-slide-group--vertical {
|
25398
|
+
height: auto;
|
25399
|
+
flex: none;
|
25400
|
+
--v-tabs-height: 48px;
|
25401
|
+
}
|
25402
|
+
|
25403
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25404
|
+
margin-inline-start: 42px;
|
25405
|
+
}
|
25406
|
+
|
25407
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25408
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25409
|
+
margin-inline-end: auto;
|
25410
|
+
}
|
25411
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25412
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25413
|
+
margin-inline-start: auto;
|
25414
|
+
}
|
25415
|
+
|
25416
|
+
.v-tabs--grow {
|
25417
|
+
flex-grow: 1;
|
25418
|
+
}
|
25419
|
+
.v-tabs--grow .v-tab {
|
25420
|
+
flex: 1 0 auto;
|
25421
|
+
max-width: none;
|
25422
|
+
}
|
25423
|
+
|
25424
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25425
|
+
margin-inline-start: auto;
|
25426
|
+
}
|
25427
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25428
|
+
margin-inline-end: 0;
|
25429
|
+
}
|
25430
|
+
|
25431
|
+
@media (max-width: 1279.98px) {
|
25432
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25433
|
+
margin-inline-start: 52px;
|
25434
|
+
}
|
25435
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25436
|
+
margin-inline-end: 52px;
|
25437
|
+
}
|
25438
|
+
}.v-textarea .v-field {
|
25439
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25440
|
+
}
|
25441
|
+
.v-textarea .v-field__field {
|
25442
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25443
|
+
}
|
25444
|
+
.v-textarea .v-field__input {
|
25445
|
+
flex: 1 1 auto;
|
25446
|
+
outline: none;
|
25447
|
+
-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));
|
25448
|
+
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));
|
25449
|
+
}
|
25450
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25451
|
+
visibility: hidden;
|
25452
|
+
position: absolute;
|
25453
|
+
top: 0;
|
25454
|
+
left: 0;
|
25455
|
+
height: 0 !important;
|
25456
|
+
min-height: 0 !important;
|
25457
|
+
pointer-events: none;
|
25458
|
+
}
|
25459
|
+
.v-textarea--no-resize .v-field__input {
|
25460
|
+
resize: none;
|
25461
|
+
}
|
25462
|
+
.v-textarea .v-field--no-label textarea,
|
25463
|
+
.v-textarea .v-field--active textarea {
|
25464
|
+
opacity: 1;
|
25465
|
+
}
|
25466
|
+
.v-textarea textarea {
|
25467
|
+
opacity: 0;
|
25468
|
+
flex: 1;
|
25469
|
+
min-width: 0;
|
25470
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25471
|
+
}
|
25472
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25473
|
+
outline: none;
|
25474
|
+
}
|
25475
|
+
.v-textarea textarea:invalid {
|
25476
|
+
box-shadow: none;
|
25438
25477
|
}/* region BLOCK */
|
25439
25478
|
.v-text-field input {
|
25440
25479
|
color: inherit;
|
@@ -25502,46 +25541,7 @@ html.v-overlay-scroll-blocked {
|
|
25502
25541
|
padding-inline-end: var(--v-field-padding-end);
|
25503
25542
|
}
|
25504
25543
|
|
25505
|
-
/* endregion */.v-
|
25506
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25507
|
-
}
|
25508
|
-
.v-textarea .v-field__field {
|
25509
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25510
|
-
}
|
25511
|
-
.v-textarea .v-field__input {
|
25512
|
-
flex: 1 1 auto;
|
25513
|
-
outline: none;
|
25514
|
-
-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));
|
25515
|
-
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));
|
25516
|
-
}
|
25517
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25518
|
-
visibility: hidden;
|
25519
|
-
position: absolute;
|
25520
|
-
top: 0;
|
25521
|
-
left: 0;
|
25522
|
-
height: 0 !important;
|
25523
|
-
min-height: 0 !important;
|
25524
|
-
pointer-events: none;
|
25525
|
-
}
|
25526
|
-
.v-textarea--no-resize .v-field__input {
|
25527
|
-
resize: none;
|
25528
|
-
}
|
25529
|
-
.v-textarea .v-field--no-label textarea,
|
25530
|
-
.v-textarea .v-field--active textarea {
|
25531
|
-
opacity: 1;
|
25532
|
-
}
|
25533
|
-
.v-textarea textarea {
|
25534
|
-
opacity: 0;
|
25535
|
-
flex: 1;
|
25536
|
-
min-width: 0;
|
25537
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25538
|
-
}
|
25539
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25540
|
-
outline: none;
|
25541
|
-
}
|
25542
|
-
.v-textarea textarea:invalid {
|
25543
|
-
box-shadow: none;
|
25544
|
-
}.v-timeline .v-timeline-divider__dot {
|
25544
|
+
/* endregion */.v-timeline .v-timeline-divider__dot {
|
25545
25545
|
background: rgb(var(--v-theme-surface-light));
|
25546
25546
|
}
|
25547
25547
|
.v-timeline .v-timeline-divider__inner-dot {
|
@@ -25959,6 +25959,9 @@ html.v-overlay-scroll-blocked {
|
|
25959
25959
|
|
25960
25960
|
.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 {
|
25961
25961
|
padding-inline-end: 0;
|
25962
|
+
}.v-theme-provider {
|
25963
|
+
background: rgb(var(--v-theme-background));
|
25964
|
+
color: rgb(var(--v-theme-on-background));
|
25962
25965
|
}.v-toolbar {
|
25963
25966
|
align-items: flex-start;
|
25964
25967
|
display: flex;
|
@@ -26102,9 +26105,6 @@ html.v-overlay-scroll-blocked {
|
|
26102
26105
|
}
|
26103
26106
|
.v-toolbar-items > .v-btn {
|
26104
26107
|
border-radius: 0;
|
26105
|
-
}.v-theme-provider {
|
26106
|
-
background: rgb(var(--v-theme-background));
|
26107
|
-
color: rgb(var(--v-theme-on-background));
|
26108
26108
|
}.v-tooltip > .v-overlay__content {
|
26109
26109
|
background: rgb(var(--v-theme-surface-variant));
|
26110
26110
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -26256,41 +26256,6 @@ html.v-overlay-scroll-blocked {
|
|
26256
26256
|
}
|
26257
26257
|
.v-color-picker-edit__input span {
|
26258
26258
|
font-size: 0.75rem;
|
26259
|
-
}.v-color-picker-swatches {
|
26260
|
-
overflow-y: auto;
|
26261
|
-
}
|
26262
|
-
.v-color-picker-swatches > div {
|
26263
|
-
display: flex;
|
26264
|
-
flex-wrap: wrap;
|
26265
|
-
justify-content: center;
|
26266
|
-
padding: 8px;
|
26267
|
-
}
|
26268
|
-
|
26269
|
-
.v-color-picker-swatches__swatch {
|
26270
|
-
display: flex;
|
26271
|
-
flex-direction: column;
|
26272
|
-
margin-bottom: 10px;
|
26273
|
-
}
|
26274
|
-
|
26275
|
-
.v-color-picker-swatches__color {
|
26276
|
-
position: relative;
|
26277
|
-
height: 18px;
|
26278
|
-
max-height: 18px;
|
26279
|
-
width: 45px;
|
26280
|
-
margin: 2px 4px;
|
26281
|
-
border-radius: 2px;
|
26282
|
-
-webkit-user-select: none;
|
26283
|
-
user-select: none;
|
26284
|
-
overflow: hidden;
|
26285
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26286
|
-
cursor: pointer;
|
26287
|
-
}
|
26288
|
-
.v-color-picker-swatches__color > div {
|
26289
|
-
display: flex;
|
26290
|
-
align-items: center;
|
26291
|
-
justify-content: center;
|
26292
|
-
width: 100%;
|
26293
|
-
height: 100%;
|
26294
26259
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26295
26260
|
background-color: transparent !important;
|
26296
26261
|
}
|
@@ -26361,6 +26326,41 @@ html.v-overlay-scroll-blocked {
|
|
26361
26326
|
.v-color-picker-preview__eye-dropper {
|
26362
26327
|
position: relative;
|
26363
26328
|
margin-right: 12px;
|
26329
|
+
}.v-color-picker-swatches {
|
26330
|
+
overflow-y: auto;
|
26331
|
+
}
|
26332
|
+
.v-color-picker-swatches > div {
|
26333
|
+
display: flex;
|
26334
|
+
flex-wrap: wrap;
|
26335
|
+
justify-content: center;
|
26336
|
+
padding: 8px;
|
26337
|
+
}
|
26338
|
+
|
26339
|
+
.v-color-picker-swatches__swatch {
|
26340
|
+
display: flex;
|
26341
|
+
flex-direction: column;
|
26342
|
+
margin-bottom: 10px;
|
26343
|
+
}
|
26344
|
+
|
26345
|
+
.v-color-picker-swatches__color {
|
26346
|
+
position: relative;
|
26347
|
+
height: 18px;
|
26348
|
+
max-height: 18px;
|
26349
|
+
width: 45px;
|
26350
|
+
margin: 2px 4px;
|
26351
|
+
border-radius: 2px;
|
26352
|
+
-webkit-user-select: none;
|
26353
|
+
user-select: none;
|
26354
|
+
overflow: hidden;
|
26355
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26356
|
+
cursor: pointer;
|
26357
|
+
}
|
26358
|
+
.v-color-picker-swatches__color > div {
|
26359
|
+
display: flex;
|
26360
|
+
align-items: center;
|
26361
|
+
justify-content: center;
|
26362
|
+
width: 100%;
|
26363
|
+
height: 100%;
|
26364
26364
|
}.v-picker.v-sheet {
|
26365
26365
|
display: grid;
|
26366
26366
|
grid-auto-rows: min-content;
|