@vuetify/nightly 3.7.7-dev.2025-01-22 → 3.7.7-dev.2025-01-23
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +883 -883
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +1812 -1812
- package/dist/vuetify-labs.css +3137 -3137
- package/dist/vuetify-labs.d.ts +49 -49
- package/dist/vuetify-labs.esm.js +6 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4338 -4338
- package/dist/vuetify.d.ts +49 -49
- package/dist/vuetify.esm.js +6 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -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/VList/VListGroup.js +1 -0
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +2 -0
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +49 -49
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.7-dev.2025-01-
|
2
|
+
* Vuetify v3.7.7-dev.2025-01-23
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -8829,6 +8829,7 @@
|
|
8829
8829
|
} = useSsrBoot();
|
8830
8830
|
function onClick(e) {
|
8831
8831
|
e.stopPropagation();
|
8832
|
+
if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
|
8832
8833
|
open(!isOpen.value, e);
|
8833
8834
|
}
|
8834
8835
|
const activatorProps = vue.computed(() => ({
|
@@ -9046,6 +9047,7 @@
|
|
9046
9047
|
}));
|
9047
9048
|
function onClick(e) {
|
9048
9049
|
emit('click', e);
|
9050
|
+
if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
|
9049
9051
|
if (!isClickable.value) return;
|
9050
9052
|
link.navigate?.(e);
|
9051
9053
|
if (isGroupActivator) return;
|
@@ -9058,6 +9060,7 @@
|
|
9058
9060
|
}
|
9059
9061
|
}
|
9060
9062
|
function onKeyDown(e) {
|
9063
|
+
if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
|
9061
9064
|
if (e.key === 'Enter' || e.key === ' ') {
|
9062
9065
|
e.preventDefault();
|
9063
9066
|
e.target.dispatchEvent(new MouseEvent('click', e));
|
@@ -30848,7 +30851,7 @@
|
|
30848
30851
|
};
|
30849
30852
|
});
|
30850
30853
|
}
|
30851
|
-
const version$1 = "3.7.7-dev.2025-01-
|
30854
|
+
const version$1 = "3.7.7-dev.2025-01-23";
|
30852
30855
|
createVuetify$1.version = version$1;
|
30853
30856
|
|
30854
30857
|
// Vue's inject() can only be used in setup
|
@@ -31101,7 +31104,7 @@
|
|
31101
31104
|
|
31102
31105
|
/* eslint-disable local-rules/sort-imports */
|
31103
31106
|
|
31104
|
-
const version = "3.7.7-dev.2025-01-
|
31107
|
+
const version = "3.7.7-dev.2025-01-23";
|
31105
31108
|
|
31106
31109
|
/* eslint-disable local-rules/sort-imports */
|
31107
31110
|
|