@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -26147,7 +26147,9 @@
26147
26147
  const effectiveSide = side ?? props.side;
26148
26148
  setStatus(effectiveSide, 'ok');
26149
26149
  vue.nextTick(() => {
26150
- setScrollAmount(getScrollSize() - previousScrollSize + getScrollAmount());
26150
+ if (effectiveSide !== 'end') {
26151
+ setScrollAmount(getScrollSize() - previousScrollSize + getScrollAmount());
26152
+ }
26151
26153
  if (props.mode !== 'manual') {
26152
26154
  vue.nextTick(() => {
26153
26155
  // See #17475
@@ -32757,7 +32759,7 @@
32757
32759
  };
32758
32760
  });
32759
32761
  }
32760
- const version$1 = "3.10.9-dev.2025-11-06";
32762
+ const version$1 = "3.10.9-dev.2025-11-08";
32761
32763
  createVuetify$1.version = version$1;
32762
32764
 
32763
32765
  // Vue's inject() can only be used in setup
@@ -32782,7 +32784,7 @@
32782
32784
  ...options
32783
32785
  });
32784
32786
  };
32785
- const version = "3.10.9-dev.2025-11-06";
32787
+ const version = "3.10.9-dev.2025-11-08";
32786
32788
  createVuetify.version = version;
32787
32789
 
32788
32790
  exports.blueprints = index;