vuetify 3.10.10 → 3.10.11
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/dist/json/attributes.json +1376 -1416
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +0 -10
- package/dist/json/web-types.json +2412 -2512
- package/dist/vuetify-labs.cjs +6 -6
- package/dist/vuetify-labs.css +4280 -4274
- package/dist/vuetify-labs.d.ts +460 -648
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -6
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2933 -2927
- package/dist/vuetify.d.ts +334 -462
- package/dist/vuetify.esm.js +6 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
- package/lib/components/VCombobox/VCombobox.d.ts +63 -94
- package/lib/components/VField/VField.css +6 -1
- package/lib/components/VField/VField.d.ts +8 -13
- package/lib/components/VField/VField.js +1 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VField.sass +5 -0
- package/lib/components/VFileInput/VFileInput.d.ts +0 -13
- package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
- package/lib/components/VSelect/VSelect.d.ts +63 -94
- package/lib/components/VTabs/VTab.css +3 -2
- package/lib/components/VTabs/VTab.sass +2 -1
- package/lib/components/VTextField/VTextField.d.ts +18 -31
- package/lib/components/VTextarea/VTextarea.d.ts +0 -13
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
- package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
- package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.10.
|
|
2
|
+
* Vuetify v3.10.11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1104,7 +1104,7 @@ return t.createVNode(Si,t.mergeProps({ref:c,id:u.value,class:["v-menu",e.class],
|
|
|
1104
1104
|
return t.createVNode(nl,{root:"VMenu"},{default:()=>[l.default?.(...a)]})}})}),wn({id:u,ΨopenChildren:v},c)}}),Ci=vt({active:Boolean,disabled:Boolean,max:[Number,String],value:{type:[Number,String],default:0},...pt(),...fl({transition:{component:el}})},"VCounter"),Ni=wt()({name:"VCounter",functional:!0,props:Ci(),setup(e,a){let{slots:l}=a
|
|
1105
1105
|
const o=t.toRef(()=>e.max?`${e.value} / ${e.max}`:String(e.value))
|
|
1106
1106
|
return Tt(()=>t.createVNode(gl,{transition:e.transition},{default:()=>[t.withDirectives(t.createElementVNode("div",{class:t.normalizeClass(["v-counter",{"text-error":e.max&&!e.disabled&&parseFloat(e.value)>parseFloat(e.max)},e.class]),style:t.normalizeStyle(e.style)},[l.default?l.default({counter:o.value,max:e.max,value:e.value}):o.value]),[[t.vShow,e.active]])]})),{}}}),Ei=vt({floating:Boolean,...pt()},"VFieldLabel"),Ii=wt()({name:"VFieldLabel",props:Ei(),setup(e,a){let{slots:l}=a
|
|
1107
|
-
return Tt(()=>t.createVNode(Xo,{class:t.normalizeClass(["v-field-label",{"v-field-label--floating":e.floating},e.class]),style:t.normalizeStyle(e.style)},l)),{}}}),_i=["underlined","outlined","filled","solo","solo-inverted","solo-filled","plain"],Pi=vt({appendInnerIcon:Dt,bgColor:String,clearable:Boolean,clearIcon:{type:Dt,default:"$clear"},active:Boolean,centerAffix:{type:Boolean,default:void 0},color:String,baseColor:String,
|
|
1107
|
+
return Tt(()=>t.createVNode(Xo,{class:t.normalizeClass(["v-field-label",{"v-field-label--floating":e.floating},e.class]),style:t.normalizeStyle(e.style)},l)),{}}}),_i=["underlined","outlined","filled","solo","solo-inverted","solo-filled","plain"],Pi=vt({appendInnerIcon:Dt,bgColor:String,clearable:Boolean,clearIcon:{type:Dt,default:"$clear"},active:Boolean,centerAffix:{type:Boolean,default:void 0},color:String,baseColor:String,dirty:Boolean,disabled:{type:Boolean,default:null},glow:Boolean,error:Boolean,flat:Boolean,iconColor:[Boolean,String],label:String,persistentClear:Boolean,prependInnerIcon:Dt,reverse:Boolean,singleLine:Boolean,variant:{type:String,default:"filled",validator:e=>_i.includes(e)},"onClick:clear":Z(),"onClick:appendInner":Z(),"onClick:prependInner":Z(),...pt(),...uo(),...pl(),...ba()},"VField"),Ri=wt()({name:"VField",inheritAttrs:!1,props:{id:String,details:Boolean,...un(),...Pi()},emits:{"update:focused":e=>!0,"update:modelValue":e=>!0},setup(e,a){let{attrs:l,emit:o,slots:n}=a
|
|
1108
1108
|
const{themeClasses:r}=Ea(e),{loaderClasses:i}=co(e),{focusClasses:s,isFocused:u,focus:d,blur:v}=cn(e),{InputIcon:p}=nn(e),{roundedClasses:m}=ml(e),{rtlClasses:f}=ha(),g=t.toRef(()=>e.dirty||e.active),h=t.toRef(()=>!(!e.label&&!n.label)),y=t.toRef(()=>!e.singleLine&&h.value),V=t.useId(),w=t.computed(()=>e.id||`input-${V}`),S=t.toRef(()=>e.details?`${w.value}-messages`:void 0),k=t.ref(),x=t.ref(),C=t.ref(),N=t.computed(()=>["plain","underlined"].includes(e.variant)),E=t.computed(()=>e.error||e.disabled?void 0:g.value&&u.value?e.color:e.baseColor),I=t.computed(()=>{if(e.iconColor&&(!e.glow||u.value))return!0===e.iconColor?E.value:e.iconColor}),{backgroundColorClasses:_,backgroundColorStyles:P}=vl(()=>e.bgColor),{textColorClasses:R,textColorStyles:B}=dl(E)
|
|
1109
1109
|
t.watch(g,e=>{if(y.value&&!c()){const t=k.value.$el,a=x.value.$el
|
|
1110
1110
|
requestAnimationFrame(()=>{const l=xe(t),o=a.getBoundingClientRect(),n=o.x-l.x,r=o.y-l.y-(l.height/2-o.height/2),i=o.width/.75,s=Math.abs(i-l.width)>1?{maxWidth:b(i)}:void 0,u=getComputedStyle(t),c=getComputedStyle(a),d=1e3*parseFloat(u.transitionDuration)||150,v=parseFloat(c.getPropertyValue("--v-field-label-scale")),p=c.getPropertyValue("color")
|
|
@@ -1324,7 +1324,7 @@ t.watch(g,(e,a)=>{let l
|
|
|
1324
1324
|
const o={left:0,top:0}
|
|
1325
1325
|
n&&a>=0&&(l=Pt(u.value),o.left=l?.scrollLeft,o.top=l?.scrollTop)
|
|
1326
1326
|
const r=s.items.value.length,i=r-1
|
|
1327
|
-
v.value=r<=2?e<a:e
|
|
1327
|
+
v.value=r<=2?e<a:(e!==i||0!==a)&&(0===e&&a===i||e<a),t.nextTick(()=>{if(!n||!l)return
|
|
1328
1328
|
l.scrollTop!==o.top&&l.scrollTo({...o,behavior:"instant"}),requestAnimationFrame(()=>{if(!l)return
|
|
1329
1329
|
l.scrollTop!==o.top&&l.scrollTo({...o,behavior:"instant"})})})},{flush:"sync"}),t.provide(Ds,{transition:p,isReversed:v,transitionCount:m,transitionHeight:f,rootRef:u})
|
|
1330
1330
|
const h=t.toRef(()=>e.continuous||0!==g.value),y=t.toRef(()=>e.continuous||g.value!==s.items.value.length-1)
|
|
@@ -2477,8 +2477,8 @@ if(m.run(()=>{l.install(u)}),u.onUnmount(()=>m.stop()),u.provide(gt,e),u.provide
|
|
|
2477
2477
|
else{const{mount:e}=u
|
|
2478
2478
|
u.mount=function(){const l=e(...arguments)
|
|
2479
2479
|
return t.nextTick(()=>a.update()),u.mount=e,l}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:vf.call(this,gt),display:vf.call(this,Cn),theme:vf.call(this,ya),icons:vf.call(this,$t),locale:vf.call(this,pa),date:vf.call(this,Mu)})}}})},unmount:function(){u.stop()},defaults:e,display:a,theme:l,icons:c,locale:d,date:v,goTo:p}})}function vf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
2480
|
-
if(a&&e in a)return a[e]}df.version="3.10.
|
|
2481
|
-
const pf=function(){return df({components:tf,directives:cf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},mf="3.10.
|
|
2480
|
+
if(a&&e in a)return a[e]}df.version="3.10.11"
|
|
2481
|
+
const pf=function(){return df({components:tf,directives:cf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},mf="3.10.11"
|
|
2482
2482
|
pf.version=mf,e.blueprints=Kt,e.components=tf,e.createVuetify=pf,e.directives=cf,e.useDate=ju,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
|
2483
2483
|
const{props:a,provideSubDefaults:l}=bt(e,t)
|
|
2484
2484
|
return l(),a},e.useDisplay=Bn,e.useGoTo=zn,e.useHotkey=function(e,l){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
|