@vuetify/nightly 3.9.0-next.2025-07-12 → 3.9.0-next.2025-07-25
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 +5 -4
- package/dist/json/attributes.json +2240 -2240
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +4090 -4090
- package/dist/vuetify-labs.cjs +4 -4
- package/dist/vuetify-labs.css +5502 -5500
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3662 -3660
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.js +1 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/styles/generic/_colors.scss +3 -1
- package/lib/styles/generic/_layers.scss +1 -1
- package/lib/styles/main.css +4 -2
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-next.2025-07-
|
2
|
+
* Vuetify v3.9.0-next.2025-07-25
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -296,7 +296,7 @@ c.value?.dark&&Na(e,":root",["color-scheme: dark"],l.scope),Na(e,":root",Ea(c.va
|
|
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(
|
299
|
+
e.push("@layer background {\n",...o.map((e=>` ${e}`)),"}\n","@layer foreground {\n",...n.map((e=>` ${e}`)),"}\n")}return"@layer vuetify.theme {\n"+e.map((e=>` ${e}`)).join("")+"\n}"})),v=t.toRef((()=>l.isDisabled?void 0:`${l.prefix}theme--${s.value}`)),p=t.toRef((()=>Object.keys(u.value)))
|
300
300
|
if(r){const h=window.matchMedia("(prefers-color-scheme: dark)")
|
301
301
|
function y(){i.value=h.matches?"dark":"light"}y(),h.addEventListener("change",y,{passive:!0}),t.getCurrentScope()&&t.onScopeDispose((()=>{h.removeEventListener("change",y)}))}function m(e){p.value.includes(e)?s.value=e:je(`Theme "${e}" not found on the Vuetify theme instance`)}function f(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:p.value
|
302
302
|
const t=e.indexOf(s.value)
|
@@ -2371,8 +2371,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Nt,e),u.pro
|
|
2371
2371
|
else{const{mount:e}=u
|
2372
2372
|
u.mount=function(){const a=e(...arguments)
|
2373
2373
|
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:af.call(this,Nt),display:af.call(this,Bn),theme:af.call(this,xa),icons:af.call(this,jt),locale:af.call(this,ba),date:af.call(this,Du)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function af(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2374
|
-
if(a&&e in a)return a[e]}tf.version="3.9.0-next.2025-07-
|
2375
|
-
const lf=function(){return tf({components:Ym,directives:ef,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},of="3.9.0-next.2025-07-
|
2374
|
+
if(a&&e in a)return a[e]}tf.version="3.9.0-next.2025-07-25"
|
2375
|
+
const lf=function(){return tf({components:Ym,directives:ef,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},of="3.9.0-next.2025-07-25"
|
2376
2376
|
lf.version=of,e.blueprints=ea,e.components=Ym,e.createVuetify=lf,e.directives=ef,e.useDate=Fu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2377
2377
|
const{props:a,provideSubDefaults:l}=It(e,t)
|
2378
2378
|
return l(),a},e.useDisplay=zn,e.useGoTo=Hn,e.useHotkey=function(e,l){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}
|