@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.7.0-beta.1-pr-20092.92a3215
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 +12 -12
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2314 -2314
- package/dist/vuetify-labs.esm.js +4 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3049 -3049
- package/dist/vuetify.d.ts +35 -35
- package/dist/vuetify.esm.js +4 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -7
- 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/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +35 -35
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.
|
2
|
+
* Vuetify v3.7.0-beta.1-pr-20092.92a3215
|
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(() => {
|
@@ -9985,12 +9985,6 @@
|
|
9985
9985
|
// el.style.removeProperty('max-width')
|
9986
9986
|
// el.style.removeProperty('max-height')
|
9987
9987
|
|
9988
|
-
if (isRtl) {
|
9989
|
-
el.style.removeProperty('left');
|
9990
|
-
} else {
|
9991
|
-
el.style.removeProperty('right');
|
9992
|
-
}
|
9993
|
-
|
9994
9988
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
9995
9989
|
const contentBox = nullifyTransforms(el);
|
9996
9990
|
if (isRtl) {
|
@@ -11447,9 +11441,6 @@
|
|
11447
11441
|
isActive.value = false;
|
11448
11442
|
overlay.value?.activatorEl?.focus();
|
11449
11443
|
}
|
11450
|
-
} else if (['Enter', ' '].includes(e.key) && props.closeOnContentClick) {
|
11451
|
-
isActive.value = false;
|
11452
|
-
parent?.closeParents();
|
11453
11444
|
} else if (props.submenu && e.key === (isRtl.value ? 'ArrowRight' : 'ArrowLeft')) {
|
11454
11445
|
isActive.value = false;
|
11455
11446
|
overlay.value?.activatorEl?.focus();
|
@@ -28205,7 +28196,7 @@
|
|
28205
28196
|
goTo
|
28206
28197
|
};
|
28207
28198
|
}
|
28208
|
-
const version$1 = "3.
|
28199
|
+
const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
|
28209
28200
|
createVuetify$1.version = version$1;
|
28210
28201
|
|
28211
28202
|
// Vue's inject() can only be used in setup
|
@@ -28230,7 +28221,7 @@
|
|
28230
28221
|
...options
|
28231
28222
|
});
|
28232
28223
|
};
|
28233
|
-
const version = "3.
|
28224
|
+
const version = "3.7.0-beta.1-pr-20092.92a3215";
|
28234
28225
|
createVuetify.version = version;
|
28235
28226
|
|
28236
28227
|
exports.blueprints = index;
|