@vgroup/dialbox 0.7.53 → 0.7.54

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.
@@ -4118,7 +4118,7 @@ class CallProgressComponent {
4118
4118
  var _a, _b;
4119
4119
  return ((_a = c === null || c === void 0 ? void 0 : c.numbersList[0]) === null || _a === void 0 ? void 0 : _a.number) == number || ((_b = c === null || c === void 0 ? void 0 : c.numbersList[1]) === null || _b === void 0 ? void 0 : _b.number) == number;
4120
4120
  });
4121
- return (contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.firstName) || (contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.lastName) ? `${(contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.firstName) || ''} ${(contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.lastName) || ''}` : null;
4121
+ return (contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.firstName) || (contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.middleName) || (contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.lastName) ? `${(contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.firstName) || ''} ${(contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.middleName) || ''} ${(contactInfo === null || contactInfo === void 0 ? void 0 : contactInfo.lastName) || ''}` : null;
4122
4122
  }
4123
4123
  getImg(number) {
4124
4124
  let contactInfo = this.contacts.find((c) => {