vuetify 3.5.8 → 3.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +525 -13
- package/dist/json/importMap-labs.json +24 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +148 -0
- package/dist/json/web-types.json +2021 -147
- package/dist/vuetify-labs.css +2819 -2760
- package/dist/vuetify-labs.d.ts +5860 -2816
- package/dist/vuetify-labs.esm.js +1286 -248
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1286 -247
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +553 -547
- package/dist/vuetify.d.ts +2835 -2281
- package/dist/vuetify.esm.js +883 -408
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +882 -406
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1137 -1109
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +232 -100
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +10 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +232 -100
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VList.mjs +8 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +17 -4
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +156 -54
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/VSelect.mjs +5 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +232 -100
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +2478 -1943
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +121 -0
- package/lib/composables/nested/activeStrategies.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +50 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +4 -2
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -0
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -0
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -0
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -0
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -0
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +48 -44
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/VTreeview.mjs +154 -0
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
- package/lib/labs/VTreeview/index.d.mts +1975 -0
- package/lib/labs/VTreeview/index.mjs +4 -0
- package/lib/labs/VTreeview/index.mjs.map +1 -0
- package/lib/labs/VTreeview/shared.mjs +4 -0
- package/lib/labs/VTreeview/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/variables.scss +8 -0
- package/lib/labs/components.d.mts +4553 -1925
- package/lib/labs/components.mjs +4 -2
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17045,99 +17045,6 @@ html.overflow-y-hidden {
|
|
|
17045
17045
|
min-height: 100vh;
|
|
17046
17046
|
min-height: 100dvh;
|
|
17047
17047
|
position: relative;
|
|
17048
|
-
}.v-app-bar {
|
|
17049
|
-
display: flex;
|
|
17050
|
-
}
|
|
17051
|
-
.v-app-bar.v-toolbar {
|
|
17052
|
-
background: rgb(var(--v-theme-surface));
|
|
17053
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17054
|
-
}
|
|
17055
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17056
|
-
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));
|
|
17057
|
-
}
|
|
17058
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17059
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
17060
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17061
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17062
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17063
|
-
cursor: text;
|
|
17064
|
-
}
|
|
17065
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
17066
|
-
flex: 1 1;
|
|
17067
|
-
}
|
|
17068
|
-
.v-autocomplete .v-field input {
|
|
17069
|
-
min-width: 64px;
|
|
17070
|
-
}
|
|
17071
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17072
|
-
min-width: 0;
|
|
17073
|
-
}
|
|
17074
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17075
|
-
margin-inline-end: 2px;
|
|
17076
|
-
}
|
|
17077
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
17078
|
-
overflow: hidden;
|
|
17079
|
-
text-overflow: ellipsis;
|
|
17080
|
-
white-space: nowrap;
|
|
17081
|
-
}
|
|
17082
|
-
|
|
17083
|
-
.v-autocomplete__content {
|
|
17084
|
-
overflow: hidden;
|
|
17085
|
-
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));
|
|
17086
|
-
border-radius: 4px;
|
|
17087
|
-
}
|
|
17088
|
-
.v-autocomplete__mask {
|
|
17089
|
-
background: rgb(var(--v-theme-surface-light));
|
|
17090
|
-
}
|
|
17091
|
-
.v-autocomplete__selection {
|
|
17092
|
-
display: inline-flex;
|
|
17093
|
-
align-items: center;
|
|
17094
|
-
height: 1.5rem;
|
|
17095
|
-
letter-spacing: inherit;
|
|
17096
|
-
line-height: inherit;
|
|
17097
|
-
max-width: calc(100% - 2px - 2px);
|
|
17098
|
-
}
|
|
17099
|
-
.v-autocomplete__selection:first-child {
|
|
17100
|
-
margin-inline-start: 0;
|
|
17101
|
-
}
|
|
17102
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17103
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17104
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17105
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17106
|
-
top: 0px;
|
|
17107
|
-
}
|
|
17108
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17109
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
17110
|
-
}
|
|
17111
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17112
|
-
opacity: 1;
|
|
17113
|
-
}
|
|
17114
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17115
|
-
caret-color: transparent;
|
|
17116
|
-
}
|
|
17117
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
17118
|
-
flex: 1 1;
|
|
17119
|
-
position: absolute;
|
|
17120
|
-
left: 0;
|
|
17121
|
-
right: 0;
|
|
17122
|
-
width: 100%;
|
|
17123
|
-
padding-inline: inherit;
|
|
17124
|
-
}
|
|
17125
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
17126
|
-
transition: none;
|
|
17127
|
-
}
|
|
17128
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
17129
|
-
opacity: 0;
|
|
17130
|
-
}
|
|
17131
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
17132
|
-
opacity: 0;
|
|
17133
|
-
}
|
|
17134
|
-
.v-autocomplete__menu-icon {
|
|
17135
|
-
margin-inline-start: 4px;
|
|
17136
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17137
|
-
}
|
|
17138
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17139
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
17140
|
-
transform: rotate(180deg);
|
|
17141
17048
|
}.v-alert {
|
|
17142
17049
|
display: grid;
|
|
17143
17050
|
flex: 1 1;
|
|
@@ -17348,6 +17255,99 @@ html.overflow-y-hidden {
|
|
|
17348
17255
|
text-transform: none;
|
|
17349
17256
|
word-break: normal;
|
|
17350
17257
|
word-wrap: break-word;
|
|
17258
|
+
}.v-app-bar {
|
|
17259
|
+
display: flex;
|
|
17260
|
+
}
|
|
17261
|
+
.v-app-bar.v-toolbar {
|
|
17262
|
+
background: rgb(var(--v-theme-surface));
|
|
17263
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17264
|
+
}
|
|
17265
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17266
|
+
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));
|
|
17267
|
+
}
|
|
17268
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17269
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17270
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17271
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17272
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
17273
|
+
cursor: text;
|
|
17274
|
+
}
|
|
17275
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
17276
|
+
flex: 1 1;
|
|
17277
|
+
}
|
|
17278
|
+
.v-autocomplete .v-field input {
|
|
17279
|
+
min-width: 64px;
|
|
17280
|
+
}
|
|
17281
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
17282
|
+
min-width: 0;
|
|
17283
|
+
}
|
|
17284
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
17285
|
+
margin-inline-end: 2px;
|
|
17286
|
+
}
|
|
17287
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
17288
|
+
overflow: hidden;
|
|
17289
|
+
text-overflow: ellipsis;
|
|
17290
|
+
white-space: nowrap;
|
|
17291
|
+
}
|
|
17292
|
+
|
|
17293
|
+
.v-autocomplete__content {
|
|
17294
|
+
overflow: hidden;
|
|
17295
|
+
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));
|
|
17296
|
+
border-radius: 4px;
|
|
17297
|
+
}
|
|
17298
|
+
.v-autocomplete__mask {
|
|
17299
|
+
background: rgb(var(--v-theme-surface-light));
|
|
17300
|
+
}
|
|
17301
|
+
.v-autocomplete__selection {
|
|
17302
|
+
display: inline-flex;
|
|
17303
|
+
align-items: center;
|
|
17304
|
+
height: 1.5rem;
|
|
17305
|
+
letter-spacing: inherit;
|
|
17306
|
+
line-height: inherit;
|
|
17307
|
+
max-width: calc(100% - 2px - 2px);
|
|
17308
|
+
}
|
|
17309
|
+
.v-autocomplete__selection:first-child {
|
|
17310
|
+
margin-inline-start: 0;
|
|
17311
|
+
}
|
|
17312
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17313
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17314
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17315
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17316
|
+
top: 0px;
|
|
17317
|
+
}
|
|
17318
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17319
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
17320
|
+
}
|
|
17321
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
17322
|
+
opacity: 1;
|
|
17323
|
+
}
|
|
17324
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
17325
|
+
caret-color: transparent;
|
|
17326
|
+
}
|
|
17327
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
|
17328
|
+
flex: 1 1;
|
|
17329
|
+
position: absolute;
|
|
17330
|
+
left: 0;
|
|
17331
|
+
right: 0;
|
|
17332
|
+
width: 100%;
|
|
17333
|
+
padding-inline: inherit;
|
|
17334
|
+
}
|
|
17335
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
|
17336
|
+
transition: none;
|
|
17337
|
+
}
|
|
17338
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
17339
|
+
opacity: 0;
|
|
17340
|
+
}
|
|
17341
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
|
17342
|
+
opacity: 0;
|
|
17343
|
+
}
|
|
17344
|
+
.v-autocomplete__menu-icon {
|
|
17345
|
+
margin-inline-start: 4px;
|
|
17346
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17347
|
+
}
|
|
17348
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17349
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
17350
|
+
transform: rotate(180deg);
|
|
17351
17351
|
}.v-avatar {
|
|
17352
17352
|
flex: none;
|
|
17353
17353
|
align-items: center;
|
|
@@ -17435,77 +17435,6 @@ html.overflow-y-hidden {
|
|
|
17435
17435
|
.v-avatar .v-img {
|
|
17436
17436
|
height: 100%;
|
|
17437
17437
|
width: 100%;
|
|
17438
|
-
}.v-badge {
|
|
17439
|
-
display: inline-block;
|
|
17440
|
-
line-height: 1;
|
|
17441
|
-
}
|
|
17442
|
-
|
|
17443
|
-
.v-badge__badge {
|
|
17444
|
-
align-items: center;
|
|
17445
|
-
display: inline-flex;
|
|
17446
|
-
border-radius: 10px;
|
|
17447
|
-
font-size: 0.75rem;
|
|
17448
|
-
font-weight: 500;
|
|
17449
|
-
height: 1.25rem;
|
|
17450
|
-
justify-content: center;
|
|
17451
|
-
min-width: 20px;
|
|
17452
|
-
padding: 4px 6px;
|
|
17453
|
-
pointer-events: auto;
|
|
17454
|
-
position: absolute;
|
|
17455
|
-
text-align: center;
|
|
17456
|
-
text-indent: 0;
|
|
17457
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17458
|
-
white-space: nowrap;
|
|
17459
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17460
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17461
|
-
}
|
|
17462
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17463
|
-
border-radius: inherit;
|
|
17464
|
-
border-style: solid;
|
|
17465
|
-
border-width: 2px;
|
|
17466
|
-
bottom: 0;
|
|
17467
|
-
color: rgb(var(--v-theme-background));
|
|
17468
|
-
content: "";
|
|
17469
|
-
left: 0;
|
|
17470
|
-
position: absolute;
|
|
17471
|
-
right: 0;
|
|
17472
|
-
top: 0;
|
|
17473
|
-
transform: scale(1.05);
|
|
17474
|
-
}
|
|
17475
|
-
.v-badge--dot .v-badge__badge {
|
|
17476
|
-
border-radius: 4.5px;
|
|
17477
|
-
height: 9px;
|
|
17478
|
-
min-width: 0;
|
|
17479
|
-
padding: 0;
|
|
17480
|
-
width: 9px;
|
|
17481
|
-
}
|
|
17482
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17483
|
-
border-width: 1.5px;
|
|
17484
|
-
}
|
|
17485
|
-
.v-badge--inline .v-badge__badge {
|
|
17486
|
-
position: relative;
|
|
17487
|
-
vertical-align: middle;
|
|
17488
|
-
}
|
|
17489
|
-
.v-badge__badge .v-icon {
|
|
17490
|
-
color: inherit;
|
|
17491
|
-
font-size: 0.75rem;
|
|
17492
|
-
margin: 0 -2px;
|
|
17493
|
-
}
|
|
17494
|
-
.v-badge__badge img,
|
|
17495
|
-
.v-badge__badge .v-img {
|
|
17496
|
-
height: 100%;
|
|
17497
|
-
width: 100%;
|
|
17498
|
-
}
|
|
17499
|
-
|
|
17500
|
-
.v-badge__wrapper {
|
|
17501
|
-
display: flex;
|
|
17502
|
-
position: relative;
|
|
17503
|
-
}
|
|
17504
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17505
|
-
align-items: center;
|
|
17506
|
-
display: inline-flex;
|
|
17507
|
-
justify-content: center;
|
|
17508
|
-
margin: 0 4px;
|
|
17509
17438
|
}.v-banner {
|
|
17510
17439
|
display: grid;
|
|
17511
17440
|
flex: 1 1;
|
|
@@ -17634,35 +17563,106 @@ html.overflow-y-hidden {
|
|
|
17634
17563
|
grid-area: prepend;
|
|
17635
17564
|
margin-inline-end: 24px;
|
|
17636
17565
|
}
|
|
17637
|
-
|
|
17638
|
-
.v-banner-actions {
|
|
17639
|
-
align-self: flex-end;
|
|
17640
|
-
display: flex;
|
|
17641
|
-
flex: 0 1;
|
|
17642
|
-
grid-area: actions;
|
|
17643
|
-
justify-content: flex-end;
|
|
17566
|
+
|
|
17567
|
+
.v-banner-actions {
|
|
17568
|
+
align-self: flex-end;
|
|
17569
|
+
display: flex;
|
|
17570
|
+
flex: 0 1;
|
|
17571
|
+
grid-area: actions;
|
|
17572
|
+
justify-content: flex-end;
|
|
17573
|
+
}
|
|
17574
|
+
.v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
|
|
17575
|
+
margin-top: 20px;
|
|
17576
|
+
}
|
|
17577
|
+
|
|
17578
|
+
.v-banner-text {
|
|
17579
|
+
-webkit-box-orient: vertical;
|
|
17580
|
+
display: -webkit-box;
|
|
17581
|
+
padding-inline-end: 90px;
|
|
17582
|
+
overflow: hidden;
|
|
17583
|
+
}
|
|
17584
|
+
.v-banner--one-line .v-banner-text {
|
|
17585
|
+
-webkit-line-clamp: 1;
|
|
17586
|
+
}
|
|
17587
|
+
.v-banner--two-line .v-banner-text {
|
|
17588
|
+
-webkit-line-clamp: 2;
|
|
17589
|
+
}
|
|
17590
|
+
.v-banner--three-line .v-banner-text {
|
|
17591
|
+
-webkit-line-clamp: 3;
|
|
17592
|
+
}
|
|
17593
|
+
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17594
|
+
align-self: flex-start;
|
|
17595
|
+
}.v-badge {
|
|
17596
|
+
display: inline-block;
|
|
17597
|
+
line-height: 1;
|
|
17598
|
+
}
|
|
17599
|
+
|
|
17600
|
+
.v-badge__badge {
|
|
17601
|
+
align-items: center;
|
|
17602
|
+
display: inline-flex;
|
|
17603
|
+
border-radius: 10px;
|
|
17604
|
+
font-size: 0.75rem;
|
|
17605
|
+
font-weight: 500;
|
|
17606
|
+
height: 1.25rem;
|
|
17607
|
+
justify-content: center;
|
|
17608
|
+
min-width: 20px;
|
|
17609
|
+
padding: 4px 6px;
|
|
17610
|
+
pointer-events: auto;
|
|
17611
|
+
position: absolute;
|
|
17612
|
+
text-align: center;
|
|
17613
|
+
text-indent: 0;
|
|
17614
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17615
|
+
white-space: nowrap;
|
|
17616
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17617
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17618
|
+
}
|
|
17619
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17620
|
+
border-radius: inherit;
|
|
17621
|
+
border-style: solid;
|
|
17622
|
+
border-width: 2px;
|
|
17623
|
+
bottom: 0;
|
|
17624
|
+
color: rgb(var(--v-theme-background));
|
|
17625
|
+
content: "";
|
|
17626
|
+
left: 0;
|
|
17627
|
+
position: absolute;
|
|
17628
|
+
right: 0;
|
|
17629
|
+
top: 0;
|
|
17630
|
+
transform: scale(1.05);
|
|
17631
|
+
}
|
|
17632
|
+
.v-badge--dot .v-badge__badge {
|
|
17633
|
+
border-radius: 4.5px;
|
|
17634
|
+
height: 9px;
|
|
17635
|
+
min-width: 0;
|
|
17636
|
+
padding: 0;
|
|
17637
|
+
width: 9px;
|
|
17644
17638
|
}
|
|
17645
|
-
.v-
|
|
17646
|
-
|
|
17639
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17640
|
+
border-width: 1.5px;
|
|
17647
17641
|
}
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
-
|
|
17651
|
-
display: -webkit-box;
|
|
17652
|
-
padding-inline-end: 90px;
|
|
17653
|
-
overflow: hidden;
|
|
17642
|
+
.v-badge--inline .v-badge__badge {
|
|
17643
|
+
position: relative;
|
|
17644
|
+
vertical-align: middle;
|
|
17654
17645
|
}
|
|
17655
|
-
.v-
|
|
17656
|
-
|
|
17646
|
+
.v-badge__badge .v-icon {
|
|
17647
|
+
color: inherit;
|
|
17648
|
+
font-size: 0.75rem;
|
|
17649
|
+
margin: 0 -2px;
|
|
17657
17650
|
}
|
|
17658
|
-
.v-
|
|
17659
|
-
|
|
17651
|
+
.v-badge__badge img,
|
|
17652
|
+
.v-badge__badge .v-img {
|
|
17653
|
+
height: 100%;
|
|
17654
|
+
width: 100%;
|
|
17660
17655
|
}
|
|
17661
|
-
|
|
17662
|
-
|
|
17656
|
+
|
|
17657
|
+
.v-badge__wrapper {
|
|
17658
|
+
display: flex;
|
|
17659
|
+
position: relative;
|
|
17663
17660
|
}
|
|
17664
|
-
.v-
|
|
17665
|
-
align-
|
|
17661
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17662
|
+
align-items: center;
|
|
17663
|
+
display: inline-flex;
|
|
17664
|
+
justify-content: center;
|
|
17665
|
+
margin: 0 4px;
|
|
17666
17666
|
}.v-bottom-navigation {
|
|
17667
17667
|
display: flex;
|
|
17668
17668
|
max-width: 100%;
|
|
@@ -17718,38 +17718,6 @@ html.overflow-y-hidden {
|
|
|
17718
17718
|
}
|
|
17719
17719
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17720
17720
|
transform: translateY(0.5rem);
|
|
17721
|
-
}.bottom-sheet-transition-enter-from {
|
|
17722
|
-
transform: translateY(100%);
|
|
17723
|
-
}
|
|
17724
|
-
.bottom-sheet-transition-leave-to {
|
|
17725
|
-
transform: translateY(100%);
|
|
17726
|
-
}
|
|
17727
|
-
|
|
17728
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17729
|
-
align-self: flex-end;
|
|
17730
|
-
border-radius: 0;
|
|
17731
|
-
flex: 0 1 auto;
|
|
17732
|
-
left: 0;
|
|
17733
|
-
right: 0;
|
|
17734
|
-
margin-inline: 0;
|
|
17735
|
-
margin-bottom: 0;
|
|
17736
|
-
transition-duration: 0.2s;
|
|
17737
|
-
width: 100%;
|
|
17738
|
-
max-width: 100%;
|
|
17739
|
-
overflow: visible;
|
|
17740
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17741
|
-
}
|
|
17742
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17743
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17744
|
-
border-radius: 0;
|
|
17745
|
-
}
|
|
17746
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17747
|
-
max-width: none;
|
|
17748
|
-
}
|
|
17749
|
-
@media (min-width: 600px) {
|
|
17750
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17751
|
-
max-width: 70%;
|
|
17752
|
-
}
|
|
17753
17721
|
}.v-breadcrumbs {
|
|
17754
17722
|
display: flex;
|
|
17755
17723
|
align-items: center;
|
|
@@ -17807,6 +17775,38 @@ html.overflow-y-hidden {
|
|
|
17807
17775
|
display: inline-block;
|
|
17808
17776
|
padding: 0 8px;
|
|
17809
17777
|
vertical-align: middle;
|
|
17778
|
+
}.bottom-sheet-transition-enter-from {
|
|
17779
|
+
transform: translateY(100%);
|
|
17780
|
+
}
|
|
17781
|
+
.bottom-sheet-transition-leave-to {
|
|
17782
|
+
transform: translateY(100%);
|
|
17783
|
+
}
|
|
17784
|
+
|
|
17785
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
|
17786
|
+
align-self: flex-end;
|
|
17787
|
+
border-radius: 0;
|
|
17788
|
+
flex: 0 1 auto;
|
|
17789
|
+
left: 0;
|
|
17790
|
+
right: 0;
|
|
17791
|
+
margin-inline: 0;
|
|
17792
|
+
margin-bottom: 0;
|
|
17793
|
+
transition-duration: 0.2s;
|
|
17794
|
+
width: 100%;
|
|
17795
|
+
max-width: 100%;
|
|
17796
|
+
overflow: visible;
|
|
17797
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
17798
|
+
}
|
|
17799
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
|
17800
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
|
17801
|
+
border-radius: 0;
|
|
17802
|
+
}
|
|
17803
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17804
|
+
max-width: none;
|
|
17805
|
+
}
|
|
17806
|
+
@media (min-width: 600px) {
|
|
17807
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
17808
|
+
max-width: 70%;
|
|
17809
|
+
}
|
|
17810
17810
|
}.v-btn {
|
|
17811
17811
|
align-items: center;
|
|
17812
17812
|
border-radius: 4px;
|
|
@@ -18638,11 +18638,6 @@ html.overflow-y-hidden {
|
|
|
18638
18638
|
flex-direction: column;
|
|
18639
18639
|
height: 100% !important;
|
|
18640
18640
|
width: 50px;
|
|
18641
|
-
}.v-checkbox.v-input {
|
|
18642
|
-
flex: 0 1 auto;
|
|
18643
|
-
}
|
|
18644
|
-
.v-checkbox .v-selection-control {
|
|
18645
|
-
min-height: var(--v-input-control-height);
|
|
18646
18641
|
}.v-chip {
|
|
18647
18642
|
align-items: center;
|
|
18648
18643
|
display: inline-flex;
|
|
@@ -19050,6 +19045,11 @@ html.overflow-y-hidden {
|
|
|
19050
19045
|
|
|
19051
19046
|
.v-chip--label {
|
|
19052
19047
|
border-radius: 4px;
|
|
19048
|
+
}.v-checkbox.v-input {
|
|
19049
|
+
flex: 0 1 auto;
|
|
19050
|
+
}
|
|
19051
|
+
.v-checkbox .v-selection-control {
|
|
19052
|
+
min-height: var(--v-input-control-height);
|
|
19053
19053
|
}.v-chip-group {
|
|
19054
19054
|
display: flex;
|
|
19055
19055
|
max-width: 100%;
|
|
@@ -20020,6 +20020,62 @@ html.overflow-y-hidden {
|
|
|
20020
20020
|
}
|
|
20021
20021
|
.v-date-picker--show-week {
|
|
20022
20022
|
width: 368px;
|
|
20023
|
+
}.v-date-picker-controls {
|
|
20024
|
+
display: flex;
|
|
20025
|
+
align-items: center;
|
|
20026
|
+
justify-content: space-between;
|
|
20027
|
+
font-size: 0.875rem;
|
|
20028
|
+
padding-top: 4px;
|
|
20029
|
+
padding-bottom: 4px;
|
|
20030
|
+
padding-inline-start: 6px;
|
|
20031
|
+
padding-inline-end: 12px;
|
|
20032
|
+
}
|
|
20033
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
20034
|
+
text-transform: none;
|
|
20035
|
+
font-weight: 400;
|
|
20036
|
+
line-height: initial;
|
|
20037
|
+
letter-spacing: initial;
|
|
20038
|
+
}
|
|
20039
|
+
.v-date-picker-controls--variant-classic {
|
|
20040
|
+
padding-inline-start: 12px;
|
|
20041
|
+
}
|
|
20042
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20043
|
+
opacity: 0.7;
|
|
20044
|
+
}
|
|
20045
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20046
|
+
cursor: pointer;
|
|
20047
|
+
}
|
|
20048
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20049
|
+
opacity: 1;
|
|
20050
|
+
}
|
|
20051
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
20052
|
+
margin-inline-start: 4px;
|
|
20053
|
+
}
|
|
20054
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20055
|
+
transform: rotate(180deg);
|
|
20056
|
+
}
|
|
20057
|
+
|
|
20058
|
+
.v-date-picker-controls__date {
|
|
20059
|
+
margin-inline-end: 4px;
|
|
20060
|
+
}
|
|
20061
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20062
|
+
margin: auto;
|
|
20063
|
+
text-align: center;
|
|
20064
|
+
}
|
|
20065
|
+
|
|
20066
|
+
.v-date-picker-controls__month {
|
|
20067
|
+
display: flex;
|
|
20068
|
+
}
|
|
20069
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20070
|
+
flex-direction: row-reverse;
|
|
20071
|
+
}
|
|
20072
|
+
|
|
20073
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
20074
|
+
flex: 1 0 auto;
|
|
20075
|
+
}
|
|
20076
|
+
|
|
20077
|
+
.v-date-picker__title {
|
|
20078
|
+
display: inline-block;
|
|
20023
20079
|
}.v-date-picker-header {
|
|
20024
20080
|
align-items: flex-end;
|
|
20025
20081
|
height: 70px;
|
|
@@ -20080,62 +20136,25 @@ html.overflow-y-hidden {
|
|
|
20080
20136
|
.date-picker-header-reverse-transition-leave-to {
|
|
20081
20137
|
opacity: 0;
|
|
20082
20138
|
transform: translate(0, 100%);
|
|
20083
|
-
}.v-date-picker-
|
|
20084
|
-
|
|
20085
|
-
align-items: center;
|
|
20086
|
-
justify-content: space-between;
|
|
20087
|
-
font-size: 0.875rem;
|
|
20088
|
-
padding-top: 4px;
|
|
20089
|
-
padding-bottom: 4px;
|
|
20090
|
-
padding-inline-start: 6px;
|
|
20091
|
-
padding-inline-end: 12px;
|
|
20092
|
-
}
|
|
20093
|
-
.v-date-picker-controls > .v-btn:first-child {
|
|
20094
|
-
text-transform: none;
|
|
20095
|
-
font-weight: 400;
|
|
20096
|
-
line-height: initial;
|
|
20097
|
-
letter-spacing: initial;
|
|
20098
|
-
}
|
|
20099
|
-
.v-date-picker-controls--variant-classic {
|
|
20100
|
-
padding-inline-start: 12px;
|
|
20101
|
-
}
|
|
20102
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
20103
|
-
opacity: 0.7;
|
|
20104
|
-
}
|
|
20105
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20106
|
-
cursor: pointer;
|
|
20107
|
-
}
|
|
20108
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
20109
|
-
opacity: 1;
|
|
20110
|
-
}
|
|
20111
|
-
.v-date-picker-controls .v-btn:last-child {
|
|
20112
|
-
margin-inline-start: 4px;
|
|
20113
|
-
}
|
|
20114
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
20115
|
-
transform: rotate(180deg);
|
|
20116
|
-
}
|
|
20117
|
-
|
|
20118
|
-
.v-date-picker-controls__date {
|
|
20119
|
-
margin-inline-end: 4px;
|
|
20120
|
-
}
|
|
20121
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
20122
|
-
margin: auto;
|
|
20123
|
-
text-align: center;
|
|
20124
|
-
}
|
|
20125
|
-
|
|
20126
|
-
.v-date-picker-controls__month {
|
|
20127
|
-
display: flex;
|
|
20128
|
-
}
|
|
20129
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
20130
|
-
flex-direction: row-reverse;
|
|
20139
|
+
}.v-date-picker-months {
|
|
20140
|
+
height: 288px;
|
|
20131
20141
|
}
|
|
20132
20142
|
|
|
20133
|
-
.v-date-picker-
|
|
20134
|
-
|
|
20143
|
+
.v-date-picker-months__content {
|
|
20144
|
+
align-items: center;
|
|
20145
|
+
display: grid;
|
|
20146
|
+
flex: 1 1;
|
|
20147
|
+
height: inherit;
|
|
20148
|
+
justify-content: space-around;
|
|
20149
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20150
|
+
grid-gap: 0px 24px;
|
|
20151
|
+
padding-inline-start: 36px;
|
|
20152
|
+
padding-inline-end: 36px;
|
|
20135
20153
|
}
|
|
20136
|
-
|
|
20137
|
-
|
|
20138
|
-
|
|
20154
|
+
.v-date-picker-months__content .v-btn {
|
|
20155
|
+
text-transform: none;
|
|
20156
|
+
padding-inline-start: 8px;
|
|
20157
|
+
padding-inline-end: 8px;
|
|
20139
20158
|
}.v-date-picker-month {
|
|
20140
20159
|
display: flex;
|
|
20141
20160
|
justify-content: center;
|
|
@@ -20191,25 +20210,6 @@ html.overflow-y-hidden {
|
|
|
20191
20210
|
|
|
20192
20211
|
.v-date-picker-month__day--hide-adjacent {
|
|
20193
20212
|
opacity: 0;
|
|
20194
|
-
}.v-date-picker-months {
|
|
20195
|
-
height: 288px;
|
|
20196
|
-
}
|
|
20197
|
-
|
|
20198
|
-
.v-date-picker-months__content {
|
|
20199
|
-
align-items: center;
|
|
20200
|
-
display: grid;
|
|
20201
|
-
flex: 1 1;
|
|
20202
|
-
height: inherit;
|
|
20203
|
-
justify-content: space-around;
|
|
20204
|
-
grid-template-columns: repeat(2, 1fr);
|
|
20205
|
-
grid-gap: 0px 24px;
|
|
20206
|
-
padding-inline-start: 36px;
|
|
20207
|
-
padding-inline-end: 36px;
|
|
20208
|
-
}
|
|
20209
|
-
.v-date-picker-months__content .v-btn {
|
|
20210
|
-
text-transform: none;
|
|
20211
|
-
padding-inline-start: 8px;
|
|
20212
|
-
padding-inline-end: 8px;
|
|
20213
20213
|
}.v-date-picker-years {
|
|
20214
20214
|
height: 288px;
|
|
20215
20215
|
overflow-y: scroll;
|
|
@@ -20552,6 +20552,26 @@ html.overflow-y-hidden {
|
|
|
20552
20552
|
}
|
|
20553
20553
|
.v-expansion-panels--tile > .v-expansion-panel {
|
|
20554
20554
|
border-radius: 0;
|
|
20555
|
+
}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20556
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20557
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20558
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20559
|
+
top: 0px;
|
|
20560
|
+
}
|
|
20561
|
+
.v-file-input input[type=file] {
|
|
20562
|
+
height: 100%;
|
|
20563
|
+
left: 0;
|
|
20564
|
+
opacity: 0;
|
|
20565
|
+
position: absolute;
|
|
20566
|
+
top: 0;
|
|
20567
|
+
width: 100%;
|
|
20568
|
+
z-index: 1;
|
|
20569
|
+
}
|
|
20570
|
+
.v-file-input .v-input__details {
|
|
20571
|
+
padding-inline: 16px;
|
|
20572
|
+
}
|
|
20573
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
20574
|
+
padding-inline: 0;
|
|
20555
20575
|
}/* region INPUT */
|
|
20556
20576
|
.v-field {
|
|
20557
20577
|
display: grid;
|
|
@@ -21038,6 +21058,8 @@ textarea.v-field__input::placeholder {
|
|
|
21038
21058
|
}
|
|
21039
21059
|
.v-field--variant-outlined .v-field__loader {
|
|
21040
21060
|
top: calc(100% - 3px);
|
|
21061
|
+
width: calc(100% - 1px * 2);
|
|
21062
|
+
left: 1px;
|
|
21041
21063
|
}
|
|
21042
21064
|
|
|
21043
21065
|
/* endregion */
|
|
@@ -21120,27 +21142,7 @@ textarea.v-field__input::placeholder {
|
|
|
21120
21142
|
opacity: 0;
|
|
21121
21143
|
}
|
|
21122
21144
|
|
|
21123
|
-
/* endregion */.v-
|
|
21124
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21125
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21126
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21127
|
-
top: 0px;
|
|
21128
|
-
}
|
|
21129
|
-
.v-file-input input[type=file] {
|
|
21130
|
-
height: 100%;
|
|
21131
|
-
left: 0;
|
|
21132
|
-
opacity: 0;
|
|
21133
|
-
position: absolute;
|
|
21134
|
-
top: 0;
|
|
21135
|
-
width: 100%;
|
|
21136
|
-
z-index: 1;
|
|
21137
|
-
}
|
|
21138
|
-
.v-file-input .v-input__details {
|
|
21139
|
-
padding-inline: 16px;
|
|
21140
|
-
}
|
|
21141
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21142
|
-
padding-inline: 0;
|
|
21143
|
-
}.v-footer {
|
|
21145
|
+
/* endregion */.v-footer {
|
|
21144
21146
|
align-items: center;
|
|
21145
21147
|
display: flex;
|
|
21146
21148
|
flex: 1 1 auto;
|
|
@@ -21189,6 +21191,10 @@ textarea.v-field__input::placeholder {
|
|
|
21189
21191
|
.v-icon--clickable {
|
|
21190
21192
|
cursor: pointer;
|
|
21191
21193
|
}
|
|
21194
|
+
.v-icon--disabled {
|
|
21195
|
+
pointer-events: none;
|
|
21196
|
+
opacity: 0.38;
|
|
21197
|
+
}
|
|
21192
21198
|
.v-icon--size-x-small {
|
|
21193
21199
|
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
|
21194
21200
|
}
|
|
@@ -21278,6 +21284,11 @@ textarea.v-field__input::placeholder {
|
|
|
21278
21284
|
display: flex;
|
|
21279
21285
|
justify-content: center;
|
|
21280
21286
|
padding: 8px;
|
|
21287
|
+
}.v-item-group {
|
|
21288
|
+
flex: 0 1 auto;
|
|
21289
|
+
max-width: 100%;
|
|
21290
|
+
position: relative;
|
|
21291
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21281
21292
|
}.v-input {
|
|
21282
21293
|
display: grid;
|
|
21283
21294
|
flex: 1 1 auto;
|
|
@@ -21420,26 +21431,6 @@ textarea.v-field__input::placeholder {
|
|
|
21420
21431
|
|
|
21421
21432
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
21422
21433
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
21423
|
-
}.v-item-group {
|
|
21424
|
-
flex: 0 1 auto;
|
|
21425
|
-
max-width: 100%;
|
|
21426
|
-
position: relative;
|
|
21427
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21428
|
-
}.v-layout-item {
|
|
21429
|
-
position: absolute;
|
|
21430
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21431
|
-
}
|
|
21432
|
-
|
|
21433
|
-
.v-layout-item--absolute {
|
|
21434
|
-
position: absolute;
|
|
21435
|
-
}.v-layout {
|
|
21436
|
-
--v-scrollbar-offset: 0px;
|
|
21437
|
-
display: flex;
|
|
21438
|
-
flex: 1 1 auto;
|
|
21439
|
-
}
|
|
21440
|
-
.v-layout--full-height {
|
|
21441
|
-
--v-scrollbar-offset: inherit;
|
|
21442
|
-
height: 100%;
|
|
21443
21434
|
}.v-label {
|
|
21444
21435
|
align-items: center;
|
|
21445
21436
|
color: inherit;
|
|
@@ -21455,6 +21446,21 @@ textarea.v-field__input::placeholder {
|
|
|
21455
21446
|
|
|
21456
21447
|
.v-label--clickable {
|
|
21457
21448
|
cursor: pointer;
|
|
21449
|
+
}.v-layout-item {
|
|
21450
|
+
position: absolute;
|
|
21451
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21452
|
+
}
|
|
21453
|
+
|
|
21454
|
+
.v-layout-item--absolute {
|
|
21455
|
+
position: absolute;
|
|
21456
|
+
}.v-layout {
|
|
21457
|
+
--v-scrollbar-offset: 0px;
|
|
21458
|
+
display: flex;
|
|
21459
|
+
flex: 1 1 auto;
|
|
21460
|
+
}
|
|
21461
|
+
.v-layout--full-height {
|
|
21462
|
+
--v-scrollbar-offset: inherit;
|
|
21463
|
+
height: 100%;
|
|
21458
21464
|
}.v-list {
|
|
21459
21465
|
overflow: auto;
|
|
21460
21466
|
padding: 8px 0;
|
|
@@ -22007,21 +22013,6 @@ textarea.v-field__input::placeholder {
|
|
|
22007
22013
|
}
|
|
22008
22014
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
22009
22015
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22010
|
-
}.v-locale-provider {
|
|
22011
|
-
display: contents;
|
|
22012
|
-
}.v-menu > .v-overlay__content {
|
|
22013
|
-
display: flex;
|
|
22014
|
-
flex-direction: column;
|
|
22015
|
-
border-radius: 4px;
|
|
22016
|
-
}
|
|
22017
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
22018
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
22019
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
22020
|
-
background: rgb(var(--v-theme-surface));
|
|
22021
|
-
border-radius: inherit;
|
|
22022
|
-
overflow: auto;
|
|
22023
|
-
height: 100%;
|
|
22024
|
-
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));
|
|
22025
22016
|
}.v-main {
|
|
22026
22017
|
flex: 1 0 auto;
|
|
22027
22018
|
max-width: 100%;
|
|
@@ -22050,6 +22041,21 @@ textarea.v-field__input::placeholder {
|
|
|
22050
22041
|
--v-layout-right: 0px;
|
|
22051
22042
|
--v-layout-top: 0px;
|
|
22052
22043
|
--v-layout-bottom: 0px;
|
|
22044
|
+
}.v-locale-provider {
|
|
22045
|
+
display: contents;
|
|
22046
|
+
}.v-menu > .v-overlay__content {
|
|
22047
|
+
display: flex;
|
|
22048
|
+
flex-direction: column;
|
|
22049
|
+
border-radius: 4px;
|
|
22050
|
+
}
|
|
22051
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22052
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22053
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22054
|
+
background: rgb(var(--v-theme-surface));
|
|
22055
|
+
border-radius: inherit;
|
|
22056
|
+
overflow: auto;
|
|
22057
|
+
height: 100%;
|
|
22058
|
+
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));
|
|
22053
22059
|
}.v-messages {
|
|
22054
22060
|
flex: 1 1 auto;
|
|
22055
22061
|
font-size: 12px;
|
|
@@ -22142,7 +22148,7 @@ textarea.v-field__input::placeholder {
|
|
|
22142
22148
|
width: 100%;
|
|
22143
22149
|
z-index: -1;
|
|
22144
22150
|
}
|
|
22145
|
-
.v-navigation-drawer__img img {
|
|
22151
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
|
22146
22152
|
height: inherit;
|
|
22147
22153
|
object-fit: cover;
|
|
22148
22154
|
width: inherit;
|
|
@@ -22220,6 +22226,14 @@ textarea.v-field__input::placeholder {
|
|
|
22220
22226
|
}
|
|
22221
22227
|
.v-otp-input__loader .v-progress-linear {
|
|
22222
22228
|
position: absolute;
|
|
22229
|
+
}.v-pagination__list {
|
|
22230
|
+
display: inline-flex;
|
|
22231
|
+
list-style-type: none;
|
|
22232
|
+
justify-content: center;
|
|
22233
|
+
width: 100%;
|
|
22234
|
+
}
|
|
22235
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22236
|
+
margin: 0.3rem;
|
|
22223
22237
|
}.v-overlay-container {
|
|
22224
22238
|
contain: layout;
|
|
22225
22239
|
left: 0;
|
|
@@ -22283,14 +22297,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22283
22297
|
|
|
22284
22298
|
.v-overlay--scroll-blocked {
|
|
22285
22299
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
22286
|
-
}.v-pagination__list {
|
|
22287
|
-
display: inline-flex;
|
|
22288
|
-
list-style-type: none;
|
|
22289
|
-
justify-content: center;
|
|
22290
|
-
width: 100%;
|
|
22291
|
-
}
|
|
22292
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
22293
|
-
margin: 0.3rem;
|
|
22294
22300
|
}.v-parallax {
|
|
22295
22301
|
position: relative;
|
|
22296
22302
|
overflow: hidden;
|
|
@@ -22457,7 +22463,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22457
22463
|
right: auto;
|
|
22458
22464
|
top: 0;
|
|
22459
22465
|
width: auto;
|
|
22460
|
-
will-change: left, right;
|
|
22461
22466
|
}
|
|
22462
22467
|
.v-progress-linear__indeterminate .long {
|
|
22463
22468
|
animation-name: indeterminate-ltr;
|
|
@@ -22621,6 +22626,60 @@ html.v-overlay-scroll-blocked {
|
|
|
22621
22626
|
}
|
|
22622
22627
|
.v-radio-group .v-input__details {
|
|
22623
22628
|
padding-inline: 16px;
|
|
22629
|
+
}.v-rating {
|
|
22630
|
+
max-width: 100%;
|
|
22631
|
+
display: inline-flex;
|
|
22632
|
+
white-space: nowrap;
|
|
22633
|
+
}
|
|
22634
|
+
.v-rating--readonly {
|
|
22635
|
+
pointer-events: none;
|
|
22636
|
+
}
|
|
22637
|
+
|
|
22638
|
+
.v-rating__wrapper {
|
|
22639
|
+
align-items: center;
|
|
22640
|
+
display: inline-flex;
|
|
22641
|
+
flex-direction: column;
|
|
22642
|
+
}
|
|
22643
|
+
.v-rating__wrapper--bottom {
|
|
22644
|
+
flex-direction: column-reverse;
|
|
22645
|
+
}
|
|
22646
|
+
|
|
22647
|
+
.v-rating__item {
|
|
22648
|
+
display: inline-flex;
|
|
22649
|
+
position: relative;
|
|
22650
|
+
}
|
|
22651
|
+
.v-rating__item label {
|
|
22652
|
+
cursor: pointer;
|
|
22653
|
+
}
|
|
22654
|
+
.v-rating__item .v-btn--variant-plain {
|
|
22655
|
+
opacity: 1;
|
|
22656
|
+
}
|
|
22657
|
+
.v-rating__item .v-btn {
|
|
22658
|
+
transition-property: transform;
|
|
22659
|
+
}
|
|
22660
|
+
.v-rating__item .v-btn .v-icon {
|
|
22661
|
+
transition: inherit;
|
|
22662
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22663
|
+
}
|
|
22664
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22665
|
+
transform: scale(1.25);
|
|
22666
|
+
}
|
|
22667
|
+
.v-rating__item--half {
|
|
22668
|
+
overflow: hidden;
|
|
22669
|
+
position: absolute;
|
|
22670
|
+
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22671
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22672
|
+
z-index: 1;
|
|
22673
|
+
}
|
|
22674
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
|
22675
|
+
opacity: 0;
|
|
22676
|
+
}
|
|
22677
|
+
|
|
22678
|
+
.v-rating__hidden {
|
|
22679
|
+
height: 0;
|
|
22680
|
+
opacity: 0;
|
|
22681
|
+
position: absolute;
|
|
22682
|
+
width: 0;
|
|
22624
22683
|
}.v-slider .v-slider__container input {
|
|
22625
22684
|
cursor: default;
|
|
22626
22685
|
padding: 0;
|
|
@@ -22693,71 +22752,17 @@ html.v-overlay-scroll-blocked {
|
|
|
22693
22752
|
|
|
22694
22753
|
.v-responsive__content {
|
|
22695
22754
|
flex: 1 0 0px;
|
|
22696
|
-
max-width: 100%;
|
|
22697
|
-
}
|
|
22698
|
-
|
|
22699
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
22700
|
-
margin-inline-start: -100%;
|
|
22701
|
-
}
|
|
22702
|
-
|
|
22703
|
-
.v-responsive__sizer {
|
|
22704
|
-
flex: 1 0 0px;
|
|
22705
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22706
|
-
pointer-events: none;
|
|
22707
|
-
}.v-rating {
|
|
22708
|
-
max-width: 100%;
|
|
22709
|
-
display: inline-flex;
|
|
22710
|
-
white-space: nowrap;
|
|
22711
|
-
}
|
|
22712
|
-
.v-rating--readonly {
|
|
22713
|
-
pointer-events: none;
|
|
22714
|
-
}
|
|
22715
|
-
|
|
22716
|
-
.v-rating__wrapper {
|
|
22717
|
-
align-items: center;
|
|
22718
|
-
display: inline-flex;
|
|
22719
|
-
flex-direction: column;
|
|
22720
|
-
}
|
|
22721
|
-
.v-rating__wrapper--bottom {
|
|
22722
|
-
flex-direction: column-reverse;
|
|
22723
|
-
}
|
|
22724
|
-
|
|
22725
|
-
.v-rating__item {
|
|
22726
|
-
display: inline-flex;
|
|
22727
|
-
position: relative;
|
|
22728
|
-
}
|
|
22729
|
-
.v-rating__item label {
|
|
22730
|
-
cursor: pointer;
|
|
22731
|
-
}
|
|
22732
|
-
.v-rating__item .v-btn--variant-plain {
|
|
22733
|
-
opacity: 1;
|
|
22734
|
-
}
|
|
22735
|
-
.v-rating__item .v-btn {
|
|
22736
|
-
transition-property: transform;
|
|
22737
|
-
}
|
|
22738
|
-
.v-rating__item .v-btn .v-icon {
|
|
22739
|
-
transition: inherit;
|
|
22740
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
22741
|
-
}
|
|
22742
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
|
22743
|
-
transform: scale(1.25);
|
|
22744
|
-
}
|
|
22745
|
-
.v-rating__item--half {
|
|
22746
|
-
overflow: hidden;
|
|
22747
|
-
position: absolute;
|
|
22748
|
-
-webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22749
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
|
22750
|
-
z-index: 1;
|
|
22755
|
+
max-width: 100%;
|
|
22751
22756
|
}
|
|
22752
|
-
|
|
22753
|
-
|
|
22757
|
+
|
|
22758
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
22759
|
+
margin-inline-start: -100%;
|
|
22754
22760
|
}
|
|
22755
22761
|
|
|
22756
|
-
.v-
|
|
22757
|
-
|
|
22758
|
-
|
|
22759
|
-
|
|
22760
|
-
width: 0;
|
|
22762
|
+
.v-responsive__sizer {
|
|
22763
|
+
flex: 1 0 0px;
|
|
22764
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22765
|
+
pointer-events: none;
|
|
22761
22766
|
}.v-select .v-field .v-text-field__prefix,
|
|
22762
22767
|
.v-select .v-field .v-text-field__suffix,
|
|
22763
22768
|
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
@@ -22943,6 +22948,48 @@ html.v-overlay-scroll-blocked {
|
|
|
22943
22948
|
}
|
|
22944
22949
|
.v-sheet--rounded {
|
|
22945
22950
|
border-radius: 4px;
|
|
22951
|
+
}.v-slide-group {
|
|
22952
|
+
display: flex;
|
|
22953
|
+
overflow: hidden;
|
|
22954
|
+
}
|
|
22955
|
+
|
|
22956
|
+
.v-slide-group__next,
|
|
22957
|
+
.v-slide-group__prev {
|
|
22958
|
+
align-items: center;
|
|
22959
|
+
display: flex;
|
|
22960
|
+
flex: 0 1 52px;
|
|
22961
|
+
justify-content: center;
|
|
22962
|
+
min-width: 52px;
|
|
22963
|
+
cursor: pointer;
|
|
22964
|
+
}
|
|
22965
|
+
.v-slide-group__next--disabled,
|
|
22966
|
+
.v-slide-group__prev--disabled {
|
|
22967
|
+
pointer-events: none;
|
|
22968
|
+
opacity: var(--v-disabled-opacity);
|
|
22969
|
+
}
|
|
22970
|
+
|
|
22971
|
+
.v-slide-group__content {
|
|
22972
|
+
display: flex;
|
|
22973
|
+
flex: 1 0 auto;
|
|
22974
|
+
position: relative;
|
|
22975
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
22976
|
+
white-space: nowrap;
|
|
22977
|
+
}
|
|
22978
|
+
.v-slide-group__content > * {
|
|
22979
|
+
white-space: initial;
|
|
22980
|
+
}
|
|
22981
|
+
|
|
22982
|
+
.v-slide-group__container {
|
|
22983
|
+
contain: content;
|
|
22984
|
+
display: flex;
|
|
22985
|
+
flex: 1 1 auto;
|
|
22986
|
+
overflow: hidden;
|
|
22987
|
+
}
|
|
22988
|
+
|
|
22989
|
+
.v-slide-group--vertical,
|
|
22990
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
22991
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
22992
|
+
flex-direction: column;
|
|
22946
22993
|
}.v-skeleton-loader {
|
|
22947
22994
|
align-items: center;
|
|
22948
22995
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23166,48 +23213,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23166
23213
|
100% {
|
|
23167
23214
|
transform: translateX(100%);
|
|
23168
23215
|
}
|
|
23169
|
-
}.v-slide-group {
|
|
23170
|
-
display: flex;
|
|
23171
|
-
overflow: hidden;
|
|
23172
|
-
}
|
|
23173
|
-
|
|
23174
|
-
.v-slide-group__next,
|
|
23175
|
-
.v-slide-group__prev {
|
|
23176
|
-
align-items: center;
|
|
23177
|
-
display: flex;
|
|
23178
|
-
flex: 0 1 52px;
|
|
23179
|
-
justify-content: center;
|
|
23180
|
-
min-width: 52px;
|
|
23181
|
-
cursor: pointer;
|
|
23182
|
-
}
|
|
23183
|
-
.v-slide-group__next--disabled,
|
|
23184
|
-
.v-slide-group__prev--disabled {
|
|
23185
|
-
pointer-events: none;
|
|
23186
|
-
opacity: var(--v-disabled-opacity);
|
|
23187
|
-
}
|
|
23188
|
-
|
|
23189
|
-
.v-slide-group__content {
|
|
23190
|
-
display: flex;
|
|
23191
|
-
flex: 1 0 auto;
|
|
23192
|
-
position: relative;
|
|
23193
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
23194
|
-
white-space: nowrap;
|
|
23195
|
-
}
|
|
23196
|
-
.v-slide-group__content > * {
|
|
23197
|
-
white-space: initial;
|
|
23198
|
-
}
|
|
23199
|
-
|
|
23200
|
-
.v-slide-group__container {
|
|
23201
|
-
contain: content;
|
|
23202
|
-
display: flex;
|
|
23203
|
-
flex: 1 1 auto;
|
|
23204
|
-
overflow: hidden;
|
|
23205
|
-
}
|
|
23206
|
-
|
|
23207
|
-
.v-slide-group--vertical,
|
|
23208
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
23209
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
23210
|
-
flex-direction: column;
|
|
23211
23216
|
}.v-snackbar {
|
|
23212
23217
|
justify-content: center;
|
|
23213
23218
|
z-index: 10000;
|
|
@@ -23561,43 +23566,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23561
23566
|
}
|
|
23562
23567
|
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
23563
23568
|
width: auto;
|
|
23564
|
-
}.v-system-bar {
|
|
23565
|
-
align-items: center;
|
|
23566
|
-
display: flex;
|
|
23567
|
-
flex: 1 1 auto;
|
|
23568
|
-
height: 24px;
|
|
23569
|
-
justify-content: flex-end;
|
|
23570
|
-
max-width: 100%;
|
|
23571
|
-
padding-inline: 8px;
|
|
23572
|
-
position: relative;
|
|
23573
|
-
text-align: end;
|
|
23574
|
-
width: 100%;
|
|
23575
|
-
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));
|
|
23576
|
-
background: rgba(var(--v-theme-surface-light));
|
|
23577
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23578
|
-
font-size: 0.75rem;
|
|
23579
|
-
font-weight: 400;
|
|
23580
|
-
letter-spacing: 0.0333333333em;
|
|
23581
|
-
line-height: 1.25rem;
|
|
23582
|
-
text-transform: none;
|
|
23583
|
-
}
|
|
23584
|
-
.v-system-bar .v-icon {
|
|
23585
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23586
|
-
}
|
|
23587
|
-
.v-system-bar--absolute {
|
|
23588
|
-
position: absolute;
|
|
23589
|
-
}
|
|
23590
|
-
.v-system-bar--fixed {
|
|
23591
|
-
position: fixed;
|
|
23592
|
-
}
|
|
23593
|
-
.v-system-bar--rounded {
|
|
23594
|
-
border-radius: 0;
|
|
23595
|
-
}
|
|
23596
|
-
.v-system-bar--window {
|
|
23597
|
-
height: 32px;
|
|
23598
|
-
}
|
|
23599
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23600
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23601
23569
|
}.v-tabs {
|
|
23602
23570
|
display: flex;
|
|
23603
23571
|
height: var(--v-tabs-height);
|
|
@@ -23831,6 +23799,45 @@ html.v-overlay-scroll-blocked {
|
|
|
23831
23799
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23832
23800
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23833
23801
|
border-top: 0px !important;
|
|
23802
|
+
}.v-textarea .v-field {
|
|
23803
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
23804
|
+
}
|
|
23805
|
+
.v-textarea .v-field__field {
|
|
23806
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
23807
|
+
}
|
|
23808
|
+
.v-textarea .v-field__input {
|
|
23809
|
+
flex: 1 1 auto;
|
|
23810
|
+
outline: none;
|
|
23811
|
+
-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));
|
|
23812
|
+
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));
|
|
23813
|
+
}
|
|
23814
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23815
|
+
visibility: hidden;
|
|
23816
|
+
position: absolute;
|
|
23817
|
+
top: 0;
|
|
23818
|
+
left: 0;
|
|
23819
|
+
height: 0 !important;
|
|
23820
|
+
min-height: 0 !important;
|
|
23821
|
+
pointer-events: none;
|
|
23822
|
+
}
|
|
23823
|
+
.v-textarea--no-resize .v-field__input {
|
|
23824
|
+
resize: none;
|
|
23825
|
+
}
|
|
23826
|
+
.v-textarea .v-field--no-label textarea,
|
|
23827
|
+
.v-textarea .v-field--active textarea {
|
|
23828
|
+
opacity: 1;
|
|
23829
|
+
}
|
|
23830
|
+
.v-textarea textarea {
|
|
23831
|
+
opacity: 0;
|
|
23832
|
+
flex: 1;
|
|
23833
|
+
min-width: 0;
|
|
23834
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23835
|
+
}
|
|
23836
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23837
|
+
outline: none;
|
|
23838
|
+
}
|
|
23839
|
+
.v-textarea textarea:invalid {
|
|
23840
|
+
box-shadow: none;
|
|
23834
23841
|
}/* region BLOCK */
|
|
23835
23842
|
.v-text-field input {
|
|
23836
23843
|
color: inherit;
|
|
@@ -23898,49 +23905,7 @@ html.v-overlay-scroll-blocked {
|
|
|
23898
23905
|
padding-inline-end: var(--v-field-padding-end);
|
|
23899
23906
|
}
|
|
23900
23907
|
|
|
23901
|
-
/* endregion */.v-
|
|
23902
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
23903
|
-
}
|
|
23904
|
-
.v-textarea .v-field__field {
|
|
23905
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
23906
|
-
}
|
|
23907
|
-
.v-textarea .v-field__input {
|
|
23908
|
-
flex: 1 1 auto;
|
|
23909
|
-
outline: none;
|
|
23910
|
-
-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));
|
|
23911
|
-
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));
|
|
23912
|
-
}
|
|
23913
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
23914
|
-
visibility: hidden;
|
|
23915
|
-
position: absolute;
|
|
23916
|
-
top: 0;
|
|
23917
|
-
left: 0;
|
|
23918
|
-
height: 0 !important;
|
|
23919
|
-
min-height: 0 !important;
|
|
23920
|
-
pointer-events: none;
|
|
23921
|
-
}
|
|
23922
|
-
.v-textarea--no-resize .v-field__input {
|
|
23923
|
-
resize: none;
|
|
23924
|
-
}
|
|
23925
|
-
.v-textarea .v-field--no-label textarea,
|
|
23926
|
-
.v-textarea .v-field--active textarea {
|
|
23927
|
-
opacity: 1;
|
|
23928
|
-
}
|
|
23929
|
-
.v-textarea textarea {
|
|
23930
|
-
opacity: 0;
|
|
23931
|
-
flex: 1;
|
|
23932
|
-
min-width: 0;
|
|
23933
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
23934
|
-
}
|
|
23935
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
23936
|
-
outline: none;
|
|
23937
|
-
}
|
|
23938
|
-
.v-textarea textarea:invalid {
|
|
23939
|
-
box-shadow: none;
|
|
23940
|
-
}.v-theme-provider {
|
|
23941
|
-
background: rgb(var(--v-theme-background));
|
|
23942
|
-
color: rgb(var(--v-theme-on-background));
|
|
23943
|
-
}.v-timeline .v-timeline-divider__dot {
|
|
23908
|
+
/* endregion */.v-timeline .v-timeline-divider__dot {
|
|
23944
23909
|
background: rgb(var(--v-theme-surface-light));
|
|
23945
23910
|
}
|
|
23946
23911
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -24356,6 +24321,9 @@ html.v-overlay-scroll-blocked {
|
|
|
24356
24321
|
|
|
24357
24322
|
.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 {
|
|
24358
24323
|
padding-inline-end: 0;
|
|
24324
|
+
}.v-theme-provider {
|
|
24325
|
+
background: rgb(var(--v-theme-background));
|
|
24326
|
+
color: rgb(var(--v-theme-on-background));
|
|
24359
24327
|
}.v-toolbar {
|
|
24360
24328
|
align-items: flex-start;
|
|
24361
24329
|
display: flex;
|
|
@@ -24585,6 +24553,43 @@ html.v-overlay-scroll-blocked {
|
|
|
24585
24553
|
}
|
|
24586
24554
|
.v-window-y-reverse-transition-leave-to {
|
|
24587
24555
|
transform: translateY(100%);
|
|
24556
|
+
}.v-system-bar {
|
|
24557
|
+
align-items: center;
|
|
24558
|
+
display: flex;
|
|
24559
|
+
flex: 1 1 auto;
|
|
24560
|
+
height: 24px;
|
|
24561
|
+
justify-content: flex-end;
|
|
24562
|
+
max-width: 100%;
|
|
24563
|
+
padding-inline: 8px;
|
|
24564
|
+
position: relative;
|
|
24565
|
+
text-align: end;
|
|
24566
|
+
width: 100%;
|
|
24567
|
+
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));
|
|
24568
|
+
background: rgba(var(--v-theme-surface-light));
|
|
24569
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24570
|
+
font-size: 0.75rem;
|
|
24571
|
+
font-weight: 400;
|
|
24572
|
+
letter-spacing: 0.0333333333em;
|
|
24573
|
+
line-height: 1.25rem;
|
|
24574
|
+
text-transform: none;
|
|
24575
|
+
}
|
|
24576
|
+
.v-system-bar .v-icon {
|
|
24577
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24578
|
+
}
|
|
24579
|
+
.v-system-bar--absolute {
|
|
24580
|
+
position: absolute;
|
|
24581
|
+
}
|
|
24582
|
+
.v-system-bar--fixed {
|
|
24583
|
+
position: fixed;
|
|
24584
|
+
}
|
|
24585
|
+
.v-system-bar--rounded {
|
|
24586
|
+
border-radius: 0;
|
|
24587
|
+
}
|
|
24588
|
+
.v-system-bar--window {
|
|
24589
|
+
height: 32px;
|
|
24590
|
+
}
|
|
24591
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24592
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24588
24593
|
}.v-color-picker-canvas {
|
|
24589
24594
|
display: flex;
|
|
24590
24595
|
position: relative;
|
|
@@ -24662,6 +24667,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24662
24667
|
display: flex;
|
|
24663
24668
|
flex: 1 0 auto;
|
|
24664
24669
|
flex-direction: column;
|
|
24670
|
+
padding-inline-end: 16px;
|
|
24665
24671
|
}
|
|
24666
24672
|
|
|
24667
24673
|
.v-color-picker-preview__dot {
|