vuetify 3.8.3 → 3.8.4

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 (95) hide show
  1. package/dist/json/attributes.json +3888 -3884
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +142 -142
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +6709 -6699
  6. package/dist/vuetify-labs.cjs +107 -71
  7. package/dist/vuetify-labs.css +5358 -5358
  8. package/dist/vuetify-labs.d.ts +4100 -1172
  9. package/dist/vuetify-labs.esm.js +107 -71
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +107 -71
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +56 -29
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3018 -3018
  16. package/dist/vuetify.d.ts +4107 -1199
  17. package/dist/vuetify.esm.js +56 -29
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +56 -29
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +30 -27
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.d.ts +795 -77
  25. package/lib/components/VAutocomplete/VAutocomplete.js +5 -0
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VBadge/VBadge.d.ts +22 -46
  28. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  29. package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
  30. package/lib/components/VCombobox/VCombobox.d.ts +795 -77
  31. package/lib/components/VCounter/VCounter.d.ts +22 -46
  32. package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
  33. package/lib/components/VDataTable/VDataTable.d.ts +110 -110
  34. package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
  35. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  36. package/lib/components/VDataTable/VDataTableServer.d.ts +62 -189
  37. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  38. package/lib/components/VDataTable/VDataTableVirtual.d.ts +62 -189
  39. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  40. package/lib/components/VDataTable/composables/headers.d.ts +75 -75
  41. package/lib/components/VDataTable/composables/select.js +1 -1
  42. package/lib/components/VDataTable/composables/select.js.map +1 -1
  43. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  44. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
  45. package/lib/components/VDialog/VDialog.d.ts +1048 -146
  46. package/lib/components/VDialog/VDialog.js +1 -1
  47. package/lib/components/VDialog/VDialog.js.map +1 -1
  48. package/lib/components/VFab/VFab.d.ts +22 -46
  49. package/lib/components/VFileInput/VFileInput.css +4 -0
  50. package/lib/components/VFileInput/VFileInput.js +21 -3
  51. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  52. package/lib/components/VFileInput/VFileInput.sass +4 -0
  53. package/lib/components/VImg/VImg.d.ts +22 -49
  54. package/lib/components/VLazy/VLazy.d.ts +22 -46
  55. package/lib/components/VMenu/VMenu.d.ts +1048 -146
  56. package/lib/components/VMenu/VMenu.js.map +1 -1
  57. package/lib/components/VMessages/VMessages.d.ts +22 -46
  58. package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
  59. package/lib/components/VOverlay/VOverlay.d.ts +22 -49
  60. package/lib/components/VOverlay/locationStrategies.js +1 -1
  61. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  62. package/lib/components/VSelect/VSelect.d.ts +1235 -93
  63. package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
  64. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +22 -46
  65. package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
  66. package/lib/components/VTable/VTable.css +2 -6
  67. package/lib/components/VTable/VTable.sass +4 -22
  68. package/lib/components/VTabs/VTabs.d.ts +6 -6
  69. package/lib/components/VTextField/VTextField.js +5 -3
  70. package/lib/components/VTextField/VTextField.js.map +1 -1
  71. package/lib/components/VTooltip/VTooltip.d.ts +58 -109
  72. package/lib/components/VTooltip/VTooltip.js +2 -2
  73. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  74. package/lib/components/transitions/dialog-transition.js +3 -3
  75. package/lib/components/transitions/dialog-transition.js.map +1 -1
  76. package/lib/composables/transition.d.ts +10 -20
  77. package/lib/composables/transition.js +15 -12
  78. package/lib/composables/transition.js.map +1 -1
  79. package/lib/entry-bundler.d.ts +6 -6
  80. package/lib/entry-bundler.js +1 -1
  81. package/lib/framework.d.ts +99 -138
  82. package/lib/framework.js +1 -1
  83. package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
  84. package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
  85. package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
  86. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
  87. package/lib/labs/VDateInput/VDateInput.d.ts +50 -13
  88. package/lib/labs/VDateInput/VDateInput.js +30 -9
  89. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  90. package/lib/labs/VFileUpload/VFileUpload.js +19 -31
  91. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  92. package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
  93. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  94. package/lib/util/helpers.js.map +1 -1
  95. package/package.json +7 -7
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.3
2
+ * Vuetify v3.8.4
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -330,7 +330,7 @@ const l=za(e.target,t),{x:o,y:n,sx:r,sy:i,speed:s}=l
330
330
  Ma.set(t,l)
331
331
  const u=ye(t,[{transform:`translate(${o}px, ${n}px) scale(${r}, ${i})`,opacity:0},{}],{duration:225*s,easing:"cubic-bezier(0.0, 0, 0.2, 1)"})
332
332
  La(t)?.forEach((e=>{ye(e,[{opacity:0},{opacity:0,offset:.33},{}],{duration:450*s,easing:Pt})})),u.finished.then((()=>a()))},onAfterEnter(e){e.style.removeProperty("pointer-events")},onBeforeLeave(e){e.style.pointerEvents="none"},async onLeave(t,a){let l
333
- await new Promise((e=>requestAnimationFrame(e))),l=Array.isArray(e.target)||e.target.offsetParent||!Ma.has(t)?za(e.target,t):Ma.get(t)
333
+ await new Promise((e=>requestAnimationFrame(e))),l=!Ma.has(t)||Array.isArray(e.target)||e.target.offsetParent||e.target.getClientRects().length?za(e.target,t):Ma.get(t)
334
334
  const{x:o,y:n,sx:r,sy:i,speed:s}=l
335
335
  ye(t,[{},{transform:`translate(${o}px, ${n}px) scale(${r}, ${i})`,opacity:0}],{duration:125*s,easing:"cubic-bezier(0.4, 0, 1, 1)"}).finished.then((()=>a())),La(t)?.forEach((e=>{ye(e,[{},{opacity:0,offset:.2},{opacity:0}],{duration:250*s,easing:Pt})}))},onAfterLeave(e){e.style.removeProperty("pointer-events")}}
336
336
  return()=>e.target?t.createVNode(t.Transition,t.mergeProps({name:"dialog-transition"},o,{css:!1}),l):t.createVNode(t.Transition,{name:"dialog-transition"},l)}})
@@ -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:[Boolean,String,Object],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}="object"==typeof o?o:{}
367
- return t.h(s,t.mergeProps("string"==typeof o?{name:n?"":o}:u,"string"==typeof o?{}:Object.fromEntries(Object.entries({disabled:n,group:r}).filter((e=>{let[t,a]=e
368
- return void 0!==a}))),i),l)}
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
@@ -847,7 +847,7 @@ e&&f.push(e.flipped)}))
847
847
  t.watch([e.target,e.contentEl],((e,t)=>{let[a,l]=e,[o,n]=t
848
848
  o&&!Array.isArray(o)&&g.unobserve(o),a&&!Array.isArray(a)&&g.observe(a),n&&g.unobserve(n),l&&g.observe(l)}),{immediate:!0}),t.onScopeDispose((()=>{g.disconnect()}))
849
849
  let h=new fe({x:0,y:0,width:0,height:0})
850
- function y(){if(v=!1,requestAnimationFrame((()=>v=!0)),!e.target.value||!e.contentEl.value)return;(Array.isArray(e.target.value)||e.target.value.offsetParent)&&(h=ge(e.target.value))
850
+ function y(){if(v=!1,requestAnimationFrame((()=>v=!0)),!e.target.value||!e.contentEl.value)return;(Array.isArray(e.target.value)||e.target.value.offsetParent||e.target.value.getClientRects().length)&&(h=ge(e.target.value))
851
851
  const t=function(e,t){const a=he(e)
852
852
  t?a.x+=parseFloat(e.style.right||0):a.x-=parseFloat(e.style.left||0)
853
853
  return a.y-=parseFloat(e.style.top||0),a}(e.contentEl.value,e.isRtl.value),a=At(e.contentEl.value)
@@ -1039,12 +1039,12 @@ function T(e){e.target!==document.activeElement&&e.preventDefault()}return Et(((
1039
1039
  return t.createVNode("div",t.mergeProps({class:["v-field",{"v-field--active":g.value,"v-field--appended":m,"v-field--center-affix":e.centerAffix??!N.value,"v-field--disabled":e.disabled,"v-field--dirty":e.dirty,"v-field--error":e.error,"v-field--glow":e.glow,"v-field--flat":e.flat,"v-field--has-background":!!e.bgColor,"v-field--persistent-clear":e.persistentClear,"v-field--prepended":o,"v-field--reverse":e.reverse,"v-field--single-line":e.singleLine,"v-field--no-label":!b(),[`v-field--variant-${e.variant}`]:!0},r.value,_.value,s.value,i.value,p.value,f.value,e.class],style:[P.value,e.style],onClick:T},l),[t.createVNode("div",{class:"v-field__overlay"},null),t.createVNode(uo,{name:"v-field",active:!!e.loading,color:e.error?"error":"string"==typeof e.loading?e.loading:e.color},{default:n.loader}),o&&t.createVNode("div",{key:"prepend",class:"v-field__prepend-inner"},[e.prependInnerIcon&&t.createVNode(v,{key:"prepend-icon",name:"prependInner",color:I.value},null),n["prepend-inner"]?.(A.value)]),t.createVNode("div",{class:"v-field__field","data-no-activator":""},[["filled","solo","solo-inverted","solo-filled"].includes(e.variant)&&y.value&&t.createVNode(Vi,{key:"floating-label",ref:k,class:[B.value],floating:!0,for:V.value,style:R.value},{default:()=>[b()]}),h.value&&t.createVNode(Vi,{key:"label",ref:S,for:V.value},{default:()=>[b()]}),n.default?.({...A.value,props:{id:V.value,class:"v-field__input","aria-describedby":w.value},focus:c,blur:d})??t.createVNode("div",{id:V.value,class:"v-field__input","aria-describedby":w.value},null)]),u&&t.createVNode(al,{key:"clear"},{default:()=>[t.withDirectives(t.createVNode("div",{class:"v-field__clearable",onMousedown:e=>{e.preventDefault(),e.stopPropagation()}},[t.createVNode(ol,{defaults:{VIcon:{icon:e.clearIcon}}},{default:()=>[n.clear?n.clear({...A.value,props:{onFocus:c,onBlur:d,onClick:e["onClick:clear"]}}):t.createVNode(v,{name:"clear",onFocus:c,onBlur:d},null)]})]),[[t.vShow,e.dirty]])]}),m&&t.createVNode("div",{key:"append",class:"v-field__append-inner"},[n["append-inner"]?.(A.value),e.appendInnerIcon&&t.createVNode(v,{key:"append-icon",name:"appendInner",color:I.value},null)]),t.createVNode("div",{class:["v-field__outline",B.value],style:R.value},[a&&t.createVNode(t.Fragment,null,[t.createVNode("div",{class:"v-field__outline__start"},null),y.value&&t.createVNode("div",{class:"v-field__outline__notch"},[t.createVNode(Vi,{ref:k,floating:!0,for:V.value},{default:()=>[b()]})]),t.createVNode("div",{class:"v-field__outline__end"},null)]),N.value&&y.value&&t.createVNode(Vi,{ref:k,floating:!0,for:V.value},{default:()=>[b()]})])])})),{controlRef:x,fieldIconColor:I}}}),xi=["color","file","time","date","datetime-local","week","month"],Ni=ht({autofocus:Boolean,counter:[Boolean,Number,String],counterValue:[Number,Function],prefix:String,placeholder:String,persistentPlaceholder:Boolean,persistentCounter:Boolean,suffix:String,role:String,type:{type:String,default:"text"},modelModifiers:Object,...fn(),...Si()},"VTextField"),Ci=Ct()({name:"VTextField",directives:{Intersect:hl},inheritAttrs:!1,props:Ni(),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
1040
1040
  const r=na(e,"modelValue"),{isFocused:i,focus:s,blur:u}=sn(e),c=t.computed((()=>"function"==typeof e.counterValue?e.counterValue(r.value):"number"==typeof e.counterValue?e.counterValue:(r.value??"").toString().length)),d=t.computed((()=>l.maxlength?l.maxlength:!e.counter||"number"!=typeof e.counter&&"string"!=typeof e.counter?void 0:e.counter)),v=t.computed((()=>["plain","underlined"].includes(e.variant)))
1041
1041
  function p(t,a){e.autofocus&&t&&a[0].target?.focus?.()}const f=t.ref(),m=t.ref(),g=t.ref(),h=t.computed((()=>xi.includes(e.type)||e.persistentPlaceholder||i.value||e.active))
1042
- function y(){g.value!==document.activeElement&&g.value?.focus(),i.value||s()}function b(e){o("mousedown:control",e),e.target!==g.value&&(y(),e.preventDefault())}function V(e){y(),o("click:control",e)}function w(a){a.stopPropagation(),y(),t.nextTick((()=>{r.value=null,K(e["onClick:clear"],a)}))}function S(a){const l=a.target
1042
+ function y(){g.value!==document.activeElement&&g.value?.focus(),i.value||s()}function b(e){o("mousedown:control",e),e.target!==g.value&&(y(),e.preventDefault())}function V(e){y(),o("click:control",e)}function w(a){const l=a.target
1043
1043
  if(r.value=l.value,e.modelModifiers?.trim&&["text","search","password","tel","url"].includes(e.type)){const e=[l.selectionStart,l.selectionEnd]
1044
- t.nextTick((()=>{l.selectionStart=e[0],l.selectionEnd=e[1]}))}}return Et((()=>{const a=!!(n.counter||!1!==e.counter&&null!=e.counter),o=!(!a&&!n.details),[s,k]=B(l),{modelValue:x,...N}=mn.filterProps(e),C=ki.filterProps(e)
1045
- return t.createVNode(mn,t.mergeProps({ref:f,modelValue:r.value,"onUpdate:modelValue":e=>r.value=e,class:["v-text-field",{"v-text-field--prefixed":e.prefix,"v-text-field--suffixed":e.suffix,"v-input--plain-underlined":v.value},e.class],style:e.style},s,N,{centerAffix:!v.value,focused:i.value}),{...n,default:a=>{let{id:l,isDisabled:o,isDirty:s,isReadonly:c,isValid:d}=a
1046
- return t.createVNode(ki,t.mergeProps({ref:m,onMousedown:b,onClick:V,"onClick:clear":w,"onClick:prependInner":e["onClick:prependInner"],"onClick:appendInner":e["onClick:appendInner"],role:e.role},C,{id:l.value,active:h.value||s.value,dirty:s.value||e.dirty,disabled:o.value,focused:i.value,error:!1===d.value}),{...n,default:a=>{let{props:{class:l,...i}}=a
1047
- const s=t.withDirectives(t.createVNode("input",t.mergeProps({ref:g,value:r.value,onInput:S,autofocus:e.autofocus,readonly:c.value,disabled:o.value,name:e.name,placeholder:e.placeholder,size:1,type:e.type,onFocus:y,onBlur:u},i,k),null),[[t.resolveDirective("intersect"),{handler:p},null,{once:!0}]])
1044
+ t.nextTick((()=>{l.selectionStart=e[0],l.selectionEnd=e[1]}))}}return Et((()=>{const a=!!(n.counter||!1!==e.counter&&null!=e.counter),o=!(!a&&!n.details),[s,S]=B(l),{modelValue:k,...x}=mn.filterProps(e),N=ki.filterProps(e)
1045
+ return t.createVNode(mn,t.mergeProps({ref:f,modelValue:r.value,"onUpdate:modelValue":e=>r.value=e,class:["v-text-field",{"v-text-field--prefixed":e.prefix,"v-text-field--suffixed":e.suffix,"v-input--plain-underlined":v.value},e.class],style:e.style},s,x,{centerAffix:!v.value,focused:i.value}),{...n,default:a=>{let{id:l,isDisabled:o,isDirty:s,isReadonly:c,isValid:d,reset:v}=a
1046
+ return t.createVNode(ki,t.mergeProps({ref:m,onMousedown:b,onClick:V,"onClick:clear":a=>function(a,l){a.stopPropagation(),y(),t.nextTick((()=>{r.value=null,l(),K(e["onClick:clear"],a)}))}(a,v),"onClick:prependInner":e["onClick:prependInner"],"onClick:appendInner":e["onClick:appendInner"],role:e.role},N,{id:l.value,active:h.value||s.value,dirty:s.value||e.dirty,disabled:o.value,focused:i.value,error:!1===d.value}),{...n,default:a=>{let{props:{class:l,...i}}=a
1047
+ const s=t.withDirectives(t.createVNode("input",t.mergeProps({ref:g,value:r.value,onInput:w,autofocus:e.autofocus,readonly:c.value,disabled:o.value,name:e.name,placeholder:e.placeholder,size:1,type:e.type,onFocus:y,onBlur:u},i,S),null),[[t.resolveDirective("intersect"),{handler:p},null,{once:!0}]])
1048
1048
  return t.createVNode(t.Fragment,null,[e.prefix&&t.createVNode("span",{class:"v-text-field__prefix"},[t.createVNode("span",{class:"v-text-field__prefix__text"},[e.prefix])]),n.default?t.createVNode("div",{class:l,"data-no-activator":""},[n.default(),s]):t.cloneVNode(s,{class:l}),e.suffix&&t.createVNode("span",{class:"v-text-field__suffix"},[t.createVNode("span",{class:"v-text-field__suffix__text"},[e.suffix])])])}})},details:o?l=>t.createVNode(t.Fragment,null,[n.details?.(l),a&&t.createVNode(t.Fragment,null,[t.createVNode("span",null,null),t.createVNode(yi,{active:e.persistentCounter||i.value,value:c.value,max:d.value,disabled:e.disabled},n.counter)])]):void 0})})),fi({},f,m,g)}}),Ii=ht({renderless:Boolean,...yt()},"VVirtualScrollItem"),_i=Ct()({name:"VVirtualScrollItem",inheritAttrs:!1,props:Ii(),emits:{"update:height":e=>!0},setup(e,a){let{attrs:l,emit:o,slots:n}=a
1049
1049
  const{resizeRef:r,contentRect:i}=Xt(void 0,"border")
1050
1050
  t.watch((()=>i.value?.height),(e=>{null!=e&&o("update:height",e)})),Et((()=>e.renderless?t.createVNode(t.Fragment,null,[n.default?.({itemRef:r})]):t.createVNode("div",t.mergeProps({ref:r,class:["v-virtual-scroll__item",e.class],style:e.style},l),[n.default?.()])))}}),Pi=ht({itemHeight:{type:[Number,String],default:null},itemKey:{type:[String,Array,Function],default:null},height:[Number,String]},"virtual")
@@ -1172,7 +1172,7 @@ if(~t){const e=o?[...V.value,a]:[...V.value]
1172
1172
  e.splice(t,1),V.value=e}else o&&(V.value=[...V.value,a])
1173
1173
  e.clearOnSelect&&(b.value="")}else{const e=!1!==l
1174
1174
  V.value=e?[a]:[],b.value=e&&!I.value?a.title:"",t.nextTick((()=>{T.value=!1,s.value=!0}))}}return t.watch(i,((a,l)=>{a!==l&&(a?(q.value=!0,b.value=e.multiple||I.value?"":String(V.value.at(-1)?.props.title??""),s.value=!0,t.nextTick((()=>q.value=!1))):(e.multiple||null!=b.value||(V.value=[]),T.value=!1,(e.multiple||I.value)&&(b.value=""),p.value=-1))})),t.watch(b,(e=>{i.value&&!q.value&&(e&&(T.value=!0),s.value=!e)})),t.watch(T,(()=>{if(!e.hideSelected&&T.value&&V.value.length){const e=N.value.findIndex((e=>V.value.some((t=>e.value===t.value))))
1175
- a&&window.requestAnimationFrame((()=>{e>=0&&v.value?.scrollToIndex(e)}))}})),t.watch((()=>e.items),((e,t)=>{T.value||i.value&&!t.length&&e.length&&(T.value=!0)})),Et((()=>{const a=!!(!e.hideNoData||N.value.length||o["prepend-item"]||o["append-item"]||o["no-data"]),l=V.value.length>0,u=Ci.filterProps(e)
1175
+ a&&window.requestAnimationFrame((()=>{e>=0&&v.value?.scrollToIndex(e)}))}})),t.watch((()=>e.items),((e,t)=>{T.value||i.value&&!t.length&&e.length&&(T.value=!0)})),t.watch(V,(t=>{e.multiple||I.value||(b.value=t[0]?.title??"")})),Et((()=>{const a=!!(!e.hideNoData||N.value.length||o["prepend-item"]||o["append-item"]||o["no-data"]),l=V.value.length>0,u=Ci.filterProps(e)
1176
1176
  return t.createVNode(Ci,t.mergeProps({ref:r},u,{modelValue:b.value,"onUpdate:modelValue":[e=>b.value=e,G],focused:i.value,"onUpdate:focused":e=>i.value=e,validationValue:V.externalValue,counterValue:w.value,dirty:l,onChange:j,class:["v-autocomplete","v-autocomplete--"+(e.multiple?"multiple":"single"),{"v-autocomplete--active-menu":T.value,"v-autocomplete--chips":!!e.chips,"v-autocomplete--selection-slot":!!I.value,"v-autocomplete--selecting-index":p.value>-1},e.class],style:e.style,readonly:S.isReadonly.value,placeholder:l?void 0:e.placeholder,"onClick:clear":$,"onMousedown:control":M,onKeydown:z}),{...o,default:()=>t.createVNode(t.Fragment,null,[t.createVNode(gi,t.mergeProps({ref:c,modelValue:T.value,"onUpdate:modelValue":e=>T.value=e,activator:"parent",contentClass:"v-autocomplete__content",disabled:B.value,eager:e.eager,maxHeight:310,openOnClick:!1,closeOnContentClick:!1,transition:e.transition,onAfterEnter:H,onAfterLeave:W},e.menuProps),{default:()=>[a&&t.createVNode(Ir,t.mergeProps({ref:E,selected:_.value,selectStrategy:e.multiple?"independent":"single-independent",onMousedown:e=>e.preventDefault(),onKeydown:L,onFocusin:U,onFocusout:Y,tabindex:"-1","aria-live":"polite",color:e.itemColor??e.color},F,e.listProps),{default:()=>[o["prepend-item"]?.(),!N.value.length&&!e.hideNoData&&(o["no-data"]?.()??t.createVNode(pr,{key:"no-data",title:n(e.noDataText)},null)),t.createVNode(Ai,{ref:v,renderless:!0,items:N.value,itemKey:"value"},{default:a=>{let{item:l,index:n,itemRef:r}=a
1177
1177
  const i=t.mergeProps(l.props,{ref:r,key:l.value,active:!(!P.value||0!==n)||void 0,onClick:()=>K(l,null)})
1178
1178
  return o.item?.({item:l,index:n,props:i})??t.createVNode(pr,t.mergeProps(i,{role:"option"}),{prepend:a=>{let{isSelected:o}=a
@@ -1192,7 +1192,7 @@ function u(e){const t=e.relatedTarget,a=e.target
1192
1192
  if(t!==a&&s.value?.contentEl&&s.value?.globalTop&&![document,s.value.contentEl].includes(a)&&!s.value.contentEl.contains(a)){const e=X(s.value.contentEl)
1193
1193
  if(!e.length)return
1194
1194
  const a=e[0],l=e[e.length-1]
1195
- t===a?l.focus():a.focus()}}function c(){o("afterEnter"),s.value?.contentEl&&!s.value.contentEl.contains(document.activeElement)&&s.value.contentEl.focus({preventScroll:!0})}function d(){o("afterLeave")}return t.onBeforeUnmount((()=>{document.removeEventListener("focusin",u)})),a&&t.watch((()=>r.value&&e.retainFocus),(e=>{e?document.addEventListener("focusin",u):document.removeEventListener("focusin",u)}),{immediate:!0}),t.watch(r,(async e=>{e||(await t.nextTick(),s.value.activatorEl?.focus({preventScroll:!0}))})),Et((()=>{const a=di.filterProps(e),l=t.mergeProps({"aria-haspopup":"dialog"},e.activatorProps),o=t.mergeProps({tabindex:-1},e.contentProps)
1195
+ t===a?l.focus():a.focus()}}function c(){o("afterEnter"),(e.scrim||e.retainFocus)&&s.value?.contentEl&&!s.value.contentEl.contains(document.activeElement)&&s.value.contentEl.focus({preventScroll:!0})}function d(){o("afterLeave")}return t.onBeforeUnmount((()=>{document.removeEventListener("focusin",u)})),a&&t.watch((()=>r.value&&e.retainFocus),(e=>{e?document.addEventListener("focusin",u):document.removeEventListener("focusin",u)}),{immediate:!0}),t.watch(r,(async e=>{e||(await t.nextTick(),s.value.activatorEl?.focus({preventScroll:!0}))})),Et((()=>{const a=di.filterProps(e),l=t.mergeProps({"aria-haspopup":"dialog"},e.activatorProps),o=t.mergeProps({tabindex:-1},e.contentProps)
1196
1196
  return t.createVNode(di,t.mergeProps({ref:s,class:["v-dialog",{"v-dialog--fullscreen":e.fullscreen,"v-dialog--scrollable":e.scrollable},e.class],style:e.style},a,{modelValue:r.value,"onUpdate:modelValue":e=>r.value=e,"aria-modal":"true",activatorProps:l,contentProps:o,height:e.fullscreen?void 0:e.height,width:e.fullscreen?void 0:e.width,maxHeight:e.fullscreen?void 0:e.maxHeight,maxWidth:e.fullscreen?void 0:e.maxWidth,role:"dialog",onAfterEnter:c,onAfterLeave:d},i),{activator:n.activator,default:function(){for(var e=arguments.length,a=new Array(e),l=0;l<e;l++)a[l]=arguments[l]
1197
1197
  return t.createVNode(ol,{root:"VDialog"},{default:()=>[n.default?.(...a)]})}})})),fi({},s)}}),ts=ht({inset:Boolean,...Ji({transition:"bottom-sheet-transition"})},"VBottomSheet"),as=Ct()({name:"VBottomSheet",props:ts(),emits:{"update:modelValue":e=>!0},setup(e,a){let{slots:l}=a
1198
1198
  const o=na(e,"modelValue")
@@ -1561,7 +1561,7 @@ function c(e){return R(e).every((e=>n.value.has(e.value)))}function d(e,t){const
1561
1561
  n.value=a}const v=t.computed((()=>n.value.size>0)),p=t.computed((()=>{const e=s.value.allSelected({allItems:r.value,currentPage:i.value})
1562
1562
  return!!e.length&&c(e)})),f={toggleSelect:function(t,a,l){const n=[]
1563
1563
  if(a=a??o.value.findIndex((e=>e.value===t.value)),"single"!==e.selectStrategy&&l?.shiftKey&&null!==u.value){const[e,t]=[u.value,a].sort(((e,t)=>e-t))
1564
- n.push(...o.value.slice(e,t+1))}else n.push(t),u.value=a
1564
+ n.push(...o.value.slice(e,t+1).filter((e=>e.selectable)))}else n.push(t),u.value=a
1565
1565
  d(n,!c([t]))},select:d,selectAll:function(e){const t=s.value.selectAll({value:e,allItems:r.value,currentPage:i.value,selected:new Set(n.value)})
1566
1566
  n.value=t},isSelected:c,isSomeSelected:function(e){return R(e).some((e=>n.value.has(e.value)))},someSelected:v,allSelected:p,showSelectAll:t.toRef((()=>s.value.showSelectAll)),lastSelectedIndex:u,selectStrategy:s}
1567
1567
  return t.provide(Ju,f),f}function tc(){const e=t.inject(Ju)
@@ -1683,8 +1683,8 @@ function g(t,a){if(e.sticky||e.fixedHeader||t.fixed)return{position:"sticky",lef
1683
1683
  return a?"asc"===a.order?e.sortAscIcon:e.sortDescIcon:e.sortAscIcon}const{backgroundColorClasses:y,backgroundColorStyles:b}=dl((()=>e.color)),{displayClasses:V,mobile:w}=Cn(e),S=t.computed((()=>({headers:p.value,columns:v.value,toggleSort:n,isSorted:i,sortBy:r.value,someSelected:s.value,allSelected:u.value,selectAll:c,getSortIcon:h}))),k=t.computed((()=>["v-data-table__th",{"v-data-table__th--sticky":e.sticky||e.fixedHeader},V.value,f.value])),x=a=>{let{column:o,x:v,y:p}=a
1684
1684
  const f="data-table-select"===o.key||"data-table-expand"===o.key,V=t.mergeProps(e.headerProps??{},o.headerProps??{})
1685
1685
  return t.createVNode(hc,t.mergeProps({tag:"th",align:o.align,class:[{"v-data-table__th--sortable":o.sortable&&!e.disableSort,"v-data-table__th--sorted":i(o),"v-data-table__th--fixed":o.fixed},...k.value],style:{width:m(o.width),minWidth:m(o.minWidth),maxWidth:m(o.maxWidth),...g(o,p)},colspan:o.colspan,rowspan:o.rowspan,onClick:o.sortable?()=>n(o):void 0,fixed:o.fixed,nowrap:o.nowrap,lastFixed:o.lastFixed,noPadding:f},V),{default:()=>{const a=`header.${o.key}`,v={column:o,selectAll:c,isSorted:i,toggleSort:n,sortBy:r.value,someSelected:s.value,allSelected:u.value,getSortIcon:h}
1686
- return l[a]?l[a](v):"data-table-select"===o.key?l["header.data-table-select"]?.(v)??(d.value&&t.createVNode(an,{modelValue:u.value,indeterminate:s.value&&!u.value,"onUpdate:modelValue":c},null)):t.createVNode("div",{class:"v-data-table-header__content"},[t.createVNode("span",null,[o.title]),o.sortable&&!e.disableSort&&t.createVNode(Ql,{key:"icon",class:"v-data-table-header__sort-icon",icon:h(o)},null),e.multiSort&&i(o)&&t.createVNode("div",{key:"badge",class:["v-data-table-header__sort-badge",...y.value],style:b.value},[r.value.findIndex((e=>e.key===o.key))+1])])}})},N=()=>{const a=t.mergeProps(e.headerProps??{}??{}),d=t.computed((()=>v.value.filter((t=>t?.sortable&&!e.disableSort)))),f=t.computed((()=>{if(null!=v.value.find((e=>"data-table-select"===e.key)))return u.value?"$checkboxOn":s.value?"$checkboxIndeterminate":"$checkboxOff"}))
1687
- return t.createVNode(hc,t.mergeProps({tag:"th",class:[...k.value],colspan:p.value.length+1},a),{default:()=>[t.createVNode("div",{class:"v-data-table-header__content"},[t.createVNode(Fi,{chips:!0,class:"v-data-table__td-sort-select",clearable:!0,density:"default",items:d.value,label:o("$vuetify.dataTable.sortBy"),multiple:e.multiSort,variant:"underlined","onClick:clear":()=>r.value=[],appendIcon:f.value,"onClick:append":()=>c(!u.value)},{...l,chip:e=>t.createVNode(Hn,{onClick:e.item.raw?.sortable?()=>n(e.item.raw):void 0,onMousedown:e=>{e.preventDefault(),e.stopPropagation()}},{default:()=>[e.item.title,t.createVNode(Ql,{class:["v-data-table__td-sort-icon",i(e.item.raw)&&"v-data-table__td-sort-icon-active"],icon:h(e.item.raw),size:"small"},null)]})})])]})}
1686
+ return l[a]?l[a](v):"data-table-select"===o.key?l["header.data-table-select"]?.(v)??(d.value&&t.createVNode(an,{modelValue:u.value,indeterminate:s.value&&!u.value,"onUpdate:modelValue":c},null)):t.createVNode("div",{class:"v-data-table-header__content"},[t.createVNode("span",null,[o.title]),o.sortable&&!e.disableSort&&t.createVNode(Ql,{key:"icon",class:"v-data-table-header__sort-icon",icon:h(o)},null),e.multiSort&&i(o)&&t.createVNode("div",{key:"badge",class:["v-data-table-header__sort-badge",...y.value],style:b.value},[r.value.findIndex((e=>e.key===o.key))+1])])}})},N=()=>{const a=t.computed((()=>v.value.filter((t=>t?.sortable&&!e.disableSort)))),d=t.computed((()=>{if(null!=v.value.find((e=>"data-table-select"===e.key)))return u.value?"$checkboxOn":s.value?"$checkboxIndeterminate":"$checkboxOff"}))
1687
+ return t.createVNode(hc,t.mergeProps({tag:"th",class:[...k.value],colspan:p.value.length+1},e.headerProps),{default:()=>[t.createVNode("div",{class:"v-data-table-header__content"},[t.createVNode(Fi,{chips:!0,class:"v-data-table__td-sort-select",clearable:!0,density:"default",items:a.value,label:o("$vuetify.dataTable.sortBy"),multiple:e.multiSort,variant:"underlined","onClick:clear":()=>r.value=[],appendIcon:d.value,"onClick:append":()=>c(!u.value)},{...l,chip:e=>t.createVNode(Hn,{onClick:e.item.raw?.sortable?()=>n(e.item.raw):void 0,onMousedown:e=>{e.preventDefault(),e.stopPropagation()}},{default:()=>[e.item.title,t.createVNode(Ql,{class:["v-data-table__td-sort-icon",i(e.item.raw)&&"v-data-table__td-sort-icon-active"],icon:h(e.item.raw),size:"small"},null)]})})])]})}
1688
1688
  Et((()=>w.value?t.createVNode("tr",null,[t.createVNode(N,null,null)]):t.createVNode(t.Fragment,null,[l.headers?l.headers(S.value):p.value.map(((e,a)=>t.createVNode("tr",null,[e.map(((e,l)=>t.createVNode(x,{column:e,x:l,y:a},null)))]))),e.loading&&t.createVNode("tr",{class:"v-data-table-progress"},[t.createVNode("th",{colspan:v.value.length},[t.createVNode(uo,{name:"v-data-table-progress",absolute:!0,active:!0,color:"boolean"==typeof e.loading?void 0:e.loading,indeterminate:!0},{default:l.loader})])])])))}}),Dc=ht({item:{type:Object,required:!0}},"VDataTableGroupHeaderRow"),Ec=Ct()({name:"VDataTableGroupHeaderRow",props:Dc(),setup(e,a){let{slots:l}=a
1689
1689
  const{isGroupOpen:o,toggleGroup:n,extractRows:r}=Ou(),{isSelected:i,isSomeSelected:s,select:u}=tc(),{columns:c}=Rc(),d=t.computed((()=>r([e.item])))
1690
1690
  return()=>t.createVNode("tr",{class:"v-data-table-group-header-row",style:{"--v-data-table-group-header-row-depth":e.item.depth}},[c.value.map((a=>{if("data-table-group"===a.key){const a=o(e.item)?"$expand":"$next",r=()=>n(e.item)
@@ -1835,13 +1835,16 @@ return t.createVNode("div",{ref:d,class:["v-fab",{"v-fab--absolute":e.absolute,"
1835
1835
  const{t:r}=ma(),i=na(e,"modelValue",e.modelValue,(e=>R(e)),(t=>!e.multiple&&Array.isArray(t)?t[0]:t)),{isFocused:s,focus:u,blur:c}=sn(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
1836
1836
  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
1837
1837
  return e.showSize?`${a} (${F(l,d.value)})`:a})))),m=t.computed((()=>{const t=i.value?.length??0
1838
- return e.showSize?r(e.counterSizeString,t,p.value):r(e.counterString,t)})),g=t.ref(),h=t.ref(),y=t.ref(),b=t.toRef((()=>s.value||e.active)),V=t.computed((()=>["plain","underlined"].includes(e.variant)))
1839
- function w(){y.value!==document.activeElement&&y.value?.focus(),s.value||u()}function S(e){y.value?.click()}function k(e){o("mousedown:control",e)}function x(e){y.value?.click(),o("click:control",e)}function N(a){a.stopPropagation(),w(),t.nextTick((()=>{i.value=[],K(e["onClick:clear"],a)}))}function C(e){e.preventDefault()}function I(e){e.preventDefault(),e.dataTransfer&&(i.value=[...e.dataTransfer.files??[]])}return t.watch(i,(e=>{(!Array.isArray(e)||!e.length)&&y.value&&(y.value.value="")})),Et((()=>{const a=!(!n.counter&&!e.counter),o=!(!a&&!n.details),[r,u]=B(l),{modelValue:d,..._}=mn.filterProps(e),P=ki.filterProps(e)
1840
- return t.createVNode(mn,t.mergeProps({ref:g,modelValue:e.multiple?i.value:i.value[0],class:["v-file-input",{"v-file-input--chips":!!e.chips,"v-file-input--hide":e.hideInput,"v-input--plain-underlined":V.value},e.class],style:e.style,"onClick:prepend":S},r,_,{centerAffix:!V.value,focused:s.value}),{...n,default:a=>{let{id:l,isDisabled:o,isDirty:r,isReadonly:d,isValid:m}=a
1841
- return t.createVNode(ki,t.mergeProps({ref:h,"prepend-icon":e.prependIcon,onMousedown:k,onClick:x,"onClick:clear":N,"onClick:prependInner":e["onClick:prependInner"],"onClick:appendInner":e["onClick:appendInner"]},P,{id:l.value,active:b.value||r.value,dirty:r.value||e.dirty,disabled:o.value,focused:s.value,error:!1===m.value,onDragover:C,onDrop:I}),{...n,default:a=>{let{props:{class:l,...r}}=a
1842
- return t.createVNode(t.Fragment,null,[t.createVNode("input",t.mergeProps({ref:y,type:"file",readonly:d.value,disabled:o.value,multiple:e.multiple,name:e.name,onClick:e=>{e.stopPropagation(),d.value&&e.preventDefault(),w()},onChange:e=>{if(!e.target)return
1838
+ return e.showSize?r(e.counterSizeString,t,p.value):r(e.counterString,t)})),g=t.ref(),h=t.ref(),y=t.ref(),b=t.toRef((()=>s.value||e.active)),V=t.computed((()=>["plain","underlined"].includes(e.variant))),w=t.shallowRef(!1)
1839
+ function S(){y.value!==document.activeElement&&y.value?.focus(),s.value||u()}function k(e){y.value?.click()}function x(e){o("mousedown:control",e)}function N(e){y.value?.click(),o("click:control",e)}function C(a){a.stopPropagation(),S(),t.nextTick((()=>{i.value=[],K(e["onClick:clear"],a)}))}function I(e){e.preventDefault(),e.stopImmediatePropagation(),w.value=!0}function _(e){e.preventDefault(),w.value=!1}function P(e){if(e.preventDefault(),e.stopImmediatePropagation(),w.value=!1,!e.dataTransfer?.files?.length||!y.value)return
1840
+ const t=new DataTransfer
1841
+ for(const a of e.dataTransfer.files)t.items.add(a)
1842
+ y.value.files=t.files,y.value.dispatchEvent(new Event("change",{bubbles:!0}))}return t.watch(i,(e=>{(!Array.isArray(e)||!e.length)&&y.value&&(y.value.value="")})),Et((()=>{const a=!(!n.counter&&!e.counter),o=!(!a&&!n.details),[r,u]=B(l),{modelValue:d,...R}=mn.filterProps(e),A=ki.filterProps(e)
1843
+ return t.createVNode(mn,t.mergeProps({ref:g,modelValue:e.multiple?i.value:i.value[0],class:["v-file-input",{"v-file-input--chips":!!e.chips,"v-file-input--dragging":w.value,"v-file-input--hide":e.hideInput,"v-input--plain-underlined":V.value},e.class],style:e.style,"onClick:prepend":k},r,R,{centerAffix:!V.value,focused:s.value}),{...n,default:a=>{let{id:l,isDisabled:o,isDirty:r,isReadonly:d,isValid:m}=a
1844
+ return t.createVNode(ki,t.mergeProps({ref:h,"prepend-icon":e.prependIcon,onMousedown:x,onClick:N,"onClick:clear":C,"onClick:prependInner":e["onClick:prependInner"],"onClick:appendInner":e["onClick:appendInner"]},A,{id:l.value,active:b.value||r.value,dirty:r.value||e.dirty,disabled:o.value,focused:s.value,error:!1===m.value,onDragover:I,onDrop:P}),{...n,default:a=>{let{props:{class:l,...r}}=a
1845
+ return t.createVNode(t.Fragment,null,[t.createVNode("input",t.mergeProps({ref:y,type:"file",readonly:d.value,disabled:o.value,multiple:e.multiple,name:e.name,onClick:e=>{e.stopPropagation(),d.value&&e.preventDefault(),S()},onChange:e=>{if(!e.target)return
1843
1846
  const t=e.target
1844
- i.value=[...t.files??[]]},onFocus:w,onBlur:c},r,u),null),t.createVNode("div",{class:l},[!!i.value?.length&&!e.hideInput&&(n.selection?n.selection({fileNames:f.value,totalBytes:v.value,totalBytesReadable:p.value}):e.chips?f.value.map((e=>t.createVNode(Hn,{key:e,size:"small",text:e},null))):f.value.join(", "))])])}})},details:o?l=>t.createVNode(t.Fragment,null,[n.details?.(l),a&&t.createVNode(t.Fragment,null,[t.createVNode("span",null,null),t.createVNode(yi,{active:!!i.value?.length,value:m.value,disabled:e.disabled},n.counter)])]):void 0})})),fi({},g,h,y)}}),tv=ht({app:Boolean,color:String,height:{type:[Number,String],default:"auto"},...Vl(),...yt(),...Sl(),...ea(),...vl(),...Ba({tag:"footer"}),...ba()},"VFooter"),av=Ct()({name:"VFooter",props:tv(),setup(e,a){let{slots:l}=a
1847
+ i.value=[...t.files??[]]},onDragleave:_,onFocus:S,onBlur:c},r,u),null),t.createVNode("div",{class:l},[!!i.value?.length&&!e.hideInput&&(n.selection?n.selection({fileNames:f.value,totalBytes:v.value,totalBytesReadable:p.value}):e.chips?f.value.map((e=>t.createVNode(Hn,{key:e,size:"small",text:e},null))):f.value.join(", "))])])}})},details:o?l=>t.createVNode(t.Fragment,null,[n.details?.(l),a&&t.createVNode(t.Fragment,null,[t.createVNode("span",null,null),t.createVNode(yi,{active:!!i.value?.length,value:m.value,disabled:e.disabled},n.counter)])]):void 0})})),fi({},g,h,y)}}),tv=ht({app:Boolean,color:String,height:{type:[Number,String],default:"auto"},...Vl(),...yt(),...Sl(),...ea(),...vl(),...Ba({tag:"footer"}),...ba()},"VFooter"),av=Ct()({name:"VFooter",props:tv(),setup(e,a){let{slots:l}=a
1845
1848
  const o=t.ref(),{themeClasses:n}=Ca(e),{backgroundColorClasses:r,backgroundColorStyles:i}=dl((()=>e.color)),{borderClasses:s}=wl(e),{elevationClasses:u}=kl(e),{roundedClasses:c}=pl(e),d=t.shallowRef(32),{resizeRef:v}=Xt((e=>{e.length&&(d.value=e[0].target.clientHeight)})),p=t.computed((()=>"auto"===e.height?d.value:parseInt(e.height,10)))
1846
1849
  return oa((()=>e.app),(()=>{const a=aa({id:e.name,order:t.computed((()=>parseInt(e.order,10))),position:t.toRef((()=>"bottom")),layoutSize:p,elementSize:t.computed((()=>"auto"===e.height?void 0:p.value)),active:t.toRef((()=>e.app)),absolute:t.toRef((()=>e.absolute))})
1847
1850
  t.watchEffect((()=>{o.value=a.layoutItemStyles.value}))})),Et((()=>t.createVNode(e.tag,{ref:v,class:["v-footer",n.value,r.value,s.value,u.value,c.value,e.class],style:[i.value,e.app?o.value:{height:m(e.height)},e.style]},l))),{}}}),lv=ht({...yt(),...cn()},"VForm"),ov=Ct()({name:"VForm",props:lv(),emits:{"update:modelValue":e=>!0,submit:e=>!0},setup(e,a){let{slots:l,emit:o}=a
@@ -2160,8 +2163,8 @@ case"start":return t[0]
2160
2163
  case"end":return t[1]
2161
2164
  default:return null}}))
2162
2165
  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:!1}),["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((()=>e.transition?e.transition:o.value?"scale-transition":"fade-transition")),v=t.computed((()=>t.mergeProps({"aria-describedby":i.value},e.activatorProps)))
2166
+ 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
2167
+ 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
2168
  return Et((()=>{const a=di.filterProps(e)
2166
2169
  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
2170
  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 +2208,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(wt,e),u.pro
2205
2208
  else{const{mount:e}=u
2206
2209
  u.mount=function(){const a=e(...arguments)
2207
2210
  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"
2209
- const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.3"
2211
+ if(a&&e in a)return a[e]}yf.version="3.8.4"
2212
+ const Vf=function(){return yf({components:uf,directives:hf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},wf="3.8.4"
2210
2213
  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
2214
  const{props:a,provideSubDefaults:l}=xt(e,t)
2212
2215
  return l(),a},e.useDisplay=Cn,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=ma,e.useRtl=ha,e.useTheme=Ia,e.version=wf}))