@vuetify/nightly 3.7.0-master.2024-08-17 → 3.7.0-master.2024-08-22

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.7.0-master.2024-08-17
2
+ * Vuetify v3.7.0-master.2024-08-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -13690,6 +13690,7 @@
13690
13690
  props: makeVDialogProps(),
13691
13691
  emits: {
13692
13692
  'update:modelValue': value => true,
13693
+ afterEnter: () => true,
13693
13694
  afterLeave: () => true
13694
13695
  },
13695
13696
  setup(props, _ref) {
@@ -13731,6 +13732,7 @@
13731
13732
  });
13732
13733
  }
13733
13734
  function onAfterEnter() {
13735
+ emit('afterEnter');
13734
13736
  if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
13735
13737
  overlay.value.contentEl.focus({
13736
13738
  preventScroll: true
@@ -30388,7 +30390,7 @@
30388
30390
  goTo
30389
30391
  };
30390
30392
  }
30391
- const version$1 = "3.7.0-master.2024-08-17";
30393
+ const version$1 = "3.7.0-master.2024-08-22";
30392
30394
  createVuetify$1.version = version$1;
30393
30395
 
30394
30396
  // Vue's inject() can only be used in setup
@@ -30641,7 +30643,7 @@
30641
30643
 
30642
30644
  /* eslint-disable local-rules/sort-imports */
30643
30645
 
30644
- const version = "3.7.0-master.2024-08-17";
30646
+ const version = "3.7.0-master.2024-08-22";
30645
30647
 
30646
30648
  /* eslint-disable local-rules/sort-imports */
30647
30649