@farm-investimentos/front-mfe-components 12.0.1 → 12.0.2

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": "@farm-investimentos/front-mfe-components",
3
- "version": "12.0.1",
3
+ "version": "12.0.2",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -4,14 +4,10 @@
4
4
  <slot name="activator"></slot>
5
5
  </span>
6
6
 
7
- <div
8
- ref="popup"
9
- :class="{
10
- 'farm-contextmenu__popup': true,
11
- 'farm-contextmenu__popup--visible': inputValue,
12
- }"
13
- :style="styles"
14
- >
7
+ <div ref="popup" :class="{
8
+ 'farm-contextmenu__popup': true,
9
+ 'farm-contextmenu__popup--visible': inputValue,
10
+ }" :style="styles">
15
11
  <slot></slot>
16
12
  </div>
17
13
  </div>
@@ -211,6 +211,7 @@ export default Vue.extend({
211
211
  const selectItem = item => {
212
212
  selectedText.value = item[itemText.value];
213
213
  innerValue.value = item[itemValue.value];
214
+ isVisible.value = false;
214
215
  };
215
216
 
216
217
  const clickInput = () => {