@vgroup/dialbox 0.4.49 → 0.4.50

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.
@@ -1920,11 +1920,16 @@ class CallProgressComponent {
1920
1920
  if (incomingCall === null || incomingCall === void 0 ? void 0 : incomingCall.participantId) {
1921
1921
  this.getUserInformation(incomingCall === null || incomingCall === void 0 ? void 0 : incomingCall.participantId);
1922
1922
  }
1923
+ else {
1924
+ this.selectedUserInfo = {};
1925
+ this.isClickExpand = false;
1926
+ }
1923
1927
  }
1924
1928
  }
1925
1929
  else {
1926
1930
  let resIndex = this.currentCallList.findIndex((item) => !!(item === null || item === void 0 ? void 0 : item.businessNumber));
1927
1931
  if (resIndex > -1) {
1932
+ this.isClickExpand = true;
1928
1933
  this.currentCallList[resIndex].IsUserInfoShow = true;
1929
1934
  this.getUserInformation(this.currentCallList[resIndex].participantId);
1930
1935
  }