@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.
Files changed (46) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +12 -12
  4. package/dist/json/web-types.json +1 -1
  5. package/dist/vuetify-labs.css +77 -88
  6. package/dist/vuetify-labs.esm.js +7 -6
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +7 -6
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +77 -88
  11. package/dist/vuetify.d.ts +10 -10
  12. package/dist/vuetify.esm.js +7 -6
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +7 -6
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +6 -6
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VAutocomplete/VAutocomplete.css +7 -9
  20. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -9
  21. package/lib/components/VAutocomplete/_variables.scss +3 -2
  22. package/lib/components/VCombobox/VCombobox.css +7 -9
  23. package/lib/components/VCombobox/VCombobox.sass +10 -9
  24. package/lib/components/VCombobox/_variables.scss +1 -0
  25. package/lib/components/VField/VField.css +32 -16
  26. package/lib/components/VField/VField.sass +11 -2
  27. package/lib/components/VField/_variables.scss +5 -3
  28. package/lib/components/VFileInput/VFileInput.css +6 -4
  29. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  30. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  31. package/lib/components/VFileInput/VFileInput.sass +10 -4
  32. package/lib/components/VInput/VInput.css +22 -16
  33. package/lib/components/VInput/VInput.sass +17 -6
  34. package/lib/components/VInput/_variables.scss +3 -3
  35. package/lib/components/VSelect/VSelect.css +0 -4
  36. package/lib/components/VSelect/VSelect.sass +0 -3
  37. package/lib/components/VTextField/VTextField.css +1 -28
  38. package/lib/components/VTextField/VTextField.mjs +1 -1
  39. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  40. package/lib/components/VTextField/VTextField.sass +0 -26
  41. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  42. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  43. package/lib/entry-bundler.mjs +1 -1
  44. package/lib/framework.mjs +1 -1
  45. package/lib/index.d.mts +10 -10
  46. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-10-19...v) (2023-10-19)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-alpha.1-dev.2023-10-21...v) (2023-10-21)
2
2
 
3
3
 
4
4
 
5
- # [3.4.0-alpha.1-dev.2023-10-19](https://github.com/vuetifyjs/vuetify/compare/v3.3.22...v3.4.0-alpha.1-dev.2023-10-19) (2023-10-19)
5
+ # [3.4.0-alpha.1-dev.2023-10-21](https://github.com/vuetifyjs/vuetify/compare/v3.3.22...v3.4.0-alpha.1-dev.2023-10-21) (2023-10-21)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **VField:** correct height for compact/comfortable densities ([#18025](https://github.com/vuetifyjs/vuetify/issues/18025)) ([7a24848](https://github.com/vuetifyjs/vuetify/commit/7a248489c6eb46e754c22b982ae047a4ca1bbd98)), closes [#17898](https://github.com/vuetifyjs/vuetify/issues/17898) [#17837](https://github.com/vuetifyjs/vuetify/issues/17837)
6
11
 
7
12
 
8
13
  ### Features
@@ -4,28 +4,8 @@
4
4
  "from": "labs/VBottomSheet/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VDataTable": {
8
- "from": "labs/VDataTable/index.mjs",
9
- "styles": []
10
- },
11
- "VDataTableFooter": {
12
- "from": "labs/VDataTable/index.mjs",
13
- "styles": []
14
- },
15
- "VDataTableRows": {
16
- "from": "labs/VDataTable/index.mjs",
17
- "styles": []
18
- },
19
- "VDataTableRow": {
20
- "from": "labs/VDataTable/index.mjs",
21
- "styles": []
22
- },
23
- "VDataTableVirtual": {
24
- "from": "labs/VDataTable/index.mjs",
25
- "styles": []
26
- },
27
- "VDataTableServer": {
28
- "from": "labs/VDataTable/index.mjs",
7
+ "VInfiniteScroll": {
8
+ "from": "labs/VInfiniteScroll/index.mjs",
29
9
  "styles": []
30
10
  },
31
11
  "VDateCard": {
@@ -52,8 +32,28 @@
52
32
  "from": "labs/VDatePicker/index.mjs",
53
33
  "styles": []
54
34
  },
55
- "VInfiniteScroll": {
56
- "from": "labs/VInfiniteScroll/index.mjs",
35
+ "VDataTable": {
36
+ "from": "labs/VDataTable/index.mjs",
37
+ "styles": []
38
+ },
39
+ "VDataTableFooter": {
40
+ "from": "labs/VDataTable/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VDataTableRows": {
44
+ "from": "labs/VDataTable/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VDataTableRow": {
48
+ "from": "labs/VDataTable/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VDataTableVirtual": {
52
+ "from": "labs/VDataTable/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VDataTableServer": {
56
+ "from": "labs/VDataTable/index.mjs",
57
57
  "styles": []
58
58
  },
59
59
  "VOtpInput": {
@@ -300,14 +300,14 @@
300
300
  "from": "components/VRating/index.mjs",
301
301
  "styles": []
302
302
  },
303
- "VSelect": {
304
- "from": "components/VSelect/index.mjs",
305
- "styles": []
306
- },
307
303
  "VSelectionControl": {
308
304
  "from": "components/VSelectionControl/index.mjs",
309
305
  "styles": []
310
306
  },
307
+ "VSelect": {
308
+ "from": "components/VSelect/index.mjs",
309
+ "styles": []
310
+ },
311
311
  "VSelectionControlGroup": {
312
312
  "from": "components/VSelectionControlGroup/index.mjs",
313
313
  "styles": []
@@ -340,6 +340,14 @@
340
340
  "from": "components/VSystemBar/index.mjs",
341
341
  "styles": []
342
342
  },
343
+ "VTabs": {
344
+ "from": "components/VTabs/index.mjs",
345
+ "styles": []
346
+ },
347
+ "VTab": {
348
+ "from": "components/VTabs/index.mjs",
349
+ "styles": []
350
+ },
343
351
  "VTable": {
344
352
  "from": "components/VTable/index.mjs",
345
353
  "styles": []
@@ -384,14 +392,6 @@
384
392
  "from": "components/VWindow/index.mjs",
385
393
  "styles": []
386
394
  },
387
- "VTabs": {
388
- "from": "components/VTabs/index.mjs",
389
- "styles": []
390
- },
391
- "VTab": {
392
- "from": "components/VTabs/index.mjs",
393
- "styles": []
394
- },
395
395
  "VDefaultsProvider": {
396
396
  "from": "components/VDefaultsProvider/index.mjs",
397
397
  "styles": []
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.4.0-alpha.1-dev.2023-10-19",
5
+ "version": "3.4.0-alpha.1-dev.2023-10-21",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.0-alpha.1-dev.2023-10-19
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
  */
@@ -18126,7 +18126,6 @@ html.overflow-y-hidden {
18126
18126
  cursor: text;
18127
18127
  }
18128
18128
  .v-autocomplete .v-field .v-field__input > input {
18129
- align-self: flex-start;
18130
18129
  flex: 1 1;
18131
18130
  }
18132
18131
  .v-autocomplete .v-field input {
@@ -18155,17 +18154,20 @@ html.overflow-y-hidden {
18155
18154
  .v-autocomplete__selection {
18156
18155
  display: inline-flex;
18157
18156
  align-items: center;
18157
+ height: 1.5rem;
18158
18158
  letter-spacing: inherit;
18159
18159
  line-height: inherit;
18160
18160
  max-width: calc(100% - 2px);
18161
18161
  }
18162
- .v-autocomplete__selection {
18163
- margin-top: var(--v-input-chips-margin-top);
18164
- margin-bottom: var(--v-input-chips-margin-bottom);
18165
- }
18166
18162
  .v-autocomplete__selection:first-child {
18167
18163
  margin-inline-start: 0;
18168
18164
  }
18165
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18166
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18167
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18168
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18169
+ top: 0px;
18170
+ }
18169
18171
  .v-autocomplete--selecting-index .v-autocomplete__selection {
18170
18172
  opacity: var(--v-medium-emphasis-opacity);
18171
18173
  }
@@ -18183,10 +18185,6 @@ html.overflow-y-hidden {
18183
18185
  width: 100%;
18184
18186
  padding-inline: inherit;
18185
18187
  }
18186
- .v-autocomplete--single .v-field--variant-outlined input {
18187
- top: 50%;
18188
- transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
18189
- }
18190
18188
  .v-autocomplete--single .v-field--active input {
18191
18189
  transition: none;
18192
18190
  }
@@ -19909,7 +19907,6 @@ html.overflow-y-hidden {
19909
19907
  cursor: text;
19910
19908
  }
19911
19909
  .v-combobox .v-field .v-field__input > input {
19912
- align-self: flex-start;
19913
19910
  flex: 1 1;
19914
19911
  }
19915
19912
  .v-combobox .v-field input {
@@ -19938,17 +19935,20 @@ html.overflow-y-hidden {
19938
19935
  .v-combobox__selection {
19939
19936
  display: inline-flex;
19940
19937
  align-items: center;
19938
+ height: 1.5rem;
19941
19939
  letter-spacing: inherit;
19942
19940
  line-height: inherit;
19943
19941
  max-width: 90%;
19944
19942
  }
19945
- .v-combobox__selection {
19946
- margin-top: var(--v-input-chips-margin-top);
19947
- margin-bottom: var(--v-input-chips-margin-bottom);
19948
- }
19949
19943
  .v-combobox__selection:first-child {
19950
19944
  margin-inline-start: 0;
19951
19945
  }
19946
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19947
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19948
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19949
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19950
+ top: 0px;
19951
+ }
19952
19952
  .v-combobox--selecting-index .v-combobox__selection {
19953
19953
  opacity: var(--v-medium-emphasis-opacity);
19954
19954
  }
@@ -19966,10 +19966,6 @@ html.overflow-y-hidden {
19966
19966
  width: 100%;
19967
19967
  padding-inline: inherit;
19968
19968
  }
19969
- .v-combobox--single .v-field--variant-outlined input {
19970
- top: 50%;
19971
- transform: translateY(calc(-50% - (var(--v-input-chips-margin-top) + var(--v-input-chips-margin-bottom)) / 2));
19972
- }
19973
19969
  .v-combobox--single .v-field--active input {
19974
19970
  transition: none;
19975
19971
  }
@@ -20991,10 +20987,10 @@ html.overflow-y-hidden {
20991
20987
  position: relative;
20992
20988
  --v-field-padding-start: 16px;
20993
20989
  --v-field-padding-end: 16px;
20994
- --v-field-padding-top: 10px;
20995
- --v-field-padding-bottom: 5px;
20996
- --v-field-input-padding-top: calc(var(--v-field-padding-top, 10px) + var(--v-input-padding-top, 0));
20997
- --v-field-input-padding-bottom: var(--v-field-padding-bottom, 5px);
20990
+ --v-field-padding-top: 8px;
20991
+ --v-field-padding-bottom: 4px;
20992
+ --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
20993
+ --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
20998
20994
  }
20999
20995
  .v-field--disabled {
21000
20996
  opacity: var(--v-disabled-opacity);
@@ -21033,12 +21029,12 @@ html.overflow-y-hidden {
21033
21029
  }
21034
21030
  .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 {
21035
21031
  --v-input-control-height: 56px;
21036
- --v-field-padding-bottom: 5px;
21032
+ --v-field-padding-bottom: 4px;
21037
21033
  }
21038
21034
 
21039
21035
  .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 {
21040
21036
  --v-input-control-height: 48px;
21041
- --v-field-padding-bottom: 1px;
21037
+ --v-field-padding-bottom: 0px;
21042
21038
  }
21043
21039
 
21044
21040
  .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 {
@@ -21050,15 +21046,15 @@ html.overflow-y-hidden {
21050
21046
  --v-field-padding-top: 0px;
21051
21047
  }
21052
21048
  .v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
21053
- --v-field-padding-bottom: 15px;
21049
+ --v-field-padding-bottom: 16px;
21054
21050
  }
21055
21051
 
21056
21052
  .v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
21057
- --v-field-padding-bottom: 11px;
21053
+ --v-field-padding-bottom: 12px;
21058
21054
  }
21059
21055
 
21060
21056
  .v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
21061
- --v-field-padding-bottom: 7px;
21057
+ --v-field-padding-bottom: 8px;
21062
21058
  }
21063
21059
 
21064
21060
  .v-field--variant-plain, .v-field--variant-underlined {
@@ -21068,20 +21064,22 @@ html.overflow-y-hidden {
21068
21064
  .v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
21069
21065
  --v-field-padding-start: 0px;
21070
21066
  --v-field-padding-end: 0px;
21071
- --v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
21072
21067
  }
21073
21068
  .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
21074
21069
  --v-input-control-height: 48px;
21075
- --v-field-padding-bottom: 5px;
21070
+ --v-field-padding-top: 4px;
21071
+ --v-field-padding-bottom: 4px;
21076
21072
  }
21077
21073
 
21078
21074
  .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
21079
21075
  --v-input-control-height: 40px;
21080
- --v-field-padding-bottom: 1px;
21076
+ --v-field-padding-top: 2px;
21077
+ --v-field-padding-bottom: 0px;
21081
21078
  }
21082
21079
 
21083
21080
  .v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
21084
21081
  --v-input-control-height: 32px;
21082
+ --v-field-padding-top: 0px;
21085
21083
  --v-field-padding-bottom: 0px;
21086
21084
  }
21087
21085
 
@@ -21101,12 +21099,14 @@ html.overflow-y-hidden {
21101
21099
  /* endregion */
21102
21100
  /* region ELEMENTS */
21103
21101
  .v-field__input {
21102
+ align-items: center;
21104
21103
  color: inherit;
21104
+ column-gap: 2px;
21105
21105
  display: flex;
21106
21106
  flex-wrap: wrap;
21107
21107
  letter-spacing: 0.009375em;
21108
21108
  opacity: var(--v-high-emphasis-opacity);
21109
- min-height: 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);
21109
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
21110
21110
  min-width: 0;
21111
21111
  padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
21112
21112
  padding-top: var(--v-field-input-padding-top);
@@ -21114,6 +21114,18 @@ html.overflow-y-hidden {
21114
21114
  position: relative;
21115
21115
  width: 100%;
21116
21116
  }
21117
+ .v-input--density-default .v-field__input {
21118
+ row-gap: 8px;
21119
+ }
21120
+
21121
+ .v-input--density-comfortable .v-field__input {
21122
+ row-gap: 6px;
21123
+ }
21124
+
21125
+ .v-input--density-compact .v-field__input {
21126
+ row-gap: 4px;
21127
+ }
21128
+
21117
21129
  .v-field__input input {
21118
21130
  letter-spacing: inherit;
21119
21131
  }
@@ -21160,7 +21172,7 @@ textarea.v-field__input::placeholder {
21160
21172
  .v-field__prepend-inner {
21161
21173
  display: flex;
21162
21174
  align-items: flex-start;
21163
- padding-top: var(--v-input-padding-top, 10px);
21175
+ padding-top: var(--v-input-padding-top, 8px);
21164
21176
  }
21165
21177
  .v-field--center-affix .v-field__append-inner,
21166
21178
  .v-field--center-affix .v-field__clearable,
@@ -21176,8 +21188,8 @@ textarea.v-field__input::placeholder {
21176
21188
  .v-field.v-field--variant-plain .v-field__clearable,
21177
21189
  .v-field.v-field--variant-plain .v-field__prepend-inner {
21178
21190
  align-items: flex-start;
21179
- padding-top: calc(var(--v-field-padding-top, 10px) + var(--v-input-padding-top, 0));
21180
- padding-bottom: var(--v-field-padding-bottom, 5px);
21191
+ padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
21192
+ padding-bottom: var(--v-field-padding-bottom, 4px);
21181
21193
  }
21182
21194
 
21183
21195
  .v-field--focused .v-field__prepend-inner,
@@ -21502,7 +21514,13 @@ textarea.v-field__input::placeholder {
21502
21514
  opacity: 0;
21503
21515
  }
21504
21516
 
21505
- /* endregion */.v-file-input input[type=file] {
21517
+ /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21518
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21519
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21520
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21521
+ top: 0px;
21522
+ }
21523
+ .v-file-input input[type=file] {
21506
21524
  height: 100%;
21507
21525
  left: 0;
21508
21526
  opacity: 0;
@@ -21513,10 +21531,6 @@ textarea.v-field__input::placeholder {
21513
21531
  }
21514
21532
  .v-file-input .v-input__details {
21515
21533
  padding-inline: 16px;
21516
- }
21517
- .v-file-input .v-chip {
21518
- margin-top: var(--v-input-chips-margin-top);
21519
- margin-bottom: var(--v-input-chips-margin-bottom);
21520
21534
  }.v-footer {
21521
21535
  align-items: center;
21522
21536
  display: flex;
@@ -21633,36 +21647,23 @@ textarea.v-field__input::placeholder {
21633
21647
  font-size: 1rem;
21634
21648
  font-weight: 400;
21635
21649
  line-height: 1.5;
21636
- --v-input-chips-margin-top: 2px;
21637
21650
  }
21638
21651
  .v-input--disabled {
21639
21652
  pointer-events: none;
21640
21653
  }
21641
21654
  .v-input--density-default {
21642
21655
  --v-input-control-height: 56px;
21643
- --v-input-padding-top: 15px;
21656
+ --v-input-padding-top: 16px;
21644
21657
  }
21645
21658
 
21646
21659
  .v-input--density-comfortable {
21647
21660
  --v-input-control-height: 48px;
21648
- --v-input-padding-top: 11px;
21661
+ --v-input-padding-top: 12px;
21649
21662
  }
21650
21663
 
21651
21664
  .v-input--density-compact {
21652
21665
  --v-input-control-height: 40px;
21653
- --v-input-padding-top: 7px;
21654
- }
21655
-
21656
- .v-input--density-default {
21657
- --v-input-chips-margin-bottom: 0px;
21658
- }
21659
-
21660
- .v-input--density-comfortable {
21661
- --v-input-chips-margin-bottom: 2px;
21662
- }
21663
-
21664
- .v-input--density-compact {
21665
- --v-input-chips-margin-bottom: 4px;
21666
+ --v-input-padding-top: 8px;
21666
21667
  }
21667
21668
 
21668
21669
  .v-input--vertical {
@@ -21758,6 +21759,25 @@ textarea.v-field__input::placeholder {
21758
21759
  .v-input__control {
21759
21760
  display: flex;
21760
21761
  grid-area: control;
21762
+ }
21763
+
21764
+ .v-input--plain-underlined .v-input__details {
21765
+ padding: 0;
21766
+ }
21767
+ .v-input--plain-underlined .v-input__prepend,
21768
+ .v-input--plain-underlined .v-input__append {
21769
+ align-items: flex-start;
21770
+ }
21771
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
21772
+ padding-top: calc(var(--v-input-padding-top) + 4px);
21773
+ }
21774
+
21775
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
21776
+ padding-top: calc(var(--v-input-padding-top) + 2px);
21777
+ }
21778
+
21779
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21780
+ padding-top: calc(var(--v-input-padding-top) + 0px);
21761
21781
  }.v-item-group {
21762
21782
  flex: 0 1 auto;
21763
21783
  max-width: 100%;
@@ -23056,10 +23076,6 @@ html.v-overlay-scroll-blocked {
23056
23076
  line-height: inherit;
23057
23077
  max-width: 100%;
23058
23078
  }
23059
- .v-select .v-select__selection {
23060
- margin-top: var(--v-input-chips-margin-top);
23061
- margin-bottom: var(--v-input-chips-margin-bottom);
23062
- }
23063
23079
  .v-select .v-select__selection:first-child {
23064
23080
  margin-inline-start: 0;
23065
23081
  }
@@ -23799,15 +23815,6 @@ html.v-overlay-scroll-blocked {
23799
23815
  --v-field-padding-end: 0;
23800
23816
  }
23801
23817
 
23802
- .v-text-field .v-field__input input {
23803
- margin-top: var(--v-input-chips-margin-top);
23804
- margin-bottom: var(--v-input-chips-margin-bottom);
23805
- }
23806
- .v-text-field input.v-field__input {
23807
- 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));
23808
- padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
23809
- padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
23810
- }
23811
23818
  .v-text-field .v-input__details {
23812
23819
  padding-inline: 16px;
23813
23820
  }
@@ -23829,14 +23836,10 @@ html.v-overlay-scroll-blocked {
23829
23836
  opacity: 0;
23830
23837
  transition: inherit;
23831
23838
  white-space: nowrap;
23832
- min-height: 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);
23839
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23833
23840
  padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23834
23841
  padding-bottom: var(--v-field-padding-bottom, 6px);
23835
23842
  }
23836
- .v-text-field__prefix__text, .v-text-field__suffix__text {
23837
- margin-top: var(--v-input-chips-margin-top);
23838
- margin-bottom: var(--v-input-chips-margin-bottom);
23839
- }
23840
23843
  .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23841
23844
  opacity: 1;
23842
23845
  }
@@ -23850,20 +23853,6 @@ html.v-overlay-scroll-blocked {
23850
23853
  padding-inline-end: var(--v-field-padding-end);
23851
23854
  }
23852
23855
 
23853
- /* endregion */
23854
- /* region MODIFIERS */
23855
- .v-text-field--plain-underlined {
23856
- --v-field-padding-top--plain-underlined: 6px;
23857
- }
23858
- .v-text-field--plain-underlined .v-input__details {
23859
- padding: 0;
23860
- }
23861
- .v-text-field--plain-underlined .v-input__prepend,
23862
- .v-text-field--plain-underlined .v-input__append {
23863
- align-items: flex-start;
23864
- padding-top: calc(var(--v-field-padding-top--plain-underlined) + var(--v-input-padding-top));
23865
- }
23866
-
23867
23856
  /* endregion */.v-theme-provider {
23868
23857
  background: rgb(var(--v-theme-background));
23869
23858
  color: rgb(var(--v-theme-on-background));
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.0-alpha.1-dev.2023-10-19
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
  */
@@ -10575,7 +10575,7 @@ const VTextField = genericComponent()({
10575
10575
  "class": ['v-text-field', {
10576
10576
  'v-text-field--prefixed': props.prefix,
10577
10577
  'v-text-field--suffixed': props.suffix,
10578
- 'v-text-field--plain-underlined': ['plain', 'underlined'].includes(props.variant)
10578
+ 'v-input--plain-underlined': isPlainOrUnderlined.value
10579
10579
  }, props.class],
10580
10580
  "style": props.style
10581
10581
  }, rootAttrs, inputProps, {
@@ -15917,7 +15917,8 @@ const VFileInput = genericComponent()({
15917
15917
  "modelValue": model.value,
15918
15918
  "onUpdate:modelValue": $event => model.value = $event,
15919
15919
  "class": ['v-file-input', {
15920
- 'v-text-field--plain-underlined': isPlainOrUnderlined.value
15920
+ 'v-file-input--chips': !!props.chips,
15921
+ 'v-input--plain-underlined': isPlainOrUnderlined.value
15921
15922
  }, props.class],
15922
15923
  "style": props.style,
15923
15924
  "onClick:prepend": onClickPrepend
@@ -19335,7 +19336,7 @@ const VTextarea = genericComponent()({
19335
19336
  'v-text-field--suffixed': props.suffix,
19336
19337
  'v-textarea--auto-grow': props.autoGrow,
19337
19338
  'v-textarea--no-resize': props.noResize || props.autoGrow,
19338
- 'v-text-field--plain-underlined': isPlainOrUnderlined.value
19339
+ 'v-input--plain-underlined': isPlainOrUnderlined.value
19339
19340
  }, props.class],
19340
19341
  "style": props.style
19341
19342
  }, rootAttrs, inputProps, {
@@ -24897,7 +24898,7 @@ function createVuetify$1() {
24897
24898
  date
24898
24899
  };
24899
24900
  }
24900
- const version$1 = "3.4.0-alpha.1-dev.2023-10-19";
24901
+ const version$1 = "3.4.0-alpha.1-dev.2023-10-21";
24901
24902
  createVuetify$1.version = version$1;
24902
24903
 
24903
24904
  // Vue's inject() can only be used in setup
@@ -24911,7 +24912,7 @@ function inject(key) {
24911
24912
 
24912
24913
  /* eslint-disable local-rules/sort-imports */
24913
24914
 
24914
- const version = "3.4.0-alpha.1-dev.2023-10-19";
24915
+ const version = "3.4.0-alpha.1-dev.2023-10-21";
24915
24916
 
24916
24917
  /* eslint-disable local-rules/sort-imports */
24917
24918