@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -18381,6 +18381,7 @@
18381
18381
  _search.value = val ?? '';
18382
18382
  if (!props.multiple && !hasSelectionSlot.value) {
18383
18383
  model.value = [transformItem$3(props, val)];
18384
+ vue.nextTick(() => vVirtualScrollRef.value?.scrollToIndex(0));
18384
18385
  }
18385
18386
  if (val && props.multiple && props.delimiters?.length) {
18386
18387
  const values = val.split(new RegExp(`(?:${props.delimiters.join('|')})+`));
@@ -29347,7 +29348,7 @@
29347
29348
  };
29348
29349
  });
29349
29350
  }
29350
- const version$1 = "3.8.5-dev.2025-05-17";
29351
+ const version$1 = "3.8.5-dev.2025-05-18";
29351
29352
  createVuetify$1.version = version$1;
29352
29353
 
29353
29354
  // Vue's inject() can only be used in setup
@@ -29372,7 +29373,7 @@
29372
29373
  ...options
29373
29374
  });
29374
29375
  };
29375
- const version = "3.8.5-dev.2025-05-17";
29376
+ const version = "3.8.5-dev.2025-05-18";
29376
29377
  createVuetify.version = version;
29377
29378
 
29378
29379
  exports.blueprints = index;