@enso-ui/typeahead 3.0.7 → 3.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/typeahead",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "Vue Typeahead",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -142,6 +142,8 @@ export default {
142
142
  },
143
143
  },
144
144
 
145
+ emits: ['keydown'],
146
+
145
147
  methods: {
146
148
  clear() {
147
149
  this.$refs.typeahead.clear();