@mekari/pixel-autocomplete
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -228,5 +228,6 @@ 'use strict'; | ||
handleFocus() { | ||
handleFocus(e) { | ||
this.isFocused = true; | ||
this.handleOpenPopover(); | ||
this.$emit('focus', e); | ||
}, | ||
@@ -233,0 +234,0 @@ |
@@ -228,5 +228,6 @@ 'use strict'; | ||
handleFocus() { | ||
handleFocus(e) { | ||
this.isFocused = true; | ||
this.handleOpenPopover(); | ||
this.$emit('focus', e); | ||
}, | ||
@@ -233,0 +234,0 @@ |
@@ -224,5 +224,6 @@ import { MpInputGroup, MpInput, MpInputRightAddon } from '@mekari/pixel-input'; | ||
handleFocus() { | ||
handleFocus(e) { | ||
this.isFocused = true; | ||
this.handleOpenPopover(); | ||
this.$emit('focus', e); | ||
}, | ||
@@ -229,0 +230,0 @@ |
{ | ||
"name": "@mekari/pixel-autocomplete", | ||
"description": "Mekari Pixel | Selecting items in a list from a text input component", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"homepage": "https://mekari.design/", | ||
@@ -29,4 +29,4 @@ "repository": { | ||
"@mekari/pixel-icon": "^0.8.3", | ||
"@mekari/pixel-input": "^0.3.7", | ||
"@mekari/pixel-popover": "^0.2.8", | ||
"@mekari/pixel-input": "^0.3.9", | ||
"@mekari/pixel-popover": "^0.3.0", | ||
"@mekari/pixel-pseudo-box": "0.0.8", | ||
@@ -33,0 +33,0 @@ "@mekari/pixel-spinner": "^0.0.9", |
@@ -135,5 +135,6 @@ import { MpInput, MpInputGroup, MpInputRightAddon } from '@mekari/pixel-input' | ||
}, | ||
handleFocus() { | ||
handleFocus(e) { | ||
this.isFocused = true | ||
this.handleOpenPopover() | ||
this.$emit('focus', e) | ||
}, | ||
@@ -140,0 +141,0 @@ handleClear() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52694
1655
+ Added@mekari/pixel-popover@0.3.2(transitive)
+ Added@mekari/pixel-popper@0.0.13(transitive)
+ Added@mekari/pixel-text@0.1.2(transitive)
- Removed@mekari/pixel-popover@0.2.8(transitive)
- Removed@mekari/pixel-popper@0.0.11(transitive)
Updated@mekari/pixel-input@^0.3.9
Updated@mekari/pixel-popover@^0.3.0