@vuetify/nightly 3.7.19-master.2025-03-29 → 3.7.19-master.2025-03-31
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 +2352 -2352
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +4453 -4453
- package/dist/vuetify-labs.css +3795 -3795
- package/dist/vuetify-labs.esm.js +7 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4401 -4401
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +7 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -6
- 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/VColorPicker/VColorPickerPreview.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +64 -64
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.19-master.2025-03-
|
2
|
+
* Vuetify v3.7.19-master.2025-03-31
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -16229,7 +16229,7 @@
|
|
16229
16229
|
const abortController = new AbortController();
|
16230
16230
|
vue.onUnmounted(() => abortController.abort());
|
16231
16231
|
async function openEyeDropper() {
|
16232
|
-
if (!SUPPORTS_EYE_DROPPER) return;
|
16232
|
+
if (!SUPPORTS_EYE_DROPPER || props.disabled) return;
|
16233
16233
|
const eyeDropper = new window.EyeDropper();
|
16234
16234
|
try {
|
16235
16235
|
const result = await eyeDropper.open({
|
@@ -16251,10 +16251,11 @@
|
|
16251
16251
|
"class": "v-color-picker-preview__eye-dropper",
|
16252
16252
|
"key": "eyeDropper"
|
16253
16253
|
}, [vue.createVNode(VBtn, {
|
16254
|
-
"
|
16254
|
+
"density": "comfortable",
|
16255
|
+
"disabled": props.disabled,
|
16255
16256
|
"icon": "$eyeDropper",
|
16256
16257
|
"variant": "plain",
|
16257
|
-
"
|
16258
|
+
"onClick": openEyeDropper
|
16258
16259
|
}, null)]), vue.createVNode("div", {
|
16259
16260
|
"class": "v-color-picker-preview__dot"
|
16260
16261
|
}, [vue.createVNode("div", {
|
@@ -31146,7 +31147,7 @@
|
|
31146
31147
|
goTo
|
31147
31148
|
};
|
31148
31149
|
}
|
31149
|
-
const version$1 = "3.7.19-master.2025-03-
|
31150
|
+
const version$1 = "3.7.19-master.2025-03-31";
|
31150
31151
|
createVuetify$1.version = version$1;
|
31151
31152
|
|
31152
31153
|
// Vue's inject() can only be used in setup
|
@@ -31399,7 +31400,7 @@
|
|
31399
31400
|
|
31400
31401
|
/* eslint-disable local-rules/sort-imports */
|
31401
31402
|
|
31402
|
-
const version = "3.7.19-master.2025-03-
|
31403
|
+
const version = "3.7.19-master.2025-03-31";
|
31403
31404
|
|
31404
31405
|
/* eslint-disable local-rules/sort-imports */
|
31405
31406
|
|