@vuetify/nightly 3.8.4-master.2025-05-07 → 3.8.4-master.2025-05-10
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 +1319 -1319
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +2370 -2370
- package/dist/vuetify-labs.cjs +3 -8
- package/dist/vuetify-labs.css +3921 -3921
- package/dist/vuetify-labs.d.ts +59 -59
- 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 +4580 -4580
- package/dist/vuetify.d.ts +59 -59
- 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 +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -5
- package/lib/components/VAutocomplete/VAutocomplete.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.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.4-master.2025-05-
|
2
|
+
* Vuetify v3.8.4-master.2025-05-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -13784,11 +13784,6 @@
|
|
13784
13784
|
menu.value = true;
|
13785
13785
|
}
|
13786
13786
|
});
|
13787
|
-
vue.watch(model, value => {
|
13788
|
-
if (!props.multiple && !hasSelectionSlot.value) {
|
13789
|
-
search.value = value[0]?.title ?? '';
|
13790
|
-
}
|
13791
|
-
});
|
13792
13787
|
useRender(() => {
|
13793
13788
|
const hasList = !!(!props.hideNoData || displayItems.value.length || slots['prepend-item'] || slots['append-item'] || slots['no-data']);
|
13794
13789
|
const isDirty = model.value.length > 0;
|
@@ -29242,7 +29237,7 @@
|
|
29242
29237
|
};
|
29243
29238
|
});
|
29244
29239
|
}
|
29245
|
-
const version$1 = "3.8.4-master.2025-05-
|
29240
|
+
const version$1 = "3.8.4-master.2025-05-10";
|
29246
29241
|
createVuetify$1.version = version$1;
|
29247
29242
|
|
29248
29243
|
// Vue's inject() can only be used in setup
|
@@ -29267,7 +29262,7 @@
|
|
29267
29262
|
...options
|
29268
29263
|
});
|
29269
29264
|
};
|
29270
|
-
const version = "3.8.4-master.2025-05-
|
29265
|
+
const version = "3.8.4-master.2025-05-10";
|
29271
29266
|
createVuetify.version = version;
|
29272
29267
|
|
29273
29268
|
exports.blueprints = index;
|