@vuetify/nightly 3.8.3-master.2025-04-29 → 3.8.3-master.2025-04-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.
- package/CHANGELOG.md +10 -3
- package/dist/json/attributes.json +2916 -2916
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +5199 -5199
- package/dist/vuetify-labs.cjs +19 -16
- package/dist/vuetify-labs.css +3752 -3752
- package/dist/vuetify-labs.d.ts +4023 -859
- package/dist/vuetify-labs.esm.js +19 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +19 -16
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +19 -16
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4587 -4587
- package/dist/vuetify.d.ts +4023 -859
- package/dist/vuetify.esm.js +19 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +792 -74
- package/lib/components/VBadge/VBadge.d.ts +22 -46
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
- package/lib/components/VCombobox/VCombobox.d.ts +792 -74
- package/lib/components/VCounter/VCounter.d.ts +22 -46
- package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
- package/lib/components/VDialog/VDialog.d.ts +1048 -146
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VFab/VFab.d.ts +22 -46
- package/lib/components/VImg/VImg.d.ts +22 -49
- package/lib/components/VLazy/VLazy.d.ts +22 -46
- package/lib/components/VMenu/VMenu.d.ts +1048 -146
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.d.ts +22 -46
- package/lib/components/VOverlay/VOverlay.d.ts +22 -49
- package/lib/components/VSelect/VSelect.d.ts +1232 -90
- package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +22 -46
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
- package/lib/components/VTooltip/VTooltip.d.ts +58 -109
- package/lib/components/VTooltip/VTooltip.js +2 -2
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/composables/transition.d.ts +10 -20
- package/lib/composables/transition.js +15 -12
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +95 -134
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.3-master.2025-04-
|
2
|
+
* Vuetify v3.8.3-master.2025-04-30
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -362,10 +362,10 @@ return{roundedClasses:t.computed((()=>{const l=t.isRef(e)?e.value:e.rounded,o=t.
|
|
362
362
|
if(!0===l||""===l)n.push(`${a}--rounded`)
|
363
363
|
else if("string"==typeof l||0===l)for(const e of String(l).split(" "))n.push(`rounded-${e}`)
|
364
364
|
else(o||!1===l)&&n.push("rounded-0")
|
365
|
-
return n}))}}const fl=ht({transition:{type:
|
366
|
-
const{transition:o,disabled:n,group:r,...i}=e,{component:s=(r?t.TransitionGroup:t.Transition),...u}=
|
367
|
-
|
368
|
-
return
|
365
|
+
return n}))}}const fl=ht({transition:{type:null,default:"fade-transition",validator:e=>!0!==e}},"transition"),ml=(e,a)=>{let{slots:l}=a
|
366
|
+
const{transition:o,disabled:n,group:r,...i}=e,{component:s=(r?t.TransitionGroup:t.Transition),...u}=g(o)?o:{}
|
367
|
+
let c
|
368
|
+
return c=g(o)?t.mergeProps(u,JSON.parse(JSON.stringify({disabled:n,group:r})),i):t.mergeProps({name:n||!o?"":o},i),t.h(s,c,l)}
|
369
369
|
function gl(e,t){const a=e._observe?.[t.instance.$.uid]
|
370
370
|
a&&(a.observer.unobserve(e),delete e._observe[t.instance.$.uid])}const hl={mounted:function(e,t){if(!l)return
|
371
371
|
const a=t.modifiers||{},o=t.value,{handler:n,options:r}="object"==typeof o?o:{handler:o,options:{}},i=new IntersectionObserver((function(){let l=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],o=arguments.length>1?arguments[1]:void 0
|
@@ -2160,8 +2160,8 @@ case"start":return t[0]
|
|
2160
2160
|
case"end":return t[1]
|
2161
2161
|
default:return null}}))
|
2162
2162
|
return Et((()=>t.createVNode(e.tag,{class:["v-timeline",`v-timeline--${e.direction}`,`v-timeline--align-${e.align}`,`v-timeline--justify-${e.justify}`,s.value,{"v-timeline--inset-line":!!e.lineInset},o.value,n.value,i.value,r.value,e.class],style:[{"--v-timeline-line-thickness":m(e.lineThickness)},e.style]},l))),{}}}),lf=ht({...yt(),...Fl({variant:"text"})},"VToolbarItems"),of=Ct()({name:"VToolbarItems",props:lf(),setup(e,a){let{slots:l}=a
|
2163
|
-
return kt({VBtn:{color:t.toRef((()=>e.color)),height:"inherit",variant:t.toRef((()=>e.variant))}}),Et((()=>t.createVNode("div",{class:["v-toolbar-items",e.class],style:e.style},[l.default?.()]))),{}}}),nf=ht({id:String,interactive:Boolean,text:String,...N(ci({closeOnBack:!1,location:"end",locationStrategy:"connected",eager:!0,minWidth:0,offset:10,openOnClick:!1,openOnHover:!0,origin:"auto",scrim:!1,scrollStrategy:"reposition",transition
|
2164
|
-
const o=na(e,"modelValue"),{scopeId:n}=ti(),r=t.useId(),i=t.toRef((()=>e.id||`v-tooltip-${r}`)),s=t.ref(),u=t.computed((()=>e.location.split(" ").length>1?e.location:e.location+" center")),c=t.computed((()=>"auto"===e.origin||"overlap"===e.origin||e.origin.split(" ").length>1||e.location.split(" ").length>1?e.origin:e.origin+" center")),d=t.toRef((()=>e.transition?e.transition:o.value?"scale-transition":"fade-transition")),v=t.computed((()=>t.mergeProps({"aria-describedby":i.value},e.activatorProps)))
|
2163
|
+
return kt({VBtn:{color:t.toRef((()=>e.color)),height:"inherit",variant:t.toRef((()=>e.variant))}}),Et((()=>t.createVNode("div",{class:["v-toolbar-items",e.class],style:e.style},[l.default?.()]))),{}}}),nf=ht({id:String,interactive:Boolean,text:String,...N(ci({closeOnBack:!1,location:"end",locationStrategy:"connected",eager:!0,minWidth:0,offset:10,openOnClick:!1,openOnHover:!0,origin:"auto",scrim:!1,scrollStrategy:"reposition",transition:null}),["absolute","persistent"])},"VTooltip"),rf=Ct()({name:"VTooltip",props:nf(),emits:{"update:modelValue":e=>!0},setup(e,a){let{slots:l}=a
|
2164
|
+
const o=na(e,"modelValue"),{scopeId:n}=ti(),r=t.useId(),i=t.toRef((()=>e.id||`v-tooltip-${r}`)),s=t.ref(),u=t.computed((()=>e.location.split(" ").length>1?e.location:e.location+" center")),c=t.computed((()=>"auto"===e.origin||"overlap"===e.origin||e.origin.split(" ").length>1||e.location.split(" ").length>1?e.origin:e.origin+" center")),d=t.toRef((()=>null!=e.transition?e.transition:o.value?"scale-transition":"fade-transition")),v=t.computed((()=>t.mergeProps({"aria-describedby":i.value},e.activatorProps)))
|
2165
2165
|
return Et((()=>{const a=di.filterProps(e)
|
2166
2166
|
return t.createVNode(di,t.mergeProps({ref:s,class:["v-tooltip",{"v-tooltip--interactive":e.interactive},e.class],style:e.style,id:i.value},a,{modelValue:o.value,"onUpdate:modelValue":e=>o.value=e,transition:d.value,absolute:!0,location:u.value,origin:c.value,persistent:!0,role:"tooltip",activatorProps:v.value,_disableGlobalStack:!0},n),{activator:l.activator,default:function(){for(var t=arguments.length,a=new Array(t),o=0;o<t;o++)a[o]=arguments[o]
|
2167
2167
|
return l.default?.(...a)??e.text}})})),fi({},s)}}),sf=Ct()({name:"VValidation",props:vn(),emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:a}=t
|
@@ -2205,8 +2205,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(wt,e),u.pro
|
|
2205
2205
|
else{const{mount:e}=u
|
2206
2206
|
u.mount=function(){const a=e(...arguments)
|
2207
2207
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:bf.call(this,wt),display:bf.call(this,bn),theme:bf.call(this,ya),icons:bf.call(this,$t),locale:bf.call(this,pa),date:bf.call(this,ku)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function bf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2208
|
-
if(a&&e in a)return a[e]}yf.version="3.8.3-master.2025-04-
|
2209
|
-
const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.3-master.2025-04-
|
2208
|
+
if(a&&e in a)return a[e]}yf.version="3.8.3-master.2025-04-30"
|
2209
|
+
const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.3-master.2025-04-30"
|
2210
2210
|
Vf.version=wf,e.blueprints=Kt,e.components=uf,e.createVuetify=Vf,e.directives=hf,e.useDate=Nu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2211
2211
|
const{props:a,provideSubDefaults:l}=xt(e,t)
|
2212
2212
|
return l(),a},e.useDisplay=Cn,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=ma,e.useRtl=ha,e.useTheme=Ia,e.version=wf}))
|