vuetify 3.5.6 → 3.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +2 -0
- package/dist/json/attributes.json +312 -40
- package/dist/json/importMap-labs.json +8 -0
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +78 -0
- package/dist/json/web-types.json +793 -52
- package/dist/vuetify-labs.css +1931 -1803
- package/dist/vuetify-labs.d.ts +1073 -106
- package/dist/vuetify-labs.esm.js +315 -75
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +315 -75
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +846 -844
- package/dist/vuetify.d.ts +74 -141
- package/dist/vuetify.esm.js +70 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +70 -69
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +50 -49
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/index.d.mts +8 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs +28 -27
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -1
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +4 -4
- package/lib/components/VCombobox/VCombobox.mjs +19 -22
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +50 -94
- package/lib/components/VLayout/index.d.mts +8 -6
- package/lib/components/VSelect/VSelect.mjs +18 -17
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +3 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -1
- package/lib/components/index.d.mts +38 -105
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +38 -36
- package/lib/labs/VEmptyState/VEmptyState.css +59 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs +145 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.sass +53 -0
- package/lib/labs/VEmptyState/_variables.scss +22 -0
- package/lib/labs/VEmptyState/index.d.mts +415 -0
- package/lib/labs/VEmptyState/index.mjs +2 -0
- package/lib/labs/VEmptyState/index.mjs.map +1 -0
- package/lib/labs/VFab/VFab.css +69 -0
- package/lib/labs/VFab/VFab.mjs +114 -0
- package/lib/labs/VFab/VFab.mjs.map +1 -0
- package/lib/labs/VFab/VFab.sass +82 -0
- package/lib/labs/VFab/_mixins.scss +22 -0
- package/lib/labs/VFab/_variables.scss +33 -0
- package/lib/labs/VFab/index.d.mts +656 -0
- package/lib/labs/VFab/index.mjs +2 -0
- package/lib/labs/VFab/index.mjs.map +1 -0
- package/lib/labs/VSparkline/VBarline.mjs +4 -4
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs +6 -2
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +12 -0
- package/lib/labs/VSparkline/util/line.mjs +2 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/components.d.mts +1066 -2
- package/lib/labs/components.mjs +2 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.7
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17029,6 +17029,34 @@ html.overflow-y-hidden {
|
|
|
17029
17029
|
.v-ripple__animation--out {
|
|
17030
17030
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
17031
17031
|
opacity: 0;
|
|
17032
|
+
}.v-app-bar {
|
|
17033
|
+
display: flex;
|
|
17034
|
+
}
|
|
17035
|
+
.v-app-bar.v-toolbar {
|
|
17036
|
+
background: rgb(var(--v-theme-surface));
|
|
17037
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17038
|
+
}
|
|
17039
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17040
|
+
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));
|
|
17041
|
+
}
|
|
17042
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17043
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17044
|
+
}.v-application {
|
|
17045
|
+
display: flex;
|
|
17046
|
+
background: rgb(var(--v-theme-background));
|
|
17047
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17048
|
+
}
|
|
17049
|
+
|
|
17050
|
+
.v-application__wrap {
|
|
17051
|
+
-webkit-backface-visibility: hidden;
|
|
17052
|
+
backface-visibility: hidden;
|
|
17053
|
+
display: flex;
|
|
17054
|
+
flex-direction: column;
|
|
17055
|
+
flex: 1 1 auto;
|
|
17056
|
+
max-width: 100%;
|
|
17057
|
+
min-height: 100vh;
|
|
17058
|
+
min-height: 100dvh;
|
|
17059
|
+
position: relative;
|
|
17032
17060
|
}.v-alert {
|
|
17033
17061
|
display: grid;
|
|
17034
17062
|
flex: 1 1;
|
|
@@ -17239,18 +17267,6 @@ html.overflow-y-hidden {
|
|
|
17239
17267
|
text-transform: none;
|
|
17240
17268
|
word-break: normal;
|
|
17241
17269
|
word-wrap: break-word;
|
|
17242
|
-
}.v-app-bar {
|
|
17243
|
-
display: flex;
|
|
17244
|
-
}
|
|
17245
|
-
.v-app-bar.v-toolbar {
|
|
17246
|
-
background: rgb(var(--v-theme-surface));
|
|
17247
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17248
|
-
}
|
|
17249
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17250
|
-
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));
|
|
17251
|
-
}
|
|
17252
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17253
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
17254
17270
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17255
17271
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17256
17272
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -17308,7 +17324,7 @@ html.overflow-y-hidden {
|
|
|
17308
17324
|
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17309
17325
|
caret-color: transparent;
|
|
17310
17326
|
}
|
|
17311
|
-
.v-autocomplete--single.v-text-field .v-field--focused input {
|
|
17327
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field .v-field--focused input {
|
|
17312
17328
|
flex: 1 1;
|
|
17313
17329
|
position: absolute;
|
|
17314
17330
|
left: 0;
|
|
@@ -17316,13 +17332,13 @@ html.overflow-y-hidden {
|
|
|
17316
17332
|
width: 100%;
|
|
17317
17333
|
padding-inline: inherit;
|
|
17318
17334
|
}
|
|
17319
|
-
.v-autocomplete--single .v-field--active input {
|
|
17335
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
17320
17336
|
transition: none;
|
|
17321
17337
|
}
|
|
17322
|
-
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
17338
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
17323
17339
|
opacity: 0;
|
|
17324
17340
|
}
|
|
17325
|
-
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
17341
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
17326
17342
|
opacity: 0;
|
|
17327
17343
|
}
|
|
17328
17344
|
.v-autocomplete__menu-icon {
|
|
@@ -17419,6 +17435,77 @@ html.overflow-y-hidden {
|
|
|
17419
17435
|
.v-avatar .v-img {
|
|
17420
17436
|
height: 100%;
|
|
17421
17437
|
width: 100%;
|
|
17438
|
+
}.v-badge {
|
|
17439
|
+
display: inline-block;
|
|
17440
|
+
line-height: 1;
|
|
17441
|
+
}
|
|
17442
|
+
|
|
17443
|
+
.v-badge__badge {
|
|
17444
|
+
align-items: center;
|
|
17445
|
+
display: inline-flex;
|
|
17446
|
+
border-radius: 10px;
|
|
17447
|
+
font-size: 0.75rem;
|
|
17448
|
+
font-weight: 500;
|
|
17449
|
+
height: 1.25rem;
|
|
17450
|
+
justify-content: center;
|
|
17451
|
+
min-width: 20px;
|
|
17452
|
+
padding: 4px 6px;
|
|
17453
|
+
pointer-events: auto;
|
|
17454
|
+
position: absolute;
|
|
17455
|
+
text-align: center;
|
|
17456
|
+
text-indent: 0;
|
|
17457
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17458
|
+
white-space: nowrap;
|
|
17459
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17460
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17461
|
+
}
|
|
17462
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17463
|
+
border-radius: inherit;
|
|
17464
|
+
border-style: solid;
|
|
17465
|
+
border-width: 2px;
|
|
17466
|
+
bottom: 0;
|
|
17467
|
+
color: rgb(var(--v-theme-background));
|
|
17468
|
+
content: "";
|
|
17469
|
+
left: 0;
|
|
17470
|
+
position: absolute;
|
|
17471
|
+
right: 0;
|
|
17472
|
+
top: 0;
|
|
17473
|
+
transform: scale(1.05);
|
|
17474
|
+
}
|
|
17475
|
+
.v-badge--dot .v-badge__badge {
|
|
17476
|
+
border-radius: 4.5px;
|
|
17477
|
+
height: 9px;
|
|
17478
|
+
min-width: 0;
|
|
17479
|
+
padding: 0;
|
|
17480
|
+
width: 9px;
|
|
17481
|
+
}
|
|
17482
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17483
|
+
border-width: 1.5px;
|
|
17484
|
+
}
|
|
17485
|
+
.v-badge--inline .v-badge__badge {
|
|
17486
|
+
position: relative;
|
|
17487
|
+
vertical-align: middle;
|
|
17488
|
+
}
|
|
17489
|
+
.v-badge__badge .v-icon {
|
|
17490
|
+
color: inherit;
|
|
17491
|
+
font-size: 0.75rem;
|
|
17492
|
+
margin: 0 -2px;
|
|
17493
|
+
}
|
|
17494
|
+
.v-badge__badge img,
|
|
17495
|
+
.v-badge__badge .v-img {
|
|
17496
|
+
height: 100%;
|
|
17497
|
+
width: 100%;
|
|
17498
|
+
}
|
|
17499
|
+
|
|
17500
|
+
.v-badge__wrapper {
|
|
17501
|
+
display: flex;
|
|
17502
|
+
position: relative;
|
|
17503
|
+
}
|
|
17504
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17505
|
+
align-items: center;
|
|
17506
|
+
display: inline-flex;
|
|
17507
|
+
justify-content: center;
|
|
17508
|
+
margin: 0 4px;
|
|
17422
17509
|
}.v-banner {
|
|
17423
17510
|
display: grid;
|
|
17424
17511
|
flex: 1 1;
|
|
@@ -17576,77 +17663,6 @@ html.overflow-y-hidden {
|
|
|
17576
17663
|
}
|
|
17577
17664
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17578
17665
|
align-self: flex-start;
|
|
17579
|
-
}.v-badge {
|
|
17580
|
-
display: inline-block;
|
|
17581
|
-
line-height: 1;
|
|
17582
|
-
}
|
|
17583
|
-
|
|
17584
|
-
.v-badge__badge {
|
|
17585
|
-
align-items: center;
|
|
17586
|
-
display: inline-flex;
|
|
17587
|
-
border-radius: 10px;
|
|
17588
|
-
font-size: 0.75rem;
|
|
17589
|
-
font-weight: 500;
|
|
17590
|
-
height: 1.25rem;
|
|
17591
|
-
justify-content: center;
|
|
17592
|
-
min-width: 20px;
|
|
17593
|
-
padding: 4px 6px;
|
|
17594
|
-
pointer-events: auto;
|
|
17595
|
-
position: absolute;
|
|
17596
|
-
text-align: center;
|
|
17597
|
-
text-indent: 0;
|
|
17598
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17599
|
-
white-space: nowrap;
|
|
17600
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17601
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17602
|
-
}
|
|
17603
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17604
|
-
border-radius: inherit;
|
|
17605
|
-
border-style: solid;
|
|
17606
|
-
border-width: 2px;
|
|
17607
|
-
bottom: 0;
|
|
17608
|
-
color: rgb(var(--v-theme-background));
|
|
17609
|
-
content: "";
|
|
17610
|
-
left: 0;
|
|
17611
|
-
position: absolute;
|
|
17612
|
-
right: 0;
|
|
17613
|
-
top: 0;
|
|
17614
|
-
transform: scale(1.05);
|
|
17615
|
-
}
|
|
17616
|
-
.v-badge--dot .v-badge__badge {
|
|
17617
|
-
border-radius: 4.5px;
|
|
17618
|
-
height: 9px;
|
|
17619
|
-
min-width: 0;
|
|
17620
|
-
padding: 0;
|
|
17621
|
-
width: 9px;
|
|
17622
|
-
}
|
|
17623
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17624
|
-
border-width: 1.5px;
|
|
17625
|
-
}
|
|
17626
|
-
.v-badge--inline .v-badge__badge {
|
|
17627
|
-
position: relative;
|
|
17628
|
-
vertical-align: middle;
|
|
17629
|
-
}
|
|
17630
|
-
.v-badge__badge .v-icon {
|
|
17631
|
-
color: inherit;
|
|
17632
|
-
font-size: 0.75rem;
|
|
17633
|
-
margin: 0 -2px;
|
|
17634
|
-
}
|
|
17635
|
-
.v-badge__badge img,
|
|
17636
|
-
.v-badge__badge .v-img {
|
|
17637
|
-
height: 100%;
|
|
17638
|
-
width: 100%;
|
|
17639
|
-
}
|
|
17640
|
-
|
|
17641
|
-
.v-badge__wrapper {
|
|
17642
|
-
display: flex;
|
|
17643
|
-
position: relative;
|
|
17644
|
-
}
|
|
17645
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17646
|
-
align-items: center;
|
|
17647
|
-
display: inline-flex;
|
|
17648
|
-
justify-content: center;
|
|
17649
|
-
margin: 0 4px;
|
|
17650
17666
|
}.v-bottom-navigation {
|
|
17651
17667
|
display: flex;
|
|
17652
17668
|
max-width: 100%;
|
|
@@ -19801,7 +19817,7 @@ html.overflow-y-hidden {
|
|
|
19801
19817
|
.v-combobox--selecting-index .v-field__input > input {
|
|
19802
19818
|
caret-color: transparent;
|
|
19803
19819
|
}
|
|
19804
|
-
.v-combobox--single.v-text-field .v-field--focused input {
|
|
19820
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field .v-field--focused input {
|
|
19805
19821
|
flex: 1 1;
|
|
19806
19822
|
position: absolute;
|
|
19807
19823
|
left: 0;
|
|
@@ -19809,13 +19825,13 @@ html.overflow-y-hidden {
|
|
|
19809
19825
|
width: 100%;
|
|
19810
19826
|
padding-inline: inherit;
|
|
19811
19827
|
}
|
|
19812
|
-
.v-combobox--single .v-field--active input {
|
|
19828
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
19813
19829
|
transition: none;
|
|
19814
19830
|
}
|
|
19815
|
-
.v-combobox--single .v-field--dirty:not(.v-field--focused) input {
|
|
19831
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
19816
19832
|
opacity: 0;
|
|
19817
19833
|
}
|
|
19818
|
-
.v-combobox--single .v-field--focused .v-combobox__selection {
|
|
19834
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
19819
19835
|
opacity: 0;
|
|
19820
19836
|
}
|
|
19821
19837
|
.v-combobox__menu-icon {
|
|
@@ -19825,27 +19841,6 @@ html.overflow-y-hidden {
|
|
|
19825
19841
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
19826
19842
|
opacity: var(--v-high-emphasis-opacity);
|
|
19827
19843
|
transform: rotate(180deg);
|
|
19828
|
-
}.v-counter {
|
|
19829
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19830
|
-
flex: 0 1 auto;
|
|
19831
|
-
font-size: 12px;
|
|
19832
|
-
transition-duration: 150ms;
|
|
19833
|
-
}.v-application {
|
|
19834
|
-
display: flex;
|
|
19835
|
-
background: rgb(var(--v-theme-background));
|
|
19836
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
19837
|
-
}
|
|
19838
|
-
|
|
19839
|
-
.v-application__wrap {
|
|
19840
|
-
-webkit-backface-visibility: hidden;
|
|
19841
|
-
backface-visibility: hidden;
|
|
19842
|
-
display: flex;
|
|
19843
|
-
flex-direction: column;
|
|
19844
|
-
flex: 1 1 auto;
|
|
19845
|
-
max-width: 100%;
|
|
19846
|
-
min-height: 100vh;
|
|
19847
|
-
min-height: 100dvh;
|
|
19848
|
-
position: relative;
|
|
19849
19844
|
}.v-data-table {
|
|
19850
19845
|
width: 100%;
|
|
19851
19846
|
}
|
|
@@ -20014,36 +20009,101 @@ html.overflow-y-hidden {
|
|
|
20014
20009
|
|
|
20015
20010
|
.v-data-table-footer__page {
|
|
20016
20011
|
padding: 0 8px;
|
|
20017
|
-
}.v-
|
|
20012
|
+
}.v-counter {
|
|
20013
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20014
|
+
flex: 0 1 auto;
|
|
20015
|
+
font-size: 12px;
|
|
20016
|
+
transition-duration: 150ms;
|
|
20017
|
+
}.v-date-picker-header {
|
|
20018
|
+
align-items: flex-end;
|
|
20019
|
+
height: 70px;
|
|
20020
|
+
display: grid;
|
|
20021
|
+
grid-template-areas: "prepend content append";
|
|
20022
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20018
20023
|
overflow: hidden;
|
|
20019
|
-
|
|
20024
|
+
padding-inline: 24px 12px;
|
|
20025
|
+
padding-bottom: 12px;
|
|
20020
20026
|
}
|
|
20021
|
-
|
|
20022
|
-
|
|
20023
|
-
|
|
20024
|
-
|
|
20027
|
+
|
|
20028
|
+
.v-date-picker-header__append {
|
|
20029
|
+
grid-area: append;
|
|
20030
|
+
}
|
|
20031
|
+
|
|
20032
|
+
.v-date-picker-header__prepend {
|
|
20033
|
+
grid-area: prepend;
|
|
20034
|
+
padding-inline-start: 8px;
|
|
20035
|
+
}
|
|
20036
|
+
|
|
20037
|
+
.v-date-picker-header__content {
|
|
20025
20038
|
align-items: center;
|
|
20039
|
+
display: inline-flex;
|
|
20040
|
+
font-size: 32px;
|
|
20041
|
+
line-height: 40px;
|
|
20042
|
+
grid-area: content;
|
|
20026
20043
|
justify-content: space-between;
|
|
20027
|
-
font-size: 0.875rem;
|
|
20028
|
-
padding-top: 4px;
|
|
20029
|
-
padding-bottom: 4px;
|
|
20030
|
-
padding-inline-start: 6px;
|
|
20031
|
-
padding-inline-end: 12px;
|
|
20032
|
-
}
|
|
20033
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20034
|
-
text-transform: none;
|
|
20035
|
-
font-weight: 400;
|
|
20036
|
-
line-height: initial;
|
|
20037
|
-
letter-spacing: initial;
|
|
20038
20044
|
}
|
|
20039
|
-
.v-date-picker-
|
|
20040
|
-
|
|
20045
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20046
|
+
cursor: pointer;
|
|
20041
20047
|
}
|
|
20042
|
-
.v-date-picker-
|
|
20048
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20043
20049
|
opacity: 0.7;
|
|
20044
20050
|
}
|
|
20045
|
-
|
|
20046
|
-
|
|
20051
|
+
|
|
20052
|
+
.date-picker-header-transition-enter-active,
|
|
20053
|
+
.date-picker-header-reverse-transition-enter-active {
|
|
20054
|
+
transition-duration: 0.3s;
|
|
20055
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20056
|
+
}
|
|
20057
|
+
.date-picker-header-transition-leave-active,
|
|
20058
|
+
.date-picker-header-reverse-transition-leave-active {
|
|
20059
|
+
transition-duration: 0.3s;
|
|
20060
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20061
|
+
}
|
|
20062
|
+
|
|
20063
|
+
.date-picker-header-transition-enter-from {
|
|
20064
|
+
transform: translate(0, 100%);
|
|
20065
|
+
}
|
|
20066
|
+
.date-picker-header-transition-leave-to {
|
|
20067
|
+
opacity: 0;
|
|
20068
|
+
transform: translate(0, -100%);
|
|
20069
|
+
}
|
|
20070
|
+
|
|
20071
|
+
.date-picker-header-reverse-transition-enter-from {
|
|
20072
|
+
transform: translate(0, -100%);
|
|
20073
|
+
}
|
|
20074
|
+
.date-picker-header-reverse-transition-leave-to {
|
|
20075
|
+
opacity: 0;
|
|
20076
|
+
transform: translate(0, 100%);
|
|
20077
|
+
}.v-date-picker {
|
|
20078
|
+
overflow: hidden;
|
|
20079
|
+
width: 328px;
|
|
20080
|
+
}
|
|
20081
|
+
.v-date-picker--show-week {
|
|
20082
|
+
width: 368px;
|
|
20083
|
+
}.v-date-picker-controls {
|
|
20084
|
+
display: flex;
|
|
20085
|
+
align-items: center;
|
|
20086
|
+
justify-content: space-between;
|
|
20087
|
+
font-size: 0.875rem;
|
|
20088
|
+
padding-top: 4px;
|
|
20089
|
+
padding-bottom: 4px;
|
|
20090
|
+
padding-inline-start: 6px;
|
|
20091
|
+
padding-inline-end: 12px;
|
|
20092
|
+
}
|
|
20093
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
20094
|
+
text-transform: none;
|
|
20095
|
+
font-weight: 400;
|
|
20096
|
+
line-height: initial;
|
|
20097
|
+
letter-spacing: initial;
|
|
20098
|
+
}
|
|
20099
|
+
.v-date-picker-controls--variant-classic {
|
|
20100
|
+
padding-inline-start: 12px;
|
|
20101
|
+
}
|
|
20102
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20103
|
+
opacity: 0.7;
|
|
20104
|
+
}
|
|
20105
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20106
|
+
cursor: pointer;
|
|
20047
20107
|
}
|
|
20048
20108
|
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20049
20109
|
opacity: 1;
|
|
@@ -20076,66 +20136,6 @@ html.overflow-y-hidden {
|
|
|
20076
20136
|
|
|
20077
20137
|
.v-date-picker__title {
|
|
20078
20138
|
display: inline-block;
|
|
20079
|
-
}.v-date-picker-header {
|
|
20080
|
-
align-items: flex-end;
|
|
20081
|
-
height: 70px;
|
|
20082
|
-
display: grid;
|
|
20083
|
-
grid-template-areas: "prepend content append";
|
|
20084
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
20085
|
-
overflow: hidden;
|
|
20086
|
-
padding-inline: 24px 12px;
|
|
20087
|
-
padding-bottom: 12px;
|
|
20088
|
-
}
|
|
20089
|
-
|
|
20090
|
-
.v-date-picker-header__append {
|
|
20091
|
-
grid-area: append;
|
|
20092
|
-
}
|
|
20093
|
-
|
|
20094
|
-
.v-date-picker-header__prepend {
|
|
20095
|
-
grid-area: prepend;
|
|
20096
|
-
padding-inline-start: 8px;
|
|
20097
|
-
}
|
|
20098
|
-
|
|
20099
|
-
.v-date-picker-header__content {
|
|
20100
|
-
align-items: center;
|
|
20101
|
-
display: inline-flex;
|
|
20102
|
-
font-size: 32px;
|
|
20103
|
-
line-height: 40px;
|
|
20104
|
-
grid-area: content;
|
|
20105
|
-
justify-content: space-between;
|
|
20106
|
-
}
|
|
20107
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
|
20108
|
-
cursor: pointer;
|
|
20109
|
-
}
|
|
20110
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
|
20111
|
-
opacity: 0.7;
|
|
20112
|
-
}
|
|
20113
|
-
|
|
20114
|
-
.date-picker-header-transition-enter-active,
|
|
20115
|
-
.date-picker-header-reverse-transition-enter-active {
|
|
20116
|
-
transition-duration: 0.3s;
|
|
20117
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20118
|
-
}
|
|
20119
|
-
.date-picker-header-transition-leave-active,
|
|
20120
|
-
.date-picker-header-reverse-transition-leave-active {
|
|
20121
|
-
transition-duration: 0.3s;
|
|
20122
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20123
|
-
}
|
|
20124
|
-
|
|
20125
|
-
.date-picker-header-transition-enter-from {
|
|
20126
|
-
transform: translate(0, 100%);
|
|
20127
|
-
}
|
|
20128
|
-
.date-picker-header-transition-leave-to {
|
|
20129
|
-
opacity: 0;
|
|
20130
|
-
transform: translate(0, -100%);
|
|
20131
|
-
}
|
|
20132
|
-
|
|
20133
|
-
.date-picker-header-reverse-transition-enter-from {
|
|
20134
|
-
transform: translate(0, -100%);
|
|
20135
|
-
}
|
|
20136
|
-
.date-picker-header-reverse-transition-leave-to {
|
|
20137
|
-
opacity: 0;
|
|
20138
|
-
transform: translate(0, 100%);
|
|
20139
20139
|
}.v-date-picker-month {
|
|
20140
20140
|
display: flex;
|
|
20141
20141
|
justify-content: center;
|
|
@@ -20191,21 +20191,6 @@ html.overflow-y-hidden {
|
|
|
20191
20191
|
|
|
20192
20192
|
.v-date-picker-month__day--hide-adjacent {
|
|
20193
20193
|
opacity: 0;
|
|
20194
|
-
}.v-date-picker-years {
|
|
20195
|
-
height: 288px;
|
|
20196
|
-
overflow-y: scroll;
|
|
20197
|
-
}
|
|
20198
|
-
|
|
20199
|
-
.v-date-picker-years__content {
|
|
20200
|
-
display: grid;
|
|
20201
|
-
flex: 1 1;
|
|
20202
|
-
justify-content: space-around;
|
|
20203
|
-
grid-template-columns: repeat(3, 1fr);
|
|
20204
|
-
gap: 8px 24px;
|
|
20205
|
-
padding-inline: 32px;
|
|
20206
|
-
}
|
|
20207
|
-
.v-date-picker-years__content .v-btn {
|
|
20208
|
-
padding-inline: 8px;
|
|
20209
20194
|
}.v-date-picker-months {
|
|
20210
20195
|
height: 288px;
|
|
20211
20196
|
}
|
|
@@ -20225,6 +20210,21 @@ html.overflow-y-hidden {
|
|
|
20225
20210
|
text-transform: none;
|
|
20226
20211
|
padding-inline-start: 8px;
|
|
20227
20212
|
padding-inline-end: 8px;
|
|
20213
|
+
}.v-date-picker-years {
|
|
20214
|
+
height: 288px;
|
|
20215
|
+
overflow-y: scroll;
|
|
20216
|
+
}
|
|
20217
|
+
|
|
20218
|
+
.v-date-picker-years__content {
|
|
20219
|
+
display: grid;
|
|
20220
|
+
flex: 1 1;
|
|
20221
|
+
justify-content: space-around;
|
|
20222
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20223
|
+
gap: 8px 24px;
|
|
20224
|
+
padding-inline: 32px;
|
|
20225
|
+
}
|
|
20226
|
+
.v-date-picker-years__content .v-btn {
|
|
20227
|
+
padding-inline: 8px;
|
|
20228
20228
|
}.v-dialog {
|
|
20229
20229
|
align-items: center;
|
|
20230
20230
|
justify-content: center;
|
|
@@ -21168,55 +21168,6 @@ textarea.v-field__input::placeholder {
|
|
|
21168
21168
|
}
|
|
21169
21169
|
.v-footer--rounded {
|
|
21170
21170
|
border-radius: 4px;
|
|
21171
|
-
}.v-icon {
|
|
21172
|
-
--v-icon-size-multiplier: 1;
|
|
21173
|
-
align-items: center;
|
|
21174
|
-
display: inline-flex;
|
|
21175
|
-
font-feature-settings: "liga";
|
|
21176
|
-
height: 1em;
|
|
21177
|
-
justify-content: center;
|
|
21178
|
-
letter-spacing: normal;
|
|
21179
|
-
line-height: 1;
|
|
21180
|
-
position: relative;
|
|
21181
|
-
text-indent: 0;
|
|
21182
|
-
text-align: center;
|
|
21183
|
-
-webkit-user-select: none;
|
|
21184
|
-
user-select: none;
|
|
21185
|
-
vertical-align: middle;
|
|
21186
|
-
width: 1em;
|
|
21187
|
-
min-width: 1em;
|
|
21188
|
-
}
|
|
21189
|
-
.v-icon--clickable {
|
|
21190
|
-
cursor: pointer;
|
|
21191
|
-
}
|
|
21192
|
-
.v-icon--size-x-small {
|
|
21193
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
|
21194
|
-
}
|
|
21195
|
-
.v-icon--size-small {
|
|
21196
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
|
21197
|
-
}
|
|
21198
|
-
.v-icon--size-default {
|
|
21199
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
|
21200
|
-
}
|
|
21201
|
-
.v-icon--size-large {
|
|
21202
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
|
21203
|
-
}
|
|
21204
|
-
.v-icon--size-x-large {
|
|
21205
|
-
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
|
21206
|
-
}
|
|
21207
|
-
|
|
21208
|
-
.v-icon__svg {
|
|
21209
|
-
fill: currentColor;
|
|
21210
|
-
width: 100%;
|
|
21211
|
-
height: 100%;
|
|
21212
|
-
}
|
|
21213
|
-
|
|
21214
|
-
.v-icon--start {
|
|
21215
|
-
margin-inline-end: 8px;
|
|
21216
|
-
}
|
|
21217
|
-
|
|
21218
|
-
.v-icon--end {
|
|
21219
|
-
margin-inline-start: 8px;
|
|
21220
21171
|
}.v-img {
|
|
21221
21172
|
--v-theme-overlay-multiplier: 3;
|
|
21222
21173
|
z-index: 0;
|
|
@@ -21278,6 +21229,60 @@ textarea.v-field__input::placeholder {
|
|
|
21278
21229
|
display: flex;
|
|
21279
21230
|
justify-content: center;
|
|
21280
21231
|
padding: 8px;
|
|
21232
|
+
}.v-icon {
|
|
21233
|
+
--v-icon-size-multiplier: 1;
|
|
21234
|
+
align-items: center;
|
|
21235
|
+
display: inline-flex;
|
|
21236
|
+
font-feature-settings: "liga";
|
|
21237
|
+
height: 1em;
|
|
21238
|
+
justify-content: center;
|
|
21239
|
+
letter-spacing: normal;
|
|
21240
|
+
line-height: 1;
|
|
21241
|
+
position: relative;
|
|
21242
|
+
text-indent: 0;
|
|
21243
|
+
text-align: center;
|
|
21244
|
+
-webkit-user-select: none;
|
|
21245
|
+
user-select: none;
|
|
21246
|
+
vertical-align: middle;
|
|
21247
|
+
width: 1em;
|
|
21248
|
+
min-width: 1em;
|
|
21249
|
+
}
|
|
21250
|
+
.v-icon--clickable {
|
|
21251
|
+
cursor: pointer;
|
|
21252
|
+
}
|
|
21253
|
+
.v-icon--size-x-small {
|
|
21254
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
|
21255
|
+
}
|
|
21256
|
+
.v-icon--size-small {
|
|
21257
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
|
21258
|
+
}
|
|
21259
|
+
.v-icon--size-default {
|
|
21260
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
|
21261
|
+
}
|
|
21262
|
+
.v-icon--size-large {
|
|
21263
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
|
21264
|
+
}
|
|
21265
|
+
.v-icon--size-x-large {
|
|
21266
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
|
21267
|
+
}
|
|
21268
|
+
|
|
21269
|
+
.v-icon__svg {
|
|
21270
|
+
fill: currentColor;
|
|
21271
|
+
width: 100%;
|
|
21272
|
+
height: 100%;
|
|
21273
|
+
}
|
|
21274
|
+
|
|
21275
|
+
.v-icon--start {
|
|
21276
|
+
margin-inline-end: 8px;
|
|
21277
|
+
}
|
|
21278
|
+
|
|
21279
|
+
.v-icon--end {
|
|
21280
|
+
margin-inline-start: 8px;
|
|
21281
|
+
}.v-item-group {
|
|
21282
|
+
flex: 0 1 auto;
|
|
21283
|
+
max-width: 100%;
|
|
21284
|
+
position: relative;
|
|
21285
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21281
21286
|
}.v-input {
|
|
21282
21287
|
display: grid;
|
|
21283
21288
|
flex: 1 1 auto;
|
|
@@ -21420,11 +21425,6 @@ textarea.v-field__input::placeholder {
|
|
|
21420
21425
|
|
|
21421
21426
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21422
21427
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21423
|
-
}.v-item-group {
|
|
21424
|
-
flex: 0 1 auto;
|
|
21425
|
-
max-width: 100%;
|
|
21426
|
-
position: relative;
|
|
21427
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21428
21428
|
}.v-label {
|
|
21429
21429
|
align-items: center;
|
|
21430
21430
|
color: inherit;
|
|
@@ -21455,6 +21455,8 @@ textarea.v-field__input::placeholder {
|
|
|
21455
21455
|
|
|
21456
21456
|
.v-layout-item--absolute {
|
|
21457
21457
|
position: absolute;
|
|
21458
|
+
}.v-locale-provider {
|
|
21459
|
+
display: contents;
|
|
21458
21460
|
}.v-list {
|
|
21459
21461
|
overflow: auto;
|
|
21460
21462
|
padding: 8px 0;
|
|
@@ -22035,8 +22037,6 @@ textarea.v-field__input::placeholder {
|
|
|
22035
22037
|
--v-layout-right: 0px;
|
|
22036
22038
|
--v-layout-top: 0px;
|
|
22037
22039
|
--v-layout-bottom: 0px;
|
|
22038
|
-
}.v-locale-provider {
|
|
22039
|
-
display: contents;
|
|
22040
22040
|
}.v-menu > .v-overlay__content {
|
|
22041
22041
|
display: flex;
|
|
22042
22042
|
flex-direction: column;
|
|
@@ -22291,6 +22291,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22291
22291
|
}
|
|
22292
22292
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22293
22293
|
margin: 0.3rem;
|
|
22294
|
+
}.v-parallax {
|
|
22295
|
+
position: relative;
|
|
22296
|
+
overflow: hidden;
|
|
22297
|
+
}
|
|
22298
|
+
.v-parallax--active > .v-img__img {
|
|
22299
|
+
will-change: transform;
|
|
22294
22300
|
}.v-progress-circular {
|
|
22295
22301
|
align-items: center;
|
|
22296
22302
|
display: inline-flex;
|
|
@@ -22393,12 +22399,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22393
22399
|
100% {
|
|
22394
22400
|
transform: rotate(270deg);
|
|
22395
22401
|
}
|
|
22396
|
-
}.v-parallax {
|
|
22397
|
-
position: relative;
|
|
22398
|
-
overflow: hidden;
|
|
22399
|
-
}
|
|
22400
|
-
.v-parallax--active > .v-img__img {
|
|
22401
|
-
will-change: transform;
|
|
22402
22402
|
}.v-progress-linear {
|
|
22403
22403
|
background: transparent;
|
|
22404
22404
|
overflow: hidden;
|
|
@@ -22621,6 +22621,60 @@ html.v-overlay-scroll-blocked {
|
|
|
22621
22621
|
}
|
|
22622
22622
|
.v-radio-group .v-input__details {
|
|
22623
22623
|
padding-inline: 16px;
|
|
22624
|
+
}.v-rating {
|
|
22625
|
+
max-width: 100%;
|
|
22626
|
+
display: inline-flex;
|
|
22627
|
+
white-space: nowrap;
|
|
22628
|
+
}
|
|
22629
|
+
.v-rating--readonly {
|
|
22630
|
+
pointer-events: none;
|
|
22631
|
+
}
|
|
22632
|
+
|
|
22633
|
+
.v-rating__wrapper {
|
|
22634
|
+
align-items: center;
|
|
22635
|
+
display: inline-flex;
|
|
22636
|
+
flex-direction: column;
|
|
22637
|
+
}
|
|
22638
|
+
.v-rating__wrapper--bottom {
|
|
22639
|
+
flex-direction: column-reverse;
|
|
22640
|
+
}
|
|
22641
|
+
|
|
22642
|
+
.v-rating__item {
|
|
22643
|
+
display: inline-flex;
|
|
22644
|
+
position: relative;
|
|
22645
|
+
}
|
|
22646
|
+
.v-rating__item label {
|
|
22647
|
+
cursor: pointer;
|
|
22648
|
+
}
|
|
22649
|
+
.v-rating__item .v-btn--variant-plain {
|
|
22650
|
+
opacity: 1;
|
|
22651
|
+
}
|
|
22652
|
+
.v-rating__item .v-btn {
|
|
22653
|
+
transition-property: transform;
|
|
22654
|
+
}
|
|
22655
|
+
.v-rating__item .v-btn .v-icon {
|
|
22656
|
+
transition: inherit;
|
|
22657
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22658
|
+
}
|
|
22659
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22660
|
+
transform: scale(1.25);
|
|
22661
|
+
}
|
|
22662
|
+
.v-rating__item--half {
|
|
22663
|
+
overflow: hidden;
|
|
22664
|
+
position: absolute;
|
|
22665
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22666
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22667
|
+
z-index: 1;
|
|
22668
|
+
}
|
|
22669
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22670
|
+
opacity: 0;
|
|
22671
|
+
}
|
|
22672
|
+
|
|
22673
|
+
.v-rating__hidden {
|
|
22674
|
+
height: 0;
|
|
22675
|
+
opacity: 0;
|
|
22676
|
+
position: absolute;
|
|
22677
|
+
width: 0;
|
|
22624
22678
|
}.v-slider .v-slider__container input {
|
|
22625
22679
|
cursor: default;
|
|
22626
22680
|
padding: 0;
|
|
@@ -22678,60 +22732,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22678
22732
|
|
|
22679
22733
|
.v-slider__label {
|
|
22680
22734
|
margin-inline-end: 12px;
|
|
22681
|
-
}.v-rating {
|
|
22682
|
-
max-width: 100%;
|
|
22683
|
-
display: inline-flex;
|
|
22684
|
-
white-space: nowrap;
|
|
22685
|
-
}
|
|
22686
|
-
.v-rating--readonly {
|
|
22687
|
-
pointer-events: none;
|
|
22688
|
-
}
|
|
22689
|
-
|
|
22690
|
-
.v-rating__wrapper {
|
|
22691
|
-
align-items: center;
|
|
22692
|
-
display: inline-flex;
|
|
22693
|
-
flex-direction: column;
|
|
22694
|
-
}
|
|
22695
|
-
.v-rating__wrapper--bottom {
|
|
22696
|
-
flex-direction: column-reverse;
|
|
22697
|
-
}
|
|
22698
|
-
|
|
22699
|
-
.v-rating__item {
|
|
22700
|
-
display: inline-flex;
|
|
22701
|
-
position: relative;
|
|
22702
|
-
}
|
|
22703
|
-
.v-rating__item label {
|
|
22704
|
-
cursor: pointer;
|
|
22705
|
-
}
|
|
22706
|
-
.v-rating__item .v-btn--variant-plain {
|
|
22707
|
-
opacity: 1;
|
|
22708
|
-
}
|
|
22709
|
-
.v-rating__item .v-btn {
|
|
22710
|
-
transition-property: transform;
|
|
22711
|
-
}
|
|
22712
|
-
.v-rating__item .v-btn .v-icon {
|
|
22713
|
-
transition: inherit;
|
|
22714
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22715
|
-
}
|
|
22716
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22717
|
-
transform: scale(1.25);
|
|
22718
|
-
}
|
|
22719
|
-
.v-rating__item--half {
|
|
22720
|
-
overflow: hidden;
|
|
22721
|
-
position: absolute;
|
|
22722
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22723
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22724
|
-
z-index: 1;
|
|
22725
|
-
}
|
|
22726
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22727
|
-
opacity: 0;
|
|
22728
|
-
}
|
|
22729
|
-
|
|
22730
|
-
.v-rating__hidden {
|
|
22731
|
-
height: 0;
|
|
22732
|
-
opacity: 0;
|
|
22733
|
-
position: absolute;
|
|
22734
|
-
width: 0;
|
|
22735
22735
|
}.v-responsive {
|
|
22736
22736
|
display: flex;
|
|
22737
22737
|
flex: 1 0 auto;
|
|
@@ -22907,14 +22907,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22907
22907
|
}
|
|
22908
22908
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22909
22909
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22910
|
-
}.v-selection-control-group {
|
|
22911
|
-
grid-area: control;
|
|
22912
|
-
display: flex;
|
|
22913
|
-
flex-direction: column;
|
|
22914
|
-
}
|
|
22915
|
-
.v-selection-control-group--inline {
|
|
22916
|
-
flex-direction: row;
|
|
22917
|
-
flex-wrap: wrap;
|
|
22918
22910
|
}.v-sheet {
|
|
22919
22911
|
display: block;
|
|
22920
22912
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -22943,48 +22935,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22943
22935
|
}
|
|
22944
22936
|
.v-sheet--rounded {
|
|
22945
22937
|
border-radius: 4px;
|
|
22946
|
-
}.v-
|
|
22947
|
-
|
|
22948
|
-
overflow: hidden;
|
|
22949
|
-
}
|
|
22950
|
-
|
|
22951
|
-
.v-slide-group__next,
|
|
22952
|
-
.v-slide-group__prev {
|
|
22953
|
-
align-items: center;
|
|
22954
|
-
display: flex;
|
|
22955
|
-
flex: 0 1 52px;
|
|
22956
|
-
justify-content: center;
|
|
22957
|
-
min-width: 52px;
|
|
22958
|
-
cursor: pointer;
|
|
22959
|
-
}
|
|
22960
|
-
.v-slide-group__next--disabled,
|
|
22961
|
-
.v-slide-group__prev--disabled {
|
|
22962
|
-
pointer-events: none;
|
|
22963
|
-
opacity: var(--v-disabled-opacity);
|
|
22964
|
-
}
|
|
22965
|
-
|
|
22966
|
-
.v-slide-group__content {
|
|
22967
|
-
display: flex;
|
|
22968
|
-
flex: 1 0 auto;
|
|
22969
|
-
position: relative;
|
|
22970
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
22971
|
-
white-space: nowrap;
|
|
22972
|
-
}
|
|
22973
|
-
.v-slide-group__content > * {
|
|
22974
|
-
white-space: initial;
|
|
22975
|
-
}
|
|
22976
|
-
|
|
22977
|
-
.v-slide-group__container {
|
|
22978
|
-
contain: content;
|
|
22938
|
+
}.v-selection-control-group {
|
|
22939
|
+
grid-area: control;
|
|
22979
22940
|
display: flex;
|
|
22980
|
-
flex: 1 1 auto;
|
|
22981
|
-
overflow: hidden;
|
|
22982
|
-
}
|
|
22983
|
-
|
|
22984
|
-
.v-slide-group--vertical,
|
|
22985
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
22986
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
22987
22941
|
flex-direction: column;
|
|
22942
|
+
}
|
|
22943
|
+
.v-selection-control-group--inline {
|
|
22944
|
+
flex-direction: row;
|
|
22945
|
+
flex-wrap: wrap;
|
|
22988
22946
|
}.v-skeleton-loader {
|
|
22989
22947
|
align-items: center;
|
|
22990
22948
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23208,131 +23166,54 @@ html.v-overlay-scroll-blocked {
|
|
|
23208
23166
|
100% {
|
|
23209
23167
|
transform: translateX(100%);
|
|
23210
23168
|
}
|
|
23211
|
-
}.v-
|
|
23212
|
-
justify-content: center;
|
|
23213
|
-
z-index: 10000;
|
|
23214
|
-
margin: 8px;
|
|
23215
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23216
|
-
}
|
|
23217
|
-
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23218
|
-
align-items: flex-end;
|
|
23219
|
-
}
|
|
23220
|
-
.v-snackbar__wrapper {
|
|
23221
|
-
align-items: center;
|
|
23169
|
+
}.v-slide-group {
|
|
23222
23170
|
display: flex;
|
|
23223
|
-
max-width: 672px;
|
|
23224
|
-
min-height: 48px;
|
|
23225
|
-
min-width: 344px;
|
|
23226
23171
|
overflow: hidden;
|
|
23227
|
-
padding: 0;
|
|
23228
|
-
border-radius: 4px;
|
|
23229
23172
|
}
|
|
23230
|
-
|
|
23231
|
-
|
|
23232
|
-
|
|
23173
|
+
|
|
23174
|
+
.v-slide-group__next,
|
|
23175
|
+
.v-slide-group__prev {
|
|
23176
|
+
align-items: center;
|
|
23177
|
+
display: flex;
|
|
23178
|
+
flex: 0 1 52px;
|
|
23179
|
+
justify-content: center;
|
|
23180
|
+
min-width: 52px;
|
|
23181
|
+
cursor: pointer;
|
|
23233
23182
|
}
|
|
23234
|
-
.v-
|
|
23235
|
-
|
|
23183
|
+
.v-slide-group__next--disabled,
|
|
23184
|
+
.v-slide-group__prev--disabled {
|
|
23185
|
+
pointer-events: none;
|
|
23186
|
+
opacity: var(--v-disabled-opacity);
|
|
23236
23187
|
}
|
|
23237
|
-
|
|
23238
|
-
|
|
23188
|
+
|
|
23189
|
+
.v-slide-group__content {
|
|
23190
|
+
display: flex;
|
|
23191
|
+
flex: 1 0 auto;
|
|
23192
|
+
position: relative;
|
|
23193
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23194
|
+
white-space: nowrap;
|
|
23239
23195
|
}
|
|
23240
|
-
.v-
|
|
23241
|
-
|
|
23196
|
+
.v-slide-group__content > * {
|
|
23197
|
+
white-space: initial;
|
|
23242
23198
|
}
|
|
23243
|
-
|
|
23244
|
-
|
|
23245
|
-
|
|
23199
|
+
|
|
23200
|
+
.v-slide-group__container {
|
|
23201
|
+
contain: content;
|
|
23202
|
+
display: flex;
|
|
23203
|
+
flex: 1 1 auto;
|
|
23204
|
+
overflow: hidden;
|
|
23246
23205
|
}
|
|
23247
|
-
|
|
23248
|
-
|
|
23206
|
+
|
|
23207
|
+
.v-slide-group--vertical,
|
|
23208
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
23209
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
23210
|
+
flex-direction: column;
|
|
23211
|
+
}.v-stepper.v-sheet {
|
|
23212
|
+
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));
|
|
23213
|
+
border-radius: 4px;
|
|
23214
|
+
overflow: hidden;
|
|
23249
23215
|
}
|
|
23250
|
-
.v-
|
|
23251
|
-
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));
|
|
23252
|
-
}
|
|
23253
|
-
.v-snackbar--variant-outlined {
|
|
23254
|
-
border: thin solid currentColor;
|
|
23255
|
-
}
|
|
23256
|
-
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23257
|
-
background: currentColor;
|
|
23258
|
-
}
|
|
23259
|
-
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23260
|
-
background: currentColor;
|
|
23261
|
-
opacity: var(--v-activated-opacity);
|
|
23262
|
-
border-radius: inherit;
|
|
23263
|
-
position: absolute;
|
|
23264
|
-
top: 0;
|
|
23265
|
-
right: 0;
|
|
23266
|
-
bottom: 0;
|
|
23267
|
-
left: 0;
|
|
23268
|
-
pointer-events: none;
|
|
23269
|
-
}
|
|
23270
|
-
|
|
23271
|
-
.v-snackbar__content {
|
|
23272
|
-
flex-grow: 1;
|
|
23273
|
-
font-size: 0.875rem;
|
|
23274
|
-
font-weight: 400;
|
|
23275
|
-
letter-spacing: 0.0178571429em;
|
|
23276
|
-
line-height: 1.25rem;
|
|
23277
|
-
margin-right: auto;
|
|
23278
|
-
padding: 14px 16px;
|
|
23279
|
-
text-align: initial;
|
|
23280
|
-
}
|
|
23281
|
-
.v-snackbar__actions {
|
|
23282
|
-
align-items: center;
|
|
23283
|
-
align-self: center;
|
|
23284
|
-
display: flex;
|
|
23285
|
-
margin-inline-end: 8px;
|
|
23286
|
-
}
|
|
23287
|
-
.v-snackbar__actions > .v-btn {
|
|
23288
|
-
padding: 0 8px;
|
|
23289
|
-
min-width: auto;
|
|
23290
|
-
}
|
|
23291
|
-
.v-snackbar__timer {
|
|
23292
|
-
width: 100%;
|
|
23293
|
-
position: absolute;
|
|
23294
|
-
top: 0;
|
|
23295
|
-
}
|
|
23296
|
-
.v-snackbar__timer .v-progress-linear {
|
|
23297
|
-
transition: 0.2s linear;
|
|
23298
|
-
}
|
|
23299
|
-
.v-snackbar--absolute {
|
|
23300
|
-
position: absolute;
|
|
23301
|
-
z-index: 1;
|
|
23302
|
-
}
|
|
23303
|
-
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
23304
|
-
min-height: 68px;
|
|
23305
|
-
}
|
|
23306
|
-
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
23307
|
-
flex-direction: column;
|
|
23308
|
-
}
|
|
23309
|
-
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
23310
|
-
align-self: flex-end;
|
|
23311
|
-
margin-bottom: 8px;
|
|
23312
|
-
}
|
|
23313
|
-
|
|
23314
|
-
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
23315
|
-
transition-duration: 0.15s;
|
|
23316
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23317
|
-
}
|
|
23318
|
-
.v-snackbar-transition-enter-active {
|
|
23319
|
-
transition-property: opacity, transform;
|
|
23320
|
-
}
|
|
23321
|
-
.v-snackbar-transition-enter-from {
|
|
23322
|
-
opacity: 0;
|
|
23323
|
-
transform: scale(0.8);
|
|
23324
|
-
}
|
|
23325
|
-
.v-snackbar-transition-leave-active {
|
|
23326
|
-
transition-property: opacity;
|
|
23327
|
-
}
|
|
23328
|
-
.v-snackbar-transition-leave-to {
|
|
23329
|
-
opacity: 0;
|
|
23330
|
-
}.v-stepper.v-sheet {
|
|
23331
|
-
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));
|
|
23332
|
-
border-radius: 4px;
|
|
23333
|
-
overflow: hidden;
|
|
23334
|
-
}
|
|
23335
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
|
23216
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
|
23336
23217
|
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));
|
|
23337
23218
|
}
|
|
23338
23219
|
|
|
@@ -23443,6 +23324,125 @@ html.v-overlay-scroll-blocked {
|
|
|
23443
23324
|
}
|
|
23444
23325
|
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23445
23326
|
display: none;
|
|
23327
|
+
}.v-snackbar {
|
|
23328
|
+
justify-content: center;
|
|
23329
|
+
z-index: 10000;
|
|
23330
|
+
margin: 8px;
|
|
23331
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
23332
|
+
}
|
|
23333
|
+
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
23334
|
+
align-items: flex-end;
|
|
23335
|
+
}
|
|
23336
|
+
.v-snackbar__wrapper {
|
|
23337
|
+
align-items: center;
|
|
23338
|
+
display: flex;
|
|
23339
|
+
max-width: 672px;
|
|
23340
|
+
min-height: 48px;
|
|
23341
|
+
min-width: 344px;
|
|
23342
|
+
overflow: hidden;
|
|
23343
|
+
padding: 0;
|
|
23344
|
+
border-radius: 4px;
|
|
23345
|
+
}
|
|
23346
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
|
23347
|
+
background: transparent;
|
|
23348
|
+
color: inherit;
|
|
23349
|
+
}
|
|
23350
|
+
.v-snackbar--variant-plain {
|
|
23351
|
+
opacity: 0.62;
|
|
23352
|
+
}
|
|
23353
|
+
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
|
23354
|
+
opacity: 1;
|
|
23355
|
+
}
|
|
23356
|
+
.v-snackbar--variant-plain .v-snackbar__overlay {
|
|
23357
|
+
display: none;
|
|
23358
|
+
}
|
|
23359
|
+
.v-snackbar--variant-elevated, .v-snackbar--variant-flat {
|
|
23360
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
23361
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
23362
|
+
}
|
|
23363
|
+
.v-snackbar--variant-elevated {
|
|
23364
|
+
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));
|
|
23365
|
+
}
|
|
23366
|
+
.v-snackbar--variant-flat {
|
|
23367
|
+
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));
|
|
23368
|
+
}
|
|
23369
|
+
.v-snackbar--variant-outlined {
|
|
23370
|
+
border: thin solid currentColor;
|
|
23371
|
+
}
|
|
23372
|
+
.v-snackbar--variant-text .v-snackbar__overlay {
|
|
23373
|
+
background: currentColor;
|
|
23374
|
+
}
|
|
23375
|
+
.v-snackbar--variant-tonal .v-snackbar__underlay {
|
|
23376
|
+
background: currentColor;
|
|
23377
|
+
opacity: var(--v-activated-opacity);
|
|
23378
|
+
border-radius: inherit;
|
|
23379
|
+
position: absolute;
|
|
23380
|
+
top: 0;
|
|
23381
|
+
right: 0;
|
|
23382
|
+
bottom: 0;
|
|
23383
|
+
left: 0;
|
|
23384
|
+
pointer-events: none;
|
|
23385
|
+
}
|
|
23386
|
+
|
|
23387
|
+
.v-snackbar__content {
|
|
23388
|
+
flex-grow: 1;
|
|
23389
|
+
font-size: 0.875rem;
|
|
23390
|
+
font-weight: 400;
|
|
23391
|
+
letter-spacing: 0.0178571429em;
|
|
23392
|
+
line-height: 1.25rem;
|
|
23393
|
+
margin-right: auto;
|
|
23394
|
+
padding: 14px 16px;
|
|
23395
|
+
text-align: initial;
|
|
23396
|
+
}
|
|
23397
|
+
.v-snackbar__actions {
|
|
23398
|
+
align-items: center;
|
|
23399
|
+
align-self: center;
|
|
23400
|
+
display: flex;
|
|
23401
|
+
margin-inline-end: 8px;
|
|
23402
|
+
}
|
|
23403
|
+
.v-snackbar__actions > .v-btn {
|
|
23404
|
+
padding: 0 8px;
|
|
23405
|
+
min-width: auto;
|
|
23406
|
+
}
|
|
23407
|
+
.v-snackbar__timer {
|
|
23408
|
+
width: 100%;
|
|
23409
|
+
position: absolute;
|
|
23410
|
+
top: 0;
|
|
23411
|
+
}
|
|
23412
|
+
.v-snackbar__timer .v-progress-linear {
|
|
23413
|
+
transition: 0.2s linear;
|
|
23414
|
+
}
|
|
23415
|
+
.v-snackbar--absolute {
|
|
23416
|
+
position: absolute;
|
|
23417
|
+
z-index: 1;
|
|
23418
|
+
}
|
|
23419
|
+
.v-snackbar--multi-line .v-snackbar__wrapper {
|
|
23420
|
+
min-height: 68px;
|
|
23421
|
+
}
|
|
23422
|
+
.v-snackbar--vertical .v-snackbar__wrapper {
|
|
23423
|
+
flex-direction: column;
|
|
23424
|
+
}
|
|
23425
|
+
.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
|
|
23426
|
+
align-self: flex-end;
|
|
23427
|
+
margin-bottom: 8px;
|
|
23428
|
+
}
|
|
23429
|
+
|
|
23430
|
+
.v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
|
|
23431
|
+
transition-duration: 0.15s;
|
|
23432
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
23433
|
+
}
|
|
23434
|
+
.v-snackbar-transition-enter-active {
|
|
23435
|
+
transition-property: opacity, transform;
|
|
23436
|
+
}
|
|
23437
|
+
.v-snackbar-transition-enter-from {
|
|
23438
|
+
opacity: 0;
|
|
23439
|
+
transform: scale(0.8);
|
|
23440
|
+
}
|
|
23441
|
+
.v-snackbar-transition-leave-active {
|
|
23442
|
+
transition-property: opacity;
|
|
23443
|
+
}
|
|
23444
|
+
.v-snackbar-transition-leave-to {
|
|
23445
|
+
opacity: 0;
|
|
23446
23446
|
}.v-switch .v-label {
|
|
23447
23447
|
padding-inline-start: 10px;
|
|
23448
23448
|
}
|
|
@@ -23594,6 +23594,35 @@ html.v-overlay-scroll-blocked {
|
|
|
23594
23594
|
}
|
|
23595
23595
|
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23596
23596
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23597
|
+
}.v-tab.v-tab.v-btn {
|
|
23598
|
+
height: var(--v-tabs-height);
|
|
23599
|
+
border-radius: 0;
|
|
23600
|
+
min-width: 90px;
|
|
23601
|
+
}
|
|
23602
|
+
.v-slide-group--horizontal .v-tab {
|
|
23603
|
+
max-width: 360px;
|
|
23604
|
+
}
|
|
23605
|
+
.v-slide-group--vertical .v-tab {
|
|
23606
|
+
justify-content: start;
|
|
23607
|
+
}
|
|
23608
|
+
|
|
23609
|
+
.v-tab__slider {
|
|
23610
|
+
position: absolute;
|
|
23611
|
+
bottom: 0;
|
|
23612
|
+
left: 0;
|
|
23613
|
+
height: 2px;
|
|
23614
|
+
width: 100%;
|
|
23615
|
+
background: currentColor;
|
|
23616
|
+
pointer-events: none;
|
|
23617
|
+
opacity: 0;
|
|
23618
|
+
}
|
|
23619
|
+
.v-tab--selected .v-tab__slider {
|
|
23620
|
+
opacity: 1;
|
|
23621
|
+
}
|
|
23622
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23623
|
+
top: 0;
|
|
23624
|
+
height: 100%;
|
|
23625
|
+
width: 2px;
|
|
23597
23626
|
}.v-tabs {
|
|
23598
23627
|
display: flex;
|
|
23599
23628
|
height: var(--v-tabs-height);
|
|
@@ -23660,36 +23689,113 @@ html.v-overlay-scroll-blocked {
|
|
|
23660
23689
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23661
23690
|
margin-inline-end: 52px;
|
|
23662
23691
|
}
|
|
23663
|
-
}.v-
|
|
23664
|
-
height: var(--v-
|
|
23665
|
-
border-radius: 0;
|
|
23666
|
-
min-width: 90px;
|
|
23692
|
+
}.v-textarea .v-field {
|
|
23693
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
23667
23694
|
}
|
|
23668
|
-
.v-
|
|
23669
|
-
|
|
23695
|
+
.v-textarea .v-field__field {
|
|
23696
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
23670
23697
|
}
|
|
23671
|
-
.v-
|
|
23672
|
-
|
|
23698
|
+
.v-textarea .v-field__input {
|
|
23699
|
+
flex: 1 1 auto;
|
|
23700
|
+
outline: none;
|
|
23701
|
+
-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));
|
|
23702
|
+
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));
|
|
23673
23703
|
}
|
|
23674
|
-
|
|
23675
|
-
|
|
23704
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23705
|
+
visibility: hidden;
|
|
23676
23706
|
position: absolute;
|
|
23677
|
-
|
|
23707
|
+
top: 0;
|
|
23678
23708
|
left: 0;
|
|
23679
|
-
height:
|
|
23680
|
-
|
|
23681
|
-
background: currentColor;
|
|
23709
|
+
height: 0 !important;
|
|
23710
|
+
min-height: 0 !important;
|
|
23682
23711
|
pointer-events: none;
|
|
23683
|
-
opacity: 0;
|
|
23684
23712
|
}
|
|
23685
|
-
.v-
|
|
23686
|
-
|
|
23713
|
+
.v-textarea--no-resize .v-field__input {
|
|
23714
|
+
resize: none;
|
|
23687
23715
|
}
|
|
23688
|
-
.v-
|
|
23689
|
-
|
|
23690
|
-
|
|
23691
|
-
|
|
23692
|
-
|
|
23716
|
+
.v-textarea .v-field--no-label textarea,
|
|
23717
|
+
.v-textarea .v-field--active textarea {
|
|
23718
|
+
opacity: 1;
|
|
23719
|
+
}
|
|
23720
|
+
.v-textarea textarea {
|
|
23721
|
+
opacity: 0;
|
|
23722
|
+
flex: 1;
|
|
23723
|
+
min-width: 0;
|
|
23724
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23725
|
+
}
|
|
23726
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23727
|
+
outline: none;
|
|
23728
|
+
}
|
|
23729
|
+
.v-textarea textarea:invalid {
|
|
23730
|
+
box-shadow: none;
|
|
23731
|
+
}/* region BLOCK */
|
|
23732
|
+
.v-text-field input {
|
|
23733
|
+
color: inherit;
|
|
23734
|
+
opacity: 0;
|
|
23735
|
+
flex: 1;
|
|
23736
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23737
|
+
min-width: 0;
|
|
23738
|
+
}
|
|
23739
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
23740
|
+
outline: none;
|
|
23741
|
+
}
|
|
23742
|
+
.v-text-field input:invalid {
|
|
23743
|
+
box-shadow: none;
|
|
23744
|
+
}
|
|
23745
|
+
.v-text-field .v-field {
|
|
23746
|
+
cursor: text;
|
|
23747
|
+
}
|
|
23748
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
23749
|
+
--v-field-padding-start: 6px;
|
|
23750
|
+
}
|
|
23751
|
+
|
|
23752
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
23753
|
+
--v-field-padding-end: 0;
|
|
23754
|
+
}
|
|
23755
|
+
|
|
23756
|
+
.v-text-field .v-input__details {
|
|
23757
|
+
padding-inline: 16px;
|
|
23758
|
+
}
|
|
23759
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
23760
|
+
padding-inline: 0;
|
|
23761
|
+
}
|
|
23762
|
+
|
|
23763
|
+
.v-text-field .v-field--no-label input,
|
|
23764
|
+
.v-text-field .v-field--active input {
|
|
23765
|
+
opacity: 1;
|
|
23766
|
+
}
|
|
23767
|
+
.v-text-field .v-field--single-line input {
|
|
23768
|
+
transition: none;
|
|
23769
|
+
}
|
|
23770
|
+
|
|
23771
|
+
/* endregion */
|
|
23772
|
+
/* region ELEMENTS */
|
|
23773
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
23774
|
+
align-items: center;
|
|
23775
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23776
|
+
cursor: default;
|
|
23777
|
+
display: flex;
|
|
23778
|
+
opacity: 0;
|
|
23779
|
+
transition: inherit;
|
|
23780
|
+
white-space: nowrap;
|
|
23781
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
23782
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
23783
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
23784
|
+
}
|
|
23785
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
23786
|
+
opacity: 1;
|
|
23787
|
+
}
|
|
23788
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
23789
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
23790
|
+
}
|
|
23791
|
+
.v-text-field__prefix {
|
|
23792
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
23793
|
+
}
|
|
23794
|
+
.v-text-field__suffix {
|
|
23795
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
23796
|
+
}
|
|
23797
|
+
|
|
23798
|
+
/* endregion */.v-table {
|
|
23693
23799
|
background: rgb(var(--v-theme-surface));
|
|
23694
23800
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
23695
23801
|
font-size: 0.875rem;
|
|
@@ -23827,117 +23933,240 @@ html.v-overlay-scroll-blocked {
|
|
|
23827
23933
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23828
23934
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23829
23935
|
border-top: 0px !important;
|
|
23830
|
-
}
|
|
23831
|
-
|
|
23832
|
-
color:
|
|
23833
|
-
|
|
23834
|
-
|
|
23835
|
-
|
|
23836
|
-
|
|
23837
|
-
|
|
23838
|
-
|
|
23839
|
-
|
|
23936
|
+
}.v-theme-provider {
|
|
23937
|
+
background: rgb(var(--v-theme-background));
|
|
23938
|
+
color: rgb(var(--v-theme-on-background));
|
|
23939
|
+
}.v-toolbar {
|
|
23940
|
+
align-items: flex-start;
|
|
23941
|
+
display: flex;
|
|
23942
|
+
flex: none;
|
|
23943
|
+
flex-direction: column;
|
|
23944
|
+
justify-content: space-between;
|
|
23945
|
+
max-width: 100%;
|
|
23946
|
+
position: relative;
|
|
23947
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23948
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
23949
|
+
width: 100%;
|
|
23950
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23951
|
+
border-style: solid;
|
|
23952
|
+
border-width: 0;
|
|
23953
|
+
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));
|
|
23954
|
+
border-radius: 0;
|
|
23955
|
+
background: rgb(var(--v-theme-surface-light));
|
|
23956
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23840
23957
|
}
|
|
23841
|
-
.v-
|
|
23958
|
+
.v-toolbar--border {
|
|
23959
|
+
border-width: thin;
|
|
23842
23960
|
box-shadow: none;
|
|
23843
23961
|
}
|
|
23844
|
-
.v-
|
|
23845
|
-
|
|
23846
|
-
}
|
|
23847
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
23848
|
-
--v-field-padding-start: 6px;
|
|
23962
|
+
.v-toolbar--absolute {
|
|
23963
|
+
position: absolute;
|
|
23849
23964
|
}
|
|
23850
|
-
|
|
23851
|
-
|
|
23852
|
-
|
|
23965
|
+
.v-toolbar--collapse {
|
|
23966
|
+
max-width: 112px;
|
|
23967
|
+
overflow: hidden;
|
|
23968
|
+
border-end-end-radius: 24px;
|
|
23853
23969
|
}
|
|
23854
|
-
|
|
23855
|
-
|
|
23856
|
-
padding-inline: 16px;
|
|
23970
|
+
.v-toolbar--collapse .v-toolbar-title {
|
|
23971
|
+
display: none;
|
|
23857
23972
|
}
|
|
23858
|
-
.v-
|
|
23859
|
-
|
|
23973
|
+
.v-toolbar--flat {
|
|
23974
|
+
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));
|
|
23860
23975
|
}
|
|
23861
|
-
|
|
23862
|
-
|
|
23863
|
-
.v-text-field .v-field--active input {
|
|
23864
|
-
opacity: 1;
|
|
23976
|
+
.v-toolbar--floating {
|
|
23977
|
+
display: inline-flex;
|
|
23865
23978
|
}
|
|
23866
|
-
.v-
|
|
23867
|
-
|
|
23979
|
+
.v-toolbar--rounded {
|
|
23980
|
+
border-radius: 4px;
|
|
23868
23981
|
}
|
|
23869
23982
|
|
|
23870
|
-
|
|
23871
|
-
|
|
23872
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
|
23983
|
+
.v-toolbar__content,
|
|
23984
|
+
.v-toolbar__extension {
|
|
23873
23985
|
align-items: center;
|
|
23874
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23875
|
-
cursor: default;
|
|
23876
23986
|
display: flex;
|
|
23877
|
-
|
|
23987
|
+
flex: 0 0 auto;
|
|
23988
|
+
position: relative;
|
|
23878
23989
|
transition: inherit;
|
|
23879
|
-
|
|
23880
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
23881
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
23882
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
23883
|
-
}
|
|
23884
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
23885
|
-
opacity: 1;
|
|
23886
|
-
}
|
|
23887
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
23888
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
23990
|
+
width: 100%;
|
|
23889
23991
|
}
|
|
23890
|
-
|
|
23891
|
-
|
|
23992
|
+
|
|
23993
|
+
.v-toolbar__content {
|
|
23994
|
+
overflow: hidden;
|
|
23892
23995
|
}
|
|
23893
|
-
.v-
|
|
23894
|
-
|
|
23996
|
+
.v-toolbar__content > .v-btn:first-child {
|
|
23997
|
+
margin-inline-start: 10px;
|
|
23895
23998
|
}
|
|
23896
|
-
|
|
23897
|
-
|
|
23898
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
23999
|
+
.v-toolbar__content > .v-btn:last-child {
|
|
24000
|
+
margin-inline-end: 10px;
|
|
23899
24001
|
}
|
|
23900
|
-
.v-
|
|
23901
|
-
|
|
24002
|
+
.v-toolbar__content > .v-toolbar-title {
|
|
24003
|
+
margin-inline-start: 16px;
|
|
23902
24004
|
}
|
|
23903
|
-
.v-
|
|
23904
|
-
|
|
23905
|
-
outline: none;
|
|
23906
|
-
-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));
|
|
23907
|
-
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));
|
|
24005
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
|
24006
|
+
align-items: flex-start;
|
|
23908
24007
|
}
|
|
23909
|
-
|
|
23910
|
-
|
|
24008
|
+
|
|
24009
|
+
.v-toolbar__image {
|
|
23911
24010
|
position: absolute;
|
|
23912
24011
|
top: 0;
|
|
23913
24012
|
left: 0;
|
|
23914
|
-
|
|
23915
|
-
|
|
23916
|
-
|
|
24013
|
+
width: 100%;
|
|
24014
|
+
height: 100%;
|
|
24015
|
+
display: flex;
|
|
24016
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24017
|
+
transition-property: opacity;
|
|
23917
24018
|
}
|
|
23918
|
-
|
|
23919
|
-
|
|
24019
|
+
|
|
24020
|
+
.v-toolbar__prepend,
|
|
24021
|
+
.v-toolbar__append {
|
|
24022
|
+
align-items: center;
|
|
24023
|
+
align-self: stretch;
|
|
24024
|
+
display: flex;
|
|
23920
24025
|
}
|
|
23921
|
-
|
|
23922
|
-
.v-
|
|
23923
|
-
|
|
24026
|
+
|
|
24027
|
+
.v-toolbar__prepend {
|
|
24028
|
+
margin-inline: 10px auto;
|
|
23924
24029
|
}
|
|
23925
|
-
|
|
23926
|
-
|
|
23927
|
-
|
|
24030
|
+
|
|
24031
|
+
.v-toolbar__append {
|
|
24032
|
+
margin-inline: auto 10px;
|
|
24033
|
+
}
|
|
24034
|
+
|
|
24035
|
+
.v-toolbar-title {
|
|
24036
|
+
flex: 1 1;
|
|
24037
|
+
font-size: 1.25rem;
|
|
23928
24038
|
min-width: 0;
|
|
23929
|
-
|
|
24039
|
+
font-size: 1.25rem;
|
|
24040
|
+
font-weight: 400;
|
|
24041
|
+
letter-spacing: 0;
|
|
24042
|
+
line-height: 1.75rem;
|
|
24043
|
+
text-transform: none;
|
|
23930
24044
|
}
|
|
23931
|
-
.v-
|
|
23932
|
-
|
|
24045
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24046
|
+
align-self: flex-end;
|
|
24047
|
+
padding-bottom: 6px;
|
|
24048
|
+
font-size: 1.5rem;
|
|
24049
|
+
font-weight: 400;
|
|
24050
|
+
letter-spacing: 0;
|
|
24051
|
+
line-height: 2.25rem;
|
|
24052
|
+
text-transform: none;
|
|
23933
24053
|
}
|
|
23934
|
-
|
|
23935
|
-
|
|
23936
|
-
|
|
23937
|
-
|
|
23938
|
-
|
|
23939
|
-
}
|
|
23940
|
-
|
|
24054
|
+
|
|
24055
|
+
.v-toolbar-title__placeholder {
|
|
24056
|
+
overflow: hidden;
|
|
24057
|
+
text-overflow: ellipsis;
|
|
24058
|
+
white-space: nowrap;
|
|
24059
|
+
}
|
|
24060
|
+
|
|
24061
|
+
.v-toolbar-items {
|
|
24062
|
+
display: flex;
|
|
24063
|
+
height: inherit;
|
|
24064
|
+
align-self: stretch;
|
|
24065
|
+
}
|
|
24066
|
+
.v-toolbar-items > .v-btn {
|
|
24067
|
+
border-radius: 0;
|
|
24068
|
+
}.v-tooltip > .v-overlay__content {
|
|
24069
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24070
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24071
|
+
border-radius: 4px;
|
|
24072
|
+
font-size: 0.875rem;
|
|
24073
|
+
line-height: 1.6;
|
|
24074
|
+
display: inline-block;
|
|
24075
|
+
padding: 5px 16px;
|
|
24076
|
+
text-transform: initial;
|
|
24077
|
+
width: auto;
|
|
24078
|
+
opacity: 1;
|
|
24079
|
+
pointer-events: none;
|
|
24080
|
+
transition-property: opacity, transform;
|
|
24081
|
+
overflow-wrap: break-word;
|
|
24082
|
+
}
|
|
24083
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
24084
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24085
|
+
transition-duration: 150ms;
|
|
24086
|
+
}
|
|
24087
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24088
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24089
|
+
transition-duration: 75ms;
|
|
24090
|
+
}.v-window {
|
|
24091
|
+
overflow: hidden;
|
|
24092
|
+
}
|
|
24093
|
+
.v-window__container {
|
|
24094
|
+
display: flex;
|
|
24095
|
+
flex-direction: column;
|
|
24096
|
+
height: inherit;
|
|
24097
|
+
position: relative;
|
|
24098
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
24099
|
+
}
|
|
24100
|
+
.v-window__controls {
|
|
24101
|
+
position: absolute;
|
|
24102
|
+
left: 0;
|
|
24103
|
+
top: 0;
|
|
24104
|
+
width: 100%;
|
|
24105
|
+
height: 100%;
|
|
24106
|
+
display: flex;
|
|
24107
|
+
align-items: center;
|
|
24108
|
+
justify-content: space-between;
|
|
24109
|
+
padding: 0 16px;
|
|
24110
|
+
pointer-events: none;
|
|
24111
|
+
}
|
|
24112
|
+
.v-window__controls > * {
|
|
24113
|
+
pointer-events: auto;
|
|
24114
|
+
}
|
|
24115
|
+
.v-window--show-arrows-on-hover {
|
|
24116
|
+
overflow: hidden;
|
|
24117
|
+
}
|
|
24118
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
|
24119
|
+
transform: translateX(-200%);
|
|
24120
|
+
}
|
|
24121
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
|
24122
|
+
transform: translateX(200%);
|
|
24123
|
+
}
|
|
24124
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
|
24125
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
|
24126
|
+
transform: translateX(0);
|
|
24127
|
+
}
|
|
24128
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
|
24129
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
24130
|
+
}
|
|
24131
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
|
24132
|
+
position: absolute !important;
|
|
24133
|
+
top: 0;
|
|
24134
|
+
width: 100%;
|
|
24135
|
+
}
|
|
24136
|
+
.v-window-x-transition-enter-from {
|
|
24137
|
+
transform: translateX(100%);
|
|
24138
|
+
}
|
|
24139
|
+
.v-window-x-transition-leave-to {
|
|
24140
|
+
transform: translateX(-100%);
|
|
24141
|
+
}
|
|
24142
|
+
.v-window-x-reverse-transition-enter-from {
|
|
24143
|
+
transform: translateX(-100%);
|
|
24144
|
+
}
|
|
24145
|
+
.v-window-x-reverse-transition-leave-to {
|
|
24146
|
+
transform: translateX(100%);
|
|
24147
|
+
}
|
|
24148
|
+
.v-window-y-transition-enter-from {
|
|
24149
|
+
transform: translateY(100%);
|
|
24150
|
+
}
|
|
24151
|
+
.v-window-y-transition-leave-to {
|
|
24152
|
+
transform: translateY(-100%);
|
|
24153
|
+
}
|
|
24154
|
+
.v-window-y-reverse-transition-enter-from {
|
|
24155
|
+
transform: translateY(-100%);
|
|
24156
|
+
}
|
|
24157
|
+
.v-window-y-reverse-transition-leave-to {
|
|
24158
|
+
transform: translateY(100%);
|
|
24159
|
+
}.v-virtual-scroll {
|
|
24160
|
+
display: block;
|
|
24161
|
+
flex: 1 1 auto;
|
|
24162
|
+
max-width: 100%;
|
|
24163
|
+
overflow: auto;
|
|
24164
|
+
position: relative;
|
|
24165
|
+
}
|
|
24166
|
+
.v-virtual-scroll__container {
|
|
24167
|
+
display: block;
|
|
24168
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
24169
|
+
background: rgb(var(--v-theme-surface-light));
|
|
23941
24170
|
}
|
|
23942
24171
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
23943
24172
|
background: rgb(var(--v-theme-on-surface));
|
|
@@ -24352,255 +24581,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24352
24581
|
|
|
24353
24582
|
.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 {
|
|
24354
24583
|
padding-inline-end: 0;
|
|
24355
|
-
}.v-toolbar {
|
|
24356
|
-
align-items: flex-start;
|
|
24357
|
-
display: flex;
|
|
24358
|
-
flex: none;
|
|
24359
|
-
flex-direction: column;
|
|
24360
|
-
justify-content: space-between;
|
|
24361
|
-
max-width: 100%;
|
|
24362
|
-
overflow: hidden;
|
|
24363
|
-
position: relative;
|
|
24364
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24365
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
|
24366
|
-
width: 100%;
|
|
24367
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24368
|
-
border-style: solid;
|
|
24369
|
-
border-width: 0;
|
|
24370
|
-
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));
|
|
24371
|
-
border-radius: 0;
|
|
24372
|
-
background: rgb(var(--v-theme-surface-light));
|
|
24373
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24374
|
-
}
|
|
24375
|
-
.v-toolbar--border {
|
|
24376
|
-
border-width: thin;
|
|
24377
|
-
box-shadow: none;
|
|
24378
|
-
}
|
|
24379
|
-
.v-toolbar--absolute {
|
|
24380
|
-
position: absolute;
|
|
24381
|
-
}
|
|
24382
|
-
.v-toolbar--collapse {
|
|
24383
|
-
max-width: 112px;
|
|
24384
|
-
overflow: hidden;
|
|
24385
|
-
border-end-end-radius: 24px;
|
|
24386
|
-
}
|
|
24387
|
-
.v-toolbar--collapse .v-toolbar-title {
|
|
24388
|
-
display: none;
|
|
24389
|
-
}
|
|
24390
|
-
.v-toolbar--flat {
|
|
24391
|
-
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));
|
|
24392
|
-
}
|
|
24393
|
-
.v-toolbar--floating {
|
|
24394
|
-
display: inline-flex;
|
|
24395
|
-
}
|
|
24396
|
-
.v-toolbar--rounded {
|
|
24397
|
-
border-radius: 4px;
|
|
24398
|
-
}
|
|
24399
|
-
|
|
24400
|
-
.v-toolbar__content,
|
|
24401
|
-
.v-toolbar__extension {
|
|
24402
|
-
align-items: center;
|
|
24403
|
-
display: flex;
|
|
24404
|
-
flex: 0 0 auto;
|
|
24405
|
-
position: relative;
|
|
24406
|
-
transition: inherit;
|
|
24407
|
-
width: 100%;
|
|
24408
|
-
}
|
|
24409
|
-
|
|
24410
|
-
.v-toolbar__content > .v-btn:first-child {
|
|
24411
|
-
margin-inline-start: 10px;
|
|
24412
|
-
}
|
|
24413
|
-
.v-toolbar__content > .v-btn:last-child {
|
|
24414
|
-
margin-inline-end: 10px;
|
|
24415
|
-
}
|
|
24416
|
-
.v-toolbar__content > .v-toolbar-title {
|
|
24417
|
-
margin-inline-start: 16px;
|
|
24418
|
-
}
|
|
24419
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
|
24420
|
-
align-items: flex-start;
|
|
24421
|
-
}
|
|
24422
|
-
|
|
24423
|
-
.v-toolbar__image {
|
|
24424
|
-
position: absolute;
|
|
24425
|
-
top: 0;
|
|
24426
|
-
left: 0;
|
|
24427
|
-
width: 100%;
|
|
24428
|
-
height: 100%;
|
|
24429
|
-
display: flex;
|
|
24430
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
|
24431
|
-
transition-property: opacity;
|
|
24432
|
-
}
|
|
24433
|
-
|
|
24434
|
-
.v-toolbar__prepend,
|
|
24435
|
-
.v-toolbar__append {
|
|
24436
|
-
align-items: center;
|
|
24437
|
-
align-self: stretch;
|
|
24438
|
-
display: flex;
|
|
24439
|
-
}
|
|
24440
|
-
|
|
24441
|
-
.v-toolbar__prepend {
|
|
24442
|
-
margin-inline: 10px auto;
|
|
24443
|
-
}
|
|
24444
|
-
|
|
24445
|
-
.v-toolbar__append {
|
|
24446
|
-
margin-inline: auto 10px;
|
|
24447
|
-
}
|
|
24448
|
-
|
|
24449
|
-
.v-toolbar-title {
|
|
24450
|
-
flex: 1 1;
|
|
24451
|
-
font-size: 1.25rem;
|
|
24452
|
-
min-width: 0;
|
|
24453
|
-
font-size: 1.25rem;
|
|
24454
|
-
font-weight: 400;
|
|
24455
|
-
letter-spacing: 0;
|
|
24456
|
-
line-height: 1.75rem;
|
|
24457
|
-
text-transform: none;
|
|
24458
|
-
}
|
|
24459
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
|
24460
|
-
align-self: flex-end;
|
|
24461
|
-
padding-bottom: 6px;
|
|
24462
|
-
font-size: 1.5rem;
|
|
24463
|
-
font-weight: 400;
|
|
24464
|
-
letter-spacing: 0;
|
|
24465
|
-
line-height: 2.25rem;
|
|
24466
|
-
text-transform: none;
|
|
24467
|
-
}
|
|
24468
|
-
|
|
24469
|
-
.v-toolbar-title__placeholder {
|
|
24470
|
-
overflow: hidden;
|
|
24471
|
-
text-overflow: ellipsis;
|
|
24472
|
-
white-space: nowrap;
|
|
24473
|
-
}
|
|
24474
|
-
|
|
24475
|
-
.v-toolbar-items {
|
|
24476
|
-
display: flex;
|
|
24477
|
-
height: inherit;
|
|
24478
|
-
align-self: stretch;
|
|
24479
|
-
}
|
|
24480
|
-
.v-toolbar-items > .v-btn {
|
|
24481
|
-
border-radius: 0;
|
|
24482
|
-
}.v-tooltip > .v-overlay__content {
|
|
24483
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
24484
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
24485
|
-
border-radius: 4px;
|
|
24486
|
-
font-size: 0.875rem;
|
|
24487
|
-
line-height: 1.6;
|
|
24488
|
-
display: inline-block;
|
|
24489
|
-
padding: 5px 16px;
|
|
24490
|
-
text-transform: initial;
|
|
24491
|
-
width: auto;
|
|
24492
|
-
opacity: 1;
|
|
24493
|
-
pointer-events: none;
|
|
24494
|
-
transition-property: opacity, transform;
|
|
24495
|
-
overflow-wrap: break-word;
|
|
24496
|
-
}
|
|
24497
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
24498
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
24499
|
-
transition-duration: 150ms;
|
|
24500
|
-
}
|
|
24501
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
24502
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
24503
|
-
transition-duration: 75ms;
|
|
24504
|
-
}.v-virtual-scroll {
|
|
24505
|
-
display: block;
|
|
24506
|
-
flex: 1 1 auto;
|
|
24507
|
-
max-width: 100%;
|
|
24508
|
-
overflow: auto;
|
|
24509
|
-
position: relative;
|
|
24510
|
-
}
|
|
24511
|
-
.v-virtual-scroll__container {
|
|
24512
|
-
display: block;
|
|
24513
|
-
}.v-window {
|
|
24514
|
-
overflow: hidden;
|
|
24515
|
-
}
|
|
24516
|
-
.v-window__container {
|
|
24517
|
-
display: flex;
|
|
24518
|
-
flex-direction: column;
|
|
24519
|
-
height: inherit;
|
|
24520
|
-
position: relative;
|
|
24521
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
24522
|
-
}
|
|
24523
|
-
.v-window__controls {
|
|
24524
|
-
position: absolute;
|
|
24525
|
-
left: 0;
|
|
24526
|
-
top: 0;
|
|
24527
|
-
width: 100%;
|
|
24528
|
-
height: 100%;
|
|
24529
|
-
display: flex;
|
|
24530
|
-
align-items: center;
|
|
24531
|
-
justify-content: space-between;
|
|
24532
|
-
padding: 0 16px;
|
|
24533
|
-
pointer-events: none;
|
|
24534
|
-
}
|
|
24535
|
-
.v-window__controls > * {
|
|
24536
|
-
pointer-events: auto;
|
|
24537
|
-
}
|
|
24538
|
-
.v-window--show-arrows-on-hover {
|
|
24539
|
-
overflow: hidden;
|
|
24540
|
-
}
|
|
24541
|
-
.v-window--show-arrows-on-hover .v-window__left {
|
|
24542
|
-
transform: translateX(-200%);
|
|
24543
|
-
}
|
|
24544
|
-
.v-window--show-arrows-on-hover .v-window__right {
|
|
24545
|
-
transform: translateX(200%);
|
|
24546
|
-
}
|
|
24547
|
-
.v-window--show-arrows-on-hover:hover .v-window__left,
|
|
24548
|
-
.v-window--show-arrows-on-hover:hover .v-window__right {
|
|
24549
|
-
transform: translateX(0);
|
|
24550
|
-
}
|
|
24551
|
-
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
|
24552
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
24553
|
-
}
|
|
24554
|
-
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
|
24555
|
-
position: absolute !important;
|
|
24556
|
-
top: 0;
|
|
24557
|
-
width: 100%;
|
|
24558
|
-
}
|
|
24559
|
-
.v-window-x-transition-enter-from {
|
|
24560
|
-
transform: translateX(100%);
|
|
24561
|
-
}
|
|
24562
|
-
.v-window-x-transition-leave-to {
|
|
24563
|
-
transform: translateX(-100%);
|
|
24564
|
-
}
|
|
24565
|
-
.v-window-x-reverse-transition-enter-from {
|
|
24566
|
-
transform: translateX(-100%);
|
|
24567
|
-
}
|
|
24568
|
-
.v-window-x-reverse-transition-leave-to {
|
|
24569
|
-
transform: translateX(100%);
|
|
24570
|
-
}
|
|
24571
|
-
.v-window-y-transition-enter-from {
|
|
24572
|
-
transform: translateY(100%);
|
|
24573
|
-
}
|
|
24574
|
-
.v-window-y-transition-leave-to {
|
|
24575
|
-
transform: translateY(-100%);
|
|
24576
|
-
}
|
|
24577
|
-
.v-window-y-reverse-transition-enter-from {
|
|
24578
|
-
transform: translateY(-100%);
|
|
24579
|
-
}
|
|
24580
|
-
.v-window-y-reverse-transition-leave-to {
|
|
24581
|
-
transform: translateY(100%);
|
|
24582
|
-
}.v-color-picker-canvas {
|
|
24583
|
-
display: flex;
|
|
24584
|
-
position: relative;
|
|
24585
|
-
overflow: hidden;
|
|
24586
|
-
contain: content;
|
|
24587
|
-
touch-action: none;
|
|
24588
|
-
}
|
|
24589
|
-
.v-color-picker-canvas__dot {
|
|
24590
|
-
position: absolute;
|
|
24591
|
-
top: 0;
|
|
24592
|
-
left: 0;
|
|
24593
|
-
width: 15px;
|
|
24594
|
-
height: 15px;
|
|
24595
|
-
background: transparent;
|
|
24596
|
-
border-radius: 50%;
|
|
24597
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24598
|
-
}
|
|
24599
|
-
.v-color-picker-canvas__dot--disabled {
|
|
24600
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24601
|
-
}
|
|
24602
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24603
|
-
will-change: transform;
|
|
24604
24584
|
}.v-color-picker-edit {
|
|
24605
24585
|
display: flex;
|
|
24606
24586
|
margin-top: 24px;
|
|
@@ -24698,6 +24678,28 @@ html.v-overlay-scroll-blocked {
|
|
|
24698
24678
|
.v-color-picker-preview__eye-dropper {
|
|
24699
24679
|
position: relative;
|
|
24700
24680
|
margin-right: 12px;
|
|
24681
|
+
}.v-color-picker-canvas {
|
|
24682
|
+
display: flex;
|
|
24683
|
+
position: relative;
|
|
24684
|
+
overflow: hidden;
|
|
24685
|
+
contain: content;
|
|
24686
|
+
touch-action: none;
|
|
24687
|
+
}
|
|
24688
|
+
.v-color-picker-canvas__dot {
|
|
24689
|
+
position: absolute;
|
|
24690
|
+
top: 0;
|
|
24691
|
+
left: 0;
|
|
24692
|
+
width: 15px;
|
|
24693
|
+
height: 15px;
|
|
24694
|
+
background: transparent;
|
|
24695
|
+
border-radius: 50%;
|
|
24696
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24697
|
+
}
|
|
24698
|
+
.v-color-picker-canvas__dot--disabled {
|
|
24699
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
24700
|
+
}
|
|
24701
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
24702
|
+
will-change: transform;
|
|
24701
24703
|
}.v-color-picker-swatches {
|
|
24702
24704
|
overflow-y: auto;
|
|
24703
24705
|
}
|