vuetify 3.7.9 → 3.7.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 +1367 -1363
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +2781 -2771
- package/dist/vuetify-labs.css +4270 -4270
- package/dist/vuetify-labs.d.ts +41 -118
- package/dist/vuetify-labs.esm.js +20 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3729 -3729
- package/dist/vuetify.d.ts +72 -164
- package/dist/vuetify.esm.js +9 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +52 -119
- package/lib/components/index.d.mts +26 -118
- package/lib/components/transitions/expand-transition.mjs +2 -0
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +13 -2
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +15 -0
- package/lib/labs/components.d.mts +15 -0
- package/lib/locale/da.mjs +5 -5
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +3 -3
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -5
- package/lib/locale/fi.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.7.
|
|
2
|
+
* Vuetify v3.7.11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -309,10 +309,12 @@ const r=l.group?t.TransitionGroup:t.Transition
|
|
|
309
309
|
return()=>t.h(r,{name:l.disabled?"":e,css:!l.disabled,...l.disabled?{}:a},n.default)}})}function Ea(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:""
|
|
310
310
|
const a=arguments.length>1&&void 0!==arguments[1]&&arguments[1]?"width":"height",l=t.camelize(`offset-${a}`)
|
|
311
311
|
return{onBeforeEnter(e){e._parent=e.parentNode,e._initialStyle={transition:e.style.transition,overflow:e.style.overflow,[a]:e.style[a]}},onEnter(t){const o=t._initialStyle
|
|
312
|
+
if(!o)return
|
|
312
313
|
t.style.setProperty("transition","none","important"),t.style.overflow="hidden"
|
|
313
314
|
const n=`${t[l]}px`
|
|
314
315
|
t.style[a]="0",t.offsetHeight,t.style.transition=o.transition,e&&t._parent&&t._parent.classList.add(e),requestAnimationFrame((()=>{t.style[a]=n}))},onAfterEnter:n,onEnterCancelled:n,onLeave(e){e._initialStyle={transition:"",overflow:e.style.overflow,[a]:e.style[a]},e.style.overflow="hidden",e.style[a]=`${e[l]}px`,e.offsetHeight,requestAnimationFrame((()=>e.style[a]="0"))},onAfterLeave:o,onLeaveCancelled:o}
|
|
315
|
-
function o(t){e&&t._parent&&t._parent.classList.remove(e),n(t)}function n(e){
|
|
316
|
+
function o(t){e&&t._parent&&t._parent.classList.remove(e),n(t)}function n(e){if(!e._initialStyle)return
|
|
317
|
+
const t=e._initialStyle[a]
|
|
316
318
|
e.style.overflow=e._initialStyle.overflow,null!=t&&(e.style[a]=t),delete e._initialStyle}}const Fa=gt({target:[Object,Array]},"v-dialog-transition"),$a=It()({name:"VDialogTransition",props:Fa(),setup(e,a){let{slots:l}=a
|
|
317
319
|
const o={onBeforeEnter(e){e.style.pointerEvents="none",e.style.visibility="hidden"},async onEnter(t,a){await new Promise((e=>requestAnimationFrame(e))),await new Promise((e=>requestAnimationFrame(e))),t.style.visibility=""
|
|
318
320
|
const{x:l,y:o,sx:n,sy:r,speed:i}=Oa(e.target,t),s=he(t,[{transform:`translate(${l}px, ${o}px) scale(${n}, ${r})`,opacity:0},{}],{duration:225*i,easing:"cubic-bezier(0.0, 0, 0.2, 1)"})
|
|
@@ -1734,7 +1736,7 @@ return e.max&&n.isValid(t)?t:null})),y=t.computed((()=>{if(e.disabled)return!0
|
|
|
1734
1736
|
const t=[]
|
|
1735
1737
|
if("month"!==s.value)t.push("prev","next")
|
|
1736
1738
|
else{let e=n.date()
|
|
1737
|
-
if(e=n.
|
|
1739
|
+
if(e=n.startOfMonth(e),e=n.setMonth(e,c.value),e=n.setYear(e,d.value),g.value){const a=n.addDays(n.startOfMonth(e),-1)
|
|
1738
1740
|
n.isAfter(g.value,a)&&t.push("prev")}if(h.value){const a=n.addDays(n.endOfMonth(e),1)
|
|
1739
1741
|
n.isAfter(a,h.value)&&t.push("next")}}return t}))
|
|
1740
1742
|
function b(){c.value<11?c.value++:(d.value++,c.value=0,C(d.value)),N(c.value)}function V(){c.value>0?c.value--:(d.value--,c.value=11,C(d.value)),N(c.value)}function w(){s.value="month"}function S(){s.value="months"===s.value?"month":"months"}function k(){s.value="year"===s.value?"month":"year"}function N(e){"months"===s.value&&S(),l("update:month",e)}function C(e){"year"===s.value&&k(),l("update:year",e)}return t.watch(i,((e,t)=>{const a=A(t),l=A(e)
|
|
@@ -2103,8 +2105,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
|
2103
2105
|
else{const{mount:a}=e
|
|
2104
2106
|
e.mount=function(){const l=a(...arguments)
|
|
2105
2107
|
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
|
|
2106
|
-
if(a&&e in a)return a[e]}rf.version="3.7.
|
|
2107
|
-
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.
|
|
2108
|
+
if(a&&e in a)return a[e]}rf.version="3.7.11"
|
|
2109
|
+
const uf=function(){return rf({components:Zp,directives:nf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},cf="3.7.11"
|
|
2108
2110
|
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
|
|
2109
2111
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
|
2110
2112
|
return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=cf}))
|