@vuetify/nightly 3.6.7-master.2024-05-29 → 3.6.8-master.2024-05-30

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 (53) hide show
  1. package/CHANGELOG.md +2 -15
  2. package/dist/json/attributes.json +5 -5
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +150 -150
  5. package/dist/json/web-types.json +36 -36
  6. package/dist/vuetify-labs.css +2393 -2393
  7. package/dist/vuetify-labs.d.ts +450 -1374
  8. package/dist/vuetify-labs.esm.js +127 -38
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +127 -38
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +837 -837
  13. package/dist/vuetify.d.ts +396 -1130
  14. package/dist/vuetify.esm.js +23 -7
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +23 -7
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +10 -10
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +102 -336
  22. package/lib/components/VCombobox/index.d.mts +102 -336
  23. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  24. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  25. package/lib/components/VList/VList.mjs +3 -1
  26. package/lib/components/VList/VList.mjs.map +1 -1
  27. package/lib/components/VList/VListGroup.mjs +1 -0
  28. package/lib/components/VList/VListGroup.mjs.map +1 -1
  29. package/lib/components/VList/VListItem.css +2 -2
  30. package/lib/components/VList/VListItem.mjs +2 -0
  31. package/lib/components/VList/VListItem.mjs.map +1 -1
  32. package/lib/components/VList/VListItem.sass +1 -1
  33. package/lib/components/VList/index.d.mts +52 -66
  34. package/lib/components/VSelect/index.d.mts +102 -336
  35. package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
  36. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  37. package/lib/components/VTabs/VTabs.mjs +2 -2
  38. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  39. package/lib/components/index.d.mts +340 -1074
  40. package/lib/composables/filter.mjs +1 -1
  41. package/lib/composables/filter.mjs.map +1 -1
  42. package/lib/entry-bundler.mjs +1 -1
  43. package/lib/framework.mjs +1 -1
  44. package/lib/index.d.mts +56 -56
  45. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  46. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  47. package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
  48. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  49. package/lib/labs/VTreeview/VTreeviewItem.mjs +81 -10
  50. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  51. package/lib/labs/VTreeview/index.d.mts +110 -300
  52. package/lib/labs/components.d.mts +110 -300
  53. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.