@vuetify/nightly 3.9.2-master.2025-07-29 → 3.9.3-master.2025-07-30
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 +9 -62
- package/dist/json/attributes.json +3905 -3905
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +7077 -7077
- package/dist/vuetify-labs.cjs +47 -24
- package/dist/vuetify-labs.css +3395 -3387
- package/dist/vuetify-labs.d.ts +48 -47
- package/dist/vuetify-labs.esm.js +47 -24
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +47 -24
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -9
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2289 -2281
- package/dist/vuetify.d.ts +48 -47
- package/dist/vuetify.esm.js +15 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +10 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VWindow/VWindow.css +8 -0
- package/lib/components/VWindow/VWindow.sass +9 -0
- package/lib/composables/theme.d.ts +1 -0
- package/lib/composables/theme.js +3 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +48 -47
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/VVideo.css +1 -1
- package/lib/labs/VVideo/VVideo.js +2 -2
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +2 -0
- package/lib/labs/VVideo/VVideoControls.js +32 -15
- package/lib/labs/VVideo/VVideoControls.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.
|
2
|
+
* Vuetify v3.9.3-master.2025-07-30
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -291,20 +291,20 @@ const a={}
|
|
291
291
|
for(const[l,o]of Object.entries(e.themes??{})){const e=o.dark||"dark"===l?t.themes?.dark:t.themes?.light
|
292
292
|
a[l]=z(e,o)}return z(t,{...e,themes:a})}(e),o=t.shallowRef(l.defaultTheme),n=t.ref(l.themes),i=t.shallowRef("light"),s=t.computed({get:()=>"system"===o.value?i.value:o.value,set(e){o.value=e}}),u=t.computed((()=>{const e={}
|
293
293
|
for(const[t,a]of Object.entries(n.value)){const o={...a.colors,...Ia(a.colors,l.variations)}
|
294
|
-
e[t]={...a,colors:{...o,...Pa(o)}}}return e})),c=t.toRef((()=>u.value[s.value])),d=t.computed((()=>{const e=[],t=l.unimportant?"":" !important",a=l.scoped?l.prefix:""
|
294
|
+
e[t]={...a,colors:{...o,...Pa(o)}}}return e})),c=t.toRef((()=>u.value[s.value])),d=t.toRef((()=>"system"===o.value)),v=t.computed((()=>{const e=[],t=l.unimportant?"":" !important",a=l.scoped?l.prefix:""
|
295
295
|
c.value?.dark&&Na(e,":root",["color-scheme: dark"],l.scope),Na(e,":root",Ea(c.value,l.prefix),l.scope)
|
296
296
|
for(const[t,a]of Object.entries(u.value))Na(e,`.${l.prefix}theme--${t}`,["color-scheme: "+(a.dark?"dark":"normal"),...Ea(a,l.prefix)],l.scope)
|
297
297
|
if(l.utilities){const o=[],n=[],r=new Set(Object.values(u.value).flatMap((e=>Object.keys(e.colors))))
|
298
298
|
for(const e of r)e.startsWith("on-")?Na(n,`.${e}`,[`color: rgb(var(--${l.prefix}theme-${e}))${t}`],l.scope):(Na(o,`.${a}bg-${e}`,[`--${l.prefix}theme-overlay-multiplier: var(--${l.prefix}theme-${e}-overlay-multiplier)`,`background-color: rgb(var(--${l.prefix}theme-${e}))${t}`,`color: rgb(var(--${l.prefix}theme-on-${e}))${t}`],l.scope),Na(n,`.${a}text-${e}`,[`color: rgb(var(--${l.prefix}theme-${e}))${t}`],l.scope),Na(n,`.${a}border-${e}`,[`--${l.prefix}border-color: var(--${l.prefix}theme-${e})`],l.scope))
|
299
|
-
e.push(...o,...n)}return e.map(((e,t)=>0===t?e:` ${e}`)).join("")})),
|
300
|
-
if(r){const
|
301
|
-
function
|
299
|
+
e.push(...o,...n)}return e.map(((e,t)=>0===t?e:` ${e}`)).join("")})),p=t.toRef((()=>l.isDisabled?void 0:`${l.prefix}theme--${s.value}`)),m=t.toRef((()=>Object.keys(u.value)))
|
300
|
+
if(r){const y=window.matchMedia("(prefers-color-scheme: dark)")
|
301
|
+
function b(){i.value=y.matches?"dark":"light"}b(),y.addEventListener("change",b,{passive:!0}),t.getCurrentScope()&&t.onScopeDispose((()=>{y.removeEventListener("change",b)}))}function f(e){"system"===e||m.value.includes(e)?s.value=e:Oe(`Theme "${e}" not found on the Vuetify theme instance`)}function g(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:m.value
|
302
302
|
const t=e.indexOf(s.value)
|
303
|
-
|
303
|
+
f(e[-1===t?0:(t+1)%e.length])}const h=new Proxy(s,{get:(e,t)=>Reflect.get(e,t),set:(e,t,a)=>("value"===t&&He(`theme.global.name.value = ${a}`,`theme.change('${a}')`),Reflect.set(e,t,a))})
|
304
304
|
return{install:function(e){if(l.isDisabled)return
|
305
305
|
const o=e._context.provides.usehead
|
306
|
-
if(o){function n(){return{style:[{textContent:
|
307
|
-
a&&t.watch(
|
306
|
+
if(o){function n(){return{style:[{textContent:v.value,id:l.stylesheetId,nonce:l.cspNonce||!1}]}}if(o.push){const r=o.push(n)
|
307
|
+
a&&t.watch(v,(()=>{r.patch(n)}))}else a?(o.addHeadObjs(t.toRef(n)),t.watchEffect((()=>o.updateDOM()))):o.addHeadObjs(n())}else{function i(){Ba(l.stylesheetId,l.cspNonce,v.value)}a?t.watch(v,i,{immediate:!0}):i()}},change:f,cycle:g,toggle:function(){g(arguments.length>0&&void 0!==arguments[0]?arguments[0]:["light","dark"])},isDisabled:l.isDisabled,isSystem:d,name:s,themes:n,current:c,computedThemes:u,prefix:l.prefix,themeClasses:p,styles:v,global:{name:h,current:c}}}function Aa(e){kt("provideTheme")
|
308
308
|
const a=t.inject(xa,null)
|
309
309
|
if(!a)throw new Error("Could not find Vuetify theme injection")
|
310
310
|
const l=t.toRef((()=>e.theme??a.name.value)),o=t.toRef((()=>a.themes.value[l.value])),n=t.toRef((()=>a.isDisabled?void 0:`${a.prefix}theme--${l.value}`)),r={...a,name:l,current:o,themeClasses:n}
|
@@ -1521,8 +1521,9 @@ return t.createVNode(Vu,t.mergeProps(a,{class:["v-color-picker",s.value,e.class]
|
|
1521
1521
|
const{t:r}=wa(),i=t.ref(),s=t.shallowRef(!1),u=t.shallowRef(!0),c=t.shallowRef(!1),d=t.ref(),p=t.ref(),m=t.shallowRef(-1)
|
1522
1522
|
let f=!1
|
1523
1523
|
const{items:g,transformIn:h,transformOut:y}=Fr(e),{textColorClasses:b,textColorStyles:V}=hl((()=>i.value?.color)),w=ca(e,"modelValue",[],(e=>h(B(e))),(t=>{const a=y(t)
|
1524
|
-
return e.multiple?a:a[0]??null})),S=bn(e),k=t.computed((()=>!(!e.chips&&!n.chip))),x=t.computed((()=>k.value||!!n.selection)),C=t.shallowRef(e.multiple||x.value?"":w.value[0]?.title??""),N=t.computed({get:()=>C.value,set:a=>{if(C.value=a??"",e.multiple||x.value||(w.value=[Dr(e,a)],t.nextTick((()=>p.value?.scrollToIndex(0)))),a&&e.multiple&&e.delimiters?.length){const
|
1525
|
-
|
1524
|
+
return e.multiple?a:a[0]??null})),S=bn(e),k=t.computed((()=>!(!e.chips&&!n.chip))),x=t.computed((()=>k.value||!!n.selection)),C=t.shallowRef(e.multiple||x.value?"":w.value[0]?.title??""),N=t.computed({get:()=>C.value,set:async a=>{if(C.value=a??"",e.multiple||x.value||(w.value=[Dr(e,a)],t.nextTick((()=>p.value?.scrollToIndex(0)))),a&&e.multiple&&e.delimiters?.length){const l=e.delimiters.map(se).join("|"),o=a.split(new RegExp(`(?:${l})+`))
|
1525
|
+
if(o.length>1){for(let a of o)a=a.trim(),a&&(K(Dr(e,a)),await t.nextTick())
|
1526
|
+
C.value=""}}a||(m.value=-1),u.value=!a}}),E=t.computed((()=>"function"==typeof e.counterValue?e.counterValue(w.value):"number"==typeof e.counterValue?e.counterValue:e.multiple?w.value.length:N.value.length)),{filteredItems:_,getMatches:P}=es(e,g,(()=>u.value?"":N.value)),R=t.computed((()=>e.hideSelected?_.value.filter((e=>!w.value.some((t=>t.value===e.value)))):_.value)),A=t.computed((()=>e.hideNoData&&!R.value.length||S.isReadonly.value||S.isDisabled.value)),T=ca(e,"menu"),D=t.computed({get:()=>T.value,set:e=>{T.value&&!e&&d.value?.ΨopenChildren.size||e&&A.value||(T.value=e)}}),$=t.toRef((()=>D.value?e.closeText:e.openText))
|
1526
1527
|
t.watch(C,(e=>{f?t.nextTick((()=>f=!1)):s.value&&!D.value&&(D.value=!0),o("update:search",e)})),t.watch(w,(t=>{e.multiple||x.value||(C.value=t[0]?.title??"")}))
|
1527
1528
|
const F=t.computed((()=>w.value.map((e=>e.value)))),z=t.computed((()=>(!0===e.autoSelectFirst||"exact"===e.autoSelectFirst&&N.value===R.value[0]?.title)&&R.value.length>0&&!u.value&&!c.value)),M=t.ref(),L=Gi(M,i)
|
1528
1529
|
function O(t){f=!0,e.openOnClear&&(D.value=!0)}function j(){A.value||(D.value=!0)}function H(e){A.value||(s.value&&(e.preventDefault(),e.stopPropagation()),D.value=!D.value)}function W(e){(re(e)||"Backspace"===e.key)&&i.value?.focus()}function U(t){if(function(e){return e.isComposing&&I.includes(e.key)}(t)||S.isReadonly.value)return
|
@@ -2383,8 +2384,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Ct,e),u.pro
|
|
2383
2384
|
else{const{mount:e}=u
|
2384
2385
|
u.mount=function(){const a=e(...arguments)
|
2385
2386
|
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:nf.call(this,Ct),display:nf.call(this,Bn),theme:nf.call(this,xa),icons:nf.call(this,jt),locale:nf.call(this,ba),date:nf.call(this,zu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function nf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2386
|
-
if(a&&e in a)return a[e]}of.version="3.9.
|
2387
|
-
const rf=function(){return of({components:qm,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.9.
|
2387
|
+
if(a&&e in a)return a[e]}of.version="3.9.3-master.2025-07-30"
|
2388
|
+
const rf=function(){return of({components:qm,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.9.3-master.2025-07-30"
|
2388
2389
|
rf.version=sf,e.blueprints=ea,e.components=qm,e.createVuetify=rf,e.directives=lf,e.useDate=Lu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2389
2390
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2390
2391
|
return l(),a},e.useDisplay=zn,e.useGoTo=Wn,e.useHotkey=function(e,l){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
|