@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-labs.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
|
*/
|
@@ -8962,7 +8962,7 @@
|
|
8962
8962
|
function onKeyDown(e) {
|
8963
8963
|
if (e.key === 'Enter' || e.key === ' ') {
|
8964
8964
|
e.preventDefault();
|
8965
|
-
|
8965
|
+
e.target.dispatchEvent(new MouseEvent('click', e));
|
8966
8966
|
}
|
8967
8967
|
}
|
8968
8968
|
useRender(() => {
|
@@ -9752,12 +9752,6 @@
|
|
9752
9752
|
// el.style.removeProperty('max-width')
|
9753
9753
|
// el.style.removeProperty('max-height')
|
9754
9754
|
|
9755
|
-
if (isRtl) {
|
9756
|
-
el.style.removeProperty('left');
|
9757
|
-
} else {
|
9758
|
-
el.style.removeProperty('right');
|
9759
|
-
}
|
9760
|
-
|
9761
9755
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
9762
9756
|
const contentBox = nullifyTransforms(el);
|
9763
9757
|
if (isRtl) {
|
@@ -11214,9 +11208,6 @@
|
|
11214
11208
|
isActive.value = false;
|
11215
11209
|
overlay.value?.activatorEl?.focus();
|
11216
11210
|
}
|
11217
|
-
} else if (['Enter', ' '].includes(e.key) && props.closeOnContentClick) {
|
11218
|
-
isActive.value = false;
|
11219
|
-
parent?.closeParents();
|
11220
11211
|
} else if (props.submenu && e.key === (isRtl.value ? 'ArrowRight' : 'ArrowLeft')) {
|
11221
11212
|
isActive.value = false;
|
11222
11213
|
overlay.value?.activatorEl?.focus();
|
@@ -30338,7 +30329,7 @@
|
|
30338
30329
|
goTo
|
30339
30330
|
};
|
30340
30331
|
}
|
30341
|
-
const version$1 = "3.
|
30332
|
+
const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
|
30342
30333
|
createVuetify$1.version = version$1;
|
30343
30334
|
|
30344
30335
|
// Vue's inject() can only be used in setup
|
@@ -30591,7 +30582,7 @@
|
|
30591
30582
|
|
30592
30583
|
/* eslint-disable local-rules/sort-imports */
|
30593
30584
|
|
30594
|
-
const version = "3.
|
30585
|
+
const version = "3.7.0-beta.1-pr-20092.92a3215";
|
30595
30586
|
|
30596
30587
|
/* eslint-disable local-rules/sort-imports */
|
30597
30588
|
|