@vuetify/nightly 3.10.5-dev.2025-10-07 → 3.10.5-dev.2025-10-10

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 (78) hide show
  1. package/CHANGELOG.md +21 -3
  2. package/dist/json/attributes.json +2024 -2040
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +180 -180
  5. package/dist/json/tags.json +5 -9
  6. package/dist/json/web-types.json +3964 -3985
  7. package/dist/vuetify-labs.cjs +233 -169
  8. package/dist/vuetify-labs.css +4520 -4520
  9. package/dist/vuetify-labs.d.ts +1444 -1390
  10. package/dist/vuetify-labs.esm.js +233 -169
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +233 -169
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +156 -92
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3385 -3385
  17. package/dist/vuetify.d.ts +2289 -2200
  18. package/dist/vuetify.esm.js +156 -92
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +156 -92
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +959 -955
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
  26. package/lib/components/VAutocomplete/VAutocomplete.js +13 -11
  27. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  28. package/lib/components/VCombobox/VCombobox.d.ts +6 -67
  29. package/lib/components/VCombobox/VCombobox.js +22 -23
  30. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  31. package/lib/components/VDataTable/VDataTable.d.ts +7 -7
  32. package/lib/components/VDataTable/VDataTableFooter.d.ts +16 -3
  33. package/lib/components/VDataTable/VDataTableFooter.js +4 -2
  34. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  35. package/lib/components/VDataTable/VDataTableHeaders.js +10 -7
  36. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  37. package/lib/components/VDataTable/VDataTableRow.d.ts +10 -0
  38. package/lib/components/VDataTable/VDataTableRow.js +3 -0
  39. package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
  40. package/lib/components/VDataTable/VDataTableRows.d.ts +10 -0
  41. package/lib/components/VDataTable/VDataTableRows.js +2 -0
  42. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  43. package/lib/components/VDataTable/VDataTableServer.d.ts +7 -7
  44. package/lib/components/VNumberInput/VNumberInput.js +23 -8
  45. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  46. package/lib/components/VSlideGroup/VSlideGroup.d.ts +1 -1
  47. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  48. package/lib/components/VTabs/VTabs.d.ts +16 -2
  49. package/lib/components/VTabs/VTabs.js +4 -2
  50. package/lib/components/VTabs/VTabs.js.map +1 -1
  51. package/lib/components/VTextarea/VTextarea.css +2 -2
  52. package/lib/components/VTextarea/VTextarea.js +20 -1
  53. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  54. package/lib/components/VTextarea/VTextarea.sass +4 -2
  55. package/lib/components/VTreeview/VTreeview.d.ts +192 -5
  56. package/lib/components/VTreeview/VTreeview.js +16 -3
  57. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  58. package/lib/composables/icons.d.ts +0 -2
  59. package/lib/composables/icons.js +3 -36
  60. package/lib/composables/icons.js.map +1 -1
  61. package/lib/composables/virtual.js +2 -2
  62. package/lib/composables/virtual.js.map +1 -1
  63. package/lib/entry-bundler.js +1 -1
  64. package/lib/framework.d.ts +65 -65
  65. package/lib/framework.js +3 -2
  66. package/lib/framework.js.map +1 -1
  67. package/lib/icons.d.ts +3 -0
  68. package/lib/icons.js +34 -0
  69. package/lib/icons.js.map +1 -0
  70. package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
  71. package/lib/labs/VColorInput/VColorInput.js +2 -2
  72. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  73. package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
  74. package/lib/labs/VDateInput/VDateInput.js +2 -2
  75. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  76. package/lib/labs/VMaskInput/VMaskInput.js +1 -1
  77. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  78. package/package.json +1 -1
@@ -212,7 +212,6 @@
212
212
  "suffix",
213
213
  "theme",
214
214
  "tile",
215
- "transition",
216
215
  "type",
217
216
  "validate-on",
218
217
  "value-comparator",
@@ -909,7 +908,6 @@
909
908
  "flat",
910
909
  "focused",
911
910
  "glow",
912
- "height",
913
911
  "hide-actions",
914
912
  "hide-canvas",
915
913
  "hide-details",
@@ -926,12 +924,9 @@
926
924
  "label",
927
925
  "landscape",
928
926
  "loading",
929
- "location",
930
927
  "max-errors",
931
- "max-height",
932
928
  "max-width",
933
929
  "messages",
934
- "min-height",
935
930
  "min-width",
936
931
  "mode",
937
932
  "model-modifiers",
@@ -1099,7 +1094,6 @@
1099
1094
  "suffix",
1100
1095
  "theme",
1101
1096
  "tile",
1102
- "transition",
1103
1097
  "type",
1104
1098
  "validate-on",
1105
1099
  "value-comparator",
@@ -1257,6 +1251,7 @@
1257
1251
  },
1258
1252
  "VDataTableFooter": {
1259
1253
  "attributes": [
1254
+ "color",
1260
1255
  "first-icon",
1261
1256
  "first-page-label",
1262
1257
  "items-per-page-options",
@@ -1293,6 +1288,7 @@
1293
1288
  "attributes": [
1294
1289
  "cell-props",
1295
1290
  "collapse-icon",
1291
+ "color",
1296
1292
  "density",
1297
1293
  "expand-icon",
1298
1294
  "index",
@@ -1306,6 +1302,7 @@
1306
1302
  "attributes": [
1307
1303
  "cell-props",
1308
1304
  "collapse-icon",
1305
+ "color",
1309
1306
  "density",
1310
1307
  "expand-icon",
1311
1308
  "group-collapse-icon",
@@ -1488,7 +1485,6 @@
1488
1485
  "glow",
1489
1486
  "header",
1490
1487
  "header-color",
1491
- "height",
1492
1488
  "hide-actions",
1493
1489
  "hide-details",
1494
1490
  "hide-header",
@@ -1505,12 +1501,10 @@
1505
1501
  "location",
1506
1502
  "max",
1507
1503
  "max-errors",
1508
- "max-height",
1509
1504
  "max-width",
1510
1505
  "menu",
1511
1506
  "messages",
1512
1507
  "min",
1513
- "min-height",
1514
1508
  "min-width",
1515
1509
  "mobile",
1516
1510
  "mobile-breakpoint",
@@ -4562,6 +4556,7 @@
4562
4556
  "fluid",
4563
4557
  "height",
4564
4558
  "hide-actions",
4559
+ "hide-no-data",
4565
4560
  "indent-lines",
4566
4561
  "indeterminate-icon",
4567
4562
  "item-children",
@@ -4579,6 +4574,7 @@
4579
4574
  "min-height",
4580
4575
  "min-width",
4581
4576
  "model-value",
4577
+ "no-data-text",
4582
4578
  "no-filter",
4583
4579
  "open-all",
4584
4580
  "open-on-click",