@dimailn/vuetify 2.7.2-alpha45 → 2.7.2-alpha46

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 CHANGED
@@ -31500,7 +31500,7 @@ var dirtyTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'mo
31500
31500
  onKeyDown: function onKeyDown(e) {
31501
31501
  if (e.keyCode === _util_helpers__WEBPACK_IMPORTED_MODULE_9__["keyCodes"].enter && this.lazyValue !== this.initialValue) {
31502
31502
  this.initialValue = this.lazyValue;
31503
- this.$emit('update:modelValue', this.initialValue);
31503
+ this.$emit('change', this.initialValue);
31504
31504
  }
31505
31505
 
31506
31506
  this.$emit('keydown', e);
@@ -37111,7 +37111,7 @@ function () {
37111
37111
 
37112
37112
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
37113
37113
  Vuetify.installed = false;
37114
- Vuetify.version = "2.7.2-alpha45";
37114
+ Vuetify.version = "2.7.2-alpha46";
37115
37115
  Vuetify.config = {
37116
37116
  silent: false
37117
37117
  };