@vuetify/nightly 4.0.0-dev-20230427.0 → 4.0.0-dev-20230511.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -23
- package/dist/json/attributes.json +854 -658
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +50 -1
- package/dist/json/web-types.json +1797 -1324
- package/dist/vuetify-labs.css +81 -69
- package/dist/vuetify-labs.d.ts +771 -257
- package/dist/vuetify-labs.esm.js +260 -224
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +259 -223
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +23 -11
- package/dist/vuetify.d.ts +884 -412
- package/dist/vuetify.esm.js +237 -215
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +236 -214
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +640 -645
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
- package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
- package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
- package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/{index.d.ts → index.d.mts} +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VAutocomplete/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +97 -31
- package/lib/components/VColorPicker/util/index.mjs +2 -22
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +9 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VField/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VImg/VImg.css +2 -4
- package/lib/components/VImg/VImg.mjs +25 -24
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +4 -3
- package/lib/components/VImg/{index.d.ts → index.d.mts} +48 -3
- package/lib/components/VInput/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VList/VList.mjs +5 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +10 -5
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/{index.d.ts → index.d.mts} +18 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VResponsive/VResponsive.css +13 -5
- package/lib/components/VResponsive/VResponsive.mjs +12 -8
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +12 -4
- package/lib/components/VResponsive/{index.d.ts → index.d.mts} +10 -1
- package/lib/components/VSelect/VSelect.mjs +9 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlider/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VSwitch/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/{index.d.ts → index.d.mts} +24 -24
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/{index.d.ts → index.d.mts} +15 -15
- package/lib/components/VValidation/{index.d.ts → index.d.mts} +6 -6
- package/lib/components/{index.d.ts → index.d.mts} +679 -208
- package/lib/composables/defaults.mjs +15 -3
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +6 -6
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/scroll.mjs +18 -19
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/{index.d.ts → index.d.mts} +7 -6
- package/lib/labs/VDataTable/VDataTable.mjs +11 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +0 -5
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +7 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/{index.d.ts → index.d.mts} +54 -12
- package/lib/labs/{components.d.ts → components.d.mts} +54 -12
- package/lib/util/colorUtils.mjs +68 -3
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/console.mjs +12 -81
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -6
- /package/lib/components/VAlert/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VApp/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VAvatar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBadge/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBanner/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtn/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCard/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCarousel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VChipGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCode/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VCounter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDialog/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VDivider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VFooter/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VForm/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VGrid/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VHover/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VIcon/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VItemGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VKbd/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLabel/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLayout/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLazy/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMain/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMenu/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VMessages/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VOverlay/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VPagination/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VParallax/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRadio/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VRating/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControl/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSheet/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTable/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTabs/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTimeline/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VToolbar/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VTooltip/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VVirtualScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/VWindow/{index.d.ts → index.d.mts} +0 -0
- /package/lib/components/transitions/{index.d.ts → index.d.mts} +0 -0
- /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
- /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
- /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
- /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
- /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
- /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
- /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
- /package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +0 -0
- /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/labs/date/{index.d.ts → index.d.mts} +0 -0
- /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
- /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
- /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230511.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -16686,7 +16686,7 @@ html.overflow-y-hidden {
|
|
16686
16686
|
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
16687
16687
|
opacity: 0;
|
16688
16688
|
}
|
16689
|
-
.v-autocomplete--single .v-field--focused .v-autocomplete__selection
|
16689
|
+
.v-autocomplete--single .v-field--focused .v-autocomplete__selection {
|
16690
16690
|
opacity: 0;
|
16691
16691
|
}
|
16692
16692
|
.v-autocomplete--selection-slot.v-text-field input {
|
@@ -17522,6 +17522,8 @@ html.overflow-y-hidden {
|
|
17522
17522
|
|
17523
17523
|
.v-snackbar-actions .v-btn {
|
17524
17524
|
padding: 0 8px;
|
17525
|
+
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
17526
|
+
opacity: var(--v-activated-opacity);
|
17525
17527
|
}/** if false, disabled buttons will be greyed out */
|
17526
17528
|
.v-btn-group {
|
17527
17529
|
display: inline-flex;
|
@@ -17579,8 +17581,6 @@ html.overflow-y-hidden {
|
|
17579
17581
|
}
|
17580
17582
|
.v-btn-group--tile {
|
17581
17583
|
border-radius: 0;
|
17582
|
-
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
17583
|
-
opacity: var(--v-activated-opacity);
|
17584
17584
|
}.v-card {
|
17585
17585
|
display: block;
|
17586
17586
|
overflow: hidden;
|
@@ -20238,10 +20238,8 @@ textarea.v-field__input::placeholder {
|
|
20238
20238
|
.v-img__gradient,
|
20239
20239
|
.v-img__placeholder,
|
20240
20240
|
.v-img__error {
|
20241
|
-
|
20242
|
-
|
20243
|
-
top: 0;
|
20244
|
-
left: 0;
|
20241
|
+
grid-row-start: 1;
|
20242
|
+
grid-column-start: 1;
|
20245
20243
|
width: 100%;
|
20246
20244
|
height: 100%;
|
20247
20245
|
}
|
@@ -20942,22 +20940,6 @@ textarea.v-field__input::placeholder {
|
|
20942
20940
|
overflow: auto;
|
20943
20941
|
height: 100%;
|
20944
20942
|
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
20945
|
-
}.v-messages {
|
20946
|
-
flex: 1 1 auto;
|
20947
|
-
font-size: 12px;
|
20948
|
-
min-height: 14px;
|
20949
|
-
min-width: 1px;
|
20950
|
-
opacity: var(--v-medium-emphasis-opacity);
|
20951
|
-
position: relative;
|
20952
|
-
}
|
20953
|
-
.v-messages__message {
|
20954
|
-
line-height: 12px;
|
20955
|
-
word-break: break-word;
|
20956
|
-
overflow-wrap: break-word;
|
20957
|
-
word-wrap: break-word;
|
20958
|
-
-webkit-hyphens: auto;
|
20959
|
-
hyphens: auto;
|
20960
|
-
transition-duration: 150ms;
|
20961
20943
|
}.v-navigation-drawer {
|
20962
20944
|
-webkit-overflow-scrolling: touch;
|
20963
20945
|
background: rgb(var(--v-theme-surface));
|
@@ -21560,27 +21542,35 @@ html.v-overlay-scroll-blocked {
|
|
21560
21542
|
position: absolute;
|
21561
21543
|
width: 0;
|
21562
21544
|
}.v-responsive {
|
21563
|
-
display:
|
21545
|
+
display: grid;
|
21546
|
+
grid-template-rows: minmax(100%, 1fr);
|
21547
|
+
grid-template-columns: 1fr;
|
21564
21548
|
flex: 1 0 auto;
|
21565
21549
|
max-height: 100%;
|
21566
21550
|
max-width: 100%;
|
21567
21551
|
overflow: hidden;
|
21568
21552
|
position: relative;
|
21569
21553
|
}
|
21554
|
+
.v-responsive--inline {
|
21555
|
+
display: inline-grid;
|
21556
|
+
flex: 0 0 auto;
|
21557
|
+
}
|
21570
21558
|
|
21571
21559
|
.v-responsive__content {
|
21572
21560
|
flex: 1 0 0px;
|
21573
21561
|
max-width: 100%;
|
21574
21562
|
}
|
21575
21563
|
|
21576
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
21577
|
-
margin-inline-start: -100%;
|
21578
|
-
}
|
21579
|
-
|
21580
21564
|
.v-responsive__sizer {
|
21581
21565
|
flex: 1 0 0px;
|
21582
21566
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21583
21567
|
pointer-events: none;
|
21568
|
+
}
|
21569
|
+
|
21570
|
+
.v-responsive__sizer,
|
21571
|
+
.v-responsive__content {
|
21572
|
+
grid-row-start: 1;
|
21573
|
+
grid-column-start: 1;
|
21584
21574
|
}.v-input--density-default {
|
21585
21575
|
--select-chips-margin-bottom: 0px;
|
21586
21576
|
}
|
@@ -21773,6 +21763,12 @@ html.v-overlay-scroll-blocked {
|
|
21773
21763
|
.v-sheet--fixed {
|
21774
21764
|
position: fixed;
|
21775
21765
|
}
|
21766
|
+
.v-sheet--relative {
|
21767
|
+
position: relative;
|
21768
|
+
}
|
21769
|
+
.v-sheet--sticky {
|
21770
|
+
position: sticky;
|
21771
|
+
}
|
21776
21772
|
.v-sheet--rounded {
|
21777
21773
|
border-radius: 4px;
|
21778
21774
|
}.v-slide-group {
|
@@ -22264,6 +22260,48 @@ html.v-overlay-scroll-blocked {
|
|
22264
22260
|
border-top: 0px !important;
|
22265
22261
|
position: sticky;
|
22266
22262
|
bottom: 0;
|
22263
|
+
}.v-textarea .v-field {
|
22264
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
22265
|
+
}
|
22266
|
+
.v-textarea .v-field__field {
|
22267
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
22268
|
+
}
|
22269
|
+
.v-textarea .v-field__input {
|
22270
|
+
flex: 1 1 auto;
|
22271
|
+
outline: none;
|
22272
|
+
-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));
|
22273
|
+
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));
|
22274
|
+
}
|
22275
|
+
.v-textarea--auto-grow .v-field__input {
|
22276
|
+
overflow: hidden;
|
22277
|
+
}
|
22278
|
+
.v-textarea--no-resize .v-field__input {
|
22279
|
+
resize: none;
|
22280
|
+
}
|
22281
|
+
.v-textarea__sizer {
|
22282
|
+
visibility: hidden;
|
22283
|
+
position: absolute;
|
22284
|
+
top: 0;
|
22285
|
+
left: 0;
|
22286
|
+
height: 0 !important;
|
22287
|
+
min-height: 0 !important;
|
22288
|
+
pointer-events: none;
|
22289
|
+
}
|
22290
|
+
.v-textarea .v-field--no-label textarea,
|
22291
|
+
.v-textarea .v-field--active textarea {
|
22292
|
+
opacity: 1;
|
22293
|
+
}
|
22294
|
+
.v-textarea textarea {
|
22295
|
+
opacity: 0;
|
22296
|
+
flex: 1;
|
22297
|
+
min-width: 0;
|
22298
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
22299
|
+
}
|
22300
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
22301
|
+
outline: none;
|
22302
|
+
}
|
22303
|
+
.v-textarea textarea:invalid {
|
22304
|
+
box-shadow: none;
|
22267
22305
|
}/* region BLOCK */
|
22268
22306
|
.v-text-field input {
|
22269
22307
|
color: inherit;
|
@@ -23014,48 +23052,22 @@ html.v-overlay-scroll-blocked {
|
|
23014
23052
|
}
|
23015
23053
|
.v-window-y-reverse-transition-leave-to {
|
23016
23054
|
transform: translateY(100%);
|
23017
|
-
}.v-
|
23018
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
23019
|
-
}
|
23020
|
-
.v-textarea .v-field__field {
|
23021
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
23022
|
-
}
|
23023
|
-
.v-textarea .v-field__input {
|
23055
|
+
}.v-messages {
|
23024
23056
|
flex: 1 1 auto;
|
23025
|
-
|
23026
|
-
-
|
23027
|
-
|
23028
|
-
|
23029
|
-
|
23030
|
-
overflow: hidden;
|
23031
|
-
}
|
23032
|
-
.v-textarea--no-resize .v-field__input {
|
23033
|
-
resize: none;
|
23034
|
-
}
|
23035
|
-
.v-textarea__sizer {
|
23036
|
-
visibility: hidden;
|
23037
|
-
position: absolute;
|
23038
|
-
top: 0;
|
23039
|
-
left: 0;
|
23040
|
-
height: 0 !important;
|
23041
|
-
min-height: 0 !important;
|
23042
|
-
pointer-events: none;
|
23043
|
-
}
|
23044
|
-
.v-textarea .v-field--no-label textarea,
|
23045
|
-
.v-textarea .v-field--active textarea {
|
23046
|
-
opacity: 1;
|
23047
|
-
}
|
23048
|
-
.v-textarea textarea {
|
23049
|
-
opacity: 0;
|
23050
|
-
flex: 1;
|
23051
|
-
min-width: 0;
|
23052
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
23053
|
-
}
|
23054
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
23055
|
-
outline: none;
|
23057
|
+
font-size: 12px;
|
23058
|
+
min-height: 14px;
|
23059
|
+
min-width: 1px;
|
23060
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23061
|
+
position: relative;
|
23056
23062
|
}
|
23057
|
-
.v-
|
23058
|
-
|
23063
|
+
.v-messages__message {
|
23064
|
+
line-height: 12px;
|
23065
|
+
word-break: break-word;
|
23066
|
+
overflow-wrap: break-word;
|
23067
|
+
word-wrap: break-word;
|
23068
|
+
-webkit-hyphens: auto;
|
23069
|
+
hyphens: auto;
|
23070
|
+
transition-duration: 150ms;
|
23059
23071
|
}.v-color-picker-canvas {
|
23060
23072
|
display: flex;
|
23061
23073
|
position: relative;
|