@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 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#ca282c" d="M512 682.666667H341.333333V341.333333h170.666667a170.666667 170.666667 0 1 1 0 341.333334z m-85.333333-256v170.666666h85.333333a85.333333 85.333333 0 1 0 0-170.666666h-85.333333z m213.333333-256H213.333333v682.666666h597.333334V341.333333h-170.666667V170.666667zM128 127.658667C128 104.277333 147.072 85.333333 170.624 85.333333H682.666667l213.333333 213.333334v597.034666A42.666667 42.666667 0 0 1 853.632 938.666667H170.368A42.666667 42.666667 0 0 1 128 896.341333V127.658667z" /></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#fc974d" d="M128 127.658667C128 104.277333 147.072 85.333333 170.624 85.333333H682.666667l213.333333 213.333334v597.034666A42.666667 42.666667 0 0 1 853.632 938.666667H170.368A42.666667 42.666667 0 0 1 128 896.341333V127.658667zM213.333333 170.666667v682.666666h597.333334V341.333333h-128v256h-256v85.333334H341.333333V341.333333h298.666667V170.666667H213.333333z m213.333334 256v85.333333h170.666666v-85.333333h-170.666666z" /></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M366.72 546.645333a149.76 149.76 0 0 1 0-69.248l-42.325333-24.448 42.666666-73.898666 42.325334 24.448A149.162667 149.162667 0 0 1 469.333333 368.853333V320h85.333334v48.853333c22.698667 6.741333 43.178667 18.773333 59.946666 34.645334l42.325334-24.448 42.666666 73.898666-42.325333 24.448a149.76 149.76 0 0 1 0 69.205334l42.325333 24.448-42.666666 73.898666-42.325334-24.448a149.162667 149.162667 0 0 1-59.946666 34.645334V704h-85.333334v-48.853333a149.162667 149.162667 0 0 1-59.946666-34.645334l-42.325334 24.448-42.666666-73.898666 42.325333-24.405334zM512 576a64 64 0 1 0 0-128 64 64 0 0 0 0 128zM640 170.666667H213.333333v682.666666h597.333334V341.333333h-170.666667V170.666667zM128 127.658667C128 104.277333 147.072 85.333333 170.624 85.333333H682.666667l213.333333 213.333334v597.034666A42.666667 42.666667 0 0 1 853.632 938.666667H170.368A42.666667 42.666667 0 0 1 128 896.341333V127.658667z" /></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#a9adb1" d="M896 341.333333v554.368A42.666667 42.666667 0 0 1 853.632 938.666667H170.368A42.368 42.368 0 0 1 128 896.341333V127.658667C128 104.746667 147.157333 85.333333 170.752 85.333333h469.12L896 341.333333z m-85.333333 42.666667h-213.333334V170.666667H213.333333v682.666666h597.333334V384zM341.333333 298.666667h128v85.333333H341.333333V298.666667z m0 170.666666h341.333334v85.333334H341.333333v-85.333334z m0 170.666667h341.333334v85.333333H341.333333v-85.333333z" /></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#b9c8cc" d="M469.333333 640h85.333334v85.333333h-85.333334v-85.333333z m85.333334-70.186667V597.333333h-85.333334v-64a42.666667 42.666667 0 0 1 42.666667-42.666666 64 64 0 1 0-62.762667-76.544l-83.712-16.768A149.376 149.376 0 1 1 554.666667 569.813333zM640 170.666667H213.333333v682.666666h597.333334V341.333333h-170.666667V170.666667zM128 127.658667C128 104.277333 147.072 85.333333 170.624 85.333333H682.666667l213.333333 213.333334v597.034666A42.666667 42.666667 0 0 1 853.632 938.666667H170.368A42.666667 42.666667 0 0 1 128 896.341333V127.658667z" /></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#359afc" d="M682.666667 341.333333v341.333334h-85.333334l-85.333333-85.333334-85.333333 85.333334H341.333333V341.333333h85.333334v213.333334l85.333333-85.333334 85.333333 85.333334V341.333333h42.666667V170.666667H213.333333v682.666666h597.333334V341.333333h-128zM128 127.658667C128 104.277333 147.072 85.333333 170.624 85.333333H682.666667l213.333333 213.333334v597.034666A42.666667 42.666667 0 0 1 853.632 938.666667H170.368A42.666667 42.666667 0 0 1 128 896.341333V127.658667z" /></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#5fcb9c" d="M853.333333 938.666667H170.666667a42.666667 42.666667 0 0 1-42.666667-42.666667V128a42.666667 42.666667 0 0 1 42.666667-42.666667h682.666666a42.666667 42.666667 0 0 1 42.666667 42.666667v768a42.666667 42.666667 0 0 1-42.666667 42.666667z m-42.666666-85.333334V170.666667H213.333333v682.666666h597.333334z m-213.333334-341.333333v213.333333h-170.666666v-128h85.333333v-85.333333h85.333333z m-85.333333-341.333333h85.333333v85.333333h-85.333333V170.666667z m-85.333333 85.333333h85.333333v85.333333h-85.333333V256z m85.333333 85.333333h85.333333v85.333334h-85.333333V341.333333z m-85.333333 85.333334h85.333333v85.333333h-85.333333v-85.333333z" /></svg>
@@ -0,0 +1,24 @@
1
+ import execl from './file-excel-line.svg'
2
+ import pdf from './file-pdf-line.svg'
3
+ import ppt from './file-ppt-line.svg'
4
+ import unknow from './file-unknow-line.svg'
5
+ import word from './file-word-line.svg'
6
+ import zip from './file-zip-line.svg'
7
+ import info from './file-info-line.svg'
8
+ import text from './file-text-line.svg'
9
+
10
+ export default {
11
+ xlsx: execl,
12
+ xls: execl,
13
+ pdf,
14
+ ppt,
15
+ unknow,
16
+ word,
17
+ zip,
18
+ doc: word,
19
+ docx: word,
20
+ rar: zip,
21
+ ini: info,
22
+ txt: text,
23
+ '7z': zip
24
+ }
@@ -0,0 +1,296 @@
1
+ <template>
2
+ <div class="sdk-chat-control-image" @click="handleClick">
3
+ <div class="sdk-chat-control-image__main" :style="{'height': innerHeight, 'max-height': innerMaxHeight + 'px'}">
4
+ <template v-if="allowDefrost">
5
+ <template v-if="defrostMsg">
6
+ <div class="sdk-chat-control-image__defrost">
7
+ <div class="sdk-chat-control-image__defrost-icon">
8
+ <ui-icon name="information-line" :size="20"></ui-icon>
9
+ </div>
10
+ <div class="sdk-chat-control-image__defrost-text">
11
+ {{ defrostMsg }}
12
+ </div>
13
+ <div class="sdk-chat-control-image__error-action">
14
+ <ui-button type="primary" size="mini" :click="handleRefreshClick">重新请求</ui-button>
15
+ </div>
16
+ </div>
17
+ </template>
18
+ <template v-else-if="errorMsg">
19
+ <div class="sdk-chat-control-image__error">
20
+ <div class="sdk-chat-control-image__error-icon">
21
+ <ui-icon name="information-line" :size="20"></ui-icon>
22
+ </div>
23
+ <div class="sdk-chat-control-image__error-text">
24
+ {{ errorMsg }}
25
+ </div>
26
+ <div class="sdk-chat-control-image__error-action">
27
+ <ui-button type="primary" size="mini" :click="handleUnlockClick">尝试解档</ui-button>
28
+ </div>
29
+ </div>
30
+ </template>
31
+ <template v-else>
32
+ <div class="sdk-chat-control-image__control">
33
+ <ui-image
34
+ :src="innerSrc"
35
+ :radius="0"
36
+ :previewable="previewable"
37
+ :width="innerWidth"
38
+ :height="innerHeight"
39
+ :max-width="innerMaxWidth"
40
+ :max-height="innerMaxHeight"
41
+ :preview-method="previewMethod"
42
+ :enable-thumb="enableOptimize"
43
+ fit="contain"
44
+ @error="handleError"
45
+ @click.native="handleImageClick"
46
+ ></ui-image>
47
+ <template v-if="isOriginImage">
48
+ <span class="sdk-chat-control-image__hd">原图</span>
49
+ </template>
50
+ </div>
51
+ </template>
52
+ </template>
53
+ <template v-else>
54
+ <div class="sdk-chat-control-image__control">
55
+ <ui-image
56
+ :src="innerSrc"
57
+ :radius="0"
58
+ :previewable="previewable"
59
+ :width="innerWidth"
60
+ :height="innerHeight"
61
+ :max-width="innerMaxWidth"
62
+ :max-height="innerMaxHeight"
63
+ :preview-method="previewMethod"
64
+ :enable-thumb="enableOptimize"
65
+ fit="contain"
66
+ @error="handleError"
67
+ @click.native="handleImageClick"
68
+ ></ui-image>
69
+ <template v-if="isOriginImage">
70
+ <span class="sdk-chat-control-image__hd">原图</span>
71
+ </template>
72
+ </div>
73
+ </template>
74
+ </div>
75
+ </div>
76
+ </template>
77
+ <script>
78
+ import { Image as UiImage, Button as UiButton, Icon as UiIcon, Loading as UiLoading } from '@aochuang/common/components'
79
+ import { isOriginImage, getNewImageSrc} from './util'
80
+
81
+ export default {
82
+ name: 'SdkChatControlImage',
83
+ components: {
84
+ UiIcon,
85
+ UiImage,
86
+ UiButton,
87
+ UiLoading
88
+ },
89
+ props: {
90
+ id: {
91
+ type: String
92
+ },
93
+ type: {
94
+ type: String,
95
+ default: 'default',
96
+ validator (value) {
97
+ return ['quote', 'default', 'thumb'].includes(value)
98
+ }
99
+ },
100
+ content: {
101
+ type: String
102
+ },
103
+ maxWidth: {
104
+ type: Number,
105
+ default: 300
106
+ },
107
+ maxHeight: {
108
+ type: Number,
109
+ default: 300
110
+ },
111
+ previewable: {
112
+ type: Boolean,
113
+ default: true
114
+ },
115
+ imageClickMethod: {
116
+ type: Function
117
+ },
118
+ previewMethod: {
119
+ type: Function
120
+ },
121
+ /**
122
+ * 解冻图片
123
+ */
124
+ defrostMethod: {
125
+ type: Function
126
+ },
127
+ /**
128
+ * 查询解冻结果方法
129
+ */
130
+ defrostResultMethod: {
131
+ type: Function
132
+ },
133
+ /**
134
+ * 开启图片优化
135
+ * 缩略图:xxx_thumb.jpg
136
+ * 大图:xxx_new.jpg
137
+ * 原图:xxx_origin.jpg
138
+ * 新的手机版本消息里面默认返回的图片地址会带_new.jpg(大图)或_thumb.jpg,如果下载过原图,那么消息里面就会带_origin.jpg后缀,前端需要改成_thumb后缀
139
+ * 如果有原图了,那肯定是有thumb.jpg的,和老肖确定了
140
+ * 需要分两个版本
141
+ * 老版本交互式用户一点击查看大图,就调用socket命令去下载原图,下载完后,后面消息里面返回的就是原图了
142
+ * 新版本交互式用户一点击查看大图,那么就将地址改成_new.jpg,并且点击下载的时候才去下载原图,下载完原图将消息的后缀改成_origin.jpg
143
+ * 检查新老版本可以根据是否有_new.jpg和_thumb.jpg判断
144
+ * 如果是老的版本,那么需要走图片裁剪优化逻辑
145
+ */
146
+ enableOptimize: {
147
+ type: Boolean,
148
+ default: false
149
+ }
150
+ },
151
+ data () {
152
+ return {
153
+ defrostMsg: null,
154
+ errorMsg: null
155
+ }
156
+ },
157
+ computed: {
158
+ src () {
159
+ return this.content
160
+ },
161
+ innerWidth () {
162
+ let width = null
163
+ if (this.type === 'default') {
164
+ }
165
+ return width
166
+ },
167
+ innerHeight () {
168
+ let height = null
169
+ if (this.type === 'default') {
170
+ height = this.innerMaxHeight ? (this.innerMaxHeight + 'px') : '300px'
171
+ } else if (this.type === 'thumb') {
172
+ height = this.innerMaxHeight ? (this.innerMaxHeight + 'px') : ''
173
+ }
174
+ return height
175
+ },
176
+ innerMaxWidth () {
177
+ if (this.type === 'quote') {
178
+ return 60
179
+ } else if (this.type === 'thumb') {
180
+ return 180
181
+ } else {
182
+ return this.maxWidth
183
+ }
184
+ },
185
+ innerMaxHeight () {
186
+ if (this.type === 'quote') {
187
+ return 60
188
+ } else if (this.type === 'thumb') {
189
+ return 72
190
+ } else {
191
+ return this.maxHeight
192
+ }
193
+ },
194
+ innerSrc () {
195
+ if (!this.enableOptimize) {
196
+ return this.src
197
+ }
198
+ // 如果是原图地址,那么需要改成缩略图地址,防止消息里面都是展示的原图,以为默认后端逻辑是有原图返回原图,
199
+ if (isOriginImage(this.src)) {
200
+ // 替换成缩略图地址
201
+ return getNewImageSrc(this.src) || this.src
202
+ } else {
203
+ return this.src
204
+ }
205
+ },
206
+ isOriginImage () {
207
+ return isOriginImage(this.src)
208
+ },
209
+ allowDefrost () {
210
+ return !!this.defrostMethod
211
+ }
212
+ },
213
+ methods: {
214
+ handleClick () {
215
+ this.$emit('click')
216
+ },
217
+ handleImageClick () {
218
+ this.imageClickMethod && this.imageClickMethod()
219
+ },
220
+ handleError () {
221
+ if (!this.defrostMethod) {
222
+ return
223
+ }
224
+ this.errorMsg = '加载失败,可能资源被归档~'
225
+ },
226
+ handleUnlockClick () {
227
+ if (!this.defrostMethod) {
228
+ return
229
+ }
230
+ return this.defrostMethod({
231
+ content: this.content
232
+ }).then((res) => {
233
+ this.defrostMsg = res || '解冻已执行,请耐心等待~'
234
+ })
235
+ },
236
+ handleRefreshClick () {
237
+ this.errorMsg = null
238
+ this.defrostMsg = null
239
+ }
240
+ }
241
+ }
242
+ </script>
243
+ <style lang="less">
244
+ .sdk-chat-control-image__main{
245
+ display: inline-block;
246
+ position: relative;
247
+ vertical-align: top;
248
+ min-width: 180px;
249
+ background-color: #eee;
250
+ text-align: center;
251
+ .ui-image{
252
+ vertical-align: top;
253
+ }
254
+ }
255
+ .sdk-chat-control-image__defrost,
256
+ .sdk-chat-control-image__error{
257
+ position: absolute;
258
+ left: 0;
259
+ top: 0;
260
+ right: 0;
261
+ bottom: 0;
262
+ z-index: 10;
263
+ background-color: #f2f2f2;
264
+ display: flex;
265
+ flex-direction: column;
266
+ align-items: center;
267
+ justify-content: center;
268
+ font-size: 12px;
269
+ padding: 12px;
270
+ color: #999;
271
+ line-height: 1.7em;
272
+ }
273
+ .sdk-chat-control-image__error-action{
274
+ margin-top: 6px;
275
+ }
276
+ .sdk-chat-control-image__control{
277
+ display: inline-block;
278
+ line-height: 1em;
279
+ vertical-align: top;
280
+ }
281
+ .sdk-chat-control-image__hd{
282
+ position: absolute;
283
+ background-color: #3773f9;
284
+ color: #fff;
285
+ right: 8px;
286
+ bottom: 8px;
287
+ padding: 4px 6px;
288
+ border-radius: 3px;
289
+ font-weight: bold;
290
+ display: inline-block;
291
+ font-size: 12px;
292
+ transform: scale(.75);
293
+ transform-origin: 100% 100%;
294
+ white-space: nowrap;
295
+ }
296
+ </style>
@@ -0,0 +1 @@
1
+ export { isNewImage, isOriginImage, getNewImageSrc } from './util'
@@ -0,0 +1,21 @@
1
+ export function isNewImage (url) {
2
+ if (!url) {
3
+ return false
4
+ }
5
+ return url.toLocaleLowerCase().indexOf('_new.') >= 0
6
+ }
7
+
8
+ export function isOriginImage (url) {
9
+ if (!url) {
10
+ return false
11
+ }
12
+ return url.toLocaleLowerCase().indexOf('_origin.') >= 0
13
+ }
14
+
15
+ export function getNewImageSrc (url) {
16
+ if (isOriginImage(url)) {
17
+ return url.replace('_origin.', '_new.')
18
+ } else {
19
+ return url
20
+ }
21
+ }
@@ -0,0 +1,105 @@
1
+ import text from './text/text.vue'
2
+ import image from './image/image.vue'
3
+ import voice from './voice/voice.vue'
4
+ import shareCard from './share-card/share-card.vue'
5
+ import companyCard from './company-card/company-card.vue'
6
+ import video from './video/video.vue'
7
+ import customExpression from './custom-expression/custom-expression.vue'
8
+ import location from './location/location.vue'
9
+ import fileUrl from './file-url/file-url.vue'
10
+ import calling from './calling/calling.vue'
11
+ // import roomCalling from './room-calling/room-calling.vue'
12
+ // import realTimePosition from './real-time-position/real-time-position.vue'
13
+ import redEnvelopes from './red-envelopes/red-envelopes.vue'
14
+ // import system from './system/system.vue'
15
+ // import systemBatchMessage from './system-batch-message/system-batch-message.vue'
16
+ import jxSysText from './jx-sys-text/jx-sys-text.vue'
17
+ // import memberChange from './member-change/member-change.vue'
18
+ // import systemMoney from './system-money/system-money.vue'
19
+ // import textWithAt from './text-with-at/text-with-at.vue'
20
+ import channelVideo from './channel-video/channel-video.vue'
21
+ import channelLive from './channel-live/channel-live.vue'
22
+ // import channelVideoCard from './channel-video-card/channel-video-card.vue'
23
+ // import music from './music/music.vue'
24
+ // import transfer from './transfer/transfer.vue'
25
+ import url from './url/url.vue'
26
+ // import quoteMessage from './quote-message/quote-message.vue'
27
+ import empty from './empty/empty.vue'
28
+ import unknow from './unknow/unknow.vue'
29
+ // import WechatChatControlConfig from './wechat-chat-control-config.vue'
30
+ // import WechatChatControlConfigMsg from './wechat-chat-control-config-msg.vue'
31
+ // import WechatChatControlConfigItem from './wechat-chat-control-config-item.vue'
32
+ // import revokeMeMessage from './revoke-me-message/revoke-me-message.vue'
33
+ // import revokeOtherMessage from './revoke-other-message/revoke-other-message.vue'
34
+ // import revokeYouMessage from './revoke-you-message/revoke-you-message.vue'
35
+ import { MESSAGE_TYPE } from './util'
36
+
37
+ export const chatControls = {
38
+ [MESSAGE_TYPE.TEXT]: text,
39
+ [MESSAGE_TYPE.IMAGE]: image,
40
+ [MESSAGE_TYPE.VOICE]: voice,
41
+ // [MESSAGE_TYPE.MUSIC]: music,
42
+ // [MESSAGE_TYPE.ROOM_CALLING]: roomCalling,
43
+ [MESSAGE_TYPE.SHARE_CARD]: shareCard,
44
+ [MESSAGE_TYPE.COMPANY_CARD]: companyCard,
45
+ [MESSAGE_TYPE.VIDEO]: video,
46
+ [MESSAGE_TYPE.CUSTOM_EXPRESSION]: customExpression,
47
+ [MESSAGE_TYPE.CUSTOM_EXPRESSION_W]: customExpression,
48
+ [MESSAGE_TYPE.LOCATION]: location,
49
+ [MESSAGE_TYPE.URL]: url,
50
+ [MESSAGE_TYPE.URLNew]: fileUrl,
51
+ // [MESSAGE_TYPE.CALLING]: calling,
52
+ // [MESSAGE_TYPE.REAL_TIME_POSITION]: realTimePosition,
53
+ [MESSAGE_TYPE.RED_ENVELOPES]: redEnvelopes,
54
+ // [MESSAGE_TYPE.ACCOUNT_TRANSFER]: transfer,
55
+ // [MESSAGE_TYPE.SYSTEM]: system,
56
+ [MESSAGE_TYPE.JX_SYS_TEXT]: jxSysText,
57
+ // [MESSAGE_TYPE.MEMBER_CHANGE]: memberChange,
58
+ // [MESSAGE_TYPE.SYSTEM_MONEY]: systemMoney,
59
+ // [MESSAGE_TYPE.TEXT_WITH_AT]: textWithAt,
60
+ // [MESSAGE_TYPE.QUOTE_MESSAGE]: quoteMessage,
61
+ [MESSAGE_TYPE.CHANNEL_VIDEO]: channelVideo,
62
+ // [MESSAGE_TYPE.CHANNEL_VIDEO_CARD]: channelVideoCard, // 视频号名片
63
+ [MESSAGE_TYPE.CHANNEL_VIDEO_LIVE]: channelLive, // 视频号直播
64
+ // [MESSAGE_TYPE.SYSTEM_BATCH_MESSAGE]: systemBatchMessage,
65
+ // [MESSAGE_TYPE.REVOKE_ME_MESSAGE]: revokeMeMessage,
66
+ // [MESSAGE_TYPE.REVOKE_OTHER_MESSAGE]: revokeOtherMessage,
67
+ // [MESSAGE_TYPE.REVOKE_YOU_MESSAGE]: revokeYouMessage
68
+ }
69
+
70
+ export {
71
+ text,
72
+ image,
73
+ voice,
74
+ shareCard,
75
+ video,
76
+ customExpression,
77
+ location,
78
+ fileUrl,
79
+ url,
80
+ calling,
81
+ // roomCalling,
82
+ companyCard,
83
+ // realTimePosition,
84
+ redEnvelopes,
85
+ // system,
86
+ // systemBatchMessage,
87
+ jxSysText,
88
+ // memberChange,
89
+ // systemMoney,
90
+ // textWithAt,
91
+ // quoteMessage,
92
+ channelVideo, // 视频号
93
+ // channelVideoCard,
94
+ channelLive, // 视频号直播
95
+ // music,
96
+ // transfer,
97
+ empty,
98
+ unknow,
99
+ // revokeMeMessage,
100
+ // revokeOtherMessage,
101
+ // revokeYouMessage,
102
+ // WechatChatControlConfig,
103
+ // WechatChatControlConfigMsg,
104
+ // WechatChatControlConfigItem
105
+ }
@@ -0,0 +1,28 @@
1
+
2
+ <template>
3
+ <div class="sdk-chat-wework-control-jx-system-text">
4
+ {{ content }}
5
+ </div>
6
+ </template>
7
+ <script>
8
+ export default {
9
+ name: 'SdkChatControlJxSystemText',
10
+ props: {
11
+ id: {
12
+ type: String
13
+ },
14
+ content: {
15
+ type: String
16
+ }
17
+ }
18
+ }
19
+ </script>
20
+ <style lang="less">
21
+ .sdk-chat-wework-control-jx-system-text{
22
+ text-align: center;
23
+ color: #999;
24
+ font-size: 12px;
25
+ width: 100%;
26
+ padding: 12px;
27
+ }
28
+ </style>
@@ -0,0 +1,100 @@
1
+ <template>
2
+ <div class="sdk-wework-chat-control-link">
3
+ <div class="sdk-wework-chat-control-link__main">
4
+ <div class="sdk-wework-chat-control-link__info">
5
+ <strong class="sdk-wework-chat-control-link__title">{{title}}</strong>
6
+ <div class="sdk-wework-chat-control-link__description">{{description || url}}</div>
7
+ </div>
8
+ <div class="sdk-wework-chat-control-link__icon" v-if="cover" :style="{'background-image': `url(${cover})`}"></div>
9
+ </div>
10
+ <div class="sdk-wework-chat-control-link__foot">
11
+ 超链接
12
+ </div>
13
+ </div>
14
+ </template>
15
+ <script>
16
+ export default {
17
+ name: 'SdkWeworkChatControlLink',
18
+ props: {
19
+ data: {
20
+ type: Object,
21
+ required: true
22
+ }
23
+ },
24
+ computed: {
25
+ content () {
26
+ let content = this.data.content
27
+ if (typeof content === 'string') {
28
+ content = JSON.parse(content)
29
+ }
30
+ return content || {}
31
+ },
32
+ title () {
33
+ return this.content.title
34
+ },
35
+ description () {
36
+ return this.content.description
37
+ },
38
+ cover () {
39
+ return this.content.cover
40
+ },
41
+ url () {
42
+ return this.content.url
43
+ }
44
+ }
45
+ }
46
+ </script>
47
+ <style lang="less">
48
+ .sdk-wework-chat-control-link{
49
+ word-break: break-all;
50
+ line-height: 1.5em;
51
+ max-width: 100%;
52
+ width: 248px;
53
+ color: #484848;
54
+ }
55
+ .sdk-wework-chat-control-link__main{
56
+ display: flex;
57
+ flex-direction: row;
58
+ padding-top: 3px;
59
+ padding: 6px 12px;
60
+ line-height: 1.5em;
61
+ }
62
+ .sdk-wework-chat-control-link__description{
63
+ color: #999;
64
+ word-break: break-all;
65
+ display: -webkit-box;
66
+ -webkit-box-orient: vertical;
67
+ -webkit-line-clamp: 2;
68
+ overflow: hidden;
69
+ }
70
+ .sdk-wework-chat-control-link__info{
71
+ flex: 1;
72
+ min-width: 0;
73
+ }
74
+ .sdk-wework-chat-control-link__title{
75
+ display: block;
76
+ margin-bottom: 4px;
77
+ white-space: nowrap;
78
+ overflow: hidden;
79
+ text-overflow: ellipsis;
80
+ }
81
+ .sdk-wework-chat-control-link__icon{
82
+ display: inline-block;
83
+ width: 48px;
84
+ height: 48px;
85
+ background-position: 50% 50%;
86
+ background-repeat: no-repeat;
87
+ background-size: 140%;
88
+ margin-left: 12px;
89
+ margin-top: 12px;
90
+ }
91
+ .sdk-wework-chat-control-link__foot{
92
+ padding: 0 12px;
93
+ border-top: 1px solid #eee;
94
+ color: #999;
95
+ font-size: 12px;
96
+ height: 24px;
97
+ line-height: 24px;
98
+ box-sizing: content-box;
99
+ }
100
+ </style>