@webitel/ui-sdk 24.2.19 → 24.2.20

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": "24.2.19",
3
+ "version": "24.2.20",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -197,6 +197,7 @@ export default {
197
197
  methods: {
198
198
  // for taggableMixin functionality
199
199
  handleCustomValue(toggle) {
200
+ console.info(this.value);
200
201
  toggle();
201
202
  this.tag(this.searchParams.search);
202
203
  },
@@ -4,6 +4,7 @@ export default {
4
4
  // this functionality allows you to add custom values to the list of values
5
5
  // [https://my.webitel.com/browse/WTEL-3181]
6
6
  tag(searchQuery, id) {
7
+ console.info(this.value);
7
8
  this.emitTagEvent(searchQuery, id);
8
9
 
9
10
  const tag = this.trackBy ? {