@vuetify/nightly 3.7.0-master.2024-08-16 → 3.7.0-master.2024-08-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 (81) hide show
  1. package/dist/json/attributes.json +169 -169
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +130 -130
  4. package/dist/json/web-types.json +210 -210
  5. package/dist/vuetify-labs.css +2226 -2226
  6. package/dist/vuetify-labs.d.ts +5 -2
  7. package/dist/vuetify-labs.esm.js +3 -3
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +3 -3
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2018 -2018
  12. package/dist/vuetify.d.ts +82 -88
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +3 -3
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +3 -3
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +4 -1
  25. package/lib/components/VAppBar/index.d.mts +4 -1
  26. package/lib/components/VAutocomplete/index.d.mts +4 -1
  27. package/lib/components/VAvatar/index.d.mts +4 -1
  28. package/lib/components/VBadge/index.d.mts +4 -1
  29. package/lib/components/VBanner/index.d.mts +4 -1
  30. package/lib/components/VBreadcrumbs/index.d.mts +4 -1
  31. package/lib/components/VBtn/index.d.mts +4 -1
  32. package/lib/components/VCard/index.d.mts +4 -1
  33. package/lib/components/VCarousel/index.d.mts +4 -1
  34. package/lib/components/VCheckbox/index.d.mts +4 -1
  35. package/lib/components/VChip/index.d.mts +4 -1
  36. package/lib/components/VChipGroup/index.d.mts +4 -1
  37. package/lib/components/VCombobox/index.d.mts +4 -1
  38. package/lib/components/VDataTable/index.d.mts +4 -1
  39. package/lib/components/VDatePicker/index.d.mts +4 -1
  40. package/lib/components/VEmptyState/index.d.mts +4 -1
  41. package/lib/components/VExpansionPanel/index.d.mts +4 -1
  42. package/lib/components/VFab/index.d.mts +4 -1
  43. package/lib/components/VField/index.d.mts +4 -1
  44. package/lib/components/VFileInput/index.d.mts +4 -1
  45. package/lib/components/VIcon/index.d.mts +4 -1
  46. package/lib/components/VInput/index.d.mts +4 -1
  47. package/lib/components/VList/index.d.mts +4 -1
  48. package/lib/components/VPagination/index.d.mts +4 -1
  49. package/lib/components/VRadio/index.d.mts +4 -1
  50. package/lib/components/VRadioGroup/index.d.mts +4 -1
  51. package/lib/components/VRangeSlider/index.d.mts +4 -1
  52. package/lib/components/VRating/index.d.mts +4 -1
  53. package/lib/components/VSelect/index.d.mts +4 -1
  54. package/lib/components/VSelectionControl/index.d.mts +4 -1
  55. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  56. package/lib/components/VSlideGroup/index.d.mts +4 -1
  57. package/lib/components/VSlider/index.d.mts +4 -1
  58. package/lib/components/VSwitch/index.d.mts +4 -1
  59. package/lib/components/VTabs/index.d.mts +4 -1
  60. package/lib/components/VTextField/index.d.mts +4 -1
  61. package/lib/components/VTextarea/index.d.mts +4 -1
  62. package/lib/components/VTimeline/index.d.mts +4 -1
  63. package/lib/components/VWindow/index.d.mts +4 -1
  64. package/lib/components/index.d.mts +4 -1
  65. package/lib/composables/icons.mjs.map +1 -1
  66. package/lib/composables/index.mjs.map +1 -1
  67. package/lib/entry-bundler.mjs +1 -1
  68. package/lib/framework.mjs +1 -1
  69. package/lib/iconsets/fa-svg.d.mts +4 -1
  70. package/lib/iconsets/fa.d.mts +4 -1
  71. package/lib/iconsets/fa4.d.mts +4 -1
  72. package/lib/iconsets/md.d.mts +4 -1
  73. package/lib/iconsets/mdi-svg.d.mts +4 -1
  74. package/lib/iconsets/mdi.d.mts +4 -1
  75. package/lib/index.d.mts +82 -88
  76. package/lib/labs/VDateInput/index.d.mts +4 -1
  77. package/lib/labs/VNumberInput/index.d.mts +4 -1
  78. package/lib/labs/VStepperVertical/index.d.mts +4 -1
  79. package/lib/labs/VTreeview/index.d.mts +4 -1
  80. package/lib/labs/components.d.mts +4 -1
  81. package/package.json +1 -5
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0-master.2024-08-16
2
+ * Vuetify v3.7.0-master.2024-08-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2098,8 +2098,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
2098
2098
  else{const{mount:a}=e
2099
2099
  e.mount=function(){const l=a(...arguments)
2100
2100
  return t.nextTick((()=>c.update())),e.mount=a,l}}St.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:sf.call(this,kt),display:sf.call(this,hn),theme:sf.call(this,Va),icons:sf.call(this,Ot),locale:sf.call(this,ma),date:sf.call(this,mu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function sf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2101
- if(a&&e in a)return a[e]}rf.version="3.7.0-master.2024-08-16"
2102
- const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.0-master.2024-08-16"
2101
+ if(a&&e in a)return a[e]}rf.version="3.7.0-master.2024-08-21"
2102
+ const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.0-master.2024-08-21"
2103
2103
  uf.version=cf,e.blueprints=Zt,e.components=Zp,e.createVuetify=uf,e.directives=nf,e.useDate=hu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2104
2104
  const{props:a,provideSubDefaults:l}=Ct(e,t)
2105
2105
  return l(),a},e.useDisplay=xn,e.useGoTo=Bn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))