@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-24 → 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +107 -99
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +116 -116
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +212 -193
- package/dist/vuetify-labs.css +1815 -1815
- package/dist/vuetify-labs.d.ts +196 -109
- package/dist/vuetify-labs.esm.js +89 -43
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +89 -43
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1373 -1373
- package/dist/vuetify.d.ts +237 -150
- package/dist/vuetify.esm.js +89 -43
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +89 -43
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1004 -1004
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -24
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -24
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VMenu/VMenu.mjs +27 -6
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +30 -15
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -24
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +3 -0
- package/lib/components/index.d.mts +196 -109
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +41 -41
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.13-3.7.0-beta.0.0-
|
2
|
+
* Vuetify v3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17456,19 +17456,38 @@ html.overflow-y-hidden {
|
|
17456
17456
|
font-weight: normal;
|
17457
17457
|
padding: 0.2em 0.4rem;
|
17458
17458
|
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));
|
17459
|
-
}.v-calendar-
|
17460
|
-
|
17459
|
+
}.v-calendar-day {
|
17460
|
+
position: relative;
|
17461
17461
|
display: flex;
|
17462
|
-
|
17462
|
+
flex-direction: column;
|
17463
17463
|
}
|
17464
17464
|
|
17465
|
-
.v-calendar-
|
17466
|
-
|
17465
|
+
.v-calendar-weekly .v-calendar__container {
|
17466
|
+
display: grid;
|
17467
17467
|
}
|
17468
|
-
|
17469
|
-
|
17470
|
-
|
17471
|
-
|
17468
|
+
.v-calendar-weekly .v-calendar__container.days__7 {
|
17469
|
+
grid-template-columns: repeat(7, 1fr);
|
17470
|
+
}
|
17471
|
+
.v-calendar-weekly .v-calendar__container.days__6 {
|
17472
|
+
grid-template-columns: repeat(6, 1fr);
|
17473
|
+
}
|
17474
|
+
.v-calendar-weekly .v-calendar__container.days__5 {
|
17475
|
+
grid-template-columns: repeat(5, 1fr);
|
17476
|
+
}
|
17477
|
+
.v-calendar-weekly .v-calendar__container.days__4 {
|
17478
|
+
grid-template-columns: repeat(4, 1fr);
|
17479
|
+
}
|
17480
|
+
.v-calendar-weekly .v-calendar__container.days__3 {
|
17481
|
+
grid-template-columns: repeat(3, 1fr);
|
17482
|
+
}
|
17483
|
+
.v-calendar-weekly .v-calendar__container.days__2 {
|
17484
|
+
grid-template-columns: repeat(2, 1fr);
|
17485
|
+
}
|
17486
|
+
.v-calendar-weekly .v-calendar__container.days__1 {
|
17487
|
+
grid-template-columns: repeat(1, 1fr);
|
17488
|
+
}
|
17489
|
+
.v-calendar-weekly .v-calendar__container.days__0 {
|
17490
|
+
grid-template-columns: repeat(1, 1fr);
|
17472
17491
|
}.v-calendar {
|
17473
17492
|
background: rgb(var(--v-theme-background));
|
17474
17493
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -17696,43 +17715,53 @@ html.overflow-y-hidden {
|
|
17696
17715
|
}
|
17697
17716
|
.v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
|
17698
17717
|
border-right: none;
|
17699
|
-
}.v-calendar-
|
17700
|
-
|
17701
|
-
|
17702
|
-
|
17703
|
-
|
17704
|
-
|
17705
|
-
.v-calendar-weekly .v-calendar__container {
|
17718
|
+
}.v-calendar-internal-event {
|
17719
|
+
overflow: hidden;
|
17720
|
+
padding: 4px;
|
17721
|
+
text-overflow: ellipsis;
|
17722
|
+
white-space: nowrap;
|
17723
|
+
}.v-calendar-day__row-with-label {
|
17706
17724
|
display: grid;
|
17725
|
+
grid-template-columns: 48px 8px 1fr;
|
17726
|
+
border-right: thin solid #e0e0e0;
|
17707
17727
|
}
|
17708
|
-
.v-calendar-
|
17709
|
-
|
17710
|
-
|
17711
|
-
.v-calendar-weekly .v-calendar__container.days__6 {
|
17712
|
-
grid-template-columns: repeat(6, 1fr);
|
17728
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline {
|
17729
|
+
position: relative;
|
17730
|
+
border-right: thin solid #e0e0e0;
|
17713
17731
|
}
|
17714
|
-
.v-calendar-
|
17715
|
-
|
17732
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
|
17733
|
+
content: "";
|
17734
|
+
border-bottom: thin solid #e0e0e0;
|
17735
|
+
position: absolute;
|
17736
|
+
width: 100%;
|
17737
|
+
margin-top: -1px;
|
17738
|
+
z-index: 3;
|
17739
|
+
pointer-events: none;
|
17716
17740
|
}
|
17717
|
-
.v-calendar-
|
17718
|
-
|
17741
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-label {
|
17742
|
+
font-size: 10px;
|
17743
|
+
text-align: center;
|
17744
|
+
position: relative;
|
17745
|
+
top: -8px;
|
17719
17746
|
}
|
17720
|
-
.v-calendar-
|
17721
|
-
|
17747
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content {
|
17748
|
+
border-bottom: thin solid #e0e0e0;
|
17722
17749
|
}
|
17723
|
-
.v-calendar-
|
17724
|
-
|
17750
|
+
.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17751
|
+
border-bottom: none;
|
17725
17752
|
}
|
17726
|
-
|
17727
|
-
|
17753
|
+
|
17754
|
+
.v-calendar-day__row-without-label {
|
17755
|
+
display: grid;
|
17756
|
+
grid-template-columns: 1fr;
|
17757
|
+
border-right: thin solid #e0e0e0;
|
17728
17758
|
}
|
17729
|
-
.v-calendar-
|
17730
|
-
grid-template-columns: repeat(1, 1fr);
|
17731
|
-
}.v-calendar-internal-event {
|
17759
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content {
|
17732
17760
|
overflow: hidden;
|
17733
|
-
|
17734
|
-
|
17735
|
-
|
17761
|
+
border-bottom: thin solid #e0e0e0;
|
17762
|
+
}
|
17763
|
+
.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
|
17764
|
+
border-bottom: none;
|
17736
17765
|
}.v-calendar-month__day {
|
17737
17766
|
position: relative;
|
17738
17767
|
display: flex;
|
@@ -17796,48 +17825,57 @@ html.overflow-y-hidden {
|
|
17796
17825
|
|
17797
17826
|
.v-calendar-weekly__day-alldayevents-container {
|
17798
17827
|
min-height: 24px;
|
17799
|
-
}.v-calendar-
|
17800
|
-
|
17801
|
-
|
17802
|
-
|
17828
|
+
}.v-calendar-header {
|
17829
|
+
align-items: center;
|
17830
|
+
display: flex;
|
17831
|
+
min-height: 64px;
|
17803
17832
|
}
|
17804
|
-
|
17805
|
-
|
17806
|
-
|
17833
|
+
|
17834
|
+
.v-calendar-header__today {
|
17835
|
+
margin-inline-end: 24px;
|
17807
17836
|
}
|
17808
|
-
|
17809
|
-
|
17810
|
-
|
17811
|
-
|
17812
|
-
|
17813
|
-
|
17814
|
-
z-index: 3;
|
17815
|
-
pointer-events: none;
|
17837
|
+
|
17838
|
+
.v-calendar-header__title {
|
17839
|
+
font-size: 1.5rem;
|
17840
|
+
margin-inline-start: 24px;
|
17841
|
+
}.v-number-input input[type=number] {
|
17842
|
+
-moz-appearance: textfield;
|
17816
17843
|
}
|
17817
|
-
.v-
|
17818
|
-
|
17844
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17845
|
+
-webkit-appearance: none;
|
17846
|
+
}
|
17847
|
+
.v-number-input .v-field {
|
17848
|
+
padding-inline-end: 0;
|
17849
|
+
padding-inline-start: 0;
|
17850
|
+
}
|
17851
|
+
.v-number-input--inset .v-divider {
|
17852
|
+
height: 55%;
|
17853
|
+
width: 55%;
|
17854
|
+
align-self: center;
|
17855
|
+
}
|
17856
|
+
.v-number-input--split .v-field__input {
|
17819
17857
|
text-align: center;
|
17820
|
-
position: relative;
|
17821
|
-
top: -8px;
|
17822
17858
|
}
|
17823
|
-
.v-
|
17824
|
-
|
17859
|
+
.v-number-input--stacked .v-number-input__control {
|
17860
|
+
flex-direction: column-reverse;
|
17825
17861
|
}
|
17826
|
-
.v-
|
17827
|
-
|
17862
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
17863
|
+
flex: 1;
|
17828
17864
|
}
|
17829
|
-
|
17830
|
-
|
17831
|
-
display: grid;
|
17832
|
-
grid-template-columns: 1fr;
|
17833
|
-
border-right: thin solid #e0e0e0;
|
17865
|
+
.v-number-input--hide-input .v-field {
|
17866
|
+
flex: none;
|
17834
17867
|
}
|
17835
|
-
.v-
|
17836
|
-
|
17837
|
-
|
17868
|
+
.v-number-input--hide-input .v-field__input {
|
17869
|
+
width: 0;
|
17870
|
+
padding-inline: 0;
|
17838
17871
|
}
|
17839
|
-
.v-
|
17840
|
-
|
17872
|
+
.v-number-input__control {
|
17873
|
+
display: flex;
|
17874
|
+
height: 100%;
|
17875
|
+
}
|
17876
|
+
.v-number-input__control .v-btn {
|
17877
|
+
background-color: transparent;
|
17878
|
+
border-radius: 0;
|
17841
17879
|
}.v-stepper-vertical-item {
|
17842
17880
|
position: relative;
|
17843
17881
|
transition-duration: 0.2s;
|
@@ -17959,6 +17997,22 @@ html.overflow-y-hidden {
|
|
17959
17997
|
padding-bottom: 16px;
|
17960
17998
|
font-weight: 400;
|
17961
17999
|
letter-spacing: 0.1666666667em;
|
18000
|
+
}.v-treeview-item.v-treeview-item--filtered {
|
18001
|
+
display: none;
|
18002
|
+
}
|
18003
|
+
|
18004
|
+
.v-treeview {
|
18005
|
+
--indent-padding: 0px;
|
18006
|
+
}
|
18007
|
+
|
18008
|
+
.v-treeview-group.v-list-group {
|
18009
|
+
--list-indent-size: 16px;
|
18010
|
+
}
|
18011
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
18012
|
+
--prepend-width: 16px;
|
18013
|
+
}
|
18014
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
18015
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
17962
18016
|
}.v-pull-to-refresh {
|
17963
18017
|
overflow: hidden;
|
17964
18018
|
position: relative;
|
@@ -17985,13 +18039,6 @@ html.overflow-y-hidden {
|
|
17985
18039
|
}
|
17986
18040
|
.v-pull-to-refresh__scroll-container--touching {
|
17987
18041
|
transition: none;
|
17988
|
-
}.v-time-picker.v-picker {
|
17989
|
-
padding: 24px;
|
17990
|
-
width: 328px;
|
17991
|
-
}
|
17992
|
-
.v-time-picker.v-picker .v-picker-title {
|
17993
|
-
padding: 0;
|
17994
|
-
margin-bottom: 20px;
|
17995
18042
|
}.v-time-picker-clock {
|
17996
18043
|
background: rgb(var(--v-theme-background));
|
17997
18044
|
color: rgb(var(--v-theme-on-background));
|
@@ -18123,6 +18170,13 @@ html.overflow-y-hidden {
|
|
18123
18170
|
|
18124
18171
|
.v-picker--landscape .v-time-picker-clock__container {
|
18125
18172
|
flex-direction: row;
|
18173
|
+
}.v-time-picker.v-picker {
|
18174
|
+
padding: 24px;
|
18175
|
+
width: 328px;
|
18176
|
+
}
|
18177
|
+
.v-time-picker.v-picker .v-picker-title {
|
18178
|
+
padding: 0;
|
18179
|
+
margin-bottom: 20px;
|
18126
18180
|
}.v-time-picker-controls {
|
18127
18181
|
display: flex;
|
18128
18182
|
align-items: center;
|
@@ -18226,176 +18280,37 @@ html.overflow-y-hidden {
|
|
18226
18280
|
}
|
18227
18281
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18228
18282
|
text-align: center;
|
18229
|
-
}.v-
|
18230
|
-
display:
|
18283
|
+
}.v-app-bar {
|
18284
|
+
display: flex;
|
18231
18285
|
}
|
18232
|
-
|
18233
|
-
|
18234
|
-
--
|
18286
|
+
.v-app-bar.v-toolbar {
|
18287
|
+
background: rgb(var(--v-theme-surface));
|
18288
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18235
18289
|
}
|
18236
|
-
|
18237
|
-
.v-
|
18238
|
-
--list-indent-size: 16px;
|
18290
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18291
|
+
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));
|
18239
18292
|
}
|
18240
|
-
.v-
|
18241
|
-
|
18293
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18294
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18295
|
+
}.v-alert {
|
18296
|
+
display: grid;
|
18297
|
+
flex: 1 1;
|
18298
|
+
grid-template-areas: "prepend content append close" ". content . .";
|
18299
|
+
grid-template-columns: max-content auto max-content max-content;
|
18300
|
+
position: relative;
|
18301
|
+
padding: 16px;
|
18302
|
+
overflow: hidden;
|
18303
|
+
--v-border-color: currentColor;
|
18304
|
+
border-radius: 4px;
|
18242
18305
|
}
|
18243
|
-
.v-
|
18244
|
-
|
18245
|
-
}.v-number-input input[type=number] {
|
18246
|
-
-moz-appearance: textfield;
|
18306
|
+
.v-alert--absolute {
|
18307
|
+
position: absolute;
|
18247
18308
|
}
|
18248
|
-
.v-
|
18249
|
-
|
18309
|
+
.v-alert--fixed {
|
18310
|
+
position: fixed;
|
18250
18311
|
}
|
18251
|
-
.v-
|
18252
|
-
|
18253
|
-
padding-inline-start: 0;
|
18254
|
-
}
|
18255
|
-
.v-number-input--inset .v-divider {
|
18256
|
-
height: 55%;
|
18257
|
-
width: 55%;
|
18258
|
-
align-self: center;
|
18259
|
-
}
|
18260
|
-
.v-number-input--split .v-field__input {
|
18261
|
-
text-align: center;
|
18262
|
-
}
|
18263
|
-
.v-number-input--stacked .v-number-input__control {
|
18264
|
-
flex-direction: column-reverse;
|
18265
|
-
}
|
18266
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
18267
|
-
flex: 1;
|
18268
|
-
}
|
18269
|
-
.v-number-input--hide-input .v-field {
|
18270
|
-
flex: none;
|
18271
|
-
}
|
18272
|
-
.v-number-input--hide-input .v-field__input {
|
18273
|
-
width: 0;
|
18274
|
-
padding-inline: 0;
|
18275
|
-
}
|
18276
|
-
.v-number-input__control {
|
18277
|
-
display: flex;
|
18278
|
-
height: 100%;
|
18279
|
-
}
|
18280
|
-
.v-number-input__control .v-btn {
|
18281
|
-
background-color: transparent;
|
18282
|
-
border-radius: 0;
|
18283
|
-
}.v-application {
|
18284
|
-
display: flex;
|
18285
|
-
background: rgb(var(--v-theme-background));
|
18286
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18287
|
-
}
|
18288
|
-
|
18289
|
-
.v-application__wrap {
|
18290
|
-
-webkit-backface-visibility: hidden;
|
18291
|
-
backface-visibility: hidden;
|
18292
|
-
display: flex;
|
18293
|
-
flex-direction: column;
|
18294
|
-
flex: 1 1 auto;
|
18295
|
-
max-width: 100%;
|
18296
|
-
min-height: 100vh;
|
18297
|
-
min-height: 100dvh;
|
18298
|
-
position: relative;
|
18299
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
18300
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
18301
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18302
|
-
cursor: text;
|
18303
|
-
}
|
18304
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18305
|
-
flex: 1 1;
|
18306
|
-
}
|
18307
|
-
.v-autocomplete .v-field input {
|
18308
|
-
min-width: 64px;
|
18309
|
-
}
|
18310
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18311
|
-
min-width: 0;
|
18312
|
-
}
|
18313
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18314
|
-
margin-inline-end: 2px;
|
18315
|
-
}
|
18316
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
18317
|
-
overflow: hidden;
|
18318
|
-
text-overflow: ellipsis;
|
18319
|
-
white-space: nowrap;
|
18320
|
-
}
|
18321
|
-
|
18322
|
-
.v-autocomplete__content {
|
18323
|
-
overflow: hidden;
|
18324
|
-
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));
|
18325
|
-
border-radius: 4px;
|
18326
|
-
}
|
18327
|
-
.v-autocomplete__mask {
|
18328
|
-
background: rgb(var(--v-theme-surface-light));
|
18329
|
-
}
|
18330
|
-
.v-autocomplete__selection {
|
18331
|
-
display: inline-flex;
|
18332
|
-
align-items: center;
|
18333
|
-
height: 1.5rem;
|
18334
|
-
letter-spacing: inherit;
|
18335
|
-
line-height: inherit;
|
18336
|
-
max-width: calc(100% - 2px - 2px);
|
18337
|
-
}
|
18338
|
-
.v-autocomplete__selection:first-child {
|
18339
|
-
margin-inline-start: 0;
|
18340
|
-
}
|
18341
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18342
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18343
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18344
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18345
|
-
top: 0px;
|
18346
|
-
}
|
18347
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18348
|
-
opacity: var(--v-medium-emphasis-opacity);
|
18349
|
-
}
|
18350
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18351
|
-
opacity: 1;
|
18352
|
-
}
|
18353
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
18354
|
-
caret-color: transparent;
|
18355
|
-
}
|
18356
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18357
|
-
flex: 1 1;
|
18358
|
-
position: absolute;
|
18359
|
-
left: 0;
|
18360
|
-
right: 0;
|
18361
|
-
width: 100%;
|
18362
|
-
padding-inline: inherit;
|
18363
|
-
}
|
18364
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18365
|
-
transition: none;
|
18366
|
-
}
|
18367
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18368
|
-
opacity: 0;
|
18369
|
-
}
|
18370
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18371
|
-
opacity: 0;
|
18372
|
-
}
|
18373
|
-
.v-autocomplete__menu-icon {
|
18374
|
-
margin-inline-start: 4px;
|
18375
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18376
|
-
}
|
18377
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18378
|
-
opacity: var(--v-high-emphasis-opacity);
|
18379
|
-
transform: rotate(180deg);
|
18380
|
-
}.v-alert {
|
18381
|
-
display: grid;
|
18382
|
-
flex: 1 1;
|
18383
|
-
grid-template-areas: "prepend content append close" ". content . .";
|
18384
|
-
grid-template-columns: max-content auto max-content max-content;
|
18385
|
-
position: relative;
|
18386
|
-
padding: 16px;
|
18387
|
-
overflow: hidden;
|
18388
|
-
--v-border-color: currentColor;
|
18389
|
-
border-radius: 4px;
|
18390
|
-
}
|
18391
|
-
.v-alert--absolute {
|
18392
|
-
position: absolute;
|
18393
|
-
}
|
18394
|
-
.v-alert--fixed {
|
18395
|
-
position: fixed;
|
18396
|
-
}
|
18397
|
-
.v-alert--sticky {
|
18398
|
-
position: sticky;
|
18312
|
+
.v-alert--sticky {
|
18313
|
+
position: sticky;
|
18399
18314
|
}
|
18400
18315
|
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
18401
18316
|
background: transparent;
|
@@ -18589,144 +18504,205 @@ html.overflow-y-hidden {
|
|
18589
18504
|
text-transform: none;
|
18590
18505
|
word-break: normal;
|
18591
18506
|
word-wrap: break-word;
|
18592
|
-
}.v-
|
18507
|
+
}.v-application {
|
18593
18508
|
display: flex;
|
18509
|
+
background: rgb(var(--v-theme-background));
|
18510
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18594
18511
|
}
|
18595
|
-
|
18596
|
-
|
18597
|
-
|
18512
|
+
|
18513
|
+
.v-application__wrap {
|
18514
|
+
-webkit-backface-visibility: hidden;
|
18515
|
+
backface-visibility: hidden;
|
18516
|
+
display: flex;
|
18517
|
+
flex-direction: column;
|
18518
|
+
flex: 1 1 auto;
|
18519
|
+
max-width: 100%;
|
18520
|
+
min-height: 100vh;
|
18521
|
+
min-height: 100dvh;
|
18522
|
+
position: relative;
|
18523
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18524
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18525
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18526
|
+
cursor: text;
|
18598
18527
|
}
|
18599
|
-
.v-
|
18600
|
-
|
18528
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18529
|
+
flex: 1 1;
|
18601
18530
|
}
|
18602
|
-
.v-
|
18603
|
-
|
18604
|
-
}.v-badge {
|
18605
|
-
display: inline-block;
|
18606
|
-
line-height: 1;
|
18531
|
+
.v-autocomplete .v-field input {
|
18532
|
+
min-width: 64px;
|
18607
18533
|
}
|
18608
|
-
|
18609
|
-
|
18610
|
-
|
18611
|
-
|
18612
|
-
|
18613
|
-
|
18614
|
-
|
18615
|
-
|
18616
|
-
|
18617
|
-
min-width: 20px;
|
18618
|
-
padding: 4px 6px;
|
18619
|
-
pointer-events: auto;
|
18620
|
-
position: absolute;
|
18621
|
-
text-align: center;
|
18622
|
-
text-indent: 0;
|
18623
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18534
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18535
|
+
min-width: 0;
|
18536
|
+
}
|
18537
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18538
|
+
margin-inline-end: 2px;
|
18539
|
+
}
|
18540
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18541
|
+
overflow: hidden;
|
18542
|
+
text-overflow: ellipsis;
|
18624
18543
|
white-space: nowrap;
|
18625
|
-
background: rgb(var(--v-theme-surface-variant));
|
18626
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18627
18544
|
}
|
18628
|
-
|
18629
|
-
|
18630
|
-
|
18631
|
-
|
18632
|
-
|
18633
|
-
color: rgb(var(--v-theme-background));
|
18634
|
-
content: "";
|
18635
|
-
left: 0;
|
18636
|
-
position: absolute;
|
18637
|
-
right: 0;
|
18638
|
-
top: 0;
|
18639
|
-
transform: scale(1.05);
|
18545
|
+
|
18546
|
+
.v-autocomplete__content {
|
18547
|
+
overflow: hidden;
|
18548
|
+
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));
|
18549
|
+
border-radius: 4px;
|
18640
18550
|
}
|
18641
|
-
.v-
|
18642
|
-
|
18643
|
-
height: 9px;
|
18644
|
-
min-width: 0;
|
18645
|
-
padding: 0;
|
18646
|
-
width: 9px;
|
18551
|
+
.v-autocomplete__mask {
|
18552
|
+
background: rgb(var(--v-theme-surface-light));
|
18647
18553
|
}
|
18648
|
-
.v-
|
18649
|
-
|
18554
|
+
.v-autocomplete__selection {
|
18555
|
+
display: inline-flex;
|
18556
|
+
align-items: center;
|
18557
|
+
height: 1.5rem;
|
18558
|
+
letter-spacing: inherit;
|
18559
|
+
line-height: inherit;
|
18560
|
+
max-width: calc(100% - 2px - 2px);
|
18650
18561
|
}
|
18651
|
-
.v-
|
18652
|
-
|
18653
|
-
vertical-align: middle;
|
18562
|
+
.v-autocomplete__selection:first-child {
|
18563
|
+
margin-inline-start: 0;
|
18654
18564
|
}
|
18655
|
-
.v-
|
18656
|
-
|
18657
|
-
|
18658
|
-
|
18565
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18566
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18567
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18568
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18569
|
+
top: 0px;
|
18659
18570
|
}
|
18660
|
-
.v-
|
18661
|
-
|
18662
|
-
height: 100%;
|
18663
|
-
width: 100%;
|
18571
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18572
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18664
18573
|
}
|
18665
|
-
|
18666
|
-
|
18667
|
-
display: flex;
|
18668
|
-
position: relative;
|
18574
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18575
|
+
opacity: 1;
|
18669
18576
|
}
|
18670
|
-
.v-
|
18577
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18578
|
+
caret-color: transparent;
|
18579
|
+
}
|
18580
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18581
|
+
flex: 1 1;
|
18582
|
+
position: absolute;
|
18583
|
+
left: 0;
|
18584
|
+
right: 0;
|
18585
|
+
width: 100%;
|
18586
|
+
padding-inline: inherit;
|
18587
|
+
}
|
18588
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18589
|
+
transition: none;
|
18590
|
+
}
|
18591
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18592
|
+
opacity: 0;
|
18593
|
+
}
|
18594
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18595
|
+
opacity: 0;
|
18596
|
+
}
|
18597
|
+
.v-autocomplete__menu-icon {
|
18598
|
+
margin-inline-start: 4px;
|
18599
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18600
|
+
}
|
18601
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18602
|
+
opacity: var(--v-high-emphasis-opacity);
|
18603
|
+
transform: rotate(180deg);
|
18604
|
+
}.v-avatar {
|
18605
|
+
flex: none;
|
18671
18606
|
align-items: center;
|
18672
18607
|
display: inline-flex;
|
18673
18608
|
justify-content: center;
|
18674
|
-
|
18675
|
-
}.v-bottom-navigation {
|
18676
|
-
display: flex;
|
18677
|
-
max-width: 100%;
|
18609
|
+
line-height: normal;
|
18678
18610
|
overflow: hidden;
|
18679
|
-
position:
|
18680
|
-
|
18611
|
+
position: relative;
|
18612
|
+
text-align: center;
|
18613
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18614
|
+
transition-property: width, height;
|
18615
|
+
vertical-align: middle;
|
18681
18616
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18682
18617
|
border-style: solid;
|
18683
|
-
border-width:
|
18684
|
-
border-radius:
|
18685
|
-
background: rgb(var(--v-theme-surface));
|
18686
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18618
|
+
border-width: thin;
|
18619
|
+
border-radius: 50%;
|
18687
18620
|
}
|
18688
|
-
.v-
|
18621
|
+
.v-avatar.v-avatar--size-x-small {
|
18622
|
+
--v-avatar-height: 24px;
|
18623
|
+
}
|
18624
|
+
.v-avatar.v-avatar--size-small {
|
18625
|
+
--v-avatar-height: 32px;
|
18626
|
+
}
|
18627
|
+
.v-avatar.v-avatar--size-default {
|
18628
|
+
--v-avatar-height: 40px;
|
18629
|
+
}
|
18630
|
+
.v-avatar.v-avatar--size-large {
|
18631
|
+
--v-avatar-height: 48px;
|
18632
|
+
}
|
18633
|
+
.v-avatar.v-avatar--size-x-large {
|
18634
|
+
--v-avatar-height: 56px;
|
18635
|
+
}
|
18636
|
+
.v-avatar.v-avatar--density-default {
|
18637
|
+
height: calc(var(--v-avatar-height) + 0px);
|
18638
|
+
width: calc(var(--v-avatar-height) + 0px);
|
18639
|
+
}
|
18640
|
+
.v-avatar.v-avatar--density-comfortable {
|
18641
|
+
height: calc(var(--v-avatar-height) + -4px);
|
18642
|
+
width: calc(var(--v-avatar-height) + -4px);
|
18643
|
+
}
|
18644
|
+
.v-avatar.v-avatar--density-compact {
|
18645
|
+
height: calc(var(--v-avatar-height) + -8px);
|
18646
|
+
width: calc(var(--v-avatar-height) + -8px);
|
18647
|
+
}
|
18648
|
+
.v-avatar--border {
|
18689
18649
|
border-width: thin;
|
18690
18650
|
box-shadow: none;
|
18691
18651
|
}
|
18692
|
-
.v-
|
18693
|
-
|
18652
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18653
|
+
background: transparent;
|
18654
|
+
color: inherit;
|
18694
18655
|
}
|
18695
|
-
|
18696
|
-
.
|
18697
|
-
display: flex;
|
18698
|
-
flex: none;
|
18699
|
-
font-size: 0.75rem;
|
18700
|
-
justify-content: center;
|
18701
|
-
transition: inherit;
|
18702
|
-
width: 100%;
|
18656
|
+
.v-avatar--variant-plain {
|
18657
|
+
opacity: 0.62;
|
18703
18658
|
}
|
18704
|
-
.v-
|
18705
|
-
|
18706
|
-
height: 100%;
|
18707
|
-
max-width: 168px;
|
18708
|
-
min-width: 80px;
|
18709
|
-
text-transform: none;
|
18710
|
-
transition: inherit;
|
18711
|
-
width: auto;
|
18712
|
-
border-radius: 0;
|
18659
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18660
|
+
opacity: 1;
|
18713
18661
|
}
|
18714
|
-
.v-
|
18715
|
-
|
18716
|
-
transition: inherit;
|
18662
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
18663
|
+
display: none;
|
18717
18664
|
}
|
18718
|
-
.v-
|
18719
|
-
|
18665
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18666
|
+
background: var(--v-theme-surface);
|
18667
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18720
18668
|
}
|
18721
|
-
.v-
|
18722
|
-
|
18669
|
+
.v-avatar--variant-elevated {
|
18670
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18723
18671
|
}
|
18724
|
-
.v-
|
18725
|
-
|
18726
|
-
opacity: 0;
|
18672
|
+
.v-avatar--variant-flat {
|
18673
|
+
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));
|
18727
18674
|
}
|
18728
|
-
.v-
|
18729
|
-
|
18675
|
+
.v-avatar--variant-outlined {
|
18676
|
+
border: thin solid currentColor;
|
18677
|
+
}
|
18678
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
18679
|
+
background: currentColor;
|
18680
|
+
}
|
18681
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
18682
|
+
background: currentColor;
|
18683
|
+
opacity: var(--v-activated-opacity);
|
18684
|
+
border-radius: inherit;
|
18685
|
+
top: 0;
|
18686
|
+
right: 0;
|
18687
|
+
bottom: 0;
|
18688
|
+
left: 0;
|
18689
|
+
pointer-events: none;
|
18690
|
+
}
|
18691
|
+
.v-avatar .v-avatar__underlay {
|
18692
|
+
position: absolute;
|
18693
|
+
}
|
18694
|
+
.v-avatar--rounded {
|
18695
|
+
border-radius: 4px;
|
18696
|
+
}
|
18697
|
+
.v-avatar--start {
|
18698
|
+
margin-inline-end: 8px;
|
18699
|
+
}
|
18700
|
+
.v-avatar--end {
|
18701
|
+
margin-inline-start: 8px;
|
18702
|
+
}
|
18703
|
+
.v-avatar .v-img {
|
18704
|
+
height: 100%;
|
18705
|
+
width: 100%;
|
18730
18706
|
}.v-banner {
|
18731
18707
|
display: grid;
|
18732
18708
|
flex: 1 1;
|
@@ -18885,197 +18861,221 @@ html.overflow-y-hidden {
|
|
18885
18861
|
}
|
18886
18862
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18887
18863
|
align-self: flex-start;
|
18888
|
-
}.
|
18889
|
-
|
18890
|
-
align-items: center;
|
18891
|
-
display: inline-flex;
|
18892
|
-
justify-content: center;
|
18893
|
-
line-height: normal;
|
18894
|
-
overflow: hidden;
|
18895
|
-
position: relative;
|
18896
|
-
text-align: center;
|
18897
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18898
|
-
transition-property: width, height;
|
18899
|
-
vertical-align: middle;
|
18900
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18901
|
-
border-style: solid;
|
18902
|
-
border-width: thin;
|
18903
|
-
border-radius: 50%;
|
18904
|
-
}
|
18905
|
-
.v-avatar.v-avatar--size-x-small {
|
18906
|
-
--v-avatar-height: 24px;
|
18907
|
-
}
|
18908
|
-
.v-avatar.v-avatar--size-small {
|
18909
|
-
--v-avatar-height: 32px;
|
18864
|
+
}.bottom-sheet-transition-enter-from {
|
18865
|
+
transform: translateY(100%);
|
18910
18866
|
}
|
18911
|
-
.
|
18912
|
-
|
18867
|
+
.bottom-sheet-transition-leave-to {
|
18868
|
+
transform: translateY(100%);
|
18913
18869
|
}
|
18914
|
-
|
18915
|
-
|
18870
|
+
|
18871
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18872
|
+
align-self: flex-end;
|
18873
|
+
border-radius: 0;
|
18874
|
+
flex: 0 1 auto;
|
18875
|
+
left: 0;
|
18876
|
+
right: 0;
|
18877
|
+
margin-inline: 0;
|
18878
|
+
margin-bottom: 0;
|
18879
|
+
transition-duration: 0.2s;
|
18880
|
+
width: 100%;
|
18881
|
+
max-width: 100%;
|
18882
|
+
overflow: visible;
|
18883
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18916
18884
|
}
|
18917
|
-
.v-
|
18918
|
-
|
18885
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18886
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18887
|
+
border-radius: 0;
|
18919
18888
|
}
|
18920
|
-
.v-
|
18921
|
-
|
18922
|
-
width: calc(var(--v-avatar-height) + 0px);
|
18889
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18890
|
+
max-width: none;
|
18923
18891
|
}
|
18924
|
-
|
18925
|
-
|
18926
|
-
|
18892
|
+
@media (min-width: 600px) {
|
18893
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18894
|
+
max-width: 70%;
|
18895
|
+
}
|
18896
|
+
}.v-breadcrumbs {
|
18897
|
+
display: flex;
|
18898
|
+
align-items: center;
|
18899
|
+
line-height: 1.6;
|
18900
|
+
padding: 16px 12px;
|
18927
18901
|
}
|
18928
|
-
.v-
|
18929
|
-
|
18930
|
-
width: calc(var(--v-avatar-height) + -8px);
|
18902
|
+
.v-breadcrumbs--rounded {
|
18903
|
+
border-radius: 4px;
|
18931
18904
|
}
|
18932
|
-
.v-
|
18933
|
-
|
18934
|
-
|
18905
|
+
.v-breadcrumbs--density-default {
|
18906
|
+
padding-top: 16px;
|
18907
|
+
padding-bottom: 16px;
|
18935
18908
|
}
|
18936
|
-
|
18937
|
-
|
18938
|
-
|
18909
|
+
|
18910
|
+
.v-breadcrumbs--density-comfortable {
|
18911
|
+
padding-top: 12px;
|
18912
|
+
padding-bottom: 12px;
|
18939
18913
|
}
|
18940
|
-
|
18941
|
-
|
18914
|
+
|
18915
|
+
.v-breadcrumbs--density-compact {
|
18916
|
+
padding-top: 8px;
|
18917
|
+
padding-bottom: 8px;
|
18942
18918
|
}
|
18943
|
-
|
18944
|
-
|
18919
|
+
|
18920
|
+
.v-breadcrumbs__prepend {
|
18921
|
+
align-items: center;
|
18922
|
+
display: inline-flex;
|
18945
18923
|
}
|
18946
|
-
|
18947
|
-
|
18924
|
+
|
18925
|
+
.v-breadcrumbs-item {
|
18926
|
+
align-items: center;
|
18927
|
+
color: inherit;
|
18928
|
+
display: inline-flex;
|
18929
|
+
padding: 0 4px;
|
18930
|
+
text-decoration: none;
|
18931
|
+
vertical-align: middle;
|
18948
18932
|
}
|
18949
|
-
.v-
|
18950
|
-
|
18951
|
-
|
18933
|
+
.v-breadcrumbs-item--disabled {
|
18934
|
+
opacity: var(--v-disabled-opacity);
|
18935
|
+
pointer-events: none;
|
18952
18936
|
}
|
18953
|
-
.v-
|
18954
|
-
|
18937
|
+
.v-breadcrumbs-item--link {
|
18938
|
+
color: inherit;
|
18939
|
+
text-decoration: none;
|
18955
18940
|
}
|
18956
|
-
.v-
|
18957
|
-
|
18941
|
+
.v-breadcrumbs-item--link:hover {
|
18942
|
+
text-decoration: underline;
|
18958
18943
|
}
|
18959
|
-
.v-
|
18960
|
-
|
18944
|
+
.v-breadcrumbs-item .v-icon {
|
18945
|
+
font-size: 1rem;
|
18946
|
+
margin-inline: -4px 2px;
|
18961
18947
|
}
|
18962
|
-
|
18963
|
-
|
18948
|
+
|
18949
|
+
.v-breadcrumbs-divider {
|
18950
|
+
display: inline-block;
|
18951
|
+
padding: 0 8px;
|
18952
|
+
vertical-align: middle;
|
18953
|
+
}.v-badge {
|
18954
|
+
display: inline-block;
|
18955
|
+
line-height: 1;
|
18964
18956
|
}
|
18965
|
-
|
18966
|
-
|
18967
|
-
|
18957
|
+
|
18958
|
+
.v-badge__badge {
|
18959
|
+
align-items: center;
|
18960
|
+
display: inline-flex;
|
18961
|
+
border-radius: 10px;
|
18962
|
+
font-size: 0.75rem;
|
18963
|
+
font-weight: 500;
|
18964
|
+
height: 1.25rem;
|
18965
|
+
justify-content: center;
|
18966
|
+
min-width: 20px;
|
18967
|
+
padding: 4px 6px;
|
18968
|
+
pointer-events: auto;
|
18969
|
+
position: absolute;
|
18970
|
+
text-align: center;
|
18971
|
+
text-indent: 0;
|
18972
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18973
|
+
white-space: nowrap;
|
18974
|
+
background: rgb(var(--v-theme-surface-variant));
|
18975
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18976
|
+
}
|
18977
|
+
.v-badge--bordered .v-badge__badge::after {
|
18968
18978
|
border-radius: inherit;
|
18969
|
-
|
18970
|
-
|
18979
|
+
border-style: solid;
|
18980
|
+
border-width: 2px;
|
18971
18981
|
bottom: 0;
|
18982
|
+
color: rgb(var(--v-theme-background));
|
18983
|
+
content: "";
|
18972
18984
|
left: 0;
|
18973
|
-
pointer-events: none;
|
18974
|
-
}
|
18975
|
-
.v-avatar .v-avatar__underlay {
|
18976
18985
|
position: absolute;
|
18986
|
+
right: 0;
|
18987
|
+
top: 0;
|
18988
|
+
transform: scale(1.05);
|
18977
18989
|
}
|
18978
|
-
.v-
|
18979
|
-
border-radius:
|
18990
|
+
.v-badge--dot .v-badge__badge {
|
18991
|
+
border-radius: 4.5px;
|
18992
|
+
height: 9px;
|
18993
|
+
min-width: 0;
|
18994
|
+
padding: 0;
|
18995
|
+
width: 9px;
|
18980
18996
|
}
|
18981
|
-
.v-
|
18982
|
-
|
18997
|
+
.v-badge--dot .v-badge__badge::after {
|
18998
|
+
border-width: 1.5px;
|
18983
18999
|
}
|
18984
|
-
.v-
|
18985
|
-
|
19000
|
+
.v-badge--inline .v-badge__badge {
|
19001
|
+
position: relative;
|
19002
|
+
vertical-align: middle;
|
18986
19003
|
}
|
18987
|
-
.v-
|
19004
|
+
.v-badge__badge .v-icon {
|
19005
|
+
color: inherit;
|
19006
|
+
font-size: 0.75rem;
|
19007
|
+
margin: 0 -2px;
|
19008
|
+
}
|
19009
|
+
.v-badge__badge img,
|
19010
|
+
.v-badge__badge .v-img {
|
18988
19011
|
height: 100%;
|
18989
19012
|
width: 100%;
|
18990
|
-
}.bottom-sheet-transition-enter-from {
|
18991
|
-
transform: translateY(100%);
|
18992
|
-
}
|
18993
|
-
.bottom-sheet-transition-leave-to {
|
18994
|
-
transform: translateY(100%);
|
18995
19013
|
}
|
18996
19014
|
|
18997
|
-
.v-
|
18998
|
-
align-self: flex-end;
|
18999
|
-
border-radius: 0;
|
19000
|
-
flex: 0 1 auto;
|
19001
|
-
left: 0;
|
19002
|
-
right: 0;
|
19003
|
-
margin-inline: 0;
|
19004
|
-
margin-bottom: 0;
|
19005
|
-
transition-duration: 0.2s;
|
19006
|
-
width: 100%;
|
19007
|
-
max-width: 100%;
|
19008
|
-
overflow: visible;
|
19009
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19010
|
-
}
|
19011
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19012
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19013
|
-
border-radius: 0;
|
19014
|
-
}
|
19015
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19016
|
-
max-width: none;
|
19017
|
-
}
|
19018
|
-
@media (min-width: 600px) {
|
19019
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
19020
|
-
max-width: 70%;
|
19021
|
-
}
|
19022
|
-
}.v-breadcrumbs {
|
19015
|
+
.v-badge__wrapper {
|
19023
19016
|
display: flex;
|
19024
|
-
|
19025
|
-
line-height: 1.6;
|
19026
|
-
padding: 16px 12px;
|
19027
|
-
}
|
19028
|
-
.v-breadcrumbs--rounded {
|
19029
|
-
border-radius: 4px;
|
19017
|
+
position: relative;
|
19030
19018
|
}
|
19031
|
-
.v-
|
19032
|
-
|
19033
|
-
|
19019
|
+
.v-badge--inline .v-badge__wrapper {
|
19020
|
+
align-items: center;
|
19021
|
+
display: inline-flex;
|
19022
|
+
justify-content: center;
|
19023
|
+
margin: 0 4px;
|
19024
|
+
}.v-bottom-navigation {
|
19025
|
+
display: flex;
|
19026
|
+
max-width: 100%;
|
19027
|
+
overflow: hidden;
|
19028
|
+
position: absolute;
|
19029
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
19030
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19031
|
+
border-style: solid;
|
19032
|
+
border-width: 0;
|
19033
|
+
border-radius: 0;
|
19034
|
+
background: rgb(var(--v-theme-surface));
|
19035
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19034
19036
|
}
|
19035
|
-
|
19036
|
-
|
19037
|
-
|
19038
|
-
padding-bottom: 12px;
|
19037
|
+
.v-bottom-navigation--border {
|
19038
|
+
border-width: thin;
|
19039
|
+
box-shadow: none;
|
19039
19040
|
}
|
19040
|
-
|
19041
|
-
.v-
|
19042
|
-
padding-top: 8px;
|
19043
|
-
padding-bottom: 8px;
|
19041
|
+
.v-bottom-navigation--active {
|
19042
|
+
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));
|
19044
19043
|
}
|
19045
19044
|
|
19046
|
-
.v-
|
19047
|
-
|
19048
|
-
|
19045
|
+
.v-bottom-navigation__content {
|
19046
|
+
display: flex;
|
19047
|
+
flex: none;
|
19048
|
+
font-size: 0.75rem;
|
19049
|
+
justify-content: center;
|
19050
|
+
transition: inherit;
|
19051
|
+
width: 100%;
|
19049
19052
|
}
|
19050
|
-
|
19051
|
-
|
19052
|
-
|
19053
|
-
|
19054
|
-
|
19055
|
-
|
19056
|
-
|
19057
|
-
|
19053
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
19054
|
+
font-size: inherit;
|
19055
|
+
height: 100%;
|
19056
|
+
max-width: 168px;
|
19057
|
+
min-width: 80px;
|
19058
|
+
text-transform: none;
|
19059
|
+
transition: inherit;
|
19060
|
+
width: auto;
|
19061
|
+
border-radius: 0;
|
19058
19062
|
}
|
19059
|
-
.v-
|
19060
|
-
|
19061
|
-
|
19063
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
19064
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19065
|
+
transition: inherit;
|
19062
19066
|
}
|
19063
|
-
.v-
|
19064
|
-
|
19065
|
-
text-decoration: none;
|
19067
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
19068
|
+
font-size: 1.5rem;
|
19066
19069
|
}
|
19067
|
-
.v-
|
19068
|
-
|
19070
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
19071
|
+
flex-grow: 1;
|
19069
19072
|
}
|
19070
|
-
.v-
|
19071
|
-
|
19072
|
-
|
19073
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
19074
|
+
transition: inherit;
|
19075
|
+
opacity: 0;
|
19073
19076
|
}
|
19074
|
-
|
19075
|
-
.
|
19076
|
-
display: inline-block;
|
19077
|
-
padding: 0 8px;
|
19078
|
-
vertical-align: middle;
|
19077
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
19078
|
+
transform: translateY(0.5rem);
|
19079
19079
|
}.v-btn {
|
19080
19080
|
align-items: center;
|
19081
19081
|
border-radius: 4px;
|
@@ -19852,120 +19852,21 @@ html.overflow-y-hidden {
|
|
19852
19852
|
pointer-events: none;
|
19853
19853
|
opacity: 0;
|
19854
19854
|
transition: opacity 0.2s ease-in-out;
|
19855
|
-
}.v-
|
19856
|
-
|
19857
|
-
|
19858
|
-
|
19859
|
-
|
19860
|
-
|
19861
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19862
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19863
|
-
}
|
19864
|
-
@supports not selector(:focus-visible) {
|
19865
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19866
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19867
|
-
}
|
19868
|
-
}.v-carousel {
|
19855
|
+
}.v-chip {
|
19856
|
+
align-items: center;
|
19857
|
+
display: inline-flex;
|
19858
|
+
font-weight: 400;
|
19859
|
+
max-width: 100%;
|
19860
|
+
min-width: 0;
|
19869
19861
|
overflow: hidden;
|
19870
19862
|
position: relative;
|
19871
|
-
|
19872
|
-
|
19873
|
-
|
19874
|
-
|
19875
|
-
|
19876
|
-
|
19877
|
-
|
19878
|
-
justify-content: center;
|
19879
|
-
list-style-type: none;
|
19880
|
-
position: absolute;
|
19881
|
-
width: 100%;
|
19882
|
-
z-index: 1;
|
19883
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19884
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19885
|
-
}
|
19886
|
-
.v-carousel__controls > .v-item-group {
|
19887
|
-
flex: 0 1 auto;
|
19888
|
-
}
|
19889
|
-
.v-carousel__controls__item {
|
19890
|
-
margin: 0 8px;
|
19891
|
-
}
|
19892
|
-
.v-carousel__controls__item .v-icon {
|
19893
|
-
opacity: 0.5;
|
19894
|
-
}
|
19895
|
-
.v-carousel__controls__item--active .v-icon {
|
19896
|
-
opacity: 1;
|
19897
|
-
vertical-align: middle;
|
19898
|
-
}
|
19899
|
-
.v-carousel__controls__item:hover {
|
19900
|
-
background: none;
|
19901
|
-
}
|
19902
|
-
.v-carousel__controls__item:hover .v-icon {
|
19903
|
-
opacity: 0.8;
|
19904
|
-
}
|
19905
|
-
|
19906
|
-
.v-carousel__progress {
|
19907
|
-
margin: 0;
|
19908
|
-
position: absolute;
|
19909
|
-
bottom: 0;
|
19910
|
-
left: 0;
|
19911
|
-
right: 0;
|
19912
|
-
}
|
19913
|
-
|
19914
|
-
.v-carousel-item {
|
19915
|
-
display: block;
|
19916
|
-
height: inherit;
|
19917
|
-
text-decoration: none;
|
19918
|
-
}
|
19919
|
-
.v-carousel-item > .v-img {
|
19920
|
-
height: inherit;
|
19921
|
-
}
|
19922
|
-
|
19923
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19924
|
-
background: transparent;
|
19925
|
-
}
|
19926
|
-
|
19927
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19928
|
-
flex-direction: column;
|
19929
|
-
height: 100% !important;
|
19930
|
-
width: 50px;
|
19931
|
-
}.v-checkbox.v-input {
|
19932
|
-
flex: 0 1 auto;
|
19933
|
-
}
|
19934
|
-
.v-checkbox .v-selection-control {
|
19935
|
-
min-height: var(--v-input-control-height);
|
19936
|
-
}.v-chip-group {
|
19937
|
-
display: flex;
|
19938
|
-
max-width: 100%;
|
19939
|
-
min-width: 0;
|
19940
|
-
overflow-x: auto;
|
19941
|
-
padding: 4px 0;
|
19942
|
-
}
|
19943
|
-
.v-chip-group .v-chip {
|
19944
|
-
margin: 4px 8px 4px 0;
|
19945
|
-
}
|
19946
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19947
|
-
opacity: var(--v-activated-opacity);
|
19948
|
-
}
|
19949
|
-
|
19950
|
-
.v-chip-group--column .v-slide-group__content {
|
19951
|
-
white-space: normal;
|
19952
|
-
flex-wrap: wrap;
|
19953
|
-
max-width: 100%;
|
19954
|
-
}.v-chip {
|
19955
|
-
align-items: center;
|
19956
|
-
display: inline-flex;
|
19957
|
-
font-weight: 400;
|
19958
|
-
max-width: 100%;
|
19959
|
-
min-width: 0;
|
19960
|
-
overflow: hidden;
|
19961
|
-
position: relative;
|
19962
|
-
text-decoration: none;
|
19963
|
-
white-space: nowrap;
|
19964
|
-
vertical-align: middle;
|
19965
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19966
|
-
border-style: solid;
|
19967
|
-
border-width: 0;
|
19968
|
-
border-radius: 9999px;
|
19863
|
+
text-decoration: none;
|
19864
|
+
white-space: nowrap;
|
19865
|
+
vertical-align: middle;
|
19866
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19867
|
+
border-style: solid;
|
19868
|
+
border-width: 0;
|
19869
|
+
border-radius: 9999px;
|
19969
19870
|
}
|
19970
19871
|
.v-chip .v-icon {
|
19971
19872
|
--v-icon-size-multiplier: 0.8571428571;
|
@@ -20363,6 +20264,105 @@ html.overflow-y-hidden {
|
|
20363
20264
|
|
20364
20265
|
.v-chip--label {
|
20365
20266
|
border-radius: 4px;
|
20267
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
20268
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20269
|
+
}
|
20270
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
20271
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
20272
|
+
}
|
20273
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
20274
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20275
|
+
}
|
20276
|
+
@supports not selector(:focus-visible) {
|
20277
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
20278
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20279
|
+
}
|
20280
|
+
}.v-carousel {
|
20281
|
+
overflow: hidden;
|
20282
|
+
position: relative;
|
20283
|
+
width: 100%;
|
20284
|
+
}
|
20285
|
+
.v-carousel__controls {
|
20286
|
+
align-items: center;
|
20287
|
+
bottom: 0;
|
20288
|
+
display: flex;
|
20289
|
+
height: 50px;
|
20290
|
+
justify-content: center;
|
20291
|
+
list-style-type: none;
|
20292
|
+
position: absolute;
|
20293
|
+
width: 100%;
|
20294
|
+
z-index: 1;
|
20295
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20296
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20297
|
+
}
|
20298
|
+
.v-carousel__controls > .v-item-group {
|
20299
|
+
flex: 0 1 auto;
|
20300
|
+
}
|
20301
|
+
.v-carousel__controls__item {
|
20302
|
+
margin: 0 8px;
|
20303
|
+
}
|
20304
|
+
.v-carousel__controls__item .v-icon {
|
20305
|
+
opacity: 0.5;
|
20306
|
+
}
|
20307
|
+
.v-carousel__controls__item--active .v-icon {
|
20308
|
+
opacity: 1;
|
20309
|
+
vertical-align: middle;
|
20310
|
+
}
|
20311
|
+
.v-carousel__controls__item:hover {
|
20312
|
+
background: none;
|
20313
|
+
}
|
20314
|
+
.v-carousel__controls__item:hover .v-icon {
|
20315
|
+
opacity: 0.8;
|
20316
|
+
}
|
20317
|
+
|
20318
|
+
.v-carousel__progress {
|
20319
|
+
margin: 0;
|
20320
|
+
position: absolute;
|
20321
|
+
bottom: 0;
|
20322
|
+
left: 0;
|
20323
|
+
right: 0;
|
20324
|
+
}
|
20325
|
+
|
20326
|
+
.v-carousel-item {
|
20327
|
+
display: block;
|
20328
|
+
height: inherit;
|
20329
|
+
text-decoration: none;
|
20330
|
+
}
|
20331
|
+
.v-carousel-item > .v-img {
|
20332
|
+
height: inherit;
|
20333
|
+
}
|
20334
|
+
|
20335
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20336
|
+
background: transparent;
|
20337
|
+
}
|
20338
|
+
|
20339
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20340
|
+
flex-direction: column;
|
20341
|
+
height: 100% !important;
|
20342
|
+
width: 50px;
|
20343
|
+
}.v-checkbox.v-input {
|
20344
|
+
flex: 0 1 auto;
|
20345
|
+
}
|
20346
|
+
.v-checkbox .v-selection-control {
|
20347
|
+
min-height: var(--v-input-control-height);
|
20348
|
+
}.v-chip-group {
|
20349
|
+
display: flex;
|
20350
|
+
max-width: 100%;
|
20351
|
+
min-width: 0;
|
20352
|
+
overflow-x: auto;
|
20353
|
+
padding: 4px 0;
|
20354
|
+
}
|
20355
|
+
.v-chip-group .v-chip {
|
20356
|
+
margin: 4px 8px 4px 0;
|
20357
|
+
}
|
20358
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20359
|
+
opacity: var(--v-activated-opacity);
|
20360
|
+
}
|
20361
|
+
|
20362
|
+
.v-chip-group--column .v-slide-group__content {
|
20363
|
+
white-space: normal;
|
20364
|
+
flex-wrap: wrap;
|
20365
|
+
max-width: 100%;
|
20366
20366
|
}.v-color-picker {
|
20367
20367
|
align-self: flex-start;
|
20368
20368
|
contain: content;
|
@@ -21060,6 +21060,62 @@ html.overflow-y-hidden {
|
|
21060
21060
|
flex: 0 1 auto;
|
21061
21061
|
font-size: 12px;
|
21062
21062
|
transition-duration: 150ms;
|
21063
|
+
}.v-date-picker-controls {
|
21064
|
+
display: flex;
|
21065
|
+
align-items: center;
|
21066
|
+
justify-content: space-between;
|
21067
|
+
font-size: 0.875rem;
|
21068
|
+
padding-top: 4px;
|
21069
|
+
padding-bottom: 4px;
|
21070
|
+
padding-inline-start: 6px;
|
21071
|
+
padding-inline-end: 12px;
|
21072
|
+
}
|
21073
|
+
.v-date-picker-controls > .v-btn:first-child {
|
21074
|
+
text-transform: none;
|
21075
|
+
font-weight: 400;
|
21076
|
+
line-height: initial;
|
21077
|
+
letter-spacing: initial;
|
21078
|
+
}
|
21079
|
+
.v-date-picker-controls--variant-classic {
|
21080
|
+
padding-inline-start: 12px;
|
21081
|
+
}
|
21082
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
21083
|
+
opacity: 0.7;
|
21084
|
+
}
|
21085
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21086
|
+
cursor: pointer;
|
21087
|
+
}
|
21088
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21089
|
+
opacity: 1;
|
21090
|
+
}
|
21091
|
+
.v-date-picker-controls .v-btn:last-child {
|
21092
|
+
margin-inline-start: 4px;
|
21093
|
+
}
|
21094
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21095
|
+
transform: rotate(180deg);
|
21096
|
+
}
|
21097
|
+
|
21098
|
+
.v-date-picker-controls__date {
|
21099
|
+
margin-inline-end: 4px;
|
21100
|
+
}
|
21101
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21102
|
+
margin: auto;
|
21103
|
+
text-align: center;
|
21104
|
+
}
|
21105
|
+
|
21106
|
+
.v-date-picker-controls__month {
|
21107
|
+
display: flex;
|
21108
|
+
}
|
21109
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21110
|
+
flex-direction: row-reverse;
|
21111
|
+
}
|
21112
|
+
|
21113
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21114
|
+
flex: 1 0 auto;
|
21115
|
+
}
|
21116
|
+
|
21117
|
+
.v-date-picker__title {
|
21118
|
+
display: inline-block;
|
21063
21119
|
}.v-combobox .v-field .v-text-field__prefix,
|
21064
21120
|
.v-combobox .v-field .v-text-field__suffix,
|
21065
21121
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -21141,68 +21197,72 @@ html.overflow-y-hidden {
|
|
21141
21197
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
21142
21198
|
opacity: var(--v-high-emphasis-opacity);
|
21143
21199
|
transform: rotate(180deg);
|
21144
|
-
}.v-date-picker {
|
21145
|
-
|
21146
|
-
|
21147
|
-
|
21148
|
-
|
21149
|
-
|
21150
|
-
|
21151
|
-
|
21152
|
-
|
21153
|
-
justify-content: space-between;
|
21154
|
-
font-size: 0.875rem;
|
21155
|
-
padding-top: 4px;
|
21156
|
-
padding-bottom: 4px;
|
21157
|
-
padding-inline-start: 6px;
|
21158
|
-
padding-inline-end: 12px;
|
21200
|
+
}.v-date-picker-header {
|
21201
|
+
align-items: flex-end;
|
21202
|
+
height: 70px;
|
21203
|
+
display: grid;
|
21204
|
+
grid-template-areas: "prepend content append";
|
21205
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21206
|
+
overflow: hidden;
|
21207
|
+
padding-inline: 24px 12px;
|
21208
|
+
padding-bottom: 12px;
|
21159
21209
|
}
|
21160
|
-
|
21161
|
-
|
21162
|
-
|
21163
|
-
line-height: initial;
|
21164
|
-
letter-spacing: initial;
|
21210
|
+
|
21211
|
+
.v-date-picker-header__append {
|
21212
|
+
grid-area: append;
|
21165
21213
|
}
|
21166
|
-
|
21167
|
-
|
21214
|
+
|
21215
|
+
.v-date-picker-header__prepend {
|
21216
|
+
grid-area: prepend;
|
21217
|
+
padding-inline-start: 8px;
|
21168
21218
|
}
|
21169
|
-
|
21170
|
-
|
21219
|
+
|
21220
|
+
.v-date-picker-header__content {
|
21221
|
+
align-items: center;
|
21222
|
+
display: inline-flex;
|
21223
|
+
font-size: 32px;
|
21224
|
+
line-height: 40px;
|
21225
|
+
grid-area: content;
|
21226
|
+
justify-content: space-between;
|
21171
21227
|
}
|
21172
|
-
.v-date-picker--
|
21228
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
21173
21229
|
cursor: pointer;
|
21174
21230
|
}
|
21175
|
-
.v-date-picker--
|
21176
|
-
opacity:
|
21177
|
-
}
|
21178
|
-
.v-date-picker-controls .v-btn:last-child {
|
21179
|
-
margin-inline-start: 4px;
|
21180
|
-
}
|
21181
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21182
|
-
transform: rotate(180deg);
|
21231
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
21232
|
+
opacity: 0.7;
|
21183
21233
|
}
|
21184
21234
|
|
21185
|
-
.
|
21186
|
-
|
21235
|
+
.date-picker-header-transition-enter-active,
|
21236
|
+
.date-picker-header-reverse-transition-enter-active {
|
21237
|
+
transition-duration: 0.3s;
|
21238
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21187
21239
|
}
|
21188
|
-
.
|
21189
|
-
|
21190
|
-
|
21240
|
+
.date-picker-header-transition-leave-active,
|
21241
|
+
.date-picker-header-reverse-transition-leave-active {
|
21242
|
+
transition-duration: 0.3s;
|
21243
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21191
21244
|
}
|
21192
21245
|
|
21193
|
-
.
|
21194
|
-
|
21246
|
+
.date-picker-header-transition-enter-from {
|
21247
|
+
transform: translate(0, 100%);
|
21195
21248
|
}
|
21196
|
-
.
|
21197
|
-
|
21249
|
+
.date-picker-header-transition-leave-to {
|
21250
|
+
opacity: 0;
|
21251
|
+
transform: translate(0, -100%);
|
21198
21252
|
}
|
21199
21253
|
|
21200
|
-
.
|
21201
|
-
|
21254
|
+
.date-picker-header-reverse-transition-enter-from {
|
21255
|
+
transform: translate(0, -100%);
|
21202
21256
|
}
|
21203
|
-
|
21204
|
-
|
21205
|
-
|
21257
|
+
.date-picker-header-reverse-transition-leave-to {
|
21258
|
+
opacity: 0;
|
21259
|
+
transform: translate(0, 100%);
|
21260
|
+
}.v-date-picker {
|
21261
|
+
overflow: hidden;
|
21262
|
+
width: 328px;
|
21263
|
+
}
|
21264
|
+
.v-date-picker--show-week {
|
21265
|
+
width: 368px;
|
21206
21266
|
}.v-date-picker-month {
|
21207
21267
|
display: flex;
|
21208
21268
|
justify-content: center;
|
@@ -21277,66 +21337,6 @@ html.overflow-y-hidden {
|
|
21277
21337
|
text-transform: none;
|
21278
21338
|
padding-inline-start: 8px;
|
21279
21339
|
padding-inline-end: 8px;
|
21280
|
-
}.v-date-picker-header {
|
21281
|
-
align-items: flex-end;
|
21282
|
-
height: 70px;
|
21283
|
-
display: grid;
|
21284
|
-
grid-template-areas: "prepend content append";
|
21285
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21286
|
-
overflow: hidden;
|
21287
|
-
padding-inline: 24px 12px;
|
21288
|
-
padding-bottom: 12px;
|
21289
|
-
}
|
21290
|
-
|
21291
|
-
.v-date-picker-header__append {
|
21292
|
-
grid-area: append;
|
21293
|
-
}
|
21294
|
-
|
21295
|
-
.v-date-picker-header__prepend {
|
21296
|
-
grid-area: prepend;
|
21297
|
-
padding-inline-start: 8px;
|
21298
|
-
}
|
21299
|
-
|
21300
|
-
.v-date-picker-header__content {
|
21301
|
-
align-items: center;
|
21302
|
-
display: inline-flex;
|
21303
|
-
font-size: 32px;
|
21304
|
-
line-height: 40px;
|
21305
|
-
grid-area: content;
|
21306
|
-
justify-content: space-between;
|
21307
|
-
}
|
21308
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
21309
|
-
cursor: pointer;
|
21310
|
-
}
|
21311
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
21312
|
-
opacity: 0.7;
|
21313
|
-
}
|
21314
|
-
|
21315
|
-
.date-picker-header-transition-enter-active,
|
21316
|
-
.date-picker-header-reverse-transition-enter-active {
|
21317
|
-
transition-duration: 0.3s;
|
21318
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21319
|
-
}
|
21320
|
-
.date-picker-header-transition-leave-active,
|
21321
|
-
.date-picker-header-reverse-transition-leave-active {
|
21322
|
-
transition-duration: 0.3s;
|
21323
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21324
|
-
}
|
21325
|
-
|
21326
|
-
.date-picker-header-transition-enter-from {
|
21327
|
-
transform: translate(0, 100%);
|
21328
|
-
}
|
21329
|
-
.date-picker-header-transition-leave-to {
|
21330
|
-
opacity: 0;
|
21331
|
-
transform: translate(0, -100%);
|
21332
|
-
}
|
21333
|
-
|
21334
|
-
.date-picker-header-reverse-transition-enter-from {
|
21335
|
-
transform: translate(0, -100%);
|
21336
|
-
}
|
21337
|
-
.date-picker-header-reverse-transition-leave-to {
|
21338
|
-
opacity: 0;
|
21339
|
-
transform: translate(0, 100%);
|
21340
21340
|
}.v-date-picker-years {
|
21341
21341
|
height: 288px;
|
21342
21342
|
overflow-y: scroll;
|
@@ -21352,37 +21352,6 @@ html.overflow-y-hidden {
|
|
21352
21352
|
}
|
21353
21353
|
.v-date-picker-years__content .v-btn {
|
21354
21354
|
padding-inline: 8px;
|
21355
|
-
}.v-data-table-footer {
|
21356
|
-
align-items: center;
|
21357
|
-
display: flex;
|
21358
|
-
flex-wrap: wrap;
|
21359
|
-
justify-content: flex-end;
|
21360
|
-
padding: 8px 4px;
|
21361
|
-
}
|
21362
|
-
.v-data-table-footer__items-per-page {
|
21363
|
-
align-items: center;
|
21364
|
-
display: flex;
|
21365
|
-
justify-content: center;
|
21366
|
-
}
|
21367
|
-
.v-data-table-footer__items-per-page > span {
|
21368
|
-
padding-inline-end: 8px;
|
21369
|
-
}
|
21370
|
-
.v-data-table-footer__items-per-page > .v-select {
|
21371
|
-
width: 90px;
|
21372
|
-
}
|
21373
|
-
.v-data-table-footer__info {
|
21374
|
-
display: flex;
|
21375
|
-
justify-content: flex-end;
|
21376
|
-
min-width: 116px;
|
21377
|
-
padding: 0 16px;
|
21378
|
-
}
|
21379
|
-
.v-data-table-footer__paginationz {
|
21380
|
-
align-items: center;
|
21381
|
-
display: flex;
|
21382
|
-
margin-inline-start: 16px;
|
21383
|
-
}
|
21384
|
-
.v-data-table-footer__page {
|
21385
|
-
padding: 0 8px;
|
21386
21355
|
}.v-data-table {
|
21387
21356
|
width: 100%;
|
21388
21357
|
}
|
@@ -21570,6 +21539,37 @@ html.overflow-y-hidden {
|
|
21570
21539
|
}
|
21571
21540
|
.v-data-table__td-sort-icon-active {
|
21572
21541
|
color: rgba(var(--v-theme-on-surface));
|
21542
|
+
}.v-data-table-footer {
|
21543
|
+
align-items: center;
|
21544
|
+
display: flex;
|
21545
|
+
flex-wrap: wrap;
|
21546
|
+
justify-content: flex-end;
|
21547
|
+
padding: 8px 4px;
|
21548
|
+
}
|
21549
|
+
.v-data-table-footer__items-per-page {
|
21550
|
+
align-items: center;
|
21551
|
+
display: flex;
|
21552
|
+
justify-content: center;
|
21553
|
+
}
|
21554
|
+
.v-data-table-footer__items-per-page > span {
|
21555
|
+
padding-inline-end: 8px;
|
21556
|
+
}
|
21557
|
+
.v-data-table-footer__items-per-page > .v-select {
|
21558
|
+
width: 90px;
|
21559
|
+
}
|
21560
|
+
.v-data-table-footer__info {
|
21561
|
+
display: flex;
|
21562
|
+
justify-content: flex-end;
|
21563
|
+
min-width: 116px;
|
21564
|
+
padding: 0 16px;
|
21565
|
+
}
|
21566
|
+
.v-data-table-footer__paginationz {
|
21567
|
+
align-items: center;
|
21568
|
+
display: flex;
|
21569
|
+
margin-inline-start: 16px;
|
21570
|
+
}
|
21571
|
+
.v-data-table-footer__page {
|
21572
|
+
padding: 0 8px;
|
21573
21573
|
}.v-dialog {
|
21574
21574
|
align-items: center;
|
21575
21575
|
justify-content: center;
|
@@ -21662,102 +21662,35 @@ html.overflow-y-hidden {
|
|
21662
21662
|
-webkit-backface-visibility: hidden;
|
21663
21663
|
backface-visibility: hidden;
|
21664
21664
|
overflow-y: auto;
|
21665
|
-
}.v-
|
21666
|
-
|
21667
|
-
|
21668
|
-
|
21669
|
-
|
21670
|
-
|
21671
|
-
|
21665
|
+
}.v-divider {
|
21666
|
+
display: block;
|
21667
|
+
flex: 1 1 100%;
|
21668
|
+
height: 0px;
|
21669
|
+
max-height: 0px;
|
21670
|
+
opacity: var(--v-border-opacity);
|
21671
|
+
transition: inherit;
|
21672
|
+
border-style: solid;
|
21673
|
+
border-width: thin 0 0 0;
|
21672
21674
|
}
|
21673
|
-
.v-
|
21674
|
-
align-
|
21675
|
+
.v-divider--vertical {
|
21676
|
+
align-self: stretch;
|
21677
|
+
border-width: 0 thin 0 0;
|
21678
|
+
display: inline-flex;
|
21679
|
+
height: auto;
|
21680
|
+
margin-left: -1px;
|
21681
|
+
max-height: 100%;
|
21682
|
+
max-width: 0px;
|
21683
|
+
vertical-align: text-bottom;
|
21684
|
+
width: 0px;
|
21675
21685
|
}
|
21676
|
-
.v-
|
21677
|
-
|
21686
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
21687
|
+
max-width: calc(100% - 72px);
|
21688
|
+
margin-inline-start: 72px;
|
21678
21689
|
}
|
21679
|
-
.v-
|
21680
|
-
|
21681
|
-
|
21682
|
-
|
21683
|
-
.v-empty-state__media {
|
21684
|
-
text-align: center;
|
21685
|
-
width: 100%;
|
21686
|
-
}
|
21687
|
-
.v-empty-state__media .v-icon {
|
21688
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21689
|
-
}
|
21690
|
-
|
21691
|
-
.v-empty-state__headline {
|
21692
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21693
|
-
font-size: 3.75rem;
|
21694
|
-
font-weight: 300;
|
21695
|
-
line-height: 1;
|
21696
|
-
text-align: center;
|
21697
|
-
margin-bottom: 8px;
|
21698
|
-
}
|
21699
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
21700
|
-
font-size: 2.125rem;
|
21701
|
-
}
|
21702
|
-
|
21703
|
-
.v-empty-state__title {
|
21704
|
-
font-size: 1.25rem;
|
21705
|
-
font-weight: 500;
|
21706
|
-
line-height: 1.6;
|
21707
|
-
margin-bottom: 4px;
|
21708
|
-
text-align: center;
|
21709
|
-
}
|
21710
|
-
|
21711
|
-
.v-empty-state__text {
|
21712
|
-
font-size: 0.875rem;
|
21713
|
-
font-weight: 400;
|
21714
|
-
line-height: 1.425;
|
21715
|
-
padding: 0 16px;
|
21716
|
-
text-align: center;
|
21717
|
-
}
|
21718
|
-
|
21719
|
-
.v-empty-state__content {
|
21720
|
-
padding: 24px 0;
|
21721
|
-
}
|
21722
|
-
|
21723
|
-
.v-empty-state__actions {
|
21724
|
-
display: flex;
|
21725
|
-
gap: 8px;
|
21726
|
-
padding: 16px;
|
21727
|
-
}
|
21728
|
-
|
21729
|
-
.v-empty-state__action-btn.v-btn {
|
21730
|
-
background-color: initial;
|
21731
|
-
color: initial;
|
21732
|
-
}.v-divider {
|
21733
|
-
display: block;
|
21734
|
-
flex: 1 1 100%;
|
21735
|
-
height: 0px;
|
21736
|
-
max-height: 0px;
|
21737
|
-
opacity: var(--v-border-opacity);
|
21738
|
-
transition: inherit;
|
21739
|
-
border-style: solid;
|
21740
|
-
border-width: thin 0 0 0;
|
21741
|
-
}
|
21742
|
-
.v-divider--vertical {
|
21743
|
-
align-self: stretch;
|
21744
|
-
border-width: 0 thin 0 0;
|
21745
|
-
display: inline-flex;
|
21746
|
-
height: auto;
|
21747
|
-
margin-left: -1px;
|
21748
|
-
max-height: 100%;
|
21749
|
-
max-width: 0px;
|
21750
|
-
vertical-align: text-bottom;
|
21751
|
-
width: 0px;
|
21752
|
-
}
|
21753
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
21754
|
-
max-width: calc(100% - 72px);
|
21755
|
-
margin-inline-start: 72px;
|
21756
|
-
}
|
21757
|
-
.v-divider--inset.v-divider--vertical {
|
21758
|
-
margin-bottom: 8px;
|
21759
|
-
margin-top: 8px;
|
21760
|
-
max-height: calc(100% - 16px);
|
21690
|
+
.v-divider--inset.v-divider--vertical {
|
21691
|
+
margin-bottom: 8px;
|
21692
|
+
margin-top: 8px;
|
21693
|
+
max-height: calc(100% - 16px);
|
21761
21694
|
}
|
21762
21695
|
|
21763
21696
|
.v-divider__content {
|
@@ -22350,7 +22283,143 @@ textarea.v-field__input::placeholder {
|
|
22350
22283
|
opacity: 0;
|
22351
22284
|
}
|
22352
22285
|
|
22353
|
-
/* endregion */.v-
|
22286
|
+
/* endregion */.v-fab {
|
22287
|
+
align-items: center;
|
22288
|
+
display: inline-flex;
|
22289
|
+
flex: 1 1 auto;
|
22290
|
+
pointer-events: none;
|
22291
|
+
position: relative;
|
22292
|
+
transition-duration: 0.2s;
|
22293
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22294
|
+
vertical-align: middle;
|
22295
|
+
}
|
22296
|
+
.v-fab .v-btn {
|
22297
|
+
pointer-events: auto;
|
22298
|
+
}
|
22299
|
+
.v-fab .v-btn--variant-elevated {
|
22300
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22301
|
+
}
|
22302
|
+
.v-fab--app, .v-fab--absolute {
|
22303
|
+
display: flex;
|
22304
|
+
}
|
22305
|
+
.v-fab--start, .v-fab--left {
|
22306
|
+
justify-content: flex-start;
|
22307
|
+
}
|
22308
|
+
.v-fab--center {
|
22309
|
+
align-items: center;
|
22310
|
+
justify-content: center;
|
22311
|
+
}
|
22312
|
+
.v-fab--end, .v-fab--right {
|
22313
|
+
justify-content: flex-end;
|
22314
|
+
}
|
22315
|
+
.v-fab--bottom {
|
22316
|
+
align-items: flex-end;
|
22317
|
+
}
|
22318
|
+
.v-fab--top {
|
22319
|
+
align-items: flex-start;
|
22320
|
+
}
|
22321
|
+
.v-fab--extended .v-btn {
|
22322
|
+
border-radius: 9999px !important;
|
22323
|
+
}
|
22324
|
+
|
22325
|
+
.v-fab__container {
|
22326
|
+
align-self: center;
|
22327
|
+
display: inline-flex;
|
22328
|
+
position: absolute;
|
22329
|
+
vertical-align: middle;
|
22330
|
+
}
|
22331
|
+
.v-fab--app .v-fab__container {
|
22332
|
+
margin: 12px;
|
22333
|
+
}
|
22334
|
+
.v-fab--absolute .v-fab__container {
|
22335
|
+
position: absolute;
|
22336
|
+
z-index: 4;
|
22337
|
+
}
|
22338
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22339
|
+
transform: translateY(-50%);
|
22340
|
+
}
|
22341
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22342
|
+
transform: translateY(50%);
|
22343
|
+
}
|
22344
|
+
.v-fab--top .v-fab__container {
|
22345
|
+
top: 0;
|
22346
|
+
}
|
22347
|
+
.v-fab--bottom .v-fab__container {
|
22348
|
+
bottom: 0;
|
22349
|
+
}
|
22350
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22351
|
+
left: 0;
|
22352
|
+
}
|
22353
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22354
|
+
right: 0;
|
22355
|
+
}.v-empty-state {
|
22356
|
+
align-items: center;
|
22357
|
+
display: flex;
|
22358
|
+
flex-direction: column;
|
22359
|
+
justify-content: center;
|
22360
|
+
min-height: 100%;
|
22361
|
+
padding: 16px;
|
22362
|
+
}
|
22363
|
+
.v-empty-state--start {
|
22364
|
+
align-items: flex-start;
|
22365
|
+
}
|
22366
|
+
.v-empty-state--center {
|
22367
|
+
align-items: center;
|
22368
|
+
}
|
22369
|
+
.v-empty-state--end {
|
22370
|
+
align-items: flex-end;
|
22371
|
+
}
|
22372
|
+
|
22373
|
+
.v-empty-state__media {
|
22374
|
+
text-align: center;
|
22375
|
+
width: 100%;
|
22376
|
+
}
|
22377
|
+
.v-empty-state__media .v-icon {
|
22378
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22379
|
+
}
|
22380
|
+
|
22381
|
+
.v-empty-state__headline {
|
22382
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22383
|
+
font-size: 3.75rem;
|
22384
|
+
font-weight: 300;
|
22385
|
+
line-height: 1;
|
22386
|
+
text-align: center;
|
22387
|
+
margin-bottom: 8px;
|
22388
|
+
}
|
22389
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
22390
|
+
font-size: 2.125rem;
|
22391
|
+
}
|
22392
|
+
|
22393
|
+
.v-empty-state__title {
|
22394
|
+
font-size: 1.25rem;
|
22395
|
+
font-weight: 500;
|
22396
|
+
line-height: 1.6;
|
22397
|
+
margin-bottom: 4px;
|
22398
|
+
text-align: center;
|
22399
|
+
}
|
22400
|
+
|
22401
|
+
.v-empty-state__text {
|
22402
|
+
font-size: 0.875rem;
|
22403
|
+
font-weight: 400;
|
22404
|
+
line-height: 1.425;
|
22405
|
+
padding: 0 16px;
|
22406
|
+
text-align: center;
|
22407
|
+
}
|
22408
|
+
|
22409
|
+
.v-empty-state__content {
|
22410
|
+
padding: 24px 0;
|
22411
|
+
}
|
22412
|
+
|
22413
|
+
.v-empty-state__actions {
|
22414
|
+
display: flex;
|
22415
|
+
gap: 8px;
|
22416
|
+
padding: 16px;
|
22417
|
+
}
|
22418
|
+
|
22419
|
+
.v-empty-state__action-btn.v-btn {
|
22420
|
+
background-color: initial;
|
22421
|
+
color: initial;
|
22422
|
+
}.v-expansion-panel {
|
22354
22423
|
background-color: rgb(var(--v-theme-surface));
|
22355
22424
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22356
22425
|
}
|
@@ -22560,79 +22629,38 @@ textarea.v-field__input::placeholder {
|
|
22560
22629
|
}
|
22561
22630
|
.v-expansion-panels--tile > .v-expansion-panel {
|
22562
22631
|
border-radius: 0;
|
22563
|
-
}.v-
|
22632
|
+
}.v-footer {
|
22564
22633
|
align-items: center;
|
22565
|
-
display:
|
22634
|
+
display: flex;
|
22566
22635
|
flex: 1 1 auto;
|
22567
|
-
|
22636
|
+
padding: 8px 16px;
|
22568
22637
|
position: relative;
|
22569
|
-
transition
|
22570
|
-
transition-
|
22571
|
-
|
22572
|
-
|
22573
|
-
|
22574
|
-
|
22638
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22639
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22640
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22641
|
+
border-style: solid;
|
22642
|
+
border-width: 0;
|
22643
|
+
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));
|
22644
|
+
border-radius: 0;
|
22645
|
+
background: rgb(var(--v-theme-surface));
|
22646
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22575
22647
|
}
|
22576
|
-
.v-
|
22577
|
-
|
22648
|
+
.v-footer--border {
|
22649
|
+
border-width: thin;
|
22650
|
+
box-shadow: none;
|
22578
22651
|
}
|
22579
|
-
.v-
|
22580
|
-
|
22652
|
+
.v-footer--absolute {
|
22653
|
+
position: absolute;
|
22581
22654
|
}
|
22582
|
-
.v-
|
22583
|
-
|
22655
|
+
.v-footer--fixed {
|
22656
|
+
position: fixed;
|
22584
22657
|
}
|
22585
|
-
.v-
|
22586
|
-
|
22587
|
-
|
22588
|
-
|
22589
|
-
.v-
|
22590
|
-
|
22591
|
-
}
|
22592
|
-
.v-fab--bottom {
|
22593
|
-
align-items: flex-end;
|
22594
|
-
}
|
22595
|
-
.v-fab--top {
|
22596
|
-
align-items: flex-start;
|
22597
|
-
}
|
22598
|
-
.v-fab--extended .v-btn {
|
22599
|
-
border-radius: 9999px !important;
|
22600
|
-
}
|
22601
|
-
|
22602
|
-
.v-fab__container {
|
22603
|
-
align-self: center;
|
22604
|
-
display: inline-flex;
|
22605
|
-
position: absolute;
|
22606
|
-
vertical-align: middle;
|
22607
|
-
}
|
22608
|
-
.v-fab--app .v-fab__container {
|
22609
|
-
margin: 12px;
|
22610
|
-
}
|
22611
|
-
.v-fab--absolute .v-fab__container {
|
22612
|
-
position: absolute;
|
22613
|
-
z-index: 4;
|
22614
|
-
}
|
22615
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
22616
|
-
transform: translateY(-50%);
|
22617
|
-
}
|
22618
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22619
|
-
transform: translateY(50%);
|
22620
|
-
}
|
22621
|
-
.v-fab--top .v-fab__container {
|
22622
|
-
top: 0;
|
22623
|
-
}
|
22624
|
-
.v-fab--bottom .v-fab__container {
|
22625
|
-
bottom: 0;
|
22626
|
-
}
|
22627
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22628
|
-
left: 0;
|
22629
|
-
}
|
22630
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22631
|
-
right: 0;
|
22632
|
-
}.v-file-input--hide.v-input .v-field,
|
22633
|
-
.v-file-input--hide.v-input .v-input__control,
|
22634
|
-
.v-file-input--hide.v-input .v-input__details {
|
22635
|
-
display: none;
|
22658
|
+
.v-footer--rounded {
|
22659
|
+
border-radius: 4px;
|
22660
|
+
}.v-file-input--hide.v-input .v-field,
|
22661
|
+
.v-file-input--hide.v-input .v-input__control,
|
22662
|
+
.v-file-input--hide.v-input .v-input__details {
|
22663
|
+
display: none;
|
22636
22664
|
}
|
22637
22665
|
.v-file-input--hide.v-input .v-input__prepend {
|
22638
22666
|
grid-area: control;
|
@@ -22658,34 +22686,6 @@ textarea.v-field__input::placeholder {
|
|
22658
22686
|
}
|
22659
22687
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
22660
22688
|
padding-inline: 0;
|
22661
|
-
}.v-footer {
|
22662
|
-
align-items: center;
|
22663
|
-
display: flex;
|
22664
|
-
flex: 1 1 auto;
|
22665
|
-
padding: 8px 16px;
|
22666
|
-
position: relative;
|
22667
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22668
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22669
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22670
|
-
border-style: solid;
|
22671
|
-
border-width: 0;
|
22672
|
-
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));
|
22673
|
-
border-radius: 0;
|
22674
|
-
background: rgb(var(--v-theme-surface));
|
22675
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22676
|
-
}
|
22677
|
-
.v-footer--border {
|
22678
|
-
border-width: thin;
|
22679
|
-
box-shadow: none;
|
22680
|
-
}
|
22681
|
-
.v-footer--absolute {
|
22682
|
-
position: absolute;
|
22683
|
-
}
|
22684
|
-
.v-footer--fixed {
|
22685
|
-
position: fixed;
|
22686
|
-
}
|
22687
|
-
.v-footer--rounded {
|
22688
|
-
border-radius: 4px;
|
22689
22689
|
}.v-icon {
|
22690
22690
|
--v-icon-size-multiplier: 1;
|
22691
22691
|
align-items: center;
|
@@ -22809,6 +22809,11 @@ textarea.v-field__input::placeholder {
|
|
22809
22809
|
display: flex;
|
22810
22810
|
justify-content: center;
|
22811
22811
|
padding: 8px;
|
22812
|
+
}.v-item-group {
|
22813
|
+
flex: 0 1 auto;
|
22814
|
+
max-width: 100%;
|
22815
|
+
position: relative;
|
22816
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22812
22817
|
}.v-input {
|
22813
22818
|
display: grid;
|
22814
22819
|
flex: 1 1 auto;
|
@@ -22951,26 +22956,6 @@ textarea.v-field__input::placeholder {
|
|
22951
22956
|
|
22952
22957
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22953
22958
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22954
|
-
}.v-item-group {
|
22955
|
-
flex: 0 1 auto;
|
22956
|
-
max-width: 100%;
|
22957
|
-
position: relative;
|
22958
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22959
|
-
}.v-label {
|
22960
|
-
align-items: center;
|
22961
|
-
color: inherit;
|
22962
|
-
display: inline-flex;
|
22963
|
-
font-size: 1rem;
|
22964
|
-
letter-spacing: 0.009375em;
|
22965
|
-
min-width: 0;
|
22966
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22967
|
-
overflow: hidden;
|
22968
|
-
text-overflow: ellipsis;
|
22969
|
-
white-space: nowrap;
|
22970
|
-
}
|
22971
|
-
|
22972
|
-
.v-label--clickable {
|
22973
|
-
cursor: pointer;
|
22974
22959
|
}.v-layout {
|
22975
22960
|
--v-scrollbar-offset: 0px;
|
22976
22961
|
display: flex;
|
@@ -22986,34 +22971,21 @@ textarea.v-field__input::placeholder {
|
|
22986
22971
|
|
22987
22972
|
.v-layout-item--absolute {
|
22988
22973
|
position: absolute;
|
22989
|
-
}.v-
|
22990
|
-
|
22991
|
-
|
22992
|
-
|
22993
|
-
|
22994
|
-
|
22995
|
-
|
22996
|
-
|
22997
|
-
|
22998
|
-
|
22999
|
-
|
23000
|
-
position: relative;
|
23001
|
-
}
|
23002
|
-
.v-main--scrollable {
|
23003
|
-
display: flex;
|
23004
|
-
position: absolute;
|
23005
|
-
top: 0;
|
23006
|
-
left: 0;
|
23007
|
-
width: 100%;
|
23008
|
-
height: 100%;
|
22974
|
+
}.v-label {
|
22975
|
+
align-items: center;
|
22976
|
+
color: inherit;
|
22977
|
+
display: inline-flex;
|
22978
|
+
font-size: 1rem;
|
22979
|
+
letter-spacing: 0.009375em;
|
22980
|
+
min-width: 0;
|
22981
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22982
|
+
overflow: hidden;
|
22983
|
+
text-overflow: ellipsis;
|
22984
|
+
white-space: nowrap;
|
23009
22985
|
}
|
23010
|
-
|
23011
|
-
|
23012
|
-
|
23013
|
-
--v-layout-left: 0px;
|
23014
|
-
--v-layout-right: 0px;
|
23015
|
-
--v-layout-top: 0px;
|
23016
|
-
--v-layout-bottom: 0px;
|
22986
|
+
|
22987
|
+
.v-label--clickable {
|
22988
|
+
cursor: pointer;
|
23017
22989
|
}.v-list {
|
23018
22990
|
overflow: auto;
|
23019
22991
|
padding: 8px 0;
|
@@ -23573,6 +23545,47 @@ textarea.v-field__input::placeholder {
|
|
23573
23545
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23574
23546
|
}.v-locale-provider {
|
23575
23547
|
display: contents;
|
23548
|
+
}.v-menu > .v-overlay__content {
|
23549
|
+
display: flex;
|
23550
|
+
flex-direction: column;
|
23551
|
+
border-radius: 4px;
|
23552
|
+
}
|
23553
|
+
.v-menu > .v-overlay__content > .v-card,
|
23554
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23555
|
+
.v-menu > .v-overlay__content > .v-list {
|
23556
|
+
background: rgb(var(--v-theme-surface));
|
23557
|
+
border-radius: inherit;
|
23558
|
+
overflow: auto;
|
23559
|
+
height: 100%;
|
23560
|
+
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));
|
23561
|
+
}.v-main {
|
23562
|
+
flex: 1 0 auto;
|
23563
|
+
max-width: 100%;
|
23564
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23565
|
+
padding-left: var(--v-layout-left);
|
23566
|
+
padding-right: var(--v-layout-right);
|
23567
|
+
padding-top: var(--v-layout-top);
|
23568
|
+
padding-bottom: var(--v-layout-bottom);
|
23569
|
+
}
|
23570
|
+
.v-main__scroller {
|
23571
|
+
max-width: 100%;
|
23572
|
+
position: relative;
|
23573
|
+
}
|
23574
|
+
.v-main--scrollable {
|
23575
|
+
display: flex;
|
23576
|
+
position: absolute;
|
23577
|
+
top: 0;
|
23578
|
+
left: 0;
|
23579
|
+
width: 100%;
|
23580
|
+
height: 100%;
|
23581
|
+
}
|
23582
|
+
.v-main--scrollable > .v-main__scroller {
|
23583
|
+
flex: 1 1 auto;
|
23584
|
+
overflow-y: auto;
|
23585
|
+
--v-layout-left: 0px;
|
23586
|
+
--v-layout-right: 0px;
|
23587
|
+
--v-layout-top: 0px;
|
23588
|
+
--v-layout-bottom: 0px;
|
23576
23589
|
}.v-messages {
|
23577
23590
|
flex: 1 1 auto;
|
23578
23591
|
font-size: 12px;
|
@@ -23589,19 +23602,62 @@ textarea.v-field__input::placeholder {
|
|
23589
23602
|
-webkit-hyphens: auto;
|
23590
23603
|
hyphens: auto;
|
23591
23604
|
transition-duration: 150ms;
|
23592
|
-
}.v-
|
23593
|
-
display: flex;
|
23594
|
-
flex-direction: column;
|
23605
|
+
}.v-otp-input {
|
23595
23606
|
border-radius: 4px;
|
23607
|
+
align-items: center;
|
23608
|
+
display: flex;
|
23609
|
+
justify-content: center;
|
23610
|
+
padding: 0.5rem 0;
|
23611
|
+
position: relative;
|
23596
23612
|
}
|
23597
|
-
.v-
|
23598
|
-
|
23599
|
-
|
23600
|
-
|
23613
|
+
.v-otp-input .v-field {
|
23614
|
+
height: 100%;
|
23615
|
+
}
|
23616
|
+
|
23617
|
+
.v-otp-input__divider {
|
23618
|
+
margin: 0 8px;
|
23619
|
+
}
|
23620
|
+
|
23621
|
+
.v-otp-input__content {
|
23622
|
+
align-items: center;
|
23623
|
+
display: flex;
|
23624
|
+
gap: 0.5rem;
|
23625
|
+
height: 64px;
|
23626
|
+
padding: 0.5rem;
|
23627
|
+
justify-content: center;
|
23628
|
+
max-width: 320px;
|
23629
|
+
position: relative;
|
23601
23630
|
border-radius: inherit;
|
23602
|
-
|
23631
|
+
}
|
23632
|
+
.v-otp-input--divided .v-otp-input__content {
|
23633
|
+
max-width: 360px;
|
23634
|
+
}
|
23635
|
+
|
23636
|
+
.v-otp-input__field {
|
23637
|
+
color: inherit;
|
23638
|
+
font-size: 1.25rem;
|
23603
23639
|
height: 100%;
|
23604
|
-
|
23640
|
+
outline: none;
|
23641
|
+
text-align: center;
|
23642
|
+
width: 100%;
|
23643
|
+
}
|
23644
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23645
|
+
-webkit-appearance: none;
|
23646
|
+
margin: 0;
|
23647
|
+
}
|
23648
|
+
.v-otp-input__field[type=number] {
|
23649
|
+
-moz-appearance: textfield;
|
23650
|
+
}
|
23651
|
+
|
23652
|
+
.v-otp-input__loader {
|
23653
|
+
align-items: center;
|
23654
|
+
display: flex;
|
23655
|
+
height: 100%;
|
23656
|
+
justify-content: center;
|
23657
|
+
width: 100%;
|
23658
|
+
}
|
23659
|
+
.v-otp-input__loader .v-progress-linear {
|
23660
|
+
position: absolute;
|
23605
23661
|
}.v-navigation-drawer {
|
23606
23662
|
-webkit-overflow-scrolling: touch;
|
23607
23663
|
background: rgb(var(--v-theme-surface));
|
@@ -23704,76 +23760,6 @@ textarea.v-field__input::placeholder {
|
|
23704
23760
|
.v-navigation-drawer__append {
|
23705
23761
|
flex: none;
|
23706
23762
|
overflow: hidden;
|
23707
|
-
}.v-otp-input {
|
23708
|
-
border-radius: 4px;
|
23709
|
-
align-items: center;
|
23710
|
-
display: flex;
|
23711
|
-
justify-content: center;
|
23712
|
-
padding: 0.5rem 0;
|
23713
|
-
position: relative;
|
23714
|
-
}
|
23715
|
-
.v-otp-input .v-field {
|
23716
|
-
height: 100%;
|
23717
|
-
}
|
23718
|
-
|
23719
|
-
.v-otp-input__divider {
|
23720
|
-
margin: 0 8px;
|
23721
|
-
}
|
23722
|
-
|
23723
|
-
.v-otp-input__content {
|
23724
|
-
align-items: center;
|
23725
|
-
display: flex;
|
23726
|
-
gap: 0.5rem;
|
23727
|
-
height: 64px;
|
23728
|
-
padding: 0.5rem;
|
23729
|
-
justify-content: center;
|
23730
|
-
max-width: 320px;
|
23731
|
-
position: relative;
|
23732
|
-
border-radius: inherit;
|
23733
|
-
}
|
23734
|
-
.v-otp-input--divided .v-otp-input__content {
|
23735
|
-
max-width: 360px;
|
23736
|
-
}
|
23737
|
-
|
23738
|
-
.v-otp-input__field {
|
23739
|
-
color: inherit;
|
23740
|
-
font-size: 1.25rem;
|
23741
|
-
height: 100%;
|
23742
|
-
outline: none;
|
23743
|
-
text-align: center;
|
23744
|
-
width: 100%;
|
23745
|
-
}
|
23746
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23747
|
-
-webkit-appearance: none;
|
23748
|
-
margin: 0;
|
23749
|
-
}
|
23750
|
-
.v-otp-input__field[type=number] {
|
23751
|
-
-moz-appearance: textfield;
|
23752
|
-
}
|
23753
|
-
|
23754
|
-
.v-otp-input__loader {
|
23755
|
-
align-items: center;
|
23756
|
-
display: flex;
|
23757
|
-
height: 100%;
|
23758
|
-
justify-content: center;
|
23759
|
-
width: 100%;
|
23760
|
-
}
|
23761
|
-
.v-otp-input__loader .v-progress-linear {
|
23762
|
-
position: absolute;
|
23763
|
-
}.v-parallax {
|
23764
|
-
position: relative;
|
23765
|
-
overflow: hidden;
|
23766
|
-
}
|
23767
|
-
.v-parallax--active > .v-img__img {
|
23768
|
-
will-change: transform;
|
23769
|
-
}.v-pagination__list {
|
23770
|
-
display: inline-flex;
|
23771
|
-
list-style-type: none;
|
23772
|
-
justify-content: center;
|
23773
|
-
width: 100%;
|
23774
|
-
}
|
23775
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23776
|
-
margin: 0.3rem;
|
23777
23763
|
}.v-overlay-container {
|
23778
23764
|
contain: layout;
|
23779
23765
|
left: 0;
|
@@ -23837,63 +23823,6 @@ html.v-overlay-scroll-blocked {
|
|
23837
23823
|
|
23838
23824
|
.v-overlay--scroll-blocked {
|
23839
23825
|
padding-inline-end: var(--v-scrollbar-offset);
|
23840
|
-
}.v-slider .v-slider__container input {
|
23841
|
-
cursor: default;
|
23842
|
-
padding: 0;
|
23843
|
-
width: 100%;
|
23844
|
-
display: none;
|
23845
|
-
}
|
23846
|
-
.v-slider > .v-input__append,
|
23847
|
-
.v-slider > .v-input__prepend {
|
23848
|
-
padding: 0;
|
23849
|
-
}
|
23850
|
-
|
23851
|
-
.v-slider__container {
|
23852
|
-
position: relative;
|
23853
|
-
min-height: inherit;
|
23854
|
-
width: 100%;
|
23855
|
-
height: 100%;
|
23856
|
-
display: flex;
|
23857
|
-
justify-content: center;
|
23858
|
-
align-items: center;
|
23859
|
-
cursor: pointer;
|
23860
|
-
}
|
23861
|
-
.v-input--disabled .v-slider__container {
|
23862
|
-
opacity: var(--v-disabled-opacity);
|
23863
|
-
}
|
23864
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23865
|
-
color: rgb(var(--v-theme-error));
|
23866
|
-
}
|
23867
|
-
|
23868
|
-
.v-slider.v-input--horizontal {
|
23869
|
-
align-items: center;
|
23870
|
-
margin-inline: 8px 8px;
|
23871
|
-
}
|
23872
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
23873
|
-
min-height: 32px;
|
23874
|
-
display: flex;
|
23875
|
-
align-items: center;
|
23876
|
-
}
|
23877
|
-
|
23878
|
-
.v-slider.v-input--vertical {
|
23879
|
-
justify-content: center;
|
23880
|
-
margin-top: 12px;
|
23881
|
-
margin-bottom: 12px;
|
23882
|
-
}
|
23883
|
-
.v-slider.v-input--vertical > .v-input__control {
|
23884
|
-
min-height: 300px;
|
23885
|
-
}
|
23886
|
-
|
23887
|
-
.v-slider.v-input--disabled {
|
23888
|
-
pointer-events: none;
|
23889
|
-
}
|
23890
|
-
|
23891
|
-
.v-slider--has-labels > .v-input__control {
|
23892
|
-
margin-bottom: 4px;
|
23893
|
-
}
|
23894
|
-
|
23895
|
-
.v-slider__label {
|
23896
|
-
margin-inline-end: 12px;
|
23897
23826
|
}.v-progress-circular {
|
23898
23827
|
align-items: center;
|
23899
23828
|
display: inline-flex;
|
@@ -23996,6 +23925,77 @@ html.v-overlay-scroll-blocked {
|
|
23996
23925
|
100% {
|
23997
23926
|
transform: rotate(270deg);
|
23998
23927
|
}
|
23928
|
+
}.v-parallax {
|
23929
|
+
position: relative;
|
23930
|
+
overflow: hidden;
|
23931
|
+
}
|
23932
|
+
.v-parallax--active > .v-img__img {
|
23933
|
+
will-change: transform;
|
23934
|
+
}.v-pagination__list {
|
23935
|
+
display: inline-flex;
|
23936
|
+
list-style-type: none;
|
23937
|
+
justify-content: center;
|
23938
|
+
width: 100%;
|
23939
|
+
}
|
23940
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23941
|
+
margin: 0.3rem;
|
23942
|
+
}.v-slider .v-slider__container input {
|
23943
|
+
cursor: default;
|
23944
|
+
padding: 0;
|
23945
|
+
width: 100%;
|
23946
|
+
display: none;
|
23947
|
+
}
|
23948
|
+
.v-slider > .v-input__append,
|
23949
|
+
.v-slider > .v-input__prepend {
|
23950
|
+
padding: 0;
|
23951
|
+
}
|
23952
|
+
|
23953
|
+
.v-slider__container {
|
23954
|
+
position: relative;
|
23955
|
+
min-height: inherit;
|
23956
|
+
width: 100%;
|
23957
|
+
height: 100%;
|
23958
|
+
display: flex;
|
23959
|
+
justify-content: center;
|
23960
|
+
align-items: center;
|
23961
|
+
cursor: pointer;
|
23962
|
+
}
|
23963
|
+
.v-input--disabled .v-slider__container {
|
23964
|
+
opacity: var(--v-disabled-opacity);
|
23965
|
+
}
|
23966
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
23967
|
+
color: rgb(var(--v-theme-error));
|
23968
|
+
}
|
23969
|
+
|
23970
|
+
.v-slider.v-input--horizontal {
|
23971
|
+
align-items: center;
|
23972
|
+
margin-inline: 8px 8px;
|
23973
|
+
}
|
23974
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
23975
|
+
min-height: 32px;
|
23976
|
+
display: flex;
|
23977
|
+
align-items: center;
|
23978
|
+
}
|
23979
|
+
|
23980
|
+
.v-slider.v-input--vertical {
|
23981
|
+
justify-content: center;
|
23982
|
+
margin-top: 12px;
|
23983
|
+
margin-bottom: 12px;
|
23984
|
+
}
|
23985
|
+
.v-slider.v-input--vertical > .v-input__control {
|
23986
|
+
min-height: 300px;
|
23987
|
+
}
|
23988
|
+
|
23989
|
+
.v-slider.v-input--disabled {
|
23990
|
+
pointer-events: none;
|
23991
|
+
}
|
23992
|
+
|
23993
|
+
.v-slider--has-labels > .v-input__control {
|
23994
|
+
margin-bottom: 4px;
|
23995
|
+
}
|
23996
|
+
|
23997
|
+
.v-slider__label {
|
23998
|
+
margin-inline-end: 12px;
|
23999
23999
|
}.v-rating {
|
24000
24000
|
max-width: 100%;
|
24001
24001
|
display: inline-flex;
|
@@ -24050,66 +24050,6 @@ html.v-overlay-scroll-blocked {
|
|
24050
24050
|
opacity: 0;
|
24051
24051
|
position: absolute;
|
24052
24052
|
width: 0;
|
24053
|
-
}.v-select .v-field .v-text-field__prefix,
|
24054
|
-
.v-select .v-field .v-text-field__suffix,
|
24055
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24056
|
-
cursor: pointer;
|
24057
|
-
}
|
24058
|
-
.v-select .v-field .v-field__input > input {
|
24059
|
-
align-self: flex-start;
|
24060
|
-
opacity: 1;
|
24061
|
-
flex: 0 0;
|
24062
|
-
position: absolute;
|
24063
|
-
width: 100%;
|
24064
|
-
transition: none;
|
24065
|
-
pointer-events: none;
|
24066
|
-
caret-color: transparent;
|
24067
|
-
}
|
24068
|
-
.v-select .v-field--dirty .v-select__selection {
|
24069
|
-
margin-inline-end: 2px;
|
24070
|
-
}
|
24071
|
-
.v-select .v-select__selection-text {
|
24072
|
-
overflow: hidden;
|
24073
|
-
text-overflow: ellipsis;
|
24074
|
-
white-space: nowrap;
|
24075
|
-
}
|
24076
|
-
.v-select__content {
|
24077
|
-
overflow: hidden;
|
24078
|
-
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));
|
24079
|
-
border-radius: 4px;
|
24080
|
-
}
|
24081
|
-
.v-select__selection {
|
24082
|
-
display: inline-flex;
|
24083
|
-
align-items: center;
|
24084
|
-
letter-spacing: inherit;
|
24085
|
-
line-height: inherit;
|
24086
|
-
max-width: 100%;
|
24087
|
-
}
|
24088
|
-
.v-select .v-select__selection:first-child {
|
24089
|
-
margin-inline-start: 0;
|
24090
|
-
}
|
24091
|
-
.v-select--selected .v-field .v-field__input > input {
|
24092
|
-
opacity: 0;
|
24093
|
-
}
|
24094
|
-
.v-select__menu-icon {
|
24095
|
-
margin-inline-start: 4px;
|
24096
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24097
|
-
}
|
24098
|
-
.v-select--active-menu .v-select__menu-icon {
|
24099
|
-
opacity: var(--v-high-emphasis-opacity);
|
24100
|
-
transform: rotate(180deg);
|
24101
|
-
}.v-radio-group > .v-input__control {
|
24102
|
-
flex-direction: column;
|
24103
|
-
}
|
24104
|
-
.v-radio-group > .v-input__control > .v-label {
|
24105
|
-
margin-inline-start: 16px;
|
24106
|
-
}
|
24107
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24108
|
-
padding-inline-start: 6px;
|
24109
|
-
margin-top: 8px;
|
24110
|
-
}
|
24111
|
-
.v-radio-group .v-input__details {
|
24112
|
-
padding-inline: 16px;
|
24113
24053
|
}.v-progress-linear {
|
24114
24054
|
background: transparent;
|
24115
24055
|
overflow: hidden;
|
@@ -24338,15 +24278,27 @@ html.v-overlay-scroll-blocked {
|
|
24338
24278
|
0% {
|
24339
24279
|
background-position-x: var(--v-progress-linear-height);
|
24340
24280
|
}
|
24341
|
-
}.v-
|
24342
|
-
|
24343
|
-
flex: 1 0 auto;
|
24344
|
-
max-height: 100%;
|
24345
|
-
max-width: 100%;
|
24346
|
-
overflow: hidden;
|
24347
|
-
position: relative;
|
24281
|
+
}.v-radio-group > .v-input__control {
|
24282
|
+
flex-direction: column;
|
24348
24283
|
}
|
24349
|
-
.v-
|
24284
|
+
.v-radio-group > .v-input__control > .v-label {
|
24285
|
+
margin-inline-start: 16px;
|
24286
|
+
}
|
24287
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24288
|
+
padding-inline-start: 6px;
|
24289
|
+
margin-top: 8px;
|
24290
|
+
}
|
24291
|
+
.v-radio-group .v-input__details {
|
24292
|
+
padding-inline: 16px;
|
24293
|
+
}.v-responsive {
|
24294
|
+
display: flex;
|
24295
|
+
flex: 1 0 auto;
|
24296
|
+
max-height: 100%;
|
24297
|
+
max-width: 100%;
|
24298
|
+
overflow: hidden;
|
24299
|
+
position: relative;
|
24300
|
+
}
|
24301
|
+
.v-responsive--inline {
|
24350
24302
|
display: inline-flex;
|
24351
24303
|
flex: 0 0 auto;
|
24352
24304
|
}
|
@@ -24364,14 +24316,6 @@ html.v-overlay-scroll-blocked {
|
|
24364
24316
|
flex: 1 0 0px;
|
24365
24317
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24366
24318
|
pointer-events: none;
|
24367
|
-
}.v-selection-control-group {
|
24368
|
-
grid-area: control;
|
24369
|
-
display: flex;
|
24370
|
-
flex-direction: column;
|
24371
|
-
}
|
24372
|
-
.v-selection-control-group--inline {
|
24373
|
-
flex-direction: row;
|
24374
|
-
flex-wrap: wrap;
|
24375
24319
|
}.v-sheet {
|
24376
24320
|
display: block;
|
24377
24321
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
@@ -24501,61 +24445,54 @@ html.v-overlay-scroll-blocked {
|
|
24501
24445
|
}
|
24502
24446
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24503
24447
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24504
|
-
}.v-
|
24505
|
-
|
24506
|
-
|
24507
|
-
}
|
24508
|
-
|
24509
|
-
.v-slide-group__next,
|
24510
|
-
.v-slide-group__prev {
|
24511
|
-
align-items: center;
|
24512
|
-
display: flex;
|
24513
|
-
flex: 0 1 52px;
|
24514
|
-
justify-content: center;
|
24515
|
-
min-width: 52px;
|
24448
|
+
}.v-select .v-field .v-text-field__prefix,
|
24449
|
+
.v-select .v-field .v-text-field__suffix,
|
24450
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24516
24451
|
cursor: pointer;
|
24517
24452
|
}
|
24518
|
-
.v-
|
24519
|
-
|
24453
|
+
.v-select .v-field .v-field__input > input {
|
24454
|
+
align-self: flex-start;
|
24455
|
+
opacity: 1;
|
24456
|
+
flex: 0 0;
|
24457
|
+
position: absolute;
|
24458
|
+
width: 100%;
|
24459
|
+
transition: none;
|
24520
24460
|
pointer-events: none;
|
24521
|
-
|
24461
|
+
caret-color: transparent;
|
24522
24462
|
}
|
24523
|
-
|
24524
|
-
|
24525
|
-
|
24526
|
-
|
24527
|
-
|
24528
|
-
|
24463
|
+
.v-select .v-field--dirty .v-select__selection {
|
24464
|
+
margin-inline-end: 2px;
|
24465
|
+
}
|
24466
|
+
.v-select .v-select__selection-text {
|
24467
|
+
overflow: hidden;
|
24468
|
+
text-overflow: ellipsis;
|
24529
24469
|
white-space: nowrap;
|
24530
24470
|
}
|
24531
|
-
.v-
|
24532
|
-
|
24471
|
+
.v-select__content {
|
24472
|
+
overflow: hidden;
|
24473
|
+
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));
|
24474
|
+
border-radius: 4px;
|
24533
24475
|
}
|
24534
|
-
|
24535
|
-
|
24536
|
-
|
24537
|
-
|
24538
|
-
|
24539
|
-
|
24540
|
-
overflow-y: hidden;
|
24541
|
-
scrollbar-width: none;
|
24542
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24476
|
+
.v-select__selection {
|
24477
|
+
display: inline-flex;
|
24478
|
+
align-items: center;
|
24479
|
+
letter-spacing: inherit;
|
24480
|
+
line-height: inherit;
|
24481
|
+
max-width: 100%;
|
24543
24482
|
}
|
24544
|
-
.v-
|
24545
|
-
|
24483
|
+
.v-select .v-select__selection:first-child {
|
24484
|
+
margin-inline-start: 0;
|
24546
24485
|
}
|
24547
|
-
|
24548
|
-
|
24549
|
-
max-height: inherit;
|
24486
|
+
.v-select--selected .v-field .v-field__input > input {
|
24487
|
+
opacity: 0;
|
24550
24488
|
}
|
24551
|
-
.v-
|
24552
|
-
|
24553
|
-
.
|
24554
|
-
flex-direction: column;
|
24489
|
+
.v-select__menu-icon {
|
24490
|
+
margin-inline-start: 4px;
|
24491
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24555
24492
|
}
|
24556
|
-
.v-
|
24557
|
-
|
24558
|
-
|
24493
|
+
.v-select--active-menu .v-select__menu-icon {
|
24494
|
+
opacity: var(--v-high-emphasis-opacity);
|
24495
|
+
transform: rotate(180deg);
|
24559
24496
|
}.v-skeleton-loader {
|
24560
24497
|
align-items: center;
|
24561
24498
|
background: rgb(var(--v-theme-surface));
|
@@ -24779,6 +24716,69 @@ html.v-overlay-scroll-blocked {
|
|
24779
24716
|
100% {
|
24780
24717
|
transform: translateX(100%);
|
24781
24718
|
}
|
24719
|
+
}.v-selection-control-group {
|
24720
|
+
grid-area: control;
|
24721
|
+
display: flex;
|
24722
|
+
flex-direction: column;
|
24723
|
+
}
|
24724
|
+
.v-selection-control-group--inline {
|
24725
|
+
flex-direction: row;
|
24726
|
+
flex-wrap: wrap;
|
24727
|
+
}.v-slide-group {
|
24728
|
+
display: flex;
|
24729
|
+
overflow: hidden;
|
24730
|
+
}
|
24731
|
+
|
24732
|
+
.v-slide-group__next,
|
24733
|
+
.v-slide-group__prev {
|
24734
|
+
align-items: center;
|
24735
|
+
display: flex;
|
24736
|
+
flex: 0 1 52px;
|
24737
|
+
justify-content: center;
|
24738
|
+
min-width: 52px;
|
24739
|
+
cursor: pointer;
|
24740
|
+
}
|
24741
|
+
.v-slide-group__next--disabled,
|
24742
|
+
.v-slide-group__prev--disabled {
|
24743
|
+
pointer-events: none;
|
24744
|
+
opacity: var(--v-disabled-opacity);
|
24745
|
+
}
|
24746
|
+
|
24747
|
+
.v-slide-group__content {
|
24748
|
+
display: flex;
|
24749
|
+
flex: 1 0 auto;
|
24750
|
+
position: relative;
|
24751
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24752
|
+
white-space: nowrap;
|
24753
|
+
}
|
24754
|
+
.v-slide-group__content > * {
|
24755
|
+
white-space: initial;
|
24756
|
+
}
|
24757
|
+
|
24758
|
+
.v-slide-group__container {
|
24759
|
+
contain: content;
|
24760
|
+
display: flex;
|
24761
|
+
flex: 1 1 auto;
|
24762
|
+
overflow-x: auto;
|
24763
|
+
overflow-y: hidden;
|
24764
|
+
scrollbar-width: none;
|
24765
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24766
|
+
}
|
24767
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24768
|
+
display: none;
|
24769
|
+
}
|
24770
|
+
|
24771
|
+
.v-slide-group--vertical {
|
24772
|
+
max-height: inherit;
|
24773
|
+
}
|
24774
|
+
.v-slide-group--vertical,
|
24775
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24776
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24777
|
+
flex-direction: column;
|
24778
|
+
}
|
24779
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24780
|
+
overflow-x: hidden;
|
24781
|
+
overflow-y: auto;
|
24782
24782
|
}.v-snackbar {
|
24783
24783
|
justify-content: center;
|
24784
24784
|
z-index: 10000;
|
@@ -24958,67 +24958,197 @@ html.v-overlay-scroll-blocked {
|
|
24958
24958
|
}
|
24959
24959
|
.v-speed-dial__content > *:nth-child(10) {
|
24960
24960
|
transition-delay: 0.45s;
|
24961
|
-
}.v-
|
24962
|
-
|
24963
|
-
border-radius: 4px;
|
24964
|
-
overflow: hidden;
|
24965
|
-
}
|
24966
|
-
.v-stepper.v-sheet.v-stepper--flat {
|
24967
|
-
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));
|
24961
|
+
}.v-switch .v-label {
|
24962
|
+
padding-inline-start: 10px;
|
24968
24963
|
}
|
24969
24964
|
|
24970
|
-
.v-
|
24971
|
-
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));
|
24972
|
-
align-items: center;
|
24965
|
+
.v-switch__loader {
|
24973
24966
|
display: flex;
|
24974
|
-
position: relative;
|
24975
|
-
overflow-x: auto;
|
24976
|
-
justify-content: space-between;
|
24977
|
-
z-index: 1;
|
24978
24967
|
}
|
24979
|
-
.v-
|
24980
|
-
|
24968
|
+
.v-switch__loader .v-progress-circular {
|
24969
|
+
color: rgb(var(--v-theme-surface));
|
24981
24970
|
}
|
24982
|
-
|
24983
|
-
|
24971
|
+
|
24972
|
+
.v-switch__track,
|
24973
|
+
.v-switch__thumb {
|
24974
|
+
transition: none;
|
24984
24975
|
}
|
24985
|
-
.v-
|
24986
|
-
|
24976
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24977
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24978
|
+
background-color: rgb(var(--v-theme-error));
|
24979
|
+
color: rgb(var(--v-theme-on-error));
|
24987
24980
|
}
|
24988
|
-
|
24989
|
-
|
24981
|
+
|
24982
|
+
.v-switch__track-true {
|
24983
|
+
margin-inline-end: auto;
|
24990
24984
|
}
|
24991
|
-
.v-
|
24992
|
-
|
24993
|
-
margin: 35px -67px 0;
|
24985
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24986
|
+
opacity: 0;
|
24994
24987
|
}
|
24995
24988
|
|
24996
|
-
.v-
|
24997
|
-
margin:
|
24989
|
+
.v-switch__track-false {
|
24990
|
+
margin-inline-start: auto;
|
24991
|
+
}
|
24992
|
+
.v-selection-control--dirty .v-switch__track-false {
|
24993
|
+
opacity: 0;
|
24998
24994
|
}
|
24999
24995
|
|
25000
|
-
.v-
|
25001
|
-
display: flex;
|
24996
|
+
.v-switch__track {
|
24997
|
+
display: inline-flex;
|
25002
24998
|
align-items: center;
|
25003
|
-
|
25004
|
-
padding:
|
24999
|
+
font-size: 0.5rem;
|
25000
|
+
padding: 0 5px;
|
25001
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25002
|
+
border-radius: 9999px;
|
25003
|
+
height: 14px;
|
25004
|
+
opacity: 0.6;
|
25005
|
+
min-width: 36px;
|
25006
|
+
cursor: pointer;
|
25007
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25005
25008
|
}
|
25006
|
-
.v-
|
25007
|
-
|
25009
|
+
.v-switch--inset .v-switch__track {
|
25010
|
+
border-radius: 9999px;
|
25011
|
+
font-size: 0.75rem;
|
25012
|
+
height: 32px;
|
25013
|
+
min-width: 52px;
|
25008
25014
|
}
|
25009
|
-
|
25010
|
-
|
25011
|
-
}.v-stepper-item {
|
25015
|
+
|
25016
|
+
.v-switch__thumb {
|
25012
25017
|
align-items: center;
|
25013
|
-
|
25014
|
-
|
25015
|
-
|
25016
|
-
|
25017
|
-
|
25018
|
-
|
25019
|
-
|
25020
|
-
|
25021
|
-
|
25018
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
25019
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
25020
|
+
border-radius: 50%;
|
25021
|
+
display: flex;
|
25022
|
+
font-size: 0.75rem;
|
25023
|
+
height: 20px;
|
25024
|
+
justify-content: center;
|
25025
|
+
width: 20px;
|
25026
|
+
pointer-events: none;
|
25027
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25028
|
+
position: relative;
|
25029
|
+
overflow: hidden;
|
25030
|
+
}
|
25031
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25032
|
+
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));
|
25033
|
+
}
|
25034
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25035
|
+
background: rgb(var(--v-theme-surface-variant));
|
25036
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25037
|
+
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));
|
25038
|
+
}
|
25039
|
+
.v-switch--inset .v-switch__thumb {
|
25040
|
+
height: 24px;
|
25041
|
+
width: 24px;
|
25042
|
+
transform: scale(0.6666666667);
|
25043
|
+
}
|
25044
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25045
|
+
transform: none;
|
25046
|
+
}
|
25047
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25048
|
+
transform: none;
|
25049
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25050
|
+
}
|
25051
|
+
|
25052
|
+
.v-switch.v-input {
|
25053
|
+
flex: 0 1 auto;
|
25054
|
+
}
|
25055
|
+
.v-switch .v-selection-control {
|
25056
|
+
min-height: var(--v-input-control-height);
|
25057
|
+
}
|
25058
|
+
.v-switch .v-selection-control__input {
|
25059
|
+
border-radius: 50%;
|
25060
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25061
|
+
position: absolute;
|
25062
|
+
}
|
25063
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25064
|
+
transform: translateX(-10px);
|
25065
|
+
}
|
25066
|
+
|
25067
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25068
|
+
transform: translateX(10px);
|
25069
|
+
}
|
25070
|
+
|
25071
|
+
.v-switch .v-selection-control__input .v-icon {
|
25072
|
+
position: absolute;
|
25073
|
+
}
|
25074
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25075
|
+
transform: translateX(10px);
|
25076
|
+
}
|
25077
|
+
|
25078
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25079
|
+
transform: translateX(-10px);
|
25080
|
+
}
|
25081
|
+
|
25082
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25083
|
+
transform: scale(0.8);
|
25084
|
+
}
|
25085
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25086
|
+
transform: scale(0.75);
|
25087
|
+
box-shadow: none;
|
25088
|
+
}
|
25089
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25090
|
+
width: auto;
|
25091
|
+
}
|
25092
|
+
.v-switch.v-input--vertical .v-label {
|
25093
|
+
min-width: max-content;
|
25094
|
+
}
|
25095
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25096
|
+
transform: rotate(-90deg);
|
25097
|
+
}
|
25098
|
+
|
25099
|
+
@media (forced-colors: active) {
|
25100
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
25101
|
+
color: currentColor;
|
25102
|
+
}
|
25103
|
+
.v-switch .v-switch__thumb {
|
25104
|
+
background-color: buttontext;
|
25105
|
+
}
|
25106
|
+
.v-switch .v-switch__track,
|
25107
|
+
.v-switch .v-switch__thumb {
|
25108
|
+
border: 1px solid;
|
25109
|
+
color: buttontext;
|
25110
|
+
}
|
25111
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25112
|
+
background-color: highlight;
|
25113
|
+
}
|
25114
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25115
|
+
background-color: highlight;
|
25116
|
+
}
|
25117
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25118
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25119
|
+
color: highlight;
|
25120
|
+
}
|
25121
|
+
.v-switch.v-switch--inset .v-switch__track {
|
25122
|
+
border-width: 2px;
|
25123
|
+
}
|
25124
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25125
|
+
background-color: highlighttext;
|
25126
|
+
color: highlighttext;
|
25127
|
+
}
|
25128
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25129
|
+
background-color: graytext;
|
25130
|
+
}
|
25131
|
+
.v-switch.v-input--disabled .v-switch__track,
|
25132
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25133
|
+
color: graytext;
|
25134
|
+
}
|
25135
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
25136
|
+
background-color: canvas;
|
25137
|
+
}
|
25138
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25139
|
+
border-width: 0;
|
25140
|
+
}
|
25141
|
+
}.v-stepper-item {
|
25142
|
+
align-items: center;
|
25143
|
+
align-self: stretch;
|
25144
|
+
display: inline-flex;
|
25145
|
+
flex: none;
|
25146
|
+
outline: none;
|
25147
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25148
|
+
padding: 1.5rem;
|
25149
|
+
position: relative;
|
25150
|
+
transition-duration: 0.2s;
|
25151
|
+
transition-property: opacity;
|
25022
25152
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25023
25153
|
}
|
25024
25154
|
.v-stepper-item:hover > .v-stepper-item__overlay {
|
@@ -25124,43 +25254,6 @@ html.v-overlay-scroll-blocked {
|
|
25124
25254
|
width: 100%;
|
25125
25255
|
height: 100%;
|
25126
25256
|
pointer-events: none;
|
25127
|
-
}.v-system-bar {
|
25128
|
-
align-items: center;
|
25129
|
-
display: flex;
|
25130
|
-
flex: 1 1 auto;
|
25131
|
-
height: 24px;
|
25132
|
-
justify-content: flex-end;
|
25133
|
-
max-width: 100%;
|
25134
|
-
padding-inline: 8px;
|
25135
|
-
position: relative;
|
25136
|
-
text-align: end;
|
25137
|
-
width: 100%;
|
25138
|
-
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));
|
25139
|
-
background: rgba(var(--v-theme-surface-light));
|
25140
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25141
|
-
font-size: 0.75rem;
|
25142
|
-
font-weight: 400;
|
25143
|
-
letter-spacing: 0.0333333333em;
|
25144
|
-
line-height: 1.667;
|
25145
|
-
text-transform: none;
|
25146
|
-
}
|
25147
|
-
.v-system-bar .v-icon {
|
25148
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25149
|
-
}
|
25150
|
-
.v-system-bar--absolute {
|
25151
|
-
position: absolute;
|
25152
|
-
}
|
25153
|
-
.v-system-bar--fixed {
|
25154
|
-
position: fixed;
|
25155
|
-
}
|
25156
|
-
.v-system-bar--rounded {
|
25157
|
-
border-radius: 0;
|
25158
|
-
}
|
25159
|
-
.v-system-bar--window {
|
25160
|
-
height: 32px;
|
25161
|
-
}
|
25162
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25163
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25164
25257
|
}.v-table {
|
25165
25258
|
background: rgb(var(--v-theme-surface));
|
25166
25259
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -25299,323 +25392,93 @@ html.v-overlay-scroll-blocked {
|
|
25299
25392
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25300
25393
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25301
25394
|
border-top: 0px !important;
|
25302
|
-
}.v-
|
25303
|
-
|
25395
|
+
}.v-stepper.v-sheet {
|
25396
|
+
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));
|
25397
|
+
border-radius: 4px;
|
25398
|
+
overflow: hidden;
|
25399
|
+
}
|
25400
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
25401
|
+
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));
|
25304
25402
|
}
|
25305
25403
|
|
25306
|
-
.v-
|
25404
|
+
.v-stepper-header {
|
25405
|
+
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));
|
25406
|
+
align-items: center;
|
25307
25407
|
display: flex;
|
25408
|
+
position: relative;
|
25409
|
+
overflow-x: auto;
|
25410
|
+
justify-content: space-between;
|
25411
|
+
z-index: 1;
|
25308
25412
|
}
|
25309
|
-
.v-
|
25310
|
-
|
25413
|
+
.v-stepper-header .v-divider {
|
25414
|
+
margin: 0 -16px;
|
25311
25415
|
}
|
25312
|
-
|
25313
|
-
|
25314
|
-
.v-switch__thumb {
|
25315
|
-
transition: none;
|
25416
|
+
.v-stepper-header .v-divider:last-child {
|
25417
|
+
margin-inline-end: 0;
|
25316
25418
|
}
|
25317
|
-
.v-
|
25318
|
-
|
25319
|
-
background-color: rgb(var(--v-theme-error));
|
25320
|
-
color: rgb(var(--v-theme-on-error));
|
25419
|
+
.v-stepper-header .v-divider:first-child {
|
25420
|
+
margin-inline-start: 0;
|
25321
25421
|
}
|
25322
|
-
|
25323
|
-
|
25324
|
-
margin-inline-end: auto;
|
25422
|
+
.v-stepper--alt-labels .v-stepper-header {
|
25423
|
+
height: auto;
|
25325
25424
|
}
|
25326
|
-
.v-
|
25327
|
-
|
25425
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
25426
|
+
align-self: flex-start;
|
25427
|
+
margin: 35px -67px 0;
|
25328
25428
|
}
|
25329
25429
|
|
25330
|
-
.v-
|
25331
|
-
margin
|
25332
|
-
}
|
25333
|
-
.v-selection-control--dirty .v-switch__track-false {
|
25334
|
-
opacity: 0;
|
25430
|
+
.v-stepper-window {
|
25431
|
+
margin: 1.5rem;
|
25335
25432
|
}
|
25336
25433
|
|
25337
|
-
.v-
|
25338
|
-
display:
|
25434
|
+
.v-stepper-actions {
|
25435
|
+
display: flex;
|
25339
25436
|
align-items: center;
|
25340
|
-
|
25341
|
-
padding:
|
25342
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
25343
|
-
border-radius: 9999px;
|
25344
|
-
height: 14px;
|
25345
|
-
opacity: 0.6;
|
25346
|
-
min-width: 36px;
|
25347
|
-
cursor: pointer;
|
25348
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25437
|
+
justify-content: space-between;
|
25438
|
+
padding: 1rem;
|
25349
25439
|
}
|
25350
|
-
.v-
|
25351
|
-
|
25352
|
-
font-size: 0.75rem;
|
25353
|
-
height: 32px;
|
25354
|
-
min-width: 52px;
|
25440
|
+
.v-stepper .v-stepper-actions {
|
25441
|
+
padding: 0 1.5rem 1rem;
|
25355
25442
|
}
|
25356
|
-
|
25357
|
-
.
|
25443
|
+
.v-stepper-window-item .v-stepper-actions {
|
25444
|
+
padding: 1.5rem 0 0;
|
25445
|
+
}.v-system-bar {
|
25358
25446
|
align-items: center;
|
25359
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
25360
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
25361
|
-
border-radius: 50%;
|
25362
25447
|
display: flex;
|
25363
|
-
|
25364
|
-
height:
|
25365
|
-
justify-content:
|
25366
|
-
width:
|
25367
|
-
|
25368
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25448
|
+
flex: 1 1 auto;
|
25449
|
+
height: 24px;
|
25450
|
+
justify-content: flex-end;
|
25451
|
+
max-width: 100%;
|
25452
|
+
padding-inline: 8px;
|
25369
25453
|
position: relative;
|
25370
|
-
|
25371
|
-
|
25372
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25373
|
-
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));
|
25374
|
-
}
|
25375
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25376
|
-
background: rgb(var(--v-theme-surface-variant));
|
25377
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25454
|
+
text-align: end;
|
25455
|
+
width: 100%;
|
25378
25456
|
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));
|
25457
|
+
background: rgba(var(--v-theme-surface-light));
|
25458
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25459
|
+
font-size: 0.75rem;
|
25460
|
+
font-weight: 400;
|
25461
|
+
letter-spacing: 0.0333333333em;
|
25462
|
+
line-height: 1.667;
|
25463
|
+
text-transform: none;
|
25379
25464
|
}
|
25380
|
-
.v-
|
25381
|
-
|
25382
|
-
width: 24px;
|
25383
|
-
transform: scale(0.6666666667);
|
25384
|
-
}
|
25385
|
-
.v-switch--inset .v-switch__thumb--filled {
|
25386
|
-
transform: none;
|
25387
|
-
}
|
25388
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25389
|
-
transform: none;
|
25390
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25391
|
-
}
|
25392
|
-
|
25393
|
-
.v-switch.v-input {
|
25394
|
-
flex: 0 1 auto;
|
25395
|
-
}
|
25396
|
-
.v-switch .v-selection-control {
|
25397
|
-
min-height: var(--v-input-control-height);
|
25398
|
-
}
|
25399
|
-
.v-switch .v-selection-control__input {
|
25400
|
-
border-radius: 50%;
|
25401
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25402
|
-
position: absolute;
|
25403
|
-
}
|
25404
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25405
|
-
transform: translateX(-10px);
|
25406
|
-
}
|
25407
|
-
|
25408
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25409
|
-
transform: translateX(10px);
|
25465
|
+
.v-system-bar .v-icon {
|
25466
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25410
25467
|
}
|
25411
|
-
|
25412
|
-
.v-switch .v-selection-control__input .v-icon {
|
25468
|
+
.v-system-bar--absolute {
|
25413
25469
|
position: absolute;
|
25414
25470
|
}
|
25415
|
-
.v-
|
25416
|
-
|
25417
|
-
}
|
25418
|
-
|
25419
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25420
|
-
transform: translateX(-10px);
|
25421
|
-
}
|
25422
|
-
|
25423
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25424
|
-
transform: scale(0.8);
|
25425
|
-
}
|
25426
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25427
|
-
transform: scale(0.75);
|
25428
|
-
box-shadow: none;
|
25429
|
-
}
|
25430
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25431
|
-
width: auto;
|
25432
|
-
}
|
25433
|
-
.v-switch.v-input--vertical .v-label {
|
25434
|
-
min-width: max-content;
|
25435
|
-
}
|
25436
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25437
|
-
transform: rotate(-90deg);
|
25471
|
+
.v-system-bar--fixed {
|
25472
|
+
position: fixed;
|
25438
25473
|
}
|
25439
|
-
|
25440
|
-
@media (forced-colors: active) {
|
25441
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
25442
|
-
color: currentColor;
|
25443
|
-
}
|
25444
|
-
.v-switch .v-switch__thumb {
|
25445
|
-
background-color: buttontext;
|
25446
|
-
}
|
25447
|
-
.v-switch .v-switch__track,
|
25448
|
-
.v-switch .v-switch__thumb {
|
25449
|
-
border: 1px solid;
|
25450
|
-
color: buttontext;
|
25451
|
-
}
|
25452
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25453
|
-
background-color: highlight;
|
25454
|
-
}
|
25455
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25456
|
-
background-color: highlight;
|
25457
|
-
}
|
25458
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25459
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25460
|
-
color: highlight;
|
25461
|
-
}
|
25462
|
-
.v-switch.v-switch--inset .v-switch__track {
|
25463
|
-
border-width: 2px;
|
25464
|
-
}
|
25465
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25466
|
-
background-color: highlighttext;
|
25467
|
-
color: highlighttext;
|
25468
|
-
}
|
25469
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25470
|
-
background-color: graytext;
|
25471
|
-
}
|
25472
|
-
.v-switch.v-input--disabled .v-switch__track,
|
25473
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25474
|
-
color: graytext;
|
25475
|
-
}
|
25476
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
25477
|
-
background-color: canvas;
|
25478
|
-
}
|
25479
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25480
|
-
border-width: 0;
|
25481
|
-
}
|
25482
|
-
}.v-tab.v-tab.v-btn {
|
25483
|
-
height: var(--v-tabs-height);
|
25474
|
+
.v-system-bar--rounded {
|
25484
25475
|
border-radius: 0;
|
25485
|
-
min-width: 90px;
|
25486
|
-
}
|
25487
|
-
.v-slide-group--horizontal .v-tab {
|
25488
|
-
max-width: 360px;
|
25489
|
-
}
|
25490
|
-
.v-slide-group--vertical .v-tab {
|
25491
|
-
justify-content: start;
|
25492
|
-
}
|
25493
|
-
|
25494
|
-
.v-tab__slider {
|
25495
|
-
position: absolute;
|
25496
|
-
bottom: 0;
|
25497
|
-
left: 0;
|
25498
|
-
height: 2px;
|
25499
|
-
width: 100%;
|
25500
|
-
background: currentColor;
|
25501
|
-
pointer-events: none;
|
25502
|
-
opacity: 0;
|
25503
|
-
}
|
25504
|
-
.v-tab--selected .v-tab__slider {
|
25505
|
-
opacity: 1;
|
25506
|
-
}
|
25507
|
-
.v-slide-group--vertical .v-tab__slider {
|
25508
|
-
top: 0;
|
25509
|
-
height: 100%;
|
25510
|
-
width: 2px;
|
25511
|
-
}.v-tabs {
|
25512
|
-
display: flex;
|
25513
|
-
height: var(--v-tabs-height);
|
25514
|
-
}
|
25515
|
-
.v-tabs--density-default {
|
25516
|
-
--v-tabs-height: 48px;
|
25517
|
-
}
|
25518
|
-
.v-tabs--density-default.v-tabs--stacked {
|
25519
|
-
--v-tabs-height: 72px;
|
25520
|
-
}
|
25521
|
-
|
25522
|
-
.v-tabs--density-comfortable {
|
25523
|
-
--v-tabs-height: 44px;
|
25524
|
-
}
|
25525
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
25526
|
-
--v-tabs-height: 68px;
|
25527
|
-
}
|
25528
|
-
|
25529
|
-
.v-tabs--density-compact {
|
25530
|
-
--v-tabs-height: 36px;
|
25531
|
-
}
|
25532
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
25533
|
-
--v-tabs-height: 60px;
|
25534
|
-
}
|
25535
|
-
|
25536
|
-
.v-tabs.v-slide-group--vertical {
|
25537
|
-
height: auto;
|
25538
|
-
flex: none;
|
25539
|
-
--v-tabs-height: 48px;
|
25540
|
-
}
|
25541
|
-
|
25542
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25543
|
-
margin-inline-start: 42px;
|
25544
|
-
}
|
25545
|
-
|
25546
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25547
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25548
|
-
margin-inline-end: auto;
|
25549
|
-
}
|
25550
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25551
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25552
|
-
margin-inline-start: auto;
|
25553
|
-
}
|
25554
|
-
|
25555
|
-
.v-tabs--grow {
|
25556
|
-
flex-grow: 1;
|
25557
|
-
}
|
25558
|
-
.v-tabs--grow .v-tab {
|
25559
|
-
flex: 1 0 auto;
|
25560
|
-
max-width: none;
|
25561
|
-
}
|
25562
|
-
|
25563
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25564
|
-
margin-inline-start: auto;
|
25565
|
-
}
|
25566
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
25567
|
-
margin-inline-end: 0;
|
25568
|
-
}
|
25569
|
-
|
25570
|
-
@media (max-width: 1279.98px) {
|
25571
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25572
|
-
margin-inline-start: 52px;
|
25573
|
-
}
|
25574
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25575
|
-
margin-inline-end: 52px;
|
25576
|
-
}
|
25577
|
-
}.v-theme-provider {
|
25578
|
-
background: rgb(var(--v-theme-background));
|
25579
|
-
color: rgb(var(--v-theme-on-background));
|
25580
|
-
}.v-textarea .v-field {
|
25581
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25582
|
-
}
|
25583
|
-
.v-textarea .v-field__field {
|
25584
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25585
|
-
}
|
25586
|
-
.v-textarea .v-field__input {
|
25587
|
-
flex: 1 1 auto;
|
25588
|
-
outline: none;
|
25589
|
-
-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));
|
25590
|
-
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));
|
25591
|
-
}
|
25592
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25593
|
-
visibility: hidden;
|
25594
|
-
position: absolute;
|
25595
|
-
top: 0;
|
25596
|
-
left: 0;
|
25597
|
-
height: 0 !important;
|
25598
|
-
min-height: 0 !important;
|
25599
|
-
pointer-events: none;
|
25600
|
-
}
|
25601
|
-
.v-textarea--no-resize .v-field__input {
|
25602
|
-
resize: none;
|
25603
|
-
}
|
25604
|
-
.v-textarea .v-field--no-label textarea,
|
25605
|
-
.v-textarea .v-field--active textarea {
|
25606
|
-
opacity: 1;
|
25607
|
-
}
|
25608
|
-
.v-textarea textarea {
|
25609
|
-
opacity: 0;
|
25610
|
-
flex: 1;
|
25611
|
-
min-width: 0;
|
25612
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25613
25476
|
}
|
25614
|
-
.v-
|
25615
|
-
|
25477
|
+
.v-system-bar--window {
|
25478
|
+
height: 32px;
|
25616
25479
|
}
|
25617
|
-
.v-
|
25618
|
-
|
25480
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25481
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25619
25482
|
}/* region BLOCK */
|
25620
25483
|
.v-text-field input {
|
25621
25484
|
color: inherit;
|
@@ -25683,135 +25546,140 @@ html.v-overlay-scroll-blocked {
|
|
25683
25546
|
padding-inline-end: var(--v-field-padding-end);
|
25684
25547
|
}
|
25685
25548
|
|
25686
|
-
/* endregion */.v-
|
25687
|
-
|
25688
|
-
display: flex;
|
25689
|
-
flex: none;
|
25690
|
-
flex-direction: column;
|
25691
|
-
justify-content: space-between;
|
25692
|
-
max-width: 100%;
|
25693
|
-
position: relative;
|
25694
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25695
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25696
|
-
width: 100%;
|
25697
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25698
|
-
border-style: solid;
|
25699
|
-
border-width: 0;
|
25700
|
-
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));
|
25701
|
-
border-radius: 0;
|
25702
|
-
background: rgb(var(--v-theme-surface-light));
|
25703
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25549
|
+
/* endregion */.v-textarea .v-field {
|
25550
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25704
25551
|
}
|
25705
|
-
.v-
|
25706
|
-
|
25707
|
-
|
25552
|
+
.v-textarea .v-field__field {
|
25553
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25554
|
+
}
|
25555
|
+
.v-textarea .v-field__input {
|
25556
|
+
flex: 1 1 auto;
|
25557
|
+
outline: none;
|
25558
|
+
-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));
|
25559
|
+
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));
|
25708
25560
|
}
|
25709
|
-
.v-
|
25561
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25562
|
+
visibility: hidden;
|
25710
25563
|
position: absolute;
|
25564
|
+
top: 0;
|
25565
|
+
left: 0;
|
25566
|
+
height: 0 !important;
|
25567
|
+
min-height: 0 !important;
|
25568
|
+
pointer-events: none;
|
25711
25569
|
}
|
25712
|
-
.v-
|
25713
|
-
|
25714
|
-
overflow: hidden;
|
25715
|
-
border-end-end-radius: 24px;
|
25716
|
-
}
|
25717
|
-
.v-toolbar--collapse .v-toolbar-title {
|
25718
|
-
display: none;
|
25570
|
+
.v-textarea--no-resize .v-field__input {
|
25571
|
+
resize: none;
|
25719
25572
|
}
|
25720
|
-
.v-
|
25721
|
-
|
25573
|
+
.v-textarea .v-field--no-label textarea,
|
25574
|
+
.v-textarea .v-field--active textarea {
|
25575
|
+
opacity: 1;
|
25722
25576
|
}
|
25723
|
-
.v-
|
25724
|
-
|
25577
|
+
.v-textarea textarea {
|
25578
|
+
opacity: 0;
|
25579
|
+
flex: 1;
|
25580
|
+
min-width: 0;
|
25581
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25725
25582
|
}
|
25726
|
-
.v-
|
25727
|
-
|
25583
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25584
|
+
outline: none;
|
25728
25585
|
}
|
25729
|
-
|
25730
|
-
|
25731
|
-
.v-
|
25732
|
-
align-items: center;
|
25586
|
+
.v-textarea textarea:invalid {
|
25587
|
+
box-shadow: none;
|
25588
|
+
}.v-tabs {
|
25733
25589
|
display: flex;
|
25734
|
-
|
25735
|
-
position: relative;
|
25736
|
-
transition: inherit;
|
25737
|
-
width: 100%;
|
25590
|
+
height: var(--v-tabs-height);
|
25738
25591
|
}
|
25739
|
-
|
25740
|
-
|
25741
|
-
overflow: hidden;
|
25592
|
+
.v-tabs--density-default {
|
25593
|
+
--v-tabs-height: 48px;
|
25742
25594
|
}
|
25743
|
-
.v-
|
25744
|
-
|
25595
|
+
.v-tabs--density-default.v-tabs--stacked {
|
25596
|
+
--v-tabs-height: 72px;
|
25745
25597
|
}
|
25746
|
-
|
25747
|
-
|
25598
|
+
|
25599
|
+
.v-tabs--density-comfortable {
|
25600
|
+
--v-tabs-height: 44px;
|
25748
25601
|
}
|
25749
|
-
.v-
|
25750
|
-
|
25602
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
25603
|
+
--v-tabs-height: 68px;
|
25751
25604
|
}
|
25752
|
-
|
25753
|
-
|
25605
|
+
|
25606
|
+
.v-tabs--density-compact {
|
25607
|
+
--v-tabs-height: 36px;
|
25608
|
+
}
|
25609
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
25610
|
+
--v-tabs-height: 60px;
|
25754
25611
|
}
|
25755
25612
|
|
25756
|
-
.v-
|
25757
|
-
|
25758
|
-
|
25759
|
-
|
25760
|
-
width: 100%;
|
25761
|
-
height: 100%;
|
25762
|
-
display: flex;
|
25763
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
25764
|
-
transition-property: opacity;
|
25613
|
+
.v-tabs.v-slide-group--vertical {
|
25614
|
+
height: auto;
|
25615
|
+
flex: none;
|
25616
|
+
--v-tabs-height: 48px;
|
25765
25617
|
}
|
25766
25618
|
|
25767
|
-
.v-
|
25768
|
-
|
25769
|
-
align-items: center;
|
25770
|
-
align-self: stretch;
|
25771
|
-
display: flex;
|
25619
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25620
|
+
margin-inline-start: 42px;
|
25772
25621
|
}
|
25773
25622
|
|
25774
|
-
.v-
|
25775
|
-
|
25623
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
25624
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
25625
|
+
margin-inline-end: auto;
|
25626
|
+
}
|
25627
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
25628
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
25629
|
+
margin-inline-start: auto;
|
25776
25630
|
}
|
25777
25631
|
|
25778
|
-
.v-
|
25779
|
-
|
25632
|
+
.v-tabs--grow {
|
25633
|
+
flex-grow: 1;
|
25634
|
+
}
|
25635
|
+
.v-tabs--grow .v-tab {
|
25636
|
+
flex: 1 0 auto;
|
25637
|
+
max-width: none;
|
25780
25638
|
}
|
25781
25639
|
|
25782
|
-
.v-
|
25783
|
-
|
25784
|
-
font-size: 1.25rem;
|
25785
|
-
min-width: 0;
|
25786
|
-
font-size: 1.25rem;
|
25787
|
-
font-weight: 400;
|
25788
|
-
letter-spacing: 0;
|
25789
|
-
line-height: 1.75rem;
|
25790
|
-
text-transform: none;
|
25640
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25641
|
+
margin-inline-start: auto;
|
25791
25642
|
}
|
25792
|
-
.v-
|
25793
|
-
|
25794
|
-
padding-bottom: 6px;
|
25795
|
-
font-size: 1.5rem;
|
25796
|
-
font-weight: 400;
|
25797
|
-
letter-spacing: 0;
|
25798
|
-
line-height: 2.25rem;
|
25799
|
-
text-transform: none;
|
25643
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25644
|
+
margin-inline-end: 0;
|
25800
25645
|
}
|
25801
25646
|
|
25802
|
-
|
25803
|
-
|
25804
|
-
|
25805
|
-
|
25647
|
+
@media (max-width: 1279.98px) {
|
25648
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25649
|
+
margin-inline-start: 52px;
|
25650
|
+
}
|
25651
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25652
|
+
margin-inline-end: 52px;
|
25653
|
+
}
|
25654
|
+
}.v-tab.v-tab.v-btn {
|
25655
|
+
height: var(--v-tabs-height);
|
25656
|
+
border-radius: 0;
|
25657
|
+
min-width: 90px;
|
25658
|
+
}
|
25659
|
+
.v-slide-group--horizontal .v-tab {
|
25660
|
+
max-width: 360px;
|
25661
|
+
}
|
25662
|
+
.v-slide-group--vertical .v-tab {
|
25663
|
+
justify-content: start;
|
25806
25664
|
}
|
25807
25665
|
|
25808
|
-
.v-
|
25809
|
-
|
25810
|
-
|
25811
|
-
|
25666
|
+
.v-tab__slider {
|
25667
|
+
position: absolute;
|
25668
|
+
bottom: 0;
|
25669
|
+
left: 0;
|
25670
|
+
height: 2px;
|
25671
|
+
width: 100%;
|
25672
|
+
background: currentColor;
|
25673
|
+
pointer-events: none;
|
25674
|
+
opacity: 0;
|
25812
25675
|
}
|
25813
|
-
.v-
|
25814
|
-
|
25676
|
+
.v-tab--selected .v-tab__slider {
|
25677
|
+
opacity: 1;
|
25678
|
+
}
|
25679
|
+
.v-slide-group--vertical .v-tab__slider {
|
25680
|
+
top: 0;
|
25681
|
+
height: 100%;
|
25682
|
+
width: 2px;
|
25815
25683
|
}.v-timeline .v-timeline-divider__dot {
|
25816
25684
|
background: rgb(var(--v-theme-surface-light));
|
25817
25685
|
}
|
@@ -26167,67 +26035,199 @@ html.v-overlay-scroll-blocked {
|
|
26167
26035
|
--v-timeline-line-size-base: 100%;
|
26168
26036
|
--v-timeline-line-size-offset: 12px;
|
26169
26037
|
}
|
26170
|
-
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
26171
|
-
--v-timeline-line-size-offset: 24px;
|
26038
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
26039
|
+
--v-timeline-line-size-offset: 24px;
|
26040
|
+
}
|
26041
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
26042
|
+
--v-timeline-line-size-offset: -12px;
|
26043
|
+
}
|
26044
|
+
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
26045
|
+
--v-timeline-line-size-offset: 0px;
|
26046
|
+
}
|
26047
|
+
.v-timeline--horizontal.v-timeline--align-start {
|
26048
|
+
justify-items: flex-start;
|
26049
|
+
}
|
26050
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
26051
|
+
justify-content: flex-start;
|
26052
|
+
}
|
26053
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26054
|
+
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26055
|
+
}
|
26056
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26057
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26058
|
+
}
|
26059
|
+
|
26060
|
+
.v-timeline--vertical.v-timeline--align-start {
|
26061
|
+
align-items: flex-start;
|
26062
|
+
}
|
26063
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
26064
|
+
justify-content: flex-start;
|
26065
|
+
}
|
26066
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
26067
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
26068
|
+
}
|
26069
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
26070
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
26071
|
+
}
|
26072
|
+
|
26073
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
26074
|
+
display: none;
|
26075
|
+
}
|
26076
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
26077
|
+
--v-timeline-line-size-offset: 12px;
|
26078
|
+
}
|
26079
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26080
|
+
padding-block-start: 0;
|
26081
|
+
}
|
26082
|
+
|
26083
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
26084
|
+
padding-inline-start: 0;
|
26085
|
+
}
|
26086
|
+
|
26087
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
26088
|
+
display: none;
|
26089
|
+
}
|
26090
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
26091
|
+
--v-timeline-line-size-offset: 12px;
|
26092
|
+
}
|
26093
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
26094
|
+
padding-block-end: 0;
|
26095
|
+
}
|
26096
|
+
|
26097
|
+
.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 {
|
26098
|
+
padding-inline-end: 0;
|
26099
|
+
}.v-theme-provider {
|
26100
|
+
background: rgb(var(--v-theme-background));
|
26101
|
+
color: rgb(var(--v-theme-on-background));
|
26102
|
+
}.v-toolbar {
|
26103
|
+
align-items: flex-start;
|
26104
|
+
display: flex;
|
26105
|
+
flex: none;
|
26106
|
+
flex-direction: column;
|
26107
|
+
justify-content: space-between;
|
26108
|
+
max-width: 100%;
|
26109
|
+
position: relative;
|
26110
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26111
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
26112
|
+
width: 100%;
|
26113
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26114
|
+
border-style: solid;
|
26115
|
+
border-width: 0;
|
26116
|
+
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));
|
26117
|
+
border-radius: 0;
|
26118
|
+
background: rgb(var(--v-theme-surface-light));
|
26119
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26120
|
+
}
|
26121
|
+
.v-toolbar--border {
|
26122
|
+
border-width: thin;
|
26123
|
+
box-shadow: none;
|
26124
|
+
}
|
26125
|
+
.v-toolbar--absolute {
|
26126
|
+
position: absolute;
|
26172
26127
|
}
|
26173
|
-
.v-
|
26174
|
-
|
26128
|
+
.v-toolbar--collapse {
|
26129
|
+
max-width: 112px;
|
26130
|
+
overflow: hidden;
|
26131
|
+
border-end-end-radius: 24px;
|
26175
26132
|
}
|
26176
|
-
.v-
|
26177
|
-
|
26133
|
+
.v-toolbar--collapse .v-toolbar-title {
|
26134
|
+
display: none;
|
26178
26135
|
}
|
26179
|
-
.v-
|
26180
|
-
|
26136
|
+
.v-toolbar--flat {
|
26137
|
+
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));
|
26181
26138
|
}
|
26182
|
-
.v-
|
26183
|
-
|
26139
|
+
.v-toolbar--floating {
|
26140
|
+
display: inline-flex;
|
26184
26141
|
}
|
26185
|
-
.v-
|
26186
|
-
|
26142
|
+
.v-toolbar--rounded {
|
26143
|
+
border-radius: 4px;
|
26187
26144
|
}
|
26188
|
-
|
26189
|
-
|
26145
|
+
|
26146
|
+
.v-toolbar__content,
|
26147
|
+
.v-toolbar__extension {
|
26148
|
+
align-items: center;
|
26149
|
+
display: flex;
|
26150
|
+
flex: 0 0 auto;
|
26151
|
+
position: relative;
|
26152
|
+
transition: inherit;
|
26153
|
+
width: 100%;
|
26190
26154
|
}
|
26191
26155
|
|
26192
|
-
.v-
|
26193
|
-
|
26156
|
+
.v-toolbar__content {
|
26157
|
+
overflow: hidden;
|
26194
26158
|
}
|
26195
|
-
.v-
|
26196
|
-
|
26159
|
+
.v-toolbar__content > .v-btn:first-child {
|
26160
|
+
margin-inline-start: 4px;
|
26197
26161
|
}
|
26198
|
-
.v-
|
26199
|
-
|
26162
|
+
.v-toolbar__content > .v-btn:last-child {
|
26163
|
+
margin-inline-end: 4px;
|
26200
26164
|
}
|
26201
|
-
.v-
|
26202
|
-
|
26165
|
+
.v-toolbar__content > .v-toolbar-title {
|
26166
|
+
margin-inline-start: 20px;
|
26167
|
+
}
|
26168
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
26169
|
+
align-items: flex-start;
|
26203
26170
|
}
|
26204
26171
|
|
26205
|
-
.v-
|
26206
|
-
|
26172
|
+
.v-toolbar__image {
|
26173
|
+
position: absolute;
|
26174
|
+
top: 0;
|
26175
|
+
left: 0;
|
26176
|
+
width: 100%;
|
26177
|
+
height: 100%;
|
26178
|
+
display: flex;
|
26179
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
26180
|
+
transition-property: opacity;
|
26207
26181
|
}
|
26208
|
-
|
26209
|
-
|
26182
|
+
|
26183
|
+
.v-toolbar__prepend,
|
26184
|
+
.v-toolbar__append {
|
26185
|
+
align-items: center;
|
26186
|
+
align-self: stretch;
|
26187
|
+
display: flex;
|
26210
26188
|
}
|
26211
|
-
|
26212
|
-
|
26189
|
+
|
26190
|
+
.v-toolbar__prepend {
|
26191
|
+
margin-inline: 4px auto;
|
26213
26192
|
}
|
26214
26193
|
|
26215
|
-
.v-
|
26216
|
-
|
26194
|
+
.v-toolbar__append {
|
26195
|
+
margin-inline: auto 4px;
|
26217
26196
|
}
|
26218
26197
|
|
26219
|
-
.v-
|
26220
|
-
|
26198
|
+
.v-toolbar-title {
|
26199
|
+
flex: 1 1;
|
26200
|
+
font-size: 1.25rem;
|
26201
|
+
min-width: 0;
|
26202
|
+
font-size: 1.25rem;
|
26203
|
+
font-weight: 400;
|
26204
|
+
letter-spacing: 0;
|
26205
|
+
line-height: 1.75rem;
|
26206
|
+
text-transform: none;
|
26221
26207
|
}
|
26222
|
-
.v-
|
26223
|
-
|
26208
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26209
|
+
align-self: flex-end;
|
26210
|
+
padding-bottom: 6px;
|
26211
|
+
font-size: 1.5rem;
|
26212
|
+
font-weight: 400;
|
26213
|
+
letter-spacing: 0;
|
26214
|
+
line-height: 2.25rem;
|
26215
|
+
text-transform: none;
|
26224
26216
|
}
|
26225
|
-
|
26226
|
-
|
26217
|
+
|
26218
|
+
.v-toolbar-title__placeholder {
|
26219
|
+
overflow: hidden;
|
26220
|
+
text-overflow: ellipsis;
|
26221
|
+
white-space: nowrap;
|
26227
26222
|
}
|
26228
26223
|
|
26229
|
-
.v-
|
26230
|
-
|
26224
|
+
.v-toolbar-items {
|
26225
|
+
display: flex;
|
26226
|
+
height: inherit;
|
26227
|
+
align-self: stretch;
|
26228
|
+
}
|
26229
|
+
.v-toolbar-items > .v-btn {
|
26230
|
+
border-radius: 0;
|
26231
26231
|
}.v-tooltip > .v-overlay__content {
|
26232
26232
|
background: rgb(var(--v-theme-surface-variant));
|
26233
26233
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -26250,15 +26250,6 @@ html.v-overlay-scroll-blocked {
|
|
26250
26250
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26251
26251
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26252
26252
|
transition-duration: 75ms;
|
26253
|
-
}.v-virtual-scroll {
|
26254
|
-
display: block;
|
26255
|
-
flex: 1 1 auto;
|
26256
|
-
max-width: 100%;
|
26257
|
-
overflow: auto;
|
26258
|
-
position: relative;
|
26259
|
-
}
|
26260
|
-
.v-virtual-scroll__container {
|
26261
|
-
display: block;
|
26262
26253
|
}.v-window {
|
26263
26254
|
overflow: hidden;
|
26264
26255
|
}
|
@@ -26329,6 +26320,15 @@ html.v-overlay-scroll-blocked {
|
|
26329
26320
|
}
|
26330
26321
|
.v-window-y-reverse-transition-leave-to {
|
26331
26322
|
transform: translateY(100%);
|
26323
|
+
}.v-virtual-scroll {
|
26324
|
+
display: block;
|
26325
|
+
flex: 1 1 auto;
|
26326
|
+
max-width: 100%;
|
26327
|
+
overflow: auto;
|
26328
|
+
position: relative;
|
26329
|
+
}
|
26330
|
+
.v-virtual-scroll__container {
|
26331
|
+
display: block;
|
26332
26332
|
}.v-color-picker-edit {
|
26333
26333
|
display: flex;
|
26334
26334
|
margin-top: 24px;
|
@@ -26357,63 +26357,6 @@ html.v-overlay-scroll-blocked {
|
|
26357
26357
|
}
|
26358
26358
|
.v-color-picker-edit__input span {
|
26359
26359
|
font-size: 0.75rem;
|
26360
|
-
}.v-color-picker-swatches {
|
26361
|
-
overflow-y: auto;
|
26362
|
-
}
|
26363
|
-
.v-color-picker-swatches > div {
|
26364
|
-
display: flex;
|
26365
|
-
flex-wrap: wrap;
|
26366
|
-
justify-content: center;
|
26367
|
-
padding: 8px;
|
26368
|
-
}
|
26369
|
-
|
26370
|
-
.v-color-picker-swatches__swatch {
|
26371
|
-
display: flex;
|
26372
|
-
flex-direction: column;
|
26373
|
-
margin-bottom: 10px;
|
26374
|
-
}
|
26375
|
-
|
26376
|
-
.v-color-picker-swatches__color {
|
26377
|
-
position: relative;
|
26378
|
-
height: 18px;
|
26379
|
-
max-height: 18px;
|
26380
|
-
width: 45px;
|
26381
|
-
margin: 2px 4px;
|
26382
|
-
border-radius: 2px;
|
26383
|
-
-webkit-user-select: none;
|
26384
|
-
user-select: none;
|
26385
|
-
overflow: hidden;
|
26386
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26387
|
-
cursor: pointer;
|
26388
|
-
}
|
26389
|
-
.v-color-picker-swatches__color > div {
|
26390
|
-
display: flex;
|
26391
|
-
align-items: center;
|
26392
|
-
justify-content: center;
|
26393
|
-
width: 100%;
|
26394
|
-
height: 100%;
|
26395
|
-
}.v-color-picker-canvas {
|
26396
|
-
display: flex;
|
26397
|
-
position: relative;
|
26398
|
-
overflow: hidden;
|
26399
|
-
contain: content;
|
26400
|
-
touch-action: none;
|
26401
|
-
}
|
26402
|
-
.v-color-picker-canvas__dot {
|
26403
|
-
position: absolute;
|
26404
|
-
top: 0;
|
26405
|
-
left: 0;
|
26406
|
-
width: 15px;
|
26407
|
-
height: 15px;
|
26408
|
-
background: transparent;
|
26409
|
-
border-radius: 50%;
|
26410
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26411
|
-
}
|
26412
|
-
.v-color-picker-canvas__dot--disabled {
|
26413
|
-
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);
|
26414
|
-
}
|
26415
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26416
|
-
will-change: transform;
|
26417
26360
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26418
26361
|
background-color: transparent !important;
|
26419
26362
|
}
|
@@ -26484,6 +26427,63 @@ html.v-overlay-scroll-blocked {
|
|
26484
26427
|
.v-color-picker-preview__eye-dropper {
|
26485
26428
|
position: relative;
|
26486
26429
|
margin-right: 12px;
|
26430
|
+
}.v-color-picker-swatches {
|
26431
|
+
overflow-y: auto;
|
26432
|
+
}
|
26433
|
+
.v-color-picker-swatches > div {
|
26434
|
+
display: flex;
|
26435
|
+
flex-wrap: wrap;
|
26436
|
+
justify-content: center;
|
26437
|
+
padding: 8px;
|
26438
|
+
}
|
26439
|
+
|
26440
|
+
.v-color-picker-swatches__swatch {
|
26441
|
+
display: flex;
|
26442
|
+
flex-direction: column;
|
26443
|
+
margin-bottom: 10px;
|
26444
|
+
}
|
26445
|
+
|
26446
|
+
.v-color-picker-swatches__color {
|
26447
|
+
position: relative;
|
26448
|
+
height: 18px;
|
26449
|
+
max-height: 18px;
|
26450
|
+
width: 45px;
|
26451
|
+
margin: 2px 4px;
|
26452
|
+
border-radius: 2px;
|
26453
|
+
-webkit-user-select: none;
|
26454
|
+
user-select: none;
|
26455
|
+
overflow: hidden;
|
26456
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26457
|
+
cursor: pointer;
|
26458
|
+
}
|
26459
|
+
.v-color-picker-swatches__color > div {
|
26460
|
+
display: flex;
|
26461
|
+
align-items: center;
|
26462
|
+
justify-content: center;
|
26463
|
+
width: 100%;
|
26464
|
+
height: 100%;
|
26465
|
+
}.v-color-picker-canvas {
|
26466
|
+
display: flex;
|
26467
|
+
position: relative;
|
26468
|
+
overflow: hidden;
|
26469
|
+
contain: content;
|
26470
|
+
touch-action: none;
|
26471
|
+
}
|
26472
|
+
.v-color-picker-canvas__dot {
|
26473
|
+
position: absolute;
|
26474
|
+
top: 0;
|
26475
|
+
left: 0;
|
26476
|
+
width: 15px;
|
26477
|
+
height: 15px;
|
26478
|
+
background: transparent;
|
26479
|
+
border-radius: 50%;
|
26480
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26481
|
+
}
|
26482
|
+
.v-color-picker-canvas__dot--disabled {
|
26483
|
+
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);
|
26484
|
+
}
|
26485
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26486
|
+
will-change: transform;
|
26487
26487
|
}.v-slider-thumb {
|
26488
26488
|
touch-action: none;
|
26489
26489
|
color: rgb(var(--v-theme-surface-variant));
|