@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.
@@ -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
  */
@@ -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-07";
31672
+ const version$1 = "3.8.4-master.2025-05-09";
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-07";
31970
+ const version = "3.8.4-master.2025-05-09";
31976
31971
 
31977
31972
  /* eslint-disable local-rules/sort-imports */
31978
31973