tnx-shared 5.0.38 → 5.0.39

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.
@@ -29693,7 +29693,8 @@
29693
29693
  if (!this.control.isServerLoad) {
29694
29694
  return;
29695
29695
  }
29696
- console.log("default Input " + evt);
29696
+ console.log("Event " + evt);
29697
+ console.log("This " + this);
29697
29698
  var defaultInput = this.multiSelect.filterInputChild.nativeElement;
29698
29699
  console.log("default Input " + defaultInput);
29699
29700
  this._insertTextboxAndFocus(defaultInput);