@vuetify/nightly 3.7.19-master.2025-03-27 → 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 +6 -3
- package/dist/json/attributes.json +2836 -2836
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5422 -5422
- package/dist/vuetify-labs.css +3761 -3761
- package/dist/vuetify-labs.esm.js +7 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4739 -4739
- package/dist/vuetify.d.ts +58 -58
- 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 +58 -58
- package/lib/labs/VDateInput/VDateInput.mjs +0 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.esm.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
|
*/
|
@@ -16225,7 +16225,7 @@ const VColorPickerPreview = defineComponent({
|
|
16225
16225
|
const abortController = new AbortController();
|
16226
16226
|
onUnmounted(() => abortController.abort());
|
16227
16227
|
async function openEyeDropper() {
|
16228
|
-
if (!SUPPORTS_EYE_DROPPER) return;
|
16228
|
+
if (!SUPPORTS_EYE_DROPPER || props.disabled) return;
|
16229
16229
|
const eyeDropper = new window.EyeDropper();
|
16230
16230
|
try {
|
16231
16231
|
const result = await eyeDropper.open({
|
@@ -16247,10 +16247,11 @@ const VColorPickerPreview = defineComponent({
|
|
16247
16247
|
"class": "v-color-picker-preview__eye-dropper",
|
16248
16248
|
"key": "eyeDropper"
|
16249
16249
|
}, [createVNode(VBtn, {
|
16250
|
-
"
|
16250
|
+
"density": "comfortable",
|
16251
|
+
"disabled": props.disabled,
|
16251
16252
|
"icon": "$eyeDropper",
|
16252
16253
|
"variant": "plain",
|
16253
|
-
"
|
16254
|
+
"onClick": openEyeDropper
|
16254
16255
|
}, null)]), createVNode("div", {
|
16255
16256
|
"class": "v-color-picker-preview__dot"
|
16256
16257
|
}, [createVNode("div", {
|
@@ -28420,7 +28421,6 @@ const VDateInput = genericComponent()({
|
|
28420
28421
|
}
|
28421
28422
|
}
|
28422
28423
|
emit('save', value);
|
28423
|
-
vDateInputRef.value?.blur();
|
28424
28424
|
}
|
28425
28425
|
return createVNode(VDatePicker, mergeProps(datePickerProps, {
|
28426
28426
|
"modelValue": props.hideActions ? model.value : proxyModel.value,
|
@@ -31143,7 +31143,7 @@ function createVuetify$1() {
|
|
31143
31143
|
goTo
|
31144
31144
|
};
|
31145
31145
|
}
|
31146
|
-
const version$1 = "3.7.19-master.2025-03-
|
31146
|
+
const version$1 = "3.7.19-master.2025-03-31";
|
31147
31147
|
createVuetify$1.version = version$1;
|
31148
31148
|
|
31149
31149
|
// Vue's inject() can only be used in setup
|
@@ -31396,7 +31396,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31396
31396
|
|
31397
31397
|
/* eslint-disable local-rules/sort-imports */
|
31398
31398
|
|
31399
|
-
const version = "3.7.19-master.2025-03-
|
31399
|
+
const version = "3.7.19-master.2025-03-31";
|
31400
31400
|
|
31401
31401
|
/* eslint-disable local-rules/sort-imports */
|
31402
31402
|
|