@vuetify/nightly 3.9.0-master.2025-07-10 → 3.9.0-master.2025-07-12

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 (58) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/dist/json/attributes.json +1672 -1628
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +180 -180
  5. package/dist/json/tags.json +11 -0
  6. package/dist/json/web-types.json +3410 -3088
  7. package/dist/vuetify-labs.cjs +42 -27
  8. package/dist/vuetify-labs.css +3015 -3015
  9. package/dist/vuetify-labs.d.ts +845 -297
  10. package/dist/vuetify-labs.esm.js +42 -27
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +42 -27
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +34 -24
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3254 -3254
  17. package/dist/vuetify.d.ts +591 -220
  18. package/dist/vuetify.esm.js +34 -24
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +34 -24
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +15 -15
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +121 -36
  26. package/lib/components/VCombobox/VCombobox.d.ts +121 -36
  27. package/lib/components/VField/VField.d.ts +13 -0
  28. package/lib/components/VField/VField.js +7 -3
  29. package/lib/components/VField/VField.js.map +1 -1
  30. package/lib/components/VField/VFieldLabel.js +1 -2
  31. package/lib/components/VField/VFieldLabel.js.map +1 -1
  32. package/lib/components/VFileInput/VFileInput.d.ts +13 -0
  33. package/lib/components/VFileInput/VFileInput.js +3 -1
  34. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  35. package/lib/components/VInput/VInput.d.ts +2 -1
  36. package/lib/components/VInput/VInput.js +15 -14
  37. package/lib/components/VInput/VInput.js.map +1 -1
  38. package/lib/components/VNumberInput/VNumberInput.d.ts +116 -36
  39. package/lib/components/VSelect/VSelect.d.ts +121 -36
  40. package/lib/components/VTextField/VTextField.d.ts +40 -9
  41. package/lib/components/VTextField/VTextField.js +2 -0
  42. package/lib/components/VTextField/VTextField.js.map +1 -1
  43. package/lib/components/VTextarea/VTextarea.d.ts +13 -0
  44. package/lib/components/VTextarea/VTextarea.js +3 -1
  45. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  46. package/lib/composables/dateFormat.js +1 -1
  47. package/lib/composables/dateFormat.js.map +1 -1
  48. package/lib/entry-bundler.js +1 -1
  49. package/lib/framework.d.ts +66 -66
  50. package/lib/framework.js +1 -1
  51. package/lib/labs/VColorInput/VColorInput.d.ts +13 -0
  52. package/lib/labs/VDateInput/VDateInput.d.ts +145 -44
  53. package/lib/labs/VDateInput/VDateInput.js +4 -1
  54. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  55. package/lib/labs/VMaskInput/VMaskInput.d.ts +121 -36
  56. package/lib/labs/VMaskInput/VMaskInput.js +4 -2
  57. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  58. package/package.json +1 -1
@@ -149,6 +149,7 @@
149
149
  "custom-filter",
150
150
  "custom-key-filter",
151
151
  "density",
152
+ "details",
152
153
  "direction",
153
154
  "disabled",
154
155
  "eager",
@@ -946,6 +947,7 @@
946
947
  "counter",
947
948
  "counter-value",
948
949
  "density",
950
+ "details",
949
951
  "direction",
950
952
  "dirty",
951
953
  "disabled",
@@ -1076,6 +1078,7 @@
1076
1078
  "custom-key-filter",
1077
1079
  "delimiters",
1078
1080
  "density",
1081
+ "details",
1079
1082
  "direction",
1080
1083
  "disabled",
1081
1084
  "eager",
@@ -1484,6 +1487,7 @@
1484
1487
  "counter",
1485
1488
  "counter-value",
1486
1489
  "density",
1490
+ "details",
1487
1491
  "direction",
1488
1492
  "dirty",
1489
1493
  "disabled",
@@ -1997,6 +2001,7 @@
1997
2001
  "clear-icon",
1998
2002
  "clearable",
1999
2003
  "color",
2004
+ "details",
2000
2005
  "dirty",
2001
2006
  "disabled",
2002
2007
  "error",
@@ -2041,6 +2046,7 @@
2041
2046
  "counter-size-string",
2042
2047
  "counter-string",
2043
2048
  "density",
2049
+ "details",
2044
2050
  "direction",
2045
2051
  "dirty",
2046
2052
  "disabled",
@@ -2633,6 +2639,7 @@
2633
2639
  "counter",
2634
2640
  "counter-value",
2635
2641
  "density",
2642
+ "details",
2636
2643
  "direction",
2637
2644
  "dirty",
2638
2645
  "disabled",
@@ -2790,6 +2797,7 @@
2790
2797
  "counter-value",
2791
2798
  "decimal-separator",
2792
2799
  "density",
2800
+ "details",
2793
2801
  "direction",
2794
2802
  "dirty",
2795
2803
  "disabled",
@@ -3295,6 +3303,7 @@
3295
3303
  "counter",
3296
3304
  "counter-value",
3297
3305
  "density",
3306
+ "details",
3298
3307
  "direction",
3299
3308
  "disabled",
3300
3309
  "eager",
@@ -4137,6 +4146,7 @@
4137
4146
  "counter",
4138
4147
  "counter-value",
4139
4148
  "density",
4149
+ "details",
4140
4150
  "direction",
4141
4151
  "dirty",
4142
4152
  "disabled",
@@ -4200,6 +4210,7 @@
4200
4210
  "counter",
4201
4211
  "counter-value",
4202
4212
  "density",
4213
+ "details",
4203
4214
  "direction",
4204
4215
  "dirty",
4205
4216
  "disabled",