@vuetify/nightly 3.7.7-master.2025-01-25 → 3.7.8-master.2025-01-28
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 +3 -46
- package/dist/json/attributes.json +3233 -3233
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +5933 -5933
- package/dist/vuetify-labs.css +4338 -4326
- package/dist/vuetify-labs.d.ts +0 -17
- package/dist/vuetify-labs.esm.js +16 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +16 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3262 -3250
- package/dist/vuetify.d.ts +54 -71
- package/dist/vuetify.esm.js +16 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +0 -1
- package/lib/components/VDataTable/index.d.mts +0 -17
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VFab/VFab.css +5 -1
- package/lib/components/VFab/VFab.mjs +1 -2
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/VFab.sass +5 -1
- package/lib/components/VField/VField.css +8 -0
- package/lib/components/VField/VField.sass +10 -2
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/index.d.mts +0 -17
- package/lib/composables/display.mjs +11 -4
- package/lib/composables/display.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +54 -54
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.8-master.2025-01-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -594,10 +594,7 @@ function l(e){return Boolean(t.match(e))}return{android:l(/android/i),ios:l(/iph
|
|
594
594
|
function xn(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:bt()
|
595
595
|
const l=t.inject(hn)
|
596
596
|
if(!l)throw new Error("Could not find Vuetify display injection")
|
597
|
-
const o=t.computed((()
|
598
|
-
if(!e.mobileBreakpoint)return l.mobile.value
|
599
|
-
const t="number"==typeof e.mobileBreakpoint?e.mobileBreakpoint:l.thresholds.value[e.mobileBreakpoint]
|
600
|
-
return l.width.value<t})),n=t.computed((()=>a?{[`${a}--mobile`]:o.value}:{}))
|
597
|
+
const o=t.computed((()=>!!e.mobile||("number"==typeof e.mobileBreakpoint?l.width.value<e.mobileBreakpoint:e.mobileBreakpoint?l.width.value<l.thresholds.value[e.mobileBreakpoint]:null===e.mobile&&l.mobile.value))),n=t.computed((()=>a?{[`${a}--mobile`]:o.value}:{}))
|
601
598
|
return{...l,displayClasses:n,mobile:o}}const Nn=Symbol.for("vuetify:goto")
|
602
599
|
function Cn(e){return"string"==typeof e?document.querySelector(e):h(e)}function _n(e,t,a){if("number"==typeof e)return t&&a?-e:e
|
603
600
|
let l=Cn(e),o=0
|
@@ -1541,7 +1538,7 @@ if(f.value<=g.value)return p(f.value,m.value)
|
|
1541
1538
|
const t=g.value%2==0,a=t?g.value/2:Math.floor(g.value/2),l=t?a:a+1,o=f.value-a
|
1542
1539
|
if(l-n.value>=0)return[...p(Math.max(1,g.value-1),m.value),e.ellipsis,f.value]
|
1543
1540
|
if(n.value-o>=(t?1:0)){const t=g.value-1,a=f.value-t+m.value
|
1544
|
-
return[m.value,e.ellipsis,...p(t,a)]}{const t=Math.max(1,g.value-
|
1541
|
+
return[m.value,e.ellipsis,...p(t,a)]}{const t=Math.max(1,g.value-2),a=1===t?n.value:n.value-Math.ceil(t/2)+m.value
|
1545
1542
|
return[m.value,e.ellipsis,...p(t,a),e.ellipsis,f.value]}}))
|
1546
1543
|
function V(e,t,a){e.preventDefault(),n.value=t,a&&o(a,t)}const{refs:w,updateRef:S}=function(){const e=t.ref([])
|
1547
1544
|
return t.onBeforeUpdate((()=>e.value=[])),{refs:e,updateRef:function(t,a){e.value[a]=t}}}()
|
@@ -1768,7 +1765,7 @@ ra((()=>e.app),(()=>{const a=oa({id:e.name,order:t.computed((()=>parseInt(e.orde
|
|
1768
1765
|
t.watchEffect((()=>{r.value=a.layoutItemStyles.value}))}))
|
1769
1766
|
const d=t.ref()
|
1770
1767
|
return $t((()=>{const a=Eo.filterProps(e)
|
1771
|
-
return t.createVNode("div",{ref:d,class:["v-fab",{"v-fab--absolute":e.absolute,"v-fab--app":!!e.app,"v-fab--extended":e.extended,"v-fab--offset":e.offset,[`v-fab--${u.value}`]:s.value,[`v-fab--${c.value}`]:s.value},e.class],style:[e.app?{...r.value}:{height:"inherit"
|
1768
|
+
return t.createVNode("div",{ref:d,class:["v-fab",{"v-fab--absolute":e.absolute,"v-fab--app":!!e.app,"v-fab--extended":e.extended,"v-fab--offset":e.offset,[`v-fab--${u.value}`]:s.value,[`v-fab--${c.value}`]:s.value},e.class],style:[e.app?{...r.value}:{height:e.absolute?"100%":"inherit"},e.style]},[t.createVNode("div",{class:"v-fab__container"},[t.createVNode(pl,{appear:e.appear,transition:e.transition},{default:()=>[t.withDirectives(t.createVNode(Eo,t.mergeProps({ref:i},a,{active:void 0,location:void 0}),l),[[t.vShow,e.active]])]})])])})),{}}}),Yd=gt({chips:Boolean,counter:Boolean,counterSizeString:{type:String,default:"$vuetify.fileInput.counterSize"},counterString:{type:String,default:"$vuetify.fileInput.counter"},hideInput:Boolean,multiple:Boolean,showSize:{type:[Boolean,Number,String],default:!1,validator:e=>"boolean"==typeof e||[1e3,1024].includes(Number(e))},...vn({prependIcon:"$file"}),modelValue:{type:[Array,Object],default:e=>e.multiple?[]:null,validator:e=>A(e).every((e=>null!=e&&"object"==typeof e))},...bi({clearable:!0})},"VFileInput"),Gd=It()({name:"VFileInput",inheritAttrs:!1,props:Yd(),emits:{"click:control":e=>!0,"mousedown:control":e=>!0,"update:focused":e=>!0,"update:modelValue":e=>!0},setup(e,a){let{attrs:l,emit:o,slots:n}=a
|
1772
1769
|
const{t:r}=ha(),i=ia(e,"modelValue",e.modelValue,(e=>A(e)),(t=>!e.multiple&&Array.isArray(t)?t[0]:t)),{isFocused:s,focus:u,blur:c}=nn(e),d=t.computed((()=>"boolean"!=typeof e.showSize?e.showSize:void 0)),v=t.computed((()=>(i.value??[]).reduce(((e,t)=>{let{size:a=0}=t
|
1773
1770
|
return e+a}),0))),p=t.computed((()=>F(v.value,d.value))),f=t.computed((()=>(i.value??[]).map((t=>{const{name:a="",size:l=0}=t
|
1774
1771
|
return e.showSize?`${a} (${F(l,d.value)})`:a})))),m=t.computed((()=>{const t=i.value?.length??0
|
@@ -2106,8 +2103,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2106
2103
|
else{const{mount:a}=e
|
2107
2104
|
e.mount=function(){const l=a(...arguments)
|
2108
2105
|
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
|
2109
|
-
if(a&&e in a)return a[e]}rf.version="3.7.
|
2110
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.
|
2106
|
+
if(a&&e in a)return a[e]}rf.version="3.7.8-master.2025-01-28"
|
2107
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.8-master.2025-01-28"
|
2111
2108
|
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
|
2112
2109
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2113
2110
|
return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))
|