@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18
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 +24 -24
- package/dist/json/importMap.json +122 -122
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2882 -2882
- package/dist/vuetify-labs.esm.js +4 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +932 -932
- package/dist/vuetify.d.ts +42 -42
- package/dist/vuetify.esm.js +4 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -7
- 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/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +0 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.13-3.7.0-beta.0.0-pr-20092.
|
2
|
+
* Vuetify v3.6.13-3.7.0-beta.0.0-pr-20092.a834b18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9195,7 +9195,7 @@
|
|
9195
9195
|
function onKeyDown(e) {
|
9196
9196
|
if (e.key === 'Enter' || e.key === ' ') {
|
9197
9197
|
e.preventDefault();
|
9198
|
-
|
9198
|
+
e.target.dispatchEvent(new MouseEvent('click', e));
|
9199
9199
|
}
|
9200
9200
|
}
|
9201
9201
|
useRender(() => {
|
@@ -11447,9 +11447,6 @@
|
|
11447
11447
|
isActive.value = false;
|
11448
11448
|
overlay.value?.activatorEl?.focus();
|
11449
11449
|
}
|
11450
|
-
} else if (['Enter', ' '].includes(e.key) && props.closeOnContentClick) {
|
11451
|
-
isActive.value = false;
|
11452
|
-
parent?.closeParents();
|
11453
11450
|
} else if (props.submenu && e.key === (isRtl.value ? 'ArrowRight' : 'ArrowLeft')) {
|
11454
11451
|
isActive.value = false;
|
11455
11452
|
overlay.value?.activatorEl?.focus();
|
@@ -28205,7 +28202,7 @@
|
|
28205
28202
|
goTo
|
28206
28203
|
};
|
28207
28204
|
}
|
28208
|
-
const version$1 = "3.6.13-3.7.0-beta.0.0-pr-20092.
|
28205
|
+
const version$1 = "3.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
|
28209
28206
|
createVuetify$1.version = version$1;
|
28210
28207
|
|
28211
28208
|
// Vue's inject() can only be used in setup
|
@@ -28230,7 +28227,7 @@
|
|
28230
28227
|
...options
|
28231
28228
|
});
|
28232
28229
|
};
|
28233
|
-
const version = "3.6.13-3.7.0-beta.0.0-pr-20092.
|
28230
|
+
const version = "3.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
|
28234
28231
|
createVuetify.version = version;
|
28235
28232
|
|
28236
28233
|
exports.blueprints = index;
|