@phonghq/go-chat 1.0.21 → 1.0.23

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.
@@ -65628,8 +65628,16 @@ const b$ = {
65628
65628
  (((C = a.value) == null ? void 0 : C.offsetWidth) ?? 0) >= 640 ? p.value != "tablet" && (p.value = "tablet") : p.value != "mobile" && (tn.value == nt.HOME && (tn.value = nt.CHAT_LIST), p.value = "mobile");
65629
65629
  }, 50);
65630
65630
  return u({ props: r, response: r.response }), n({
65631
- unreadCount: _,
65632
- callStatus: f,
65631
+ get unreadCount() {
65632
+ return _.value;
65633
+ },
65634
+ get callStatus() {
65635
+ return f.value;
65636
+ },
65637
+ get callLabel() {
65638
+ var M;
65639
+ return ((M = v.value) == null ? void 0 : M.label) ?? "";
65640
+ },
65633
65641
  getUserRemote: () => {
65634
65642
  var M;
65635
65643
  return ((M = v.value) == null ? void 0 : M.userRemoter) ?? null;