@dimailn/vuetify 2.7.2-alpha50 → 2.7.2-alpha51
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/dist/vuetify.js +1 -1
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/framework.js +1 -1
- package/es5/util/helpers.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +2 -2
- package/src/components/VPicker/__tests__/VPicker.spec.ts +4 -4
- package/src/util/helpers.ts +1 -1
package/dist/vuetify.js
CHANGED
|
@@ -37117,7 +37117,7 @@ function () {
|
|
|
37117
37117
|
|
|
37118
37118
|
Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
|
|
37119
37119
|
Vuetify.installed = false;
|
|
37120
|
-
Vuetify.version = "2.7.2-
|
|
37120
|
+
Vuetify.version = "2.7.2-alpha51";
|
|
37121
37121
|
Vuetify.config = {
|
|
37122
37122
|
silent: false
|
|
37123
37123
|
};
|