@vuetify/nightly 3.8.4-master.2025-05-07 → 3.8.4-master.2025-05-09

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/dist/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.4-master.2025-05-07
2
+ * Vuetify v3.8.4-master.2025-05-09
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-07";
29240
+ const version$1 = "3.8.4-master.2025-05-09";
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-07";
29265
+ const version = "3.8.4-master.2025-05-09";
29271
29266
  createVuetify.version = version;
29272
29267
 
29273
29268
  exports.blueprints = index;