@vuetify/nightly 3.8.8-dev.2025-06-08 → 3.8.8-dev.2025-06-10

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.8-dev.2025-06-08
2
+ * Vuetify v3.8.8-dev.2025-06-10
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -24055,6 +24055,9 @@
24055
24055
  startStatus.value = status;
24056
24056
  } else if (side === 'end') {
24057
24057
  endStatus.value = status;
24058
+ } else if (side === 'both') {
24059
+ startStatus.value = status;
24060
+ endStatus.value = status;
24058
24061
  }
24059
24062
  }
24060
24063
  function getStatus(side) {
@@ -24166,6 +24169,32 @@
24166
24169
  }, [renderSide('end', endStatus.value)])]
24167
24170
  });
24168
24171
  });
24172
+ function reset(side) {
24173
+ const effectiveSide = side ?? props.side;
24174
+ setStatus(effectiveSide, 'ok');
24175
+ vue.nextTick(() => {
24176
+ setScrollAmount(getScrollSize() - previousScrollSize + getScrollAmount());
24177
+ if (props.mode !== 'manual') {
24178
+ vue.nextTick(() => {
24179
+ window.requestAnimationFrame(() => {
24180
+ window.requestAnimationFrame(() => {
24181
+ window.requestAnimationFrame(() => {
24182
+ if (effectiveSide === 'both') {
24183
+ intersecting('start');
24184
+ intersecting('end');
24185
+ } else {
24186
+ intersecting(effectiveSide);
24187
+ }
24188
+ });
24189
+ });
24190
+ });
24191
+ });
24192
+ }
24193
+ });
24194
+ }
24195
+ return {
24196
+ reset
24197
+ };
24169
24198
  }
24170
24199
  });
24171
24200
 
@@ -32309,7 +32338,7 @@
32309
32338
  };
32310
32339
  });
32311
32340
  }
32312
- const version$1 = "3.8.8-dev.2025-06-08";
32341
+ const version$1 = "3.8.8-dev.2025-06-10";
32313
32342
  createVuetify$1.version = version$1;
32314
32343
 
32315
32344
  // Vue's inject() can only be used in setup
@@ -32607,7 +32636,7 @@
32607
32636
 
32608
32637
  /* eslint-disable local-rules/sort-imports */
32609
32638
 
32610
- const version = "3.8.8-dev.2025-06-08";
32639
+ const version = "3.8.8-dev.2025-06-10";
32611
32640
 
32612
32641
  /* eslint-disable local-rules/sort-imports */
32613
32642