@avakhula/ui 0.0.151 → 0.0.153

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": "@avakhula/ui",
3
- "version": "0.0.151",
3
+ "version": "0.0.153",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -13,6 +13,7 @@
13
13
  @input="onInput($event)"
14
14
  @blur="onBlur($event)"
15
15
  @focus="onFocus($event)"
16
+ @keypress.stop
16
17
  />
17
18
 
18
19
  <ib-icon v-if="showIcon" class="icon-search" name="search-outline" />
@@ -32,6 +33,7 @@
32
33
  <ib-icon-button
33
34
  kind="ghost"
34
35
  class="toggle-password"
36
+ prevent-default
35
37
  :disabled="readonly"
36
38
  :help-text="showPassword ? hidePasswordMessage : showPasswordMessage"
37
39
  @click.prevent="toggleShowPassword"
@@ -50,6 +52,7 @@
50
52
  >
51
53
  <template #trigger>
52
54
  <ib-icon-button
55
+ prevent-default
53
56
  :help-text="settingsButtonMessage"
54
57
  class="options-trigger"
55
58
  kind="ghost"
@@ -40,9 +40,9 @@ export default {
40
40
  },
41
41
  },
42
42
  mounted() {
43
- this.$globalEvents.$on(`label:disabled:${this.for}`, (value) => {
44
- this.disabled = value;
45
- });
43
+ // this.$globalEvents.$on(`label:disabled:${this.for}`, (value) => {
44
+ // this.disabled = value;
45
+ // });
46
46
  },
47
47
  data() {
48
48
  return {