@vuetify/nightly 3.9.2-master.2025-07-27 → 3.9.2-master.2025-07-28
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 +4 -3
- package/dist/json/attributes.json +3384 -3384
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +6337 -6337
- package/dist/vuetify-labs.cjs +4 -4
- package/dist/vuetify-labs.css +6030 -6030
- package/dist/vuetify-labs.d.ts +59 -59
- 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 +2 -2
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4289 -4289
- package/dist/vuetify.d.ts +59 -59
- 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 +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +1 -1
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.2-master.2025-07-
|
2
|
+
* Vuetify v3.9.2-master.2025-07-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2031,7 +2031,7 @@ const o=null==a?String(t):t.toFixed(a)
|
|
2031
2031
|
if(u.value&&l)return Number(o).toString().replace(".",d.value)
|
2032
2032
|
if(null===e.minFractionDigits||null!==a&&a<e.minFractionDigits)return o.replace(".",d.value)
|
2033
2033
|
let[n,r]=o.split(".")
|
2034
|
-
return r=(r??"").padEnd(e.minFractionDigits,"0").replace(new RegExp(`(?<=\\d{${e.minFractionDigits}})0
|
2034
|
+
return r=(r??"").padEnd(e.minFractionDigits,"0").replace(new RegExp(`(?<=\\d{${e.minFractionDigits}})0+$`,"g"),""),[n,r].filter(Boolean).join(d.value)}const p=ca(e,"modelValue",null,(e=>e??null),(t=>null==t?t??null:A(Number(t),e.min,e.max))),m=t.shallowRef(null)
|
2035
2035
|
t.watchEffect((()=>{u.value&&!s.value||(null==p.value?m.value=null:isNaN(p.value)||(m.value=v(p.value)))}))
|
2036
2036
|
const f=t.computed({get:()=>m.value,set(t){if(null===t||""===t)return p.value=null,void(m.value=null)
|
2037
2037
|
const a=Number(t.replace(d.value,"."))
|
@@ -2382,8 +2382,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(Ct,e),u.pro
|
|
2382
2382
|
else{const{mount:e}=u
|
2383
2383
|
u.mount=function(){const a=e(...arguments)
|
2384
2384
|
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
|
2385
|
-
if(a&&e in a)return a[e]}of.version="3.9.2-master.2025-07-
|
2386
|
-
const rf=function(){return of({components:qm,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.9.2-master.2025-07-
|
2385
|
+
if(a&&e in a)return a[e]}of.version="3.9.2-master.2025-07-28"
|
2386
|
+
const rf=function(){return of({components:qm,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.9.2-master.2025-07-28"
|
2387
2387
|
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
|
2388
2388
|
const{props:a,provideSubDefaults:l}=_t(e,t)
|
2389
2389
|
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]:{}
|