@phonghq/go-chat 1.0.21 → 1.0.22
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/dist/go-chat.es.js
CHANGED
|
@@ -65628,8 +65628,12 @@ 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
|
-
|
|
65631
|
+
get unreadCount() {
|
|
65632
|
+
return _.value;
|
|
65633
|
+
},
|
|
65634
|
+
get callStatus() {
|
|
65635
|
+
return f.value;
|
|
65636
|
+
},
|
|
65633
65637
|
getUserRemote: () => {
|
|
65634
65638
|
var M;
|
|
65635
65639
|
return ((M = v.value) == null ? void 0 : M.userRemoter) ?? null;
|