@vuetify/nightly 3.7.18-master.2025-03-21 → 3.7.18-master.2025-03-24
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 +18 -3
- package/dist/json/attributes.json +1927 -1927
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +3675 -3675
- package/dist/vuetify-labs.css +3046 -3046
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5792 -5792
- package/dist/vuetify.d.ts +63 -63
- 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/VIcon/VIcon.mjs +2 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +63 -63
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.18-master.2025-03-
|
2
|
+
* Vuetify v3.7.18-master.2025-03-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29,7 +29,7 @@ return isNaN(a)?String(e):isFinite(a)?`${a}${t}`:void 0}function m(e){return nul
|
|
29
29
|
return null!==e&&"object"==typeof e&&((t=Object.getPrototypeOf(e))===Object.prototype||null===t)}function h(e){if(e&&"$el"in e){const t=e.$el
|
30
30
|
return t?.nodeType===Node.TEXT_NODE?t.nextElementSibling:t}return e}const y=Object.freeze({enter:13,tab:9,delete:46,esc:27,space:32,up:38,down:40,left:37,right:39,end:35,home:36,del:46,backspace:8,insert:45,pageup:33,pagedown:34,shift:16}),b=Object.freeze({enter:"Enter",tab:"Tab",delete:"Delete",esc:"Escape",space:"Space",up:"ArrowUp",down:"ArrowDown",left:"ArrowLeft",right:"ArrowRight",end:"End",home:"Home",del:"Delete",backspace:"Backspace",insert:"Insert",pageup:"PageUp",pagedown:"PageDown",shift:"Shift"})
|
31
31
|
function V(e){return Object.keys(e)}function w(e,t){return t.every((t=>e.hasOwnProperty(t)))}function S(e,t){const a={}
|
32
|
-
for(const l of t)Object.
|
32
|
+
for(const l of t)Object.prototype.hasOwnProperty.call(e,l)&&(a[l]=e[l])
|
33
33
|
return a}function k(e,t,a){const l=Object.create(null),o=Object.create(null)
|
34
34
|
for(const a in e)t.some((e=>e instanceof RegExp?e.test(a):e===a))?l[a]=e[a]:o[a]=e[a]
|
35
35
|
return[l,o]}function x(e,t){const a={...e}
|
@@ -465,7 +465,7 @@ return t.createVNode($l,t.mergeProps({class:["v-btn-toggle",e.class]},a,{style:e
|
|
465
465
|
function ql(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:bt()
|
466
466
|
return H((()=>{let a,l
|
467
467
|
return W(Yl,e.size)?a=`${t}--size-${e.size}`:e.size&&(l={width:f(e.size),height:f(e.size)}),{sizeClasses:a,sizeStyles:l}}))}const Kl=gt({color:String,disabled:Boolean,start:Boolean,end:Boolean,icon:Mt,...ht(),...Gl(),...Ba({tag:"i"}),...wa()},"VIcon"),Xl=It()({name:"VIcon",props:Kl(),setup(e,a){let{attrs:l,slots:o}=a
|
468
|
-
const n=t.ref(),{themeClasses:r}=
|
468
|
+
const n=t.ref(),{themeClasses:r}=xa(),{iconData:i}=(e=>{const a=t.inject(Ot)
|
469
469
|
if(!a)throw new Error("Missing Vuetify Icons provide!")
|
470
470
|
return{iconData:t.computed((()=>{const l=t.unref(e)
|
471
471
|
if(!l)return{component:zt}
|
@@ -2124,8 +2124,8 @@ if(d.install(e),e.provide(kt,u),e.provide(hn,c),e.provide(Va,d),e.provide(Ot,v),
|
|
2124
2124
|
else{const{mount:a}=e
|
2125
2125
|
e.mount=function(){const l=a(...arguments)
|
2126
2126
|
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:rf.call(this,kt),display:rf.call(this,hn),theme:rf.call(this,Va),icons:rf.call(this,Ot),locale:rf.call(this,ma),date:rf.call(this,fu)})}}})},defaults:u,display:c,theme:d,icons:v,locale:p,date:f,goTo:m}}function rf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2127
|
-
if(a&&e in a)return a[e]}nf.version="3.7.18-master.2025-03-
|
2128
|
-
const sf=function(){return nf({components:Xp,directives:of,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},uf="3.7.18-master.2025-03-
|
2127
|
+
if(a&&e in a)return a[e]}nf.version="3.7.18-master.2025-03-24"
|
2128
|
+
const sf=function(){return nf({components:Xp,directives:of,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},uf="3.7.18-master.2025-03-24"
|
2129
2129
|
sf.version=uf,e.blueprints=Zt,e.components=Xp,e.createVuetify=sf,e.directives=of,e.useDate=gu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2130
2130
|
const{props:a,provideSubDefaults:l}=Ct(e,t)
|
2131
2131
|
return l(),a},e.useDisplay=xn,e.useGoTo=Bn,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=xa,e.version=uf}))
|