@vuetify/nightly 3.7.4-dev.2024-11-06 → 3.7.4-master.2024-11-07
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 +3217 -3217
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +6235 -6235
- package/dist/vuetify-labs.css +2408 -2408
- package/dist/vuetify-labs.d.ts +13860 -3025
- package/dist/vuetify-labs.esm.js +4 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1208 -1208
- package/dist/vuetify.d.ts +11886 -2702
- package/dist/vuetify.esm.js +4 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +86 -8
- package/lib/components/VApp/index.d.mts +20 -4
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +148 -12
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1380 -221
- package/lib/components/VAvatar/index.d.mts +31 -4
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +41 -4
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +88 -12
- package/lib/components/VBottomNavigation/index.d.mts +32 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +88 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +65 -12
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +72 -4
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +28 -4
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +24 -4
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +190 -24
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +86 -8
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +90 -8
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +105 -4
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +28 -4
- package/lib/components/VCode/index.d.mts +18 -4
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +68 -4
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +1380 -221
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +13 -6
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +31 -9
- package/lib/components/VDataIterator/index.d.mts +56 -12
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +388 -36
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +276 -24
- package/lib/components/VDefaultsProvider/index.d.mts +20 -4
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +389 -143
- package/lib/components/VDivider/index.d.mts +24 -4
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +66 -4
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +152 -16
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +78 -9
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +59 -11
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +256 -71
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +29 -4
- package/lib/components/VForm/index.d.mts +175 -267
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +118 -16
- package/lib/components/VHover/index.d.mts +33 -4
- package/lib/components/VIcon/index.d.mts +75 -17
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +74 -19
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +46 -4
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +37 -4
- package/lib/components/VItemGroup/index.d.mts +65 -8
- package/lib/components/VKbd/index.d.mts +18 -4
- package/lib/components/VLabel/index.d.mts +20 -4
- package/lib/components/VLayout/index.d.mts +48 -8
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +31 -4
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +291 -48
- package/lib/components/VLocaleProvider/index.d.mts +21 -4
- package/lib/components/VMain/index.d.mts +25 -4
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +397 -155
- package/lib/components/VMessages/index.d.mts +27 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +62 -7
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +52 -7
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +101 -19
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +64 -4
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +27 -4
- package/lib/components/VProgressCircular/index.d.mts +34 -4
- package/lib/components/VProgressLinear/index.d.mts +54 -4
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +68 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +48 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +107 -4
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +42 -4
- package/lib/components/VResponsive/index.d.mts +29 -4
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +1372 -220
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +37 -10
- package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +32 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +28 -4
- package/lib/components/VSlideGroup/index.d.mts +70 -14
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +106 -4
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +398 -152
- package/lib/components/VSparkline/VBarline.mjs +2 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +2 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +49 -4
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +85 -4
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +250 -24
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +59 -4
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +28 -4
- package/lib/components/VTable/index.d.mts +33 -4
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +394 -98
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +374 -152
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +244 -71
- package/lib/components/VThemeProvider/index.d.mts +20 -4
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +75 -8
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +90 -12
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/index.d.mts +386 -147
- package/lib/components/VValidation/index.d.mts +24 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +15 -4
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +47 -8
- package/lib/components/index.d.mts +11705 -2521
- package/lib/components/transitions/dialog-transition.mjs +2 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +309 -64
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- 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 +62 -62
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +211 -24
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +115 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1267 -564
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +63 -8
- package/lib/labs/VPullToRefresh/index.d.mts +35 -4
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +227 -12
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +122 -12
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +205 -18
- package/lib/labs/components.d.mts +2856 -959
- package/package.json +4 -5
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-07
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17978,18 +17978,6 @@ html.overflow-y-hidden {
|
|
17978
17978
|
.v-ripple__animation--out {
|
17979
17979
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17980
17980
|
opacity: 0;
|
17981
|
-
}.v-app-bar {
|
17982
|
-
display: flex;
|
17983
|
-
}
|
17984
|
-
.v-app-bar.v-toolbar {
|
17985
|
-
background: rgb(var(--v-theme-surface));
|
17986
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17987
|
-
}
|
17988
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
17989
|
-
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));
|
17990
|
-
}
|
17991
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
17992
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
17993
17981
|
}.v-application {
|
17994
17982
|
display: flex;
|
17995
17983
|
background: rgb(var(--v-theme-background));
|
@@ -18006,6 +17994,103 @@ html.overflow-y-hidden {
|
|
18006
17994
|
min-height: 100vh;
|
18007
17995
|
min-height: 100dvh;
|
18008
17996
|
position: relative;
|
17997
|
+
}.v-app-bar {
|
17998
|
+
display: flex;
|
17999
|
+
}
|
18000
|
+
.v-app-bar.v-toolbar {
|
18001
|
+
background: rgb(var(--v-theme-surface));
|
18002
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18003
|
+
}
|
18004
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18005
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18006
|
+
}
|
18007
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18008
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18009
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18010
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18011
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18012
|
+
cursor: text;
|
18013
|
+
}
|
18014
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18015
|
+
flex: 1 1;
|
18016
|
+
}
|
18017
|
+
.v-autocomplete .v-field input {
|
18018
|
+
min-width: 64px;
|
18019
|
+
}
|
18020
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18021
|
+
min-width: 0;
|
18022
|
+
}
|
18023
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18024
|
+
margin-inline-end: 2px;
|
18025
|
+
}
|
18026
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18027
|
+
overflow: hidden;
|
18028
|
+
text-overflow: ellipsis;
|
18029
|
+
white-space: nowrap;
|
18030
|
+
}
|
18031
|
+
|
18032
|
+
.v-autocomplete__content {
|
18033
|
+
overflow: hidden;
|
18034
|
+
}
|
18035
|
+
.v-autocomplete__content {
|
18036
|
+
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));
|
18037
|
+
}
|
18038
|
+
.v-autocomplete__content {
|
18039
|
+
border-radius: 4px;
|
18040
|
+
}
|
18041
|
+
.v-autocomplete__mask {
|
18042
|
+
background: rgb(var(--v-theme-surface-light));
|
18043
|
+
}
|
18044
|
+
.v-autocomplete__selection {
|
18045
|
+
display: inline-flex;
|
18046
|
+
align-items: center;
|
18047
|
+
height: 1.5rem;
|
18048
|
+
letter-spacing: inherit;
|
18049
|
+
line-height: inherit;
|
18050
|
+
max-width: calc(100% - 2px - 2px);
|
18051
|
+
}
|
18052
|
+
.v-autocomplete__selection:first-child {
|
18053
|
+
margin-inline-start: 0;
|
18054
|
+
}
|
18055
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18056
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18057
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18058
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18059
|
+
top: 0px;
|
18060
|
+
}
|
18061
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18062
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18063
|
+
}
|
18064
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18065
|
+
opacity: 1;
|
18066
|
+
}
|
18067
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18068
|
+
caret-color: transparent;
|
18069
|
+
}
|
18070
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18071
|
+
flex: 1 1;
|
18072
|
+
position: absolute;
|
18073
|
+
left: 0;
|
18074
|
+
right: 0;
|
18075
|
+
width: 100%;
|
18076
|
+
padding-inline: inherit;
|
18077
|
+
}
|
18078
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18079
|
+
transition: none;
|
18080
|
+
}
|
18081
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18082
|
+
opacity: 0;
|
18083
|
+
}
|
18084
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18085
|
+
opacity: 0;
|
18086
|
+
}
|
18087
|
+
.v-autocomplete__menu-icon {
|
18088
|
+
margin-inline-start: 4px;
|
18089
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18090
|
+
}
|
18091
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18092
|
+
opacity: var(--v-high-emphasis-opacity);
|
18093
|
+
transform: rotate(180deg);
|
18009
18094
|
}.v-alert {
|
18010
18095
|
display: grid;
|
18011
18096
|
flex: 1 1;
|
@@ -18222,91 +18307,112 @@ html.overflow-y-hidden {
|
|
18222
18307
|
text-transform: none;
|
18223
18308
|
word-break: normal;
|
18224
18309
|
word-wrap: break-word;
|
18225
|
-
}.v-
|
18226
|
-
|
18227
|
-
|
18228
|
-
|
18310
|
+
}.v-avatar {
|
18311
|
+
flex: none;
|
18312
|
+
align-items: center;
|
18313
|
+
display: inline-flex;
|
18314
|
+
justify-content: center;
|
18315
|
+
line-height: normal;
|
18316
|
+
overflow: hidden;
|
18317
|
+
position: relative;
|
18318
|
+
text-align: center;
|
18319
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18320
|
+
transition-property: width, height;
|
18321
|
+
vertical-align: middle;
|
18229
18322
|
}
|
18230
|
-
.v-
|
18231
|
-
|
18323
|
+
.v-avatar.v-avatar--size-x-small {
|
18324
|
+
--v-avatar-height: 24px;
|
18232
18325
|
}
|
18233
|
-
.v-
|
18234
|
-
|
18326
|
+
.v-avatar.v-avatar--size-small {
|
18327
|
+
--v-avatar-height: 32px;
|
18235
18328
|
}
|
18236
|
-
.v-
|
18237
|
-
|
18329
|
+
.v-avatar.v-avatar--size-default {
|
18330
|
+
--v-avatar-height: 40px;
|
18238
18331
|
}
|
18239
|
-
.v-
|
18240
|
-
|
18332
|
+
.v-avatar.v-avatar--size-large {
|
18333
|
+
--v-avatar-height: 48px;
|
18241
18334
|
}
|
18242
|
-
.v-
|
18243
|
-
|
18244
|
-
text-overflow: ellipsis;
|
18245
|
-
white-space: nowrap;
|
18335
|
+
.v-avatar.v-avatar--size-x-large {
|
18336
|
+
--v-avatar-height: 56px;
|
18246
18337
|
}
|
18247
|
-
|
18248
|
-
|
18249
|
-
|
18338
|
+
.v-avatar.v-avatar--density-default {
|
18339
|
+
height: calc(var(--v-avatar-height) + 0px);
|
18340
|
+
width: calc(var(--v-avatar-height) + 0px);
|
18250
18341
|
}
|
18251
|
-
.v-
|
18252
|
-
|
18342
|
+
.v-avatar.v-avatar--density-comfortable {
|
18343
|
+
height: calc(var(--v-avatar-height) + -4px);
|
18344
|
+
width: calc(var(--v-avatar-height) + -4px);
|
18253
18345
|
}
|
18254
|
-
.v-
|
18255
|
-
|
18346
|
+
.v-avatar.v-avatar--density-compact {
|
18347
|
+
height: calc(var(--v-avatar-height) + -8px);
|
18348
|
+
width: calc(var(--v-avatar-height) + -8px);
|
18256
18349
|
}
|
18257
|
-
.v-
|
18258
|
-
|
18350
|
+
.v-avatar {
|
18351
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18352
|
+
border-style: solid;
|
18353
|
+
border-width: 0;
|
18259
18354
|
}
|
18260
|
-
.v-
|
18261
|
-
|
18262
|
-
|
18263
|
-
height: 1.5rem;
|
18264
|
-
letter-spacing: inherit;
|
18265
|
-
line-height: inherit;
|
18266
|
-
max-width: calc(100% - 2px - 2px);
|
18355
|
+
.v-avatar--border {
|
18356
|
+
border-width: thin;
|
18357
|
+
box-shadow: none;
|
18267
18358
|
}
|
18268
|
-
.v-
|
18269
|
-
|
18359
|
+
.v-avatar {
|
18360
|
+
border-radius: 50%;
|
18270
18361
|
}
|
18271
|
-
.v-
|
18272
|
-
|
18273
|
-
|
18274
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18275
|
-
top: 0px;
|
18362
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18363
|
+
background: transparent;
|
18364
|
+
color: inherit;
|
18276
18365
|
}
|
18277
|
-
.v-
|
18278
|
-
opacity:
|
18366
|
+
.v-avatar--variant-plain {
|
18367
|
+
opacity: 0.62;
|
18279
18368
|
}
|
18280
|
-
.v-
|
18369
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18281
18370
|
opacity: 1;
|
18282
18371
|
}
|
18283
|
-
.v-
|
18284
|
-
|
18372
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
18373
|
+
display: none;
|
18285
18374
|
}
|
18286
|
-
.v-
|
18287
|
-
|
18288
|
-
|
18289
|
-
|
18375
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18376
|
+
background: var(--v-theme-surface);
|
18377
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18378
|
+
}
|
18379
|
+
.v-avatar--variant-elevated {
|
18380
|
+
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));
|
18381
|
+
}
|
18382
|
+
.v-avatar--variant-flat {
|
18383
|
+
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));
|
18384
|
+
}
|
18385
|
+
.v-avatar--variant-outlined {
|
18386
|
+
border: thin solid currentColor;
|
18387
|
+
}
|
18388
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
18389
|
+
background: currentColor;
|
18390
|
+
}
|
18391
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
18392
|
+
background: currentColor;
|
18393
|
+
opacity: var(--v-activated-opacity);
|
18394
|
+
border-radius: inherit;
|
18395
|
+
top: 0;
|
18290
18396
|
right: 0;
|
18291
|
-
|
18292
|
-
|
18397
|
+
bottom: 0;
|
18398
|
+
left: 0;
|
18399
|
+
pointer-events: none;
|
18293
18400
|
}
|
18294
|
-
.v-
|
18295
|
-
|
18401
|
+
.v-avatar .v-avatar__underlay {
|
18402
|
+
position: absolute;
|
18296
18403
|
}
|
18297
|
-
.v-
|
18298
|
-
|
18404
|
+
.v-avatar--rounded {
|
18405
|
+
border-radius: 4px;
|
18299
18406
|
}
|
18300
|
-
.v-
|
18301
|
-
|
18407
|
+
.v-avatar--start {
|
18408
|
+
margin-inline-end: 8px;
|
18302
18409
|
}
|
18303
|
-
.v-
|
18304
|
-
margin-inline-start:
|
18305
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18410
|
+
.v-avatar--end {
|
18411
|
+
margin-inline-start: 8px;
|
18306
18412
|
}
|
18307
|
-
.v-
|
18308
|
-
|
18309
|
-
|
18413
|
+
.v-avatar .v-img {
|
18414
|
+
height: 100%;
|
18415
|
+
width: 100%;
|
18310
18416
|
}.v-badge {
|
18311
18417
|
display: inline-block;
|
18312
18418
|
line-height: 1;
|
@@ -18380,112 +18486,69 @@ html.overflow-y-hidden {
|
|
18380
18486
|
display: inline-flex;
|
18381
18487
|
justify-content: center;
|
18382
18488
|
margin: 0 4px;
|
18383
|
-
}.v-
|
18384
|
-
|
18385
|
-
|
18386
|
-
display: inline-flex;
|
18387
|
-
justify-content: center;
|
18388
|
-
line-height: normal;
|
18489
|
+
}.v-bottom-navigation {
|
18490
|
+
display: flex;
|
18491
|
+
max-width: 100%;
|
18389
18492
|
overflow: hidden;
|
18390
|
-
position:
|
18391
|
-
|
18392
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18393
|
-
transition-property: width, height;
|
18394
|
-
vertical-align: middle;
|
18395
|
-
}
|
18396
|
-
.v-avatar.v-avatar--size-x-small {
|
18397
|
-
--v-avatar-height: 24px;
|
18398
|
-
}
|
18399
|
-
.v-avatar.v-avatar--size-small {
|
18400
|
-
--v-avatar-height: 32px;
|
18401
|
-
}
|
18402
|
-
.v-avatar.v-avatar--size-default {
|
18403
|
-
--v-avatar-height: 40px;
|
18404
|
-
}
|
18405
|
-
.v-avatar.v-avatar--size-large {
|
18406
|
-
--v-avatar-height: 48px;
|
18407
|
-
}
|
18408
|
-
.v-avatar.v-avatar--size-x-large {
|
18409
|
-
--v-avatar-height: 56px;
|
18410
|
-
}
|
18411
|
-
.v-avatar.v-avatar--density-default {
|
18412
|
-
height: calc(var(--v-avatar-height) + 0px);
|
18413
|
-
width: calc(var(--v-avatar-height) + 0px);
|
18414
|
-
}
|
18415
|
-
.v-avatar.v-avatar--density-comfortable {
|
18416
|
-
height: calc(var(--v-avatar-height) + -4px);
|
18417
|
-
width: calc(var(--v-avatar-height) + -4px);
|
18418
|
-
}
|
18419
|
-
.v-avatar.v-avatar--density-compact {
|
18420
|
-
height: calc(var(--v-avatar-height) + -8px);
|
18421
|
-
width: calc(var(--v-avatar-height) + -8px);
|
18493
|
+
position: absolute;
|
18494
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18422
18495
|
}
|
18423
|
-
.v-
|
18496
|
+
.v-bottom-navigation {
|
18424
18497
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18425
18498
|
border-style: solid;
|
18426
18499
|
border-width: 0;
|
18427
18500
|
}
|
18428
|
-
.v-
|
18501
|
+
.v-bottom-navigation--border {
|
18429
18502
|
border-width: thin;
|
18430
18503
|
box-shadow: none;
|
18431
18504
|
}
|
18432
|
-
.v-
|
18433
|
-
border-radius:
|
18434
|
-
}
|
18435
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
18436
|
-
background: transparent;
|
18437
|
-
color: inherit;
|
18438
|
-
}
|
18439
|
-
.v-avatar--variant-plain {
|
18440
|
-
opacity: 0.62;
|
18441
|
-
}
|
18442
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
18443
|
-
opacity: 1;
|
18444
|
-
}
|
18445
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
18446
|
-
display: none;
|
18447
|
-
}
|
18448
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
18449
|
-
background: var(--v-theme-surface);
|
18450
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
18505
|
+
.v-bottom-navigation {
|
18506
|
+
border-radius: 0;
|
18451
18507
|
}
|
18452
|
-
.v-
|
18453
|
-
|
18508
|
+
.v-bottom-navigation {
|
18509
|
+
background: rgb(var(--v-theme-surface));
|
18510
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18454
18511
|
}
|
18455
|
-
.v-
|
18456
|
-
box-shadow: 0px
|
18512
|
+
.v-bottom-navigation--active {
|
18513
|
+
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));
|
18457
18514
|
}
|
18458
|
-
|
18459
|
-
|
18515
|
+
|
18516
|
+
.v-bottom-navigation__content {
|
18517
|
+
display: flex;
|
18518
|
+
flex: none;
|
18519
|
+
font-size: 0.75rem;
|
18520
|
+
justify-content: center;
|
18521
|
+
transition: inherit;
|
18522
|
+
width: 100%;
|
18460
18523
|
}
|
18461
|
-
.v-
|
18462
|
-
|
18524
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18525
|
+
font-size: inherit;
|
18526
|
+
height: 100%;
|
18527
|
+
max-width: 168px;
|
18528
|
+
min-width: 80px;
|
18529
|
+
text-transform: none;
|
18530
|
+
transition: inherit;
|
18531
|
+
width: auto;
|
18463
18532
|
}
|
18464
|
-
.v-
|
18465
|
-
|
18466
|
-
opacity: var(--v-activated-opacity);
|
18467
|
-
border-radius: inherit;
|
18468
|
-
top: 0;
|
18469
|
-
right: 0;
|
18470
|
-
bottom: 0;
|
18471
|
-
left: 0;
|
18472
|
-
pointer-events: none;
|
18533
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18534
|
+
border-radius: 0;
|
18473
18535
|
}
|
18474
|
-
.v-
|
18475
|
-
|
18536
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18537
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18538
|
+
transition: inherit;
|
18476
18539
|
}
|
18477
|
-
.v-
|
18478
|
-
|
18540
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18541
|
+
font-size: 1.5rem;
|
18479
18542
|
}
|
18480
|
-
.v-
|
18481
|
-
|
18543
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18544
|
+
flex-grow: 1;
|
18482
18545
|
}
|
18483
|
-
.v-
|
18484
|
-
|
18546
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18547
|
+
transition: inherit;
|
18548
|
+
opacity: 0;
|
18485
18549
|
}
|
18486
|
-
.v-
|
18487
|
-
|
18488
|
-
width: 100%;
|
18550
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18551
|
+
transform: translateY(0.5rem);
|
18489
18552
|
}.v-banner {
|
18490
18553
|
display: grid;
|
18491
18554
|
flex: 1 1;
|
@@ -18652,69 +18715,6 @@ html.overflow-y-hidden {
|
|
18652
18715
|
}
|
18653
18716
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18654
18717
|
align-self: flex-start;
|
18655
|
-
}.v-bottom-navigation {
|
18656
|
-
display: flex;
|
18657
|
-
max-width: 100%;
|
18658
|
-
overflow: hidden;
|
18659
|
-
position: absolute;
|
18660
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18661
|
-
}
|
18662
|
-
.v-bottom-navigation {
|
18663
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18664
|
-
border-style: solid;
|
18665
|
-
border-width: 0;
|
18666
|
-
}
|
18667
|
-
.v-bottom-navigation--border {
|
18668
|
-
border-width: thin;
|
18669
|
-
box-shadow: none;
|
18670
|
-
}
|
18671
|
-
.v-bottom-navigation {
|
18672
|
-
border-radius: 0;
|
18673
|
-
}
|
18674
|
-
.v-bottom-navigation {
|
18675
|
-
background: rgb(var(--v-theme-surface));
|
18676
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18677
|
-
}
|
18678
|
-
.v-bottom-navigation--active {
|
18679
|
-
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));
|
18680
|
-
}
|
18681
|
-
|
18682
|
-
.v-bottom-navigation__content {
|
18683
|
-
display: flex;
|
18684
|
-
flex: none;
|
18685
|
-
font-size: 0.75rem;
|
18686
|
-
justify-content: center;
|
18687
|
-
transition: inherit;
|
18688
|
-
width: 100%;
|
18689
|
-
}
|
18690
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18691
|
-
font-size: inherit;
|
18692
|
-
height: 100%;
|
18693
|
-
max-width: 168px;
|
18694
|
-
min-width: 80px;
|
18695
|
-
text-transform: none;
|
18696
|
-
transition: inherit;
|
18697
|
-
width: auto;
|
18698
|
-
}
|
18699
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18700
|
-
border-radius: 0;
|
18701
|
-
}
|
18702
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18703
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18704
|
-
transition: inherit;
|
18705
|
-
}
|
18706
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18707
|
-
font-size: 1.5rem;
|
18708
|
-
}
|
18709
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18710
|
-
flex-grow: 1;
|
18711
|
-
}
|
18712
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18713
|
-
transition: inherit;
|
18714
|
-
opacity: 0;
|
18715
|
-
}
|
18716
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18717
|
-
transform: translateY(0.5rem);
|
18718
18718
|
}.bottom-sheet-transition-enter-from {
|
18719
18719
|
transform: translateY(100%);
|
18720
18720
|
}
|
@@ -19230,65 +19230,194 @@ html.overflow-y-hidden {
|
|
19230
19230
|
}
|
19231
19231
|
.v-pagination .v-pagination__item--is-active .v-btn__overlay {
|
19232
19232
|
opacity: var(--v-border-opacity);
|
19233
|
-
}.v-btn-
|
19234
|
-
|
19235
|
-
|
19236
|
-
|
19237
|
-
|
19238
|
-
}
|
19239
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19240
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19241
|
-
}
|
19242
|
-
@supports not selector(:focus-visible) {
|
19243
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19244
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19245
|
-
}
|
19246
|
-
}
|
19247
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19248
|
-
opacity: 1;
|
19249
|
-
}.v-card {
|
19250
|
-
display: block;
|
19233
|
+
}.v-btn-group {
|
19234
|
+
display: inline-flex;
|
19235
|
+
flex-wrap: nowrap;
|
19236
|
+
max-width: 100%;
|
19237
|
+
min-width: 0;
|
19251
19238
|
overflow: hidden;
|
19252
|
-
|
19253
|
-
position: relative;
|
19254
|
-
padding: 0;
|
19255
|
-
text-decoration: none;
|
19256
|
-
transition-duration: 0.28s;
|
19257
|
-
transition-property: box-shadow, opacity, background;
|
19258
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19259
|
-
z-index: 0;
|
19239
|
+
vertical-align: middle;
|
19260
19240
|
}
|
19261
|
-
.v-
|
19241
|
+
.v-btn-group {
|
19262
19242
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19263
19243
|
border-style: solid;
|
19264
19244
|
border-width: 0;
|
19265
19245
|
}
|
19266
|
-
.v-
|
19246
|
+
.v-btn-group--border {
|
19267
19247
|
border-width: thin;
|
19268
19248
|
box-shadow: none;
|
19269
19249
|
}
|
19270
|
-
.v-
|
19271
|
-
|
19272
|
-
}
|
19273
|
-
.v-card--fixed {
|
19274
|
-
position: fixed;
|
19250
|
+
.v-btn-group {
|
19251
|
+
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));
|
19275
19252
|
}
|
19276
|
-
.v-
|
19253
|
+
.v-btn-group {
|
19277
19254
|
border-radius: 4px;
|
19278
19255
|
}
|
19279
|
-
.v-
|
19280
|
-
|
19281
|
-
|
19282
|
-
.v-card:focus-visible > .v-card__overlay {
|
19283
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19256
|
+
.v-btn-group {
|
19257
|
+
background: transparent;
|
19258
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19284
19259
|
}
|
19285
|
-
|
19286
|
-
|
19287
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19288
|
-
}
|
19260
|
+
.v-btn-group--density-default.v-btn-group {
|
19261
|
+
height: 48px;
|
19289
19262
|
}
|
19290
|
-
|
19291
|
-
|
19263
|
+
|
19264
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19265
|
+
height: 40px;
|
19266
|
+
}
|
19267
|
+
|
19268
|
+
.v-btn-group--density-compact.v-btn-group {
|
19269
|
+
height: 36px;
|
19270
|
+
}
|
19271
|
+
|
19272
|
+
.v-btn-group .v-btn {
|
19273
|
+
border-radius: 0;
|
19274
|
+
border-color: inherit;
|
19275
|
+
}
|
19276
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19277
|
+
border-inline-end: none;
|
19278
|
+
}
|
19279
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19280
|
+
border-inline-start: none;
|
19281
|
+
}
|
19282
|
+
.v-btn-group .v-btn:first-child {
|
19283
|
+
border-start-start-radius: inherit;
|
19284
|
+
border-end-start-radius: inherit;
|
19285
|
+
}
|
19286
|
+
.v-btn-group .v-btn:last-child {
|
19287
|
+
border-start-end-radius: inherit;
|
19288
|
+
border-end-end-radius: inherit;
|
19289
|
+
}
|
19290
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19291
|
+
border-inline-end-width: thin;
|
19292
|
+
border-inline-end-style: solid;
|
19293
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19294
|
+
}
|
19295
|
+
.v-btn-group--tile {
|
19296
|
+
border-radius: 0;
|
19297
|
+
}.v-carousel {
|
19298
|
+
overflow: hidden;
|
19299
|
+
position: relative;
|
19300
|
+
width: 100%;
|
19301
|
+
}
|
19302
|
+
.v-carousel__controls {
|
19303
|
+
align-items: center;
|
19304
|
+
bottom: 0;
|
19305
|
+
display: flex;
|
19306
|
+
height: 50px;
|
19307
|
+
justify-content: center;
|
19308
|
+
list-style-type: none;
|
19309
|
+
position: absolute;
|
19310
|
+
width: 100%;
|
19311
|
+
z-index: 1;
|
19312
|
+
}
|
19313
|
+
.v-carousel__controls {
|
19314
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19315
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
19316
|
+
}
|
19317
|
+
.v-carousel__controls > .v-item-group {
|
19318
|
+
flex: 0 1 auto;
|
19319
|
+
}
|
19320
|
+
.v-carousel__controls__item {
|
19321
|
+
margin: 0 8px;
|
19322
|
+
}
|
19323
|
+
.v-carousel__controls__item .v-icon {
|
19324
|
+
opacity: 0.5;
|
19325
|
+
}
|
19326
|
+
.v-carousel__controls__item--active .v-icon {
|
19327
|
+
opacity: 1;
|
19328
|
+
vertical-align: middle;
|
19329
|
+
}
|
19330
|
+
.v-carousel__controls__item:hover {
|
19331
|
+
background: none;
|
19332
|
+
}
|
19333
|
+
.v-carousel__controls__item:hover .v-icon {
|
19334
|
+
opacity: 0.8;
|
19335
|
+
}
|
19336
|
+
|
19337
|
+
.v-carousel__progress {
|
19338
|
+
margin: 0;
|
19339
|
+
position: absolute;
|
19340
|
+
bottom: 0;
|
19341
|
+
left: 0;
|
19342
|
+
right: 0;
|
19343
|
+
}
|
19344
|
+
|
19345
|
+
.v-carousel-item {
|
19346
|
+
display: block;
|
19347
|
+
height: inherit;
|
19348
|
+
text-decoration: none;
|
19349
|
+
}
|
19350
|
+
.v-carousel-item > .v-img {
|
19351
|
+
height: inherit;
|
19352
|
+
}
|
19353
|
+
|
19354
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19355
|
+
background: transparent;
|
19356
|
+
}
|
19357
|
+
|
19358
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19359
|
+
flex-direction: column;
|
19360
|
+
height: 100% !important;
|
19361
|
+
width: 50px;
|
19362
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19363
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19364
|
+
}
|
19365
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19366
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19367
|
+
}
|
19368
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19369
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19370
|
+
}
|
19371
|
+
@supports not selector(:focus-visible) {
|
19372
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19373
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19374
|
+
}
|
19375
|
+
}
|
19376
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
|
19377
|
+
opacity: 1;
|
19378
|
+
}.v-card {
|
19379
|
+
display: block;
|
19380
|
+
overflow: hidden;
|
19381
|
+
overflow-wrap: break-word;
|
19382
|
+
position: relative;
|
19383
|
+
padding: 0;
|
19384
|
+
text-decoration: none;
|
19385
|
+
transition-duration: 0.28s;
|
19386
|
+
transition-property: box-shadow, opacity, background;
|
19387
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19388
|
+
z-index: 0;
|
19389
|
+
}
|
19390
|
+
.v-card {
|
19391
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19392
|
+
border-style: solid;
|
19393
|
+
border-width: 0;
|
19394
|
+
}
|
19395
|
+
.v-card--border {
|
19396
|
+
border-width: thin;
|
19397
|
+
box-shadow: none;
|
19398
|
+
}
|
19399
|
+
.v-card--absolute {
|
19400
|
+
position: absolute;
|
19401
|
+
}
|
19402
|
+
.v-card--fixed {
|
19403
|
+
position: fixed;
|
19404
|
+
}
|
19405
|
+
.v-card {
|
19406
|
+
border-radius: 4px;
|
19407
|
+
}
|
19408
|
+
.v-card:hover > .v-card__overlay {
|
19409
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19410
|
+
}
|
19411
|
+
.v-card:focus-visible > .v-card__overlay {
|
19412
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19413
|
+
}
|
19414
|
+
@supports not selector(:focus-visible) {
|
19415
|
+
.v-card:focus > .v-card__overlay {
|
19416
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19417
|
+
}
|
19418
|
+
}
|
19419
|
+
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
19420
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19292
19421
|
}
|
19293
19422
|
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
19294
19423
|
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
@@ -19554,215 +19683,81 @@ html.overflow-y-hidden {
|
|
19554
19683
|
pointer-events: none;
|
19555
19684
|
opacity: 0;
|
19556
19685
|
transition: opacity 0.2s ease-in-out;
|
19557
|
-
}.v-
|
19686
|
+
}.v-chip {
|
19687
|
+
align-items: center;
|
19558
19688
|
display: inline-flex;
|
19559
|
-
|
19689
|
+
font-weight: 400;
|
19560
19690
|
max-width: 100%;
|
19561
19691
|
min-width: 0;
|
19562
19692
|
overflow: hidden;
|
19693
|
+
position: relative;
|
19694
|
+
text-decoration: none;
|
19695
|
+
white-space: nowrap;
|
19563
19696
|
vertical-align: middle;
|
19564
19697
|
}
|
19565
|
-
.v-
|
19566
|
-
|
19567
|
-
border-style: solid;
|
19568
|
-
border-width: 0;
|
19698
|
+
.v-chip .v-icon {
|
19699
|
+
--v-icon-size-multiplier: 0.8571428571;
|
19569
19700
|
}
|
19570
|
-
.v-
|
19571
|
-
|
19572
|
-
|
19701
|
+
.v-chip.v-chip--size-x-small {
|
19702
|
+
--v-chip-size: 0.625rem;
|
19703
|
+
--v-chip-height: 20px;
|
19704
|
+
font-size: 0.625rem;
|
19705
|
+
padding: 0 8px;
|
19573
19706
|
}
|
19574
|
-
.v-
|
19575
|
-
|
19707
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
19708
|
+
--v-avatar-height: 14px;
|
19576
19709
|
}
|
19577
|
-
.v-
|
19578
|
-
|
19710
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
19711
|
+
--v-avatar-height: 20px;
|
19579
19712
|
}
|
19580
|
-
|
19581
|
-
|
19582
|
-
|
19713
|
+
|
19714
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
19715
|
+
margin-inline-start: -5.6px;
|
19716
|
+
margin-inline-end: 4px;
|
19583
19717
|
}
|
19584
|
-
.v-
|
19585
|
-
|
19718
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
19719
|
+
margin-inline-start: -8px;
|
19586
19720
|
}
|
19587
19721
|
|
19588
|
-
.v-
|
19589
|
-
|
19722
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
19723
|
+
margin-inline-start: 4px;
|
19724
|
+
margin-inline-end: -5.6px;
|
19590
19725
|
}
|
19591
|
-
|
19592
|
-
|
19593
|
-
height: 36px;
|
19726
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
19727
|
+
margin-inline-end: -8px;
|
19594
19728
|
}
|
19595
19729
|
|
19596
|
-
.v-
|
19597
|
-
|
19598
|
-
border-color: inherit;
|
19730
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
19731
|
+
margin-inline-start: 12px;
|
19599
19732
|
}
|
19600
|
-
|
19601
|
-
|
19733
|
+
|
19734
|
+
.v-chip.v-chip--size-x-small .v-icon--start,
|
19735
|
+
.v-chip.v-chip--size-x-small .v-chip__filter {
|
19736
|
+
margin-inline-start: -4px;
|
19737
|
+
margin-inline-end: 4px;
|
19602
19738
|
}
|
19603
|
-
.v-
|
19604
|
-
|
19739
|
+
.v-chip.v-chip--size-x-small .v-icon--end,
|
19740
|
+
.v-chip.v-chip--size-x-small .v-chip__close {
|
19741
|
+
margin-inline-start: 4px;
|
19742
|
+
margin-inline-end: -4px;
|
19605
19743
|
}
|
19606
|
-
.v-
|
19607
|
-
|
19608
|
-
|
19744
|
+
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
|
19745
|
+
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
|
19746
|
+
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
19747
|
+
margin-inline-start: 8px;
|
19609
19748
|
}
|
19610
|
-
|
19611
|
-
|
19612
|
-
|
19749
|
+
|
19750
|
+
.v-chip.v-chip--size-small {
|
19751
|
+
--v-chip-size: 0.75rem;
|
19752
|
+
--v-chip-height: 26px;
|
19753
|
+
font-size: 0.75rem;
|
19754
|
+
padding: 0 10px;
|
19613
19755
|
}
|
19614
|
-
.v-
|
19615
|
-
|
19616
|
-
border-inline-end-style: solid;
|
19617
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19756
|
+
.v-chip.v-chip--size-small .v-avatar {
|
19757
|
+
--v-avatar-height: 20px;
|
19618
19758
|
}
|
19619
|
-
.v-
|
19620
|
-
|
19621
|
-
}.v-carousel {
|
19622
|
-
overflow: hidden;
|
19623
|
-
position: relative;
|
19624
|
-
width: 100%;
|
19625
|
-
}
|
19626
|
-
.v-carousel__controls {
|
19627
|
-
align-items: center;
|
19628
|
-
bottom: 0;
|
19629
|
-
display: flex;
|
19630
|
-
height: 50px;
|
19631
|
-
justify-content: center;
|
19632
|
-
list-style-type: none;
|
19633
|
-
position: absolute;
|
19634
|
-
width: 100%;
|
19635
|
-
z-index: 1;
|
19636
|
-
}
|
19637
|
-
.v-carousel__controls {
|
19638
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19639
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19640
|
-
}
|
19641
|
-
.v-carousel__controls > .v-item-group {
|
19642
|
-
flex: 0 1 auto;
|
19643
|
-
}
|
19644
|
-
.v-carousel__controls__item {
|
19645
|
-
margin: 0 8px;
|
19646
|
-
}
|
19647
|
-
.v-carousel__controls__item .v-icon {
|
19648
|
-
opacity: 0.5;
|
19649
|
-
}
|
19650
|
-
.v-carousel__controls__item--active .v-icon {
|
19651
|
-
opacity: 1;
|
19652
|
-
vertical-align: middle;
|
19653
|
-
}
|
19654
|
-
.v-carousel__controls__item:hover {
|
19655
|
-
background: none;
|
19656
|
-
}
|
19657
|
-
.v-carousel__controls__item:hover .v-icon {
|
19658
|
-
opacity: 0.8;
|
19659
|
-
}
|
19660
|
-
|
19661
|
-
.v-carousel__progress {
|
19662
|
-
margin: 0;
|
19663
|
-
position: absolute;
|
19664
|
-
bottom: 0;
|
19665
|
-
left: 0;
|
19666
|
-
right: 0;
|
19667
|
-
}
|
19668
|
-
|
19669
|
-
.v-carousel-item {
|
19670
|
-
display: block;
|
19671
|
-
height: inherit;
|
19672
|
-
text-decoration: none;
|
19673
|
-
}
|
19674
|
-
.v-carousel-item > .v-img {
|
19675
|
-
height: inherit;
|
19676
|
-
}
|
19677
|
-
|
19678
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19679
|
-
background: transparent;
|
19680
|
-
}
|
19681
|
-
|
19682
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19683
|
-
flex-direction: column;
|
19684
|
-
height: 100% !important;
|
19685
|
-
width: 50px;
|
19686
|
-
}.v-checkbox.v-input {
|
19687
|
-
flex: 0 1 auto;
|
19688
|
-
}
|
19689
|
-
.v-checkbox .v-selection-control {
|
19690
|
-
min-height: var(--v-input-control-height);
|
19691
|
-
}.v-chip {
|
19692
|
-
align-items: center;
|
19693
|
-
display: inline-flex;
|
19694
|
-
font-weight: 400;
|
19695
|
-
max-width: 100%;
|
19696
|
-
min-width: 0;
|
19697
|
-
overflow: hidden;
|
19698
|
-
position: relative;
|
19699
|
-
text-decoration: none;
|
19700
|
-
white-space: nowrap;
|
19701
|
-
vertical-align: middle;
|
19702
|
-
}
|
19703
|
-
.v-chip .v-icon {
|
19704
|
-
--v-icon-size-multiplier: 0.8571428571;
|
19705
|
-
}
|
19706
|
-
.v-chip.v-chip--size-x-small {
|
19707
|
-
--v-chip-size: 0.625rem;
|
19708
|
-
--v-chip-height: 20px;
|
19709
|
-
font-size: 0.625rem;
|
19710
|
-
padding: 0 8px;
|
19711
|
-
}
|
19712
|
-
.v-chip.v-chip--size-x-small .v-avatar {
|
19713
|
-
--v-avatar-height: 14px;
|
19714
|
-
}
|
19715
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
19716
|
-
--v-avatar-height: 20px;
|
19717
|
-
}
|
19718
|
-
|
19719
|
-
.v-chip.v-chip--size-x-small .v-avatar--start {
|
19720
|
-
margin-inline-start: -5.6px;
|
19721
|
-
margin-inline-end: 4px;
|
19722
|
-
}
|
19723
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
19724
|
-
margin-inline-start: -8px;
|
19725
|
-
}
|
19726
|
-
|
19727
|
-
.v-chip.v-chip--size-x-small .v-avatar--end {
|
19728
|
-
margin-inline-start: 4px;
|
19729
|
-
margin-inline-end: -5.6px;
|
19730
|
-
}
|
19731
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
19732
|
-
margin-inline-end: -8px;
|
19733
|
-
}
|
19734
|
-
|
19735
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
19736
|
-
margin-inline-start: 12px;
|
19737
|
-
}
|
19738
|
-
|
19739
|
-
.v-chip.v-chip--size-x-small .v-icon--start,
|
19740
|
-
.v-chip.v-chip--size-x-small .v-chip__filter {
|
19741
|
-
margin-inline-start: -4px;
|
19742
|
-
margin-inline-end: 4px;
|
19743
|
-
}
|
19744
|
-
.v-chip.v-chip--size-x-small .v-icon--end,
|
19745
|
-
.v-chip.v-chip--size-x-small .v-chip__close {
|
19746
|
-
margin-inline-start: 4px;
|
19747
|
-
margin-inline-end: -4px;
|
19748
|
-
}
|
19749
|
-
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
|
19750
|
-
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
|
19751
|
-
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
19752
|
-
margin-inline-start: 8px;
|
19753
|
-
}
|
19754
|
-
|
19755
|
-
.v-chip.v-chip--size-small {
|
19756
|
-
--v-chip-size: 0.75rem;
|
19757
|
-
--v-chip-height: 26px;
|
19758
|
-
font-size: 0.75rem;
|
19759
|
-
padding: 0 10px;
|
19760
|
-
}
|
19761
|
-
.v-chip.v-chip--size-small .v-avatar {
|
19762
|
-
--v-avatar-height: 20px;
|
19763
|
-
}
|
19764
|
-
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
19765
|
-
--v-avatar-height: 26px;
|
19759
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar {
|
19760
|
+
--v-avatar-height: 26px;
|
19766
19761
|
}
|
19767
19762
|
|
19768
19763
|
.v-chip.v-chip--size-small .v-avatar--start {
|
@@ -20106,6 +20101,11 @@ html.overflow-y-hidden {
|
|
20106
20101
|
|
20107
20102
|
.v-chip--label {
|
20108
20103
|
border-radius: 4px;
|
20104
|
+
}.v-checkbox.v-input {
|
20105
|
+
flex: 0 1 auto;
|
20106
|
+
}
|
20107
|
+
.v-checkbox .v-selection-control {
|
20108
|
+
min-height: var(--v-input-control-height);
|
20109
20109
|
}.v-chip-group {
|
20110
20110
|
display: flex;
|
20111
20111
|
max-width: 100%;
|
@@ -20510,25 +20510,6 @@ html.overflow-y-hidden {
|
|
20510
20510
|
|
20511
20511
|
.v-date-picker__title {
|
20512
20512
|
display: inline-block;
|
20513
|
-
}.v-date-picker-months {
|
20514
|
-
height: 288px;
|
20515
|
-
}
|
20516
|
-
|
20517
|
-
.v-date-picker-months__content {
|
20518
|
-
align-items: center;
|
20519
|
-
display: grid;
|
20520
|
-
flex: 1 1;
|
20521
|
-
height: inherit;
|
20522
|
-
justify-content: space-around;
|
20523
|
-
grid-template-columns: repeat(2, 1fr);
|
20524
|
-
grid-gap: 0px 24px;
|
20525
|
-
padding-inline-start: 36px;
|
20526
|
-
padding-inline-end: 36px;
|
20527
|
-
}
|
20528
|
-
.v-date-picker-months__content .v-btn {
|
20529
|
-
text-transform: none;
|
20530
|
-
padding-inline-start: 8px;
|
20531
|
-
padding-inline-end: 8px;
|
20532
20513
|
}.v-date-picker-header {
|
20533
20514
|
align-items: flex-end;
|
20534
20515
|
height: 70px;
|
@@ -20650,6 +20631,25 @@ html.overflow-y-hidden {
|
|
20650
20631
|
|
20651
20632
|
.v-date-picker-month__day--hide-adjacent {
|
20652
20633
|
opacity: 0;
|
20634
|
+
}.v-date-picker-months {
|
20635
|
+
height: 288px;
|
20636
|
+
}
|
20637
|
+
|
20638
|
+
.v-date-picker-months__content {
|
20639
|
+
align-items: center;
|
20640
|
+
display: grid;
|
20641
|
+
flex: 1 1;
|
20642
|
+
height: inherit;
|
20643
|
+
justify-content: space-around;
|
20644
|
+
grid-template-columns: repeat(2, 1fr);
|
20645
|
+
grid-gap: 0px 24px;
|
20646
|
+
padding-inline-start: 36px;
|
20647
|
+
padding-inline-end: 36px;
|
20648
|
+
}
|
20649
|
+
.v-date-picker-months__content .v-btn {
|
20650
|
+
text-transform: none;
|
20651
|
+
padding-inline-start: 8px;
|
20652
|
+
padding-inline-end: 8px;
|
20653
20653
|
}.v-date-picker-years {
|
20654
20654
|
height: 288px;
|
20655
20655
|
overflow-y: scroll;
|
@@ -20665,58 +20665,6 @@ html.overflow-y-hidden {
|
|
20665
20665
|
}
|
20666
20666
|
.v-date-picker-years__content .v-btn {
|
20667
20667
|
padding-inline: 8px;
|
20668
|
-
}.v-divider {
|
20669
|
-
display: block;
|
20670
|
-
flex: 1 1 100%;
|
20671
|
-
height: 0px;
|
20672
|
-
max-height: 0px;
|
20673
|
-
opacity: var(--v-border-opacity);
|
20674
|
-
transition: inherit;
|
20675
|
-
}
|
20676
|
-
.v-divider {
|
20677
|
-
border-style: solid;
|
20678
|
-
border-width: thin 0 0 0;
|
20679
|
-
}
|
20680
|
-
.v-divider--vertical {
|
20681
|
-
align-self: stretch;
|
20682
|
-
border-width: 0 thin 0 0;
|
20683
|
-
display: inline-flex;
|
20684
|
-
height: auto;
|
20685
|
-
margin-left: -1px;
|
20686
|
-
max-height: 100%;
|
20687
|
-
max-width: 0px;
|
20688
|
-
vertical-align: text-bottom;
|
20689
|
-
width: 0px;
|
20690
|
-
}
|
20691
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
20692
|
-
max-width: calc(100% - 72px);
|
20693
|
-
margin-inline-start: 72px;
|
20694
|
-
}
|
20695
|
-
.v-divider--inset.v-divider--vertical {
|
20696
|
-
margin-bottom: 8px;
|
20697
|
-
margin-top: 8px;
|
20698
|
-
max-height: calc(100% - 16px);
|
20699
|
-
}
|
20700
|
-
|
20701
|
-
.v-divider__content {
|
20702
|
-
padding: 0 16px;
|
20703
|
-
text-wrap: nowrap;
|
20704
|
-
}
|
20705
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
20706
|
-
padding: 4px 0;
|
20707
|
-
}
|
20708
|
-
|
20709
|
-
.v-divider__wrapper {
|
20710
|
-
display: flex;
|
20711
|
-
align-items: center;
|
20712
|
-
justify-content: center;
|
20713
|
-
}
|
20714
|
-
.v-divider__wrapper--vertical {
|
20715
|
-
flex-direction: column;
|
20716
|
-
height: 100%;
|
20717
|
-
}
|
20718
|
-
.v-divider__wrapper--vertical .v-divider {
|
20719
|
-
margin: 0 auto;
|
20720
20668
|
}.v-dialog {
|
20721
20669
|
align-items: center;
|
20722
20670
|
justify-content: center;
|
@@ -20813,20 +20761,139 @@ html.overflow-y-hidden {
|
|
20813
20761
|
-webkit-backface-visibility: hidden;
|
20814
20762
|
backface-visibility: hidden;
|
20815
20763
|
overflow-y: auto;
|
20816
|
-
}.v-
|
20817
|
-
|
20818
|
-
|
20819
|
-
|
20820
|
-
|
20821
|
-
|
20822
|
-
|
20823
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
20824
|
-
color: rgba(var(--v-theme-on-surface), 0.26);
|
20764
|
+
}.v-divider {
|
20765
|
+
display: block;
|
20766
|
+
flex: 1 1 100%;
|
20767
|
+
height: 0px;
|
20768
|
+
max-height: 0px;
|
20769
|
+
opacity: var(--v-border-opacity);
|
20770
|
+
transition: inherit;
|
20825
20771
|
}
|
20826
|
-
.v-
|
20827
|
-
|
20772
|
+
.v-divider {
|
20773
|
+
border-style: solid;
|
20774
|
+
border-width: thin 0 0 0;
|
20828
20775
|
}
|
20829
|
-
|
20776
|
+
.v-divider--vertical {
|
20777
|
+
align-self: stretch;
|
20778
|
+
border-width: 0 thin 0 0;
|
20779
|
+
display: inline-flex;
|
20780
|
+
height: auto;
|
20781
|
+
margin-left: -1px;
|
20782
|
+
max-height: 100%;
|
20783
|
+
max-width: 0px;
|
20784
|
+
vertical-align: text-bottom;
|
20785
|
+
width: 0px;
|
20786
|
+
}
|
20787
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
20788
|
+
max-width: calc(100% - 72px);
|
20789
|
+
margin-inline-start: 72px;
|
20790
|
+
}
|
20791
|
+
.v-divider--inset.v-divider--vertical {
|
20792
|
+
margin-bottom: 8px;
|
20793
|
+
margin-top: 8px;
|
20794
|
+
max-height: calc(100% - 16px);
|
20795
|
+
}
|
20796
|
+
|
20797
|
+
.v-divider__content {
|
20798
|
+
padding: 0 16px;
|
20799
|
+
text-wrap: nowrap;
|
20800
|
+
}
|
20801
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
20802
|
+
padding: 4px 0;
|
20803
|
+
}
|
20804
|
+
|
20805
|
+
.v-divider__wrapper {
|
20806
|
+
display: flex;
|
20807
|
+
align-items: center;
|
20808
|
+
justify-content: center;
|
20809
|
+
}
|
20810
|
+
.v-divider__wrapper--vertical {
|
20811
|
+
flex-direction: column;
|
20812
|
+
height: 100%;
|
20813
|
+
}
|
20814
|
+
.v-divider__wrapper--vertical .v-divider {
|
20815
|
+
margin: 0 auto;
|
20816
|
+
}.v-empty-state {
|
20817
|
+
align-items: center;
|
20818
|
+
display: flex;
|
20819
|
+
flex-direction: column;
|
20820
|
+
justify-content: center;
|
20821
|
+
min-height: 100%;
|
20822
|
+
padding: 16px;
|
20823
|
+
}
|
20824
|
+
.v-empty-state--start {
|
20825
|
+
align-items: flex-start;
|
20826
|
+
}
|
20827
|
+
.v-empty-state--center {
|
20828
|
+
align-items: center;
|
20829
|
+
}
|
20830
|
+
.v-empty-state--end {
|
20831
|
+
align-items: flex-end;
|
20832
|
+
}
|
20833
|
+
|
20834
|
+
.v-empty-state__media {
|
20835
|
+
text-align: center;
|
20836
|
+
width: 100%;
|
20837
|
+
}
|
20838
|
+
.v-empty-state__media .v-icon {
|
20839
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20840
|
+
}
|
20841
|
+
|
20842
|
+
.v-empty-state__headline {
|
20843
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20844
|
+
font-size: 3.75rem;
|
20845
|
+
font-weight: 300;
|
20846
|
+
line-height: 1;
|
20847
|
+
text-align: center;
|
20848
|
+
margin-bottom: 8px;
|
20849
|
+
}
|
20850
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
20851
|
+
font-size: 2.125rem;
|
20852
|
+
}
|
20853
|
+
|
20854
|
+
.v-empty-state__title {
|
20855
|
+
font-size: 1.25rem;
|
20856
|
+
font-weight: 500;
|
20857
|
+
line-height: 1.6;
|
20858
|
+
margin-bottom: 4px;
|
20859
|
+
text-align: center;
|
20860
|
+
}
|
20861
|
+
|
20862
|
+
.v-empty-state__text {
|
20863
|
+
font-size: 0.875rem;
|
20864
|
+
font-weight: 400;
|
20865
|
+
line-height: 1.425;
|
20866
|
+
padding: 0 16px;
|
20867
|
+
text-align: center;
|
20868
|
+
}
|
20869
|
+
|
20870
|
+
.v-empty-state__content {
|
20871
|
+
padding: 24px 0;
|
20872
|
+
}
|
20873
|
+
|
20874
|
+
.v-empty-state__actions {
|
20875
|
+
display: flex;
|
20876
|
+
gap: 8px;
|
20877
|
+
padding: 16px;
|
20878
|
+
}
|
20879
|
+
|
20880
|
+
.v-empty-state__action-btn.v-btn {
|
20881
|
+
background-color: initial;
|
20882
|
+
color: initial;
|
20883
|
+
}.v-expansion-panel {
|
20884
|
+
background-color: rgb(var(--v-theme-surface));
|
20885
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
20886
|
+
}
|
20887
|
+
.v-expansion-panel:not(:first-child)::after {
|
20888
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
20889
|
+
}
|
20890
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
20891
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
20892
|
+
}
|
20893
|
+
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
20894
|
+
opacity: 0.4615384615;
|
20895
|
+
}
|
20896
|
+
|
20830
20897
|
.v-expansion-panels {
|
20831
20898
|
display: flex;
|
20832
20899
|
flex-wrap: wrap;
|
@@ -21029,73 +21096,75 @@ html.overflow-y-hidden {
|
|
21029
21096
|
}
|
21030
21097
|
.v-expansion-panels--tile > .v-expansion-panel {
|
21031
21098
|
border-radius: 0;
|
21032
|
-
}.v-
|
21099
|
+
}.v-fab {
|
21033
21100
|
align-items: center;
|
21101
|
+
display: inline-flex;
|
21102
|
+
flex: 1 1 auto;
|
21103
|
+
pointer-events: none;
|
21104
|
+
position: relative;
|
21105
|
+
transition-duration: 0.2s;
|
21106
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21107
|
+
vertical-align: middle;
|
21108
|
+
}
|
21109
|
+
.v-fab .v-btn {
|
21110
|
+
pointer-events: auto;
|
21111
|
+
}
|
21112
|
+
.v-fab .v-btn--variant-elevated {
|
21113
|
+
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));
|
21114
|
+
}
|
21115
|
+
.v-fab--app, .v-fab--absolute {
|
21034
21116
|
display: flex;
|
21035
|
-
flex-direction: column;
|
21036
|
-
justify-content: center;
|
21037
|
-
min-height: 100%;
|
21038
|
-
padding: 16px;
|
21039
21117
|
}
|
21040
|
-
.v-
|
21041
|
-
|
21118
|
+
.v-fab--start, .v-fab--left {
|
21119
|
+
justify-content: flex-start;
|
21042
21120
|
}
|
21043
|
-
.v-
|
21121
|
+
.v-fab--center {
|
21044
21122
|
align-items: center;
|
21123
|
+
justify-content: center;
|
21045
21124
|
}
|
21046
|
-
.v-
|
21125
|
+
.v-fab--end, .v-fab--right {
|
21126
|
+
justify-content: flex-end;
|
21127
|
+
}
|
21128
|
+
.v-fab--bottom {
|
21047
21129
|
align-items: flex-end;
|
21048
21130
|
}
|
21049
|
-
|
21050
|
-
|
21051
|
-
text-align: center;
|
21052
|
-
width: 100%;
|
21131
|
+
.v-fab--top {
|
21132
|
+
align-items: flex-start;
|
21053
21133
|
}
|
21054
|
-
.v-
|
21055
|
-
|
21134
|
+
.v-fab--extended .v-btn {
|
21135
|
+
border-radius: 9999px !important;
|
21056
21136
|
}
|
21057
21137
|
|
21058
|
-
.v-
|
21059
|
-
|
21060
|
-
|
21061
|
-
|
21062
|
-
|
21063
|
-
text-align: center;
|
21064
|
-
margin-bottom: 8px;
|
21138
|
+
.v-fab__container {
|
21139
|
+
align-self: center;
|
21140
|
+
display: inline-flex;
|
21141
|
+
position: absolute;
|
21142
|
+
vertical-align: middle;
|
21065
21143
|
}
|
21066
|
-
.v-
|
21067
|
-
|
21144
|
+
.v-fab--app .v-fab__container {
|
21145
|
+
margin: 12px;
|
21068
21146
|
}
|
21069
|
-
|
21070
|
-
|
21071
|
-
|
21072
|
-
font-weight: 500;
|
21073
|
-
line-height: 1.6;
|
21074
|
-
margin-bottom: 4px;
|
21075
|
-
text-align: center;
|
21147
|
+
.v-fab--absolute .v-fab__container {
|
21148
|
+
position: absolute;
|
21149
|
+
z-index: 4;
|
21076
21150
|
}
|
21077
|
-
|
21078
|
-
|
21079
|
-
font-size: 0.875rem;
|
21080
|
-
font-weight: 400;
|
21081
|
-
line-height: 1.425;
|
21082
|
-
padding: 0 16px;
|
21083
|
-
text-align: center;
|
21151
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
21152
|
+
transform: translateY(-50%);
|
21084
21153
|
}
|
21085
|
-
|
21086
|
-
|
21087
|
-
padding: 24px 0;
|
21154
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21155
|
+
transform: translateY(50%);
|
21088
21156
|
}
|
21089
|
-
|
21090
|
-
|
21091
|
-
display: flex;
|
21092
|
-
gap: 8px;
|
21093
|
-
padding: 16px;
|
21157
|
+
.v-fab--top .v-fab__container {
|
21158
|
+
top: 0;
|
21094
21159
|
}
|
21095
|
-
|
21096
|
-
|
21097
|
-
|
21098
|
-
|
21160
|
+
.v-fab--bottom .v-fab__container {
|
21161
|
+
bottom: 0;
|
21162
|
+
}
|
21163
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21164
|
+
left: 0;
|
21165
|
+
}
|
21166
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21167
|
+
right: 0;
|
21099
21168
|
}/* region INPUT */
|
21100
21169
|
.v-field {
|
21101
21170
|
display: grid;
|
@@ -21679,98 +21748,29 @@ textarea.v-field__input::placeholder {
|
|
21679
21748
|
opacity: 0;
|
21680
21749
|
}
|
21681
21750
|
|
21682
|
-
/* endregion */.v-
|
21683
|
-
|
21684
|
-
|
21685
|
-
|
21686
|
-
pointer-events: none;
|
21687
|
-
position: relative;
|
21688
|
-
transition-duration: 0.2s;
|
21689
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21690
|
-
vertical-align: middle;
|
21751
|
+
/* endregion */.v-file-input--hide.v-input .v-field,
|
21752
|
+
.v-file-input--hide.v-input .v-input__control,
|
21753
|
+
.v-file-input--hide.v-input .v-input__details {
|
21754
|
+
display: none;
|
21691
21755
|
}
|
21692
|
-
.v-
|
21693
|
-
|
21756
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21757
|
+
grid-area: control;
|
21758
|
+
margin: 0 auto;
|
21694
21759
|
}
|
21695
|
-
.v-
|
21696
|
-
|
21760
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21761
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21762
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21763
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21764
|
+
top: 0px;
|
21697
21765
|
}
|
21698
|
-
.v-
|
21699
|
-
|
21700
|
-
|
21701
|
-
|
21702
|
-
|
21703
|
-
|
21704
|
-
|
21705
|
-
|
21706
|
-
justify-content: center;
|
21707
|
-
}
|
21708
|
-
.v-fab--end, .v-fab--right {
|
21709
|
-
justify-content: flex-end;
|
21710
|
-
}
|
21711
|
-
.v-fab--bottom {
|
21712
|
-
align-items: flex-end;
|
21713
|
-
}
|
21714
|
-
.v-fab--top {
|
21715
|
-
align-items: flex-start;
|
21716
|
-
}
|
21717
|
-
.v-fab--extended .v-btn {
|
21718
|
-
border-radius: 9999px !important;
|
21719
|
-
}
|
21720
|
-
|
21721
|
-
.v-fab__container {
|
21722
|
-
align-self: center;
|
21723
|
-
display: inline-flex;
|
21724
|
-
position: absolute;
|
21725
|
-
vertical-align: middle;
|
21726
|
-
}
|
21727
|
-
.v-fab--app .v-fab__container {
|
21728
|
-
margin: 12px;
|
21729
|
-
}
|
21730
|
-
.v-fab--absolute .v-fab__container {
|
21731
|
-
position: absolute;
|
21732
|
-
z-index: 4;
|
21733
|
-
}
|
21734
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21735
|
-
transform: translateY(-50%);
|
21736
|
-
}
|
21737
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21738
|
-
transform: translateY(50%);
|
21739
|
-
}
|
21740
|
-
.v-fab--top .v-fab__container {
|
21741
|
-
top: 0;
|
21742
|
-
}
|
21743
|
-
.v-fab--bottom .v-fab__container {
|
21744
|
-
bottom: 0;
|
21745
|
-
}
|
21746
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21747
|
-
left: 0;
|
21748
|
-
}
|
21749
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21750
|
-
right: 0;
|
21751
|
-
}.v-file-input--hide.v-input .v-field,
|
21752
|
-
.v-file-input--hide.v-input .v-input__control,
|
21753
|
-
.v-file-input--hide.v-input .v-input__details {
|
21754
|
-
display: none;
|
21755
|
-
}
|
21756
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
21757
|
-
grid-area: control;
|
21758
|
-
margin: 0 auto;
|
21759
|
-
}
|
21760
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21761
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21762
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21763
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21764
|
-
top: 0px;
|
21765
|
-
}
|
21766
|
-
.v-file-input input[type=file] {
|
21767
|
-
height: 100%;
|
21768
|
-
left: 0;
|
21769
|
-
opacity: 0;
|
21770
|
-
position: absolute;
|
21771
|
-
top: 0;
|
21772
|
-
width: 100%;
|
21773
|
-
z-index: 1;
|
21766
|
+
.v-file-input input[type=file] {
|
21767
|
+
height: 100%;
|
21768
|
+
left: 0;
|
21769
|
+
opacity: 0;
|
21770
|
+
position: absolute;
|
21771
|
+
top: 0;
|
21772
|
+
width: 100%;
|
21773
|
+
z-index: 1;
|
21774
21774
|
}
|
21775
21775
|
.v-file-input .v-input__details {
|
21776
21776
|
padding-inline: 16px;
|
@@ -22589,6 +22589,43 @@ textarea.v-field__input::placeholder {
|
|
22589
22589
|
|
22590
22590
|
.v-img__gradient {
|
22591
22591
|
background-repeat: no-repeat;
|
22592
|
+
}.v-infinite-scroll--horizontal {
|
22593
|
+
display: flex;
|
22594
|
+
flex-direction: row;
|
22595
|
+
overflow-x: auto;
|
22596
|
+
}
|
22597
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22598
|
+
height: 100%;
|
22599
|
+
width: var(--v-infinite-margin-size, 1px);
|
22600
|
+
}
|
22601
|
+
|
22602
|
+
.v-infinite-scroll--vertical {
|
22603
|
+
display: flex;
|
22604
|
+
flex-direction: column;
|
22605
|
+
overflow-y: auto;
|
22606
|
+
}
|
22607
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22608
|
+
height: 1px;
|
22609
|
+
width: 100%;
|
22610
|
+
}
|
22611
|
+
|
22612
|
+
.v-infinite-scroll-intersect {
|
22613
|
+
pointer-events: none;
|
22614
|
+
margin-top: var(--v-infinite-margin);
|
22615
|
+
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
22616
|
+
}
|
22617
|
+
.v-infinite-scroll-intersect:nth-child(2) {
|
22618
|
+
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
22619
|
+
}
|
22620
|
+
.v-infinite-scroll-intersect:nth-last-child(2) {
|
22621
|
+
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
22622
|
+
}
|
22623
|
+
|
22624
|
+
.v-infinite-scroll__side {
|
22625
|
+
align-items: center;
|
22626
|
+
display: flex;
|
22627
|
+
justify-content: center;
|
22628
|
+
padding: 8px;
|
22592
22629
|
}.v-input {
|
22593
22630
|
display: grid;
|
22594
22631
|
flex: 1 1 auto;
|
@@ -22731,43 +22768,6 @@ textarea.v-field__input::placeholder {
|
|
22731
22768
|
|
22732
22769
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22733
22770
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22734
|
-
}.v-infinite-scroll--horizontal {
|
22735
|
-
display: flex;
|
22736
|
-
flex-direction: row;
|
22737
|
-
overflow-x: auto;
|
22738
|
-
}
|
22739
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22740
|
-
height: 100%;
|
22741
|
-
width: var(--v-infinite-margin-size, 1px);
|
22742
|
-
}
|
22743
|
-
|
22744
|
-
.v-infinite-scroll--vertical {
|
22745
|
-
display: flex;
|
22746
|
-
flex-direction: column;
|
22747
|
-
overflow-y: auto;
|
22748
|
-
}
|
22749
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22750
|
-
height: 1px;
|
22751
|
-
width: 100%;
|
22752
|
-
}
|
22753
|
-
|
22754
|
-
.v-infinite-scroll-intersect {
|
22755
|
-
pointer-events: none;
|
22756
|
-
margin-top: var(--v-infinite-margin);
|
22757
|
-
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
22758
|
-
}
|
22759
|
-
.v-infinite-scroll-intersect:nth-child(2) {
|
22760
|
-
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
22761
|
-
}
|
22762
|
-
.v-infinite-scroll-intersect:nth-last-child(2) {
|
22763
|
-
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
22764
|
-
}
|
22765
|
-
|
22766
|
-
.v-infinite-scroll__side {
|
22767
|
-
align-items: center;
|
22768
|
-
display: flex;
|
22769
|
-
justify-content: center;
|
22770
|
-
padding: 8px;
|
22771
22771
|
}.v-item-group {
|
22772
22772
|
flex: 0 1 auto;
|
22773
22773
|
max-width: 100%;
|
@@ -22788,6 +22788,13 @@ textarea.v-field__input::placeholder {
|
|
22788
22788
|
|
22789
22789
|
.v-label--clickable {
|
22790
22790
|
cursor: pointer;
|
22791
|
+
}.v-layout-item {
|
22792
|
+
position: absolute;
|
22793
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22794
|
+
}
|
22795
|
+
|
22796
|
+
.v-layout-item--absolute {
|
22797
|
+
position: absolute;
|
22791
22798
|
}.v-layout {
|
22792
22799
|
--v-scrollbar-offset: 0px;
|
22793
22800
|
display: flex;
|
@@ -22796,13 +22803,6 @@ textarea.v-field__input::placeholder {
|
|
22796
22803
|
.v-layout--full-height {
|
22797
22804
|
--v-scrollbar-offset: inherit;
|
22798
22805
|
height: 100%;
|
22799
|
-
}.v-layout-item {
|
22800
|
-
position: absolute;
|
22801
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22802
|
-
}
|
22803
|
-
|
22804
|
-
.v-layout-item--absolute {
|
22805
|
-
position: absolute;
|
22806
22806
|
}.v-list {
|
22807
22807
|
overflow: auto;
|
22808
22808
|
padding: 8px 0;
|
@@ -23379,8 +23379,6 @@ textarea.v-field__input::placeholder {
|
|
23379
23379
|
}
|
23380
23380
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23381
23381
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23382
|
-
}.v-locale-provider {
|
23383
|
-
display: contents;
|
23384
23382
|
}.v-main {
|
23385
23383
|
flex: 1 0 auto;
|
23386
23384
|
max-width: 100%;
|
@@ -23411,25 +23409,8 @@ textarea.v-field__input::placeholder {
|
|
23411
23409
|
--v-layout-right: 0px;
|
23412
23410
|
--v-layout-top: 0px;
|
23413
23411
|
--v-layout-bottom: 0px;
|
23414
|
-
}.v-
|
23415
|
-
display:
|
23416
|
-
flex-direction: column;
|
23417
|
-
}
|
23418
|
-
.v-menu > .v-overlay__content {
|
23419
|
-
border-radius: 4px;
|
23420
|
-
}
|
23421
|
-
.v-menu > .v-overlay__content > .v-card,
|
23422
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23423
|
-
.v-menu > .v-overlay__content > .v-list {
|
23424
|
-
background: rgb(var(--v-theme-surface));
|
23425
|
-
border-radius: inherit;
|
23426
|
-
overflow: auto;
|
23427
|
-
height: 100%;
|
23428
|
-
}
|
23429
|
-
.v-menu > .v-overlay__content > .v-card,
|
23430
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23431
|
-
.v-menu > .v-overlay__content > .v-list {
|
23432
|
-
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));
|
23412
|
+
}.v-locale-provider {
|
23413
|
+
display: contents;
|
23433
23414
|
}.v-messages {
|
23434
23415
|
flex: 1 1 auto;
|
23435
23416
|
font-size: 12px;
|
@@ -23554,6 +23535,25 @@ textarea.v-field__input::placeholder {
|
|
23554
23535
|
.v-navigation-drawer__append {
|
23555
23536
|
flex: none;
|
23556
23537
|
overflow: hidden;
|
23538
|
+
}.v-menu > .v-overlay__content {
|
23539
|
+
display: flex;
|
23540
|
+
flex-direction: column;
|
23541
|
+
}
|
23542
|
+
.v-menu > .v-overlay__content {
|
23543
|
+
border-radius: 4px;
|
23544
|
+
}
|
23545
|
+
.v-menu > .v-overlay__content > .v-card,
|
23546
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23547
|
+
.v-menu > .v-overlay__content > .v-list {
|
23548
|
+
background: rgb(var(--v-theme-surface));
|
23549
|
+
border-radius: inherit;
|
23550
|
+
overflow: auto;
|
23551
|
+
height: 100%;
|
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
|
+
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));
|
23557
23557
|
}.v-otp-input {
|
23558
23558
|
align-items: center;
|
23559
23559
|
display: flex;
|
@@ -23612,14 +23612,6 @@ textarea.v-field__input::placeholder {
|
|
23612
23612
|
}
|
23613
23613
|
.v-otp-input__loader .v-progress-linear {
|
23614
23614
|
position: absolute;
|
23615
|
-
}.v-pagination__list {
|
23616
|
-
display: inline-flex;
|
23617
|
-
list-style-type: none;
|
23618
|
-
justify-content: center;
|
23619
|
-
width: 100%;
|
23620
|
-
}
|
23621
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23622
|
-
margin: 0.3rem;
|
23623
23615
|
}.v-overlay-container {
|
23624
23616
|
contain: layout;
|
23625
23617
|
left: 0;
|
@@ -23683,6 +23675,20 @@ html.v-overlay-scroll-blocked {
|
|
23683
23675
|
|
23684
23676
|
.v-overlay--scroll-blocked {
|
23685
23677
|
padding-inline-end: var(--v-scrollbar-offset);
|
23678
|
+
}.v-parallax {
|
23679
|
+
position: relative;
|
23680
|
+
overflow: hidden;
|
23681
|
+
}
|
23682
|
+
.v-parallax--active > .v-img__img {
|
23683
|
+
will-change: transform;
|
23684
|
+
}.v-pagination__list {
|
23685
|
+
display: inline-flex;
|
23686
|
+
list-style-type: none;
|
23687
|
+
justify-content: center;
|
23688
|
+
width: 100%;
|
23689
|
+
}
|
23690
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23691
|
+
margin: 0.3rem;
|
23686
23692
|
}.v-progress-circular {
|
23687
23693
|
align-items: center;
|
23688
23694
|
display: inline-flex;
|
@@ -23785,12 +23791,6 @@ html.v-overlay-scroll-blocked {
|
|
23785
23791
|
100% {
|
23786
23792
|
transform: rotate(270deg);
|
23787
23793
|
}
|
23788
|
-
}.v-parallax {
|
23789
|
-
position: relative;
|
23790
|
-
overflow: hidden;
|
23791
|
-
}
|
23792
|
-
.v-parallax--active > .v-img__img {
|
23793
|
-
will-change: transform;
|
23794
23794
|
}.v-progress-linear {
|
23795
23795
|
background: transparent;
|
23796
23796
|
overflow: hidden;
|
@@ -24088,6 +24088,32 @@ html.v-overlay-scroll-blocked {
|
|
24088
24088
|
|
24089
24089
|
.v-slider__label {
|
24090
24090
|
margin-inline-end: 12px;
|
24091
|
+
}.v-responsive {
|
24092
|
+
display: flex;
|
24093
|
+
flex: 1 0 auto;
|
24094
|
+
max-height: 100%;
|
24095
|
+
max-width: 100%;
|
24096
|
+
overflow: hidden;
|
24097
|
+
position: relative;
|
24098
|
+
}
|
24099
|
+
.v-responsive--inline {
|
24100
|
+
display: inline-flex;
|
24101
|
+
flex: 0 0 auto;
|
24102
|
+
}
|
24103
|
+
|
24104
|
+
.v-responsive__content {
|
24105
|
+
flex: 1 0 0px;
|
24106
|
+
max-width: 100%;
|
24107
|
+
}
|
24108
|
+
|
24109
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24110
|
+
margin-inline-start: -100%;
|
24111
|
+
}
|
24112
|
+
|
24113
|
+
.v-responsive__sizer {
|
24114
|
+
flex: 1 0 0px;
|
24115
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24116
|
+
pointer-events: none;
|
24091
24117
|
}.v-rating {
|
24092
24118
|
max-width: 100%;
|
24093
24119
|
display: inline-flex;
|
@@ -24141,32 +24167,6 @@ html.v-overlay-scroll-blocked {
|
|
24141
24167
|
opacity: 0;
|
24142
24168
|
position: absolute;
|
24143
24169
|
width: 0;
|
24144
|
-
}.v-responsive {
|
24145
|
-
display: flex;
|
24146
|
-
flex: 1 0 auto;
|
24147
|
-
max-height: 100%;
|
24148
|
-
max-width: 100%;
|
24149
|
-
overflow: hidden;
|
24150
|
-
position: relative;
|
24151
|
-
}
|
24152
|
-
.v-responsive--inline {
|
24153
|
-
display: inline-flex;
|
24154
|
-
flex: 0 0 auto;
|
24155
|
-
}
|
24156
|
-
|
24157
|
-
.v-responsive__content {
|
24158
|
-
flex: 1 0 0px;
|
24159
|
-
max-width: 100%;
|
24160
|
-
}
|
24161
|
-
|
24162
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
24163
|
-
margin-inline-start: -100%;
|
24164
|
-
}
|
24165
|
-
|
24166
|
-
.v-responsive__sizer {
|
24167
|
-
flex: 1 0 0px;
|
24168
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24169
|
-
pointer-events: none;
|
24170
24170
|
}.v-select .v-field .v-text-field__prefix,
|
24171
24171
|
.v-select .v-field .v-text-field__suffix,
|
24172
24172
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
@@ -24827,188 +24827,6 @@ html.v-overlay-scroll-blocked {
|
|
24827
24827
|
}
|
24828
24828
|
.v-speed-dial__content > *:nth-child(10) {
|
24829
24829
|
transition-delay: 0.45s;
|
24830
|
-
}.v-switch .v-label {
|
24831
|
-
padding-inline-start: 10px;
|
24832
|
-
}
|
24833
|
-
|
24834
|
-
.v-switch__loader {
|
24835
|
-
display: flex;
|
24836
|
-
}
|
24837
|
-
.v-switch__loader .v-progress-circular {
|
24838
|
-
color: rgb(var(--v-theme-surface));
|
24839
|
-
}
|
24840
|
-
|
24841
|
-
.v-switch__track,
|
24842
|
-
.v-switch__thumb {
|
24843
|
-
transition: none;
|
24844
|
-
}
|
24845
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24846
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24847
|
-
background-color: rgb(var(--v-theme-error));
|
24848
|
-
color: rgb(var(--v-theme-on-error));
|
24849
|
-
}
|
24850
|
-
|
24851
|
-
.v-switch__track-true {
|
24852
|
-
margin-inline-end: auto;
|
24853
|
-
}
|
24854
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24855
|
-
opacity: 0;
|
24856
|
-
}
|
24857
|
-
|
24858
|
-
.v-switch__track-false {
|
24859
|
-
margin-inline-start: auto;
|
24860
|
-
}
|
24861
|
-
.v-selection-control--dirty .v-switch__track-false {
|
24862
|
-
opacity: 0;
|
24863
|
-
}
|
24864
|
-
|
24865
|
-
.v-switch__track {
|
24866
|
-
display: inline-flex;
|
24867
|
-
align-items: center;
|
24868
|
-
font-size: 0.5rem;
|
24869
|
-
padding: 0 5px;
|
24870
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
24871
|
-
border-radius: 9999px;
|
24872
|
-
height: 14px;
|
24873
|
-
opacity: 0.6;
|
24874
|
-
min-width: 36px;
|
24875
|
-
cursor: pointer;
|
24876
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24877
|
-
}
|
24878
|
-
.v-switch--inset .v-switch__track {
|
24879
|
-
border-radius: 9999px;
|
24880
|
-
font-size: 0.75rem;
|
24881
|
-
height: 32px;
|
24882
|
-
min-width: 52px;
|
24883
|
-
}
|
24884
|
-
|
24885
|
-
.v-switch__thumb {
|
24886
|
-
align-items: center;
|
24887
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
24888
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
24889
|
-
border-radius: 50%;
|
24890
|
-
display: flex;
|
24891
|
-
font-size: 0.75rem;
|
24892
|
-
height: 20px;
|
24893
|
-
justify-content: center;
|
24894
|
-
width: 20px;
|
24895
|
-
pointer-events: none;
|
24896
|
-
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);
|
24897
|
-
position: relative;
|
24898
|
-
overflow: hidden;
|
24899
|
-
}
|
24900
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24901
|
-
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));
|
24902
|
-
}
|
24903
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24904
|
-
background: rgb(var(--v-theme-surface-variant));
|
24905
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24906
|
-
}
|
24907
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24908
|
-
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));
|
24909
|
-
}
|
24910
|
-
.v-switch--inset .v-switch__thumb {
|
24911
|
-
height: 24px;
|
24912
|
-
width: 24px;
|
24913
|
-
transform: scale(0.6666666667);
|
24914
|
-
}
|
24915
|
-
.v-switch--inset .v-switch__thumb--filled {
|
24916
|
-
transform: none;
|
24917
|
-
}
|
24918
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24919
|
-
transform: none;
|
24920
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24921
|
-
}
|
24922
|
-
|
24923
|
-
.v-switch.v-input {
|
24924
|
-
flex: 0 1 auto;
|
24925
|
-
}
|
24926
|
-
.v-switch .v-selection-control {
|
24927
|
-
min-height: var(--v-input-control-height);
|
24928
|
-
}
|
24929
|
-
.v-switch .v-selection-control__input {
|
24930
|
-
border-radius: 50%;
|
24931
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24932
|
-
position: absolute;
|
24933
|
-
}
|
24934
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24935
|
-
transform: translateX(-10px);
|
24936
|
-
}
|
24937
|
-
|
24938
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24939
|
-
transform: translateX(10px);
|
24940
|
-
}
|
24941
|
-
|
24942
|
-
.v-switch .v-selection-control__input .v-icon {
|
24943
|
-
position: absolute;
|
24944
|
-
}
|
24945
|
-
.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 {
|
24946
|
-
transform: translateX(10px);
|
24947
|
-
}
|
24948
|
-
|
24949
|
-
.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 {
|
24950
|
-
transform: translateX(-10px);
|
24951
|
-
}
|
24952
|
-
|
24953
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24954
|
-
transform: scale(0.8);
|
24955
|
-
}
|
24956
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24957
|
-
transform: scale(0.75);
|
24958
|
-
box-shadow: none;
|
24959
|
-
}
|
24960
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24961
|
-
width: auto;
|
24962
|
-
}
|
24963
|
-
.v-switch.v-input--vertical .v-label {
|
24964
|
-
min-width: max-content;
|
24965
|
-
}
|
24966
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24967
|
-
transform: rotate(-90deg);
|
24968
|
-
}
|
24969
|
-
|
24970
|
-
@media (forced-colors: active) {
|
24971
|
-
.v-switch .v-switch__loader .v-progress-circular {
|
24972
|
-
color: currentColor;
|
24973
|
-
}
|
24974
|
-
.v-switch .v-switch__thumb {
|
24975
|
-
background-color: buttontext;
|
24976
|
-
}
|
24977
|
-
.v-switch .v-switch__track,
|
24978
|
-
.v-switch .v-switch__thumb {
|
24979
|
-
border: 1px solid;
|
24980
|
-
color: buttontext;
|
24981
|
-
}
|
24982
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24983
|
-
background-color: highlight;
|
24984
|
-
}
|
24985
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24986
|
-
background-color: highlight;
|
24987
|
-
}
|
24988
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24989
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24990
|
-
color: highlight;
|
24991
|
-
}
|
24992
|
-
.v-switch.v-switch--inset .v-switch__track {
|
24993
|
-
border-width: 2px;
|
24994
|
-
}
|
24995
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24996
|
-
background-color: highlighttext;
|
24997
|
-
color: highlighttext;
|
24998
|
-
}
|
24999
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25000
|
-
background-color: graytext;
|
25001
|
-
}
|
25002
|
-
.v-switch.v-input--disabled .v-switch__track,
|
25003
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
25004
|
-
color: graytext;
|
25005
|
-
}
|
25006
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
25007
|
-
background-color: canvas;
|
25008
|
-
}
|
25009
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25010
|
-
border-width: 0;
|
25011
|
-
}
|
25012
24830
|
}.v-stepper.v-sheet {
|
25013
24831
|
overflow: hidden;
|
25014
24832
|
}
|
@@ -25109,81 +24927,263 @@ html.v-overlay-scroll-blocked {
|
|
25109
24927
|
.v-stepper-item--selected {
|
25110
24928
|
opacity: 1;
|
25111
24929
|
}
|
25112
|
-
.v-stepper-item--error {
|
25113
|
-
color: rgb(var(--v-theme-error));
|
24930
|
+
.v-stepper-item--error {
|
24931
|
+
color: rgb(var(--v-theme-error));
|
24932
|
+
}
|
24933
|
+
.v-stepper-item--disabled {
|
24934
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24935
|
+
pointer-events: none;
|
24936
|
+
}
|
24937
|
+
.v-stepper--alt-labels .v-stepper-item {
|
24938
|
+
flex-direction: column;
|
24939
|
+
justify-content: flex-start;
|
24940
|
+
align-items: center;
|
24941
|
+
flex-basis: 175px;
|
24942
|
+
}
|
24943
|
+
|
24944
|
+
.v-stepper-item__avatar.v-avatar {
|
24945
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
24946
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24947
|
+
font-size: 0.75rem;
|
24948
|
+
margin-inline-end: 8px;
|
24949
|
+
}
|
24950
|
+
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
24951
|
+
margin-inline-end: 0;
|
24952
|
+
}
|
24953
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
24954
|
+
font-size: 0.875rem;
|
24955
|
+
}
|
24956
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
24957
|
+
background: rgb(var(--v-theme-surface-variant));
|
24958
|
+
}
|
24959
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24960
|
+
background: rgb(var(--v-theme-error));
|
24961
|
+
}
|
24962
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24963
|
+
margin-bottom: 16px;
|
24964
|
+
margin-inline-end: 0;
|
24965
|
+
}
|
24966
|
+
|
24967
|
+
.v-stepper-item__title {
|
24968
|
+
line-height: 1;
|
24969
|
+
}
|
24970
|
+
.v-stepper--mobile .v-stepper-item__title {
|
24971
|
+
display: none;
|
24972
|
+
}
|
24973
|
+
|
24974
|
+
.v-stepper-item__subtitle {
|
24975
|
+
font-size: 0.75rem;
|
24976
|
+
text-align: left;
|
24977
|
+
line-height: 1;
|
24978
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24979
|
+
}
|
24980
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24981
|
+
text-align: center;
|
24982
|
+
}
|
24983
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
24984
|
+
display: none;
|
24985
|
+
}
|
24986
|
+
|
24987
|
+
.v-stepper-item__overlay {
|
24988
|
+
background-color: currentColor;
|
24989
|
+
border-radius: inherit;
|
24990
|
+
opacity: 0;
|
24991
|
+
transition: opacity 0.2s ease-in-out;
|
24992
|
+
}
|
24993
|
+
|
24994
|
+
.v-stepper-item__overlay,
|
24995
|
+
.v-stepper-item__underlay {
|
24996
|
+
pointer-events: none;
|
24997
|
+
}
|
24998
|
+
.v-stepper-item__overlay,
|
24999
|
+
.v-stepper-item__underlay {
|
25000
|
+
position: absolute;
|
25001
|
+
top: 0;
|
25002
|
+
left: 0;
|
25003
|
+
width: 100%;
|
25004
|
+
height: 100%;
|
25005
|
+
}.v-switch .v-label {
|
25006
|
+
padding-inline-start: 10px;
|
25007
|
+
}
|
25008
|
+
|
25009
|
+
.v-switch__loader {
|
25010
|
+
display: flex;
|
25011
|
+
}
|
25012
|
+
.v-switch__loader .v-progress-circular {
|
25013
|
+
color: rgb(var(--v-theme-surface));
|
25014
|
+
}
|
25015
|
+
|
25016
|
+
.v-switch__track,
|
25017
|
+
.v-switch__thumb {
|
25018
|
+
transition: none;
|
25019
|
+
}
|
25020
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25021
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25022
|
+
background-color: rgb(var(--v-theme-error));
|
25023
|
+
color: rgb(var(--v-theme-on-error));
|
25024
|
+
}
|
25025
|
+
|
25026
|
+
.v-switch__track-true {
|
25027
|
+
margin-inline-end: auto;
|
25028
|
+
}
|
25029
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25030
|
+
opacity: 0;
|
25031
|
+
}
|
25032
|
+
|
25033
|
+
.v-switch__track-false {
|
25034
|
+
margin-inline-start: auto;
|
25035
|
+
}
|
25036
|
+
.v-selection-control--dirty .v-switch__track-false {
|
25037
|
+
opacity: 0;
|
25038
|
+
}
|
25039
|
+
|
25040
|
+
.v-switch__track {
|
25041
|
+
display: inline-flex;
|
25042
|
+
align-items: center;
|
25043
|
+
font-size: 0.5rem;
|
25044
|
+
padding: 0 5px;
|
25045
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25046
|
+
border-radius: 9999px;
|
25047
|
+
height: 14px;
|
25048
|
+
opacity: 0.6;
|
25049
|
+
min-width: 36px;
|
25050
|
+
cursor: pointer;
|
25051
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25052
|
+
}
|
25053
|
+
.v-switch--inset .v-switch__track {
|
25054
|
+
border-radius: 9999px;
|
25055
|
+
font-size: 0.75rem;
|
25056
|
+
height: 32px;
|
25057
|
+
min-width: 52px;
|
25058
|
+
}
|
25059
|
+
|
25060
|
+
.v-switch__thumb {
|
25061
|
+
align-items: center;
|
25062
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
25063
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
25064
|
+
border-radius: 50%;
|
25065
|
+
display: flex;
|
25066
|
+
font-size: 0.75rem;
|
25067
|
+
height: 20px;
|
25068
|
+
justify-content: center;
|
25069
|
+
width: 20px;
|
25070
|
+
pointer-events: none;
|
25071
|
+
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);
|
25072
|
+
position: relative;
|
25073
|
+
overflow: hidden;
|
25074
|
+
}
|
25075
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25076
|
+
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));
|
25077
|
+
}
|
25078
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25079
|
+
background: rgb(var(--v-theme-surface-variant));
|
25080
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25081
|
+
}
|
25082
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25083
|
+
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));
|
25084
|
+
}
|
25085
|
+
.v-switch--inset .v-switch__thumb {
|
25086
|
+
height: 24px;
|
25087
|
+
width: 24px;
|
25088
|
+
transform: scale(0.6666666667);
|
25114
25089
|
}
|
25115
|
-
.v-
|
25116
|
-
|
25117
|
-
pointer-events: none;
|
25090
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25091
|
+
transform: none;
|
25118
25092
|
}
|
25119
|
-
.v-
|
25120
|
-
|
25121
|
-
|
25122
|
-
align-items: center;
|
25123
|
-
flex-basis: 175px;
|
25093
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25094
|
+
transform: none;
|
25095
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25124
25096
|
}
|
25125
25097
|
|
25126
|
-
.v-
|
25127
|
-
|
25128
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25129
|
-
font-size: 0.75rem;
|
25130
|
-
margin-inline-end: 8px;
|
25131
|
-
}
|
25132
|
-
.v-stepper--mobile .v-stepper-item__avatar.v-avatar {
|
25133
|
-
margin-inline-end: 0;
|
25098
|
+
.v-switch.v-input {
|
25099
|
+
flex: 0 1 auto;
|
25134
25100
|
}
|
25135
|
-
.v-
|
25136
|
-
|
25101
|
+
.v-switch .v-selection-control {
|
25102
|
+
min-height: var(--v-input-control-height);
|
25137
25103
|
}
|
25138
|
-
.v-
|
25139
|
-
|
25104
|
+
.v-switch .v-selection-control__input {
|
25105
|
+
border-radius: 50%;
|
25106
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25107
|
+
position: absolute;
|
25140
25108
|
}
|
25141
|
-
.v-
|
25142
|
-
|
25109
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25110
|
+
transform: translateX(-10px);
|
25143
25111
|
}
|
25144
|
-
|
25145
|
-
|
25146
|
-
|
25112
|
+
|
25113
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25114
|
+
transform: translateX(10px);
|
25147
25115
|
}
|
25148
25116
|
|
25149
|
-
.v-
|
25150
|
-
|
25117
|
+
.v-switch .v-selection-control__input .v-icon {
|
25118
|
+
position: absolute;
|
25151
25119
|
}
|
25152
|
-
.v-
|
25153
|
-
|
25120
|
+
.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 {
|
25121
|
+
transform: translateX(10px);
|
25154
25122
|
}
|
25155
25123
|
|
25156
|
-
.v-
|
25157
|
-
|
25158
|
-
text-align: left;
|
25159
|
-
line-height: 1;
|
25160
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25124
|
+
.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 {
|
25125
|
+
transform: translateX(-10px);
|
25161
25126
|
}
|
25162
|
-
|
25163
|
-
|
25127
|
+
|
25128
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25129
|
+
transform: scale(0.8);
|
25164
25130
|
}
|
25165
|
-
.v-
|
25166
|
-
|
25131
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25132
|
+
transform: scale(0.75);
|
25133
|
+
box-shadow: none;
|
25167
25134
|
}
|
25168
|
-
|
25169
|
-
|
25170
|
-
background-color: currentColor;
|
25171
|
-
border-radius: inherit;
|
25172
|
-
opacity: 0;
|
25173
|
-
transition: opacity 0.2s ease-in-out;
|
25135
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25136
|
+
width: auto;
|
25174
25137
|
}
|
25175
|
-
|
25176
|
-
|
25177
|
-
.v-stepper-item__underlay {
|
25178
|
-
pointer-events: none;
|
25138
|
+
.v-switch.v-input--vertical .v-label {
|
25139
|
+
min-width: max-content;
|
25179
25140
|
}
|
25180
|
-
.v-
|
25181
|
-
|
25182
|
-
|
25183
|
-
|
25184
|
-
|
25185
|
-
|
25186
|
-
|
25141
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25142
|
+
transform: rotate(-90deg);
|
25143
|
+
}
|
25144
|
+
|
25145
|
+
@media (forced-colors: active) {
|
25146
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
25147
|
+
color: currentColor;
|
25148
|
+
}
|
25149
|
+
.v-switch .v-switch__thumb {
|
25150
|
+
background-color: buttontext;
|
25151
|
+
}
|
25152
|
+
.v-switch .v-switch__track,
|
25153
|
+
.v-switch .v-switch__thumb {
|
25154
|
+
border: 1px solid;
|
25155
|
+
color: buttontext;
|
25156
|
+
}
|
25157
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25158
|
+
background-color: highlight;
|
25159
|
+
}
|
25160
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25161
|
+
background-color: highlight;
|
25162
|
+
}
|
25163
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25164
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25165
|
+
color: highlight;
|
25166
|
+
}
|
25167
|
+
.v-switch.v-switch--inset .v-switch__track {
|
25168
|
+
border-width: 2px;
|
25169
|
+
}
|
25170
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25171
|
+
background-color: highlighttext;
|
25172
|
+
color: highlighttext;
|
25173
|
+
}
|
25174
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25175
|
+
background-color: graytext;
|
25176
|
+
}
|
25177
|
+
.v-switch.v-input--disabled .v-switch__track,
|
25178
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25179
|
+
color: graytext;
|
25180
|
+
}
|
25181
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
25182
|
+
background-color: canvas;
|
25183
|
+
}
|
25184
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25185
|
+
border-width: 0;
|
25186
|
+
}
|
25187
25187
|
}.v-system-bar {
|
25188
25188
|
align-items: center;
|
25189
25189
|
display: flex;
|
@@ -25527,52 +25527,195 @@ html.v-overlay-scroll-blocked {
|
|
25527
25527
|
.v-text-field__prefix {
|
25528
25528
|
padding-inline-start: var(--v-field-padding-start);
|
25529
25529
|
}
|
25530
|
-
.v-text-field__suffix {
|
25531
|
-
padding-inline-end: var(--v-field-padding-end);
|
25530
|
+
.v-text-field__suffix {
|
25531
|
+
padding-inline-end: var(--v-field-padding-end);
|
25532
|
+
}
|
25533
|
+
|
25534
|
+
/* endregion */.v-textarea .v-field {
|
25535
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25536
|
+
}
|
25537
|
+
.v-textarea .v-field__field {
|
25538
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25539
|
+
}
|
25540
|
+
.v-textarea .v-field__input {
|
25541
|
+
flex: 1 1 auto;
|
25542
|
+
outline: none;
|
25543
|
+
-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));
|
25544
|
+
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));
|
25545
|
+
}
|
25546
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25547
|
+
visibility: hidden;
|
25548
|
+
position: absolute;
|
25549
|
+
top: 0;
|
25550
|
+
left: 0;
|
25551
|
+
height: 0 !important;
|
25552
|
+
min-height: 0 !important;
|
25553
|
+
pointer-events: none;
|
25554
|
+
}
|
25555
|
+
.v-textarea--no-resize .v-field__input {
|
25556
|
+
resize: none;
|
25557
|
+
}
|
25558
|
+
.v-textarea .v-field--no-label textarea,
|
25559
|
+
.v-textarea .v-field--active textarea {
|
25560
|
+
opacity: 1;
|
25561
|
+
}
|
25562
|
+
.v-textarea textarea {
|
25563
|
+
opacity: 0;
|
25564
|
+
flex: 1;
|
25565
|
+
min-width: 0;
|
25566
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25567
|
+
}
|
25568
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25569
|
+
outline: none;
|
25570
|
+
}
|
25571
|
+
.v-textarea textarea:invalid {
|
25572
|
+
box-shadow: none;
|
25573
|
+
}.v-theme-provider {
|
25574
|
+
background: rgb(var(--v-theme-background));
|
25575
|
+
color: rgb(var(--v-theme-on-background));
|
25576
|
+
}.v-toolbar {
|
25577
|
+
align-items: flex-start;
|
25578
|
+
display: flex;
|
25579
|
+
flex: none;
|
25580
|
+
flex-direction: column;
|
25581
|
+
justify-content: space-between;
|
25582
|
+
max-width: 100%;
|
25583
|
+
position: relative;
|
25584
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25585
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25586
|
+
width: 100%;
|
25587
|
+
}
|
25588
|
+
.v-toolbar {
|
25589
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25590
|
+
border-style: solid;
|
25591
|
+
border-width: 0;
|
25592
|
+
}
|
25593
|
+
.v-toolbar--border {
|
25594
|
+
border-width: thin;
|
25595
|
+
box-shadow: none;
|
25596
|
+
}
|
25597
|
+
.v-toolbar {
|
25598
|
+
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));
|
25599
|
+
}
|
25600
|
+
.v-toolbar {
|
25601
|
+
border-radius: 0;
|
25602
|
+
}
|
25603
|
+
.v-toolbar {
|
25604
|
+
background: rgb(var(--v-theme-surface-light));
|
25605
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25606
|
+
}
|
25607
|
+
.v-toolbar--absolute {
|
25608
|
+
position: absolute;
|
25609
|
+
}
|
25610
|
+
.v-toolbar--collapse {
|
25611
|
+
max-width: 112px;
|
25612
|
+
overflow: hidden;
|
25613
|
+
border-end-end-radius: 24px;
|
25614
|
+
}
|
25615
|
+
.v-toolbar--collapse .v-toolbar-title {
|
25616
|
+
display: none;
|
25617
|
+
}
|
25618
|
+
.v-toolbar--flat {
|
25619
|
+
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));
|
25620
|
+
}
|
25621
|
+
.v-toolbar--floating {
|
25622
|
+
display: inline-flex;
|
25623
|
+
}
|
25624
|
+
.v-toolbar--rounded {
|
25625
|
+
border-radius: 4px;
|
25626
|
+
}
|
25627
|
+
|
25628
|
+
.v-toolbar__content,
|
25629
|
+
.v-toolbar__extension {
|
25630
|
+
align-items: center;
|
25631
|
+
display: flex;
|
25632
|
+
flex: 0 0 auto;
|
25633
|
+
position: relative;
|
25634
|
+
transition: inherit;
|
25635
|
+
width: 100%;
|
25636
|
+
}
|
25637
|
+
|
25638
|
+
.v-toolbar__content {
|
25639
|
+
overflow: hidden;
|
25640
|
+
}
|
25641
|
+
.v-toolbar__content > .v-btn:first-child {
|
25642
|
+
margin-inline-start: 4px;
|
25643
|
+
}
|
25644
|
+
.v-toolbar__content > .v-btn:last-child {
|
25645
|
+
margin-inline-end: 4px;
|
25532
25646
|
}
|
25533
|
-
|
25534
|
-
|
25535
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25647
|
+
.v-toolbar__content > .v-toolbar-title {
|
25648
|
+
margin-inline-start: 20px;
|
25536
25649
|
}
|
25537
|
-
.v-
|
25538
|
-
|
25650
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
25651
|
+
align-items: flex-start;
|
25539
25652
|
}
|
25540
|
-
|
25541
|
-
|
25542
|
-
|
25543
|
-
|
25544
|
-
|
25653
|
+
|
25654
|
+
.v-toolbar__image {
|
25655
|
+
display: flex;
|
25656
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
25657
|
+
transition-property: opacity;
|
25545
25658
|
}
|
25546
|
-
.v-
|
25547
|
-
visibility: hidden;
|
25659
|
+
.v-toolbar__image {
|
25548
25660
|
position: absolute;
|
25549
25661
|
top: 0;
|
25550
25662
|
left: 0;
|
25551
|
-
|
25552
|
-
|
25553
|
-
pointer-events: none;
|
25663
|
+
width: 100%;
|
25664
|
+
height: 100%;
|
25554
25665
|
}
|
25555
|
-
|
25556
|
-
|
25666
|
+
|
25667
|
+
.v-toolbar__prepend,
|
25668
|
+
.v-toolbar__append {
|
25669
|
+
align-items: center;
|
25670
|
+
align-self: stretch;
|
25671
|
+
display: flex;
|
25557
25672
|
}
|
25558
|
-
|
25559
|
-
.v-
|
25560
|
-
|
25673
|
+
|
25674
|
+
.v-toolbar__prepend {
|
25675
|
+
margin-inline: 4px auto;
|
25561
25676
|
}
|
25562
|
-
|
25563
|
-
|
25564
|
-
|
25677
|
+
|
25678
|
+
.v-toolbar__append {
|
25679
|
+
margin-inline: auto 4px;
|
25680
|
+
}
|
25681
|
+
|
25682
|
+
.v-toolbar-title {
|
25683
|
+
flex: 1 1;
|
25684
|
+
font-size: 1.25rem;
|
25565
25685
|
min-width: 0;
|
25566
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25567
25686
|
}
|
25568
|
-
.v-
|
25569
|
-
|
25687
|
+
.v-toolbar-title {
|
25688
|
+
font-size: 1.25rem;
|
25689
|
+
font-weight: 400;
|
25690
|
+
letter-spacing: 0;
|
25691
|
+
line-height: 1.75rem;
|
25692
|
+
text-transform: none;
|
25570
25693
|
}
|
25571
|
-
.v-
|
25572
|
-
|
25573
|
-
|
25574
|
-
|
25575
|
-
|
25694
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25695
|
+
align-self: flex-end;
|
25696
|
+
padding-bottom: 6px;
|
25697
|
+
}
|
25698
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25699
|
+
font-size: 1.5rem;
|
25700
|
+
font-weight: 400;
|
25701
|
+
letter-spacing: 0;
|
25702
|
+
line-height: 2.25rem;
|
25703
|
+
text-transform: none;
|
25704
|
+
}
|
25705
|
+
|
25706
|
+
.v-toolbar-title__placeholder {
|
25707
|
+
overflow: hidden;
|
25708
|
+
text-overflow: ellipsis;
|
25709
|
+
white-space: nowrap;
|
25710
|
+
}
|
25711
|
+
|
25712
|
+
.v-toolbar-items {
|
25713
|
+
display: flex;
|
25714
|
+
height: inherit;
|
25715
|
+
align-self: stretch;
|
25716
|
+
}
|
25717
|
+
.v-toolbar-items > .v-btn {
|
25718
|
+
border-radius: 0;
|
25576
25719
|
}.v-timeline .v-timeline-divider__dot {
|
25577
25720
|
background: rgb(var(--v-theme-surface-light));
|
25578
25721
|
}
|
@@ -25991,158 +26134,6 @@ html.v-overlay-scroll-blocked {
|
|
25991
26134
|
|
25992
26135
|
.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 {
|
25993
26136
|
padding-inline-end: 0;
|
25994
|
-
}.v-toolbar {
|
25995
|
-
align-items: flex-start;
|
25996
|
-
display: flex;
|
25997
|
-
flex: none;
|
25998
|
-
flex-direction: column;
|
25999
|
-
justify-content: space-between;
|
26000
|
-
max-width: 100%;
|
26001
|
-
position: relative;
|
26002
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26003
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
26004
|
-
width: 100%;
|
26005
|
-
}
|
26006
|
-
.v-toolbar {
|
26007
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26008
|
-
border-style: solid;
|
26009
|
-
border-width: 0;
|
26010
|
-
}
|
26011
|
-
.v-toolbar--border {
|
26012
|
-
border-width: thin;
|
26013
|
-
box-shadow: none;
|
26014
|
-
}
|
26015
|
-
.v-toolbar {
|
26016
|
-
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));
|
26017
|
-
}
|
26018
|
-
.v-toolbar {
|
26019
|
-
border-radius: 0;
|
26020
|
-
}
|
26021
|
-
.v-toolbar {
|
26022
|
-
background: rgb(var(--v-theme-surface-light));
|
26023
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26024
|
-
}
|
26025
|
-
.v-toolbar--absolute {
|
26026
|
-
position: absolute;
|
26027
|
-
}
|
26028
|
-
.v-toolbar--collapse {
|
26029
|
-
max-width: 112px;
|
26030
|
-
overflow: hidden;
|
26031
|
-
border-end-end-radius: 24px;
|
26032
|
-
}
|
26033
|
-
.v-toolbar--collapse .v-toolbar-title {
|
26034
|
-
display: none;
|
26035
|
-
}
|
26036
|
-
.v-toolbar--flat {
|
26037
|
-
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));
|
26038
|
-
}
|
26039
|
-
.v-toolbar--floating {
|
26040
|
-
display: inline-flex;
|
26041
|
-
}
|
26042
|
-
.v-toolbar--rounded {
|
26043
|
-
border-radius: 4px;
|
26044
|
-
}
|
26045
|
-
|
26046
|
-
.v-toolbar__content,
|
26047
|
-
.v-toolbar__extension {
|
26048
|
-
align-items: center;
|
26049
|
-
display: flex;
|
26050
|
-
flex: 0 0 auto;
|
26051
|
-
position: relative;
|
26052
|
-
transition: inherit;
|
26053
|
-
width: 100%;
|
26054
|
-
}
|
26055
|
-
|
26056
|
-
.v-toolbar__content {
|
26057
|
-
overflow: hidden;
|
26058
|
-
}
|
26059
|
-
.v-toolbar__content > .v-btn:first-child {
|
26060
|
-
margin-inline-start: 4px;
|
26061
|
-
}
|
26062
|
-
.v-toolbar__content > .v-btn:last-child {
|
26063
|
-
margin-inline-end: 4px;
|
26064
|
-
}
|
26065
|
-
.v-toolbar__content > .v-toolbar-title {
|
26066
|
-
margin-inline-start: 20px;
|
26067
|
-
}
|
26068
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
26069
|
-
align-items: flex-start;
|
26070
|
-
}
|
26071
|
-
|
26072
|
-
.v-toolbar__image {
|
26073
|
-
display: flex;
|
26074
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
26075
|
-
transition-property: opacity;
|
26076
|
-
}
|
26077
|
-
.v-toolbar__image {
|
26078
|
-
position: absolute;
|
26079
|
-
top: 0;
|
26080
|
-
left: 0;
|
26081
|
-
width: 100%;
|
26082
|
-
height: 100%;
|
26083
|
-
}
|
26084
|
-
|
26085
|
-
.v-toolbar__prepend,
|
26086
|
-
.v-toolbar__append {
|
26087
|
-
align-items: center;
|
26088
|
-
align-self: stretch;
|
26089
|
-
display: flex;
|
26090
|
-
}
|
26091
|
-
|
26092
|
-
.v-toolbar__prepend {
|
26093
|
-
margin-inline: 4px auto;
|
26094
|
-
}
|
26095
|
-
|
26096
|
-
.v-toolbar__append {
|
26097
|
-
margin-inline: auto 4px;
|
26098
|
-
}
|
26099
|
-
|
26100
|
-
.v-toolbar-title {
|
26101
|
-
flex: 1 1;
|
26102
|
-
font-size: 1.25rem;
|
26103
|
-
min-width: 0;
|
26104
|
-
}
|
26105
|
-
.v-toolbar-title {
|
26106
|
-
font-size: 1.25rem;
|
26107
|
-
font-weight: 400;
|
26108
|
-
letter-spacing: 0;
|
26109
|
-
line-height: 1.75rem;
|
26110
|
-
text-transform: none;
|
26111
|
-
}
|
26112
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
26113
|
-
align-self: flex-end;
|
26114
|
-
padding-bottom: 6px;
|
26115
|
-
}
|
26116
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
26117
|
-
font-size: 1.5rem;
|
26118
|
-
font-weight: 400;
|
26119
|
-
letter-spacing: 0;
|
26120
|
-
line-height: 2.25rem;
|
26121
|
-
text-transform: none;
|
26122
|
-
}
|
26123
|
-
|
26124
|
-
.v-toolbar-title__placeholder {
|
26125
|
-
overflow: hidden;
|
26126
|
-
text-overflow: ellipsis;
|
26127
|
-
white-space: nowrap;
|
26128
|
-
}
|
26129
|
-
|
26130
|
-
.v-toolbar-items {
|
26131
|
-
display: flex;
|
26132
|
-
height: inherit;
|
26133
|
-
align-self: stretch;
|
26134
|
-
}
|
26135
|
-
.v-toolbar-items > .v-btn {
|
26136
|
-
border-radius: 0;
|
26137
|
-
}.v-virtual-scroll {
|
26138
|
-
display: block;
|
26139
|
-
flex: 1 1 auto;
|
26140
|
-
max-width: 100%;
|
26141
|
-
overflow: auto;
|
26142
|
-
position: relative;
|
26143
|
-
}
|
26144
|
-
.v-virtual-scroll__container {
|
26145
|
-
display: block;
|
26146
26137
|
}.v-tooltip > .v-overlay__content {
|
26147
26138
|
background: rgb(var(--v-theme-surface-variant));
|
26148
26139
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -26165,6 +26156,15 @@ html.v-overlay-scroll-blocked {
|
|
26165
26156
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26166
26157
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26167
26158
|
transition-duration: 75ms;
|
26159
|
+
}.v-virtual-scroll {
|
26160
|
+
display: block;
|
26161
|
+
flex: 1 1 auto;
|
26162
|
+
max-width: 100%;
|
26163
|
+
overflow: auto;
|
26164
|
+
position: relative;
|
26165
|
+
}
|
26166
|
+
.v-virtual-scroll__container {
|
26167
|
+
display: block;
|
26168
26168
|
}.v-window {
|
26169
26169
|
overflow: hidden;
|
26170
26170
|
}
|