vuetify 3.12.4 → 3.12.5
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/attributes.json +1919 -1919
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +216 -216
- package/dist/json/web-types.json +3712 -3712
- package/dist/vuetify-labs.cjs +4 -4
- package/dist/vuetify-labs.css +4695 -4695
- package/dist/vuetify-labs.d.ts +74 -74
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +4 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4129 -4129
- package/dist/vuetify.d.ts +74 -74
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/useActivator.js +1 -1
- package/lib/components/VOverlay/useActivator.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +74 -74
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.12.
|
|
2
|
+
* Vuetify v3.12.5
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -11879,7 +11879,7 @@
|
|
|
11879
11879
|
});
|
|
11880
11880
|
vue.watch(isTop, val => {
|
|
11881
11881
|
if (val && (props.openOnHover && !isHovered && (!openOnFocus.value || !isFocused) || openOnFocus.value && !isFocused && (!props.openOnHover || !isHovered)) && !contentEl.value?.contains(document.activeElement)) {
|
|
11882
|
-
|
|
11882
|
+
runCloseDelay();
|
|
11883
11883
|
}
|
|
11884
11884
|
});
|
|
11885
11885
|
vue.watch(isActive, val => {
|
|
@@ -40798,7 +40798,7 @@
|
|
|
40798
40798
|
};
|
|
40799
40799
|
});
|
|
40800
40800
|
}
|
|
40801
|
-
const version$1 = "3.12.
|
|
40801
|
+
const version$1 = "3.12.5";
|
|
40802
40802
|
createVuetify$1.version = version$1;
|
|
40803
40803
|
|
|
40804
40804
|
// Vue's inject() can only be used in setup
|
|
@@ -41101,7 +41101,7 @@
|
|
|
41101
41101
|
|
|
41102
41102
|
/* eslint-disable local-rules/sort-imports */
|
|
41103
41103
|
|
|
41104
|
-
const version = "3.12.
|
|
41104
|
+
const version = "3.12.5";
|
|
41105
41105
|
|
|
41106
41106
|
/* eslint-disable local-rules/sort-imports */
|
|
41107
41107
|
|