@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-19 → 3.4.0-alpha.1-dev.2023-10-21
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 +7 -2
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +12 -12
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +77 -88
- package/dist/vuetify-labs.esm.js +7 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +77 -88
- package/dist/vuetify.d.ts +10 -10
- package/dist/vuetify.esm.js +7 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +7 -9
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -9
- package/lib/components/VAutocomplete/_variables.scss +3 -2
- package/lib/components/VCombobox/VCombobox.css +7 -9
- package/lib/components/VCombobox/VCombobox.sass +10 -9
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VField/VField.css +32 -16
- package/lib/components/VField/VField.sass +11 -2
- package/lib/components/VField/_variables.scss +5 -3
- package/lib/components/VFileInput/VFileInput.css +6 -4
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +10 -4
- package/lib/components/VInput/VInput.css +22 -16
- package/lib/components/VInput/VInput.sass +17 -6
- package/lib/components/VInput/_variables.scss +3 -3
- package/lib/components/VSelect/VSelect.css +0 -4
- package/lib/components/VSelect/VSelect.sass +0 -3
- package/lib/components/VTextField/VTextField.css +1 -28
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +0 -26
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +10 -10
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-alpha.1-dev.2023-10-
|
|
2
|
+
* Vuetify v3.4.0-alpha.1-dev.2023-10-21
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17225,7 +17225,6 @@ html.overflow-y-hidden {
|
|
|
17225
17225
|
cursor: text;
|
|
17226
17226
|
}
|
|
17227
17227
|
.v-autocomplete .v-field .v-field__input > input {
|
|
17228
|
-
align-self: flex-start;
|
|
17229
17228
|
flex: 1 1;
|
|
17230
17229
|
}
|
|
17231
17230
|
.v-autocomplete .v-field input {
|
|
@@ -17254,17 +17253,20 @@ html.overflow-y-hidden {
|
|
|
17254
17253
|
.v-autocomplete__selection {
|
|
17255
17254
|
display: inline-flex;
|
|
17256
17255
|
align-items: center;
|
|
17256
|
+
height: 1.5rem;
|
|
17257
17257
|
letter-spacing: inherit;
|
|
17258
17258
|
line-height: inherit;
|
|
17259
17259
|
max-width: calc(100% - 2px);
|
|
17260
17260
|
}
|
|
17261
|
-
.v-autocomplete__selection {
|
|
17262
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
17263
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
17264
|
-
}
|
|
17265
17261
|
.v-autocomplete__selection:first-child {
|
|
17266
17262
|
margin-inline-start: 0;
|
|
17267
17263
|
}
|
|
17264
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
17265
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
17266
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
17267
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
17268
|
+
top: 0px;
|
|
17269
|
+
}
|
|
17268
17270
|
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
17269
17271
|
opacity: var(--v-medium-emphasis-opacity);
|
|
17270
17272
|
}
|
|
@@ -17282,10 +17284,6 @@ html.overflow-y-hidden {
|
|
|
17282
17284
|
width: 100%;
|
|
17283
17285
|
padding-inline: inherit;
|
|
17284
17286
|
}
|
|
17285
|
-
.v-autocomplete--single .v-field--variant-outlined input {
|
|
17286
|
-
top: 50%;
|
|
17287
|
-
transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
|
|
17288
|
-
}
|
|
17289
17287
|
.v-autocomplete--single .v-field--active input {
|
|
17290
17288
|
transition: none;
|
|
17291
17289
|
}
|
|
@@ -19680,7 +19678,6 @@ html.overflow-y-hidden {
|
|
|
19680
19678
|
cursor: text;
|
|
19681
19679
|
}
|
|
19682
19680
|
.v-combobox .v-field .v-field__input > input {
|
|
19683
|
-
align-self: flex-start;
|
|
19684
19681
|
flex: 1 1;
|
|
19685
19682
|
}
|
|
19686
19683
|
.v-combobox .v-field input {
|
|
@@ -19709,17 +19706,20 @@ html.overflow-y-hidden {
|
|
|
19709
19706
|
.v-combobox__selection {
|
|
19710
19707
|
display: inline-flex;
|
|
19711
19708
|
align-items: center;
|
|
19709
|
+
height: 1.5rem;
|
|
19712
19710
|
letter-spacing: inherit;
|
|
19713
19711
|
line-height: inherit;
|
|
19714
19712
|
max-width: 90%;
|
|
19715
19713
|
}
|
|
19716
|
-
.v-combobox__selection {
|
|
19717
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
19718
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
19719
|
-
}
|
|
19720
19714
|
.v-combobox__selection:first-child {
|
|
19721
19715
|
margin-inline-start: 0;
|
|
19722
19716
|
}
|
|
19717
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
19718
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
19719
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
19720
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
19721
|
+
top: 0px;
|
|
19722
|
+
}
|
|
19723
19723
|
.v-combobox--selecting-index .v-combobox__selection {
|
|
19724
19724
|
opacity: var(--v-medium-emphasis-opacity);
|
|
19725
19725
|
}
|
|
@@ -19737,10 +19737,6 @@ html.overflow-y-hidden {
|
|
|
19737
19737
|
width: 100%;
|
|
19738
19738
|
padding-inline: inherit;
|
|
19739
19739
|
}
|
|
19740
|
-
.v-combobox--single .v-field--variant-outlined input {
|
|
19741
|
-
top: 50%;
|
|
19742
|
-
transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
|
|
19743
|
-
}
|
|
19744
19740
|
.v-combobox--single .v-field--active input {
|
|
19745
19741
|
transition: none;
|
|
19746
19742
|
}
|
|
@@ -20090,10 +20086,10 @@ html.overflow-y-hidden {
|
|
|
20090
20086
|
position: relative;
|
|
20091
20087
|
--v-field-padding-start: 16px;
|
|
20092
20088
|
--v-field-padding-end: 16px;
|
|
20093
|
-
--v-field-padding-top:
|
|
20094
|
-
--v-field-padding-bottom:
|
|
20095
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top,
|
|
20096
|
-
--v-field-input-padding-bottom: var(--v-field-padding-bottom,
|
|
20089
|
+
--v-field-padding-top: 8px;
|
|
20090
|
+
--v-field-padding-bottom: 4px;
|
|
20091
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
20092
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
20097
20093
|
}
|
|
20098
20094
|
.v-field--disabled {
|
|
20099
20095
|
opacity: var(--v-disabled-opacity);
|
|
@@ -20132,12 +20128,12 @@ html.overflow-y-hidden {
|
|
|
20132
20128
|
}
|
|
20133
20129
|
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
|
20134
20130
|
--v-input-control-height: 56px;
|
|
20135
|
-
--v-field-padding-bottom:
|
|
20131
|
+
--v-field-padding-bottom: 4px;
|
|
20136
20132
|
}
|
|
20137
20133
|
|
|
20138
20134
|
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
|
20139
20135
|
--v-input-control-height: 48px;
|
|
20140
|
-
--v-field-padding-bottom:
|
|
20136
|
+
--v-field-padding-bottom: 0px;
|
|
20141
20137
|
}
|
|
20142
20138
|
|
|
20143
20139
|
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
|
@@ -20149,15 +20145,15 @@ html.overflow-y-hidden {
|
|
|
20149
20145
|
--v-field-padding-top: 0px;
|
|
20150
20146
|
}
|
|
20151
20147
|
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
|
20152
|
-
--v-field-padding-bottom:
|
|
20148
|
+
--v-field-padding-bottom: 16px;
|
|
20153
20149
|
}
|
|
20154
20150
|
|
|
20155
20151
|
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
|
|
20156
|
-
--v-field-padding-bottom:
|
|
20152
|
+
--v-field-padding-bottom: 12px;
|
|
20157
20153
|
}
|
|
20158
20154
|
|
|
20159
20155
|
.v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
|
|
20160
|
-
--v-field-padding-bottom:
|
|
20156
|
+
--v-field-padding-bottom: 8px;
|
|
20161
20157
|
}
|
|
20162
20158
|
|
|
20163
20159
|
.v-field--variant-plain, .v-field--variant-underlined {
|
|
@@ -20167,20 +20163,22 @@ html.overflow-y-hidden {
|
|
|
20167
20163
|
.v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
|
|
20168
20164
|
--v-field-padding-start: 0px;
|
|
20169
20165
|
--v-field-padding-end: 0px;
|
|
20170
|
-
--v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
|
|
20171
20166
|
}
|
|
20172
20167
|
.v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
|
|
20173
20168
|
--v-input-control-height: 48px;
|
|
20174
|
-
--v-field-padding-
|
|
20169
|
+
--v-field-padding-top: 4px;
|
|
20170
|
+
--v-field-padding-bottom: 4px;
|
|
20175
20171
|
}
|
|
20176
20172
|
|
|
20177
20173
|
.v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
|
|
20178
20174
|
--v-input-control-height: 40px;
|
|
20179
|
-
--v-field-padding-
|
|
20175
|
+
--v-field-padding-top: 2px;
|
|
20176
|
+
--v-field-padding-bottom: 0px;
|
|
20180
20177
|
}
|
|
20181
20178
|
|
|
20182
20179
|
.v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
|
|
20183
20180
|
--v-input-control-height: 32px;
|
|
20181
|
+
--v-field-padding-top: 0px;
|
|
20184
20182
|
--v-field-padding-bottom: 0px;
|
|
20185
20183
|
}
|
|
20186
20184
|
|
|
@@ -20200,12 +20198,14 @@ html.overflow-y-hidden {
|
|
|
20200
20198
|
/* endregion */
|
|
20201
20199
|
/* region ELEMENTS */
|
|
20202
20200
|
.v-field__input {
|
|
20201
|
+
align-items: center;
|
|
20203
20202
|
color: inherit;
|
|
20203
|
+
column-gap: 2px;
|
|
20204
20204
|
display: flex;
|
|
20205
20205
|
flex-wrap: wrap;
|
|
20206
20206
|
letter-spacing: 0.009375em;
|
|
20207
20207
|
opacity: var(--v-high-emphasis-opacity);
|
|
20208
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom)
|
|
20208
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
20209
20209
|
min-width: 0;
|
|
20210
20210
|
padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
|
|
20211
20211
|
padding-top: var(--v-field-input-padding-top);
|
|
@@ -20213,6 +20213,18 @@ html.overflow-y-hidden {
|
|
|
20213
20213
|
position: relative;
|
|
20214
20214
|
width: 100%;
|
|
20215
20215
|
}
|
|
20216
|
+
.v-input--density-default .v-field__input {
|
|
20217
|
+
row-gap: 8px;
|
|
20218
|
+
}
|
|
20219
|
+
|
|
20220
|
+
.v-input--density-comfortable .v-field__input {
|
|
20221
|
+
row-gap: 6px;
|
|
20222
|
+
}
|
|
20223
|
+
|
|
20224
|
+
.v-input--density-compact .v-field__input {
|
|
20225
|
+
row-gap: 4px;
|
|
20226
|
+
}
|
|
20227
|
+
|
|
20216
20228
|
.v-field__input input {
|
|
20217
20229
|
letter-spacing: inherit;
|
|
20218
20230
|
}
|
|
@@ -20259,7 +20271,7 @@ textarea.v-field__input::placeholder {
|
|
|
20259
20271
|
.v-field__prepend-inner {
|
|
20260
20272
|
display: flex;
|
|
20261
20273
|
align-items: flex-start;
|
|
20262
|
-
padding-top: var(--v-input-padding-top,
|
|
20274
|
+
padding-top: var(--v-input-padding-top, 8px);
|
|
20263
20275
|
}
|
|
20264
20276
|
.v-field--center-affix .v-field__append-inner,
|
|
20265
20277
|
.v-field--center-affix .v-field__clearable,
|
|
@@ -20275,8 +20287,8 @@ textarea.v-field__input::placeholder {
|
|
|
20275
20287
|
.v-field.v-field--variant-plain .v-field__clearable,
|
|
20276
20288
|
.v-field.v-field--variant-plain .v-field__prepend-inner {
|
|
20277
20289
|
align-items: flex-start;
|
|
20278
|
-
padding-top: calc(var(--v-field-padding-top,
|
|
20279
|
-
padding-bottom: var(--v-field-padding-bottom,
|
|
20290
|
+
padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
|
20291
|
+
padding-bottom: var(--v-field-padding-bottom, 4px);
|
|
20280
20292
|
}
|
|
20281
20293
|
|
|
20282
20294
|
.v-field--focused .v-field__prepend-inner,
|
|
@@ -20601,7 +20613,13 @@ textarea.v-field__input::placeholder {
|
|
|
20601
20613
|
opacity: 0;
|
|
20602
20614
|
}
|
|
20603
20615
|
|
|
20604
|
-
/* endregion */.v-file-input
|
|
20616
|
+
/* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
20617
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
20618
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
20619
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
20620
|
+
top: 0px;
|
|
20621
|
+
}
|
|
20622
|
+
.v-file-input input[type=file] {
|
|
20605
20623
|
height: 100%;
|
|
20606
20624
|
left: 0;
|
|
20607
20625
|
opacity: 0;
|
|
@@ -20612,10 +20630,6 @@ textarea.v-field__input::placeholder {
|
|
|
20612
20630
|
}
|
|
20613
20631
|
.v-file-input .v-input__details {
|
|
20614
20632
|
padding-inline: 16px;
|
|
20615
|
-
}
|
|
20616
|
-
.v-file-input .v-chip {
|
|
20617
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
20618
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
20619
20633
|
}.v-footer {
|
|
20620
20634
|
align-items: center;
|
|
20621
20635
|
display: flex;
|
|
@@ -20732,36 +20746,23 @@ textarea.v-field__input::placeholder {
|
|
|
20732
20746
|
font-size: 1rem;
|
|
20733
20747
|
font-weight: 400;
|
|
20734
20748
|
line-height: 1.5;
|
|
20735
|
-
--v-input-chips-margin-top: 2px;
|
|
20736
20749
|
}
|
|
20737
20750
|
.v-input--disabled {
|
|
20738
20751
|
pointer-events: none;
|
|
20739
20752
|
}
|
|
20740
20753
|
.v-input--density-default {
|
|
20741
20754
|
--v-input-control-height: 56px;
|
|
20742
|
-
--v-input-padding-top:
|
|
20755
|
+
--v-input-padding-top: 16px;
|
|
20743
20756
|
}
|
|
20744
20757
|
|
|
20745
20758
|
.v-input--density-comfortable {
|
|
20746
20759
|
--v-input-control-height: 48px;
|
|
20747
|
-
--v-input-padding-top:
|
|
20760
|
+
--v-input-padding-top: 12px;
|
|
20748
20761
|
}
|
|
20749
20762
|
|
|
20750
20763
|
.v-input--density-compact {
|
|
20751
20764
|
--v-input-control-height: 40px;
|
|
20752
|
-
--v-input-padding-top:
|
|
20753
|
-
}
|
|
20754
|
-
|
|
20755
|
-
.v-input--density-default {
|
|
20756
|
-
--v-input-chips-margin-bottom: 0px;
|
|
20757
|
-
}
|
|
20758
|
-
|
|
20759
|
-
.v-input--density-comfortable {
|
|
20760
|
-
--v-input-chips-margin-bottom: 2px;
|
|
20761
|
-
}
|
|
20762
|
-
|
|
20763
|
-
.v-input--density-compact {
|
|
20764
|
-
--v-input-chips-margin-bottom: 4px;
|
|
20765
|
+
--v-input-padding-top: 8px;
|
|
20765
20766
|
}
|
|
20766
20767
|
|
|
20767
20768
|
.v-input--vertical {
|
|
@@ -20857,6 +20858,25 @@ textarea.v-field__input::placeholder {
|
|
|
20857
20858
|
.v-input__control {
|
|
20858
20859
|
display: flex;
|
|
20859
20860
|
grid-area: control;
|
|
20861
|
+
}
|
|
20862
|
+
|
|
20863
|
+
.v-input--plain-underlined .v-input__details {
|
|
20864
|
+
padding: 0;
|
|
20865
|
+
}
|
|
20866
|
+
.v-input--plain-underlined .v-input__prepend,
|
|
20867
|
+
.v-input--plain-underlined .v-input__append {
|
|
20868
|
+
align-items: flex-start;
|
|
20869
|
+
}
|
|
20870
|
+
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
|
20871
|
+
padding-top: calc(var(--v-input-padding-top) + 4px);
|
|
20872
|
+
}
|
|
20873
|
+
|
|
20874
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
|
20875
|
+
padding-top: calc(var(--v-input-padding-top) + 2px);
|
|
20876
|
+
}
|
|
20877
|
+
|
|
20878
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
|
20879
|
+
padding-top: calc(var(--v-input-padding-top) + 0px);
|
|
20860
20880
|
}.v-item-group {
|
|
20861
20881
|
flex: 0 1 auto;
|
|
20862
20882
|
max-width: 100%;
|
|
@@ -22155,10 +22175,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22155
22175
|
line-height: inherit;
|
|
22156
22176
|
max-width: 100%;
|
|
22157
22177
|
}
|
|
22158
|
-
.v-select .v-select__selection {
|
|
22159
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22160
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22161
|
-
}
|
|
22162
22178
|
.v-select .v-select__selection:first-child {
|
|
22163
22179
|
margin-inline-start: 0;
|
|
22164
22180
|
}
|
|
@@ -22898,15 +22914,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22898
22914
|
--v-field-padding-end: 0;
|
|
22899
22915
|
}
|
|
22900
22916
|
|
|
22901
|
-
.v-text-field .v-field__input input {
|
|
22902
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22903
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22904
|
-
}
|
|
22905
|
-
.v-text-field input.v-field__input {
|
|
22906
|
-
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));
|
|
22907
|
-
padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
|
|
22908
|
-
padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
|
|
22909
|
-
}
|
|
22910
22917
|
.v-text-field .v-input__details {
|
|
22911
22918
|
padding-inline: 16px;
|
|
22912
22919
|
}
|
|
@@ -22928,14 +22935,10 @@ html.v-overlay-scroll-blocked {
|
|
|
22928
22935
|
opacity: 0;
|
|
22929
22936
|
transition: inherit;
|
|
22930
22937
|
white-space: nowrap;
|
|
22931
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom)
|
|
22938
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
22932
22939
|
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
22933
22940
|
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
22934
22941
|
}
|
|
22935
|
-
.v-text-field__prefix__text, .v-text-field__suffix__text {
|
|
22936
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22937
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22938
|
-
}
|
|
22939
22942
|
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
22940
22943
|
opacity: 1;
|
|
22941
22944
|
}
|
|
@@ -22949,20 +22952,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22949
22952
|
padding-inline-end: var(--v-field-padding-end);
|
|
22950
22953
|
}
|
|
22951
22954
|
|
|
22952
|
-
/* endregion */
|
|
22953
|
-
/* region MODIFIERS */
|
|
22954
|
-
.v-text-field--plain-underlined {
|
|
22955
|
-
--v-field-padding-top--plain-underlined: 6px;
|
|
22956
|
-
}
|
|
22957
|
-
.v-text-field--plain-underlined .v-input__details {
|
|
22958
|
-
padding: 0;
|
|
22959
|
-
}
|
|
22960
|
-
.v-text-field--plain-underlined .v-input__prepend,
|
|
22961
|
-
.v-text-field--plain-underlined .v-input__append {
|
|
22962
|
-
align-items: flex-start;
|
|
22963
|
-
padding-top: calc(var(--v-field-padding-top--plain-underlined) + var(--v-input-padding-top));
|
|
22964
|
-
}
|
|
22965
|
-
|
|
22966
22955
|
/* endregion */.v-theme-provider {
|
|
22967
22956
|
background: rgb(var(--v-theme-background));
|
|
22968
22957
|
color: rgb(var(--v-theme-on-background));
|
package/dist/vuetify.d.ts
CHANGED
|
@@ -61139,8 +61139,8 @@ declare module '@vue/runtime-core' {
|
|
|
61139
61139
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
61140
61140
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
61141
61141
|
VRating: typeof import('vuetify/components')['VRating']
|
|
61142
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
|
61143
61142
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
61143
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
|
61144
61144
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
61145
61145
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
61146
61146
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
@@ -61149,6 +61149,8 @@ declare module '@vue/runtime-core' {
|
|
|
61149
61149
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
61150
61150
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
61151
61151
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
61152
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
|
61153
|
+
VTab: typeof import('vuetify/components')['VTab']
|
|
61152
61154
|
VTable: typeof import('vuetify/components')['VTable']
|
|
61153
61155
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
61154
61156
|
VTextField: typeof import('vuetify/components')['VTextField']
|
|
@@ -61160,8 +61162,6 @@ declare module '@vue/runtime-core' {
|
|
|
61160
61162
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
61161
61163
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
61162
61164
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
61163
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
|
61164
|
-
VTab: typeof import('vuetify/components')['VTab']
|
|
61165
61165
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
61166
61166
|
VForm: typeof import('vuetify/components')['VForm']
|
|
61167
61167
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
@@ -61198,19 +61198,19 @@ declare module '@vue/runtime-core' {
|
|
|
61198
61198
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
61199
61199
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
61200
61200
|
VBottomSheet: typeof import('vuetify/labs/components')['VBottomSheet']
|
|
61201
|
-
|
|
61202
|
-
VDataTableFooter: typeof import('vuetify/labs/components')['VDataTableFooter']
|
|
61203
|
-
VDataTableRows: typeof import('vuetify/labs/components')['VDataTableRows']
|
|
61204
|
-
VDataTableRow: typeof import('vuetify/labs/components')['VDataTableRow']
|
|
61205
|
-
VDataTableVirtual: typeof import('vuetify/labs/components')['VDataTableVirtual']
|
|
61206
|
-
VDataTableServer: typeof import('vuetify/labs/components')['VDataTableServer']
|
|
61201
|
+
VInfiniteScroll: typeof import('vuetify/labs/components')['VInfiniteScroll']
|
|
61207
61202
|
VDateCard: typeof import('vuetify/labs/components')['VDateCard']
|
|
61208
61203
|
VDatePicker: typeof import('vuetify/labs/components')['VDatePicker']
|
|
61209
61204
|
VDatePickerControls: typeof import('vuetify/labs/components')['VDatePickerControls']
|
|
61210
61205
|
VDatePickerHeader: typeof import('vuetify/labs/components')['VDatePickerHeader']
|
|
61211
61206
|
VDatePickerMonth: typeof import('vuetify/labs/components')['VDatePickerMonth']
|
|
61212
61207
|
VDatePickerYears: typeof import('vuetify/labs/components')['VDatePickerYears']
|
|
61213
|
-
|
|
61208
|
+
VDataTable: typeof import('vuetify/labs/components')['VDataTable']
|
|
61209
|
+
VDataTableFooter: typeof import('vuetify/labs/components')['VDataTableFooter']
|
|
61210
|
+
VDataTableRows: typeof import('vuetify/labs/components')['VDataTableRows']
|
|
61211
|
+
VDataTableRow: typeof import('vuetify/labs/components')['VDataTableRow']
|
|
61212
|
+
VDataTableVirtual: typeof import('vuetify/labs/components')['VDataTableVirtual']
|
|
61213
|
+
VDataTableServer: typeof import('vuetify/labs/components')['VDataTableServer']
|
|
61214
61214
|
VOtpInput: typeof import('vuetify/labs/components')['VOtpInput']
|
|
61215
61215
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
61216
61216
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.4.0-alpha.1-dev.2023-10-
|
|
2
|
+
* Vuetify v3.4.0-alpha.1-dev.2023-10-21
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -10563,7 +10563,7 @@ const VTextField = genericComponent()({
|
|
|
10563
10563
|
"class": ['v-text-field', {
|
|
10564
10564
|
'v-text-field--prefixed': props.prefix,
|
|
10565
10565
|
'v-text-field--suffixed': props.suffix,
|
|
10566
|
-
'v-
|
|
10566
|
+
'v-input--plain-underlined': isPlainOrUnderlined.value
|
|
10567
10567
|
}, props.class],
|
|
10568
10568
|
"style": props.style
|
|
10569
10569
|
}, rootAttrs, inputProps, {
|
|
@@ -15905,7 +15905,8 @@ const VFileInput = genericComponent()({
|
|
|
15905
15905
|
"modelValue": model.value,
|
|
15906
15906
|
"onUpdate:modelValue": $event => model.value = $event,
|
|
15907
15907
|
"class": ['v-file-input', {
|
|
15908
|
-
'v-
|
|
15908
|
+
'v-file-input--chips': !!props.chips,
|
|
15909
|
+
'v-input--plain-underlined': isPlainOrUnderlined.value
|
|
15909
15910
|
}, props.class],
|
|
15910
15911
|
"style": props.style,
|
|
15911
15912
|
"onClick:prepend": onClickPrepend
|
|
@@ -19323,7 +19324,7 @@ const VTextarea = genericComponent()({
|
|
|
19323
19324
|
'v-text-field--suffixed': props.suffix,
|
|
19324
19325
|
'v-textarea--auto-grow': props.autoGrow,
|
|
19325
19326
|
'v-textarea--no-resize': props.noResize || props.autoGrow,
|
|
19326
|
-
'v-
|
|
19327
|
+
'v-input--plain-underlined': isPlainOrUnderlined.value
|
|
19327
19328
|
}, props.class],
|
|
19328
19329
|
"style": props.style
|
|
19329
19330
|
}, rootAttrs, inputProps, {
|
|
@@ -20644,7 +20645,7 @@ function createVuetify$1() {
|
|
|
20644
20645
|
date
|
|
20645
20646
|
};
|
|
20646
20647
|
}
|
|
20647
|
-
const version$1 = "3.4.0-alpha.1-dev.2023-10-
|
|
20648
|
+
const version$1 = "3.4.0-alpha.1-dev.2023-10-21";
|
|
20648
20649
|
createVuetify$1.version = version$1;
|
|
20649
20650
|
|
|
20650
20651
|
// Vue's inject() can only be used in setup
|
|
@@ -20669,7 +20670,7 @@ const createVuetify = function () {
|
|
|
20669
20670
|
...options
|
|
20670
20671
|
});
|
|
20671
20672
|
};
|
|
20672
|
-
const version = "3.4.0-alpha.1-dev.2023-10-
|
|
20673
|
+
const version = "3.4.0-alpha.1-dev.2023-10-21";
|
|
20673
20674
|
createVuetify.version = version;
|
|
20674
20675
|
|
|
20675
20676
|
export { components, createVuetify, directives, useDefaults, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|