@vuetify/nightly 3.10.9-dev.2025-11-06 → 3.10.9-dev.2025-11-08

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.10.9-dev.2025-11-06
2
+ * Vuetify v3.10.9-dev.2025-11-08
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -25832,7 +25832,9 @@
25832
25832
  const effectiveSide = side ?? props.side;
25833
25833
  setStatus(effectiveSide, 'ok');
25834
25834
  vue.nextTick(() => {
25835
- setScrollAmount(getScrollSize() - previousScrollSize + getScrollAmount());
25835
+ if (effectiveSide !== 'end') {
25836
+ setScrollAmount(getScrollSize() - previousScrollSize + getScrollAmount());
25837
+ }
25836
25838
  if (props.mode !== 'manual') {
25837
25839
  vue.nextTick(() => {
25838
25840
  // See #17475
@@ -38393,7 +38395,7 @@
38393
38395
  };
38394
38396
  });
38395
38397
  }
38396
- const version$1 = "3.10.9-dev.2025-11-06";
38398
+ const version$1 = "3.10.9-dev.2025-11-08";
38397
38399
  createVuetify$1.version = version$1;
38398
38400
 
38399
38401
  // Vue's inject() can only be used in setup
@@ -38691,7 +38693,7 @@
38691
38693
 
38692
38694
  /* eslint-disable local-rules/sort-imports */
38693
38695
 
38694
- const version = "3.10.9-dev.2025-11-06";
38696
+ const version = "3.10.9-dev.2025-11-08";
38695
38697
 
38696
38698
  /* eslint-disable local-rules/sort-imports */
38697
38699