@vuetify/nightly 3.9.4-master.2025-08-06 → 3.9.4-master.2025-08-08
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 +14 -3
- package/dist/json/attributes.json +3540 -3540
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +6706 -6706
- package/dist/vuetify-labs.cjs +4 -5
- package/dist/vuetify-labs.css +5010 -5010
- package/dist/vuetify-labs.d.ts +50 -50
- package/dist/vuetify-labs.esm.js +4 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2669 -2669
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +50 -50
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.4-master.2025-08-
|
2
|
+
* Vuetify v3.9.4-master.2025-08-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31530,8 +31530,7 @@
|
|
31530
31530
|
}
|
31531
31531
|
return vue.createVNode(VColorPicker, vue.mergeProps(colorPickerProps, {
|
31532
31532
|
"modelValue": props.hideActions ? model.value : proxyModel.value,
|
31533
|
-
"onUpdate:modelValue": value => onUpdateModel(value)
|
31534
|
-
"onMousedown": e => e.preventDefault()
|
31533
|
+
"onUpdate:modelValue": value => onUpdateModel(value)
|
31535
31534
|
}), {
|
31536
31535
|
actions: !props.hideActions ? () => slots.actions?.({
|
31537
31536
|
save,
|
@@ -35246,7 +35245,7 @@
|
|
35246
35245
|
};
|
35247
35246
|
});
|
35248
35247
|
}
|
35249
|
-
const version$1 = "3.9.4-master.2025-08-
|
35248
|
+
const version$1 = "3.9.4-master.2025-08-08";
|
35250
35249
|
createVuetify$1.version = version$1;
|
35251
35250
|
|
35252
35251
|
// Vue's inject() can only be used in setup
|
@@ -35544,7 +35543,7 @@
|
|
35544
35543
|
|
35545
35544
|
/* eslint-disable local-rules/sort-imports */
|
35546
35545
|
|
35547
|
-
const version = "3.9.4-master.2025-08-
|
35546
|
+
const version = "3.9.4-master.2025-08-08";
|
35548
35547
|
|
35549
35548
|
/* eslint-disable local-rules/sort-imports */
|
35550
35549
|
|