@vuetify/nightly 3.4.0-beta.0-dev.2023-11-07 → 3.4.0-dev.2023-11-09
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -7
- package/dist/json/attributes.json +1974 -1998
- package/dist/json/importMap.json +124 -124
- package/dist/json/tags.json +1 -7
- package/dist/json/web-types.json +3878 -3940
- package/dist/vuetify-labs.css +1253 -1240
- package/dist/vuetify-labs.d.ts +206 -298
- package/dist/vuetify-labs.esm.js +108 -84
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +108 -84
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -725
- package/dist/vuetify.d.ts +240 -332
- package/dist/vuetify.esm.js +108 -84
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +108 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +963 -961
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +1 -1
- package/lib/components/VApp/index.d.mts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1 -1
- package/lib/components/VAvatar/index.d.mts +1 -1
- package/lib/components/VBadge/VBadge.mjs +2 -2
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +1 -1
- package/lib/components/VBanner/index.d.mts +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.d.mts +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +1 -1
- package/lib/components/VBtn/VBtn.css +0 -1
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtn/index.d.mts +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
- package/lib/components/VBtnGroup/index.d.mts +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +1 -1
- package/lib/components/VCard/index.d.mts +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +1 -1
- package/lib/components/VChip/index.d.mts +1 -1
- package/lib/components/VChipGroup/index.d.mts +1 -1
- package/lib/components/VCode/index.d.mts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.mts +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1 -1
- package/lib/components/VCounter/index.d.mts +1 -1
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +6 -1
- package/lib/components/VDataTable/VDataTable.mjs +6 -5
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +5 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +3 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +8 -7
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +7 -6
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +189 -188
- package/lib/components/VDatePicker/VDatePicker.mjs +6 -6
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +1 -1
- package/lib/components/VDefaultsProvider/index.d.mts +1 -1
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +1 -1
- package/lib/components/VDivider/index.d.mts +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +1 -1
- package/lib/components/VField/index.d.mts +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +3 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +1 -1
- package/lib/components/VFooter/index.d.mts +1 -1
- package/lib/components/VForm/index.d.mts +1 -1
- package/lib/components/VGrid/VSpacer.mjs +3 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +1 -1
- package/lib/components/VHover/index.d.mts +1 -1
- package/lib/components/VIcon/index.d.mts +1 -1
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +1 -1
- package/lib/components/VInput/index.d.mts +1 -1
- package/lib/components/VItemGroup/index.d.mts +1 -1
- package/lib/components/VKbd/index.d.mts +1 -1
- package/lib/components/VLabel/index.d.mts +1 -1
- package/lib/components/VLayout/index.d.mts +1 -1
- package/lib/components/VLazy/index.d.mts +1 -1
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +1 -1
- package/lib/components/VLocaleProvider/index.d.mts +1 -1
- package/lib/components/VMain/index.d.mts +1 -1
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +1 -1
- package/lib/components/VMessages/index.d.mts +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +1 -1
- package/lib/components/VOtpInput/index.d.mts +1 -1
- package/lib/components/VOverlay/index.d.mts +1 -1
- package/lib/components/VPagination/index.d.mts +1 -1
- package/lib/components/VParallax/index.d.mts +1 -1
- package/lib/components/VProgressCircular/index.d.mts +1 -1
- package/lib/components/VProgressLinear/index.d.mts +1 -1
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +1 -1
- package/lib/components/VRating/index.d.mts +1 -1
- package/lib/components/VResponsive/index.d.mts +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1 -1
- package/lib/components/VSelectionControl/index.d.mts +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
- package/lib/components/VSheet/index.d.mts +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -1
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +9 -7
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +4 -2
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +19 -141
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +1 -1
- package/lib/components/VSystemBar/index.d.mts +1 -1
- package/lib/components/VTable/VTable.css +12 -2
- package/lib/components/VTable/VTable.sass +7 -2
- package/lib/components/VTable/index.d.mts +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1 -1
- package/lib/components/VTextField/VTextField.mjs +3 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +5 -3
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +1 -1
- package/lib/components/VThemeProvider/index.d.mts +1 -1
- package/lib/components/VTimeline/index.d.mts +1 -1
- package/lib/components/VToolbar/index.d.mts +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +1 -1
- package/lib/components/VValidation/index.d.mts +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +206 -298
- package/lib/components/transitions/index.d.mts +1 -1
- package/lib/composables/list-items.mjs +2 -2
- package/lib/composables/list-items.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 +34 -34
- package/lib/labs/VConfirmEdit/index.d.mts +1 -1
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +1 -1
- package/lib/labs/components.d.mts +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +17 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-
|
|
2
|
+
* Vuetify v3.4.0-dev.2023-11-09
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16981,18 +16981,6 @@ html.overflow-y-hidden {
|
|
|
16981
16981
|
.v-ripple__animation--out {
|
|
16982
16982
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
16983
16983
|
opacity: 0;
|
|
16984
|
-
}.v-app-bar {
|
|
16985
|
-
display: flex;
|
|
16986
|
-
}
|
|
16987
|
-
.v-app-bar.v-toolbar {
|
|
16988
|
-
background: rgb(var(--v-theme-surface));
|
|
16989
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16990
|
-
}
|
|
16991
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16992
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
16993
|
-
}
|
|
16994
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16995
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
16996
16984
|
}.v-application {
|
|
16997
16985
|
display: flex;
|
|
16998
16986
|
background: rgb(var(--v-theme-background));
|
|
@@ -17009,6 +16997,18 @@ html.overflow-y-hidden {
|
|
|
17009
16997
|
min-height: 100vh;
|
|
17010
16998
|
min-height: 100dvh;
|
|
17011
16999
|
position: relative;
|
|
17000
|
+
}.v-app-bar {
|
|
17001
|
+
display: flex;
|
|
17002
|
+
}
|
|
17003
|
+
.v-app-bar.v-toolbar {
|
|
17004
|
+
background: rgb(var(--v-theme-surface));
|
|
17005
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17006
|
+
}
|
|
17007
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17008
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17009
|
+
}
|
|
17010
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17011
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17012
17012
|
}.v-alert {
|
|
17013
17013
|
display: grid;
|
|
17014
17014
|
flex: 1 1;
|
|
@@ -17219,6 +17219,87 @@ html.overflow-y-hidden {
|
|
|
17219
17219
|
text-transform: none;
|
|
17220
17220
|
word-break: normal;
|
|
17221
17221
|
word-wrap: break-word;
|
|
17222
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17223
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17224
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17225
|
+
cursor: text;
|
|
17226
|
+
}
|
|
17227
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
17228
|
+
flex: 1 1;
|
|
17229
|
+
}
|
|
17230
|
+
.v-autocomplete .v-field input {
|
|
17231
|
+
min-width: 64px;
|
|
17232
|
+
}
|
|
17233
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17234
|
+
min-width: 0;
|
|
17235
|
+
}
|
|
17236
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17237
|
+
margin-inline-end: 2px;
|
|
17238
|
+
}
|
|
17239
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
17240
|
+
overflow: hidden;
|
|
17241
|
+
text-overflow: ellipsis;
|
|
17242
|
+
white-space: nowrap;
|
|
17243
|
+
}
|
|
17244
|
+
|
|
17245
|
+
.v-autocomplete__content {
|
|
17246
|
+
overflow: hidden;
|
|
17247
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17248
|
+
border-radius: 4px;
|
|
17249
|
+
}
|
|
17250
|
+
.v-autocomplete__mask {
|
|
17251
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
|
17252
|
+
}
|
|
17253
|
+
.v-autocomplete__selection {
|
|
17254
|
+
display: inline-flex;
|
|
17255
|
+
align-items: center;
|
|
17256
|
+
height: 1.5rem;
|
|
17257
|
+
letter-spacing: inherit;
|
|
17258
|
+
line-height: inherit;
|
|
17259
|
+
max-width: calc(100% - 2px);
|
|
17260
|
+
}
|
|
17261
|
+
.v-autocomplete__selection:first-child {
|
|
17262
|
+
margin-inline-start: 0;
|
|
17263
|
+
}
|
|
17264
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17265
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17266
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17267
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17268
|
+
top: 0px;
|
|
17269
|
+
}
|
|
17270
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17271
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
17272
|
+
}
|
|
17273
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17274
|
+
opacity: 1;
|
|
17275
|
+
}
|
|
17276
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17277
|
+
caret-color: transparent;
|
|
17278
|
+
}
|
|
17279
|
+
.v-autocomplete--single.v-text-field input {
|
|
17280
|
+
flex: 1 1;
|
|
17281
|
+
position: absolute;
|
|
17282
|
+
left: 0;
|
|
17283
|
+
right: 0;
|
|
17284
|
+
width: 100%;
|
|
17285
|
+
padding-inline: inherit;
|
|
17286
|
+
}
|
|
17287
|
+
.v-autocomplete--single .v-field--active input {
|
|
17288
|
+
transition: none;
|
|
17289
|
+
}
|
|
17290
|
+
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
17291
|
+
opacity: 0;
|
|
17292
|
+
}
|
|
17293
|
+
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
17294
|
+
opacity: 0;
|
|
17295
|
+
}
|
|
17296
|
+
.v-autocomplete__menu-icon {
|
|
17297
|
+
margin-inline-start: 4px;
|
|
17298
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17299
|
+
}
|
|
17300
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17301
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
17302
|
+
transform: rotate(180deg);
|
|
17222
17303
|
}.v-avatar {
|
|
17223
17304
|
flex: none;
|
|
17224
17305
|
align-items: center;
|
|
@@ -17306,87 +17387,6 @@ html.overflow-y-hidden {
|
|
|
17306
17387
|
.v-avatar .v-img {
|
|
17307
17388
|
height: 100%;
|
|
17308
17389
|
width: 100%;
|
|
17309
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17310
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17311
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17312
|
-
cursor: text;
|
|
17313
|
-
}
|
|
17314
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
17315
|
-
flex: 1 1;
|
|
17316
|
-
}
|
|
17317
|
-
.v-autocomplete .v-field input {
|
|
17318
|
-
min-width: 64px;
|
|
17319
|
-
}
|
|
17320
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17321
|
-
min-width: 0;
|
|
17322
|
-
}
|
|
17323
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17324
|
-
margin-inline-end: 2px;
|
|
17325
|
-
}
|
|
17326
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
17327
|
-
overflow: hidden;
|
|
17328
|
-
text-overflow: ellipsis;
|
|
17329
|
-
white-space: nowrap;
|
|
17330
|
-
}
|
|
17331
|
-
|
|
17332
|
-
.v-autocomplete__content {
|
|
17333
|
-
overflow: hidden;
|
|
17334
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17335
|
-
border-radius: 4px;
|
|
17336
|
-
}
|
|
17337
|
-
.v-autocomplete__mask {
|
|
17338
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
|
17339
|
-
}
|
|
17340
|
-
.v-autocomplete__selection {
|
|
17341
|
-
display: inline-flex;
|
|
17342
|
-
align-items: center;
|
|
17343
|
-
height: 1.5rem;
|
|
17344
|
-
letter-spacing: inherit;
|
|
17345
|
-
line-height: inherit;
|
|
17346
|
-
max-width: calc(100% - 2px);
|
|
17347
|
-
}
|
|
17348
|
-
.v-autocomplete__selection:first-child {
|
|
17349
|
-
margin-inline-start: 0;
|
|
17350
|
-
}
|
|
17351
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17352
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17353
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17354
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17355
|
-
top: 0px;
|
|
17356
|
-
}
|
|
17357
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17358
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
17359
|
-
}
|
|
17360
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17361
|
-
opacity: 1;
|
|
17362
|
-
}
|
|
17363
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17364
|
-
caret-color: transparent;
|
|
17365
|
-
}
|
|
17366
|
-
.v-autocomplete--single.v-text-field input {
|
|
17367
|
-
flex: 1 1;
|
|
17368
|
-
position: absolute;
|
|
17369
|
-
left: 0;
|
|
17370
|
-
right: 0;
|
|
17371
|
-
width: 100%;
|
|
17372
|
-
padding-inline: inherit;
|
|
17373
|
-
}
|
|
17374
|
-
.v-autocomplete--single .v-field--active input {
|
|
17375
|
-
transition: none;
|
|
17376
|
-
}
|
|
17377
|
-
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
|
17378
|
-
opacity: 0;
|
|
17379
|
-
}
|
|
17380
|
-
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
|
17381
|
-
opacity: 0;
|
|
17382
|
-
}
|
|
17383
|
-
.v-autocomplete__menu-icon {
|
|
17384
|
-
margin-inline-start: 4px;
|
|
17385
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17386
|
-
}
|
|
17387
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17388
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
17389
|
-
transform: rotate(180deg);
|
|
17390
17390
|
}.v-badge {
|
|
17391
17391
|
display: inline-block;
|
|
17392
17392
|
line-height: 1;
|
|
@@ -17670,6 +17670,38 @@ html.overflow-y-hidden {
|
|
|
17670
17670
|
}
|
|
17671
17671
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17672
17672
|
transform: translateY(0.5rem);
|
|
17673
|
+
}.bottom-sheet-transition-enter-from {
|
|
17674
|
+
transform: translateY(100%);
|
|
17675
|
+
}
|
|
17676
|
+
.bottom-sheet-transition-leave-to {
|
|
17677
|
+
transform: translateY(100%);
|
|
17678
|
+
}
|
|
17679
|
+
|
|
17680
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17681
|
+
align-self: flex-end;
|
|
17682
|
+
border-radius: 0;
|
|
17683
|
+
flex: 0 1 auto;
|
|
17684
|
+
left: 0;
|
|
17685
|
+
right: 0;
|
|
17686
|
+
margin-inline: 0;
|
|
17687
|
+
margin-bottom: 0;
|
|
17688
|
+
transition-duration: 0.2s;
|
|
17689
|
+
width: 100%;
|
|
17690
|
+
max-width: 100%;
|
|
17691
|
+
overflow: visible;
|
|
17692
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17693
|
+
}
|
|
17694
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17695
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17696
|
+
border-radius: 0;
|
|
17697
|
+
}
|
|
17698
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17699
|
+
max-width: none;
|
|
17700
|
+
}
|
|
17701
|
+
@media (min-width: 600px) {
|
|
17702
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17703
|
+
max-width: 70%;
|
|
17704
|
+
}
|
|
17673
17705
|
}.v-breadcrumbs {
|
|
17674
17706
|
display: flex;
|
|
17675
17707
|
align-items: center;
|
|
@@ -17727,142 +17759,39 @@ html.overflow-y-hidden {
|
|
|
17727
17759
|
display: inline-block;
|
|
17728
17760
|
padding: 0 8px;
|
|
17729
17761
|
vertical-align: middle;
|
|
17730
|
-
}
|
|
17731
|
-
|
|
17732
|
-
|
|
17733
|
-
|
|
17762
|
+
}.v-btn {
|
|
17763
|
+
align-items: center;
|
|
17764
|
+
border-radius: 4px;
|
|
17765
|
+
display: inline-grid;
|
|
17766
|
+
grid-template-areas: "prepend content append";
|
|
17767
|
+
grid-template-columns: max-content auto max-content;
|
|
17768
|
+
font-weight: 500;
|
|
17769
|
+
justify-content: center;
|
|
17770
|
+
letter-spacing: 0.0892857143em;
|
|
17771
|
+
line-height: normal;
|
|
17734
17772
|
max-width: 100%;
|
|
17735
|
-
|
|
17736
|
-
|
|
17773
|
+
outline: none;
|
|
17774
|
+
position: relative;
|
|
17775
|
+
text-decoration: none;
|
|
17776
|
+
text-indent: 0.0892857143em;
|
|
17777
|
+
text-transform: uppercase;
|
|
17778
|
+
transition-property: box-shadow, transform, opacity, background;
|
|
17779
|
+
transition-duration: 0.28s;
|
|
17780
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17781
|
+
-webkit-user-select: none;
|
|
17782
|
+
user-select: none;
|
|
17737
17783
|
vertical-align: middle;
|
|
17784
|
+
flex-shrink: 0;
|
|
17738
17785
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17739
17786
|
border-style: solid;
|
|
17740
17787
|
border-width: 0;
|
|
17741
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17742
|
-
border-radius: 4px;
|
|
17743
|
-
background: transparent;
|
|
17744
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17745
17788
|
}
|
|
17746
|
-
.v-btn-
|
|
17747
|
-
|
|
17748
|
-
|
|
17749
|
-
|
|
17750
|
-
|
|
17751
|
-
|
|
17752
|
-
}
|
|
17753
|
-
|
|
17754
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
17755
|
-
height: 40px;
|
|
17756
|
-
}
|
|
17757
|
-
|
|
17758
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
17759
|
-
height: 36px;
|
|
17760
|
-
}
|
|
17761
|
-
|
|
17762
|
-
.v-btn-group .v-btn {
|
|
17763
|
-
border-radius: 0;
|
|
17764
|
-
border-color: inherit;
|
|
17765
|
-
}
|
|
17766
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
17767
|
-
border-inline-end: none;
|
|
17768
|
-
}
|
|
17769
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
17770
|
-
border-inline-start: none;
|
|
17771
|
-
}
|
|
17772
|
-
.v-btn-group .v-btn:first-child {
|
|
17773
|
-
border-start-start-radius: inherit;
|
|
17774
|
-
border-end-start-radius: inherit;
|
|
17775
|
-
}
|
|
17776
|
-
.v-btn-group .v-btn:last-child {
|
|
17777
|
-
border-start-end-radius: inherit;
|
|
17778
|
-
border-end-end-radius: inherit;
|
|
17779
|
-
}
|
|
17780
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17781
|
-
border-inline-end-width: thin;
|
|
17782
|
-
border-inline-end-style: solid;
|
|
17783
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17784
|
-
}
|
|
17785
|
-
.v-btn-group--tile {
|
|
17786
|
-
border-radius: 0;
|
|
17787
|
-
}.bottom-sheet-transition-enter-from {
|
|
17788
|
-
transform: translateY(100%);
|
|
17789
|
-
}
|
|
17790
|
-
.bottom-sheet-transition-leave-to {
|
|
17791
|
-
transform: translateY(100%);
|
|
17792
|
-
}
|
|
17793
|
-
|
|
17794
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17795
|
-
align-self: flex-end;
|
|
17796
|
-
border-radius: 0;
|
|
17797
|
-
flex: 0 1 auto;
|
|
17798
|
-
left: 0;
|
|
17799
|
-
right: 0;
|
|
17800
|
-
margin-inline: 0;
|
|
17801
|
-
margin-bottom: 0;
|
|
17802
|
-
transition-duration: 0.2s;
|
|
17803
|
-
width: 100%;
|
|
17804
|
-
max-width: 100%;
|
|
17805
|
-
overflow: visible;
|
|
17806
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17807
|
-
}
|
|
17808
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17809
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17810
|
-
border-radius: 0;
|
|
17811
|
-
}
|
|
17812
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17813
|
-
max-width: none;
|
|
17814
|
-
}
|
|
17815
|
-
@media (min-width: 600px) {
|
|
17816
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17817
|
-
max-width: 70%;
|
|
17818
|
-
}
|
|
17819
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
17820
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
17821
|
-
}
|
|
17822
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
17823
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
17824
|
-
}
|
|
17825
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
17826
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
17827
|
-
}
|
|
17828
|
-
@supports not selector(:focus-visible) {
|
|
17829
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
17830
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
17831
|
-
}
|
|
17832
|
-
}/** if false, disabled buttons will be greyed out */
|
|
17833
|
-
.v-btn {
|
|
17834
|
-
align-items: center;
|
|
17835
|
-
border-radius: 4px;
|
|
17836
|
-
display: inline-grid;
|
|
17837
|
-
grid-template-areas: "prepend content append";
|
|
17838
|
-
grid-template-columns: max-content auto max-content;
|
|
17839
|
-
font-weight: 500;
|
|
17840
|
-
justify-content: center;
|
|
17841
|
-
letter-spacing: 0.0892857143em;
|
|
17842
|
-
line-height: normal;
|
|
17843
|
-
max-width: 100%;
|
|
17844
|
-
outline: none;
|
|
17845
|
-
position: relative;
|
|
17846
|
-
text-decoration: none;
|
|
17847
|
-
text-indent: 0.0892857143em;
|
|
17848
|
-
text-transform: uppercase;
|
|
17849
|
-
transition-property: box-shadow, transform, opacity, background;
|
|
17850
|
-
transition-duration: 0.28s;
|
|
17851
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
17852
|
-
-webkit-user-select: none;
|
|
17853
|
-
user-select: none;
|
|
17854
|
-
vertical-align: middle;
|
|
17855
|
-
flex-shrink: 0;
|
|
17856
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17857
|
-
border-style: solid;
|
|
17858
|
-
border-width: 0;
|
|
17859
|
-
}
|
|
17860
|
-
.v-btn--size-x-small {
|
|
17861
|
-
--v-btn-size: 0.625rem;
|
|
17862
|
-
--v-btn-height: 20px;
|
|
17863
|
-
font-size: var(--v-btn-size);
|
|
17864
|
-
min-width: 36px;
|
|
17865
|
-
padding: 0 8px;
|
|
17789
|
+
.v-btn--size-x-small {
|
|
17790
|
+
--v-btn-size: 0.625rem;
|
|
17791
|
+
--v-btn-height: 20px;
|
|
17792
|
+
font-size: var(--v-btn-size);
|
|
17793
|
+
min-width: 36px;
|
|
17794
|
+
padding: 0 8px;
|
|
17866
17795
|
}
|
|
17867
17796
|
|
|
17868
17797
|
.v-btn--size-small {
|
|
@@ -18230,68 +18159,75 @@ html.overflow-y-hidden {
|
|
|
18230
18159
|
}
|
|
18231
18160
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
18232
18161
|
opacity: var(--v-border-opacity);
|
|
18233
|
-
}.v-
|
|
18162
|
+
}.v-btn-group {
|
|
18163
|
+
display: inline-flex;
|
|
18164
|
+
flex-wrap: nowrap;
|
|
18165
|
+
max-width: 100%;
|
|
18166
|
+
min-width: 0;
|
|
18234
18167
|
overflow: hidden;
|
|
18235
|
-
|
|
18236
|
-
|
|
18168
|
+
vertical-align: middle;
|
|
18169
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18170
|
+
border-style: solid;
|
|
18171
|
+
border-width: 0;
|
|
18172
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18173
|
+
border-radius: 4px;
|
|
18174
|
+
background: transparent;
|
|
18175
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18237
18176
|
}
|
|
18238
|
-
.v-
|
|
18239
|
-
|
|
18240
|
-
|
|
18241
|
-
bottom: 0;
|
|
18242
|
-
display: flex;
|
|
18243
|
-
height: 50px;
|
|
18244
|
-
justify-content: center;
|
|
18245
|
-
list-style-type: none;
|
|
18246
|
-
position: absolute;
|
|
18247
|
-
width: 100%;
|
|
18248
|
-
z-index: 1;
|
|
18177
|
+
.v-btn-group--border {
|
|
18178
|
+
border-width: thin;
|
|
18179
|
+
box-shadow: none;
|
|
18249
18180
|
}
|
|
18250
|
-
.v-
|
|
18251
|
-
|
|
18181
|
+
.v-btn-group--density-default.v-btn-group {
|
|
18182
|
+
height: 48px;
|
|
18252
18183
|
}
|
|
18253
|
-
|
|
18254
|
-
|
|
18184
|
+
|
|
18185
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
18186
|
+
height: 40px;
|
|
18255
18187
|
}
|
|
18256
|
-
|
|
18257
|
-
|
|
18188
|
+
|
|
18189
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
18190
|
+
height: 36px;
|
|
18258
18191
|
}
|
|
18259
|
-
|
|
18260
|
-
|
|
18261
|
-
|
|
18192
|
+
|
|
18193
|
+
.v-btn-group .v-btn {
|
|
18194
|
+
border-radius: 0;
|
|
18195
|
+
border-color: inherit;
|
|
18262
18196
|
}
|
|
18263
|
-
.v-
|
|
18264
|
-
|
|
18197
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
18198
|
+
border-inline-end: none;
|
|
18265
18199
|
}
|
|
18266
|
-
.v-
|
|
18267
|
-
|
|
18200
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
18201
|
+
border-inline-start: none;
|
|
18268
18202
|
}
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
position: absolute;
|
|
18273
|
-
bottom: 0;
|
|
18274
|
-
left: 0;
|
|
18275
|
-
right: 0;
|
|
18203
|
+
.v-btn-group .v-btn:first-child {
|
|
18204
|
+
border-start-start-radius: inherit;
|
|
18205
|
+
border-end-start-radius: inherit;
|
|
18276
18206
|
}
|
|
18277
|
-
|
|
18278
|
-
|
|
18279
|
-
|
|
18280
|
-
height: inherit;
|
|
18281
|
-
text-decoration: none;
|
|
18207
|
+
.v-btn-group .v-btn:last-child {
|
|
18208
|
+
border-start-end-radius: inherit;
|
|
18209
|
+
border-end-end-radius: inherit;
|
|
18282
18210
|
}
|
|
18283
|
-
.v-
|
|
18284
|
-
|
|
18211
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
18212
|
+
border-inline-end-width: thin;
|
|
18213
|
+
border-inline-end-style: solid;
|
|
18214
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18285
18215
|
}
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18216
|
+
.v-btn-group--tile {
|
|
18217
|
+
border-radius: 0;
|
|
18218
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
18219
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
18289
18220
|
}
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18221
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
18222
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18223
|
+
}
|
|
18224
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
18225
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18226
|
+
}
|
|
18227
|
+
@supports not selector(:focus-visible) {
|
|
18228
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
18229
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
18230
|
+
}
|
|
18295
18231
|
}.v-card {
|
|
18296
18232
|
display: block;
|
|
18297
18233
|
overflow: hidden;
|
|
@@ -18584,33 +18520,95 @@ html.overflow-y-hidden {
|
|
|
18584
18520
|
pointer-events: none;
|
|
18585
18521
|
opacity: 0;
|
|
18586
18522
|
transition: opacity 0.2s ease-in-out;
|
|
18587
|
-
}.v-
|
|
18588
|
-
min-height: var(--v-input-control-height);
|
|
18589
|
-
}.v-chip {
|
|
18590
|
-
align-items: center;
|
|
18591
|
-
cursor: default;
|
|
18592
|
-
display: inline-flex;
|
|
18593
|
-
font-weight: 400;
|
|
18594
|
-
max-width: 100%;
|
|
18595
|
-
min-width: 0;
|
|
18523
|
+
}.v-carousel {
|
|
18596
18524
|
overflow: hidden;
|
|
18597
18525
|
position: relative;
|
|
18598
|
-
|
|
18599
|
-
white-space: nowrap;
|
|
18600
|
-
vertical-align: middle;
|
|
18601
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18602
|
-
border-style: solid;
|
|
18603
|
-
border-width: 0;
|
|
18604
|
-
border-radius: 9999px;
|
|
18526
|
+
width: 100%;
|
|
18605
18527
|
}
|
|
18606
|
-
.v-
|
|
18607
|
-
|
|
18608
|
-
--v-
|
|
18609
|
-
|
|
18610
|
-
|
|
18528
|
+
.v-carousel__controls {
|
|
18529
|
+
align-items: center;
|
|
18530
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
18531
|
+
bottom: 0;
|
|
18532
|
+
display: flex;
|
|
18533
|
+
height: 50px;
|
|
18534
|
+
justify-content: center;
|
|
18535
|
+
list-style-type: none;
|
|
18536
|
+
position: absolute;
|
|
18537
|
+
width: 100%;
|
|
18538
|
+
z-index: 1;
|
|
18611
18539
|
}
|
|
18612
|
-
.v-
|
|
18613
|
-
|
|
18540
|
+
.v-carousel__controls > .v-item-group {
|
|
18541
|
+
flex: 0 1 auto;
|
|
18542
|
+
}
|
|
18543
|
+
.v-carousel__controls__item {
|
|
18544
|
+
margin: 0 8px;
|
|
18545
|
+
}
|
|
18546
|
+
.v-carousel__controls__item .v-icon {
|
|
18547
|
+
opacity: 0.5;
|
|
18548
|
+
}
|
|
18549
|
+
.v-carousel__controls__item--active .v-icon {
|
|
18550
|
+
opacity: 1;
|
|
18551
|
+
vertical-align: middle;
|
|
18552
|
+
}
|
|
18553
|
+
.v-carousel__controls__item:hover {
|
|
18554
|
+
background: none;
|
|
18555
|
+
}
|
|
18556
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
18557
|
+
opacity: 0.8;
|
|
18558
|
+
}
|
|
18559
|
+
|
|
18560
|
+
.v-carousel__progress {
|
|
18561
|
+
margin: 0;
|
|
18562
|
+
position: absolute;
|
|
18563
|
+
bottom: 0;
|
|
18564
|
+
left: 0;
|
|
18565
|
+
right: 0;
|
|
18566
|
+
}
|
|
18567
|
+
|
|
18568
|
+
.v-carousel-item {
|
|
18569
|
+
display: block;
|
|
18570
|
+
height: inherit;
|
|
18571
|
+
text-decoration: none;
|
|
18572
|
+
}
|
|
18573
|
+
.v-carousel-item > .v-img {
|
|
18574
|
+
height: inherit;
|
|
18575
|
+
}
|
|
18576
|
+
|
|
18577
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
18578
|
+
background: transparent;
|
|
18579
|
+
}
|
|
18580
|
+
|
|
18581
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
18582
|
+
flex-direction: column;
|
|
18583
|
+
height: 100% !important;
|
|
18584
|
+
width: 50px;
|
|
18585
|
+
}.v-checkbox .v-selection-control {
|
|
18586
|
+
min-height: var(--v-input-control-height);
|
|
18587
|
+
}.v-chip {
|
|
18588
|
+
align-items: center;
|
|
18589
|
+
cursor: default;
|
|
18590
|
+
display: inline-flex;
|
|
18591
|
+
font-weight: 400;
|
|
18592
|
+
max-width: 100%;
|
|
18593
|
+
min-width: 0;
|
|
18594
|
+
overflow: hidden;
|
|
18595
|
+
position: relative;
|
|
18596
|
+
text-decoration: none;
|
|
18597
|
+
white-space: nowrap;
|
|
18598
|
+
vertical-align: middle;
|
|
18599
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
18600
|
+
border-style: solid;
|
|
18601
|
+
border-width: 0;
|
|
18602
|
+
border-radius: 9999px;
|
|
18603
|
+
}
|
|
18604
|
+
.v-chip.v-chip--size-x-small {
|
|
18605
|
+
--v-chip-size: 0.625rem;
|
|
18606
|
+
--v-chip-height: 20px;
|
|
18607
|
+
font-size: 0.625rem;
|
|
18608
|
+
padding: 0 8px;
|
|
18609
|
+
}
|
|
18610
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
|
18611
|
+
--v-avatar-height: 14px;
|
|
18614
18612
|
}
|
|
18615
18613
|
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
18616
18614
|
--v-avatar-height: 20px;
|
|
@@ -19684,6 +19682,26 @@ html.overflow-y-hidden {
|
|
|
19684
19682
|
.offset-xxl-11 {
|
|
19685
19683
|
margin-inline-start: 91.6666666667%;
|
|
19686
19684
|
}
|
|
19685
|
+
}.v-color-picker {
|
|
19686
|
+
align-self: flex-start;
|
|
19687
|
+
contain: content;
|
|
19688
|
+
}
|
|
19689
|
+
.v-color-picker.v-sheet {
|
|
19690
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19691
|
+
border-radius: 4px;
|
|
19692
|
+
}
|
|
19693
|
+
|
|
19694
|
+
.v-color-picker__controls {
|
|
19695
|
+
display: flex;
|
|
19696
|
+
flex-direction: column;
|
|
19697
|
+
padding: 16px;
|
|
19698
|
+
}
|
|
19699
|
+
|
|
19700
|
+
.v-color-picker--flat {
|
|
19701
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19702
|
+
}
|
|
19703
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19704
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19687
19705
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
19688
19706
|
.v-combobox .v-field .v-text-field__suffix,
|
|
19689
19707
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -19765,26 +19783,6 @@ html.overflow-y-hidden {
|
|
|
19765
19783
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
19766
19784
|
opacity: var(--v-high-emphasis-opacity);
|
|
19767
19785
|
transform: rotate(180deg);
|
|
19768
|
-
}.v-color-picker {
|
|
19769
|
-
align-self: flex-start;
|
|
19770
|
-
contain: content;
|
|
19771
|
-
}
|
|
19772
|
-
.v-color-picker.v-sheet {
|
|
19773
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19774
|
-
border-radius: 4px;
|
|
19775
|
-
}
|
|
19776
|
-
|
|
19777
|
-
.v-color-picker__controls {
|
|
19778
|
-
display: flex;
|
|
19779
|
-
flex-direction: column;
|
|
19780
|
-
padding: 16px;
|
|
19781
|
-
}
|
|
19782
|
-
|
|
19783
|
-
.v-color-picker--flat {
|
|
19784
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19785
|
-
}
|
|
19786
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
19787
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
19788
19786
|
}.v-counter {
|
|
19789
19787
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19790
19788
|
flex: 0 1 auto;
|
|
@@ -19861,14 +19859,19 @@ html.overflow-y-hidden {
|
|
|
19861
19859
|
|
|
19862
19860
|
.v-data-table-column--fixed {
|
|
19863
19861
|
background: rgb(var(--v-theme-surface));
|
|
19864
|
-
position: sticky;
|
|
19862
|
+
position: sticky !important;
|
|
19865
19863
|
left: 0;
|
|
19864
|
+
z-index: 1;
|
|
19866
19865
|
}
|
|
19867
19866
|
|
|
19868
19867
|
.v-data-table-column--last-fixed {
|
|
19869
19868
|
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19870
19869
|
}
|
|
19871
19870
|
|
|
19871
|
+
.v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
|
|
19872
|
+
z-index: 2;
|
|
19873
|
+
}
|
|
19874
|
+
|
|
19872
19875
|
.v-data-table-group-header-row td {
|
|
19873
19876
|
background: rgba(var(--v-theme-surface));
|
|
19874
19877
|
color: rgba(var(--v-theme-on-surface));
|
|
@@ -19964,6 +19967,62 @@ html.overflow-y-hidden {
|
|
|
19964
19967
|
.v-date-picker-month__day .v-btn {
|
|
19965
19968
|
--v-btn-height: 28px;
|
|
19966
19969
|
--v-btn-size: 0.85rem;
|
|
19970
|
+
}.v-date-picker-controls {
|
|
19971
|
+
display: flex;
|
|
19972
|
+
align-items: center;
|
|
19973
|
+
justify-content: space-between;
|
|
19974
|
+
font-size: 0.875rem;
|
|
19975
|
+
padding-top: 4px;
|
|
19976
|
+
padding-bottom: 4px;
|
|
19977
|
+
padding-inline-start: 6px;
|
|
19978
|
+
padding-inline-end: 12px;
|
|
19979
|
+
}
|
|
19980
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
19981
|
+
text-transform: none;
|
|
19982
|
+
font-weight: 400;
|
|
19983
|
+
line-height: initial;
|
|
19984
|
+
letter-spacing: initial;
|
|
19985
|
+
}
|
|
19986
|
+
.v-date-picker-controls--variant-classic {
|
|
19987
|
+
padding-inline-start: 12px;
|
|
19988
|
+
}
|
|
19989
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
19990
|
+
opacity: 0.7;
|
|
19991
|
+
}
|
|
19992
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19993
|
+
cursor: pointer;
|
|
19994
|
+
}
|
|
19995
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
19996
|
+
opacity: 1;
|
|
19997
|
+
}
|
|
19998
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
19999
|
+
margin-inline-start: 4px;
|
|
20000
|
+
}
|
|
20001
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20002
|
+
transform: rotate(180deg);
|
|
20003
|
+
}
|
|
20004
|
+
|
|
20005
|
+
.v-date-picker-controls__date {
|
|
20006
|
+
margin-inline-end: 4px;
|
|
20007
|
+
}
|
|
20008
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20009
|
+
margin: auto;
|
|
20010
|
+
text-align: center;
|
|
20011
|
+
}
|
|
20012
|
+
|
|
20013
|
+
.v-date-picker-controls__month {
|
|
20014
|
+
display: flex;
|
|
20015
|
+
}
|
|
20016
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20017
|
+
flex-direction: row-reverse;
|
|
20018
|
+
}
|
|
20019
|
+
|
|
20020
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20021
|
+
flex: 1 0 auto;
|
|
20022
|
+
}
|
|
20023
|
+
|
|
20024
|
+
.v-date-picker__title {
|
|
20025
|
+
display: inline-block;
|
|
19967
20026
|
}.v-date-picker-header {
|
|
19968
20027
|
display: grid;
|
|
19969
20028
|
grid-template-areas: "prepend content append";
|
|
@@ -20025,82 +20084,6 @@ html.overflow-y-hidden {
|
|
|
20025
20084
|
.date-picker-header-reverse-transition-leave-to {
|
|
20026
20085
|
opacity: 0;
|
|
20027
20086
|
transform: translate(0, 100%);
|
|
20028
|
-
}.v-date-picker-controls {
|
|
20029
|
-
display: flex;
|
|
20030
|
-
align-items: center;
|
|
20031
|
-
justify-content: space-between;
|
|
20032
|
-
font-size: 0.875rem;
|
|
20033
|
-
padding-top: 4px;
|
|
20034
|
-
padding-bottom: 4px;
|
|
20035
|
-
padding-inline-start: 6px;
|
|
20036
|
-
padding-inline-end: 12px;
|
|
20037
|
-
}
|
|
20038
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20039
|
-
text-transform: none;
|
|
20040
|
-
font-weight: 400;
|
|
20041
|
-
line-height: initial;
|
|
20042
|
-
letter-spacing: initial;
|
|
20043
|
-
}
|
|
20044
|
-
.v-date-picker-controls--variant-classic {
|
|
20045
|
-
padding-inline-start: 12px;
|
|
20046
|
-
}
|
|
20047
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20048
|
-
opacity: 0.7;
|
|
20049
|
-
}
|
|
20050
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20051
|
-
cursor: pointer;
|
|
20052
|
-
}
|
|
20053
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20054
|
-
opacity: 1;
|
|
20055
|
-
}
|
|
20056
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20057
|
-
margin-inline-start: 4px;
|
|
20058
|
-
}
|
|
20059
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20060
|
-
transform: rotate(180deg);
|
|
20061
|
-
}
|
|
20062
|
-
|
|
20063
|
-
.v-date-picker-controls__date {
|
|
20064
|
-
margin-inline-end: 4px;
|
|
20065
|
-
}
|
|
20066
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20067
|
-
margin: auto;
|
|
20068
|
-
text-align: center;
|
|
20069
|
-
}
|
|
20070
|
-
|
|
20071
|
-
.v-date-picker-controls__month {
|
|
20072
|
-
display: flex;
|
|
20073
|
-
}
|
|
20074
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20075
|
-
flex-direction: row-reverse;
|
|
20076
|
-
}
|
|
20077
|
-
|
|
20078
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20079
|
-
flex: 1 0 auto;
|
|
20080
|
-
}
|
|
20081
|
-
|
|
20082
|
-
.v-date-picker__title {
|
|
20083
|
-
display: inline-block;
|
|
20084
|
-
}.v-date-picker-months {
|
|
20085
|
-
height: 320px;
|
|
20086
|
-
overflow-y: scroll;
|
|
20087
|
-
}
|
|
20088
|
-
|
|
20089
|
-
.v-date-picker-months__content {
|
|
20090
|
-
align-items: center;
|
|
20091
|
-
display: grid;
|
|
20092
|
-
flex: 1 1;
|
|
20093
|
-
height: inherit;
|
|
20094
|
-
justify-content: space-around;
|
|
20095
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20096
|
-
grid-gap: 4px 24px;
|
|
20097
|
-
padding-inline-start: 36px;
|
|
20098
|
-
padding-inline-end: 36px;
|
|
20099
|
-
}
|
|
20100
|
-
.v-date-picker-months__content .v-btn {
|
|
20101
|
-
text-transform: none;
|
|
20102
|
-
padding-inline-start: 8px;
|
|
20103
|
-
padding-inline-end: 8px;
|
|
20104
20087
|
}.v-date-picker-month {
|
|
20105
20088
|
display: flex;
|
|
20106
20089
|
justify-content: center;
|
|
@@ -20150,17 +20133,37 @@ html.overflow-y-hidden {
|
|
|
20150
20133
|
|
|
20151
20134
|
.v-date-picker-month__day--hide-adjacent {
|
|
20152
20135
|
opacity: 0;
|
|
20153
|
-
}.v-date-picker-
|
|
20136
|
+
}.v-date-picker-months {
|
|
20154
20137
|
height: 320px;
|
|
20155
20138
|
overflow-y: scroll;
|
|
20156
20139
|
}
|
|
20157
20140
|
|
|
20158
|
-
.v-date-picker-
|
|
20141
|
+
.v-date-picker-months__content {
|
|
20142
|
+
align-items: center;
|
|
20159
20143
|
display: grid;
|
|
20160
20144
|
flex: 1 1;
|
|
20145
|
+
height: inherit;
|
|
20161
20146
|
justify-content: space-around;
|
|
20162
|
-
grid-template-columns: repeat(
|
|
20163
|
-
gap:
|
|
20147
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20148
|
+
grid-gap: 4px 24px;
|
|
20149
|
+
padding-inline-start: 36px;
|
|
20150
|
+
padding-inline-end: 36px;
|
|
20151
|
+
}
|
|
20152
|
+
.v-date-picker-months__content .v-btn {
|
|
20153
|
+
text-transform: none;
|
|
20154
|
+
padding-inline-start: 8px;
|
|
20155
|
+
padding-inline-end: 8px;
|
|
20156
|
+
}.v-date-picker-years {
|
|
20157
|
+
height: 320px;
|
|
20158
|
+
overflow-y: scroll;
|
|
20159
|
+
}
|
|
20160
|
+
|
|
20161
|
+
.v-date-picker-years__content {
|
|
20162
|
+
display: grid;
|
|
20163
|
+
flex: 1 1;
|
|
20164
|
+
justify-content: space-around;
|
|
20165
|
+
grid-template-columns: repeat(3, 1fr);
|
|
20166
|
+
gap: 8px 24px;
|
|
20164
20167
|
padding-inline: 36px;
|
|
20165
20168
|
}
|
|
20166
20169
|
.v-date-picker-years__content .v-btn {
|
|
@@ -20250,6 +20253,35 @@ html.overflow-y-hidden {
|
|
|
20250
20253
|
-webkit-backface-visibility: hidden;
|
|
20251
20254
|
backface-visibility: hidden;
|
|
20252
20255
|
overflow-y: auto;
|
|
20256
|
+
}.v-divider {
|
|
20257
|
+
display: block;
|
|
20258
|
+
flex: 1 1 100%;
|
|
20259
|
+
height: 0px;
|
|
20260
|
+
max-height: 0px;
|
|
20261
|
+
opacity: var(--v-border-opacity);
|
|
20262
|
+
transition: inherit;
|
|
20263
|
+
border-style: solid;
|
|
20264
|
+
border-width: thin 0 0 0;
|
|
20265
|
+
}
|
|
20266
|
+
.v-divider--vertical {
|
|
20267
|
+
align-self: stretch;
|
|
20268
|
+
border-width: 0 thin 0 0;
|
|
20269
|
+
display: inline-flex;
|
|
20270
|
+
height: inherit;
|
|
20271
|
+
margin-left: -1px;
|
|
20272
|
+
max-height: 100%;
|
|
20273
|
+
max-width: 0px;
|
|
20274
|
+
vertical-align: text-bottom;
|
|
20275
|
+
width: 0px;
|
|
20276
|
+
}
|
|
20277
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20278
|
+
max-width: calc(100% - 72px);
|
|
20279
|
+
margin-inline-start: 72px;
|
|
20280
|
+
}
|
|
20281
|
+
.v-divider--inset.v-divider--vertical {
|
|
20282
|
+
margin-bottom: 8px;
|
|
20283
|
+
margin-top: 8px;
|
|
20284
|
+
max-height: calc(100% - 16px);
|
|
20253
20285
|
}.v-expansion-panel {
|
|
20254
20286
|
background-color: rgb(var(--v-theme-surface));
|
|
20255
20287
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -20449,35 +20481,6 @@ html.overflow-y-hidden {
|
|
|
20449
20481
|
}
|
|
20450
20482
|
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
20451
20483
|
max-width: calc(100% - 32px);
|
|
20452
|
-
}.v-divider {
|
|
20453
|
-
display: block;
|
|
20454
|
-
flex: 1 1 100%;
|
|
20455
|
-
height: 0px;
|
|
20456
|
-
max-height: 0px;
|
|
20457
|
-
opacity: var(--v-border-opacity);
|
|
20458
|
-
transition: inherit;
|
|
20459
|
-
border-style: solid;
|
|
20460
|
-
border-width: thin 0 0 0;
|
|
20461
|
-
}
|
|
20462
|
-
.v-divider--vertical {
|
|
20463
|
-
align-self: stretch;
|
|
20464
|
-
border-width: 0 thin 0 0;
|
|
20465
|
-
display: inline-flex;
|
|
20466
|
-
height: inherit;
|
|
20467
|
-
margin-left: -1px;
|
|
20468
|
-
max-height: 100%;
|
|
20469
|
-
max-width: 0px;
|
|
20470
|
-
vertical-align: text-bottom;
|
|
20471
|
-
width: 0px;
|
|
20472
|
-
}
|
|
20473
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20474
|
-
max-width: calc(100% - 72px);
|
|
20475
|
-
margin-inline-start: 72px;
|
|
20476
|
-
}
|
|
20477
|
-
.v-divider--inset.v-divider--vertical {
|
|
20478
|
-
margin-bottom: 8px;
|
|
20479
|
-
margin-top: 8px;
|
|
20480
|
-
max-height: calc(100% - 16px);
|
|
20481
20484
|
}/* region INPUT */
|
|
20482
20485
|
.v-field {
|
|
20483
20486
|
display: grid;
|
|
@@ -21172,11 +21175,6 @@ textarea.v-field__input::placeholder {
|
|
|
21172
21175
|
display: flex;
|
|
21173
21176
|
justify-content: center;
|
|
21174
21177
|
padding: 8px;
|
|
21175
|
-
}.v-item-group {
|
|
21176
|
-
flex: 0 1 auto;
|
|
21177
|
-
max-width: 100%;
|
|
21178
|
-
position: relative;
|
|
21179
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21180
21178
|
}.v-input {
|
|
21181
21179
|
display: grid;
|
|
21182
21180
|
flex: 1 1 auto;
|
|
@@ -21322,6 +21320,11 @@ textarea.v-field__input::placeholder {
|
|
|
21322
21320
|
|
|
21323
21321
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21324
21322
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21323
|
+
}.v-item-group {
|
|
21324
|
+
flex: 0 1 auto;
|
|
21325
|
+
max-width: 100%;
|
|
21326
|
+
position: relative;
|
|
21327
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21325
21328
|
}.v-label {
|
|
21326
21329
|
align-items: center;
|
|
21327
21330
|
color: inherit;
|
|
@@ -21929,6 +21932,22 @@ textarea.v-field__input::placeholder {
|
|
|
21929
21932
|
overflow: auto;
|
|
21930
21933
|
height: 100%;
|
|
21931
21934
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21935
|
+
}.v-messages {
|
|
21936
|
+
flex: 1 1 auto;
|
|
21937
|
+
font-size: 12px;
|
|
21938
|
+
min-height: 14px;
|
|
21939
|
+
min-width: 1px;
|
|
21940
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
21941
|
+
position: relative;
|
|
21942
|
+
}
|
|
21943
|
+
.v-messages__message {
|
|
21944
|
+
line-height: 12px;
|
|
21945
|
+
word-break: break-word;
|
|
21946
|
+
overflow-wrap: break-word;
|
|
21947
|
+
word-wrap: break-word;
|
|
21948
|
+
-webkit-hyphens: auto;
|
|
21949
|
+
hyphens: auto;
|
|
21950
|
+
transition-duration: 150ms;
|
|
21932
21951
|
}.v-navigation-drawer {
|
|
21933
21952
|
-webkit-overflow-scrolling: touch;
|
|
21934
21953
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22027,22 +22046,59 @@ textarea.v-field__input::placeholder {
|
|
|
22027
22046
|
.v-navigation-drawer__append {
|
|
22028
22047
|
flex: none;
|
|
22029
22048
|
overflow: hidden;
|
|
22030
|
-
}.v-
|
|
22031
|
-
|
|
22032
|
-
|
|
22033
|
-
|
|
22034
|
-
|
|
22035
|
-
|
|
22049
|
+
}.v-otp-input {
|
|
22050
|
+
border-radius: 4px;
|
|
22051
|
+
align-items: center;
|
|
22052
|
+
display: flex;
|
|
22053
|
+
justify-content: center;
|
|
22054
|
+
padding: 0.5rem 0;
|
|
22036
22055
|
position: relative;
|
|
22037
22056
|
}
|
|
22038
|
-
.v-
|
|
22039
|
-
|
|
22040
|
-
|
|
22041
|
-
|
|
22042
|
-
|
|
22043
|
-
|
|
22044
|
-
|
|
22045
|
-
|
|
22057
|
+
.v-otp-input .v-field {
|
|
22058
|
+
height: 100%;
|
|
22059
|
+
}
|
|
22060
|
+
|
|
22061
|
+
.v-otp-input__divider {
|
|
22062
|
+
margin: 0 8px;
|
|
22063
|
+
}
|
|
22064
|
+
|
|
22065
|
+
.v-otp-input__content {
|
|
22066
|
+
align-items: center;
|
|
22067
|
+
display: flex;
|
|
22068
|
+
gap: 0.5rem;
|
|
22069
|
+
height: 64px;
|
|
22070
|
+
padding: 0.5rem;
|
|
22071
|
+
justify-content: center;
|
|
22072
|
+
max-width: 320px;
|
|
22073
|
+
position: relative;
|
|
22074
|
+
border-radius: inherit;
|
|
22075
|
+
}
|
|
22076
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
22077
|
+
max-width: 360px;
|
|
22078
|
+
}
|
|
22079
|
+
|
|
22080
|
+
.v-otp-input__field {
|
|
22081
|
+
color: inherit;
|
|
22082
|
+
font-size: 1.25rem;
|
|
22083
|
+
height: 100%;
|
|
22084
|
+
outline: none;
|
|
22085
|
+
text-align: center;
|
|
22086
|
+
width: 100%;
|
|
22087
|
+
}
|
|
22088
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
22089
|
+
-webkit-appearance: none;
|
|
22090
|
+
margin: 0;
|
|
22091
|
+
}
|
|
22092
|
+
.v-otp-input__field[type=number] {
|
|
22093
|
+
-moz-appearance: textfield;
|
|
22094
|
+
}
|
|
22095
|
+
|
|
22096
|
+
.v-otp-input__loader {
|
|
22097
|
+
align-items: center;
|
|
22098
|
+
display: flex;
|
|
22099
|
+
height: 100%;
|
|
22100
|
+
justify-content: center;
|
|
22101
|
+
width: 100%;
|
|
22046
22102
|
}.v-overlay-container {
|
|
22047
22103
|
contain: layout;
|
|
22048
22104
|
left: 0;
|
|
@@ -22106,59 +22162,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22106
22162
|
|
|
22107
22163
|
.v-overlay--scroll-blocked {
|
|
22108
22164
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22109
|
-
}.v-otp-input {
|
|
22110
|
-
border-radius: 4px;
|
|
22111
|
-
align-items: center;
|
|
22112
|
-
display: flex;
|
|
22113
|
-
justify-content: center;
|
|
22114
|
-
padding: 0.5rem 0;
|
|
22115
|
-
position: relative;
|
|
22116
|
-
}
|
|
22117
|
-
.v-otp-input .v-field {
|
|
22118
|
-
height: 100%;
|
|
22119
|
-
}
|
|
22120
|
-
|
|
22121
|
-
.v-otp-input__divider {
|
|
22122
|
-
margin: 0 8px;
|
|
22123
|
-
}
|
|
22124
|
-
|
|
22125
|
-
.v-otp-input__content {
|
|
22126
|
-
align-items: center;
|
|
22127
|
-
display: flex;
|
|
22128
|
-
gap: 0.5rem;
|
|
22129
|
-
height: 64px;
|
|
22130
|
-
padding: 0.5rem;
|
|
22131
|
-
justify-content: center;
|
|
22132
|
-
max-width: 320px;
|
|
22133
|
-
position: relative;
|
|
22134
|
-
border-radius: inherit;
|
|
22135
|
-
}
|
|
22136
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
22137
|
-
max-width: 360px;
|
|
22138
|
-
}
|
|
22139
|
-
|
|
22140
|
-
.v-otp-input__field {
|
|
22141
|
-
color: inherit;
|
|
22142
|
-
font-size: 1.25rem;
|
|
22143
|
-
height: 100%;
|
|
22144
|
-
outline: none;
|
|
22145
|
-
text-align: center;
|
|
22146
|
-
width: 100%;
|
|
22147
|
-
}
|
|
22148
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
22149
|
-
-webkit-appearance: none;
|
|
22150
|
-
margin: 0;
|
|
22151
|
-
}
|
|
22152
|
-
.v-otp-input__field[type=number] {
|
|
22153
|
-
-moz-appearance: textfield;
|
|
22154
|
-
}
|
|
22155
|
-
|
|
22156
|
-
.v-otp-input__loader {
|
|
22157
|
-
align-items: center;
|
|
22158
|
-
display: flex;
|
|
22159
|
-
height: 100%;
|
|
22160
|
-
justify-content: center;
|
|
22161
|
-
width: 100%;
|
|
22162
22165
|
}.v-pagination__list {
|
|
22163
22166
|
display: inline-flex;
|
|
22164
22167
|
list-style-type: none;
|
|
@@ -22497,60 +22500,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22497
22500
|
}
|
|
22498
22501
|
.v-radio-group .v-input__details {
|
|
22499
22502
|
padding-inline: 16px;
|
|
22500
|
-
}.v-rating {
|
|
22501
|
-
max-width: 100%;
|
|
22502
|
-
display: inline-flex;
|
|
22503
|
-
white-space: nowrap;
|
|
22504
|
-
}
|
|
22505
|
-
.v-rating--readonly {
|
|
22506
|
-
pointer-events: none;
|
|
22507
|
-
}
|
|
22508
|
-
|
|
22509
|
-
.v-rating__wrapper {
|
|
22510
|
-
align-items: center;
|
|
22511
|
-
display: inline-flex;
|
|
22512
|
-
flex-direction: column;
|
|
22513
|
-
}
|
|
22514
|
-
.v-rating__wrapper--bottom {
|
|
22515
|
-
flex-direction: column-reverse;
|
|
22516
|
-
}
|
|
22517
|
-
|
|
22518
|
-
.v-rating__item {
|
|
22519
|
-
display: inline-flex;
|
|
22520
|
-
position: relative;
|
|
22521
|
-
}
|
|
22522
|
-
.v-rating__item label {
|
|
22523
|
-
cursor: pointer;
|
|
22524
|
-
}
|
|
22525
|
-
.v-rating__item .v-btn--variant-plain {
|
|
22526
|
-
opacity: 1;
|
|
22527
|
-
}
|
|
22528
|
-
.v-rating__item .v-btn {
|
|
22529
|
-
transition-property: transform;
|
|
22530
|
-
}
|
|
22531
|
-
.v-rating__item .v-btn .v-icon {
|
|
22532
|
-
transition: inherit;
|
|
22533
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22534
|
-
}
|
|
22535
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22536
|
-
transform: scale(1.25);
|
|
22537
|
-
}
|
|
22538
|
-
.v-rating__item--half {
|
|
22539
|
-
overflow: hidden;
|
|
22540
|
-
position: absolute;
|
|
22541
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22542
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22543
|
-
z-index: 1;
|
|
22544
|
-
}
|
|
22545
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22546
|
-
opacity: 0;
|
|
22547
|
-
}
|
|
22548
|
-
|
|
22549
|
-
.v-rating__hidden {
|
|
22550
|
-
height: 0;
|
|
22551
|
-
opacity: 0;
|
|
22552
|
-
position: absolute;
|
|
22553
|
-
width: 0;
|
|
22554
22503
|
}.v-slider .v-slider__container input {
|
|
22555
22504
|
cursor: default;
|
|
22556
22505
|
padding: 0;
|
|
@@ -22608,6 +22557,60 @@ html.v-overlay-scroll-blocked {
|
|
|
22608
22557
|
|
|
22609
22558
|
.v-slider__label {
|
|
22610
22559
|
margin-inline-end: 12px;
|
|
22560
|
+
}.v-rating {
|
|
22561
|
+
max-width: 100%;
|
|
22562
|
+
display: inline-flex;
|
|
22563
|
+
white-space: nowrap;
|
|
22564
|
+
}
|
|
22565
|
+
.v-rating--readonly {
|
|
22566
|
+
pointer-events: none;
|
|
22567
|
+
}
|
|
22568
|
+
|
|
22569
|
+
.v-rating__wrapper {
|
|
22570
|
+
align-items: center;
|
|
22571
|
+
display: inline-flex;
|
|
22572
|
+
flex-direction: column;
|
|
22573
|
+
}
|
|
22574
|
+
.v-rating__wrapper--bottom {
|
|
22575
|
+
flex-direction: column-reverse;
|
|
22576
|
+
}
|
|
22577
|
+
|
|
22578
|
+
.v-rating__item {
|
|
22579
|
+
display: inline-flex;
|
|
22580
|
+
position: relative;
|
|
22581
|
+
}
|
|
22582
|
+
.v-rating__item label {
|
|
22583
|
+
cursor: pointer;
|
|
22584
|
+
}
|
|
22585
|
+
.v-rating__item .v-btn--variant-plain {
|
|
22586
|
+
opacity: 1;
|
|
22587
|
+
}
|
|
22588
|
+
.v-rating__item .v-btn {
|
|
22589
|
+
transition-property: transform;
|
|
22590
|
+
}
|
|
22591
|
+
.v-rating__item .v-btn .v-icon {
|
|
22592
|
+
transition: inherit;
|
|
22593
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22594
|
+
}
|
|
22595
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22596
|
+
transform: scale(1.25);
|
|
22597
|
+
}
|
|
22598
|
+
.v-rating__item--half {
|
|
22599
|
+
overflow: hidden;
|
|
22600
|
+
position: absolute;
|
|
22601
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22602
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22603
|
+
z-index: 1;
|
|
22604
|
+
}
|
|
22605
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22606
|
+
opacity: 0;
|
|
22607
|
+
}
|
|
22608
|
+
|
|
22609
|
+
.v-rating__hidden {
|
|
22610
|
+
height: 0;
|
|
22611
|
+
opacity: 0;
|
|
22612
|
+
position: absolute;
|
|
22613
|
+
width: 0;
|
|
22611
22614
|
}.v-responsive {
|
|
22612
22615
|
display: flex;
|
|
22613
22616
|
flex: 1 0 auto;
|
|
@@ -22634,6 +22637,54 @@ html.v-overlay-scroll-blocked {
|
|
|
22634
22637
|
flex: 1 0 0px;
|
|
22635
22638
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22636
22639
|
pointer-events: none;
|
|
22640
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
22641
|
+
.v-select .v-field .v-text-field__suffix,
|
|
22642
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22643
|
+
cursor: pointer;
|
|
22644
|
+
}
|
|
22645
|
+
.v-select .v-field .v-field__input > input {
|
|
22646
|
+
align-self: flex-start;
|
|
22647
|
+
opacity: 1;
|
|
22648
|
+
flex: 0 0;
|
|
22649
|
+
position: absolute;
|
|
22650
|
+
width: 100%;
|
|
22651
|
+
transition: none;
|
|
22652
|
+
pointer-events: none;
|
|
22653
|
+
caret-color: transparent;
|
|
22654
|
+
}
|
|
22655
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
22656
|
+
margin-inline-end: 2px;
|
|
22657
|
+
}
|
|
22658
|
+
.v-select .v-select__selection-text {
|
|
22659
|
+
overflow: hidden;
|
|
22660
|
+
text-overflow: ellipsis;
|
|
22661
|
+
white-space: nowrap;
|
|
22662
|
+
}
|
|
22663
|
+
.v-select__content {
|
|
22664
|
+
overflow: hidden;
|
|
22665
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22666
|
+
border-radius: 4px;
|
|
22667
|
+
}
|
|
22668
|
+
.v-select__selection {
|
|
22669
|
+
display: inline-flex;
|
|
22670
|
+
align-items: center;
|
|
22671
|
+
letter-spacing: inherit;
|
|
22672
|
+
line-height: inherit;
|
|
22673
|
+
max-width: 100%;
|
|
22674
|
+
}
|
|
22675
|
+
.v-select .v-select__selection:first-child {
|
|
22676
|
+
margin-inline-start: 0;
|
|
22677
|
+
}
|
|
22678
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
22679
|
+
opacity: 0;
|
|
22680
|
+
}
|
|
22681
|
+
.v-select__menu-icon {
|
|
22682
|
+
margin-inline-start: 4px;
|
|
22683
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22684
|
+
}
|
|
22685
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
22686
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
22687
|
+
transform: rotate(180deg);
|
|
22637
22688
|
}.v-selection-control {
|
|
22638
22689
|
align-items: center;
|
|
22639
22690
|
contain: layout;
|
|
@@ -22712,77 +22763,37 @@ html.v-overlay-scroll-blocked {
|
|
|
22712
22763
|
.v-selection-control__input::before {
|
|
22713
22764
|
content: "";
|
|
22714
22765
|
position: absolute;
|
|
22715
|
-
top: 0;
|
|
22716
|
-
left: 0;
|
|
22717
|
-
width: 100%;
|
|
22718
|
-
height: 100%;
|
|
22719
|
-
border-radius: 100%;
|
|
22720
|
-
background-color: currentColor;
|
|
22721
|
-
opacity: 0;
|
|
22722
|
-
pointer-events: none;
|
|
22723
|
-
}
|
|
22724
|
-
.v-selection-control__input:hover::before {
|
|
22725
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22726
|
-
}
|
|
22727
|
-
.v-selection-control__input > .v-icon {
|
|
22728
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
22729
|
-
}
|
|
22730
|
-
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
|
|
22731
|
-
opacity: 1;
|
|
22732
|
-
}
|
|
22733
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
|
|
22734
|
-
color: rgb(var(--v-theme-error));
|
|
22735
|
-
}
|
|
22736
|
-
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22737
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22738
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
22739
|
-
.v-select .v-field .v-text-field__suffix,
|
|
22740
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22741
|
-
cursor: pointer;
|
|
22742
|
-
}
|
|
22743
|
-
.v-select .v-field .v-field__input > input {
|
|
22744
|
-
align-self: flex-start;
|
|
22745
|
-
opacity: 1;
|
|
22746
|
-
flex: 0 0;
|
|
22747
|
-
position: absolute;
|
|
22748
|
-
width: 100%;
|
|
22749
|
-
transition: none;
|
|
22750
|
-
pointer-events: none;
|
|
22751
|
-
caret-color: transparent;
|
|
22752
|
-
}
|
|
22753
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
22754
|
-
margin-inline-end: 2px;
|
|
22755
|
-
}
|
|
22756
|
-
.v-select .v-select__selection-text {
|
|
22757
|
-
overflow: hidden;
|
|
22758
|
-
text-overflow: ellipsis;
|
|
22759
|
-
white-space: nowrap;
|
|
22766
|
+
top: 0;
|
|
22767
|
+
left: 0;
|
|
22768
|
+
width: 100%;
|
|
22769
|
+
height: 100%;
|
|
22770
|
+
border-radius: 100%;
|
|
22771
|
+
background-color: currentColor;
|
|
22772
|
+
opacity: 0;
|
|
22773
|
+
pointer-events: none;
|
|
22760
22774
|
}
|
|
22761
|
-
.v-
|
|
22762
|
-
|
|
22763
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22764
|
-
border-radius: 4px;
|
|
22775
|
+
.v-selection-control__input:hover::before {
|
|
22776
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22765
22777
|
}
|
|
22766
|
-
.v-
|
|
22767
|
-
|
|
22768
|
-
align-items: center;
|
|
22769
|
-
letter-spacing: inherit;
|
|
22770
|
-
line-height: inherit;
|
|
22771
|
-
max-width: 100%;
|
|
22778
|
+
.v-selection-control__input > .v-icon {
|
|
22779
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22772
22780
|
}
|
|
22773
|
-
.v-
|
|
22774
|
-
|
|
22781
|
+
.v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
|
|
22782
|
+
opacity: 1;
|
|
22775
22783
|
}
|
|
22776
|
-
.v-
|
|
22777
|
-
|
|
22784
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
|
|
22785
|
+
color: rgb(var(--v-theme-error));
|
|
22778
22786
|
}
|
|
22779
|
-
.v-
|
|
22780
|
-
|
|
22781
|
-
|
|
22787
|
+
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22788
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22789
|
+
}.v-selection-control-group {
|
|
22790
|
+
grid-area: control;
|
|
22791
|
+
display: flex;
|
|
22792
|
+
flex-direction: column;
|
|
22782
22793
|
}
|
|
22783
|
-
.v-
|
|
22784
|
-
|
|
22785
|
-
|
|
22794
|
+
.v-selection-control-group--inline {
|
|
22795
|
+
flex-direction: row;
|
|
22796
|
+
flex-wrap: wrap;
|
|
22786
22797
|
}.v-sheet {
|
|
22787
22798
|
display: block;
|
|
22788
22799
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -23034,14 +23045,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23034
23045
|
100% {
|
|
23035
23046
|
transform: translateX(100%);
|
|
23036
23047
|
}
|
|
23037
|
-
}.v-selection-control-group {
|
|
23038
|
-
grid-area: control;
|
|
23039
|
-
display: flex;
|
|
23040
|
-
flex-direction: column;
|
|
23041
|
-
}
|
|
23042
|
-
.v-selection-control-group--inline {
|
|
23043
|
-
flex-direction: row;
|
|
23044
|
-
flex-wrap: wrap;
|
|
23045
23048
|
}.v-slide-group {
|
|
23046
23049
|
display: flex;
|
|
23047
23050
|
overflow: hidden;
|
|
@@ -23410,35 +23413,43 @@ html.v-overlay-scroll-blocked {
|
|
|
23410
23413
|
}
|
|
23411
23414
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23412
23415
|
width: auto;
|
|
23413
|
-
}.v-
|
|
23414
|
-
|
|
23415
|
-
|
|
23416
|
-
|
|
23417
|
-
|
|
23418
|
-
|
|
23419
|
-
max-width:
|
|
23416
|
+
}.v-system-bar {
|
|
23417
|
+
align-items: center;
|
|
23418
|
+
display: flex;
|
|
23419
|
+
flex: 1 1 auto;
|
|
23420
|
+
height: 24px;
|
|
23421
|
+
justify-content: flex-end;
|
|
23422
|
+
max-width: 100%;
|
|
23423
|
+
padding-inline: 8px;
|
|
23424
|
+
position: relative;
|
|
23425
|
+
text-align: end;
|
|
23426
|
+
width: 100%;
|
|
23427
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23428
|
+
background: rgba(var(--v-theme-on-surface-variant));
|
|
23429
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23430
|
+
font-size: 0.75rem;
|
|
23431
|
+
font-weight: 400;
|
|
23432
|
+
letter-spacing: 0.0333333333em;
|
|
23433
|
+
line-height: 1.25rem;
|
|
23434
|
+
text-transform: none;
|
|
23420
23435
|
}
|
|
23421
|
-
.v-
|
|
23422
|
-
|
|
23436
|
+
.v-system-bar .v-icon {
|
|
23437
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
23423
23438
|
}
|
|
23424
|
-
|
|
23425
|
-
.v-tab__slider {
|
|
23439
|
+
.v-system-bar--absolute {
|
|
23426
23440
|
position: absolute;
|
|
23427
|
-
bottom: 0;
|
|
23428
|
-
left: 0;
|
|
23429
|
-
height: 2px;
|
|
23430
|
-
width: 100%;
|
|
23431
|
-
background: currentColor;
|
|
23432
|
-
pointer-events: none;
|
|
23433
|
-
opacity: 0;
|
|
23434
23441
|
}
|
|
23435
|
-
.v-
|
|
23436
|
-
|
|
23442
|
+
.v-system-bar--fixed {
|
|
23443
|
+
position: fixed;
|
|
23437
23444
|
}
|
|
23438
|
-
.v-
|
|
23439
|
-
|
|
23440
|
-
|
|
23441
|
-
|
|
23445
|
+
.v-system-bar--rounded {
|
|
23446
|
+
border-radius: 0;
|
|
23447
|
+
}
|
|
23448
|
+
.v-system-bar--window {
|
|
23449
|
+
height: 32px;
|
|
23450
|
+
}
|
|
23451
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23452
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23442
23453
|
}.v-tabs {
|
|
23443
23454
|
display: flex;
|
|
23444
23455
|
height: var(--v-tabs-height);
|
|
@@ -23505,43 +23516,35 @@ html.v-overlay-scroll-blocked {
|
|
|
23505
23516
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
23506
23517
|
margin-inline-end: 52px;
|
|
23507
23518
|
}
|
|
23508
|
-
}.v-
|
|
23509
|
-
|
|
23510
|
-
|
|
23511
|
-
|
|
23512
|
-
height: 24px;
|
|
23513
|
-
justify-content: flex-end;
|
|
23514
|
-
max-width: 100%;
|
|
23515
|
-
padding-inline: 8px;
|
|
23516
|
-
position: relative;
|
|
23517
|
-
text-align: end;
|
|
23518
|
-
width: 100%;
|
|
23519
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
23520
|
-
background: rgba(var(--v-theme-on-surface-variant));
|
|
23521
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
23522
|
-
font-size: 0.75rem;
|
|
23523
|
-
font-weight: 400;
|
|
23524
|
-
letter-spacing: 0.0333333333em;
|
|
23525
|
-
line-height: 1.25rem;
|
|
23526
|
-
text-transform: none;
|
|
23527
|
-
}
|
|
23528
|
-
.v-system-bar .v-icon {
|
|
23529
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23519
|
+
}.v-tab.v-tab {
|
|
23520
|
+
--v-btn-height: var(--v-tabs-height);
|
|
23521
|
+
border-radius: 0;
|
|
23522
|
+
min-width: 90px;
|
|
23530
23523
|
}
|
|
23531
|
-
.v-
|
|
23532
|
-
|
|
23524
|
+
.v-slide-group--horizontal .v-tab {
|
|
23525
|
+
max-width: 360px;
|
|
23533
23526
|
}
|
|
23534
|
-
.v-
|
|
23535
|
-
|
|
23527
|
+
.v-slide-group--vertical .v-tab {
|
|
23528
|
+
justify-content: start;
|
|
23536
23529
|
}
|
|
23537
|
-
|
|
23538
|
-
|
|
23530
|
+
|
|
23531
|
+
.v-tab__slider {
|
|
23532
|
+
position: absolute;
|
|
23533
|
+
bottom: 0;
|
|
23534
|
+
left: 0;
|
|
23535
|
+
height: 2px;
|
|
23536
|
+
width: 100%;
|
|
23537
|
+
background: currentColor;
|
|
23538
|
+
pointer-events: none;
|
|
23539
|
+
opacity: 0;
|
|
23539
23540
|
}
|
|
23540
|
-
.v-
|
|
23541
|
-
|
|
23541
|
+
.v-tab--selected .v-tab__slider {
|
|
23542
|
+
opacity: 1;
|
|
23542
23543
|
}
|
|
23543
|
-
.v-
|
|
23544
|
-
|
|
23544
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
23545
|
+
top: 0;
|
|
23546
|
+
height: 100%;
|
|
23547
|
+
width: 2px;
|
|
23545
23548
|
}.v-table {
|
|
23546
23549
|
background: rgb(var(--v-theme-surface));
|
|
23547
23550
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -23564,8 +23567,18 @@ html.v-overlay-scroll-blocked {
|
|
|
23564
23567
|
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
23565
23568
|
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23566
23569
|
}
|
|
23567
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr
|
|
23570
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
|
23571
|
+
position: relative;
|
|
23572
|
+
}
|
|
23573
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
|
23574
|
+
content: "";
|
|
23575
|
+
position: absolute;
|
|
23576
|
+
top: 0;
|
|
23577
|
+
left: 0;
|
|
23578
|
+
width: 100%;
|
|
23579
|
+
height: 100%;
|
|
23568
23580
|
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
23581
|
+
pointer-events: none;
|
|
23569
23582
|
}
|
|
23570
23583
|
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23571
23584
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23669,7 +23682,7 @@ html.v-overlay-scroll-blocked {
|
|
|
23669
23682
|
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
|
23670
23683
|
position: sticky;
|
|
23671
23684
|
top: 0;
|
|
23672
|
-
z-index:
|
|
23685
|
+
z-index: 2;
|
|
23673
23686
|
}
|
|
23674
23687
|
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23675
23688
|
border-bottom: 0px !important;
|
|
@@ -23683,9 +23696,45 @@ html.v-overlay-scroll-blocked {
|
|
|
23683
23696
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23684
23697
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23685
23698
|
border-top: 0px !important;
|
|
23686
|
-
}.v-
|
|
23687
|
-
|
|
23688
|
-
|
|
23699
|
+
}.v-textarea .v-field {
|
|
23700
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
23701
|
+
}
|
|
23702
|
+
.v-textarea .v-field__field {
|
|
23703
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
23704
|
+
}
|
|
23705
|
+
.v-textarea .v-field__input {
|
|
23706
|
+
flex: 1 1 auto;
|
|
23707
|
+
outline: none;
|
|
23708
|
+
-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));
|
|
23709
|
+
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));
|
|
23710
|
+
}
|
|
23711
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23712
|
+
visibility: hidden;
|
|
23713
|
+
position: absolute;
|
|
23714
|
+
top: 0;
|
|
23715
|
+
left: 0;
|
|
23716
|
+
height: 0 !important;
|
|
23717
|
+
min-height: 0 !important;
|
|
23718
|
+
pointer-events: none;
|
|
23719
|
+
}
|
|
23720
|
+
.v-textarea--no-resize .v-field__input {
|
|
23721
|
+
resize: none;
|
|
23722
|
+
}
|
|
23723
|
+
.v-textarea .v-field--no-label textarea,
|
|
23724
|
+
.v-textarea .v-field--active textarea {
|
|
23725
|
+
opacity: 1;
|
|
23726
|
+
}
|
|
23727
|
+
.v-textarea textarea {
|
|
23728
|
+
opacity: 0;
|
|
23729
|
+
flex: 1;
|
|
23730
|
+
min-width: 0;
|
|
23731
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23732
|
+
}
|
|
23733
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23734
|
+
outline: none;
|
|
23735
|
+
}
|
|
23736
|
+
.v-textarea textarea:invalid {
|
|
23737
|
+
box-shadow: none;
|
|
23689
23738
|
}/* region BLOCK */
|
|
23690
23739
|
.v-text-field input {
|
|
23691
23740
|
color: inherit;
|
|
@@ -23749,45 +23798,9 @@ html.v-overlay-scroll-blocked {
|
|
|
23749
23798
|
padding-inline-end: var(--v-field-padding-end);
|
|
23750
23799
|
}
|
|
23751
23800
|
|
|
23752
|
-
/* endregion */.v-
|
|
23753
|
-
|
|
23754
|
-
|
|
23755
|
-
.v-textarea .v-field__field {
|
|
23756
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
23757
|
-
}
|
|
23758
|
-
.v-textarea .v-field__input {
|
|
23759
|
-
flex: 1 1 auto;
|
|
23760
|
-
outline: none;
|
|
23761
|
-
-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));
|
|
23762
|
-
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));
|
|
23763
|
-
}
|
|
23764
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23765
|
-
visibility: hidden;
|
|
23766
|
-
position: absolute;
|
|
23767
|
-
top: 0;
|
|
23768
|
-
left: 0;
|
|
23769
|
-
height: 0 !important;
|
|
23770
|
-
min-height: 0 !important;
|
|
23771
|
-
pointer-events: none;
|
|
23772
|
-
}
|
|
23773
|
-
.v-textarea--no-resize .v-field__input {
|
|
23774
|
-
resize: none;
|
|
23775
|
-
}
|
|
23776
|
-
.v-textarea .v-field--no-label textarea,
|
|
23777
|
-
.v-textarea .v-field--active textarea {
|
|
23778
|
-
opacity: 1;
|
|
23779
|
-
}
|
|
23780
|
-
.v-textarea textarea {
|
|
23781
|
-
opacity: 0;
|
|
23782
|
-
flex: 1;
|
|
23783
|
-
min-width: 0;
|
|
23784
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23785
|
-
}
|
|
23786
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23787
|
-
outline: none;
|
|
23788
|
-
}
|
|
23789
|
-
.v-textarea textarea:invalid {
|
|
23790
|
-
box-shadow: none;
|
|
23801
|
+
/* endregion */.v-theme-provider {
|
|
23802
|
+
background: rgb(var(--v-theme-background));
|
|
23803
|
+
color: rgb(var(--v-theme-on-background));
|
|
23791
23804
|
}.v-timeline .v-timeline-divider__dot {
|
|
23792
23805
|
background: rgb(var(--v-theme-on-surface-variant));
|
|
23793
23806
|
}
|