vuetify 3.5.10 → 3.5.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/importMap-labs.json +8 -8
- package/dist/json/importMap.json +118 -118
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2823 -2823
- package/dist/vuetify-labs.esm.js +11 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1801 -1801
- package/dist/vuetify.d.ts +35 -35
- package/dist/vuetify.esm.js +5 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -5
- 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/VOtpInput/VOtpInput.mjs +2 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +35 -35
- package/lib/labs/VNumberInput/VNumberInput.mjs +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.
|
|
2
|
+
* Vuetify v3.5.11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1803,10 +1803,10 @@ const e=c.value.slice(),t=h.value.value
|
|
|
1803
1803
|
e[f.value]=t
|
|
1804
1804
|
let a=null
|
|
1805
1805
|
f.value>c.value.length?a=c.value.length+1:f.value+1!==v.value&&(a="next"),c.value=e,a&&Q(m.value,a)}function b(e){const t=c.value.slice(),a=f.value
|
|
1806
|
-
let l=null;["ArrowLeft","ArrowRight","Backspace","Delete"].includes(e.key)&&(e.preventDefault(),"ArrowLeft"===e.key?l="prev":"ArrowRight"===e.key?l="next":["Backspace","Delete"].includes(e.key)&&(t[f.value]="",c.value=t,f.value>0&&"Backspace"===e.key?l="prev":requestAnimationFrame((()=>{g.value[a]?.select()}))),requestAnimationFrame((()=>{null!=l&&Q(m.value,l)})))}function V(){u(),f.value=-1}function w(t){return"number"===e.type
|
|
1806
|
+
let l=null;["ArrowLeft","ArrowRight","Backspace","Delete"].includes(e.key)&&(e.preventDefault(),"ArrowLeft"===e.key?l="prev":"ArrowRight"===e.key?l="next":["Backspace","Delete"].includes(e.key)&&(t[f.value]="",c.value=t,f.value>0&&"Backspace"===e.key?l="prev":requestAnimationFrame((()=>{g.value[a]?.select()}))),requestAnimationFrame((()=>{null!=l&&Q(m.value,l)})))}function V(){u(),f.value=-1}function w(t){return"number"===e.type&&/[^0-9]/g.test(t)}return vt({VField:{color:t.computed((()=>e.color)),bgColor:t.computed((()=>e.color)),baseColor:t.computed((()=>e.baseColor)),disabled:t.computed((()=>e.disabled)),error:t.computed((()=>e.error)),variant:t.computed((()=>e.variant))}},{scoped:!0}),t.watch(c,(e=>{e.length===v.value&&o("finish",e.join(""))}),{deep:!0}),t.watch(f,(e=>{e<0||t.nextTick((()=>{g.value[e]?.select()}))})),At((()=>{const[a,o]=P(l)
|
|
1807
1807
|
return t.createVNode("div",t.mergeProps({class:["v-otp-input",{"v-otp-input--divided":!!e.divider},e.class],style:[e.style]},a),[t.createVNode("div",{ref:m,class:"v-otp-input__content",style:[r.value]},[p.value.map(((a,l)=>t.createVNode(t.Fragment,null,[e.divider&&0!==l&&t.createVNode("span",{class:"v-otp-input__divider"},[e.divider]),t.createVNode(ni,{focused:i.value&&e.focusAll||f.value===l,key:l},{...n,loader:void 0,default:()=>t.createVNode("input",{ref:e=>g.value[l]=e,"aria-label":d(e.label,l+1),autofocus:0===l&&e.autofocus,autocomplete:"one-time-code",class:["v-otp-input__field"],disabled:e.disabled,inputmode:"number"===e.type?"numeric":"text",min:"number"===e.type?0:void 0,maxlength:"1",placeholder:e.placeholder,type:"number"===e.type?"text":e.type,value:c.value[l],onInput:y,onFocus:e=>function(e,t){s(),f.value=t}(0,l),onBlur:V,onKeydown:b,onPaste:e=>function(e,t){t.preventDefault(),t.stopPropagation()
|
|
1808
1808
|
const a=t?.clipboardData?.getData("Text")??""
|
|
1809
|
-
w(a)
|
|
1809
|
+
w(a)||(c.value=a.split(""),g.value?.[e].blur())}(l,e)},null)})]))),t.createVNode("input",t.mergeProps({class:"v-otp-input-input",type:"hidden"},o,{value:c.value.join("")}),null),t.createVNode(Yr,{contained:!0,"content-class":"v-otp-input__loader","model-value":!!e.loading,persistent:!0},{default:()=>[n.loader?.()??t.createVNode(Yl,{color:"boolean"==typeof e.loading?void 0:e.loading,indeterminate:!0,size:"24",width:"2"},null)]}),n.default?.()])])})),{blur:()=>{g.value?.some((e=>e.blur()))},focus:()=>{g.value?.[0].focus()},reset:function(){c.value=[]},isFocused:i}}})
|
|
1810
1810
|
const cv=it({scale:{type:[Number,String],default:.5},...st()},"VParallax"),dv=gt()({name:"VParallax",props:cv(),setup(e,a){let{slots:l}=a
|
|
1811
1811
|
const{intersectionRef:o,isIntersecting:n}=Ul(),{resizeRef:r,contentRect:i}=Gt(),{height:s}=hn(),u=t.ref()
|
|
1812
1812
|
let c
|
|
@@ -1961,9 +1961,9 @@ else{const{mount:a}=e
|
|
|
1961
1961
|
e.mount=function(){const l=a(...arguments)
|
|
1962
1962
|
return t.nextTick((()=>c.update())),e.mount=a,l}}Ct.reset(),("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&e.mixin({computed:{$vuetify(){return t.reactive({defaults:Sp.call(this,ut),display:Sp.call(this,cn),theme:Sp.call(this,fa),icons:Sp.call(this,Tt),locale:Sp.call(this,ua),date:Sp.call(this,ku)})}}})}
|
|
1963
1963
|
return{install:g,defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function Sp(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
|
1964
|
-
if(a&&e in a)return a[e]}wp.version="3.5.
|
|
1964
|
+
if(a&&e in a)return a[e]}wp.version="3.5.11"
|
|
1965
1965
|
const kp=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|
|
1966
|
-
return wp({components:pp,directives:Vp,...e})},xp="3.5.
|
|
1966
|
+
return wp({components:pp,directives:Vp,...e})},xp="3.5.11"
|
|
1967
1967
|
kp.version=xp,e.blueprints=Ut,e.components=pp,e.createVuetify=kp,e.directives=Vp,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
|
|
1968
1968
|
const{props:a,provideSubDefaults:l}=ft(e,t)
|
|
1969
1969
|
return l(),a},e.useDisplay=hn,e.useGoTo=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}
|