@aochuang/client-sdk 1.0.278

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.
Files changed (366) hide show
  1. package/README.md +93 -0
  2. package/common/avatar/avatar.vue +86 -0
  3. package/common/avatar/index.js +3 -0
  4. package/common/badge/badge.vue +105 -0
  5. package/common/badge/index.js +3 -0
  6. package/common/context-menu/context-menu-box.vue +61 -0
  7. package/common/context-menu/context-menu-group.vue +162 -0
  8. package/common/context-menu/context-menu-item.vue +179 -0
  9. package/common/context-menu/context-menu.vue +201 -0
  10. package/common/context-menu/index.js +3 -0
  11. package/common/context-menu/utils.js +138 -0
  12. package/common/friend-avatar/default.svg +1 -0
  13. package/common/friend-avatar/friend-avatar.vue +29 -0
  14. package/common/friend-avatar/index.js +3 -0
  15. package/common/image/index.js +3 -0
  16. package/common/index.js +17 -0
  17. package/common/room-avatar/default.svg +6 -0
  18. package/common/room-avatar/index.js +3 -0
  19. package/common/room-avatar/room-avatar.vue +29 -0
  20. package/common/scroll-load-more/index.js +3 -0
  21. package/common/scroll-load-more/scroll-load-more.vue +195 -0
  22. package/common/user-avatar/default.svg +1 -0
  23. package/common/user-avatar/index.js +3 -0
  24. package/common/user-avatar/user-avatar.vue +29 -0
  25. package/components/account-select/account-select-skeleton.vue +56 -0
  26. package/components/account-select/account-select.vue +205 -0
  27. package/components/account-select/all.svg +1 -0
  28. package/components/account-select/index.js +3 -0
  29. package/components/chat-editor/MENTION_TOKEN_SUMMARY.md +74 -0
  30. package/components/chat-editor/chat-editor-button/chat-editor-button.vue +78 -0
  31. package/components/chat-editor/chat-editor-suggestions/chat-editor-suggestions.vue +329 -0
  32. package/components/chat-editor/chat-editor-toolbar/chat-editor-toolbar-item.vue +28 -0
  33. package/components/chat-editor/chat-editor-toolbar/chat-editor-toolbar.vue +17 -0
  34. package/components/chat-editor/chat-editor.vue +933 -0
  35. package/components/chat-editor/index.js +12 -0
  36. package/components/chat-editor/utils.js +189 -0
  37. package/components/chat-friend-profile/chat-friend-profile.vue +118 -0
  38. package/components/chat-friend-profile/index.js +3 -0
  39. package/components/chat-layout/chat-layout.vue +71 -0
  40. package/components/chat-layout/index.js +3 -0
  41. package/components/chat-panel/chat-panel-box.vue +350 -0
  42. package/components/chat-panel/chat-panel-chat.vue +121 -0
  43. package/components/chat-panel/chat-panel-chats.vue +674 -0
  44. package/components/chat-panel/chat-panel-empty.vue +32 -0
  45. package/components/chat-panel/chat-panel-increment.vue +80 -0
  46. package/components/chat-panel/chat-panel-inner-msg.vue +25 -0
  47. package/components/chat-panel/chat-panel-loading.vue +29 -0
  48. package/components/chat-panel/chat-panel-nearest.vue +136 -0
  49. package/components/chat-panel/chat-panel.vue +292 -0
  50. package/components/chat-panel/index.js +3 -0
  51. package/components/chat-panel/util.js +83 -0
  52. package/components/chat-room-profile/chat-room-profile.vue +103 -0
  53. package/components/chat-room-profile/index.js +3 -0
  54. package/components/contacts-friend-select/contacts-friend-select-skeleton.vue +41 -0
  55. package/components/contacts-friend-select/contacts-friend-select.vue +204 -0
  56. package/components/contacts-friend-select/index.js +3 -0
  57. package/components/contacts-group-select/contacts-group-select-item.vue +98 -0
  58. package/components/contacts-group-select/contacts-group-select-skeleton.vue +81 -0
  59. package/components/contacts-group-select/contacts-group-select.vue +396 -0
  60. package/components/contacts-group-select/index.js +3 -0
  61. package/components/contacts-room-select/contacts-room-select-skeleton.vue +41 -0
  62. package/components/contacts-room-select/contacts-room-select.vue +208 -0
  63. package/components/contacts-room-select/index.js +3 -0
  64. package/components/index.js +43 -0
  65. package/components/layout/index.js +3 -0
  66. package/components/layout/layout.vue +70 -0
  67. package/components/session-select/index.js +11 -0
  68. package/components/session-select/session-select-item-skeleton.vue +59 -0
  69. package/components/session-select/session-select-item.vue +190 -0
  70. package/components/session-select/session-select.vue +386 -0
  71. package/components/wechat-chat-control/calling/calling.vue +227 -0
  72. package/components/wechat-chat-control/calling/phone-fill.svg +1 -0
  73. package/components/wechat-chat-control/calling/vidicon-fill.svg +1 -0
  74. package/components/wechat-chat-control/channel-live/channel-live.vue +198 -0
  75. package/components/wechat-chat-control/channel-live/quote-icon.svg +1 -0
  76. package/components/wechat-chat-control/channel-video/channel-video.vue +180 -0
  77. package/components/wechat-chat-control/channel-video/quote-icon.svg +1 -0
  78. package/components/wechat-chat-control/channel-video-card/channel-video-card.vue +139 -0
  79. package/components/wechat-chat-control/channel-video-card/quote-icon.svg +1 -0
  80. package/components/wechat-chat-control/company-card/company-card.vue +136 -0
  81. package/components/wechat-chat-control/company-card/quote-icon.svg +1 -0
  82. package/components/wechat-chat-control/custom-expression/custom-expression.vue +45 -0
  83. package/components/wechat-chat-control/empty/empty.vue +27 -0
  84. package/components/wechat-chat-control/file-url/file-url.vue +307 -0
  85. package/components/wechat-chat-control/file-url/icons/file-excel-line.svg +1 -0
  86. package/components/wechat-chat-control/file-url/icons/file-info-line.svg +1 -0
  87. package/components/wechat-chat-control/file-url/icons/file-music-line.svg +1 -0
  88. package/components/wechat-chat-control/file-url/icons/file-pdf-line.svg +1 -0
  89. package/components/wechat-chat-control/file-url/icons/file-ppt-line.svg +1 -0
  90. package/components/wechat-chat-control/file-url/icons/file-settings-line.svg +1 -0
  91. package/components/wechat-chat-control/file-url/icons/file-text-line.svg +1 -0
  92. package/components/wechat-chat-control/file-url/icons/file-unknow-line.svg +1 -0
  93. package/components/wechat-chat-control/file-url/icons/file-word-line.svg +1 -0
  94. package/components/wechat-chat-control/file-url/icons/file-zip-line.svg +1 -0
  95. package/components/wechat-chat-control/file-url/icons/index.js +24 -0
  96. package/components/wechat-chat-control/image/image.vue +344 -0
  97. package/components/wechat-chat-control/image/index.js +1 -0
  98. package/components/wechat-chat-control/image/util.js +29 -0
  99. package/components/wechat-chat-control/index.js +104 -0
  100. package/components/wechat-chat-control/jx-sys-text/jx-sys-text.vue +28 -0
  101. package/components/wechat-chat-control/location/location.vue +179 -0
  102. package/components/wechat-chat-control/location/offline-bg.png +0 -0
  103. package/components/wechat-chat-control/member-change/member-change.vue +37 -0
  104. package/components/wechat-chat-control/music/icons/163.png +0 -0
  105. package/components/wechat-chat-control/music/icons/163.svg +12 -0
  106. package/components/wechat-chat-control/music/icons/default.png +0 -0
  107. package/components/wechat-chat-control/music/icons/default.svg +1 -0
  108. package/components/wechat-chat-control/music/icons/kuwo.png +0 -0
  109. package/components/wechat-chat-control/music/icons/qq.png +0 -0
  110. package/components/wechat-chat-control/music/icons/qq.svg +1 -0
  111. package/components/wechat-chat-control/music/music.vue +156 -0
  112. package/components/wechat-chat-control/music/utils.js +30 -0
  113. package/components/wechat-chat-control/quote-message/quote-message.vue +257 -0
  114. package/components/wechat-chat-control/real-time-position/icon.svg +1 -0
  115. package/components/wechat-chat-control/real-time-position/real-time-position.vue +57 -0
  116. package/components/wechat-chat-control/red-envelopes/quote-icon.svg +1 -0
  117. package/components/wechat-chat-control/red-envelopes/red-envelope.svg +1 -0
  118. package/components/wechat-chat-control/red-envelopes/red-envelopes.vue +168 -0
  119. package/components/wechat-chat-control/revoke-me-message/revoke-me-message.vue +41 -0
  120. package/components/wechat-chat-control/revoke-other-message/revoke-other-message.vue +41 -0
  121. package/components/wechat-chat-control/revoke-you-message/revoke-you-message.vue +41 -0
  122. package/components/wechat-chat-control/room-calling/phone-fill.svg +1 -0
  123. package/components/wechat-chat-control/room-calling/room-calling.vue +52 -0
  124. package/components/wechat-chat-control/room-calling/vidicon-fill.svg +1 -0
  125. package/components/wechat-chat-control/share-card/quote-icon.svg +1 -0
  126. package/components/wechat-chat-control/share-card/share-card.vue +140 -0
  127. package/components/wechat-chat-control/system/system.vue +122 -0
  128. package/components/wechat-chat-control/system-batch-message/system-batch-message.vue +28 -0
  129. package/components/wechat-chat-control/system-money/system-money.vue +39 -0
  130. package/components/wechat-chat-control/text/icons/icon.svg +6 -0
  131. package/components/wechat-chat-control/text/text.vue +164 -0
  132. package/components/wechat-chat-control/text-with-at/text-with-at.vue +88 -0
  133. package/components/wechat-chat-control/transfer/collection.svg +1 -0
  134. package/components/wechat-chat-control/transfer/quote-icon.svg +1 -0
  135. package/components/wechat-chat-control/transfer/red-transfer.svg +1 -0
  136. package/components/wechat-chat-control/transfer/refund.svg +1 -0
  137. package/components/wechat-chat-control/transfer/transfer.svg +1 -0
  138. package/components/wechat-chat-control/transfer/transfer.vue +263 -0
  139. package/components/wechat-chat-control/unknow/unknow.vue +21 -0
  140. package/components/wechat-chat-control/url/icons/link.svg +1 -0
  141. package/components/wechat-chat-control/url/icons/video.svg +6 -0
  142. package/components/wechat-chat-control/url/miniprogram.svg +1 -0
  143. package/components/wechat-chat-control/url/url-file.vue +47 -0
  144. package/components/wechat-chat-control/url/url-link.vue +169 -0
  145. package/components/wechat-chat-control/url/url-merge.vue +164 -0
  146. package/components/wechat-chat-control/url/url-miniprogram.vue +259 -0
  147. package/components/wechat-chat-control/url/url.vue +116 -0
  148. package/components/wechat-chat-control/util.js +234 -0
  149. package/components/wechat-chat-control/video/icons/video.svg +1 -0
  150. package/components/wechat-chat-control/video/video.vue +304 -0
  151. package/components/wechat-chat-control/voice/icons/voice.svg +1 -0
  152. package/components/wechat-chat-control/voice/voice.vue +464 -0
  153. package/components/wechat-chat-control/wechat-chat-control-config-item.vue +24 -0
  154. package/components/wechat-chat-control/wechat-chat-control-config-msg.vue +21 -0
  155. package/components/wechat-chat-control/wechat-chat-control-config.vue +57 -0
  156. package/components/wechat-chat-panel/chat-panel-chat-status/chat-panel-chat-status.vue +69 -0
  157. package/components/wechat-chat-panel/chat-panel-item.vue +695 -0
  158. package/components/wechat-chat-panel/chat-panel.vue +257 -0
  159. package/components/wechat-chat-panel/index.js +3 -0
  160. package/components/wework-chat-control/calling/calling.vue +223 -0
  161. package/components/wework-chat-control/calling/phone-fill.svg +1 -0
  162. package/components/wework-chat-control/calling/vidicon-fill.svg +1 -0
  163. package/components/wework-chat-control/channel-live/channel-live.vue +198 -0
  164. package/components/wework-chat-control/channel-live/quote-icon.svg +1 -0
  165. package/components/wework-chat-control/channel-video/channel-video.vue +180 -0
  166. package/components/wework-chat-control/channel-video/quote-icon.svg +1 -0
  167. package/components/wework-chat-control/company-card/company-card.vue +136 -0
  168. package/components/wework-chat-control/company-card/quote-icon.svg +1 -0
  169. package/components/wework-chat-control/custom-expression/custom-expression.vue +34 -0
  170. package/components/wework-chat-control/empty/empty.vue +27 -0
  171. package/components/wework-chat-control/expression/expression.vue +53 -0
  172. package/components/wework-chat-control/file-url/file-url.vue +247 -0
  173. package/components/wework-chat-control/file-url/icons/file-excel-line.svg +1 -0
  174. package/components/wework-chat-control/file-url/icons/file-info-line.svg +1 -0
  175. package/components/wework-chat-control/file-url/icons/file-music-line.svg +1 -0
  176. package/components/wework-chat-control/file-url/icons/file-pdf-line.svg +1 -0
  177. package/components/wework-chat-control/file-url/icons/file-ppt-line.svg +1 -0
  178. package/components/wework-chat-control/file-url/icons/file-settings-line.svg +1 -0
  179. package/components/wework-chat-control/file-url/icons/file-text-line.svg +1 -0
  180. package/components/wework-chat-control/file-url/icons/file-unknow-line.svg +1 -0
  181. package/components/wework-chat-control/file-url/icons/file-word-line.svg +1 -0
  182. package/components/wework-chat-control/file-url/icons/file-zip-line.svg +1 -0
  183. package/components/wework-chat-control/file-url/icons/index.js +24 -0
  184. package/components/wework-chat-control/image/image.vue +296 -0
  185. package/components/wework-chat-control/image/index.js +1 -0
  186. package/components/wework-chat-control/image/util.js +21 -0
  187. package/components/wework-chat-control/index.js +105 -0
  188. package/components/wework-chat-control/jx-sys-text/jx-sys-text.vue +28 -0
  189. package/components/wework-chat-control/link/link.vue +100 -0
  190. package/components/wework-chat-control/location/location.vue +181 -0
  191. package/components/wework-chat-control/location/offline-bg.png +0 -0
  192. package/components/wework-chat-control/red-envelopes/quote-icon.svg +1 -0
  193. package/components/wework-chat-control/red-envelopes/red-envelope.svg +1 -0
  194. package/components/wework-chat-control/red-envelopes/red-envelopes.vue +168 -0
  195. package/components/wework-chat-control/share-card/quote-icon.svg +1 -0
  196. package/components/wework-chat-control/share-card/share-card.vue +140 -0
  197. package/components/wework-chat-control/text/icons/icon.svg +6 -0
  198. package/components/wework-chat-control/text/text.vue +157 -0
  199. package/components/wework-chat-control/unknow/unknow.vue +21 -0
  200. package/components/wework-chat-control/url/icons/link.svg +1 -0
  201. package/components/wework-chat-control/url/icons/video.svg +6 -0
  202. package/components/wework-chat-control/url/miniprogram.svg +1 -0
  203. package/components/wework-chat-control/url/url-file.vue +37 -0
  204. package/components/wework-chat-control/url/url-link.vue +169 -0
  205. package/components/wework-chat-control/url/url-merge.vue +164 -0
  206. package/components/wework-chat-control/url/url-miniprogram.vue +248 -0
  207. package/components/wework-chat-control/url/url.vue +103 -0
  208. package/components/wework-chat-control/util.js +223 -0
  209. package/components/wework-chat-control/video/icons/video.svg +1 -0
  210. package/components/wework-chat-control/video/video.vue +304 -0
  211. package/components/wework-chat-control/voice/icons/voice.svg +1 -0
  212. package/components/wework-chat-control/voice/voice.vue +464 -0
  213. package/components/wework-chat-panel/chat-panel-controls/company-card/company-card.vue +35 -0
  214. package/components/wework-chat-panel/chat-panel-controls/expression/expression.vue +36 -0
  215. package/components/wework-chat-panel/chat-panel-controls/file-url/file-url.vue +35 -0
  216. package/components/wework-chat-panel/chat-panel-controls/image/image.vue +36 -0
  217. package/components/wework-chat-panel/chat-panel-controls/index.js +35 -0
  218. package/components/wework-chat-panel/chat-panel-controls/jx-sys-text/jx-sys-text.vue +28 -0
  219. package/components/wework-chat-panel/chat-panel-controls/link/link.vue +35 -0
  220. package/components/wework-chat-panel/chat-panel-controls/location/location.vue +35 -0
  221. package/components/wework-chat-panel/chat-panel-controls/text/text.vue +43 -0
  222. package/components/wework-chat-panel/chat-panel-controls/unkonw/unkonw.vue +39 -0
  223. package/components/wework-chat-panel/chat-panel-controls/video/video.vue +37 -0
  224. package/components/wework-chat-panel/chat-panel-controls/voice/voice.vue +35 -0
  225. package/components/wework-chat-panel/chat-panel-item.vue +650 -0
  226. package/components/wework-chat-panel/chat-panel.vue +163 -0
  227. package/components/wework-chat-panel/index.js +3 -0
  228. package/package.json +23 -0
  229. package/services/client-chat/client-chat-wechat/client-chat-account.js +426 -0
  230. package/services/client-chat/client-chat-wechat/client-chat-concats.js +1029 -0
  231. package/services/client-chat/client-chat-wechat/client-chat-draft.js +92 -0
  232. package/services/client-chat/client-chat-wechat/client-chat-message.js +588 -0
  233. package/services/client-chat/client-chat-wechat/client-chat-session-manage.js +67 -0
  234. package/services/client-chat/client-chat-wechat/client-chat-session.js +1048 -0
  235. package/services/client-chat/client-chat-wechat/client-chat-socket.js +215 -0
  236. package/services/client-chat/client-chat-wechat/client-chat.js +1065 -0
  237. package/services/client-chat/client-chat-wechat/index.js +3 -0
  238. package/services/client-chat/client-chat-wechat/utils.js +82 -0
  239. package/services/client-chat/client-chat-wework/client-chat-account.js +310 -0
  240. package/services/client-chat/client-chat-wework/client-chat-concats.js +772 -0
  241. package/services/client-chat/client-chat-wework/client-chat-message.js +278 -0
  242. package/services/client-chat/client-chat-wework/client-chat-session.js +929 -0
  243. package/services/client-chat/client-chat-wework/client-chat-socket.js +64 -0
  244. package/services/client-chat/client-chat-wework/client-chat.js +330 -0
  245. package/services/client-chat/client-chat-wework/index.js +3 -0
  246. package/services/client-chat/client-chat-wework/utils.js +82 -0
  247. package/services/index.js +10 -0
  248. package/services/socket/index.js +5 -0
  249. package/services/socket/socket.js +797 -0
  250. package/services/socket/utils.js +7 -0
  251. package/uni-common/account-portray/account-portray.vue +51 -0
  252. package/uni-common/account-select/account-select-item.vue +172 -0
  253. package/uni-common/account-select/account-select.vue +252 -0
  254. package/uni-common/all-friend-avatar/all-friend-avatar.vue +49 -0
  255. package/uni-common/friend-avatar/default.svg +1 -0
  256. package/uni-common/friend-avatar/friend-avatar.vue +27 -0
  257. package/uni-common/friend-avatar/index.js +3 -0
  258. package/uni-common/friend-loader/friend-loader.vue +53 -0
  259. package/uni-common/friend-portray/friend-portray.vue +56 -0
  260. package/uni-common/group-avatar/default.svg +1 -0
  261. package/uni-common/group-avatar/group-avatar.vue +18 -0
  262. package/uni-common/group-avatar/index.js +3 -0
  263. package/uni-common/room-avatar/default.svg +6 -0
  264. package/uni-common/room-avatar/index.js +3 -0
  265. package/uni-common/room-avatar/room-avatar.vue +27 -0
  266. package/uni-common/room-loader/room-loader.vue +53 -0
  267. package/uni-common/room-portray/room-portray.vue +56 -0
  268. package/uni-components/chat-control/calling/calling.vue +91 -0
  269. package/uni-components/chat-control/calling/phone-fill.svg +1 -0
  270. package/uni-components/chat-control/calling/vidicon-fill.svg +1 -0
  271. package/uni-components/chat-control/channel-video/channel-video.vue +89 -0
  272. package/uni-components/chat-control/channel-video-card/channel-video-card.vue +105 -0
  273. package/uni-components/chat-control/channel-video-live/channel-video-live.vue +92 -0
  274. package/uni-components/chat-control/chat-control-config-item/chat-control-config-item.vue +20 -0
  275. package/uni-components/chat-control/chat-control-config-item/index.js +3 -0
  276. package/uni-components/chat-control/chat-control-config-msg/chat-control-config-msg-app.vue +25 -0
  277. package/uni-components/chat-control/chat-control-config-msg/chat-control-config-msg-h5.vue +21 -0
  278. package/uni-components/chat-control/chat-control-config.vue +59 -0
  279. package/uni-components/chat-control/chat-control.vue +218 -0
  280. package/uni-components/chat-control/company-card/company-card.vue +123 -0
  281. package/uni-components/chat-control/const.js +28 -0
  282. package/uni-components/chat-control/expression/expression.vue +41 -0
  283. package/uni-components/chat-control/image/image.vue +68 -0
  284. package/uni-components/chat-control/index.js +89 -0
  285. package/uni-components/chat-control/location/location.vue +110 -0
  286. package/uni-components/chat-control/member-change/member-change.vue +32 -0
  287. package/uni-components/chat-control/quote-message/quote-message.vue +216 -0
  288. package/uni-components/chat-control/real-time-position/real-time-position.vue +62 -0
  289. package/uni-components/chat-control/redpacket/red-envelope.svg +1 -0
  290. package/uni-components/chat-control/redpacket/redpacket.vue +75 -0
  291. package/uni-components/chat-control/share-card/share-card.vue +101 -0
  292. package/uni-components/chat-control/system/system.vue +69 -0
  293. package/uni-components/chat-control/system-batch-message/system-batch-message.vue +30 -0
  294. package/uni-components/chat-control/system-text/system-text.vue +32 -0
  295. package/uni-components/chat-control/text/text.vue +67 -0
  296. package/uni-components/chat-control/text-with-at/text-with-at.vue +51 -0
  297. package/uni-components/chat-control/transfer/red-transfer.svg +1 -0
  298. package/uni-components/chat-control/transfer/transfer.vue +80 -0
  299. package/uni-components/chat-control/unkonw/unkonw.vue +37 -0
  300. package/uni-components/chat-control/url/icons/file-excel-line.svg +1 -0
  301. package/uni-components/chat-control/url/icons/file-info-line.svg +1 -0
  302. package/uni-components/chat-control/url/icons/file-music-line.svg +1 -0
  303. package/uni-components/chat-control/url/icons/file-pdf-line.svg +1 -0
  304. package/uni-components/chat-control/url/icons/file-ppt-line.svg +1 -0
  305. package/uni-components/chat-control/url/icons/file-settings-line.svg +1 -0
  306. package/uni-components/chat-control/url/icons/file-text-line.svg +1 -0
  307. package/uni-components/chat-control/url/icons/file-unknow-line.svg +1 -0
  308. package/uni-components/chat-control/url/icons/file-word-line.svg +1 -0
  309. package/uni-components/chat-control/url/icons/file-zip-line.svg +1 -0
  310. package/uni-components/chat-control/url/icons/index.js +24 -0
  311. package/uni-components/chat-control/url/miniprogram.svg +1 -0
  312. package/uni-components/chat-control/url/url-miniprogram.vue +116 -0
  313. package/uni-components/chat-control/url/url.vue +306 -0
  314. package/uni-components/chat-control/url-new/icons/file-excel-line.svg +1 -0
  315. package/uni-components/chat-control/url-new/icons/file-info-line.svg +1 -0
  316. package/uni-components/chat-control/url-new/icons/file-music-line.svg +1 -0
  317. package/uni-components/chat-control/url-new/icons/file-pdf-line.svg +1 -0
  318. package/uni-components/chat-control/url-new/icons/file-ppt-line.svg +1 -0
  319. package/uni-components/chat-control/url-new/icons/file-settings-line.svg +1 -0
  320. package/uni-components/chat-control/url-new/icons/file-text-line.svg +1 -0
  321. package/uni-components/chat-control/url-new/icons/file-unknow-line.svg +1 -0
  322. package/uni-components/chat-control/url-new/icons/file-word-line.svg +1 -0
  323. package/uni-components/chat-control/url-new/icons/file-zip-line.svg +1 -0
  324. package/uni-components/chat-control/url-new/icons/index.js +24 -0
  325. package/uni-components/chat-control/url-new/url-new.vue +110 -0
  326. package/uni-components/chat-control/utils.js +12 -0
  327. package/uni-components/chat-control/video/video.vue +156 -0
  328. package/uni-components/chat-control/voice/voice.vue +166 -0
  329. package/uni-components/chat-editor/chat-editor-chartlet/chat-editor-chartlet-collect.vue +84 -0
  330. package/uni-components/chat-editor/chat-editor-chartlet/chat-editor-chartlet-system.vue +28 -0
  331. package/uni-components/chat-editor/chat-editor-chartlet/chat-editor-chartlet.vue +85 -0
  332. package/uni-components/chat-editor/chat-editor-func/chat-editor-func.vue +157 -0
  333. package/uni-components/chat-editor/chat-editor-func-at/chat-editor-func-at-panel.vue +158 -0
  334. package/uni-components/chat-editor/chat-editor-func-at/chat-editor-func-at.vue +61 -0
  335. package/uni-components/chat-editor/chat-editor-func-button/chat-editor-func-button.vue +58 -0
  336. package/uni-components/chat-editor/chat-editor-func-file/chat-editor-func-file.vue +54 -0
  337. package/uni-components/chat-editor/chat-editor-func-image/chat-editor-func-image.vue +42 -0
  338. package/uni-components/chat-editor/chat-editor-func-video/chat-editor-func-video.vue +42 -0
  339. package/uni-components/chat-editor/chat-editor-func-voice/chat-editor-func-voice.vue +25 -0
  340. package/uni-components/chat-editor/chat-editor-message-send/chat-editor-message-send.vue +158 -0
  341. package/uni-components/chat-editor/chat-editor-quote/chat-editor-quote.vue +75 -0
  342. package/uni-components/chat-editor/chat-editor.vue +257 -0
  343. package/uni-components/chat-editor/index.js +10 -0
  344. package/uni-components/chat-editor/util.js +65 -0
  345. package/uni-components/chat-panel/chat-panel-chats-box.vue +238 -0
  346. package/uni-components/chat-panel/chat-panel-chats-forward/chat-panel-chats-forward.vue +273 -0
  347. package/uni-components/chat-panel/chat-panel-chats-item.vue +578 -0
  348. package/uni-components/chat-panel/chat-panel-chats-status/chat-panel-chats-status.vue +71 -0
  349. package/uni-components/chat-panel/chat-panel-chats.vue +368 -0
  350. package/uni-components/chat-panel/chat-panel.vue +227 -0
  351. package/uni-components/contacts-group-select/contacts-group-select-item.vue +85 -0
  352. package/uni-components/contacts-group-select/contacts-group-select-panel.vue +119 -0
  353. package/uni-components/contacts-group-select/contacts-group-select.vue +150 -0
  354. package/utils/color.js +178 -0
  355. package/utils/data.js +11 -0
  356. package/utils/date.js +107 -0
  357. package/utils/event.js +3 -0
  358. package/utils/file.js +26 -0
  359. package/utils/index.js +5 -0
  360. package/utils/json.js +40 -0
  361. package/utils/log.js +243 -0
  362. package/utils/queue.js +97 -0
  363. package/utils/regexp.js +9 -0
  364. package/utils/string.js +66 -0
  365. package/utils/url.js +48 -0
  366. package/utils/util.js +130 -0
@@ -0,0 +1,163 @@
1
+ <template>
2
+ <sdk-chat-panel
3
+ ref="panel"
4
+ v-bind="$props"
5
+ :is-sender-method="handleIsSenderMethod"
6
+ @initloaded="handleChatsInitLoaded"
7
+ @chat-contextmenu="handleChatContext"
8
+ @view-context="handleChatViewContext"
9
+ >
10
+ <template slot="filter">
11
+ <slot name="filter"></slot>
12
+ </template>
13
+ <template slot="chat" slot-scope="{ item, dir }">
14
+ <chat-panel-item
15
+ :item="item"
16
+ :dir="dir"
17
+ :fetch-user-method="fetchUserMethod"
18
+ :config="config"
19
+ >
20
+ <!-- <template slot="chat-append" slot-scope="{ item, updateProp }">
21
+ <chat-panel-chat-status
22
+ :data="item"
23
+ :update-chat-box-prop="updateProp"
24
+ ></chat-panel-chat-status>
25
+ </template> -->
26
+ <template slot="chat-prefix" slot-scope="{ item }">
27
+ <template v-if="selectable && handleFilterSelectMessageMethod(item)">
28
+ <div class="sdk-wechat-chat-panel__checkbox">
29
+ <ui-checkbox :value="!!checkMsgMap[item[keyField]]" @input="handleMsgCheckboxChange(item, $event)"></ui-checkbox>
30
+ </div>
31
+ </template>
32
+ </template>
33
+ <template slot="quote-message-append" slot-scope="{ item, quoteMessageData }">
34
+ <slot name="chat-quote-message-append" :item="item" :quote-message-data="quoteMessageData"></slot>
35
+ </template>
36
+ </chat-panel-item>
37
+ </template>
38
+ <template slot="main">
39
+ <slot name="main"></slot>
40
+ </template>
41
+ </sdk-chat-panel>
42
+ </template>
43
+ <script>
44
+ import SdkChatPanel from '../chat-panel'
45
+ import ChatPanelItem from './chat-panel-item.vue'
46
+
47
+ export default {
48
+ name: 'SdkWeworkChatPanel',
49
+ components: {
50
+ SdkChatPanel,
51
+ ChatPanelItem
52
+ },
53
+ props: {
54
+ mode: {
55
+ type: String,
56
+ default: 'default',
57
+ validator (value) {
58
+ return ['default', 'filter'].includes(value)
59
+ }
60
+ },
61
+ keyField: {
62
+ type: String
63
+ },
64
+ startDate: {
65
+ type: Number
66
+ },
67
+ endDate: {
68
+ type: Number
69
+ },
70
+ msgTimeField: {
71
+ type: String,
72
+ default: 'sendTime'
73
+ },
74
+ msgId: {
75
+ type: String
76
+ },
77
+ increment: {
78
+ type: Boolean,
79
+ default: false
80
+ },
81
+ data: {
82
+ type: [Object, Array]
83
+ },
84
+ fetchDataMethod: {
85
+ type: Function
86
+ },
87
+ enableRangeLoad: {
88
+ type: Boolean,
89
+ default: true
90
+ },
91
+ renderControl: {
92
+ type: Function
93
+ },
94
+ fetchUserMethod: {
95
+ type: Function
96
+ },
97
+ chatClassMethod: {
98
+ type: Function
99
+ },
100
+ nearestMethod: {
101
+ type: Function
102
+ },
103
+ config: {
104
+ type: Function
105
+ },
106
+ loading: {
107
+ type: Boolean,
108
+ default: false
109
+ },
110
+ autoLoad: {
111
+ type: Boolean,
112
+ default: true
113
+ },
114
+ selectable: {
115
+ type: Boolean,
116
+ default: false
117
+ },
118
+ confirmSelectMethod: {
119
+ type: Function
120
+ },
121
+ filterSelectMessageMethod: {
122
+ type: Function
123
+ },
124
+ confirmSelectButtonText: {
125
+ type: String
126
+ },
127
+ contextChatId: {
128
+ type: String
129
+ }
130
+ },
131
+ methods: {
132
+ handleRenderControl ({ item }) {
133
+ return ChatControls[item.msgType] || ChatControls.unkonw
134
+ },
135
+ handleIsSenderMethod ({ item }) {
136
+ return !!item.send
137
+ },
138
+ handleChatsInitLoaded () {
139
+ this.$emit('initloaded')
140
+ },
141
+ scrollToBottom () {
142
+ this.$refs.panel && this.$refs.panel.scrollToBottom()
143
+ },
144
+ scrollTo (msgId) {
145
+ this.$refs.panel && this.$refs.panel.scrollTo(msgId)
146
+ },
147
+ reload () {
148
+ this.currentContextChat = null
149
+ return this.$refs.panel && this.$refs.panel.reload()
150
+ },
151
+ handleChatContext (item, evt) {
152
+ this.$emit('chat-contextmenu', item, evt)
153
+ },
154
+ handleChatViewContext ({ item }) {
155
+ this.$emit('chat-view-context', {
156
+ item
157
+ })
158
+ }
159
+ }
160
+ }
161
+ </script>
162
+ <style lang="less">
163
+ </style>
@@ -0,0 +1,3 @@
1
+ import ChatPanel from './chat-panel.vue'
2
+
3
+ export default ChatPanel
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@aochuang/client-sdk",
3
+ "version": "1.0.278",
4
+ "description": "",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://gitlab.rpa.cn/wp3/clientsdk.git"
11
+ },
12
+ "publishConfig": {
13
+ "registry": "https://registry.npmjs.org/",
14
+ "access": "public"
15
+ },
16
+ "peerDependencies": {
17
+ "axios": "^1.3.1",
18
+ "@aochuang/common": "1.0.126",
19
+ "x2js": "^3.4.4"
20
+ },
21
+ "author": "",
22
+ "license": "ISC"
23
+ }
@@ -0,0 +1,426 @@
1
+ import Vue from 'vue'
2
+
3
+ export default class ClientChatAccount {
4
+
5
+ data = Vue.observable({
6
+ accountData: [],
7
+ accountUnreadMessageNumData: [],
8
+ accountGreetingUnreadMsgCountData: {},
9
+ currentAccount: null
10
+ })
11
+
12
+ loadAccountDataMethod = null
13
+
14
+ getAccountUnreadMessageNumMethod = null
15
+
16
+ accountMap = {}
17
+
18
+ constructor (options) {
19
+ options = Object.assign({
20
+ getAccountMethod: null,
21
+ loadAccountDataMethod: null,
22
+ getAccountUnreadMessageNumMethod: null,
23
+ updateAccountMessageReadMethod: null,
24
+ deleteAccountSessionMethod: null,
25
+ getAccountGreetingUnreadMsgCountMethod: null,
26
+ clearAccountGreetingUnreadMsgCountMethod: null,
27
+ onCurrentAccountChange: null,
28
+ onAccountAdded: null,
29
+ onAccountRemoved: null,
30
+ onUnreadMessageNumChange: null,
31
+ onDeleteAccountSession: null,
32
+ onAccountLoaded: null
33
+ }, options)
34
+ if (!options.loadAccountDataMethod) {
35
+ throw new Error('缺少loadAccountDataMethod配置')
36
+ }
37
+ if (!options.getAccountUnreadMessageNumMethod) {
38
+ throw new Error('缺少getAccountUnreadMessageNumMethod配置')
39
+ }
40
+ this.onCurrentAccountChange = options.onCurrentAccountChange
41
+ this.loadAccountDataMethod = options.loadAccountDataMethod
42
+ this.getAccountUnreadMessageNumMethod = options.getAccountUnreadMessageNumMethod
43
+ this.updateAccountMessageReadMethod = options.updateAccountMessageReadMethod
44
+ this.deleteAccountSessionMethod = options.deleteAccountSessionMethod
45
+ this.getAccountGreetingUnreadMsgCountMethod = options.getAccountGreetingUnreadMsgCountMethod
46
+ this.clearAccountGreetingUnreadMsgCountMethod = options.clearAccountGreetingUnreadMsgCountMethod
47
+ this.onAccountAdded = options.onAccountAdded
48
+ this.onAccountRemoved = options.onAccountRemoved,
49
+ this.onUnreadMessageNumChange = options.onUnreadMessageNumChange
50
+ this.onDeleteAccountSession = options.onDeleteAccountSession
51
+ this.onAccountLoaded = options.onAccountLoaded
52
+ }
53
+
54
+ get accountData () {
55
+ return this.data.accountData
56
+ }
57
+
58
+ get accountUnreadMessageNumData () {
59
+ return this.data.accountUnreadMessageNumData
60
+ }
61
+
62
+ get currentAccount () {
63
+ return this.data.currentAccount
64
+ }
65
+
66
+ get accountGreetingUnreadMsgCountData () {
67
+ return this.data.accountGreetingUnreadMsgCountData
68
+ }
69
+
70
+ setCurrentAccount (accountId) {
71
+ let account = null
72
+ if (accountId) {
73
+ account = this.data.accountData.find(v => v.id === accountId)
74
+ if (!account) {
75
+ console.warn('未找到' + accountId + '账号')
76
+ }
77
+ }
78
+ if (account === this.data.currentAccount) {
79
+ return
80
+ }
81
+ this.data.currentAccount = account
82
+ this.onCurrentAccountChange && this.onCurrentAccountChange({
83
+ currentAccount: this.data.currentAccount
84
+ })
85
+ }
86
+
87
+ setAccountData (data) {
88
+ this.accountMap = {}
89
+ this.data.accountData = []
90
+ if (data && data.length) {
91
+ data.forEach(item => {
92
+ this.addAccount(item)
93
+ })
94
+ }
95
+ }
96
+
97
+ getAccountData () {
98
+ return this.data.accountData
99
+ }
100
+
101
+ addAccount (data) {
102
+ if (!data || !data.id) {
103
+ throw new Error('缺少必须参数')
104
+ }
105
+ if (this.accountMap[data.id]) {
106
+ return
107
+ }
108
+ this.data.accountData.push(data)
109
+ this.accountMap[data.id] = data
110
+ let unreadMessageNumIndex = -1
111
+ this.data.accountUnreadMessageNumData.some((v, i) => {
112
+ if (v.id === data.id) {
113
+ unreadMessageNumIndex = i
114
+ return true
115
+ }
116
+ })
117
+ if (unreadMessageNumIndex < 0) {
118
+ this.data.accountUnreadMessageNumData.push({
119
+ id: data.id,
120
+ num: 0,
121
+ muteNum: 0
122
+ })
123
+ }
124
+ this.onAccountAdded && this.onAccountAdded({
125
+ account: data
126
+ })
127
+ }
128
+
129
+ removeAccount (id) {
130
+ if (!this.accountMap[id]) {
131
+ return
132
+ }
133
+ let index = this.data.accountData.indexOf(this.accountMap[id])
134
+ if (index >= 0) {
135
+ this.data.accountData.splice(index, 1)
136
+ }
137
+ delete this.accountMap[id]
138
+ let unreadMessageNumIndex = -1
139
+ this.data.accountUnreadMessageNumData.some((v, i) => {
140
+ if (v.id === data.id) {
141
+ unreadMessageNumIndex = i
142
+ return true
143
+ }
144
+ })
145
+ if (unreadMessageNumIndex >= 0) {
146
+ this.data.accountUnreadMessageNumData.splice(unreadMessageNumIndex, 1)
147
+ }
148
+ this.onAccountRemoved && this.onAccountRemoved({
149
+ account: this.accountMap[id]
150
+ })
151
+ }
152
+
153
+ updateAccount (id, props) {
154
+ if (!props) {
155
+ return
156
+ }
157
+ const account = this.accountMap[id]
158
+ if (!account) {
159
+ return
160
+ }
161
+ Object.keys(props).forEach(k => {
162
+ Vue.set(account, k, props[k])
163
+ })
164
+ }
165
+
166
+ getAccount (id) {
167
+ if (this.accountMap[id]) {
168
+ return Promise.resolve({
169
+ data: this.accountMap[id]
170
+ })
171
+ } else {
172
+ return this.loadData().then(rs => {
173
+ if (this.accountMap[id]) {
174
+ return Promise.resolve({
175
+ data: this.accountMap[id]
176
+ })
177
+ } else {
178
+ return Promise.reject(`未找到工作微信账号${id}`)
179
+ }
180
+ })
181
+ }
182
+ }
183
+
184
+ refreshAllAccountUnreadMesageNum () {
185
+ this.getAccountUnreadMessageNumMethod({
186
+ wechatAccountIds: Object.keys(this.accountMap)
187
+ }).then(rs => {
188
+ const nextData = []
189
+ if (rs && rs.data && rs.data.length) {
190
+ rs.data.forEach(account => {
191
+ nextData.push({
192
+ id: account.wxAccountId,
193
+ num: account.unread || 0,
194
+ muteNum: account.muteUnread || 0
195
+ })
196
+ })
197
+ }
198
+ this.data.accountUnreadMessageNumData = nextData
199
+ })
200
+ }
201
+
202
+ refreshAccountUnreadMessageNum (params) {
203
+ const { wechatAccountId, ...nextParams } = params
204
+ this.getAccountUnreadMessageNumMethod(Object.assign({
205
+ wechatAccountIds: [wechatAccountId]
206
+ }, nextParams)).then(rs => {
207
+ if (!rs || !rs.data || !rs.data.length) {
208
+ return
209
+ }
210
+ let index = -1
211
+ this.data.accountUnreadMessageNumData.some((v, i) => {
212
+ if (v.id === wechatAccountId) {
213
+ index = i
214
+ return true
215
+ }
216
+ })
217
+ if (index >= 0) {
218
+ this.data.accountUnreadMessageNumData.splice(index, 1, {
219
+ id: wechatAccountId,
220
+ num: rs.data[0].unread || 0,
221
+ muteNum: rs.data[0].muteUnread || 0
222
+ })
223
+ } else {
224
+ this.data.accountUnreadMessageNumData.push(index, 1, {
225
+ id: wechatAccountId,
226
+ num: rs.data[0].unread || 0,
227
+ muteNum: rs.data[0].muteUnread || 0
228
+ })
229
+ }
230
+ })
231
+ }
232
+
233
+ updateAccountUnreadMessageNum (accountId, callback) {
234
+ return this.getAccount(accountId).then(rs => {
235
+ if (!rs || !rs.data) {
236
+ console.warn('未找到' + accountId + '工作微信号')
237
+ return
238
+ }
239
+ if (!callback) {
240
+ return
241
+ }
242
+ let unreadMessageNumIndex = -1
243
+ this.data.accountUnreadMessageNumData.some((v, i) => {
244
+ if (v.id === accountId) {
245
+ unreadMessageNumIndex = i
246
+ return true
247
+ }
248
+ })
249
+ const nextReadMessageNum = callback({
250
+ account: rs.data,
251
+ unreadMesasgeNum: unreadMessageNumIndex >= 0 ? this.data.accountUnreadMessageNumData[unreadMessageNumIndex].num : 0,
252
+ unreadMessageMuteNum: unreadMessageNumIndex >= 0 ? this.data.accountUnreadMessageNumData[unreadMessageNumIndex].muteNum : 0
253
+ })
254
+ if (nextReadMessageNum && typeof nextReadMessageNum === 'object') {
255
+ /**
256
+ * {
257
+ * num: 0, // 总的未读消息数量
258
+ * muteNum: 0 // 免打扰的未读消息数量
259
+ * }
260
+ */
261
+ if (unreadMessageNumIndex >= 0) {
262
+ this.data.accountUnreadMessageNumData.splice(unreadMessageNumIndex, 1, {
263
+ id: accountId,
264
+ num: nextReadMessageNum.num,
265
+ muteNum: nextReadMessageNum.muteNum
266
+ })
267
+ } else {
268
+ this.data.accountUnreadMessageNumData.splice(unreadMessageNumIndex, 0, {
269
+ id: accountId,
270
+ num: nextReadMessageNum.num,
271
+ muteNum: nextReadMessageNum.muteNum
272
+ })
273
+ }
274
+ } else {
275
+ // 这个逻辑以后可以去掉,主要是现在可能后端接口没改,没有返回muteUnread字段
276
+ if (typeof nextReadMessageNum !== 'number') {
277
+ return
278
+ }
279
+ if (unreadMessageNumIndex >= 0) {
280
+ this.data.accountUnreadMessageNumData.splice(unreadMessageNumIndex, 1, {
281
+ id: accountId,
282
+ num: nextReadMessageNum,
283
+ muteNum: this.data.accountUnreadMessageNumData[unreadMessageNumIndex].muteNum || 0
284
+ })
285
+ } else {
286
+ this.data.accountUnreadMessageNumData.splice(unreadMessageNumIndex, 0, {
287
+ id: accountId,
288
+ num: nextReadMessageNum,
289
+ muteNum: 0
290
+ })
291
+ }
292
+ }
293
+ })
294
+ }
295
+
296
+ deleteAccountSession (params) {
297
+ params = Object.assign({
298
+ wechatAccountId: null
299
+ }, params)
300
+ return this.deleteAccountSessionMethod(params).then(rs => {
301
+ this.data.accountUnreadMessageNumData = this.data.accountUnreadMessageNumData.map(v => {
302
+ if (v.id === params.wechatAccountId) {
303
+ return {
304
+ id: v.id,
305
+ num: 0,
306
+ muteNum: 0
307
+ }
308
+ } else {
309
+ return v
310
+ }
311
+ })
312
+ this.onUnreadMessageNumChange && this.onUnreadMessageNumChange({
313
+ accountId: params.wechatAccountId,
314
+ unreadMessageNum: 0,
315
+ unreadMessageMuteNum: 0
316
+ })
317
+ this.onDeleteAccountSession && this.onDeleteAccountSession({
318
+ accountId: params.wechatAccountId
319
+ })
320
+ })
321
+ }
322
+
323
+ updateAccountMessageRead (params) {
324
+ params = Object.assign({
325
+ wechatAccountId: null
326
+ }, params)
327
+ return this.updateAccountMessageReadMethod(params).then(rs => {
328
+ this.data.accountUnreadMessageNumData = this.data.accountUnreadMessageNumData.map(v => {
329
+ if (v.id === params.wechatAccountId) {
330
+ return {
331
+ id: v.id,
332
+ num: 0,
333
+ muteNum: 0
334
+ }
335
+ } else {
336
+ return v
337
+ }
338
+ })
339
+ this.onUnreadMessageNumChange && this.onUnreadMessageNumChange({
340
+ accountId: params.wechatAccountId,
341
+ unreadMessageNum: 0,
342
+ unreadMessageMuteNum: 0
343
+ })
344
+ })
345
+ }
346
+
347
+ loadData () {
348
+ if (this._cacheLoadPromise) {
349
+ return this._cacheLoadPromise
350
+ }
351
+ this._cacheLoadPromise = this.loadAccountDataMethod()
352
+ this._cacheLoadPromise.then(rs => {
353
+ this.setAccountData(rs.data)
354
+ this.onAccountLoaded && this.onAccountLoaded({
355
+ data: rs.data
356
+ })
357
+ })
358
+ this.cancelConnectRequest = () => {
359
+ this._cacheLoadPromise.abort && this._cacheLoadPromise.abort()
360
+ }
361
+ return this._cacheLoadPromise
362
+ }
363
+
364
+ reloadData () {
365
+ if (this.cancelConnectRequest) {
366
+ this.cancelConnectRequest()
367
+ }
368
+ this.cancelConnectRequest = null
369
+ this._cacheLoadPromise = null
370
+ return this.loadData()
371
+ }
372
+
373
+ /**
374
+ * 获取打招呼未读消息总数
375
+ */
376
+ setAccountGreetingUnreadMsgCount (params) {
377
+ if (!params || !params.wechatAccountId) {
378
+ throw new Error('缺少必须参数')
379
+ }
380
+ Vue.set(this.accountGreetingUnreadMsgCountData, params.wechatAccountId, (params || {}).unreadGreetingMsgCount || 0)
381
+ }
382
+
383
+ /**
384
+ * 获取打招呼未读消息总数
385
+ */
386
+ getAccountGreetingUnreadMsgCount (params) {
387
+ if (!params || !params.wechatAccountId) {
388
+ throw new Error('缺少必须参数')
389
+ }
390
+ if (!this.getAccountGreetingUnreadMsgCountMethod) {
391
+ return new Error('getAccountGreetingUnreadMsgCountMethod未定义')
392
+ }
393
+ return this.getAccountGreetingUnreadMsgCountMethod({
394
+ wechatAccountId: params.wechatAccountId
395
+ }).then(rs => {
396
+ Vue.set(this.accountGreetingUnreadMsgCountData, params.wechatAccountId, (rs || {}).data || 0)
397
+ })
398
+ }
399
+
400
+ /**
401
+ * 清空打招呼未读消息总数
402
+ */
403
+ clearAccountGreetingUnreadMsgCount (params) {
404
+ if (!params || !params.wechatAccountId) {
405
+ throw new Error('缺少必须参数')
406
+ }
407
+ if (!this.clearAccountGreetingUnreadMsgCountMethod) {
408
+ return new Error('clearAccountGreetingUnreadMsgCountMethod未定义')
409
+ }
410
+ return this.clearAccountGreetingUnreadMsgCountMethod({
411
+ wechatAccountId: params.wechatAccountId
412
+ }).then(() => {
413
+ Vue.delete(this.accountGreetingUnreadMsgCountData, params.wechatAccountId)
414
+ })
415
+ }
416
+
417
+ reset () {
418
+ this.data.accountData = []
419
+ this.data.accountUnreadMessageNumData = []
420
+ if (this.cancelConnectRequest) {
421
+ this.cancelConnectRequest()
422
+ }
423
+ this._cacheLoadPromise = null
424
+ this.cancelConnectRequest = null
425
+ }
426
+ }