@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/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +12 -1
- package/dist/vuetify-labs.css +2660 -2660
- package/dist/vuetify-labs.d.ts +6 -0
- package/dist/vuetify-labs.esm.js +5 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1332 -1332
- package/dist/vuetify.d.ts +58 -52
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +2 -0
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +6 -0
- package/lib/components/index.d.mts +6 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +52 -52
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-master.2024-08-
|
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-
|
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-
|
28242
|
+
const version = "3.7.0-master.2024-08-22";
|
28241
28243
|
createVuetify.version = version;
|
28242
28244
|
|
28243
28245
|
exports.blueprints = index;
|