@vuetify/nightly 3.8.5-dev.2025-05-17 → 3.8.5-dev.2025-05-18

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.5-dev.2025-05-17
2
+ * Vuetify v3.8.5-dev.2025-05-18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18103,6 +18103,7 @@
18103
18103
  _search.value = val ?? '';
18104
18104
  if (!props.multiple && !hasSelectionSlot.value) {
18105
18105
  model.value = [transformItem$3(props, val)];
18106
+ vue.nextTick(() => vVirtualScrollRef.value?.scrollToIndex(0));
18106
18107
  }
18107
18108
  if (val && props.multiple && props.delimiters?.length) {
18108
18109
  const values = val.split(new RegExp(`(?:${props.delimiters.join('|')})+`));
@@ -32037,7 +32038,7 @@
32037
32038
  };
32038
32039
  });
32039
32040
  }
32040
- const version$1 = "3.8.5-dev.2025-05-17";
32041
+ const version$1 = "3.8.5-dev.2025-05-18";
32041
32042
  createVuetify$1.version = version$1;
32042
32043
 
32043
32044
  // Vue's inject() can only be used in setup
@@ -32335,7 +32336,7 @@
32335
32336
 
32336
32337
  /* eslint-disable local-rules/sort-imports */
32337
32338
 
32338
- const version = "3.8.5-dev.2025-05-17";
32339
+ const version = "3.8.5-dev.2025-05-18";
32339
32340
 
32340
32341
  /* eslint-disable local-rules/sort-imports */
32341
32342