vuetify 3.3.11 → 3.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +49 -5
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +11 -0
- package/dist/json/web-types.json +168 -11
- package/dist/vuetify-labs.css +423 -358
- package/dist/vuetify-labs.d.ts +233 -91
- package/dist/vuetify-labs.esm.js +189 -104
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +189 -104
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +130 -65
- package/dist/vuetify.d.ts +172 -38
- package/dist/vuetify.esm.js +100 -59
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -59
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +152 -152
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.mjs +2 -1
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -0
- package/lib/components/VBanner/VBanner.css +2 -0
- package/lib/components/VBanner/VBanner.sass +2 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBtn/VBtn.css +6 -0
- package/lib/components/VBtn/VBtn.sass +5 -0
- package/lib/components/VCheckbox/index.d.mts +3 -1
- package/lib/components/VChip/VChip.mjs +1 -0
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -0
- package/lib/components/VDialog/VDialog.css +15 -6
- package/lib/components/VDialog/VDialog.sass +41 -35
- package/lib/components/VField/VField.css +7 -2
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +7 -2
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VGrid/VGrid.css +4 -0
- package/lib/components/VGrid/VGrid.sass +4 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +20 -9
- package/lib/components/VList/VListItem.mjs +6 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +19 -8
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +5 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VRadio/index.d.mts +3 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VSelect/VSelect.mjs +14 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +22 -19
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -25
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +28 -19
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +3 -1
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +6 -0
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +6 -1
- package/lib/components/VTimeline/VTimeline.sass +6 -1
- package/lib/components/VTooltip/VTooltip.css +1 -1
- package/lib/components/VTooltip/_variables.scss +1 -1
- package/lib/components/index.d.mts +169 -35
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDateInput/composables.mjs +11 -1
- package/lib/labs/VDateInput/composables.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -0
- package/lib/labs/VDatePicker/VDatePicker.mjs +34 -14
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/composables.mjs +4 -2
- package/lib/labs/VDatePicker/composables.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +14 -0
- package/lib/labs/VOtpInput/VOtpInput.mjs +31 -22
- package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/labs/VStepper/VStepper.mjs +12 -9
- package/lib/labs/VStepper/VStepper.mjs.map +1 -1
- package/lib/labs/VStepper/index.d.mts +50 -56
- package/lib/labs/components.d.mts +64 -56
- package/lib/labs/date/adapters/vuetify.mjs +1 -1
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +16 -15
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.13
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16553,6 +16553,8 @@ html.overflow-y-hidden {
|
|
|
16553
16553
|
}
|
|
16554
16554
|
|
|
16555
16555
|
.v-banner__content {
|
|
16556
|
+
align-items: center;
|
|
16557
|
+
display: flex;
|
|
16556
16558
|
grid-area: content;
|
|
16557
16559
|
}
|
|
16558
16560
|
|
|
@@ -16640,6 +16642,7 @@ html.overflow-y-hidden {
|
|
|
16640
16642
|
flex-grow: 1;
|
|
16641
16643
|
}
|
|
16642
16644
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
16645
|
+
transition: inherit;
|
|
16643
16646
|
opacity: 0;
|
|
16644
16647
|
}
|
|
16645
16648
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
@@ -16914,6 +16917,9 @@ html.overflow-y-hidden {
|
|
|
16914
16917
|
pointer-events: none;
|
|
16915
16918
|
opacity: 0.26;
|
|
16916
16919
|
}
|
|
16920
|
+
.v-btn--disabled:hover {
|
|
16921
|
+
opacity: 0.26;
|
|
16922
|
+
}
|
|
16917
16923
|
.v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
|
|
16918
16924
|
box-shadow: none;
|
|
16919
16925
|
opacity: 1;
|
|
@@ -17012,6 +17018,9 @@ html.overflow-y-hidden {
|
|
|
17012
17018
|
.v-btn--rounded {
|
|
17013
17019
|
border-radius: 24px;
|
|
17014
17020
|
}
|
|
17021
|
+
.v-btn--rounded.v-btn--icon {
|
|
17022
|
+
border-radius: 4px;
|
|
17023
|
+
}
|
|
17015
17024
|
.v-btn .v-icon {
|
|
17016
17025
|
--v-icon-size-multiplier: 0.8571428571;
|
|
17017
17026
|
}
|
|
@@ -18011,6 +18020,10 @@ html.overflow-y-hidden {
|
|
|
18011
18020
|
padding: 0;
|
|
18012
18021
|
}
|
|
18013
18022
|
|
|
18023
|
+
.v-spacer {
|
|
18024
|
+
flex-grow: 1;
|
|
18025
|
+
}
|
|
18026
|
+
|
|
18014
18027
|
.v-col-xxl,
|
|
18015
18028
|
.v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
|
|
18016
18029
|
.v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
|
|
@@ -18953,23 +18966,29 @@ html.overflow-y-hidden {
|
|
|
18953
18966
|
flex-direction: column;
|
|
18954
18967
|
}
|
|
18955
18968
|
.v-dialog > .v-overlay__content > .v-card,
|
|
18956
|
-
.v-dialog > .v-overlay__content > .v-sheet
|
|
18969
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
|
18970
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
|
18971
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
|
18957
18972
|
--v-scrollbar-offset: 0px;
|
|
18958
18973
|
border-radius: 4px;
|
|
18959
18974
|
overflow-y: auto;
|
|
18960
18975
|
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18961
18976
|
}
|
|
18962
|
-
.v-dialog > .v-overlay__content > .v-card
|
|
18977
|
+
.v-dialog > .v-overlay__content > .v-card,
|
|
18978
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
|
18963
18979
|
display: flex;
|
|
18964
18980
|
flex-direction: column;
|
|
18965
18981
|
}
|
|
18966
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item
|
|
18982
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
|
18983
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
|
18967
18984
|
padding: 14px 24px 0;
|
|
18968
18985
|
}
|
|
18969
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text
|
|
18986
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
|
18987
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
|
18970
18988
|
padding-top: 10px;
|
|
18971
18989
|
}
|
|
18972
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text
|
|
18990
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
|
18991
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
|
18973
18992
|
font-size: inherit;
|
|
18974
18993
|
letter-spacing: 0.03125em;
|
|
18975
18994
|
line-height: inherit;
|
|
@@ -18992,7 +19011,9 @@ html.overflow-y-hidden {
|
|
|
18992
19011
|
left: 0;
|
|
18993
19012
|
}
|
|
18994
19013
|
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
|
18995
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet
|
|
19014
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
|
19015
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
|
19016
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
|
18996
19017
|
min-height: 100%;
|
|
18997
19018
|
min-width: 100%;
|
|
18998
19019
|
border-radius: 0;
|
|
@@ -19001,6 +19022,7 @@ html.overflow-y-hidden {
|
|
|
19001
19022
|
.v-dialog--scrollable > .v-overlay__content,
|
|
19002
19023
|
.v-dialog--scrollable > .v-overlay__content > form {
|
|
19003
19024
|
display: flex;
|
|
19025
|
+
overflow: hidden;
|
|
19004
19026
|
}
|
|
19005
19027
|
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
|
19006
19028
|
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
|
@@ -19496,6 +19518,7 @@ textarea.v-field__input::placeholder {
|
|
|
19496
19518
|
transform-origin: left center;
|
|
19497
19519
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19498
19520
|
transition-property: opacity, transform;
|
|
19521
|
+
z-index: 1;
|
|
19499
19522
|
}
|
|
19500
19523
|
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
|
19501
19524
|
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
|
@@ -19579,6 +19602,7 @@ textarea.v-field__input::placeholder {
|
|
|
19579
19602
|
--v-field-border-width: 2px;
|
|
19580
19603
|
}
|
|
19581
19604
|
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
|
19605
|
+
border-color: currentColor;
|
|
19582
19606
|
border-style: solid;
|
|
19583
19607
|
border-width: 0 0 var(--v-field-border-width);
|
|
19584
19608
|
opacity: var(--v-field-border-opacity);
|
|
@@ -19748,10 +19772,13 @@ textarea.v-field__input::placeholder {
|
|
|
19748
19772
|
|
|
19749
19773
|
/* endregion */
|
|
19750
19774
|
/* region MODIFIERS */
|
|
19751
|
-
.v-field--reverse .v-
|
|
19775
|
+
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
19776
|
+
flex-direction: row-reverse;
|
|
19777
|
+
}
|
|
19778
|
+
.v-field--reverse .v-field__input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-ltr, .v-locale--is-ltr .v-field--reverse input {
|
|
19752
19779
|
text-align: right;
|
|
19753
19780
|
}
|
|
19754
|
-
.v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input {
|
|
19781
|
+
.v-field--reverse .v-field__input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-field--reverse input.v-locale--is-rtl, .v-locale--is-rtl .v-field--reverse input {
|
|
19755
19782
|
text-align: left;
|
|
19756
19783
|
}
|
|
19757
19784
|
|
|
@@ -19774,6 +19801,10 @@ textarea.v-field__input::placeholder {
|
|
|
19774
19801
|
width: 100%;
|
|
19775
19802
|
z-index: 1;
|
|
19776
19803
|
}
|
|
19804
|
+
.v-file-input .v-input__details {
|
|
19805
|
+
padding-inline-start: 16px;
|
|
19806
|
+
padding-inline-end: 16px;
|
|
19807
|
+
}
|
|
19777
19808
|
.v-file-input .v-chip {
|
|
19778
19809
|
margin-top: var(--v-input-chips-margin-top);
|
|
19779
19810
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
@@ -20077,7 +20108,7 @@ textarea.v-field__input::placeholder {
|
|
|
20077
20108
|
padding-inline-start: 8px;
|
|
20078
20109
|
padding-inline-end: 8px;
|
|
20079
20110
|
}
|
|
20080
|
-
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
|
|
20111
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering.v-navigation-drawer--expand-on-hover) .v-list .v-avatar {
|
|
20081
20112
|
--v-avatar-height: 24px;
|
|
20082
20113
|
}
|
|
20083
20114
|
.v-list--rounded {
|
|
@@ -20259,10 +20290,14 @@ textarea.v-field__input::placeholder {
|
|
|
20259
20290
|
opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
|
|
20260
20291
|
}
|
|
20261
20292
|
}
|
|
20262
|
-
.v-list-item__prepend > .v-
|
|
20293
|
+
.v-list-item__prepend > .v-badge .v-icon,
|
|
20294
|
+
.v-list-item__prepend > .v-icon, .v-list-item__append > .v-badge .v-icon,
|
|
20295
|
+
.v-list-item__append > .v-icon {
|
|
20263
20296
|
opacity: var(--v-medium-emphasis-opacity);
|
|
20264
20297
|
}
|
|
20298
|
+
.v-list-item--active .v-list-item__prepend > .v-badge .v-icon,
|
|
20265
20299
|
.v-list-item--active .v-list-item__prepend > .v-icon,
|
|
20300
|
+
.v-list-item--active .v-list-item__append > .v-badge .v-icon,
|
|
20266
20301
|
.v-list-item--active .v-list-item__append > .v-icon {
|
|
20267
20302
|
opacity: 1;
|
|
20268
20303
|
}
|
|
@@ -20285,11 +20320,13 @@ textarea.v-field__input::placeholder {
|
|
|
20285
20320
|
display: flex;
|
|
20286
20321
|
grid-area: prepend;
|
|
20287
20322
|
}
|
|
20288
|
-
.v-list-item__prepend > .v-
|
|
20289
|
-
|
|
20323
|
+
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
|
|
20324
|
+
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
|
|
20325
|
+
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
|
|
20326
|
+
width: 32px;
|
|
20290
20327
|
}
|
|
20291
|
-
.v-list-item__prepend > .v-
|
|
20292
|
-
|
|
20328
|
+
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
20329
|
+
width: 16px;
|
|
20293
20330
|
}
|
|
20294
20331
|
.v-list-item--three-line .v-list-item__prepend {
|
|
20295
20332
|
align-self: start;
|
|
@@ -20301,11 +20338,16 @@ textarea.v-field__input::placeholder {
|
|
|
20301
20338
|
align-items: center;
|
|
20302
20339
|
grid-area: append;
|
|
20303
20340
|
}
|
|
20304
|
-
.v-list-item__append
|
|
20305
|
-
|
|
20341
|
+
.v-list-item__append .v-list-item__spacer {
|
|
20342
|
+
order: -1;
|
|
20306
20343
|
}
|
|
20307
|
-
.v-list-item__append > .v-
|
|
20308
|
-
|
|
20344
|
+
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
20345
|
+
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
20346
|
+
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
20347
|
+
width: 32px;
|
|
20348
|
+
}
|
|
20349
|
+
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
20350
|
+
width: 16px;
|
|
20309
20351
|
}
|
|
20310
20352
|
.v-list-item--three-line .v-list-item__append {
|
|
20311
20353
|
align-self: start;
|
|
@@ -20568,8 +20610,6 @@ textarea.v-field__input::placeholder {
|
|
|
20568
20610
|
}
|
|
20569
20611
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
20570
20612
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
20571
|
-
}.v-locale-provider {
|
|
20572
|
-
display: contents;
|
|
20573
20613
|
}.v-main {
|
|
20574
20614
|
flex: 1 0 auto;
|
|
20575
20615
|
max-width: 100%;
|
|
@@ -20638,7 +20678,6 @@ textarea.v-field__input::placeholder {
|
|
|
20638
20678
|
transition-duration: 0.2s;
|
|
20639
20679
|
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
20640
20680
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20641
|
-
will-change: transform;
|
|
20642
20681
|
position: absolute;
|
|
20643
20682
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20644
20683
|
border-style: solid;
|
|
@@ -21117,10 +21156,15 @@ html.v-overlay-scroll-blocked {
|
|
|
21117
21156
|
flex-direction: column;
|
|
21118
21157
|
}
|
|
21119
21158
|
.v-radio-group > .v-input__control > .v-label {
|
|
21120
|
-
margin-inline-start:
|
|
21159
|
+
margin-inline-start: 16px;
|
|
21121
21160
|
}
|
|
21122
21161
|
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
21162
|
+
padding-inline-start: 6px;
|
|
21123
21163
|
margin-top: 8px;
|
|
21164
|
+
}
|
|
21165
|
+
.v-radio-group .v-input__details {
|
|
21166
|
+
padding-inline-start: 16px;
|
|
21167
|
+
padding-inline-end: 16px;
|
|
21124
21168
|
}.v-slider .v-slider__container input {
|
|
21125
21169
|
cursor: default;
|
|
21126
21170
|
padding: 0;
|
|
@@ -21614,52 +21658,56 @@ html.v-overlay-scroll-blocked {
|
|
|
21614
21658
|
|
|
21615
21659
|
.v-switch__track,
|
|
21616
21660
|
.v-switch__thumb {
|
|
21617
|
-
background-color: currentColor;
|
|
21618
21661
|
transition: none;
|
|
21619
21662
|
}
|
|
21620
21663
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21621
21664
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21622
21665
|
background-color: rgb(var(--v-theme-error));
|
|
21623
|
-
|
|
21624
|
-
|
|
21625
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
21626
|
-
color: currentColor;
|
|
21666
|
+
color: rgb(var(--v-theme-on-error));
|
|
21627
21667
|
}
|
|
21628
21668
|
|
|
21629
21669
|
.v-switch__track {
|
|
21630
|
-
|
|
21670
|
+
background-color: currentColor;
|
|
21671
|
+
border-radius: 9999px;
|
|
21631
21672
|
height: 14px;
|
|
21632
21673
|
opacity: 0.6;
|
|
21633
21674
|
width: 36px;
|
|
21634
21675
|
cursor: pointer;
|
|
21676
|
+
transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
|
|
21635
21677
|
}
|
|
21636
21678
|
.v-switch--inset .v-switch__track {
|
|
21637
|
-
border-radius:
|
|
21638
|
-
height:
|
|
21639
|
-
width:
|
|
21679
|
+
border-radius: 9999px;
|
|
21680
|
+
height: 32px;
|
|
21681
|
+
width: 52px;
|
|
21640
21682
|
}
|
|
21641
21683
|
|
|
21642
21684
|
.v-switch__thumb {
|
|
21643
21685
|
align-items: center;
|
|
21644
21686
|
border-radius: 50%;
|
|
21645
|
-
|
|
21687
|
+
background: rgb(var(--v-theme-surface));
|
|
21688
|
+
color: rgb(var(--v-theme-on-surface));
|
|
21646
21689
|
display: flex;
|
|
21647
21690
|
height: 20px;
|
|
21648
21691
|
justify-content: center;
|
|
21649
21692
|
width: 20px;
|
|
21650
21693
|
pointer-events: none;
|
|
21651
|
-
transition: 0.15s transform cubic-bezier(0
|
|
21694
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
21695
|
+
position: relative;
|
|
21696
|
+
overflow: hidden;
|
|
21652
21697
|
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));
|
|
21653
21698
|
}
|
|
21654
21699
|
.v-switch--inset .v-switch__thumb {
|
|
21700
|
+
height: 24px;
|
|
21701
|
+
width: 24px;
|
|
21702
|
+
transform: scale(0.6666666667);
|
|
21655
21703
|
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));
|
|
21656
21704
|
}
|
|
21657
|
-
.v-switch
|
|
21658
|
-
|
|
21705
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
21706
|
+
transform: none;
|
|
21659
21707
|
}
|
|
21660
|
-
|
|
21661
|
-
|
|
21662
|
-
|
|
21708
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
21709
|
+
transform: none;
|
|
21710
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
21663
21711
|
}
|
|
21664
21712
|
|
|
21665
21713
|
.v-switch .v-selection-control {
|
|
@@ -21667,10 +21715,13 @@ html.v-overlay-scroll-blocked {
|
|
|
21667
21715
|
}
|
|
21668
21716
|
.v-switch .v-selection-control__input {
|
|
21669
21717
|
border-radius: 50%;
|
|
21670
|
-
transition: 0.
|
|
21718
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21671
21719
|
transform: translateX(-10px);
|
|
21672
21720
|
position: absolute;
|
|
21673
21721
|
}
|
|
21722
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
21723
|
+
position: absolute;
|
|
21724
|
+
}
|
|
21674
21725
|
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
21675
21726
|
transform: translateX(10px);
|
|
21676
21727
|
}
|
|
@@ -21994,8 +22045,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21994
22045
|
flex: 1;
|
|
21995
22046
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
21996
22047
|
min-width: 0;
|
|
21997
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
21998
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
21999
22048
|
}
|
|
22000
22049
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22001
22050
|
outline: none;
|
|
@@ -22014,6 +22063,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22014
22063
|
--v-field-padding-end: 0;
|
|
22015
22064
|
}
|
|
22016
22065
|
|
|
22066
|
+
.v-text-field .v-field__input input {
|
|
22067
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22068
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22069
|
+
}
|
|
22070
|
+
.v-text-field input.v-field__input {
|
|
22071
|
+
min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px) - var(--v-input-chips-margin-top) - var(--v-input-chips-margin-bottom));
|
|
22072
|
+
padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
|
|
22073
|
+
padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
|
|
22074
|
+
}
|
|
22017
22075
|
.v-text-field .v-input__details {
|
|
22018
22076
|
padding-inline-start: 16px;
|
|
22019
22077
|
padding-inline-end: 16px;
|
|
@@ -22087,7 +22145,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22087
22145
|
position: relative;
|
|
22088
22146
|
}
|
|
22089
22147
|
.v-timeline--horizontal.v-timeline {
|
|
22090
|
-
grid-column-gap: 24px;
|
|
22091
22148
|
width: 100%;
|
|
22092
22149
|
}
|
|
22093
22150
|
.v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
@@ -22096,6 +22153,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22096
22153
|
.v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
22097
22154
|
padding-inline-end: 24px;
|
|
22098
22155
|
}
|
|
22156
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__body {
|
|
22157
|
+
padding-inline-end: 24px;
|
|
22158
|
+
}
|
|
22159
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__opposite {
|
|
22160
|
+
padding-inline-end: 24px;
|
|
22161
|
+
}
|
|
22099
22162
|
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
22100
22163
|
grid-row: 3;
|
|
22101
22164
|
padding-block-start: 24px;
|
|
@@ -22654,7 +22717,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22654
22717
|
.v-toolbar-items > .v-btn {
|
|
22655
22718
|
border-radius: 0;
|
|
22656
22719
|
}.v-tooltip > .v-overlay__content {
|
|
22657
|
-
background:
|
|
22720
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
22658
22721
|
color: rgb(var(--v-theme-on-surface-variant));
|
|
22659
22722
|
border-radius: 4px;
|
|
22660
22723
|
font-size: 0.875rem;
|
|
@@ -22752,27 +22815,8 @@ html.v-overlay-scroll-blocked {
|
|
|
22752
22815
|
}
|
|
22753
22816
|
.v-window-y-reverse-transition-leave-to {
|
|
22754
22817
|
transform: translateY(100%);
|
|
22755
|
-
}.v-
|
|
22756
|
-
display:
|
|
22757
|
-
position: relative;
|
|
22758
|
-
overflow: hidden;
|
|
22759
|
-
contain: content;
|
|
22760
|
-
}
|
|
22761
|
-
.v-color-picker-canvas__dot {
|
|
22762
|
-
position: absolute;
|
|
22763
|
-
top: 0;
|
|
22764
|
-
left: 0;
|
|
22765
|
-
width: 15px;
|
|
22766
|
-
height: 15px;
|
|
22767
|
-
background: transparent;
|
|
22768
|
-
border-radius: 50%;
|
|
22769
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
22770
|
-
}
|
|
22771
|
-
.v-color-picker-canvas__dot--disabled {
|
|
22772
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
22773
|
-
}
|
|
22774
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
22775
|
-
will-change: transform;
|
|
22818
|
+
}.v-locale-provider {
|
|
22819
|
+
display: contents;
|
|
22776
22820
|
}.v-color-picker-edit {
|
|
22777
22821
|
display: flex;
|
|
22778
22822
|
margin-top: 24px;
|
|
@@ -22804,6 +22848,27 @@ html.v-overlay-scroll-blocked {
|
|
|
22804
22848
|
}
|
|
22805
22849
|
.v-color-picker-edit__input span {
|
|
22806
22850
|
font-size: 0.75rem;
|
|
22851
|
+
}.v-color-picker-canvas {
|
|
22852
|
+
display: flex;
|
|
22853
|
+
position: relative;
|
|
22854
|
+
overflow: hidden;
|
|
22855
|
+
contain: content;
|
|
22856
|
+
}
|
|
22857
|
+
.v-color-picker-canvas__dot {
|
|
22858
|
+
position: absolute;
|
|
22859
|
+
top: 0;
|
|
22860
|
+
left: 0;
|
|
22861
|
+
width: 15px;
|
|
22862
|
+
height: 15px;
|
|
22863
|
+
background: transparent;
|
|
22864
|
+
border-radius: 50%;
|
|
22865
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
22866
|
+
}
|
|
22867
|
+
.v-color-picker-canvas__dot--disabled {
|
|
22868
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
22869
|
+
}
|
|
22870
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
22871
|
+
will-change: transform;
|
|
22807
22872
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
22808
22873
|
background-color: transparent !important;
|
|
22809
22874
|
}
|