@webitel/ui-sdk 3.2.161 → 3.2.162

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": "@webitel/ui-sdk",
3
- "version": "3.2.161",
3
+ "version": "3.2.162",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -125,6 +125,7 @@ export default {
125
125
  default: true,
126
126
  },
127
127
  },
128
+ emits: ['reset', 'search-change', 'input', 'closed'],
128
129
  data: () => ({
129
130
  isOpened: false,
130
131
  }),