@vuetify/nightly 3.7.4-master.2024-11-24 → 3.7.4-master.2024-11-28
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 +2929 -2929
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +5611 -5611
- package/dist/vuetify-labs.css +2603 -2603
- package/dist/vuetify-labs.d.ts +199 -199
- package/dist/vuetify-labs.esm.js +45 -42
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +45 -42
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1011 -1011
- package/dist/vuetify.d.ts +177 -177
- package/dist/vuetify.esm.js +42 -39
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -39
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +26 -25
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +28 -28
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -9
- package/lib/components/VCombobox/VCombobox.mjs +4 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +28 -28
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +6 -6
- package/lib/components/VList/VList.mjs +3 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VSelect/VSelect.mjs +3 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +28 -28
- package/lib/components/VStepper/VStepper.mjs +5 -4
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +5 -4
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +58 -52
- package/lib/components/index.d.mts +126 -126
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/validation.mjs +10 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +51 -51
- package/lib/labs/VNumberInput/VNumberInput.mjs +3 -3
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +51 -51
- package/lib/labs/VTreeview/index.d.mts +22 -22
- package/lib/labs/components.d.mts +73 -73
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18656,97 +18656,6 @@ html.overflow-y-hidden {
|
|
18656
18656
|
}
|
18657
18657
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18658
18658
|
align-self: flex-start;
|
18659
|
-
}.bottom-sheet-transition-enter-from {
|
18660
|
-
transform: translateY(100%);
|
18661
|
-
}
|
18662
|
-
.bottom-sheet-transition-leave-to {
|
18663
|
-
transform: translateY(100%);
|
18664
|
-
}
|
18665
|
-
|
18666
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18667
|
-
align-self: flex-end;
|
18668
|
-
border-radius: 0;
|
18669
|
-
flex: 0 1 auto;
|
18670
|
-
left: 0;
|
18671
|
-
right: 0;
|
18672
|
-
margin-inline: 0;
|
18673
|
-
margin-bottom: 0;
|
18674
|
-
transition-duration: 0.2s;
|
18675
|
-
width: 100%;
|
18676
|
-
max-width: 100%;
|
18677
|
-
overflow: visible;
|
18678
|
-
}
|
18679
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18680
|
-
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));
|
18681
|
-
}
|
18682
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18683
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18684
|
-
border-radius: 0;
|
18685
|
-
}
|
18686
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18687
|
-
max-width: none;
|
18688
|
-
}
|
18689
|
-
@media (min-width: 600px) {
|
18690
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18691
|
-
max-width: 70%;
|
18692
|
-
}
|
18693
|
-
}.v-breadcrumbs {
|
18694
|
-
display: flex;
|
18695
|
-
align-items: center;
|
18696
|
-
line-height: 1.6;
|
18697
|
-
padding: 16px 12px;
|
18698
|
-
}
|
18699
|
-
.v-breadcrumbs--rounded {
|
18700
|
-
border-radius: 4px;
|
18701
|
-
}
|
18702
|
-
.v-breadcrumbs--density-default {
|
18703
|
-
padding-top: 16px;
|
18704
|
-
padding-bottom: 16px;
|
18705
|
-
}
|
18706
|
-
|
18707
|
-
.v-breadcrumbs--density-comfortable {
|
18708
|
-
padding-top: 12px;
|
18709
|
-
padding-bottom: 12px;
|
18710
|
-
}
|
18711
|
-
|
18712
|
-
.v-breadcrumbs--density-compact {
|
18713
|
-
padding-top: 8px;
|
18714
|
-
padding-bottom: 8px;
|
18715
|
-
}
|
18716
|
-
|
18717
|
-
.v-breadcrumbs__prepend {
|
18718
|
-
align-items: center;
|
18719
|
-
display: inline-flex;
|
18720
|
-
}
|
18721
|
-
|
18722
|
-
.v-breadcrumbs-item {
|
18723
|
-
align-items: center;
|
18724
|
-
color: inherit;
|
18725
|
-
display: inline-flex;
|
18726
|
-
padding: 0 4px;
|
18727
|
-
text-decoration: none;
|
18728
|
-
vertical-align: middle;
|
18729
|
-
}
|
18730
|
-
.v-breadcrumbs-item--disabled {
|
18731
|
-
opacity: var(--v-disabled-opacity);
|
18732
|
-
pointer-events: none;
|
18733
|
-
}
|
18734
|
-
.v-breadcrumbs-item--link {
|
18735
|
-
color: inherit;
|
18736
|
-
text-decoration: none;
|
18737
|
-
}
|
18738
|
-
.v-breadcrumbs-item--link:hover {
|
18739
|
-
text-decoration: underline;
|
18740
|
-
}
|
18741
|
-
.v-breadcrumbs-item .v-icon {
|
18742
|
-
font-size: 1rem;
|
18743
|
-
margin-inline: -4px 2px;
|
18744
|
-
}
|
18745
|
-
|
18746
|
-
.v-breadcrumbs-divider {
|
18747
|
-
display: inline-block;
|
18748
|
-
padding: 0 8px;
|
18749
|
-
vertical-align: middle;
|
18750
18659
|
}.v-bottom-navigation {
|
18751
18660
|
display: flex;
|
18752
18661
|
max-width: 100%;
|
@@ -19234,6 +19143,113 @@ html.overflow-y-hidden {
|
|
19234
19143
|
}
|
19235
19144
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
19236
19145
|
opacity: var(--v-border-opacity);
|
19146
|
+
}.bottom-sheet-transition-enter-from {
|
19147
|
+
transform: translateY(100%);
|
19148
|
+
}
|
19149
|
+
.bottom-sheet-transition-leave-to {
|
19150
|
+
transform: translateY(100%);
|
19151
|
+
}
|
19152
|
+
|
19153
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19154
|
+
align-self: flex-end;
|
19155
|
+
border-radius: 0;
|
19156
|
+
flex: 0 1 auto;
|
19157
|
+
left: 0;
|
19158
|
+
right: 0;
|
19159
|
+
margin-inline: 0;
|
19160
|
+
margin-bottom: 0;
|
19161
|
+
transition-duration: 0.2s;
|
19162
|
+
width: 100%;
|
19163
|
+
max-width: 100%;
|
19164
|
+
overflow: visible;
|
19165
|
+
}
|
19166
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
19167
|
+
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));
|
19168
|
+
}
|
19169
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
19170
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
19171
|
+
border-radius: 0;
|
19172
|
+
}
|
19173
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19174
|
+
max-width: none;
|
19175
|
+
}
|
19176
|
+
@media (min-width: 600px) {
|
19177
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
19178
|
+
max-width: 70%;
|
19179
|
+
}
|
19180
|
+
}.v-breadcrumbs {
|
19181
|
+
display: flex;
|
19182
|
+
align-items: center;
|
19183
|
+
line-height: 1.6;
|
19184
|
+
padding: 16px 12px;
|
19185
|
+
}
|
19186
|
+
.v-breadcrumbs--rounded {
|
19187
|
+
border-radius: 4px;
|
19188
|
+
}
|
19189
|
+
.v-breadcrumbs--density-default {
|
19190
|
+
padding-top: 16px;
|
19191
|
+
padding-bottom: 16px;
|
19192
|
+
}
|
19193
|
+
|
19194
|
+
.v-breadcrumbs--density-comfortable {
|
19195
|
+
padding-top: 12px;
|
19196
|
+
padding-bottom: 12px;
|
19197
|
+
}
|
19198
|
+
|
19199
|
+
.v-breadcrumbs--density-compact {
|
19200
|
+
padding-top: 8px;
|
19201
|
+
padding-bottom: 8px;
|
19202
|
+
}
|
19203
|
+
|
19204
|
+
.v-breadcrumbs__prepend {
|
19205
|
+
align-items: center;
|
19206
|
+
display: inline-flex;
|
19207
|
+
}
|
19208
|
+
|
19209
|
+
.v-breadcrumbs-item {
|
19210
|
+
align-items: center;
|
19211
|
+
color: inherit;
|
19212
|
+
display: inline-flex;
|
19213
|
+
padding: 0 4px;
|
19214
|
+
text-decoration: none;
|
19215
|
+
vertical-align: middle;
|
19216
|
+
}
|
19217
|
+
.v-breadcrumbs-item--disabled {
|
19218
|
+
opacity: var(--v-disabled-opacity);
|
19219
|
+
pointer-events: none;
|
19220
|
+
}
|
19221
|
+
.v-breadcrumbs-item--link {
|
19222
|
+
color: inherit;
|
19223
|
+
text-decoration: none;
|
19224
|
+
}
|
19225
|
+
.v-breadcrumbs-item--link:hover {
|
19226
|
+
text-decoration: underline;
|
19227
|
+
}
|
19228
|
+
.v-breadcrumbs-item .v-icon {
|
19229
|
+
font-size: 1rem;
|
19230
|
+
margin-inline: -4px 2px;
|
19231
|
+
}
|
19232
|
+
|
19233
|
+
.v-breadcrumbs-divider {
|
19234
|
+
display: inline-block;
|
19235
|
+
padding: 0 8px;
|
19236
|
+
vertical-align: middle;
|
19237
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19238
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19239
|
+
}
|
19240
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19241
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19242
|
+
}
|
19243
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19244
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19245
|
+
}
|
19246
|
+
@supports not selector(:focus-visible) {
|
19247
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19248
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19249
|
+
}
|
19250
|
+
}
|
19251
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19252
|
+
opacity: 1;
|
19237
19253
|
}.v-btn-group {
|
19238
19254
|
display: inline-flex;
|
19239
19255
|
flex-wrap: nowrap;
|
@@ -19298,22 +19314,6 @@ html.overflow-y-hidden {
|
|
19298
19314
|
}
|
19299
19315
|
.v-btn-group--tile {
|
19300
19316
|
border-radius: 0;
|
19301
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19302
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19303
|
-
}
|
19304
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19305
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19306
|
-
}
|
19307
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19308
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19309
|
-
}
|
19310
|
-
@supports not selector(:focus-visible) {
|
19311
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19312
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19313
|
-
}
|
19314
|
-
}
|
19315
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19316
|
-
opacity: 1;
|
19317
19317
|
}.v-card {
|
19318
19318
|
display: block;
|
19319
19319
|
overflow: hidden;
|
@@ -20128,28 +20128,6 @@ html.overflow-y-hidden {
|
|
20128
20128
|
white-space: normal;
|
20129
20129
|
flex-wrap: wrap;
|
20130
20130
|
max-width: 100%;
|
20131
|
-
}.v-color-picker {
|
20132
|
-
align-self: flex-start;
|
20133
|
-
contain: content;
|
20134
|
-
}
|
20135
|
-
.v-color-picker.v-sheet {
|
20136
|
-
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));
|
20137
|
-
}
|
20138
|
-
.v-color-picker.v-sheet {
|
20139
|
-
border-radius: 4px;
|
20140
|
-
}
|
20141
|
-
|
20142
|
-
.v-color-picker__controls {
|
20143
|
-
display: flex;
|
20144
|
-
flex-direction: column;
|
20145
|
-
padding: 16px;
|
20146
|
-
}
|
20147
|
-
|
20148
|
-
.v-color-picker--flat {
|
20149
|
-
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));
|
20150
|
-
}
|
20151
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20152
|
-
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));
|
20153
20131
|
}.v-combobox .v-field .v-text-field__prefix,
|
20154
20132
|
.v-combobox .v-field .v-text-field__suffix,
|
20155
20133
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -20235,19 +20213,41 @@ html.overflow-y-hidden {
|
|
20235
20213
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
20236
20214
|
opacity: var(--v-high-emphasis-opacity);
|
20237
20215
|
transform: rotate(180deg);
|
20238
|
-
}.v-
|
20239
|
-
|
20240
|
-
|
20241
|
-
font-size: 12px;
|
20242
|
-
transition-duration: 150ms;
|
20243
|
-
}.v-data-table {
|
20244
|
-
width: 100%;
|
20216
|
+
}.v-color-picker {
|
20217
|
+
align-self: flex-start;
|
20218
|
+
contain: content;
|
20245
20219
|
}
|
20246
|
-
|
20247
|
-
.v-
|
20248
|
-
|
20249
|
-
|
20250
|
-
border-
|
20220
|
+
.v-color-picker.v-sheet {
|
20221
|
+
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));
|
20222
|
+
}
|
20223
|
+
.v-color-picker.v-sheet {
|
20224
|
+
border-radius: 4px;
|
20225
|
+
}
|
20226
|
+
|
20227
|
+
.v-color-picker__controls {
|
20228
|
+
display: flex;
|
20229
|
+
flex-direction: column;
|
20230
|
+
padding: 16px;
|
20231
|
+
}
|
20232
|
+
|
20233
|
+
.v-color-picker--flat {
|
20234
|
+
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));
|
20235
|
+
}
|
20236
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20237
|
+
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));
|
20238
|
+
}.v-counter {
|
20239
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20240
|
+
flex: 0 1 auto;
|
20241
|
+
font-size: 12px;
|
20242
|
+
transition-duration: 150ms;
|
20243
|
+
}.v-data-table {
|
20244
|
+
width: 100%;
|
20245
|
+
}
|
20246
|
+
|
20247
|
+
.v-data-table__table {
|
20248
|
+
width: 100%;
|
20249
|
+
border-collapse: separate;
|
20250
|
+
border-spacing: 0;
|
20251
20251
|
}
|
20252
20252
|
|
20253
20253
|
.v-data-table__tr--focus {
|
@@ -20458,6 +20458,68 @@ html.overflow-y-hidden {
|
|
20458
20458
|
}
|
20459
20459
|
.v-data-table-footer__page {
|
20460
20460
|
padding: 0 8px;
|
20461
|
+
}.v-date-picker {
|
20462
|
+
overflow: hidden;
|
20463
|
+
width: 328px;
|
20464
|
+
}
|
20465
|
+
.v-date-picker--show-week {
|
20466
|
+
width: 368px;
|
20467
|
+
}.v-date-picker-controls {
|
20468
|
+
display: flex;
|
20469
|
+
align-items: center;
|
20470
|
+
justify-content: space-between;
|
20471
|
+
font-size: 0.875rem;
|
20472
|
+
padding-top: 4px;
|
20473
|
+
padding-bottom: 4px;
|
20474
|
+
padding-inline-start: 6px;
|
20475
|
+
padding-inline-end: 12px;
|
20476
|
+
}
|
20477
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20478
|
+
text-transform: none;
|
20479
|
+
font-weight: 400;
|
20480
|
+
line-height: initial;
|
20481
|
+
letter-spacing: initial;
|
20482
|
+
}
|
20483
|
+
.v-date-picker-controls--variant-classic {
|
20484
|
+
padding-inline-start: 12px;
|
20485
|
+
}
|
20486
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20487
|
+
opacity: 0.7;
|
20488
|
+
}
|
20489
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20490
|
+
cursor: pointer;
|
20491
|
+
}
|
20492
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20493
|
+
opacity: 1;
|
20494
|
+
}
|
20495
|
+
.v-date-picker-controls .v-btn:last-child {
|
20496
|
+
margin-inline-start: 4px;
|
20497
|
+
}
|
20498
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20499
|
+
transform: rotate(180deg);
|
20500
|
+
}
|
20501
|
+
|
20502
|
+
.v-date-picker-controls__date {
|
20503
|
+
margin-inline-end: 4px;
|
20504
|
+
}
|
20505
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20506
|
+
margin: auto;
|
20507
|
+
text-align: center;
|
20508
|
+
}
|
20509
|
+
|
20510
|
+
.v-date-picker-controls__month {
|
20511
|
+
display: flex;
|
20512
|
+
}
|
20513
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20514
|
+
flex-direction: row-reverse;
|
20515
|
+
}
|
20516
|
+
|
20517
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20518
|
+
flex: 1 0 auto;
|
20519
|
+
}
|
20520
|
+
|
20521
|
+
.v-date-picker__title {
|
20522
|
+
display: inline-block;
|
20461
20523
|
}.v-date-picker-header {
|
20462
20524
|
align-items: flex-end;
|
20463
20525
|
height: 70px;
|
@@ -20518,12 +20580,25 @@ html.overflow-y-hidden {
|
|
20518
20580
|
.date-picker-header-reverse-transition-leave-to {
|
20519
20581
|
opacity: 0;
|
20520
20582
|
transform: translate(0, 100%);
|
20521
|
-
}.v-date-picker {
|
20522
|
-
|
20523
|
-
width: 328px;
|
20583
|
+
}.v-date-picker-months {
|
20584
|
+
height: 288px;
|
20524
20585
|
}
|
20525
|
-
|
20526
|
-
|
20586
|
+
|
20587
|
+
.v-date-picker-months__content {
|
20588
|
+
align-items: center;
|
20589
|
+
display: grid;
|
20590
|
+
flex: 1 1;
|
20591
|
+
height: inherit;
|
20592
|
+
justify-content: space-around;
|
20593
|
+
grid-template-columns: repeat(2, 1fr);
|
20594
|
+
grid-gap: 0px 24px;
|
20595
|
+
padding-inline-start: 36px;
|
20596
|
+
padding-inline-end: 36px;
|
20597
|
+
}
|
20598
|
+
.v-date-picker-months__content .v-btn {
|
20599
|
+
text-transform: none;
|
20600
|
+
padding-inline-start: 8px;
|
20601
|
+
padding-inline-end: 8px;
|
20527
20602
|
}.v-date-picker-month {
|
20528
20603
|
display: flex;
|
20529
20604
|
justify-content: center;
|
@@ -20579,62 +20654,6 @@ html.overflow-y-hidden {
|
|
20579
20654
|
|
20580
20655
|
.v-date-picker-month__day--hide-adjacent {
|
20581
20656
|
opacity: 0;
|
20582
|
-
}.v-date-picker-controls {
|
20583
|
-
display: flex;
|
20584
|
-
align-items: center;
|
20585
|
-
justify-content: space-between;
|
20586
|
-
font-size: 0.875rem;
|
20587
|
-
padding-top: 4px;
|
20588
|
-
padding-bottom: 4px;
|
20589
|
-
padding-inline-start: 6px;
|
20590
|
-
padding-inline-end: 12px;
|
20591
|
-
}
|
20592
|
-
.v-date-picker-controls > .v-btn:first-child {
|
20593
|
-
text-transform: none;
|
20594
|
-
font-weight: 400;
|
20595
|
-
line-height: initial;
|
20596
|
-
letter-spacing: initial;
|
20597
|
-
}
|
20598
|
-
.v-date-picker-controls--variant-classic {
|
20599
|
-
padding-inline-start: 12px;
|
20600
|
-
}
|
20601
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20602
|
-
opacity: 0.7;
|
20603
|
-
}
|
20604
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20605
|
-
cursor: pointer;
|
20606
|
-
}
|
20607
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20608
|
-
opacity: 1;
|
20609
|
-
}
|
20610
|
-
.v-date-picker-controls .v-btn:last-child {
|
20611
|
-
margin-inline-start: 4px;
|
20612
|
-
}
|
20613
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20614
|
-
transform: rotate(180deg);
|
20615
|
-
}
|
20616
|
-
|
20617
|
-
.v-date-picker-controls__date {
|
20618
|
-
margin-inline-end: 4px;
|
20619
|
-
}
|
20620
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20621
|
-
margin: auto;
|
20622
|
-
text-align: center;
|
20623
|
-
}
|
20624
|
-
|
20625
|
-
.v-date-picker-controls__month {
|
20626
|
-
display: flex;
|
20627
|
-
}
|
20628
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20629
|
-
flex-direction: row-reverse;
|
20630
|
-
}
|
20631
|
-
|
20632
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20633
|
-
flex: 1 0 auto;
|
20634
|
-
}
|
20635
|
-
|
20636
|
-
.v-date-picker__title {
|
20637
|
-
display: inline-block;
|
20638
20657
|
}.v-date-picker-years {
|
20639
20658
|
height: 288px;
|
20640
20659
|
overflow-y: scroll;
|
@@ -20650,25 +20669,6 @@ html.overflow-y-hidden {
|
|
20650
20669
|
}
|
20651
20670
|
.v-date-picker-years__content .v-btn {
|
20652
20671
|
padding-inline: 8px;
|
20653
|
-
}.v-date-picker-months {
|
20654
|
-
height: 288px;
|
20655
|
-
}
|
20656
|
-
|
20657
|
-
.v-date-picker-months__content {
|
20658
|
-
align-items: center;
|
20659
|
-
display: grid;
|
20660
|
-
flex: 1 1;
|
20661
|
-
height: inherit;
|
20662
|
-
justify-content: space-around;
|
20663
|
-
grid-template-columns: repeat(2, 1fr);
|
20664
|
-
grid-gap: 0px 24px;
|
20665
|
-
padding-inline-start: 36px;
|
20666
|
-
padding-inline-end: 36px;
|
20667
|
-
}
|
20668
|
-
.v-date-picker-months__content .v-btn {
|
20669
|
-
text-transform: none;
|
20670
|
-
padding-inline-start: 8px;
|
20671
|
-
padding-inline-end: 8px;
|
20672
20672
|
}.v-dialog {
|
20673
20673
|
align-items: center;
|
20674
20674
|
justify-content: center;
|
@@ -20765,73 +20765,6 @@ html.overflow-y-hidden {
|
|
20765
20765
|
-webkit-backface-visibility: hidden;
|
20766
20766
|
backface-visibility: hidden;
|
20767
20767
|
overflow-y: auto;
|
20768
|
-
}.v-empty-state {
|
20769
|
-
align-items: center;
|
20770
|
-
display: flex;
|
20771
|
-
flex-direction: column;
|
20772
|
-
justify-content: center;
|
20773
|
-
min-height: 100%;
|
20774
|
-
padding: 16px;
|
20775
|
-
}
|
20776
|
-
.v-empty-state--start {
|
20777
|
-
align-items: flex-start;
|
20778
|
-
}
|
20779
|
-
.v-empty-state--center {
|
20780
|
-
align-items: center;
|
20781
|
-
}
|
20782
|
-
.v-empty-state--end {
|
20783
|
-
align-items: flex-end;
|
20784
|
-
}
|
20785
|
-
|
20786
|
-
.v-empty-state__media {
|
20787
|
-
text-align: center;
|
20788
|
-
width: 100%;
|
20789
|
-
}
|
20790
|
-
.v-empty-state__media .v-icon {
|
20791
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20792
|
-
}
|
20793
|
-
|
20794
|
-
.v-empty-state__headline {
|
20795
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20796
|
-
font-size: 3.75rem;
|
20797
|
-
font-weight: 300;
|
20798
|
-
line-height: 1;
|
20799
|
-
text-align: center;
|
20800
|
-
margin-bottom: 8px;
|
20801
|
-
}
|
20802
|
-
.v-empty-state--mobile .v-empty-state__headline {
|
20803
|
-
font-size: 2.125rem;
|
20804
|
-
}
|
20805
|
-
|
20806
|
-
.v-empty-state__title {
|
20807
|
-
font-size: 1.25rem;
|
20808
|
-
font-weight: 500;
|
20809
|
-
line-height: 1.6;
|
20810
|
-
margin-bottom: 4px;
|
20811
|
-
text-align: center;
|
20812
|
-
}
|
20813
|
-
|
20814
|
-
.v-empty-state__text {
|
20815
|
-
font-size: 0.875rem;
|
20816
|
-
font-weight: 400;
|
20817
|
-
line-height: 1.425;
|
20818
|
-
padding: 0 16px;
|
20819
|
-
text-align: center;
|
20820
|
-
}
|
20821
|
-
|
20822
|
-
.v-empty-state__content {
|
20823
|
-
padding: 24px 0;
|
20824
|
-
}
|
20825
|
-
|
20826
|
-
.v-empty-state__actions {
|
20827
|
-
display: flex;
|
20828
|
-
gap: 8px;
|
20829
|
-
padding: 16px;
|
20830
|
-
}
|
20831
|
-
|
20832
|
-
.v-empty-state__action-btn.v-btn {
|
20833
|
-
background-color: initial;
|
20834
|
-
color: initial;
|
20835
20768
|
}.v-divider {
|
20836
20769
|
display: block;
|
20837
20770
|
flex: 1 1 100%;
|
@@ -20884,75 +20817,6 @@ html.overflow-y-hidden {
|
|
20884
20817
|
}
|
20885
20818
|
.v-divider__wrapper--vertical .v-divider {
|
20886
20819
|
margin: 0 auto;
|
20887
|
-
}.v-fab {
|
20888
|
-
align-items: center;
|
20889
|
-
display: inline-flex;
|
20890
|
-
flex: 1 1 auto;
|
20891
|
-
pointer-events: none;
|
20892
|
-
position: relative;
|
20893
|
-
transition-duration: 0.2s;
|
20894
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20895
|
-
vertical-align: middle;
|
20896
|
-
}
|
20897
|
-
.v-fab .v-btn {
|
20898
|
-
pointer-events: auto;
|
20899
|
-
}
|
20900
|
-
.v-fab .v-btn--variant-elevated {
|
20901
|
-
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));
|
20902
|
-
}
|
20903
|
-
.v-fab--app, .v-fab--absolute {
|
20904
|
-
display: flex;
|
20905
|
-
}
|
20906
|
-
.v-fab--start, .v-fab--left {
|
20907
|
-
justify-content: flex-start;
|
20908
|
-
}
|
20909
|
-
.v-fab--center {
|
20910
|
-
align-items: center;
|
20911
|
-
justify-content: center;
|
20912
|
-
}
|
20913
|
-
.v-fab--end, .v-fab--right {
|
20914
|
-
justify-content: flex-end;
|
20915
|
-
}
|
20916
|
-
.v-fab--bottom {
|
20917
|
-
align-items: flex-end;
|
20918
|
-
}
|
20919
|
-
.v-fab--top {
|
20920
|
-
align-items: flex-start;
|
20921
|
-
}
|
20922
|
-
.v-fab--extended .v-btn {
|
20923
|
-
border-radius: 9999px !important;
|
20924
|
-
}
|
20925
|
-
|
20926
|
-
.v-fab__container {
|
20927
|
-
align-self: center;
|
20928
|
-
display: inline-flex;
|
20929
|
-
position: absolute;
|
20930
|
-
vertical-align: middle;
|
20931
|
-
}
|
20932
|
-
.v-fab--app .v-fab__container {
|
20933
|
-
margin: 12px;
|
20934
|
-
}
|
20935
|
-
.v-fab--absolute .v-fab__container {
|
20936
|
-
position: absolute;
|
20937
|
-
z-index: 4;
|
20938
|
-
}
|
20939
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
20940
|
-
transform: translateY(-50%);
|
20941
|
-
}
|
20942
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20943
|
-
transform: translateY(50%);
|
20944
|
-
}
|
20945
|
-
.v-fab--top .v-fab__container {
|
20946
|
-
top: 0;
|
20947
|
-
}
|
20948
|
-
.v-fab--bottom .v-fab__container {
|
20949
|
-
bottom: 0;
|
20950
|
-
}
|
20951
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20952
|
-
left: 0;
|
20953
|
-
}
|
20954
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20955
|
-
right: 0;
|
20956
20820
|
}.v-expansion-panel {
|
20957
20821
|
background-color: rgb(var(--v-theme-surface));
|
20958
20822
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21169,6 +21033,75 @@ html.overflow-y-hidden {
|
|
21169
21033
|
}
|
21170
21034
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21171
21035
|
border-radius: 0;
|
21036
|
+
}.v-fab {
|
21037
|
+
align-items: center;
|
21038
|
+
display: inline-flex;
|
21039
|
+
flex: 1 1 auto;
|
21040
|
+
pointer-events: none;
|
21041
|
+
position: relative;
|
21042
|
+
transition-duration: 0.2s;
|
21043
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21044
|
+
vertical-align: middle;
|
21045
|
+
}
|
21046
|
+
.v-fab .v-btn {
|
21047
|
+
pointer-events: auto;
|
21048
|
+
}
|
21049
|
+
.v-fab .v-btn--variant-elevated {
|
21050
|
+
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));
|
21051
|
+
}
|
21052
|
+
.v-fab--app, .v-fab--absolute {
|
21053
|
+
display: flex;
|
21054
|
+
}
|
21055
|
+
.v-fab--start, .v-fab--left {
|
21056
|
+
justify-content: flex-start;
|
21057
|
+
}
|
21058
|
+
.v-fab--center {
|
21059
|
+
align-items: center;
|
21060
|
+
justify-content: center;
|
21061
|
+
}
|
21062
|
+
.v-fab--end, .v-fab--right {
|
21063
|
+
justify-content: flex-end;
|
21064
|
+
}
|
21065
|
+
.v-fab--bottom {
|
21066
|
+
align-items: flex-end;
|
21067
|
+
}
|
21068
|
+
.v-fab--top {
|
21069
|
+
align-items: flex-start;
|
21070
|
+
}
|
21071
|
+
.v-fab--extended .v-btn {
|
21072
|
+
border-radius: 9999px !important;
|
21073
|
+
}
|
21074
|
+
|
21075
|
+
.v-fab__container {
|
21076
|
+
align-self: center;
|
21077
|
+
display: inline-flex;
|
21078
|
+
position: absolute;
|
21079
|
+
vertical-align: middle;
|
21080
|
+
}
|
21081
|
+
.v-fab--app .v-fab__container {
|
21082
|
+
margin: 12px;
|
21083
|
+
}
|
21084
|
+
.v-fab--absolute .v-fab__container {
|
21085
|
+
position: absolute;
|
21086
|
+
z-index: 4;
|
21087
|
+
}
|
21088
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21089
|
+
transform: translateY(-50%);
|
21090
|
+
}
|
21091
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21092
|
+
transform: translateY(50%);
|
21093
|
+
}
|
21094
|
+
.v-fab--top .v-fab__container {
|
21095
|
+
top: 0;
|
21096
|
+
}
|
21097
|
+
.v-fab--bottom .v-fab__container {
|
21098
|
+
bottom: 0;
|
21099
|
+
}
|
21100
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21101
|
+
left: 0;
|
21102
|
+
}
|
21103
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21104
|
+
right: 0;
|
21172
21105
|
}/* region INPUT */
|
21173
21106
|
.v-field {
|
21174
21107
|
display: grid;
|
@@ -22792,13 +22725,6 @@ textarea.v-field__input::placeholder {
|
|
22792
22725
|
|
22793
22726
|
.v-label--clickable {
|
22794
22727
|
cursor: pointer;
|
22795
|
-
}.v-layout-item {
|
22796
|
-
position: absolute;
|
22797
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22798
|
-
}
|
22799
|
-
|
22800
|
-
.v-layout-item--absolute {
|
22801
|
-
position: absolute;
|
22802
22728
|
}.v-layout {
|
22803
22729
|
--v-scrollbar-offset: 0px;
|
22804
22730
|
display: flex;
|
@@ -22807,115 +22733,13 @@ textarea.v-field__input::placeholder {
|
|
22807
22733
|
.v-layout--full-height {
|
22808
22734
|
--v-scrollbar-offset: inherit;
|
22809
22735
|
height: 100%;
|
22810
|
-
}.v-
|
22811
|
-
overflow: auto;
|
22812
|
-
padding: 8px 0;
|
22813
|
-
position: relative;
|
22814
|
-
outline: none;
|
22815
|
-
}
|
22816
|
-
.v-list {
|
22817
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22818
|
-
border-style: solid;
|
22819
|
-
border-width: 0;
|
22820
|
-
}
|
22821
|
-
.v-list--border {
|
22822
|
-
border-width: thin;
|
22823
|
-
box-shadow: none;
|
22824
|
-
}
|
22825
|
-
.v-list {
|
22826
|
-
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));
|
22827
|
-
}
|
22828
|
-
.v-list {
|
22829
|
-
border-radius: 0;
|
22830
|
-
}
|
22831
|
-
.v-list {
|
22832
|
-
background: rgba(var(--v-theme-surface));
|
22833
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22834
|
-
}
|
22835
|
-
.v-list--disabled {
|
22836
|
-
pointer-events: none;
|
22837
|
-
-webkit-user-select: none;
|
22838
|
-
user-select: none;
|
22839
|
-
}
|
22840
|
-
.v-list--nav {
|
22841
|
-
padding-inline: 8px;
|
22842
|
-
}
|
22843
|
-
.v-list--rounded {
|
22844
|
-
border-radius: 4px;
|
22845
|
-
}
|
22846
|
-
.v-list--subheader {
|
22847
|
-
padding-top: 0;
|
22848
|
-
}
|
22849
|
-
|
22850
|
-
.v-list-img {
|
22851
|
-
border-radius: inherit;
|
22852
|
-
display: flex;
|
22853
|
-
height: 100%;
|
22854
|
-
left: 0;
|
22855
|
-
overflow: hidden;
|
22736
|
+
}.v-layout-item {
|
22856
22737
|
position: absolute;
|
22857
|
-
|
22858
|
-
width: 100%;
|
22859
|
-
z-index: -1;
|
22860
|
-
}
|
22861
|
-
|
22862
|
-
.v-list-subheader {
|
22863
|
-
align-items: center;
|
22864
|
-
background: inherit;
|
22865
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
22866
|
-
display: flex;
|
22867
|
-
font-size: 0.875rem;
|
22868
|
-
font-weight: 400;
|
22869
|
-
line-height: 1.375rem;
|
22870
|
-
padding-inline-end: 16px;
|
22871
|
-
min-height: 40px;
|
22872
|
-
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
22873
|
-
}
|
22874
|
-
.v-list-subheader__text {
|
22875
|
-
overflow: hidden;
|
22876
|
-
text-overflow: ellipsis;
|
22877
|
-
white-space: nowrap;
|
22878
|
-
}
|
22879
|
-
.v-list--density-default .v-list-subheader {
|
22880
|
-
min-height: 40px;
|
22881
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22882
|
-
}
|
22883
|
-
|
22884
|
-
.v-list--density-comfortable .v-list-subheader {
|
22885
|
-
min-height: 36px;
|
22886
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22887
|
-
}
|
22888
|
-
|
22889
|
-
.v-list--density-compact .v-list-subheader {
|
22890
|
-
min-height: 32px;
|
22891
|
-
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22892
|
-
}
|
22893
|
-
|
22894
|
-
.v-list-subheader--inset {
|
22895
|
-
--indent-padding: 56px;
|
22896
|
-
}
|
22897
|
-
.v-list--nav .v-list-subheader {
|
22898
|
-
font-size: 0.75rem;
|
22899
|
-
}
|
22900
|
-
.v-list-subheader--sticky {
|
22901
|
-
background: inherit;
|
22902
|
-
left: 0;
|
22903
|
-
position: sticky;
|
22904
|
-
top: 0;
|
22905
|
-
z-index: 1;
|
22738
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22906
22739
|
}
|
22907
22740
|
|
22908
|
-
.v-
|
22909
|
-
background-color: currentColor;
|
22910
|
-
border-radius: inherit;
|
22911
|
-
bottom: 0;
|
22912
|
-
left: 0;
|
22913
|
-
opacity: 0;
|
22914
|
-
pointer-events: none;
|
22741
|
+
.v-layout-item--absolute {
|
22915
22742
|
position: absolute;
|
22916
|
-
right: 0;
|
22917
|
-
top: 0;
|
22918
|
-
transition: opacity 0.2s ease-in-out;
|
22919
22743
|
}.v-list-item {
|
22920
22744
|
align-items: center;
|
22921
22745
|
display: grid;
|
@@ -23383,27 +23207,115 @@ textarea.v-field__input::placeholder {
|
|
23383
23207
|
}
|
23384
23208
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23385
23209
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23386
|
-
}.v-
|
23387
|
-
|
23388
|
-
|
23389
|
-
|
23390
|
-
|
23391
|
-
}
|
23392
|
-
.v-
|
23210
|
+
}.v-list {
|
23211
|
+
overflow: auto;
|
23212
|
+
padding: 8px 0;
|
23213
|
+
position: relative;
|
23214
|
+
outline: none;
|
23215
|
+
}
|
23216
|
+
.v-list {
|
23217
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23218
|
+
border-style: solid;
|
23219
|
+
border-width: 0;
|
23220
|
+
}
|
23221
|
+
.v-list--border {
|
23222
|
+
border-width: thin;
|
23223
|
+
box-shadow: none;
|
23224
|
+
}
|
23225
|
+
.v-list {
|
23226
|
+
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));
|
23227
|
+
}
|
23228
|
+
.v-list {
|
23229
|
+
border-radius: 0;
|
23230
|
+
}
|
23231
|
+
.v-list {
|
23232
|
+
background: rgba(var(--v-theme-surface));
|
23233
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23234
|
+
}
|
23235
|
+
.v-list--disabled {
|
23236
|
+
pointer-events: none;
|
23237
|
+
-webkit-user-select: none;
|
23238
|
+
user-select: none;
|
23239
|
+
}
|
23240
|
+
.v-list--nav {
|
23241
|
+
padding-inline: 8px;
|
23242
|
+
}
|
23243
|
+
.v-list--rounded {
|
23393
23244
|
border-radius: 4px;
|
23394
23245
|
}
|
23395
|
-
.v-
|
23396
|
-
|
23397
|
-
|
23398
|
-
|
23246
|
+
.v-list--subheader {
|
23247
|
+
padding-top: 0;
|
23248
|
+
}
|
23249
|
+
|
23250
|
+
.v-list-img {
|
23399
23251
|
border-radius: inherit;
|
23400
|
-
|
23252
|
+
display: flex;
|
23401
23253
|
height: 100%;
|
23254
|
+
left: 0;
|
23255
|
+
overflow: hidden;
|
23256
|
+
position: absolute;
|
23257
|
+
top: 0;
|
23258
|
+
width: 100%;
|
23259
|
+
z-index: -1;
|
23402
23260
|
}
|
23403
|
-
|
23404
|
-
.v-
|
23405
|
-
|
23406
|
-
|
23261
|
+
|
23262
|
+
.v-list-subheader {
|
23263
|
+
align-items: center;
|
23264
|
+
background: inherit;
|
23265
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
23266
|
+
display: flex;
|
23267
|
+
font-size: 0.875rem;
|
23268
|
+
font-weight: 400;
|
23269
|
+
line-height: 1.375rem;
|
23270
|
+
padding-inline-end: 16px;
|
23271
|
+
min-height: 40px;
|
23272
|
+
transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
23273
|
+
}
|
23274
|
+
.v-list-subheader__text {
|
23275
|
+
overflow: hidden;
|
23276
|
+
text-overflow: ellipsis;
|
23277
|
+
white-space: nowrap;
|
23278
|
+
}
|
23279
|
+
.v-list--density-default .v-list-subheader {
|
23280
|
+
min-height: 40px;
|
23281
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23282
|
+
}
|
23283
|
+
|
23284
|
+
.v-list--density-comfortable .v-list-subheader {
|
23285
|
+
min-height: 36px;
|
23286
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23287
|
+
}
|
23288
|
+
|
23289
|
+
.v-list--density-compact .v-list-subheader {
|
23290
|
+
min-height: 32px;
|
23291
|
+
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
23292
|
+
}
|
23293
|
+
|
23294
|
+
.v-list-subheader--inset {
|
23295
|
+
--indent-padding: 56px;
|
23296
|
+
}
|
23297
|
+
.v-list--nav .v-list-subheader {
|
23298
|
+
font-size: 0.75rem;
|
23299
|
+
}
|
23300
|
+
.v-list-subheader--sticky {
|
23301
|
+
background: inherit;
|
23302
|
+
left: 0;
|
23303
|
+
position: sticky;
|
23304
|
+
top: 0;
|
23305
|
+
z-index: 1;
|
23306
|
+
}
|
23307
|
+
|
23308
|
+
.v-list__overlay {
|
23309
|
+
background-color: currentColor;
|
23310
|
+
border-radius: inherit;
|
23311
|
+
bottom: 0;
|
23312
|
+
left: 0;
|
23313
|
+
opacity: 0;
|
23314
|
+
pointer-events: none;
|
23315
|
+
position: absolute;
|
23316
|
+
right: 0;
|
23317
|
+
top: 0;
|
23318
|
+
transition: opacity 0.2s ease-in-out;
|
23407
23319
|
}.v-main {
|
23408
23320
|
flex: 1 0 auto;
|
23409
23321
|
max-width: 100%;
|
@@ -23434,6 +23346,101 @@ textarea.v-field__input::placeholder {
|
|
23434
23346
|
--v-layout-right: 0px;
|
23435
23347
|
--v-layout-top: 0px;
|
23436
23348
|
--v-layout-bottom: 0px;
|
23349
|
+
}.v-locale-provider {
|
23350
|
+
display: contents;
|
23351
|
+
}.v-menu > .v-overlay__content {
|
23352
|
+
display: flex;
|
23353
|
+
flex-direction: column;
|
23354
|
+
}
|
23355
|
+
.v-menu > .v-overlay__content {
|
23356
|
+
border-radius: 4px;
|
23357
|
+
}
|
23358
|
+
.v-menu > .v-overlay__content > .v-card,
|
23359
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23360
|
+
.v-menu > .v-overlay__content > .v-list {
|
23361
|
+
background: rgb(var(--v-theme-surface));
|
23362
|
+
border-radius: inherit;
|
23363
|
+
overflow: auto;
|
23364
|
+
height: 100%;
|
23365
|
+
}
|
23366
|
+
.v-menu > .v-overlay__content > .v-card,
|
23367
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23368
|
+
.v-menu > .v-overlay__content > .v-list {
|
23369
|
+
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));
|
23370
|
+
}.v-messages {
|
23371
|
+
flex: 1 1 auto;
|
23372
|
+
font-size: 12px;
|
23373
|
+
min-height: 14px;
|
23374
|
+
min-width: 1px;
|
23375
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23376
|
+
position: relative;
|
23377
|
+
}
|
23378
|
+
.v-messages__message {
|
23379
|
+
line-height: 12px;
|
23380
|
+
word-break: break-word;
|
23381
|
+
overflow-wrap: break-word;
|
23382
|
+
word-wrap: break-word;
|
23383
|
+
-webkit-hyphens: auto;
|
23384
|
+
hyphens: auto;
|
23385
|
+
transition-duration: 150ms;
|
23386
|
+
}.v-otp-input {
|
23387
|
+
align-items: center;
|
23388
|
+
display: flex;
|
23389
|
+
justify-content: center;
|
23390
|
+
padding: 0.5rem 0;
|
23391
|
+
position: relative;
|
23392
|
+
}
|
23393
|
+
.v-otp-input {
|
23394
|
+
border-radius: 4px;
|
23395
|
+
}
|
23396
|
+
.v-otp-input .v-field {
|
23397
|
+
height: 100%;
|
23398
|
+
}
|
23399
|
+
|
23400
|
+
.v-otp-input__divider {
|
23401
|
+
margin: 0 8px;
|
23402
|
+
}
|
23403
|
+
|
23404
|
+
.v-otp-input__content {
|
23405
|
+
align-items: center;
|
23406
|
+
display: flex;
|
23407
|
+
gap: 0.5rem;
|
23408
|
+
height: 64px;
|
23409
|
+
padding: 0.5rem;
|
23410
|
+
justify-content: center;
|
23411
|
+
max-width: 320px;
|
23412
|
+
position: relative;
|
23413
|
+
border-radius: inherit;
|
23414
|
+
}
|
23415
|
+
.v-otp-input--divided .v-otp-input__content {
|
23416
|
+
max-width: 360px;
|
23417
|
+
}
|
23418
|
+
|
23419
|
+
.v-otp-input__field {
|
23420
|
+
color: inherit;
|
23421
|
+
font-size: 1.25rem;
|
23422
|
+
height: 100%;
|
23423
|
+
outline: none;
|
23424
|
+
text-align: center;
|
23425
|
+
width: 100%;
|
23426
|
+
}
|
23427
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23428
|
+
-webkit-appearance: none;
|
23429
|
+
margin: 0;
|
23430
|
+
}
|
23431
|
+
.v-otp-input__field[type=number] {
|
23432
|
+
-moz-appearance: textfield;
|
23433
|
+
}
|
23434
|
+
|
23435
|
+
.v-otp-input__loader {
|
23436
|
+
align-items: center;
|
23437
|
+
display: flex;
|
23438
|
+
height: 100%;
|
23439
|
+
justify-content: center;
|
23440
|
+
width: 100%;
|
23441
|
+
}
|
23442
|
+
.v-otp-input__loader .v-progress-linear {
|
23443
|
+
position: absolute;
|
23437
23444
|
}.v-navigation-drawer {
|
23438
23445
|
-webkit-overflow-scrolling: touch;
|
23439
23446
|
background: rgb(var(--v-theme-surface));
|
@@ -23542,80 +23549,6 @@ textarea.v-field__input::placeholder {
|
|
23542
23549
|
.v-navigation-drawer__append {
|
23543
23550
|
flex: none;
|
23544
23551
|
overflow: hidden;
|
23545
|
-
}.v-messages {
|
23546
|
-
flex: 1 1 auto;
|
23547
|
-
font-size: 12px;
|
23548
|
-
min-height: 14px;
|
23549
|
-
min-width: 1px;
|
23550
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23551
|
-
position: relative;
|
23552
|
-
}
|
23553
|
-
.v-messages__message {
|
23554
|
-
line-height: 12px;
|
23555
|
-
word-break: break-word;
|
23556
|
-
overflow-wrap: break-word;
|
23557
|
-
word-wrap: break-word;
|
23558
|
-
-webkit-hyphens: auto;
|
23559
|
-
hyphens: auto;
|
23560
|
-
transition-duration: 150ms;
|
23561
|
-
}.v-otp-input {
|
23562
|
-
align-items: center;
|
23563
|
-
display: flex;
|
23564
|
-
justify-content: center;
|
23565
|
-
padding: 0.5rem 0;
|
23566
|
-
position: relative;
|
23567
|
-
}
|
23568
|
-
.v-otp-input {
|
23569
|
-
border-radius: 4px;
|
23570
|
-
}
|
23571
|
-
.v-otp-input .v-field {
|
23572
|
-
height: 100%;
|
23573
|
-
}
|
23574
|
-
|
23575
|
-
.v-otp-input__divider {
|
23576
|
-
margin: 0 8px;
|
23577
|
-
}
|
23578
|
-
|
23579
|
-
.v-otp-input__content {
|
23580
|
-
align-items: center;
|
23581
|
-
display: flex;
|
23582
|
-
gap: 0.5rem;
|
23583
|
-
height: 64px;
|
23584
|
-
padding: 0.5rem;
|
23585
|
-
justify-content: center;
|
23586
|
-
max-width: 320px;
|
23587
|
-
position: relative;
|
23588
|
-
border-radius: inherit;
|
23589
|
-
}
|
23590
|
-
.v-otp-input--divided .v-otp-input__content {
|
23591
|
-
max-width: 360px;
|
23592
|
-
}
|
23593
|
-
|
23594
|
-
.v-otp-input__field {
|
23595
|
-
color: inherit;
|
23596
|
-
font-size: 1.25rem;
|
23597
|
-
height: 100%;
|
23598
|
-
outline: none;
|
23599
|
-
text-align: center;
|
23600
|
-
width: 100%;
|
23601
|
-
}
|
23602
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23603
|
-
-webkit-appearance: none;
|
23604
|
-
margin: 0;
|
23605
|
-
}
|
23606
|
-
.v-otp-input__field[type=number] {
|
23607
|
-
-moz-appearance: textfield;
|
23608
|
-
}
|
23609
|
-
|
23610
|
-
.v-otp-input__loader {
|
23611
|
-
align-items: center;
|
23612
|
-
display: flex;
|
23613
|
-
height: 100%;
|
23614
|
-
justify-content: center;
|
23615
|
-
width: 100%;
|
23616
|
-
}
|
23617
|
-
.v-otp-input__loader .v-progress-linear {
|
23618
|
-
position: absolute;
|
23619
23552
|
}.v-overlay-container {
|
23620
23553
|
contain: layout;
|
23621
23554
|
left: 0;
|
@@ -23679,6 +23612,12 @@ html.v-overlay-scroll-blocked {
|
|
23679
23612
|
|
23680
23613
|
.v-overlay--scroll-blocked {
|
23681
23614
|
padding-inline-end: var(--v-scrollbar-offset);
|
23615
|
+
}.v-parallax {
|
23616
|
+
position: relative;
|
23617
|
+
overflow: hidden;
|
23618
|
+
}
|
23619
|
+
.v-parallax--active > .v-img__img {
|
23620
|
+
will-change: transform;
|
23682
23621
|
}.v-pagination__list {
|
23683
23622
|
display: inline-flex;
|
23684
23623
|
list-style-type: none;
|
@@ -23687,12 +23626,6 @@ html.v-overlay-scroll-blocked {
|
|
23687
23626
|
}
|
23688
23627
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23689
23628
|
margin: 0.3rem;
|
23690
|
-
}.v-parallax {
|
23691
|
-
position: relative;
|
23692
|
-
overflow: hidden;
|
23693
|
-
}
|
23694
|
-
.v-parallax--active > .v-img__img {
|
23695
|
-
will-change: transform;
|
23696
23629
|
}.v-progress-linear {
|
23697
23630
|
background: transparent;
|
23698
23631
|
overflow: hidden;
|
@@ -24092,6 +24025,32 @@ html.v-overlay-scroll-blocked {
|
|
24092
24025
|
|
24093
24026
|
.v-slider__label {
|
24094
24027
|
margin-inline-end: 12px;
|
24028
|
+
}.v-responsive {
|
24029
|
+
display: flex;
|
24030
|
+
flex: 1 0 auto;
|
24031
|
+
max-height: 100%;
|
24032
|
+
max-width: 100%;
|
24033
|
+
overflow: hidden;
|
24034
|
+
position: relative;
|
24035
|
+
}
|
24036
|
+
.v-responsive--inline {
|
24037
|
+
display: inline-flex;
|
24038
|
+
flex: 0 0 auto;
|
24039
|
+
}
|
24040
|
+
|
24041
|
+
.v-responsive__content {
|
24042
|
+
flex: 1 0 0px;
|
24043
|
+
max-width: 100%;
|
24044
|
+
}
|
24045
|
+
|
24046
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24047
|
+
margin-inline-start: -100%;
|
24048
|
+
}
|
24049
|
+
|
24050
|
+
.v-responsive__sizer {
|
24051
|
+
flex: 1 0 0px;
|
24052
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24053
|
+
pointer-events: none;
|
24095
24054
|
}.v-rating {
|
24096
24055
|
max-width: 100%;
|
24097
24056
|
display: inline-flex;
|
@@ -24145,6 +24104,66 @@ html.v-overlay-scroll-blocked {
|
|
24145
24104
|
opacity: 0;
|
24146
24105
|
position: absolute;
|
24147
24106
|
width: 0;
|
24107
|
+
}.v-select .v-field .v-text-field__prefix,
|
24108
|
+
.v-select .v-field .v-text-field__suffix,
|
24109
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24110
|
+
cursor: pointer;
|
24111
|
+
}
|
24112
|
+
.v-select .v-field .v-field__input > input {
|
24113
|
+
align-self: flex-start;
|
24114
|
+
opacity: 1;
|
24115
|
+
flex: 0 0;
|
24116
|
+
position: absolute;
|
24117
|
+
width: 100%;
|
24118
|
+
transition: none;
|
24119
|
+
pointer-events: none;
|
24120
|
+
caret-color: transparent;
|
24121
|
+
}
|
24122
|
+
.v-select .v-field--dirty .v-select__selection {
|
24123
|
+
margin-inline-end: 2px;
|
24124
|
+
}
|
24125
|
+
.v-select .v-select__selection-text {
|
24126
|
+
overflow: hidden;
|
24127
|
+
text-overflow: ellipsis;
|
24128
|
+
white-space: nowrap;
|
24129
|
+
}
|
24130
|
+
.v-select__content {
|
24131
|
+
overflow: hidden;
|
24132
|
+
}
|
24133
|
+
.v-select__content {
|
24134
|
+
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));
|
24135
|
+
}
|
24136
|
+
.v-select__content {
|
24137
|
+
border-radius: 4px;
|
24138
|
+
}
|
24139
|
+
.v-select__selection {
|
24140
|
+
display: inline-flex;
|
24141
|
+
align-items: center;
|
24142
|
+
letter-spacing: inherit;
|
24143
|
+
line-height: inherit;
|
24144
|
+
max-width: 100%;
|
24145
|
+
}
|
24146
|
+
.v-select .v-select__selection:first-child {
|
24147
|
+
margin-inline-start: 0;
|
24148
|
+
}
|
24149
|
+
.v-select--selected .v-field .v-field__input > input {
|
24150
|
+
opacity: 0;
|
24151
|
+
}
|
24152
|
+
.v-select__menu-icon {
|
24153
|
+
margin-inline-start: 4px;
|
24154
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24155
|
+
}
|
24156
|
+
.v-select--active-menu .v-select__menu-icon {
|
24157
|
+
opacity: var(--v-high-emphasis-opacity);
|
24158
|
+
transform: rotate(180deg);
|
24159
|
+
}.v-selection-control-group {
|
24160
|
+
grid-area: control;
|
24161
|
+
display: flex;
|
24162
|
+
flex-direction: column;
|
24163
|
+
}
|
24164
|
+
.v-selection-control-group--inline {
|
24165
|
+
flex-direction: row;
|
24166
|
+
flex-wrap: wrap;
|
24148
24167
|
}.v-selection-control {
|
24149
24168
|
align-items: center;
|
24150
24169
|
contain: layout;
|
@@ -24248,76 +24267,6 @@ html.v-overlay-scroll-blocked {
|
|
24248
24267
|
}
|
24249
24268
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24250
24269
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24251
|
-
}.v-responsive {
|
24252
|
-
display: flex;
|
24253
|
-
flex: 1 0 auto;
|
24254
|
-
max-height: 100%;
|
24255
|
-
max-width: 100%;
|
24256
|
-
overflow: hidden;
|
24257
|
-
position: relative;
|
24258
|
-
}
|
24259
|
-
.v-responsive--inline {
|
24260
|
-
display: inline-flex;
|
24261
|
-
flex: 0 0 auto;
|
24262
|
-
}
|
24263
|
-
|
24264
|
-
.v-responsive__content {
|
24265
|
-
flex: 1 0 0px;
|
24266
|
-
max-width: 100%;
|
24267
|
-
}
|
24268
|
-
|
24269
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24270
|
-
margin-inline-start: -100%;
|
24271
|
-
}
|
24272
|
-
|
24273
|
-
.v-responsive__sizer {
|
24274
|
-
flex: 1 0 0px;
|
24275
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24276
|
-
pointer-events: none;
|
24277
|
-
}.v-selection-control-group {
|
24278
|
-
grid-area: control;
|
24279
|
-
display: flex;
|
24280
|
-
flex-direction: column;
|
24281
|
-
}
|
24282
|
-
.v-selection-control-group--inline {
|
24283
|
-
flex-direction: row;
|
24284
|
-
flex-wrap: wrap;
|
24285
|
-
}.v-sheet {
|
24286
|
-
display: block;
|
24287
|
-
}
|
24288
|
-
.v-sheet {
|
24289
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24290
|
-
border-style: solid;
|
24291
|
-
border-width: 0;
|
24292
|
-
}
|
24293
|
-
.v-sheet--border {
|
24294
|
-
border-width: thin;
|
24295
|
-
box-shadow: none;
|
24296
|
-
}
|
24297
|
-
.v-sheet {
|
24298
|
-
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));
|
24299
|
-
}
|
24300
|
-
.v-sheet--absolute {
|
24301
|
-
position: absolute;
|
24302
|
-
}
|
24303
|
-
.v-sheet--fixed {
|
24304
|
-
position: fixed;
|
24305
|
-
}
|
24306
|
-
.v-sheet--relative {
|
24307
|
-
position: relative;
|
24308
|
-
}
|
24309
|
-
.v-sheet--sticky {
|
24310
|
-
position: sticky;
|
24311
|
-
}
|
24312
|
-
.v-sheet {
|
24313
|
-
border-radius: 0;
|
24314
|
-
}
|
24315
|
-
.v-sheet {
|
24316
|
-
background: rgb(var(--v-theme-surface));
|
24317
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24318
|
-
}
|
24319
|
-
.v-sheet--rounded {
|
24320
|
-
border-radius: 4px;
|
24321
24270
|
}.v-skeleton-loader {
|
24322
24271
|
align-items: center;
|
24323
24272
|
background: rgb(var(--v-theme-surface));
|
@@ -24543,6 +24492,42 @@ html.v-overlay-scroll-blocked {
|
|
24543
24492
|
100% {
|
24544
24493
|
transform: translateX(100%);
|
24545
24494
|
}
|
24495
|
+
}.v-sheet {
|
24496
|
+
display: block;
|
24497
|
+
}
|
24498
|
+
.v-sheet {
|
24499
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24500
|
+
border-style: solid;
|
24501
|
+
border-width: 0;
|
24502
|
+
}
|
24503
|
+
.v-sheet--border {
|
24504
|
+
border-width: thin;
|
24505
|
+
box-shadow: none;
|
24506
|
+
}
|
24507
|
+
.v-sheet {
|
24508
|
+
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));
|
24509
|
+
}
|
24510
|
+
.v-sheet--absolute {
|
24511
|
+
position: absolute;
|
24512
|
+
}
|
24513
|
+
.v-sheet--fixed {
|
24514
|
+
position: fixed;
|
24515
|
+
}
|
24516
|
+
.v-sheet--relative {
|
24517
|
+
position: relative;
|
24518
|
+
}
|
24519
|
+
.v-sheet--sticky {
|
24520
|
+
position: sticky;
|
24521
|
+
}
|
24522
|
+
.v-sheet {
|
24523
|
+
border-radius: 0;
|
24524
|
+
}
|
24525
|
+
.v-sheet {
|
24526
|
+
background: rgb(var(--v-theme-surface));
|
24527
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24528
|
+
}
|
24529
|
+
.v-sheet--rounded {
|
24530
|
+
border-radius: 4px;
|
24546
24531
|
}.v-slide-group {
|
24547
24532
|
display: flex;
|
24548
24533
|
overflow: hidden;
|
@@ -24954,6 +24939,35 @@ html.v-overlay-scroll-blocked {
|
|
24954
24939
|
left: 0;
|
24955
24940
|
width: 100%;
|
24956
24941
|
height: 100%;
|
24942
|
+
}.v-tab.v-tab.v-btn {
|
24943
|
+
height: var(--v-tabs-height);
|
24944
|
+
border-radius: 0;
|
24945
|
+
min-width: 90px;
|
24946
|
+
}
|
24947
|
+
.v-slide-group--horizontal .v-tab {
|
24948
|
+
max-width: 360px;
|
24949
|
+
}
|
24950
|
+
.v-slide-group--vertical .v-tab {
|
24951
|
+
justify-content: start;
|
24952
|
+
}
|
24953
|
+
|
24954
|
+
.v-tab__slider {
|
24955
|
+
position: absolute;
|
24956
|
+
bottom: 0;
|
24957
|
+
left: 0;
|
24958
|
+
height: 2px;
|
24959
|
+
width: 100%;
|
24960
|
+
background: currentColor;
|
24961
|
+
pointer-events: none;
|
24962
|
+
opacity: 0;
|
24963
|
+
}
|
24964
|
+
.v-tab--selected .v-tab__slider {
|
24965
|
+
opacity: 1;
|
24966
|
+
}
|
24967
|
+
.v-slide-group--vertical .v-tab__slider {
|
24968
|
+
top: 0;
|
24969
|
+
height: 100%;
|
24970
|
+
width: 2px;
|
24957
24971
|
}.v-switch .v-label {
|
24958
24972
|
padding-inline-start: 10px;
|
24959
24973
|
}
|
@@ -25136,49 +25150,6 @@ html.v-overlay-scroll-blocked {
|
|
25136
25150
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25137
25151
|
border-width: 0;
|
25138
25152
|
}
|
25139
|
-
}.v-system-bar {
|
25140
|
-
align-items: center;
|
25141
|
-
display: flex;
|
25142
|
-
flex: 1 1 auto;
|
25143
|
-
height: 24px;
|
25144
|
-
justify-content: flex-end;
|
25145
|
-
max-width: 100%;
|
25146
|
-
padding-inline: 8px;
|
25147
|
-
position: relative;
|
25148
|
-
text-align: end;
|
25149
|
-
width: 100%;
|
25150
|
-
}
|
25151
|
-
.v-system-bar .v-icon {
|
25152
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25153
|
-
}
|
25154
|
-
.v-system-bar {
|
25155
|
-
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));
|
25156
|
-
}
|
25157
|
-
.v-system-bar--absolute {
|
25158
|
-
position: absolute;
|
25159
|
-
}
|
25160
|
-
.v-system-bar--fixed {
|
25161
|
-
position: fixed;
|
25162
|
-
}
|
25163
|
-
.v-system-bar {
|
25164
|
-
background: rgba(var(--v-theme-surface-light));
|
25165
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25166
|
-
}
|
25167
|
-
.v-system-bar {
|
25168
|
-
font-size: 0.75rem;
|
25169
|
-
font-weight: 400;
|
25170
|
-
letter-spacing: 0.0333333333em;
|
25171
|
-
line-height: 1.667;
|
25172
|
-
text-transform: none;
|
25173
|
-
}
|
25174
|
-
.v-system-bar--rounded {
|
25175
|
-
border-radius: 0;
|
25176
|
-
}
|
25177
|
-
.v-system-bar--window {
|
25178
|
-
height: 32px;
|
25179
|
-
}
|
25180
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25181
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25182
25153
|
}.v-tabs {
|
25183
25154
|
display: flex;
|
25184
25155
|
height: var(--v-tabs-height);
|
@@ -25245,35 +25216,49 @@ html.v-overlay-scroll-blocked {
|
|
25245
25216
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25246
25217
|
margin-inline-end: 52px;
|
25247
25218
|
}
|
25248
|
-
}.v-
|
25249
|
-
|
25250
|
-
|
25251
|
-
|
25219
|
+
}.v-system-bar {
|
25220
|
+
align-items: center;
|
25221
|
+
display: flex;
|
25222
|
+
flex: 1 1 auto;
|
25223
|
+
height: 24px;
|
25224
|
+
justify-content: flex-end;
|
25225
|
+
max-width: 100%;
|
25226
|
+
padding-inline: 8px;
|
25227
|
+
position: relative;
|
25228
|
+
text-align: end;
|
25229
|
+
width: 100%;
|
25252
25230
|
}
|
25253
|
-
.v-
|
25254
|
-
|
25231
|
+
.v-system-bar .v-icon {
|
25232
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25255
25233
|
}
|
25256
|
-
.v-
|
25257
|
-
|
25234
|
+
.v-system-bar {
|
25235
|
+
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));
|
25258
25236
|
}
|
25259
|
-
|
25260
|
-
.v-tab__slider {
|
25237
|
+
.v-system-bar--absolute {
|
25261
25238
|
position: absolute;
|
25262
|
-
bottom: 0;
|
25263
|
-
left: 0;
|
25264
|
-
height: 2px;
|
25265
|
-
width: 100%;
|
25266
|
-
background: currentColor;
|
25267
|
-
pointer-events: none;
|
25268
|
-
opacity: 0;
|
25269
25239
|
}
|
25270
|
-
.v-
|
25271
|
-
|
25240
|
+
.v-system-bar--fixed {
|
25241
|
+
position: fixed;
|
25272
25242
|
}
|
25273
|
-
.v-
|
25274
|
-
|
25275
|
-
|
25276
|
-
|
25243
|
+
.v-system-bar {
|
25244
|
+
background: rgba(var(--v-theme-surface-light));
|
25245
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25246
|
+
}
|
25247
|
+
.v-system-bar {
|
25248
|
+
font-size: 0.75rem;
|
25249
|
+
font-weight: 400;
|
25250
|
+
letter-spacing: 0.0333333333em;
|
25251
|
+
line-height: 1.667;
|
25252
|
+
text-transform: none;
|
25253
|
+
}
|
25254
|
+
.v-system-bar--rounded {
|
25255
|
+
border-radius: 0;
|
25256
|
+
}
|
25257
|
+
.v-system-bar--window {
|
25258
|
+
height: 32px;
|
25259
|
+
}
|
25260
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25261
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25277
25262
|
}.v-table {
|
25278
25263
|
font-size: 0.875rem;
|
25279
25264
|
transition-duration: 0.28s;
|
@@ -25442,232 +25427,111 @@ html.v-overlay-scroll-blocked {
|
|
25442
25427
|
}
|
25443
25428
|
|
25444
25429
|
.v-text-field .v-input__details {
|
25445
|
-
padding-inline: 16px;
|
25446
|
-
}
|
25447
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
25448
|
-
padding-inline: 0;
|
25449
|
-
}
|
25450
|
-
|
25451
|
-
.v-text-field .v-field--no-label input,
|
25452
|
-
.v-text-field .v-field--active input {
|
25453
|
-
opacity: 1;
|
25454
|
-
}
|
25455
|
-
.v-text-field .v-field--single-line input {
|
25456
|
-
transition: none;
|
25457
|
-
}
|
25458
|
-
|
25459
|
-
/* endregion */
|
25460
|
-
/* region ELEMENTS */
|
25461
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25462
|
-
align-items: center;
|
25463
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25464
|
-
cursor: default;
|
25465
|
-
display: flex;
|
25466
|
-
opacity: 0;
|
25467
|
-
transition: inherit;
|
25468
|
-
white-space: nowrap;
|
25469
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25470
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25471
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25472
|
-
}
|
25473
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25474
|
-
opacity: 1;
|
25475
|
-
}
|
25476
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25477
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25478
|
-
}
|
25479
|
-
.v-text-field__prefix {
|
25480
|
-
padding-inline-start: var(--v-field-padding-start);
|
25481
|
-
}
|
25482
|
-
.v-text-field__suffix {
|
25483
|
-
padding-inline-end: var(--v-field-padding-end);
|
25484
|
-
}
|
25485
|
-
|
25486
|
-
/* endregion */.v-textarea .v-field {
|
25487
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25488
|
-
}
|
25489
|
-
.v-textarea .v-field__field {
|
25490
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25491
|
-
}
|
25492
|
-
.v-textarea .v-field__input {
|
25493
|
-
flex: 1 1 auto;
|
25494
|
-
outline: none;
|
25495
|
-
-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));
|
25496
|
-
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));
|
25497
|
-
}
|
25498
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25499
|
-
visibility: hidden;
|
25500
|
-
position: absolute;
|
25501
|
-
top: 0;
|
25502
|
-
left: 0;
|
25503
|
-
height: 0 !important;
|
25504
|
-
min-height: 0 !important;
|
25505
|
-
pointer-events: none;
|
25506
|
-
}
|
25507
|
-
.v-textarea--no-resize .v-field__input {
|
25508
|
-
resize: none;
|
25509
|
-
}
|
25510
|
-
.v-textarea .v-field--no-label textarea,
|
25511
|
-
.v-textarea .v-field--active textarea {
|
25512
|
-
opacity: 1;
|
25513
|
-
}
|
25514
|
-
.v-textarea textarea {
|
25515
|
-
opacity: 0;
|
25516
|
-
flex: 1;
|
25517
|
-
min-width: 0;
|
25518
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25519
|
-
}
|
25520
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25521
|
-
outline: none;
|
25522
|
-
}
|
25523
|
-
.v-textarea textarea:invalid {
|
25524
|
-
box-shadow: none;
|
25525
|
-
}.v-toolbar {
|
25526
|
-
align-items: flex-start;
|
25527
|
-
display: flex;
|
25528
|
-
flex: none;
|
25529
|
-
flex-direction: column;
|
25530
|
-
justify-content: space-between;
|
25531
|
-
max-width: 100%;
|
25532
|
-
position: relative;
|
25533
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25534
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25535
|
-
width: 100%;
|
25536
|
-
}
|
25537
|
-
.v-toolbar {
|
25538
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25539
|
-
border-style: solid;
|
25540
|
-
border-width: 0;
|
25541
|
-
}
|
25542
|
-
.v-toolbar--border {
|
25543
|
-
border-width: thin;
|
25544
|
-
box-shadow: none;
|
25545
|
-
}
|
25546
|
-
.v-toolbar {
|
25547
|
-
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));
|
25548
|
-
}
|
25549
|
-
.v-toolbar {
|
25550
|
-
border-radius: 0;
|
25551
|
-
}
|
25552
|
-
.v-toolbar {
|
25553
|
-
background: rgb(var(--v-theme-surface-light));
|
25554
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25555
|
-
}
|
25556
|
-
.v-toolbar--absolute {
|
25557
|
-
position: absolute;
|
25558
|
-
}
|
25559
|
-
.v-toolbar--collapse {
|
25560
|
-
max-width: 112px;
|
25561
|
-
overflow: hidden;
|
25562
|
-
border-end-end-radius: 24px;
|
25563
|
-
}
|
25564
|
-
.v-toolbar--collapse .v-toolbar-title {
|
25565
|
-
display: none;
|
25430
|
+
padding-inline: 16px;
|
25566
25431
|
}
|
25567
|
-
.v-
|
25568
|
-
|
25432
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25433
|
+
padding-inline: 0;
|
25569
25434
|
}
|
25570
|
-
|
25571
|
-
|
25435
|
+
|
25436
|
+
.v-text-field .v-field--no-label input,
|
25437
|
+
.v-text-field .v-field--active input {
|
25438
|
+
opacity: 1;
|
25572
25439
|
}
|
25573
|
-
.v-
|
25574
|
-
|
25440
|
+
.v-text-field .v-field--single-line input {
|
25441
|
+
transition: none;
|
25575
25442
|
}
|
25576
25443
|
|
25577
|
-
|
25578
|
-
|
25444
|
+
/* endregion */
|
25445
|
+
/* region ELEMENTS */
|
25446
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25579
25447
|
align-items: center;
|
25448
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25449
|
+
cursor: default;
|
25580
25450
|
display: flex;
|
25581
|
-
|
25582
|
-
position: relative;
|
25451
|
+
opacity: 0;
|
25583
25452
|
transition: inherit;
|
25584
|
-
|
25585
|
-
|
25586
|
-
|
25587
|
-
|
25588
|
-
overflow: hidden;
|
25453
|
+
white-space: nowrap;
|
25454
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25455
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25456
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25589
25457
|
}
|
25590
|
-
.v-
|
25591
|
-
|
25458
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25459
|
+
opacity: 1;
|
25592
25460
|
}
|
25593
|
-
.v-
|
25594
|
-
|
25461
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25462
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25595
25463
|
}
|
25596
|
-
.v-
|
25597
|
-
|
25464
|
+
.v-text-field__prefix {
|
25465
|
+
padding-inline-start: var(--v-field-padding-start);
|
25598
25466
|
}
|
25599
|
-
.v-
|
25600
|
-
|
25467
|
+
.v-text-field__suffix {
|
25468
|
+
padding-inline-end: var(--v-field-padding-end);
|
25601
25469
|
}
|
25602
25470
|
|
25603
|
-
.v-
|
25604
|
-
|
25605
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
25606
|
-
transition-property: opacity;
|
25471
|
+
/* endregion */.v-textarea .v-field {
|
25472
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25607
25473
|
}
|
25608
|
-
.v-
|
25474
|
+
.v-textarea .v-field__field {
|
25475
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25476
|
+
}
|
25477
|
+
.v-textarea .v-field__input {
|
25478
|
+
flex: 1 1 auto;
|
25479
|
+
outline: none;
|
25480
|
+
-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));
|
25481
|
+
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));
|
25482
|
+
}
|
25483
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25484
|
+
visibility: hidden;
|
25609
25485
|
position: absolute;
|
25610
25486
|
top: 0;
|
25611
25487
|
left: 0;
|
25612
|
-
|
25613
|
-
height:
|
25614
|
-
|
25615
|
-
|
25616
|
-
.v-toolbar__prepend,
|
25617
|
-
.v-toolbar__append {
|
25618
|
-
align-items: center;
|
25619
|
-
align-self: stretch;
|
25620
|
-
display: flex;
|
25488
|
+
height: 0 !important;
|
25489
|
+
min-height: 0 !important;
|
25490
|
+
pointer-events: none;
|
25621
25491
|
}
|
25622
|
-
|
25623
|
-
|
25624
|
-
margin-inline: 4px auto;
|
25492
|
+
.v-textarea--no-resize .v-field__input {
|
25493
|
+
resize: none;
|
25625
25494
|
}
|
25626
|
-
|
25627
|
-
.v-
|
25628
|
-
|
25495
|
+
.v-textarea .v-field--no-label textarea,
|
25496
|
+
.v-textarea .v-field--active textarea {
|
25497
|
+
opacity: 1;
|
25629
25498
|
}
|
25630
|
-
|
25631
|
-
|
25632
|
-
flex: 1
|
25633
|
-
font-size: 1.25rem;
|
25499
|
+
.v-textarea textarea {
|
25500
|
+
opacity: 0;
|
25501
|
+
flex: 1;
|
25634
25502
|
min-width: 0;
|
25503
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25635
25504
|
}
|
25636
|
-
.v-
|
25637
|
-
|
25638
|
-
font-weight: 400;
|
25639
|
-
letter-spacing: 0;
|
25640
|
-
line-height: 1.75rem;
|
25641
|
-
text-transform: none;
|
25642
|
-
}
|
25643
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
25644
|
-
align-self: flex-end;
|
25645
|
-
padding-bottom: 6px;
|
25646
|
-
}
|
25647
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
25648
|
-
font-size: 1.5rem;
|
25649
|
-
font-weight: 400;
|
25650
|
-
letter-spacing: 0;
|
25651
|
-
line-height: 2.25rem;
|
25652
|
-
text-transform: none;
|
25653
|
-
}
|
25654
|
-
|
25655
|
-
.v-toolbar-title__placeholder {
|
25656
|
-
overflow: hidden;
|
25657
|
-
text-overflow: ellipsis;
|
25658
|
-
white-space: nowrap;
|
25659
|
-
}
|
25660
|
-
|
25661
|
-
.v-toolbar-items {
|
25662
|
-
display: flex;
|
25663
|
-
height: inherit;
|
25664
|
-
align-self: stretch;
|
25505
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25506
|
+
outline: none;
|
25665
25507
|
}
|
25666
|
-
.v-
|
25667
|
-
|
25508
|
+
.v-textarea textarea:invalid {
|
25509
|
+
box-shadow: none;
|
25668
25510
|
}.v-theme-provider {
|
25669
25511
|
background: rgb(var(--v-theme-background));
|
25670
25512
|
color: rgb(var(--v-theme-on-background));
|
25513
|
+
}.v-tooltip > .v-overlay__content {
|
25514
|
+
background: rgb(var(--v-theme-surface-variant));
|
25515
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25516
|
+
border-radius: 4px;
|
25517
|
+
font-size: 0.875rem;
|
25518
|
+
line-height: 1.6;
|
25519
|
+
display: inline-block;
|
25520
|
+
padding: 5px 16px;
|
25521
|
+
text-transform: initial;
|
25522
|
+
width: auto;
|
25523
|
+
opacity: 1;
|
25524
|
+
pointer-events: none;
|
25525
|
+
transition-property: opacity, transform;
|
25526
|
+
overflow-wrap: break-word;
|
25527
|
+
}
|
25528
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25529
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25530
|
+
transition-duration: 150ms;
|
25531
|
+
}
|
25532
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25533
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25534
|
+
transition-duration: 75ms;
|
25671
25535
|
}.v-timeline .v-timeline-divider__dot {
|
25672
25536
|
background: rgb(var(--v-theme-surface-light));
|
25673
25537
|
}
|
@@ -26047,67 +25911,188 @@ html.v-overlay-scroll-blocked {
|
|
26047
25911
|
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));
|
26048
25912
|
}
|
26049
25913
|
|
26050
|
-
.v-timeline--vertical.v-timeline--align-start {
|
26051
|
-
align-items: flex-start;
|
25914
|
+
.v-timeline--vertical.v-timeline--align-start {
|
25915
|
+
align-items: flex-start;
|
25916
|
+
}
|
25917
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
25918
|
+
justify-content: flex-start;
|
25919
|
+
}
|
25920
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
25921
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
25922
|
+
}
|
25923
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
25924
|
+
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));
|
25925
|
+
}
|
25926
|
+
|
25927
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
25928
|
+
display: none;
|
25929
|
+
}
|
25930
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
25931
|
+
--v-timeline-line-size-offset: 12px;
|
25932
|
+
}
|
25933
|
+
.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 {
|
25934
|
+
padding-block-start: 0;
|
25935
|
+
}
|
25936
|
+
|
25937
|
+
.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 {
|
25938
|
+
padding-inline-start: 0;
|
25939
|
+
}
|
25940
|
+
|
25941
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
25942
|
+
display: none;
|
25943
|
+
}
|
25944
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
25945
|
+
--v-timeline-line-size-offset: 12px;
|
25946
|
+
}
|
25947
|
+
.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 {
|
25948
|
+
padding-block-end: 0;
|
25949
|
+
}
|
25950
|
+
|
25951
|
+
.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 {
|
25952
|
+
padding-inline-end: 0;
|
25953
|
+
}.v-toolbar {
|
25954
|
+
align-items: flex-start;
|
25955
|
+
display: flex;
|
25956
|
+
flex: none;
|
25957
|
+
flex-direction: column;
|
25958
|
+
justify-content: space-between;
|
25959
|
+
max-width: 100%;
|
25960
|
+
position: relative;
|
25961
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25962
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25963
|
+
width: 100%;
|
25964
|
+
}
|
25965
|
+
.v-toolbar {
|
25966
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25967
|
+
border-style: solid;
|
25968
|
+
border-width: 0;
|
25969
|
+
}
|
25970
|
+
.v-toolbar--border {
|
25971
|
+
border-width: thin;
|
25972
|
+
box-shadow: none;
|
25973
|
+
}
|
25974
|
+
.v-toolbar {
|
25975
|
+
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));
|
25976
|
+
}
|
25977
|
+
.v-toolbar {
|
25978
|
+
border-radius: 0;
|
25979
|
+
}
|
25980
|
+
.v-toolbar {
|
25981
|
+
background: rgb(var(--v-theme-surface-light));
|
25982
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25983
|
+
}
|
25984
|
+
.v-toolbar--absolute {
|
25985
|
+
position: absolute;
|
25986
|
+
}
|
25987
|
+
.v-toolbar--collapse {
|
25988
|
+
max-width: 112px;
|
25989
|
+
overflow: hidden;
|
25990
|
+
border-end-end-radius: 24px;
|
25991
|
+
}
|
25992
|
+
.v-toolbar--collapse .v-toolbar-title {
|
25993
|
+
display: none;
|
25994
|
+
}
|
25995
|
+
.v-toolbar--flat {
|
25996
|
+
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));
|
25997
|
+
}
|
25998
|
+
.v-toolbar--floating {
|
25999
|
+
display: inline-flex;
|
26000
|
+
}
|
26001
|
+
.v-toolbar--rounded {
|
26002
|
+
border-radius: 4px;
|
26003
|
+
}
|
26004
|
+
|
26005
|
+
.v-toolbar__content,
|
26006
|
+
.v-toolbar__extension {
|
26007
|
+
align-items: center;
|
26008
|
+
display: flex;
|
26009
|
+
flex: 0 0 auto;
|
26010
|
+
position: relative;
|
26011
|
+
transition: inherit;
|
26012
|
+
width: 100%;
|
26013
|
+
}
|
26014
|
+
|
26015
|
+
.v-toolbar__content {
|
26016
|
+
overflow: hidden;
|
26052
26017
|
}
|
26053
|
-
.v-
|
26054
|
-
|
26018
|
+
.v-toolbar__content > .v-btn:first-child {
|
26019
|
+
margin-inline-start: 4px;
|
26055
26020
|
}
|
26056
|
-
.v-
|
26057
|
-
|
26021
|
+
.v-toolbar__content > .v-btn:last-child {
|
26022
|
+
margin-inline-end: 4px;
|
26058
26023
|
}
|
26059
|
-
.v-
|
26060
|
-
|
26024
|
+
.v-toolbar__content > .v-toolbar-title {
|
26025
|
+
margin-inline-start: 20px;
|
26026
|
+
}
|
26027
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
26028
|
+
align-items: flex-start;
|
26061
26029
|
}
|
26062
26030
|
|
26063
|
-
.v-
|
26064
|
-
display:
|
26031
|
+
.v-toolbar__image {
|
26032
|
+
display: flex;
|
26033
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
26034
|
+
transition-property: opacity;
|
26065
26035
|
}
|
26066
|
-
.v-
|
26067
|
-
|
26036
|
+
.v-toolbar__image {
|
26037
|
+
position: absolute;
|
26038
|
+
top: 0;
|
26039
|
+
left: 0;
|
26040
|
+
width: 100%;
|
26041
|
+
height: 100%;
|
26068
26042
|
}
|
26069
|
-
|
26070
|
-
|
26043
|
+
|
26044
|
+
.v-toolbar__prepend,
|
26045
|
+
.v-toolbar__append {
|
26046
|
+
align-items: center;
|
26047
|
+
align-self: stretch;
|
26048
|
+
display: flex;
|
26071
26049
|
}
|
26072
26050
|
|
26073
|
-
.v-
|
26074
|
-
|
26051
|
+
.v-toolbar__prepend {
|
26052
|
+
margin-inline: 4px auto;
|
26075
26053
|
}
|
26076
26054
|
|
26077
|
-
.v-
|
26078
|
-
|
26055
|
+
.v-toolbar__append {
|
26056
|
+
margin-inline: auto 4px;
|
26079
26057
|
}
|
26080
|
-
|
26081
|
-
|
26058
|
+
|
26059
|
+
.v-toolbar-title {
|
26060
|
+
flex: 1 1;
|
26061
|
+
font-size: 1.25rem;
|
26062
|
+
min-width: 0;
|
26082
26063
|
}
|
26083
|
-
.v-
|
26084
|
-
|
26064
|
+
.v-toolbar-title {
|
26065
|
+
font-size: 1.25rem;
|
26066
|
+
font-weight: 400;
|
26067
|
+
letter-spacing: 0;
|
26068
|
+
line-height: 1.75rem;
|
26069
|
+
text-transform: none;
|
26070
|
+
}
|
26071
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26072
|
+
align-self: flex-end;
|
26073
|
+
padding-bottom: 6px;
|
26074
|
+
}
|
26075
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26076
|
+
font-size: 1.5rem;
|
26077
|
+
font-weight: 400;
|
26078
|
+
letter-spacing: 0;
|
26079
|
+
line-height: 2.25rem;
|
26080
|
+
text-transform: none;
|
26085
26081
|
}
|
26086
26082
|
|
26087
|
-
.v-
|
26088
|
-
|
26089
|
-
|
26090
|
-
|
26091
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26092
|
-
border-radius: 4px;
|
26093
|
-
font-size: 0.875rem;
|
26094
|
-
line-height: 1.6;
|
26095
|
-
display: inline-block;
|
26096
|
-
padding: 5px 16px;
|
26097
|
-
text-transform: initial;
|
26098
|
-
width: auto;
|
26099
|
-
opacity: 1;
|
26100
|
-
pointer-events: none;
|
26101
|
-
transition-property: opacity, transform;
|
26102
|
-
overflow-wrap: break-word;
|
26083
|
+
.v-toolbar-title__placeholder {
|
26084
|
+
overflow: hidden;
|
26085
|
+
text-overflow: ellipsis;
|
26086
|
+
white-space: nowrap;
|
26103
26087
|
}
|
26104
|
-
|
26105
|
-
|
26106
|
-
|
26088
|
+
|
26089
|
+
.v-toolbar-items {
|
26090
|
+
display: flex;
|
26091
|
+
height: inherit;
|
26092
|
+
align-self: stretch;
|
26107
26093
|
}
|
26108
|
-
.v-
|
26109
|
-
|
26110
|
-
transition-duration: 75ms;
|
26094
|
+
.v-toolbar-items > .v-btn {
|
26095
|
+
border-radius: 0;
|
26111
26096
|
}.v-virtual-scroll {
|
26112
26097
|
display: block;
|
26113
26098
|
flex: 1 1 auto;
|
@@ -26187,86 +26172,73 @@ html.v-overlay-scroll-blocked {
|
|
26187
26172
|
}
|
26188
26173
|
.v-window-y-reverse-transition-leave-to {
|
26189
26174
|
transform: translateY(100%);
|
26190
|
-
}.v-
|
26191
|
-
|
26192
|
-
|
26193
|
-
|
26194
|
-
|
26195
|
-
|
26196
|
-
|
26197
|
-
opacity: 1;
|
26198
|
-
flex: 0 0;
|
26199
|
-
position: absolute;
|
26200
|
-
width: 100%;
|
26201
|
-
transition: none;
|
26202
|
-
pointer-events: none;
|
26203
|
-
caret-color: transparent;
|
26204
|
-
}
|
26205
|
-
.v-select .v-field--dirty .v-select__selection {
|
26206
|
-
margin-inline-end: 2px;
|
26207
|
-
}
|
26208
|
-
.v-select .v-select__selection-text {
|
26209
|
-
overflow: hidden;
|
26210
|
-
text-overflow: ellipsis;
|
26211
|
-
white-space: nowrap;
|
26175
|
+
}.v-empty-state {
|
26176
|
+
align-items: center;
|
26177
|
+
display: flex;
|
26178
|
+
flex-direction: column;
|
26179
|
+
justify-content: center;
|
26180
|
+
min-height: 100%;
|
26181
|
+
padding: 16px;
|
26212
26182
|
}
|
26213
|
-
.v-
|
26214
|
-
|
26183
|
+
.v-empty-state--start {
|
26184
|
+
align-items: flex-start;
|
26215
26185
|
}
|
26216
|
-
.v-
|
26217
|
-
|
26186
|
+
.v-empty-state--center {
|
26187
|
+
align-items: center;
|
26218
26188
|
}
|
26219
|
-
.v-
|
26220
|
-
|
26189
|
+
.v-empty-state--end {
|
26190
|
+
align-items: flex-end;
|
26221
26191
|
}
|
26222
|
-
|
26223
|
-
|
26224
|
-
align
|
26225
|
-
|
26226
|
-
line-height: inherit;
|
26227
|
-
max-width: 100%;
|
26192
|
+
|
26193
|
+
.v-empty-state__media {
|
26194
|
+
text-align: center;
|
26195
|
+
width: 100%;
|
26228
26196
|
}
|
26229
|
-
.v-
|
26230
|
-
|
26197
|
+
.v-empty-state__media .v-icon {
|
26198
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
26231
26199
|
}
|
26232
|
-
|
26233
|
-
|
26200
|
+
|
26201
|
+
.v-empty-state__headline {
|
26202
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
26203
|
+
font-size: 3.75rem;
|
26204
|
+
font-weight: 300;
|
26205
|
+
line-height: 1;
|
26206
|
+
text-align: center;
|
26207
|
+
margin-bottom: 8px;
|
26234
26208
|
}
|
26235
|
-
.v-
|
26236
|
-
|
26237
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26209
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
26210
|
+
font-size: 2.125rem;
|
26238
26211
|
}
|
26239
|
-
|
26240
|
-
|
26241
|
-
|
26242
|
-
|
26243
|
-
|
26244
|
-
margin-
|
26212
|
+
|
26213
|
+
.v-empty-state__title {
|
26214
|
+
font-size: 1.25rem;
|
26215
|
+
font-weight: 500;
|
26216
|
+
line-height: 1.6;
|
26217
|
+
margin-bottom: 4px;
|
26218
|
+
text-align: center;
|
26245
26219
|
}
|
26246
26220
|
|
26247
|
-
.v-
|
26248
|
-
|
26249
|
-
|
26250
|
-
|
26251
|
-
|
26221
|
+
.v-empty-state__text {
|
26222
|
+
font-size: 0.875rem;
|
26223
|
+
font-weight: 400;
|
26224
|
+
line-height: 1.425;
|
26225
|
+
padding: 0 16px;
|
26252
26226
|
text-align: center;
|
26253
26227
|
}
|
26254
|
-
|
26255
|
-
|
26228
|
+
|
26229
|
+
.v-empty-state__content {
|
26230
|
+
padding: 24px 0;
|
26256
26231
|
}
|
26257
|
-
|
26258
|
-
|
26259
|
-
|
26260
|
-
|
26261
|
-
|
26262
|
-
text-align: center;
|
26263
|
-
width: 100%;
|
26264
|
-
height: 32px;
|
26265
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26266
|
-
color: rgba(var(--v-theme-on-surface));
|
26232
|
+
|
26233
|
+
.v-empty-state__actions {
|
26234
|
+
display: flex;
|
26235
|
+
gap: 8px;
|
26236
|
+
padding: 16px;
|
26267
26237
|
}
|
26268
|
-
|
26269
|
-
|
26238
|
+
|
26239
|
+
.v-empty-state__action-btn.v-btn {
|
26240
|
+
background-color: initial;
|
26241
|
+
color: initial;
|
26270
26242
|
}.v-color-picker-canvas {
|
26271
26243
|
display: flex;
|
26272
26244
|
position: relative;
|
@@ -26359,6 +26331,34 @@ html.v-overlay-scroll-blocked {
|
|
26359
26331
|
.v-color-picker-preview__eye-dropper {
|
26360
26332
|
position: relative;
|
26361
26333
|
margin-right: 12px;
|
26334
|
+
}.v-color-picker-edit {
|
26335
|
+
display: flex;
|
26336
|
+
margin-top: 24px;
|
26337
|
+
}
|
26338
|
+
|
26339
|
+
.v-color-picker-edit__input {
|
26340
|
+
width: 100%;
|
26341
|
+
display: flex;
|
26342
|
+
flex-wrap: wrap;
|
26343
|
+
justify-content: center;
|
26344
|
+
text-align: center;
|
26345
|
+
}
|
26346
|
+
.v-color-picker-edit__input:not(:last-child) {
|
26347
|
+
margin-inline-end: 8px;
|
26348
|
+
}
|
26349
|
+
.v-color-picker-edit__input input {
|
26350
|
+
border-radius: 4px;
|
26351
|
+
margin-bottom: 8px;
|
26352
|
+
min-width: 0;
|
26353
|
+
outline: none;
|
26354
|
+
text-align: center;
|
26355
|
+
width: 100%;
|
26356
|
+
height: 32px;
|
26357
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
26358
|
+
color: rgba(var(--v-theme-on-surface));
|
26359
|
+
}
|
26360
|
+
.v-color-picker-edit__input span {
|
26361
|
+
font-size: 0.75rem;
|
26362
26362
|
}.v-color-picker-swatches {
|
26363
26363
|
overflow-y: auto;
|
26364
26364
|
}
|