@vuetify/nightly 3.7.19-master.2025-03-26 → 3.7.19-master.2025-03-29
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 +3515 -3515
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +6467 -6467
- package/dist/vuetify-labs.css +4070 -4070
- package/dist/vuetify-labs.esm.js +5 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3278 -3278
- package/dist/vuetify.d.ts +59 -59
- 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.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +59 -59
- package/lib/labs/VDateInput/VDateInput.mjs +0 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.mjs +2 -1
- package/lib/labs/VFileUpload/VFileUpload.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-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28420,7 +28420,6 @@ const VDateInput = genericComponent()({
|
|
28420
28420
|
}
|
28421
28421
|
}
|
28422
28422
|
emit('save', value);
|
28423
|
-
vDateInputRef.value?.blur();
|
28424
28423
|
}
|
28425
28424
|
return createVNode(VDatePicker, mergeProps(datePickerProps, {
|
28426
28425
|
"modelValue": props.hideActions ? model.value : proxyModel.value,
|
@@ -28667,7 +28666,8 @@ const VFileUpload = genericComponent()({
|
|
28667
28666
|
'v-file-upload--clickable': !hasBrowse,
|
28668
28667
|
'v-file-upload--disabled': props.disabled,
|
28669
28668
|
'v-file-upload--dragging': dragOver.value
|
28670
|
-
}, densityClasses.value],
|
28669
|
+
}, densityClasses.value, props.class],
|
28670
|
+
"style": [props.style],
|
28671
28671
|
"onDragleave": onDragLeave,
|
28672
28672
|
"onDragover": onDragOver,
|
28673
28673
|
"onDrop": onDrop,
|
@@ -31142,7 +31142,7 @@ function createVuetify$1() {
|
|
31142
31142
|
goTo
|
31143
31143
|
};
|
31144
31144
|
}
|
31145
|
-
const version$1 = "3.7.19-master.2025-03-
|
31145
|
+
const version$1 = "3.7.19-master.2025-03-29";
|
31146
31146
|
createVuetify$1.version = version$1;
|
31147
31147
|
|
31148
31148
|
// Vue's inject() can only be used in setup
|
@@ -31395,7 +31395,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31395
31395
|
|
31396
31396
|
/* eslint-disable local-rules/sort-imports */
|
31397
31397
|
|
31398
|
-
const version = "3.7.19-master.2025-03-
|
31398
|
+
const version = "3.7.19-master.2025-03-29";
|
31399
31399
|
|
31400
31400
|
/* eslint-disable local-rules/sort-imports */
|
31401
31401
|
|