@vuetify/nightly 3.8.2-master.2025-04-22 → 3.8.2-master.2025-04-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 +9 -3
- package/dist/json/attributes.json +2983 -2983
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5495 -5495
- package/dist/vuetify-labs.cjs +3 -8
- package/dist/vuetify-labs.css +4534 -4534
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +3 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4747 -4747
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +3 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/validation.js +0 -5
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- 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.8.2-master.2025-04-
|
2
|
+
* Vuetify v3.8.2-master.2025-04-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -585,7 +585,6 @@ const o=oa(e,"modelValue"),n=t.computed((()=>void 0===e.validationValue?o.value:
|
|
585
585
|
const a=new Set(t?.split(" ")??[])
|
586
586
|
return{input:a.has("input"),blur:a.has("blur")||a.has("input")||a.has("invalid-input"),invalidInput:a.has("invalid-input"),lazy:a.has("lazy"),eager:a.has("eager")}})),v=t.computed((()=>!e.error&&!e.errorMessages?.length&&(!e.rules.length||(s.value?!i.value.length&&!d.value.lazy||null:!i.value.length)))),p=t.shallowRef(!1),f=t.computed((()=>({[`${a}--error`]:!1===v.value,[`${a}--dirty`]:u.value,[`${a}--disabled`]:r.isDisabled.value,[`${a}--readonly`]:r.isReadonly.value}))),m=yt("validation"),g=t.computed((()=>e.name??t.unref(l)))
|
587
587
|
async function h(){o.value=null,await t.nextTick(),await y()}async function y(){s.value=!0,d.value.lazy?i.value=[]:await b(!d.value.eager)}async function b(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0]
|
588
|
-
if(e.disabled||e.readonly)return i.value=[],p.value=!1,i.value
|
589
588
|
const a=[]
|
590
589
|
p.value=!0
|
591
590
|
for(const t of e.rules){if(a.length>=Number(e.maxErrors??1))break
|
@@ -2199,8 +2198,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2199
2198
|
else{const{mount:e}=u
|
2200
2199
|
u.mount=function(){const a=e(...arguments)
|
2201
2200
|
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:yf.call(this,Vt),display:yf.call(this,yn),theme:yf.call(this,ha),icons:yf.call(this,Ft),locale:yf.call(this,va),date:yf.call(this,Su)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function yf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2202
|
-
if(a&&e in a)return a[e]}hf.version="3.8.2-master.2025-04-
|
2203
|
-
const bf=function(){return hf({components:sf,directives:gf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Vf="3.8.2-master.2025-04-
|
2201
|
+
if(a&&e in a)return a[e]}hf.version="3.8.2-master.2025-04-24"
|
2202
|
+
const bf=function(){return hf({components:sf,directives:gf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Vf="3.8.2-master.2025-04-24"
|
2204
2203
|
bf.version=Vf,e.blueprints=qt,e.components=sf,e.createVuetify=bf,e.directives=gf,e.useDate=xu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2205
2204
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2206
2205
|
return l(),a},e.useDisplay=Nn,e.useGoTo=Bn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=Ca,e.version=Vf}))
|