@vuetify/nightly 3.6.7-master.2024-05-24 → 3.6.7-master.2024-05-27
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/CHANGELOG.md +4 -2
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +122 -122
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2769 -2693
- package/dist/vuetify-labs.esm.js +7 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +679 -603
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +7 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +47 -47
- package/lib/styles/main.css +76 -0
- package/lib/styles/settings/_utilities.scss +5 -1
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.7-master.2024-05-
|
2
|
+
* Vuetify v3.6.7-master.2024-05-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -3499,6 +3499,22 @@ html.overflow-y-hidden {
|
|
3499
3499
|
flex: 0 0 100% !important;
|
3500
3500
|
}
|
3501
3501
|
|
3502
|
+
.flex-1-1-0 {
|
3503
|
+
flex: 1 1 0 !important;
|
3504
|
+
}
|
3505
|
+
|
3506
|
+
.flex-1-0-0 {
|
3507
|
+
flex: 1 0 0 !important;
|
3508
|
+
}
|
3509
|
+
|
3510
|
+
.flex-0-1-0 {
|
3511
|
+
flex: 0 1 0 !important;
|
3512
|
+
}
|
3513
|
+
|
3514
|
+
.flex-0-0-0 {
|
3515
|
+
flex: 0 0 0 !important;
|
3516
|
+
}
|
3517
|
+
|
3502
3518
|
.flex-row {
|
3503
3519
|
flex-direction: row !important;
|
3504
3520
|
}
|
@@ -7179,6 +7195,18 @@ html.overflow-y-hidden {
|
|
7179
7195
|
.flex-sm-0-0-100 {
|
7180
7196
|
flex: 0 0 100% !important;
|
7181
7197
|
}
|
7198
|
+
.flex-sm-1-1-0 {
|
7199
|
+
flex: 1 1 0 !important;
|
7200
|
+
}
|
7201
|
+
.flex-sm-1-0-0 {
|
7202
|
+
flex: 1 0 0 !important;
|
7203
|
+
}
|
7204
|
+
.flex-sm-0-1-0 {
|
7205
|
+
flex: 0 1 0 !important;
|
7206
|
+
}
|
7207
|
+
.flex-sm-0-0-0 {
|
7208
|
+
flex: 0 0 0 !important;
|
7209
|
+
}
|
7182
7210
|
.flex-sm-row {
|
7183
7211
|
flex-direction: row !important;
|
7184
7212
|
}
|
@@ -9214,6 +9242,18 @@ html.overflow-y-hidden {
|
|
9214
9242
|
.flex-md-0-0-100 {
|
9215
9243
|
flex: 0 0 100% !important;
|
9216
9244
|
}
|
9245
|
+
.flex-md-1-1-0 {
|
9246
|
+
flex: 1 1 0 !important;
|
9247
|
+
}
|
9248
|
+
.flex-md-1-0-0 {
|
9249
|
+
flex: 1 0 0 !important;
|
9250
|
+
}
|
9251
|
+
.flex-md-0-1-0 {
|
9252
|
+
flex: 0 1 0 !important;
|
9253
|
+
}
|
9254
|
+
.flex-md-0-0-0 {
|
9255
|
+
flex: 0 0 0 !important;
|
9256
|
+
}
|
9217
9257
|
.flex-md-row {
|
9218
9258
|
flex-direction: row !important;
|
9219
9259
|
}
|
@@ -11249,6 +11289,18 @@ html.overflow-y-hidden {
|
|
11249
11289
|
.flex-lg-0-0-100 {
|
11250
11290
|
flex: 0 0 100% !important;
|
11251
11291
|
}
|
11292
|
+
.flex-lg-1-1-0 {
|
11293
|
+
flex: 1 1 0 !important;
|
11294
|
+
}
|
11295
|
+
.flex-lg-1-0-0 {
|
11296
|
+
flex: 1 0 0 !important;
|
11297
|
+
}
|
11298
|
+
.flex-lg-0-1-0 {
|
11299
|
+
flex: 0 1 0 !important;
|
11300
|
+
}
|
11301
|
+
.flex-lg-0-0-0 {
|
11302
|
+
flex: 0 0 0 !important;
|
11303
|
+
}
|
11252
11304
|
.flex-lg-row {
|
11253
11305
|
flex-direction: row !important;
|
11254
11306
|
}
|
@@ -13284,6 +13336,18 @@ html.overflow-y-hidden {
|
|
13284
13336
|
.flex-xl-0-0-100 {
|
13285
13337
|
flex: 0 0 100% !important;
|
13286
13338
|
}
|
13339
|
+
.flex-xl-1-1-0 {
|
13340
|
+
flex: 1 1 0 !important;
|
13341
|
+
}
|
13342
|
+
.flex-xl-1-0-0 {
|
13343
|
+
flex: 1 0 0 !important;
|
13344
|
+
}
|
13345
|
+
.flex-xl-0-1-0 {
|
13346
|
+
flex: 0 1 0 !important;
|
13347
|
+
}
|
13348
|
+
.flex-xl-0-0-0 {
|
13349
|
+
flex: 0 0 0 !important;
|
13350
|
+
}
|
13287
13351
|
.flex-xl-row {
|
13288
13352
|
flex-direction: row !important;
|
13289
13353
|
}
|
@@ -15319,6 +15383,18 @@ html.overflow-y-hidden {
|
|
15319
15383
|
.flex-xxl-0-0-100 {
|
15320
15384
|
flex: 0 0 100% !important;
|
15321
15385
|
}
|
15386
|
+
.flex-xxl-1-1-0 {
|
15387
|
+
flex: 1 1 0 !important;
|
15388
|
+
}
|
15389
|
+
.flex-xxl-1-0-0 {
|
15390
|
+
flex: 1 0 0 !important;
|
15391
|
+
}
|
15392
|
+
.flex-xxl-0-1-0 {
|
15393
|
+
flex: 0 1 0 !important;
|
15394
|
+
}
|
15395
|
+
.flex-xxl-0-0-0 {
|
15396
|
+
flex: 0 0 0 !important;
|
15397
|
+
}
|
15322
15398
|
.flex-xxl-row {
|
15323
15399
|
flex-direction: row !important;
|
15324
15400
|
}
|
@@ -17620,6 +17696,87 @@ html.overflow-y-hidden {
|
|
17620
17696
|
text-transform: none;
|
17621
17697
|
word-break: normal;
|
17622
17698
|
word-wrap: break-word;
|
17699
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
17700
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
17701
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17702
|
+
cursor: text;
|
17703
|
+
}
|
17704
|
+
.v-autocomplete .v-field .v-field__input > input {
|
17705
|
+
flex: 1 1;
|
17706
|
+
}
|
17707
|
+
.v-autocomplete .v-field input {
|
17708
|
+
min-width: 64px;
|
17709
|
+
}
|
17710
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17711
|
+
min-width: 0;
|
17712
|
+
}
|
17713
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17714
|
+
margin-inline-end: 2px;
|
17715
|
+
}
|
17716
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
17717
|
+
overflow: hidden;
|
17718
|
+
text-overflow: ellipsis;
|
17719
|
+
white-space: nowrap;
|
17720
|
+
}
|
17721
|
+
|
17722
|
+
.v-autocomplete__content {
|
17723
|
+
overflow: hidden;
|
17724
|
+
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));
|
17725
|
+
border-radius: 4px;
|
17726
|
+
}
|
17727
|
+
.v-autocomplete__mask {
|
17728
|
+
background: rgb(var(--v-theme-surface-light));
|
17729
|
+
}
|
17730
|
+
.v-autocomplete__selection {
|
17731
|
+
display: inline-flex;
|
17732
|
+
align-items: center;
|
17733
|
+
height: 1.5rem;
|
17734
|
+
letter-spacing: inherit;
|
17735
|
+
line-height: inherit;
|
17736
|
+
max-width: calc(100% - 2px - 2px);
|
17737
|
+
}
|
17738
|
+
.v-autocomplete__selection:first-child {
|
17739
|
+
margin-inline-start: 0;
|
17740
|
+
}
|
17741
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17742
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17743
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17744
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17745
|
+
top: 0px;
|
17746
|
+
}
|
17747
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17748
|
+
opacity: var(--v-medium-emphasis-opacity);
|
17749
|
+
}
|
17750
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17751
|
+
opacity: 1;
|
17752
|
+
}
|
17753
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
17754
|
+
caret-color: transparent;
|
17755
|
+
}
|
17756
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17757
|
+
flex: 1 1;
|
17758
|
+
position: absolute;
|
17759
|
+
left: 0;
|
17760
|
+
right: 0;
|
17761
|
+
width: 100%;
|
17762
|
+
padding-inline: inherit;
|
17763
|
+
}
|
17764
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17765
|
+
transition: none;
|
17766
|
+
}
|
17767
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17768
|
+
opacity: 0;
|
17769
|
+
}
|
17770
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17771
|
+
opacity: 0;
|
17772
|
+
}
|
17773
|
+
.v-autocomplete__menu-icon {
|
17774
|
+
margin-inline-start: 4px;
|
17775
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17776
|
+
}
|
17777
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17778
|
+
opacity: var(--v-high-emphasis-opacity);
|
17779
|
+
transform: rotate(180deg);
|
17623
17780
|
}.v-avatar {
|
17624
17781
|
flex: none;
|
17625
17782
|
align-items: center;
|
@@ -17715,87 +17872,6 @@ html.overflow-y-hidden {
|
|
17715
17872
|
.v-avatar .v-img {
|
17716
17873
|
height: 100%;
|
17717
17874
|
width: 100%;
|
17718
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
17719
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
17720
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
17721
|
-
cursor: text;
|
17722
|
-
}
|
17723
|
-
.v-autocomplete .v-field .v-field__input > input {
|
17724
|
-
flex: 1 1;
|
17725
|
-
}
|
17726
|
-
.v-autocomplete .v-field input {
|
17727
|
-
min-width: 64px;
|
17728
|
-
}
|
17729
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
17730
|
-
min-width: 0;
|
17731
|
-
}
|
17732
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
17733
|
-
margin-inline-end: 2px;
|
17734
|
-
}
|
17735
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
17736
|
-
overflow: hidden;
|
17737
|
-
text-overflow: ellipsis;
|
17738
|
-
white-space: nowrap;
|
17739
|
-
}
|
17740
|
-
|
17741
|
-
.v-autocomplete__content {
|
17742
|
-
overflow: hidden;
|
17743
|
-
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));
|
17744
|
-
border-radius: 4px;
|
17745
|
-
}
|
17746
|
-
.v-autocomplete__mask {
|
17747
|
-
background: rgb(var(--v-theme-surface-light));
|
17748
|
-
}
|
17749
|
-
.v-autocomplete__selection {
|
17750
|
-
display: inline-flex;
|
17751
|
-
align-items: center;
|
17752
|
-
height: 1.5rem;
|
17753
|
-
letter-spacing: inherit;
|
17754
|
-
line-height: inherit;
|
17755
|
-
max-width: calc(100% - 2px - 2px);
|
17756
|
-
}
|
17757
|
-
.v-autocomplete__selection:first-child {
|
17758
|
-
margin-inline-start: 0;
|
17759
|
-
}
|
17760
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
17761
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
17762
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
17763
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
17764
|
-
top: 0px;
|
17765
|
-
}
|
17766
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
17767
|
-
opacity: var(--v-medium-emphasis-opacity);
|
17768
|
-
}
|
17769
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
17770
|
-
opacity: 1;
|
17771
|
-
}
|
17772
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
17773
|
-
caret-color: transparent;
|
17774
|
-
}
|
17775
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
17776
|
-
flex: 1 1;
|
17777
|
-
position: absolute;
|
17778
|
-
left: 0;
|
17779
|
-
right: 0;
|
17780
|
-
width: 100%;
|
17781
|
-
padding-inline: inherit;
|
17782
|
-
}
|
17783
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
17784
|
-
transition: none;
|
17785
|
-
}
|
17786
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
17787
|
-
opacity: 0;
|
17788
|
-
}
|
17789
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
17790
|
-
opacity: 0;
|
17791
|
-
}
|
17792
|
-
.v-autocomplete__menu-icon {
|
17793
|
-
margin-inline-start: 4px;
|
17794
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17795
|
-
}
|
17796
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17797
|
-
opacity: var(--v-high-emphasis-opacity);
|
17798
|
-
transform: rotate(180deg);
|
17799
17875
|
}.v-badge {
|
17800
17876
|
display: inline-block;
|
17801
17877
|
line-height: 1;
|
@@ -19434,44 +19510,6 @@ html.overflow-y-hidden {
|
|
19434
19510
|
|
19435
19511
|
.v-chip--label {
|
19436
19512
|
border-radius: 4px;
|
19437
|
-
}.v-chip-group {
|
19438
|
-
display: flex;
|
19439
|
-
max-width: 100%;
|
19440
|
-
min-width: 0;
|
19441
|
-
overflow-x: auto;
|
19442
|
-
padding: 4px 0;
|
19443
|
-
}
|
19444
|
-
.v-chip-group .v-chip {
|
19445
|
-
margin: 4px 8px 4px 0;
|
19446
|
-
}
|
19447
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19448
|
-
opacity: var(--v-activated-opacity);
|
19449
|
-
}
|
19450
|
-
|
19451
|
-
.v-chip-group--column .v-slide-group__content {
|
19452
|
-
white-space: normal;
|
19453
|
-
flex-wrap: wrap;
|
19454
|
-
max-width: 100%;
|
19455
|
-
}.v-color-picker {
|
19456
|
-
align-self: flex-start;
|
19457
|
-
contain: content;
|
19458
|
-
}
|
19459
|
-
.v-color-picker.v-sheet {
|
19460
|
-
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));
|
19461
|
-
border-radius: 4px;
|
19462
|
-
}
|
19463
|
-
|
19464
|
-
.v-color-picker__controls {
|
19465
|
-
display: flex;
|
19466
|
-
flex-direction: column;
|
19467
|
-
padding: 16px;
|
19468
|
-
}
|
19469
|
-
|
19470
|
-
.v-color-picker--flat {
|
19471
|
-
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));
|
19472
|
-
}
|
19473
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
19474
|
-
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));
|
19475
19513
|
}.v-combobox .v-field .v-text-field__prefix,
|
19476
19514
|
.v-combobox .v-field .v-text-field__suffix,
|
19477
19515
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -19553,6 +19591,26 @@ html.overflow-y-hidden {
|
|
19553
19591
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
19554
19592
|
opacity: var(--v-high-emphasis-opacity);
|
19555
19593
|
transform: rotate(180deg);
|
19594
|
+
}.v-color-picker {
|
19595
|
+
align-self: flex-start;
|
19596
|
+
contain: content;
|
19597
|
+
}
|
19598
|
+
.v-color-picker.v-sheet {
|
19599
|
+
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));
|
19600
|
+
border-radius: 4px;
|
19601
|
+
}
|
19602
|
+
|
19603
|
+
.v-color-picker__controls {
|
19604
|
+
display: flex;
|
19605
|
+
flex-direction: column;
|
19606
|
+
padding: 16px;
|
19607
|
+
}
|
19608
|
+
|
19609
|
+
.v-color-picker--flat {
|
19610
|
+
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));
|
19611
|
+
}
|
19612
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
19613
|
+
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));
|
19556
19614
|
}.v-counter {
|
19557
19615
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
19558
19616
|
flex: 0 1 auto;
|
@@ -19776,7 +19834,68 @@ html.overflow-y-hidden {
|
|
19776
19834
|
}
|
19777
19835
|
.v-data-table-footer__page {
|
19778
19836
|
padding: 0 8px;
|
19779
|
-
}.v-date-picker
|
19837
|
+
}.v-date-picker {
|
19838
|
+
overflow: hidden;
|
19839
|
+
width: 328px;
|
19840
|
+
}
|
19841
|
+
.v-date-picker--show-week {
|
19842
|
+
width: 368px;
|
19843
|
+
}.v-date-picker-month {
|
19844
|
+
display: flex;
|
19845
|
+
justify-content: center;
|
19846
|
+
padding: 0 12px 8px;
|
19847
|
+
--v-date-picker-month-day-diff: 4px;
|
19848
|
+
}
|
19849
|
+
|
19850
|
+
.v-date-picker-month__weeks {
|
19851
|
+
display: grid;
|
19852
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
19853
|
+
column-gap: 4px;
|
19854
|
+
font-size: 0.85rem;
|
19855
|
+
}
|
19856
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
19857
|
+
grid-row-gap: 0;
|
19858
|
+
}
|
19859
|
+
|
19860
|
+
.v-date-picker-month__weekday {
|
19861
|
+
font-size: 0.85rem;
|
19862
|
+
}
|
19863
|
+
|
19864
|
+
.v-date-picker-month__days {
|
19865
|
+
display: grid;
|
19866
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
19867
|
+
column-gap: 4px;
|
19868
|
+
flex: 1 1;
|
19869
|
+
justify-content: space-around;
|
19870
|
+
}
|
19871
|
+
|
19872
|
+
.v-date-picker-month__day {
|
19873
|
+
align-items: center;
|
19874
|
+
display: flex;
|
19875
|
+
justify-content: center;
|
19876
|
+
position: relative;
|
19877
|
+
height: 40px;
|
19878
|
+
width: 40px;
|
19879
|
+
}
|
19880
|
+
.v-date-picker-month__day--selected .v-btn {
|
19881
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
19882
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19883
|
+
}
|
19884
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
19885
|
+
--v-btn-height: 24px;
|
19886
|
+
--v-btn-size: 0.85rem;
|
19887
|
+
}
|
19888
|
+
.v-date-picker-month__day--week {
|
19889
|
+
font-size: var(--v-btn-size);
|
19890
|
+
}
|
19891
|
+
|
19892
|
+
.v-date-picker-month__day--adjacent {
|
19893
|
+
opacity: 0.5;
|
19894
|
+
}
|
19895
|
+
|
19896
|
+
.v-date-picker-month__day--hide-adjacent {
|
19897
|
+
opacity: 0;
|
19898
|
+
}.v-date-picker-controls {
|
19780
19899
|
display: flex;
|
19781
19900
|
align-items: center;
|
19782
19901
|
justify-content: space-between;
|
@@ -19911,67 +20030,6 @@ html.overflow-y-hidden {
|
|
19911
20030
|
text-transform: none;
|
19912
20031
|
padding-inline-start: 8px;
|
19913
20032
|
padding-inline-end: 8px;
|
19914
|
-
}.v-date-picker {
|
19915
|
-
overflow: hidden;
|
19916
|
-
width: 328px;
|
19917
|
-
}
|
19918
|
-
.v-date-picker--show-week {
|
19919
|
-
width: 368px;
|
19920
|
-
}.v-date-picker-month {
|
19921
|
-
display: flex;
|
19922
|
-
justify-content: center;
|
19923
|
-
padding: 0 12px 8px;
|
19924
|
-
--v-date-picker-month-day-diff: 4px;
|
19925
|
-
}
|
19926
|
-
|
19927
|
-
.v-date-picker-month__weeks {
|
19928
|
-
display: grid;
|
19929
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
19930
|
-
column-gap: 4px;
|
19931
|
-
font-size: 0.85rem;
|
19932
|
-
}
|
19933
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
19934
|
-
grid-row-gap: 0;
|
19935
|
-
}
|
19936
|
-
|
19937
|
-
.v-date-picker-month__weekday {
|
19938
|
-
font-size: 0.85rem;
|
19939
|
-
}
|
19940
|
-
|
19941
|
-
.v-date-picker-month__days {
|
19942
|
-
display: grid;
|
19943
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
19944
|
-
column-gap: 4px;
|
19945
|
-
flex: 1 1;
|
19946
|
-
justify-content: space-around;
|
19947
|
-
}
|
19948
|
-
|
19949
|
-
.v-date-picker-month__day {
|
19950
|
-
align-items: center;
|
19951
|
-
display: flex;
|
19952
|
-
justify-content: center;
|
19953
|
-
position: relative;
|
19954
|
-
height: 40px;
|
19955
|
-
width: 40px;
|
19956
|
-
}
|
19957
|
-
.v-date-picker-month__day--selected .v-btn {
|
19958
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
19959
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19960
|
-
}
|
19961
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
19962
|
-
--v-btn-height: 24px;
|
19963
|
-
--v-btn-size: 0.85rem;
|
19964
|
-
}
|
19965
|
-
.v-date-picker-month__day--week {
|
19966
|
-
font-size: var(--v-btn-size);
|
19967
|
-
}
|
19968
|
-
|
19969
|
-
.v-date-picker-month__day--adjacent {
|
19970
|
-
opacity: 0.5;
|
19971
|
-
}
|
19972
|
-
|
19973
|
-
.v-date-picker-month__day--hide-adjacent {
|
19974
|
-
opacity: 0;
|
19975
20033
|
}.v-date-picker-years {
|
19976
20034
|
height: 288px;
|
19977
20035
|
overflow-y: scroll;
|
@@ -21075,6 +21133,34 @@ textarea.v-field__input::placeholder {
|
|
21075
21133
|
}
|
21076
21134
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
21077
21135
|
padding-inline: 0;
|
21136
|
+
}.v-footer {
|
21137
|
+
align-items: center;
|
21138
|
+
display: flex;
|
21139
|
+
flex: 1 1 auto;
|
21140
|
+
padding: 8px 16px;
|
21141
|
+
position: relative;
|
21142
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21143
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21144
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21145
|
+
border-style: solid;
|
21146
|
+
border-width: 0;
|
21147
|
+
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));
|
21148
|
+
border-radius: 0;
|
21149
|
+
background: rgb(var(--v-theme-surface));
|
21150
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21151
|
+
}
|
21152
|
+
.v-footer--border {
|
21153
|
+
border-width: thin;
|
21154
|
+
box-shadow: none;
|
21155
|
+
}
|
21156
|
+
.v-footer--absolute {
|
21157
|
+
position: absolute;
|
21158
|
+
}
|
21159
|
+
.v-footer--fixed {
|
21160
|
+
position: fixed;
|
21161
|
+
}
|
21162
|
+
.v-footer--rounded {
|
21163
|
+
border-radius: 4px;
|
21078
21164
|
}.v-container {
|
21079
21165
|
width: 100%;
|
21080
21166
|
padding: 16px;
|
@@ -21747,42 +21833,6 @@ textarea.v-field__input::placeholder {
|
|
21747
21833
|
.offset-xxl-11 {
|
21748
21834
|
margin-inline-start: 91.6666666667%;
|
21749
21835
|
}
|
21750
|
-
}.v-img {
|
21751
|
-
--v-theme-overlay-multiplier: 3;
|
21752
|
-
z-index: 0;
|
21753
|
-
}
|
21754
|
-
.v-img--booting .v-responsive__sizer {
|
21755
|
-
transition: none;
|
21756
|
-
}
|
21757
|
-
.v-img--rounded {
|
21758
|
-
border-radius: 4px;
|
21759
|
-
}
|
21760
|
-
|
21761
|
-
.v-img__img,
|
21762
|
-
.v-img__picture,
|
21763
|
-
.v-img__gradient,
|
21764
|
-
.v-img__placeholder,
|
21765
|
-
.v-img__error {
|
21766
|
-
z-index: -1;
|
21767
|
-
position: absolute;
|
21768
|
-
top: 0;
|
21769
|
-
left: 0;
|
21770
|
-
width: 100%;
|
21771
|
-
height: 100%;
|
21772
|
-
}
|
21773
|
-
|
21774
|
-
.v-img__img--preload {
|
21775
|
-
filter: blur(4px);
|
21776
|
-
}
|
21777
|
-
.v-img__img--contain {
|
21778
|
-
object-fit: contain;
|
21779
|
-
}
|
21780
|
-
.v-img__img--cover {
|
21781
|
-
object-fit: cover;
|
21782
|
-
}
|
21783
|
-
|
21784
|
-
.v-img__gradient {
|
21785
|
-
background-repeat: no-repeat;
|
21786
21836
|
}.v-icon {
|
21787
21837
|
--v-icon-size-multiplier: 1;
|
21788
21838
|
align-items: center;
|
@@ -21836,6 +21886,42 @@ textarea.v-field__input::placeholder {
|
|
21836
21886
|
|
21837
21887
|
.v-icon--end {
|
21838
21888
|
margin-inline-start: 8px;
|
21889
|
+
}.v-img {
|
21890
|
+
--v-theme-overlay-multiplier: 3;
|
21891
|
+
z-index: 0;
|
21892
|
+
}
|
21893
|
+
.v-img--booting .v-responsive__sizer {
|
21894
|
+
transition: none;
|
21895
|
+
}
|
21896
|
+
.v-img--rounded {
|
21897
|
+
border-radius: 4px;
|
21898
|
+
}
|
21899
|
+
|
21900
|
+
.v-img__img,
|
21901
|
+
.v-img__picture,
|
21902
|
+
.v-img__gradient,
|
21903
|
+
.v-img__placeholder,
|
21904
|
+
.v-img__error {
|
21905
|
+
z-index: -1;
|
21906
|
+
position: absolute;
|
21907
|
+
top: 0;
|
21908
|
+
left: 0;
|
21909
|
+
width: 100%;
|
21910
|
+
height: 100%;
|
21911
|
+
}
|
21912
|
+
|
21913
|
+
.v-img__img--preload {
|
21914
|
+
filter: blur(4px);
|
21915
|
+
}
|
21916
|
+
.v-img__img--contain {
|
21917
|
+
object-fit: contain;
|
21918
|
+
}
|
21919
|
+
.v-img__img--cover {
|
21920
|
+
object-fit: cover;
|
21921
|
+
}
|
21922
|
+
|
21923
|
+
.v-img__gradient {
|
21924
|
+
background-repeat: no-repeat;
|
21839
21925
|
}.v-infinite-scroll--horizontal {
|
21840
21926
|
display: flex;
|
21841
21927
|
flex-direction: row;
|
@@ -22038,34 +22124,6 @@ textarea.v-field__input::placeholder {
|
|
22038
22124
|
|
22039
22125
|
.v-layout-item--absolute {
|
22040
22126
|
position: absolute;
|
22041
|
-
}.v-footer {
|
22042
|
-
align-items: center;
|
22043
|
-
display: flex;
|
22044
|
-
flex: 1 1 auto;
|
22045
|
-
padding: 8px 16px;
|
22046
|
-
position: relative;
|
22047
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22048
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22049
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22050
|
-
border-style: solid;
|
22051
|
-
border-width: 0;
|
22052
|
-
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));
|
22053
|
-
border-radius: 0;
|
22054
|
-
background: rgb(var(--v-theme-surface));
|
22055
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22056
|
-
}
|
22057
|
-
.v-footer--border {
|
22058
|
-
border-width: thin;
|
22059
|
-
box-shadow: none;
|
22060
|
-
}
|
22061
|
-
.v-footer--absolute {
|
22062
|
-
position: absolute;
|
22063
|
-
}
|
22064
|
-
.v-footer--fixed {
|
22065
|
-
position: fixed;
|
22066
|
-
}
|
22067
|
-
.v-footer--rounded {
|
22068
|
-
border-radius: 4px;
|
22069
22127
|
}.v-list {
|
22070
22128
|
overflow: auto;
|
22071
22129
|
padding: 8px 0;
|
@@ -22625,35 +22683,6 @@ textarea.v-field__input::placeholder {
|
|
22625
22683
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22626
22684
|
}.v-locale-provider {
|
22627
22685
|
display: contents;
|
22628
|
-
}.v-messages {
|
22629
|
-
flex: 1 1 auto;
|
22630
|
-
font-size: 12px;
|
22631
|
-
min-height: 14px;
|
22632
|
-
min-width: 1px;
|
22633
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22634
|
-
position: relative;
|
22635
|
-
}
|
22636
|
-
.v-messages__message {
|
22637
|
-
line-height: 12px;
|
22638
|
-
word-break: break-word;
|
22639
|
-
overflow-wrap: break-word;
|
22640
|
-
word-wrap: break-word;
|
22641
|
-
-webkit-hyphens: auto;
|
22642
|
-
hyphens: auto;
|
22643
|
-
transition-duration: 150ms;
|
22644
|
-
}.v-menu > .v-overlay__content {
|
22645
|
-
display: flex;
|
22646
|
-
flex-direction: column;
|
22647
|
-
border-radius: 4px;
|
22648
|
-
}
|
22649
|
-
.v-menu > .v-overlay__content > .v-card,
|
22650
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
22651
|
-
.v-menu > .v-overlay__content > .v-list {
|
22652
|
-
background: rgb(var(--v-theme-surface));
|
22653
|
-
border-radius: inherit;
|
22654
|
-
overflow: auto;
|
22655
|
-
height: 100%;
|
22656
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22657
22686
|
}.v-main {
|
22658
22687
|
flex: 1 0 auto;
|
22659
22688
|
max-width: 100%;
|
@@ -22682,6 +22711,35 @@ textarea.v-field__input::placeholder {
|
|
22682
22711
|
--v-layout-right: 0px;
|
22683
22712
|
--v-layout-top: 0px;
|
22684
22713
|
--v-layout-bottom: 0px;
|
22714
|
+
}.v-menu > .v-overlay__content {
|
22715
|
+
display: flex;
|
22716
|
+
flex-direction: column;
|
22717
|
+
border-radius: 4px;
|
22718
|
+
}
|
22719
|
+
.v-menu > .v-overlay__content > .v-card,
|
22720
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
22721
|
+
.v-menu > .v-overlay__content > .v-list {
|
22722
|
+
background: rgb(var(--v-theme-surface));
|
22723
|
+
border-radius: inherit;
|
22724
|
+
overflow: auto;
|
22725
|
+
height: 100%;
|
22726
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22727
|
+
}.v-messages {
|
22728
|
+
flex: 1 1 auto;
|
22729
|
+
font-size: 12px;
|
22730
|
+
min-height: 14px;
|
22731
|
+
min-width: 1px;
|
22732
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22733
|
+
position: relative;
|
22734
|
+
}
|
22735
|
+
.v-messages__message {
|
22736
|
+
line-height: 12px;
|
22737
|
+
word-break: break-word;
|
22738
|
+
overflow-wrap: break-word;
|
22739
|
+
word-wrap: break-word;
|
22740
|
+
-webkit-hyphens: auto;
|
22741
|
+
hyphens: auto;
|
22742
|
+
transition-duration: 150ms;
|
22685
22743
|
}.v-navigation-drawer {
|
22686
22744
|
-webkit-overflow-scrolling: touch;
|
22687
22745
|
background: rgb(var(--v-theme-surface));
|
@@ -22840,6 +22898,14 @@ textarea.v-field__input::placeholder {
|
|
22840
22898
|
}
|
22841
22899
|
.v-otp-input__loader .v-progress-linear {
|
22842
22900
|
position: absolute;
|
22901
|
+
}.v-pagination__list {
|
22902
|
+
display: inline-flex;
|
22903
|
+
list-style-type: none;
|
22904
|
+
justify-content: center;
|
22905
|
+
width: 100%;
|
22906
|
+
}
|
22907
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22908
|
+
margin: 0.3rem;
|
22843
22909
|
}.v-overlay-container {
|
22844
22910
|
contain: layout;
|
22845
22911
|
left: 0;
|
@@ -22903,14 +22969,6 @@ html.v-overlay-scroll-blocked {
|
|
22903
22969
|
|
22904
22970
|
.v-overlay--scroll-blocked {
|
22905
22971
|
padding-inline-end: var(--v-scrollbar-offset);
|
22906
|
-
}.v-pagination__list {
|
22907
|
-
display: inline-flex;
|
22908
|
-
list-style-type: none;
|
22909
|
-
justify-content: center;
|
22910
|
-
width: 100%;
|
22911
|
-
}
|
22912
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
22913
|
-
margin: 0.3rem;
|
22914
22972
|
}.v-parallax {
|
22915
22973
|
position: relative;
|
22916
22974
|
overflow: hidden;
|
@@ -23299,32 +23357,6 @@ html.v-overlay-scroll-blocked {
|
|
23299
23357
|
|
23300
23358
|
.v-slider__label {
|
23301
23359
|
margin-inline-end: 12px;
|
23302
|
-
}.v-responsive {
|
23303
|
-
display: flex;
|
23304
|
-
flex: 1 0 auto;
|
23305
|
-
max-height: 100%;
|
23306
|
-
max-width: 100%;
|
23307
|
-
overflow: hidden;
|
23308
|
-
position: relative;
|
23309
|
-
}
|
23310
|
-
.v-responsive--inline {
|
23311
|
-
display: inline-flex;
|
23312
|
-
flex: 0 0 auto;
|
23313
|
-
}
|
23314
|
-
|
23315
|
-
.v-responsive__content {
|
23316
|
-
flex: 1 0 0px;
|
23317
|
-
max-width: 100%;
|
23318
|
-
}
|
23319
|
-
|
23320
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
23321
|
-
margin-inline-start: -100%;
|
23322
|
-
}
|
23323
|
-
|
23324
|
-
.v-responsive__sizer {
|
23325
|
-
flex: 1 0 0px;
|
23326
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23327
|
-
pointer-events: none;
|
23328
23360
|
}.v-rating {
|
23329
23361
|
max-width: 100%;
|
23330
23362
|
display: inline-flex;
|
@@ -23379,6 +23411,80 @@ html.v-overlay-scroll-blocked {
|
|
23379
23411
|
opacity: 0;
|
23380
23412
|
position: absolute;
|
23381
23413
|
width: 0;
|
23414
|
+
}.v-responsive {
|
23415
|
+
display: flex;
|
23416
|
+
flex: 1 0 auto;
|
23417
|
+
max-height: 100%;
|
23418
|
+
max-width: 100%;
|
23419
|
+
overflow: hidden;
|
23420
|
+
position: relative;
|
23421
|
+
}
|
23422
|
+
.v-responsive--inline {
|
23423
|
+
display: inline-flex;
|
23424
|
+
flex: 0 0 auto;
|
23425
|
+
}
|
23426
|
+
|
23427
|
+
.v-responsive__content {
|
23428
|
+
flex: 1 0 0px;
|
23429
|
+
max-width: 100%;
|
23430
|
+
}
|
23431
|
+
|
23432
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
23433
|
+
margin-inline-start: -100%;
|
23434
|
+
}
|
23435
|
+
|
23436
|
+
.v-responsive__sizer {
|
23437
|
+
flex: 1 0 0px;
|
23438
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23439
|
+
pointer-events: none;
|
23440
|
+
}.v-select .v-field .v-text-field__prefix,
|
23441
|
+
.v-select .v-field .v-text-field__suffix,
|
23442
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23443
|
+
cursor: pointer;
|
23444
|
+
}
|
23445
|
+
.v-select .v-field .v-field__input > input {
|
23446
|
+
align-self: flex-start;
|
23447
|
+
opacity: 1;
|
23448
|
+
flex: 0 0;
|
23449
|
+
position: absolute;
|
23450
|
+
width: 100%;
|
23451
|
+
transition: none;
|
23452
|
+
pointer-events: none;
|
23453
|
+
caret-color: transparent;
|
23454
|
+
}
|
23455
|
+
.v-select .v-field--dirty .v-select__selection {
|
23456
|
+
margin-inline-end: 2px;
|
23457
|
+
}
|
23458
|
+
.v-select .v-select__selection-text {
|
23459
|
+
overflow: hidden;
|
23460
|
+
text-overflow: ellipsis;
|
23461
|
+
white-space: nowrap;
|
23462
|
+
}
|
23463
|
+
.v-select__content {
|
23464
|
+
overflow: hidden;
|
23465
|
+
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));
|
23466
|
+
border-radius: 4px;
|
23467
|
+
}
|
23468
|
+
.v-select__selection {
|
23469
|
+
display: inline-flex;
|
23470
|
+
align-items: center;
|
23471
|
+
letter-spacing: inherit;
|
23472
|
+
line-height: inherit;
|
23473
|
+
max-width: 100%;
|
23474
|
+
}
|
23475
|
+
.v-select .v-select__selection:first-child {
|
23476
|
+
margin-inline-start: 0;
|
23477
|
+
}
|
23478
|
+
.v-select--selected .v-field .v-field__input > input {
|
23479
|
+
opacity: 0;
|
23480
|
+
}
|
23481
|
+
.v-select__menu-icon {
|
23482
|
+
margin-inline-start: 4px;
|
23483
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23484
|
+
}
|
23485
|
+
.v-select--active-menu .v-select__menu-icon {
|
23486
|
+
opacity: var(--v-high-emphasis-opacity);
|
23487
|
+
transform: rotate(180deg);
|
23382
23488
|
}.v-selection-control {
|
23383
23489
|
align-items: center;
|
23384
23490
|
contain: layout;
|
@@ -23480,54 +23586,14 @@ html.v-overlay-scroll-blocked {
|
|
23480
23586
|
}
|
23481
23587
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23482
23588
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23483
|
-
}.v-
|
23484
|
-
|
23485
|
-
|
23486
|
-
|
23487
|
-
}
|
23488
|
-
.v-select .v-field .v-field__input > input {
|
23489
|
-
align-self: flex-start;
|
23490
|
-
opacity: 1;
|
23491
|
-
flex: 0 0;
|
23492
|
-
position: absolute;
|
23493
|
-
width: 100%;
|
23494
|
-
transition: none;
|
23495
|
-
pointer-events: none;
|
23496
|
-
caret-color: transparent;
|
23497
|
-
}
|
23498
|
-
.v-select .v-field--dirty .v-select__selection {
|
23499
|
-
margin-inline-end: 2px;
|
23500
|
-
}
|
23501
|
-
.v-select .v-select__selection-text {
|
23502
|
-
overflow: hidden;
|
23503
|
-
text-overflow: ellipsis;
|
23504
|
-
white-space: nowrap;
|
23505
|
-
}
|
23506
|
-
.v-select__content {
|
23507
|
-
overflow: hidden;
|
23508
|
-
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));
|
23509
|
-
border-radius: 4px;
|
23510
|
-
}
|
23511
|
-
.v-select__selection {
|
23512
|
-
display: inline-flex;
|
23513
|
-
align-items: center;
|
23514
|
-
letter-spacing: inherit;
|
23515
|
-
line-height: inherit;
|
23516
|
-
max-width: 100%;
|
23517
|
-
}
|
23518
|
-
.v-select .v-select__selection:first-child {
|
23519
|
-
margin-inline-start: 0;
|
23520
|
-
}
|
23521
|
-
.v-select--selected .v-field .v-field__input > input {
|
23522
|
-
opacity: 0;
|
23523
|
-
}
|
23524
|
-
.v-select__menu-icon {
|
23525
|
-
margin-inline-start: 4px;
|
23526
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23589
|
+
}.v-selection-control-group {
|
23590
|
+
grid-area: control;
|
23591
|
+
display: flex;
|
23592
|
+
flex-direction: column;
|
23527
23593
|
}
|
23528
|
-
.v-
|
23529
|
-
|
23530
|
-
|
23594
|
+
.v-selection-control-group--inline {
|
23595
|
+
flex-direction: row;
|
23596
|
+
flex-wrap: wrap;
|
23531
23597
|
}.v-sheet {
|
23532
23598
|
display: block;
|
23533
23599
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -23779,14 +23845,6 @@ html.v-overlay-scroll-blocked {
|
|
23779
23845
|
100% {
|
23780
23846
|
transform: translateX(100%);
|
23781
23847
|
}
|
23782
|
-
}.v-selection-control-group {
|
23783
|
-
grid-area: control;
|
23784
|
-
display: flex;
|
23785
|
-
flex-direction: column;
|
23786
|
-
}
|
23787
|
-
.v-selection-control-group--inline {
|
23788
|
-
flex-direction: row;
|
23789
|
-
flex-wrap: wrap;
|
23790
23848
|
}.v-slide-group {
|
23791
23849
|
display: flex;
|
23792
23850
|
overflow: hidden;
|
@@ -23842,144 +23900,47 @@ html.v-overlay-scroll-blocked {
|
|
23842
23900
|
.v-slide-group--vertical .v-slide-group__container {
|
23843
23901
|
overflow-x: hidden;
|
23844
23902
|
overflow-y: auto;
|
23845
|
-
}.v-
|
23846
|
-
|
23847
|
-
z-index: 10000;
|
23848
|
-
margin: 8px;
|
23849
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
23850
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
23903
|
+
}.v-speed-dial__content {
|
23904
|
+
gap: 8px;
|
23851
23905
|
}
|
23852
|
-
.v-
|
23853
|
-
|
23906
|
+
.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 {
|
23907
|
+
flex-direction: row;
|
23854
23908
|
}
|
23855
|
-
.v-
|
23856
|
-
|
23857
|
-
display: flex;
|
23858
|
-
max-width: 672px;
|
23859
|
-
min-height: 48px;
|
23860
|
-
min-width: 344px;
|
23861
|
-
overflow: hidden;
|
23862
|
-
padding: 0;
|
23863
|
-
border-radius: 4px;
|
23909
|
+
.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 {
|
23910
|
+
flex-direction: row-reverse;
|
23864
23911
|
}
|
23865
|
-
.v-
|
23866
|
-
|
23867
|
-
color: inherit;
|
23912
|
+
.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 {
|
23913
|
+
flex-direction: column-reverse;
|
23868
23914
|
}
|
23869
|
-
.v-
|
23870
|
-
|
23915
|
+
.v-speed-dial__content > *:nth-child(1) {
|
23916
|
+
transition-delay: 0s;
|
23871
23917
|
}
|
23872
|
-
.v-
|
23873
|
-
|
23874
|
-
}
|
23875
|
-
.v-snackbar--variant-plain .v-snackbar__overlay {
|
23876
|
-
display: none;
|
23877
|
-
}
|
23878
|
-
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
23879
|
-
background: rgb(var(--v-theme-surface-variant));
|
23880
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
23881
|
-
}
|
23882
|
-
.v-snackbar--variant-elevated {
|
23883
|
-
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23884
|
-
}
|
23885
|
-
.v-snackbar--variant-flat {
|
23886
|
-
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));
|
23887
|
-
}
|
23888
|
-
.v-snackbar--variant-outlined {
|
23889
|
-
border: thin solid currentColor;
|
23890
|
-
}
|
23891
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
23892
|
-
background: currentColor;
|
23893
|
-
}
|
23894
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
23895
|
-
background: currentColor;
|
23896
|
-
opacity: var(--v-activated-opacity);
|
23897
|
-
border-radius: inherit;
|
23898
|
-
top: 0;
|
23899
|
-
right: 0;
|
23900
|
-
bottom: 0;
|
23901
|
-
left: 0;
|
23902
|
-
pointer-events: none;
|
23903
|
-
}
|
23904
|
-
.v-snackbar .v-snackbar__underlay {
|
23905
|
-
position: absolute;
|
23906
|
-
}
|
23907
|
-
|
23908
|
-
.v-snackbar__content {
|
23909
|
-
flex-grow: 1;
|
23910
|
-
font-size: 0.875rem;
|
23911
|
-
font-weight: 400;
|
23912
|
-
letter-spacing: 0.0178571429em;
|
23913
|
-
line-height: 1.425;
|
23914
|
-
margin-right: auto;
|
23915
|
-
padding: 14px 16px;
|
23916
|
-
text-align: initial;
|
23917
|
-
}
|
23918
|
-
.v-snackbar__actions {
|
23919
|
-
align-items: center;
|
23920
|
-
align-self: center;
|
23921
|
-
display: flex;
|
23922
|
-
margin-inline-end: 8px;
|
23923
|
-
}
|
23924
|
-
.v-snackbar__actions > .v-btn {
|
23925
|
-
padding: 0 8px;
|
23926
|
-
min-width: auto;
|
23927
|
-
}
|
23928
|
-
.v-snackbar__timer {
|
23929
|
-
width: 100%;
|
23930
|
-
position: absolute;
|
23931
|
-
top: 0;
|
23932
|
-
}
|
23933
|
-
.v-snackbar__timer .v-progress-linear {
|
23934
|
-
transition: 0.2s linear;
|
23935
|
-
}
|
23936
|
-
.v-snackbar--absolute {
|
23937
|
-
position: absolute;
|
23938
|
-
z-index: 1;
|
23939
|
-
}
|
23940
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
23941
|
-
min-height: 68px;
|
23942
|
-
}
|
23943
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
23944
|
-
flex-direction: column;
|
23945
|
-
}
|
23946
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
23947
|
-
align-self: flex-end;
|
23948
|
-
margin-bottom: 8px;
|
23949
|
-
}
|
23950
|
-
.v-snackbar--center {
|
23951
|
-
align-items: center;
|
23952
|
-
justify-content: center;
|
23953
|
-
}
|
23954
|
-
.v-snackbar--top {
|
23955
|
-
align-items: flex-start;
|
23918
|
+
.v-speed-dial__content > *:nth-child(2) {
|
23919
|
+
transition-delay: 0.05s;
|
23956
23920
|
}
|
23957
|
-
.v-
|
23958
|
-
|
23921
|
+
.v-speed-dial__content > *:nth-child(3) {
|
23922
|
+
transition-delay: 0.1s;
|
23959
23923
|
}
|
23960
|
-
.v-
|
23961
|
-
|
23924
|
+
.v-speed-dial__content > *:nth-child(4) {
|
23925
|
+
transition-delay: 0.15s;
|
23962
23926
|
}
|
23963
|
-
.v-
|
23964
|
-
|
23927
|
+
.v-speed-dial__content > *:nth-child(5) {
|
23928
|
+
transition-delay: 0.2s;
|
23965
23929
|
}
|
23966
|
-
|
23967
|
-
|
23968
|
-
transition-duration: 0.15s;
|
23969
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
23930
|
+
.v-speed-dial__content > *:nth-child(6) {
|
23931
|
+
transition-delay: 0.25s;
|
23970
23932
|
}
|
23971
|
-
.v-
|
23972
|
-
transition-
|
23933
|
+
.v-speed-dial__content > *:nth-child(7) {
|
23934
|
+
transition-delay: 0.3s;
|
23973
23935
|
}
|
23974
|
-
.v-
|
23975
|
-
|
23976
|
-
transform: scale(0.8);
|
23936
|
+
.v-speed-dial__content > *:nth-child(8) {
|
23937
|
+
transition-delay: 0.35s;
|
23977
23938
|
}
|
23978
|
-
.v-
|
23979
|
-
transition-
|
23939
|
+
.v-speed-dial__content > *:nth-child(9) {
|
23940
|
+
transition-delay: 0.4s;
|
23980
23941
|
}
|
23981
|
-
.v-
|
23982
|
-
|
23942
|
+
.v-speed-dial__content > *:nth-child(10) {
|
23943
|
+
transition-delay: 0.45s;
|
23983
23944
|
}.v-stepper.v-sheet {
|
23984
23945
|
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));
|
23985
23946
|
border-radius: 4px;
|
@@ -24143,84 +24104,6 @@ html.v-overlay-scroll-blocked {
|
|
24143
24104
|
width: 100%;
|
24144
24105
|
height: 100%;
|
24145
24106
|
pointer-events: none;
|
24146
|
-
}.v-speed-dial__content {
|
24147
|
-
gap: 8px;
|
24148
|
-
}
|
24149
|
-
.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 {
|
24150
|
-
flex-direction: row;
|
24151
|
-
}
|
24152
|
-
.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 {
|
24153
|
-
flex-direction: row-reverse;
|
24154
|
-
}
|
24155
|
-
.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 {
|
24156
|
-
flex-direction: column-reverse;
|
24157
|
-
}
|
24158
|
-
.v-speed-dial__content > *:nth-child(1) {
|
24159
|
-
transition-delay: 0s;
|
24160
|
-
}
|
24161
|
-
.v-speed-dial__content > *:nth-child(2) {
|
24162
|
-
transition-delay: 0.05s;
|
24163
|
-
}
|
24164
|
-
.v-speed-dial__content > *:nth-child(3) {
|
24165
|
-
transition-delay: 0.1s;
|
24166
|
-
}
|
24167
|
-
.v-speed-dial__content > *:nth-child(4) {
|
24168
|
-
transition-delay: 0.15s;
|
24169
|
-
}
|
24170
|
-
.v-speed-dial__content > *:nth-child(5) {
|
24171
|
-
transition-delay: 0.2s;
|
24172
|
-
}
|
24173
|
-
.v-speed-dial__content > *:nth-child(6) {
|
24174
|
-
transition-delay: 0.25s;
|
24175
|
-
}
|
24176
|
-
.v-speed-dial__content > *:nth-child(7) {
|
24177
|
-
transition-delay: 0.3s;
|
24178
|
-
}
|
24179
|
-
.v-speed-dial__content > *:nth-child(8) {
|
24180
|
-
transition-delay: 0.35s;
|
24181
|
-
}
|
24182
|
-
.v-speed-dial__content > *:nth-child(9) {
|
24183
|
-
transition-delay: 0.4s;
|
24184
|
-
}
|
24185
|
-
.v-speed-dial__content > *:nth-child(10) {
|
24186
|
-
transition-delay: 0.45s;
|
24187
|
-
}.v-system-bar {
|
24188
|
-
align-items: center;
|
24189
|
-
display: flex;
|
24190
|
-
flex: 1 1 auto;
|
24191
|
-
height: 24px;
|
24192
|
-
justify-content: flex-end;
|
24193
|
-
max-width: 100%;
|
24194
|
-
padding-inline: 8px;
|
24195
|
-
position: relative;
|
24196
|
-
text-align: end;
|
24197
|
-
width: 100%;
|
24198
|
-
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));
|
24199
|
-
background: rgba(var(--v-theme-surface-light));
|
24200
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24201
|
-
font-size: 0.75rem;
|
24202
|
-
font-weight: 400;
|
24203
|
-
letter-spacing: 0.0333333333em;
|
24204
|
-
line-height: 1.667;
|
24205
|
-
text-transform: none;
|
24206
|
-
}
|
24207
|
-
.v-system-bar .v-icon {
|
24208
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24209
|
-
}
|
24210
|
-
.v-system-bar--absolute {
|
24211
|
-
position: absolute;
|
24212
|
-
}
|
24213
|
-
.v-system-bar--fixed {
|
24214
|
-
position: fixed;
|
24215
|
-
}
|
24216
|
-
.v-system-bar--rounded {
|
24217
|
-
border-radius: 0;
|
24218
|
-
}
|
24219
|
-
.v-system-bar--window {
|
24220
|
-
height: 32px;
|
24221
|
-
}
|
24222
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
24223
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24224
24107
|
}.v-switch .v-label {
|
24225
24108
|
padding-inline-start: 10px;
|
24226
24109
|
}
|
@@ -24401,35 +24284,6 @@ html.v-overlay-scroll-blocked {
|
|
24401
24284
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24402
24285
|
border-width: 0;
|
24403
24286
|
}
|
24404
|
-
}.v-tab.v-tab.v-btn {
|
24405
|
-
height: var(--v-tabs-height);
|
24406
|
-
border-radius: 0;
|
24407
|
-
min-width: 90px;
|
24408
|
-
}
|
24409
|
-
.v-slide-group--horizontal .v-tab {
|
24410
|
-
max-width: 360px;
|
24411
|
-
}
|
24412
|
-
.v-slide-group--vertical .v-tab {
|
24413
|
-
justify-content: start;
|
24414
|
-
}
|
24415
|
-
|
24416
|
-
.v-tab__slider {
|
24417
|
-
position: absolute;
|
24418
|
-
bottom: 0;
|
24419
|
-
left: 0;
|
24420
|
-
height: 2px;
|
24421
|
-
width: 100%;
|
24422
|
-
background: currentColor;
|
24423
|
-
pointer-events: none;
|
24424
|
-
opacity: 0;
|
24425
|
-
}
|
24426
|
-
.v-tab--selected .v-tab__slider {
|
24427
|
-
opacity: 1;
|
24428
|
-
}
|
24429
|
-
.v-slide-group--vertical .v-tab__slider {
|
24430
|
-
top: 0;
|
24431
|
-
height: 100%;
|
24432
|
-
width: 2px;
|
24433
24287
|
}.v-tabs {
|
24434
24288
|
display: flex;
|
24435
24289
|
height: var(--v-tabs-height);
|
@@ -24496,6 +24350,72 @@ html.v-overlay-scroll-blocked {
|
|
24496
24350
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24497
24351
|
margin-inline-end: 52px;
|
24498
24352
|
}
|
24353
|
+
}.v-tab.v-tab.v-btn {
|
24354
|
+
height: var(--v-tabs-height);
|
24355
|
+
border-radius: 0;
|
24356
|
+
min-width: 90px;
|
24357
|
+
}
|
24358
|
+
.v-slide-group--horizontal .v-tab {
|
24359
|
+
max-width: 360px;
|
24360
|
+
}
|
24361
|
+
.v-slide-group--vertical .v-tab {
|
24362
|
+
justify-content: start;
|
24363
|
+
}
|
24364
|
+
|
24365
|
+
.v-tab__slider {
|
24366
|
+
position: absolute;
|
24367
|
+
bottom: 0;
|
24368
|
+
left: 0;
|
24369
|
+
height: 2px;
|
24370
|
+
width: 100%;
|
24371
|
+
background: currentColor;
|
24372
|
+
pointer-events: none;
|
24373
|
+
opacity: 0;
|
24374
|
+
}
|
24375
|
+
.v-tab--selected .v-tab__slider {
|
24376
|
+
opacity: 1;
|
24377
|
+
}
|
24378
|
+
.v-slide-group--vertical .v-tab__slider {
|
24379
|
+
top: 0;
|
24380
|
+
height: 100%;
|
24381
|
+
width: 2px;
|
24382
|
+
}.v-system-bar {
|
24383
|
+
align-items: center;
|
24384
|
+
display: flex;
|
24385
|
+
flex: 1 1 auto;
|
24386
|
+
height: 24px;
|
24387
|
+
justify-content: flex-end;
|
24388
|
+
max-width: 100%;
|
24389
|
+
padding-inline: 8px;
|
24390
|
+
position: relative;
|
24391
|
+
text-align: end;
|
24392
|
+
width: 100%;
|
24393
|
+
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));
|
24394
|
+
background: rgba(var(--v-theme-surface-light));
|
24395
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24396
|
+
font-size: 0.75rem;
|
24397
|
+
font-weight: 400;
|
24398
|
+
letter-spacing: 0.0333333333em;
|
24399
|
+
line-height: 1.667;
|
24400
|
+
text-transform: none;
|
24401
|
+
}
|
24402
|
+
.v-system-bar .v-icon {
|
24403
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24404
|
+
}
|
24405
|
+
.v-system-bar--absolute {
|
24406
|
+
position: absolute;
|
24407
|
+
}
|
24408
|
+
.v-system-bar--fixed {
|
24409
|
+
position: fixed;
|
24410
|
+
}
|
24411
|
+
.v-system-bar--rounded {
|
24412
|
+
border-radius: 0;
|
24413
|
+
}
|
24414
|
+
.v-system-bar--window {
|
24415
|
+
height: 32px;
|
24416
|
+
}
|
24417
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
24418
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24499
24419
|
}.v-table {
|
24500
24420
|
background: rgb(var(--v-theme-surface));
|
24501
24421
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25310,6 +25230,15 @@ html.v-overlay-scroll-blocked {
|
|
25310
25230
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25311
25231
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25312
25232
|
transition-duration: 75ms;
|
25233
|
+
}.v-virtual-scroll {
|
25234
|
+
display: block;
|
25235
|
+
flex: 1 1 auto;
|
25236
|
+
max-width: 100%;
|
25237
|
+
overflow: auto;
|
25238
|
+
position: relative;
|
25239
|
+
}
|
25240
|
+
.v-virtual-scroll__container {
|
25241
|
+
display: block;
|
25313
25242
|
}.v-window {
|
25314
25243
|
overflow: hidden;
|
25315
25244
|
}
|
@@ -25380,15 +25309,162 @@ html.v-overlay-scroll-blocked {
|
|
25380
25309
|
}
|
25381
25310
|
.v-window-y-reverse-transition-leave-to {
|
25382
25311
|
transform: translateY(100%);
|
25383
|
-
}.v-
|
25384
|
-
|
25385
|
-
|
25312
|
+
}.v-snackbar {
|
25313
|
+
justify-content: center;
|
25314
|
+
z-index: 10000;
|
25315
|
+
margin: 8px;
|
25316
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
25317
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
25318
|
+
}
|
25319
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
25320
|
+
align-items: flex-end;
|
25321
|
+
}
|
25322
|
+
.v-snackbar__wrapper {
|
25323
|
+
align-items: center;
|
25324
|
+
display: flex;
|
25325
|
+
max-width: 672px;
|
25326
|
+
min-height: 48px;
|
25327
|
+
min-width: 344px;
|
25328
|
+
overflow: hidden;
|
25329
|
+
padding: 0;
|
25330
|
+
border-radius: 4px;
|
25331
|
+
}
|
25332
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
25333
|
+
background: transparent;
|
25334
|
+
color: inherit;
|
25335
|
+
}
|
25336
|
+
.v-snackbar--variant-plain {
|
25337
|
+
opacity: 0.62;
|
25338
|
+
}
|
25339
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
25340
|
+
opacity: 1;
|
25341
|
+
}
|
25342
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
25343
|
+
display: none;
|
25344
|
+
}
|
25345
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
25346
|
+
background: rgb(var(--v-theme-surface-variant));
|
25347
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25348
|
+
}
|
25349
|
+
.v-snackbar--variant-elevated {
|
25350
|
+
box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25351
|
+
}
|
25352
|
+
.v-snackbar--variant-flat {
|
25353
|
+
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));
|
25354
|
+
}
|
25355
|
+
.v-snackbar--variant-outlined {
|
25356
|
+
border: thin solid currentColor;
|
25357
|
+
}
|
25358
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
25359
|
+
background: currentColor;
|
25360
|
+
}
|
25361
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
25362
|
+
background: currentColor;
|
25363
|
+
opacity: var(--v-activated-opacity);
|
25364
|
+
border-radius: inherit;
|
25365
|
+
top: 0;
|
25366
|
+
right: 0;
|
25367
|
+
bottom: 0;
|
25368
|
+
left: 0;
|
25369
|
+
pointer-events: none;
|
25370
|
+
}
|
25371
|
+
.v-snackbar .v-snackbar__underlay {
|
25372
|
+
position: absolute;
|
25373
|
+
}
|
25374
|
+
|
25375
|
+
.v-snackbar__content {
|
25376
|
+
flex-grow: 1;
|
25377
|
+
font-size: 0.875rem;
|
25378
|
+
font-weight: 400;
|
25379
|
+
letter-spacing: 0.0178571429em;
|
25380
|
+
line-height: 1.425;
|
25381
|
+
margin-right: auto;
|
25382
|
+
padding: 14px 16px;
|
25383
|
+
text-align: initial;
|
25384
|
+
}
|
25385
|
+
.v-snackbar__actions {
|
25386
|
+
align-items: center;
|
25387
|
+
align-self: center;
|
25388
|
+
display: flex;
|
25389
|
+
margin-inline-end: 8px;
|
25390
|
+
}
|
25391
|
+
.v-snackbar__actions > .v-btn {
|
25392
|
+
padding: 0 8px;
|
25393
|
+
min-width: auto;
|
25394
|
+
}
|
25395
|
+
.v-snackbar__timer {
|
25396
|
+
width: 100%;
|
25397
|
+
position: absolute;
|
25398
|
+
top: 0;
|
25399
|
+
}
|
25400
|
+
.v-snackbar__timer .v-progress-linear {
|
25401
|
+
transition: 0.2s linear;
|
25402
|
+
}
|
25403
|
+
.v-snackbar--absolute {
|
25404
|
+
position: absolute;
|
25405
|
+
z-index: 1;
|
25406
|
+
}
|
25407
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
25408
|
+
min-height: 68px;
|
25409
|
+
}
|
25410
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
25411
|
+
flex-direction: column;
|
25412
|
+
}
|
25413
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
25414
|
+
align-self: flex-end;
|
25415
|
+
margin-bottom: 8px;
|
25416
|
+
}
|
25417
|
+
.v-snackbar--center {
|
25418
|
+
align-items: center;
|
25419
|
+
justify-content: center;
|
25420
|
+
}
|
25421
|
+
.v-snackbar--top {
|
25422
|
+
align-items: flex-start;
|
25423
|
+
}
|
25424
|
+
.v-snackbar--bottom {
|
25425
|
+
align-items: flex-end;
|
25426
|
+
}
|
25427
|
+
.v-snackbar--left, .v-snackbar--start {
|
25428
|
+
justify-content: flex-start;
|
25429
|
+
}
|
25430
|
+
.v-snackbar--right, .v-snackbar--end {
|
25431
|
+
justify-content: flex-end;
|
25432
|
+
}
|
25433
|
+
|
25434
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
25435
|
+
transition-duration: 0.15s;
|
25436
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25437
|
+
}
|
25438
|
+
.v-snackbar-transition-enter-active {
|
25439
|
+
transition-property: opacity, transform;
|
25440
|
+
}
|
25441
|
+
.v-snackbar-transition-enter-from {
|
25442
|
+
opacity: 0;
|
25443
|
+
transform: scale(0.8);
|
25444
|
+
}
|
25445
|
+
.v-snackbar-transition-leave-active {
|
25446
|
+
transition-property: opacity;
|
25447
|
+
}
|
25448
|
+
.v-snackbar-transition-leave-to {
|
25449
|
+
opacity: 0;
|
25450
|
+
}.v-chip-group {
|
25451
|
+
display: flex;
|
25386
25452
|
max-width: 100%;
|
25387
|
-
|
25388
|
-
|
25453
|
+
min-width: 0;
|
25454
|
+
overflow-x: auto;
|
25455
|
+
padding: 4px 0;
|
25389
25456
|
}
|
25390
|
-
.v-
|
25391
|
-
|
25457
|
+
.v-chip-group .v-chip {
|
25458
|
+
margin: 4px 8px 4px 0;
|
25459
|
+
}
|
25460
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
25461
|
+
opacity: var(--v-activated-opacity);
|
25462
|
+
}
|
25463
|
+
|
25464
|
+
.v-chip-group--column .v-slide-group__content {
|
25465
|
+
white-space: normal;
|
25466
|
+
flex-wrap: wrap;
|
25467
|
+
max-width: 100%;
|
25392
25468
|
}.v-color-picker-edit {
|
25393
25469
|
display: flex;
|
25394
25470
|
margin-top: 24px;
|