@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.
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +12 -1
- package/dist/vuetify-labs.css +3438 -3438
- 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 +1420 -1420
- package/dist/vuetify.d.ts +67 -61
- 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 +61 -61
- package/package.json +1 -1
package/dist/vuetify-labs.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
|
*/
|
@@ -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-
|
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-
|
30646
|
+
const version = "3.7.0-master.2024-08-22";
|
30645
30647
|
|
30646
30648
|
/* eslint-disable local-rules/sort-imports */
|
30647
30649
|
|