@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-labs.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
|
*/
|
@@ -13506,11 +13506,6 @@
|
|
13506
13506
|
menu.value = true;
|
13507
13507
|
}
|
13508
13508
|
});
|
13509
|
-
vue.watch(model, value => {
|
13510
|
-
if (!props.multiple && !hasSelectionSlot.value) {
|
13511
|
-
search.value = value[0]?.title ?? '';
|
13512
|
-
}
|
13513
|
-
});
|
13514
13509
|
useRender(() => {
|
13515
13510
|
const hasList = !!(!props.hideNoData || displayItems.value.length || slots['prepend-item'] || slots['append-item'] || slots['no-data']);
|
13516
13511
|
const isDirty = model.value.length > 0;
|
@@ -31674,7 +31669,7 @@
|
|
31674
31669
|
};
|
31675
31670
|
});
|
31676
31671
|
}
|
31677
|
-
const version$1 = "3.8.4-master.2025-05-
|
31672
|
+
const version$1 = "3.8.4-master.2025-05-10";
|
31678
31673
|
createVuetify$1.version = version$1;
|
31679
31674
|
|
31680
31675
|
// Vue's inject() can only be used in setup
|
@@ -31972,7 +31967,7 @@
|
|
31972
31967
|
|
31973
31968
|
/* eslint-disable local-rules/sort-imports */
|
31974
31969
|
|
31975
|
-
const version = "3.8.4-master.2025-05-
|
31970
|
+
const version = "3.8.4-master.2025-05-10";
|
31976
31971
|
|
31977
31972
|
/* eslint-disable local-rules/sort-imports */
|
31978
31973
|
|