@vuetify/nightly 3.7.0-master.2024-08-21 → 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.
package/dist/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0-master.2024-08-21
2
+ * Vuetify v3.7.0-master.2024-08-22
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -13923,6 +13923,7 @@
13923
13923
  props: makeVDialogProps(),
13924
13924
  emits: {
13925
13925
  'update:modelValue': value => true,
13926
+ afterEnter: () => true,
13926
13927
  afterLeave: () => true
13927
13928
  },
13928
13929
  setup(props, _ref) {
@@ -13964,6 +13965,7 @@
13964
13965
  });
13965
13966
  }
13966
13967
  function onAfterEnter() {
13968
+ emit('afterEnter');
13967
13969
  if (overlay.value?.contentEl && !overlay.value.contentEl.contains(document.activeElement)) {
13968
13970
  overlay.value.contentEl.focus({
13969
13971
  preventScroll: true
@@ -28212,7 +28214,7 @@
28212
28214
  goTo
28213
28215
  };
28214
28216
  }
28215
- const version$1 = "3.7.0-master.2024-08-21";
28217
+ const version$1 = "3.7.0-master.2024-08-22";
28216
28218
  createVuetify$1.version = version$1;
28217
28219
 
28218
28220
  // Vue's inject() can only be used in setup
@@ -28237,7 +28239,7 @@
28237
28239
  ...options
28238
28240
  });
28239
28241
  };
28240
- const version = "3.7.0-master.2024-08-21";
28242
+ const version = "3.7.0-master.2024-08-22";
28241
28243
  createVuetify.version = version;
28242
28244
 
28243
28245
  exports.blueprints = index;