@vuetify/nightly 3.7.19-master.2025-03-27 → 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 +5 -3
- package/dist/json/attributes.json +1877 -1877
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +3560 -3560
- package/dist/vuetify-labs.css +3328 -3328
- package/dist/vuetify-labs.esm.js +3 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4216 -4216
- package/dist/vuetify.d.ts +60 -60
- 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 +60 -60
- 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.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
|
*/
|
@@ -28424,7 +28424,6 @@
|
|
28424
28424
|
}
|
28425
28425
|
}
|
28426
28426
|
emit('save', value);
|
28427
|
-
vDateInputRef.value?.blur();
|
28428
28427
|
}
|
28429
28428
|
return vue.createVNode(VDatePicker, vue.mergeProps(datePickerProps, {
|
28430
28429
|
"modelValue": props.hideActions ? model.value : proxyModel.value,
|
@@ -31147,7 +31146,7 @@
|
|
31147
31146
|
goTo
|
31148
31147
|
};
|
31149
31148
|
}
|
31150
|
-
const version$1 = "3.7.19-master.2025-03-
|
31149
|
+
const version$1 = "3.7.19-master.2025-03-29";
|
31151
31150
|
createVuetify$1.version = version$1;
|
31152
31151
|
|
31153
31152
|
// Vue's inject() can only be used in setup
|
@@ -31400,7 +31399,7 @@
|
|
31400
31399
|
|
31401
31400
|
/* eslint-disable local-rules/sort-imports */
|
31402
31401
|
|
31403
|
-
const version = "3.7.19-master.2025-03-
|
31402
|
+
const version = "3.7.19-master.2025-03-29";
|
31404
31403
|
|
31405
31404
|
/* eslint-disable local-rules/sort-imports */
|
31406
31405
|
|