@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,238 @@
1
+ <template>
2
+ <view class="bi-chat-panel-chats-box" :class="['is-' + dir, {'is-recalled': recalled }]">
3
+ <view class="bi-chat-panel-chats-box__avatar">
4
+ <bi-avatar :src="userData ? userData.avatar : null"></bi-avatar>
5
+ </view>
6
+ <view class="bi-chat-panel-chats-box__main">
7
+ <view class="bi-chat-panel-chats-box__user">
8
+ <view class="bi-chat-panel-chats-box__user-name">
9
+ {{ userData ? userData.name : '--' }}
10
+ </view>
11
+ </view>
12
+ <view class="bi-chat-panel-chats-box__content">
13
+ <view class="bi-chat-panel-chats-box__extend">
14
+ <view class="bi-chat-panel-chats-box__extend-item" v-if="showMoreAction">
15
+ <bi-icon class="bi-chat-panel-chats-box__more" name="more-fill" @click="handleMoreActionClick"></bi-icon>
16
+ </view>
17
+ <slot name="append"></slot>
18
+ </view>
19
+ <view class="bi-chat-panel-chats-box__message">
20
+ <view class="bi-chat-panel-chats-box__message-arrow" :style="{'border-color': innerColor}"></view>
21
+ <view class="bi-chat-panel-chats-box__message-main">
22
+ <div class="bi-chat-panel-chats-box__message-content" :style="{'background-color': innerColor}">
23
+ <slot></slot>
24
+ </div>
25
+ </view>
26
+ </view>
27
+ </view>
28
+ <view class="bi-chat-panel-chats-box__addon">
29
+ <view class="bi-chat-panel-chats-box__date">{{ msgTimeText }}</view>
30
+ </view>
31
+ </view>
32
+ </view>
33
+ </template>
34
+
35
+ <script>
36
+ import { formatDate } from '../../utils/date.js'
37
+ import BiAvatar from '@aochuang/common/uni-components/avatar/avatar.vue'
38
+ import BiIcon from '@aochuang/common/uni-components/icon/icon.vue'
39
+ import { error } from '@aochuang/common/uni-components/message/message.js'
40
+
41
+ export default {
42
+ name: 'BiChatPanelChatsItem',
43
+ components: {
44
+ BiAvatar,
45
+ BiIcon
46
+ },
47
+ props: {
48
+ data: {
49
+ type: Object,
50
+ required: true
51
+ },
52
+ color: {
53
+ type: String
54
+ },
55
+ /**
56
+ * {
57
+ * avatar: null,
58
+ * name: null
59
+ * }
60
+ */
61
+ fetchUserMethod: {
62
+ type: Function,
63
+ required: true
64
+ },
65
+ showMoreAction: {
66
+ type: Boolean,
67
+ default: true
68
+ }
69
+ },
70
+ data () {
71
+ return {
72
+ userData: null
73
+ }
74
+ },
75
+ computed: {
76
+ dir () {
77
+ return this.data.isSend ? 'right' : 'left'
78
+ },
79
+ recalled () {
80
+ return !!this.data.recalled
81
+ },
82
+ innerColor () {
83
+ if (this.color) {
84
+ return this.color
85
+ }
86
+ if (this.dir === 'right') {
87
+ return '#c9e3fc'
88
+ } else {
89
+ return '#ffffff'
90
+ }
91
+ },
92
+ msgTimeText () {
93
+ return formatDate(this.data.wechatTime)
94
+ },
95
+ isTimeout () {
96
+ if (!this.data.createTime) {
97
+ return false
98
+ }
99
+ return Date.now() - new Date(this.data.createTime) > 10 * 60 * 1000; //超过5分钟,认为是失败
100
+ }
101
+ },
102
+ created () {
103
+ const rs = this.fetchUserMethod({
104
+ data: this.data
105
+ })
106
+ if (rs && rs.then) {
107
+ rs.then(data => {
108
+ this.userData = data
109
+ })
110
+ } else {
111
+ this.userData = rs
112
+ }
113
+ },
114
+ methods: {
115
+ handleErrorClick (errorMsg) {
116
+ error(errorMsg || '未知错误')
117
+ },
118
+ handleMoreActionClick () {
119
+ this.$emit('more-action-click')
120
+ }
121
+ }
122
+ }
123
+ </script>
124
+
125
+ <style lang="less">
126
+ .bi-chat-panel-chats-box{
127
+ display: flex;
128
+ flex-direction: row;
129
+ padding: 8px 12px;
130
+ &.is-left {
131
+ .bi-chat-panel-chats-box__avatar{
132
+ margin-right: 12px;
133
+ }
134
+ .bi-chat-panel-chats-box__content{
135
+ flex-direction: row-reverse;
136
+ justify-content: flex-end;
137
+ }
138
+ .bi-chat-panel-chats-box__message-arrow{
139
+ left: -8px;
140
+ transform: rotate(-90deg);
141
+ }
142
+ }
143
+ &.is-right {
144
+ flex-direction: row-reverse;
145
+ .bi-chat-panel-chats-box__avatar{
146
+ margin-left: 12px;
147
+ }
148
+ .bi-chat-panel-chats-box__main{
149
+ display: flex;
150
+ flex-direction: column;
151
+ align-items: flex-end;
152
+ }
153
+ .bi-chat-panel-chats-box__content{
154
+ flex-direction: row;
155
+ justify-content: flex-start;
156
+ }
157
+ .bi-chat-panel-chats-box__message-main{
158
+ display: flex;
159
+ flex-direction: row;
160
+ justify-content: flex-end;
161
+ }
162
+ .bi-chat-panel-chats-box__message-arrow{
163
+ right: -8px;
164
+ transform: rotate(90deg);
165
+ }
166
+ }
167
+ &.is-recalled {
168
+ .bi-chat-panel-chats-box__message-content{
169
+ opacity: .6;
170
+ }
171
+ }
172
+ }
173
+ .bi-chat-panel-chats-box__content{
174
+ display: flex;
175
+ align-items: center;
176
+ align-items: center;
177
+ }
178
+ .bi-chat-panel-chats-box__extend{
179
+ margin: 0 6px;
180
+ display: flex;
181
+ flex-direction: row;
182
+ align-items: center;
183
+ }
184
+ .bi-chat-panel-chats-box__extend-item{
185
+ margin: 0 6px;
186
+ }
187
+ .bi-chat-panel-chats-box__avatar{
188
+ width: 32px;
189
+ height: 32px;
190
+ background-color: #eee;
191
+ border-radius: 50%;
192
+ min-width: 32px;
193
+ margin-top: 27px;
194
+ }
195
+ .bi-chat-panel-chats-box__main{
196
+ min-width: 0;
197
+ }
198
+ .bi-chat-panel-chats-box__user{
199
+ margin-bottom: 3px;
200
+ height: 24px;
201
+ line-height: 24px;
202
+ max-width: 100%;
203
+ }
204
+ .bi-chat-panel-chats-box__user-name{
205
+ color: #999;
206
+ white-space: nowrap;
207
+ overflow: hidden;
208
+ text-overflow: ellipsis;
209
+ }
210
+ .bi-chat-panel-chats-box__content{
211
+ margin-bottom: 3px;
212
+ }
213
+ .bi-chat-panel-chats-box__date{
214
+ font-size: 12px;
215
+ color: #999;
216
+ }
217
+ .bi-chat-panel-chats-box__more{
218
+ color: #999;
219
+ }
220
+ .bi-chat-panel-chats-box__message{
221
+ position: relative;
222
+ }
223
+ .bi-chat-panel-chats-box__message-content {
224
+ border-radius: 3px;
225
+ position: relative;
226
+ display: inline-block;
227
+ vertical-align: top;
228
+ }
229
+ .bi-chat-panel-chats-box__message-arrow{
230
+ border: 6px solid transparent;
231
+ border-left-color: transparent!important;
232
+ border-right-color: transparent!important;
233
+ border-top: 0;
234
+ position: absolute;
235
+ top: 14px;
236
+ z-index: 10;
237
+ }
238
+ </style>
@@ -0,0 +1,273 @@
1
+ <template>
2
+ <view class="bi-chat-panel-chats-forward">
3
+ <view class="bi-chat-panel-chats-forward__title">转发指定好友</view>
4
+ <view class="bi-chat-panel-chats-forward__select">
5
+ <view class="bi-chat-panel-chats-forward__select-filter">
6
+ <bi-search
7
+ v-model="keyword"
8
+ placeholder="输入好友名称搜索"
9
+ :show-action="false"
10
+ @input="handleSearchSubmit"
11
+ ></bi-search>
12
+ </view>
13
+ <view class="bi-chat-panel-chats-forward__select-result">
14
+ <bi-scroll-load-more
15
+ ref="loadMore"
16
+ :data="contactsData"
17
+ @query="handleQueryContactsData"
18
+ >
19
+ <view
20
+ class="bi-chat-panel-chats-forward__select-list"
21
+ >
22
+ <view
23
+ class="bi-chat-panel-chats-forward__select-item"
24
+ :class="{'is-selected': !!selectionMap[item.id]}"
25
+ v-for="(item, index) in contactsData"
26
+ :key="item.id"
27
+ @click="handleFriendClick(item)"
28
+ >
29
+ <view class="bi-chat-panel-chats-forward__select-item-left">
30
+ <view class="bi-chat-panel-chats-forward__select-item-check"></view>
31
+ <template v-if="item.chatroomId">
32
+ <bi-room-avatar class="bi-chat-panel-chats-forward__select-item-avatar" :src="item.chatroomAvatar" :name="item.conRemark || item.nickname"></bi-room-avatar>
33
+ <text class="bi-chat-panel-chats-forward__select-item-name">{{item.conRemark || item.nickname}}</text>
34
+ </template>
35
+ <template v-else>
36
+ <bi-friend-avatar class="bi-chat-panel-chats-forward__select-item-avatar" :src="item.avatar" :name="item.conRemark || item.nickname"></bi-friend-avatar>
37
+ <text class="bi-chat-panel-chats-forward__select-item-name">{{item.conRemark || item.nickname}}</text>
38
+ </template>
39
+ </view>
40
+ <view class="bi-chat-panel-chats-forward__select-item-right">
41
+ <text class="bi-chat-panel-chats-forward__select-item-owner">{{ handleRenderWechatAccountText(item.wechatAccountId) }}</text>
42
+ </view>
43
+ </view>
44
+ </view>
45
+ </bi-scroll-load-more>
46
+ </view>
47
+ </view>
48
+ <view class="bi-chat-panel-chats-forward__toolbar">
49
+ <view class="bi-chat-panel-chats-forward__toolbar-item">
50
+ <uv-button @click="handleCancelClick">取消</uv-button>
51
+ </view>
52
+ <view class="bi-chat-panel-chats-forward__toolbar-item">
53
+ <uv-button type="primary" :loading="sending" @click="handleConfirmClick">确定</uv-button>
54
+ </view>
55
+ </view>
56
+ </view>
57
+ </template>
58
+
59
+ <script>
60
+ import BiRoomAvatar from 'client-sdk/uni-common/room-avatar/room-avatar.vue'
61
+ import BiFriendAvatar from 'client-sdk/uni-common/friend-avatar/friend-avatar.vue'
62
+ import BiEmpty from '@aochuang/common/uni-components/empty/empty.vue'
63
+ import BiSearch from '@aochuang/common/uni-components/search/search.vue'
64
+ import BiScrollLoadMore from '@aochuang/common/uni-common/scroll-load-more/scroll-load-more.vue'
65
+ import { loadContactsFriendData } from '@/apis/contacts.js'
66
+ import { MESSAGE_TYPE } from 'client-sdk/uni-components/chat-control'
67
+ import { toJson } from '@/utils/data'
68
+
69
+ export default {
70
+ name: 'BiChatPanelChatsForward',
71
+ components: {
72
+ BiRoomAvatar,
73
+ BiFriendAvatar,
74
+ BiEmpty,
75
+ BiSearch,
76
+ BiScrollLoadMore
77
+ },
78
+ props: {
79
+ data: {
80
+ type: Array
81
+ },
82
+ sendMessageMethod: {
83
+ type: Function
84
+ }
85
+ },
86
+ data () {
87
+ return {
88
+ keyword: null,
89
+ sending: false,
90
+ selection: [],
91
+ contactsData: []
92
+ }
93
+ },
94
+ computed: {
95
+ wechatAccountMap () {
96
+ return (this.$clientChat.account.accountData || []).reduce((rs, v) => {
97
+ rs[v.id] = v
98
+ return rs
99
+ }, {})
100
+ },
101
+ selectionMap () {
102
+ return (this.selection || []).reduce((rs, v) => {
103
+ rs[v.id] = v
104
+ return rs
105
+ }, {})
106
+ }
107
+ },
108
+ methods: {
109
+ handleSearchSubmit () {
110
+ this.$refs.loadMore.reload()
111
+ },
112
+ handleQueryContactsData ({ setCallback }) {
113
+ setCallback(({ pageSize, isReload }) => {
114
+ if (isReload) {
115
+ this.contactsData = []
116
+ }
117
+ return loadContactsFriendData({
118
+ keyword: this.keyword,
119
+ size: pageSize,
120
+ total: isReload ? 0 : this.contactsData.length
121
+ }).then(rs => {
122
+ this.contactsData = [].concat(this.contactsData, rs.data)
123
+ return rs
124
+ })
125
+ })
126
+ },
127
+ handleRenderWechatAccountText (wechatAccountId) {
128
+ if (!this.wechatAccountMap[wechatAccountId]) {
129
+ return
130
+ }
131
+ return this.wechatAccountMap[wechatAccountId].memo || this.wechatAccountMap[wechatAccountId].nickname
132
+ },
133
+ handleFriendClick (item) {
134
+ if (this.selectionMap[item.id]) {
135
+ let index = -1
136
+ this.selection.some((v, i) => {
137
+ if (v.id === item.id) {
138
+ index = i
139
+ return true
140
+ }
141
+ })
142
+ if (index >= 0) {
143
+ this.selection.splice(index, 1)
144
+ }
145
+ } else {
146
+ this.selection.push(item)
147
+ }
148
+ },
149
+ handleCancelClick () {
150
+ this.$emit('cancel')
151
+ },
152
+ handleConfirmClick () {
153
+ let targets = [...this.selection]
154
+ let messages = [...this.data].sort((a, b) => {
155
+ return a.wechatTime - b.wechatTime
156
+ })
157
+ if (this.sendMessageMethod) {
158
+ this.sending = true
159
+ this.sendMessageMethod({
160
+ messages,
161
+ targets
162
+ }).then(rs => {
163
+ const errors = (rs || []).filter(v => v.status === 'rejected')
164
+ if (errors.length) {
165
+ this.$error('发送失败' + errors.length + '条')
166
+ } else {
167
+ this.$success('发送成功')
168
+ this.$emit('success')
169
+ }
170
+ }).finally(() => {
171
+ this.sending = false
172
+ })
173
+ }
174
+ }
175
+ }
176
+ }
177
+ </script>
178
+
179
+ <style lang="less">
180
+ .bi-chat-panel-chats-forward__title{
181
+ font-size: 14px;
182
+ height: 32px;
183
+ line-height: 32px;
184
+ padding: 4px 12px;
185
+ color: #999;
186
+ }
187
+ .bi-chat-panel-chats-forward__select-filter{
188
+ padding: 0 12px;
189
+ }
190
+ .bi-chat-panel-chats-forward__toolbar{
191
+ display: flex;
192
+ flex-direction: row;
193
+ align-items: center;
194
+ justify-content: center;
195
+ padding: 12px;
196
+ border-top: 1px solid #eee;
197
+ }
198
+ .bi-chat-panel-chats-forward__toolbar-item{
199
+ margin: 0 8px;
200
+ }
201
+ .bi-chat-panel-chats-forward__select-result{
202
+ flex: 1;
203
+ min-height: 0;
204
+ overflow: auto;
205
+ height: 60vh;
206
+ }
207
+ .bi-chat-panel-chats-forward__select-item{
208
+ display: flex;
209
+ flex-direction: row;
210
+ justify-content: space-between;
211
+ align-items: center;
212
+ padding: 8px 16px;
213
+ position: relative;
214
+ &:after {
215
+ content: '';
216
+ position: absolute;
217
+ bottom: 0;
218
+ left: 12px;
219
+ right: 12px;
220
+ border-bottom: 1px solid #f8f8f8;
221
+ }
222
+ &.is-selected {
223
+ .bi-chat-panel-chats-forward__select-item-check{
224
+ background-color: #3c9cff;
225
+ border-color: #3c9cff;
226
+ }
227
+ }
228
+ }
229
+ .bi-chat-panel-chats-forward__select-item-left{
230
+ display: flex;
231
+ flex-direction: row;
232
+ align-items: center;
233
+ flex: 1;
234
+ min-width: 0;
235
+ margin-right: 12px;
236
+ }
237
+ .bi-chat-panel-chats-forward__select-item-avatar {
238
+ margin-right: 8px;
239
+ border-radius: 3px;
240
+ min-width: 32px;
241
+ height: 32px;
242
+ background-color: #eee;
243
+ border-radius: 3px;
244
+ }
245
+ .bi-chat-panel-chats-forward__select-item-check{
246
+ width: 20px;
247
+ min-width: 20px;
248
+ height: 20px;
249
+ border: 1px solid #eee;
250
+ border-radius: 4px;
251
+ margin-right: 12px;
252
+ position: relative;
253
+ &:after {
254
+ content: '';
255
+ position: absolute;
256
+ left: 5px;
257
+ top: 5px;
258
+ width: 8px;
259
+ height: 5px;
260
+ border: 2px solid #fff;
261
+ border-right: 0;
262
+ border-top: 0;
263
+ transform: rotate(-45deg);
264
+ }
265
+ }
266
+ .bi-chat-panel-chats-forward__select-item-owner{
267
+ font-size: 12px;
268
+ color: #999;
269
+ white-space: nowrap;
270
+ overflow: hidden;
271
+ text-overflow: ellipsis;
272
+ }
273
+ </style>