@bcc-code/vue-bcc-chat-ui 3.0.0-alpha.7 → 3.1.0

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.
@@ -1,4 +1,5 @@
1
1
  export declare const connected: import("vue").ComputedRef<boolean>;
2
+ export declare const connecting: import("vue").ComputedRef<boolean>;
2
3
  export declare const reconnect: () => Promise<boolean>;
3
4
  export declare const connect: (connectionName?: string | null | undefined) => Promise<boolean>;
4
5
  export declare const disconnect: (connectionName?: string | null | undefined) => Promise<void>;
@@ -9,5 +10,6 @@ declare const _default: {
9
10
  disconnect: (connectionName?: string | null | undefined) => Promise<void>;
10
11
  reconnect: () => Promise<boolean>;
11
12
  connected: import("vue").ComputedRef<boolean>;
13
+ connecting: import("vue").ComputedRef<boolean>;
12
14
  };
13
15
  export default _default;
@@ -217,6 +217,7 @@ declare const _default: {
217
217
  disconnect: (connectionName?: string | null | undefined) => Promise<void>;
218
218
  reconnect: () => Promise<boolean>;
219
219
  connected: import("vue").ComputedRef<boolean>;
220
+ connecting: import("vue").ComputedRef<boolean>;
220
221
  getGroup(groupUid: string): Promise<import("@cometchat/chat-sdk-javascript").Group | null>;
221
222
  clearGroupChatCount(groupUid: string): Promise<void>;
222
223
  getGroupOnlineCount(groupUid: string): Promise<number>;