@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/json/attributes.json +690 -0
- package/dist/json/tags.json +784 -0
- package/dist/json/web-types.json +11518 -0
- package/dist/vuetify.js +2 -2
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VTextField/VTextField.js +1 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VTextField/VTextField.ts +1 -1
- package/src/components/VTextField/__tests__/VTextField.spec.ts +23 -14
- package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +5 -5
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('
|
|
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-
|
|
37114
|
+
Vuetify.version = "2.7.2-alpha46";
|
|
37115
37115
|
Vuetify.config = {
|
|
37116
37116
|
silent: false
|
|
37117
37117
|
};
|