@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,180 @@
1
+ <template>
2
+ <div class="sdk-chat-wework-control-channel-video" :class="['sdk-chat-wework-control-channel-video--' + type, {'is-border': border}]">
3
+ <template v-if="type === 'default' || type === 'thumb'">
4
+ <div class="sdk-chat-wework-control-channel-video__cover">
5
+ <ui-image :src="cover" width="100%" height="100%" fit="cover" :radius="0"></ui-image>
6
+ </div>
7
+ <div class="sdk-chat-wework-control-channel-video__main">
8
+ <div class="sdk-chat-wework-control-channel-video__rows">
9
+ <div class="sdk-chat-wework-control-channel-video__row">
10
+ <ui-avatar :src="avatar" :name="nickname"></ui-avatar>
11
+ </div>
12
+ <div class="sdk-chat-wework-control-channel-video__row">
13
+ <div class="sdk-chat-wework-control-channel-video__description">{{ desc }}</div>
14
+ </div>
15
+ </div>
16
+ <div class="sdk-chat-wework-control-channel-video__other">视频号消息</div>
17
+ </div>
18
+ </template>
19
+ <template v-else-if="type === 'quote'">
20
+ <div class="sdk-chat-wework-control-channel-video__icon"></div>
21
+ <div class="sdk-chat-wework-control-channel-video__title">{{ desc }}</div>
22
+ <div class="sdk-chat-wework-control-channel-video__cover">
23
+ <ui-image :src="cover" width="100%" height="100%" fit="cover" :radius="0"></ui-image>
24
+ </div>
25
+ </template>
26
+ </div>
27
+ </template>
28
+ <script>
29
+ import { Avatar as UiAvatar, Image as UiImage } from '@aochuang/common/components'
30
+ import { parse } from '../../../utils/json'
31
+ import { formatOssPath } from '@aochuang/common/utils/oss'
32
+
33
+ export default {
34
+ name: 'SdkChatControlChannelVideo',
35
+ components: {
36
+ UiAvatar,
37
+ UiImage
38
+ },
39
+ inject: {
40
+ SdkChatPanelBox: {
41
+ default: null
42
+ }
43
+ },
44
+ props: {
45
+ id: {
46
+ type: String
47
+ },
48
+ content: {
49
+ type: [String, Object]
50
+ },
51
+ type: {
52
+ type: String,
53
+ default: 'default',
54
+ validator (value) {
55
+ return ['quote', 'default', 'thumb'].includes(value)
56
+ }
57
+ }
58
+ },
59
+ computed: {
60
+ nextContent () {
61
+ return parse(this.content) || {}
62
+ },
63
+ cover () {
64
+ return formatOssPath(this.nextContent.thumbUrl || this.nextContent.thumbOssUrl)
65
+ },
66
+ avatar () {
67
+ return formatOssPath(this.nextContent.avatar)
68
+ },
69
+ nickname () {
70
+ return this.nextContent.nickname
71
+ },
72
+ desc () {
73
+ return this.nextContent.desc
74
+ },
75
+ border () {
76
+ if (this.type === 'quote') {
77
+ return false
78
+ }
79
+ return !this.SdkChatPanelBox
80
+ }
81
+ }
82
+ }
83
+ </script>
84
+ <style lang="less">
85
+ .sdk-chat-wework-control-channel-video{
86
+ display: inline-block;
87
+ max-width: 100%;
88
+ &.is-border {
89
+ border: 1px solid #eee;
90
+ border-radius: 4px;
91
+ }
92
+ }
93
+ .sdk-chat-wework-control-channel-video--default,
94
+ .sdk-chat-wework-control-channel-video--thumb {
95
+ max-width: 280px;
96
+ text-align: left;
97
+ color: #172b4d;
98
+ .sdk-chat-wework-control-channel-video__cover{
99
+ height: 180px;
100
+ background-color: #eee;
101
+ }
102
+ .sdk-chat-wework-control-channel-video__row{
103
+ line-height: 1.5em;
104
+ padding: 3px 12px;
105
+ }
106
+ .sdk-chat-wework-control-channel-video__main{
107
+ padding: 6px 0 0;
108
+ }
109
+ .sdk-chat-wework-control-channel-video__other {
110
+ font-size: 12px;
111
+ color: #999;
112
+ border-top: 1px solid #eee;
113
+ padding: 0 12px;
114
+ height: 24px;
115
+ line-height: 24px;
116
+ margin-top: 6px;
117
+ background-color: #fff;
118
+ border-bottom-left-radius: 3px;
119
+ border-bottom-right-radius: 3px;
120
+ }
121
+ .sdk-chat-wework-control-channel-video__description{
122
+ display: -webkit-box;
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ -webkit-line-clamp: 3;
126
+ -webkit-box-orient: vertical;
127
+ }
128
+ }
129
+ .sdk-chat-wework-control-channel-video--thumb{
130
+ background-color: #fff;
131
+ overflow: hidden;
132
+ position: relative;
133
+ .sdk-chat-wework-control-channel-video__cover{
134
+ position: absolute;
135
+ left: 0;
136
+ right: 0;
137
+ top: 0;
138
+ bottom: 0;
139
+ &:before {
140
+ content: '';
141
+ position: absolute;
142
+ left: 0;
143
+ top: 0;
144
+ right: 0;
145
+ bottom: 0;
146
+ z-index: 3;
147
+ background: linear-gradient(180deg,#fff 0,hsla(0,0%,100%,.8) 48%,hsla(0,0%,100%,.4) 79%,hsla(0,0%,100%,0));
148
+ }
149
+ }
150
+ .sdk-chat-wework-control-channel-video__main {
151
+ position: relative;
152
+ z-index: 5;
153
+ }
154
+ }
155
+ .sdk-chat-wework-control-channel-video--quote {
156
+ display: flex;
157
+ flex-direction: row;
158
+ max-width: 360px;
159
+ .sdk-chat-wework-control-channel-video__icon {
160
+ display: inline-block;
161
+ width: 18px;
162
+ height: 18px;
163
+ margin-right: 4px;
164
+ min-width: 18px;
165
+ vertical-align: top;
166
+ margin-top: 2px;
167
+ color: #999;
168
+ background: url('./quote-icon.svg') no-repeat 50% 50%;
169
+ background-size: cover;
170
+ }
171
+ .sdk-chat-wework-control-channel-video__cover {
172
+ width: 52px;
173
+ height: 52px;
174
+ min-width: 52px;
175
+ }
176
+ .sdk-chat-wework-control-channel-video__title{
177
+ margin-right: 6px;
178
+ }
179
+ }
180
+ </style>
@@ -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 t="1752135256842" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3545" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M205.312 157.013333c37.319111 0.512 92.245333 26.510222 214.044444 207.587556a2954.723556 2954.723556 0 0 1 83.143112 131.697778 2964.707556 2964.707556 0 0 1 83.171555-131.697778c121.799111-181.077333 176.696889-207.075556 214.044445-207.559111l1.024-0.028445h1.080888c9.216 0 41.301333 2.56 66.702223 35.982223 47.104 61.895111 42.581333 190.976-13.795556 394.666666l-0.227555 0.796445a1318.684444 1318.684444 0 0 1-41.955556 116.764444c-40.391111 96.426667-75.804444 137.557333-118.328889 137.557333-38.855111 0-83.626667-30.037333-133.034667-89.315555a625.038222 625.038222 0 0 1-58.652444-83.996445 625.038222 625.038222 0 0 1-58.680889 83.996445c-49.408 59.278222-94.151111 89.315556-133.006222 89.315555-42.552889 0-77.937778-41.130667-118.357333-137.557333-24.177778-57.685333-41.244444-114.346667-41.955556-116.764444l-0.227556-0.796445C93.923556 384 89.429333 254.862222 136.533333 192.995556c24.177778-31.829333 54.442667-35.697778 65.251556-35.982223h3.555555z m-0.881778 81.351111c-3.84 2.702222-12.117333 13.624889-16.384 41.813334-6.257778 41.244444-4.380444 124.302222 40.192 285.411555 1.365333 4.465778 14.904889 48.753778 33.735111 95.573334 27.676444 68.949333 45.880889 92.16 53.048889 99.328 10.439111-4.266667 34.56-19.882667 68.721778-61.44 29.923556-36.380444 56.718222-79.758222 73.870222-119.182223-17.351111-30.151111-56.376889-96.568889-100.977778-163.413333-102.001778-152.832-144.042667-175.018667-152.206222-178.062222z m596.195556 0c-8.163556 3.072-50.232889 25.258667-152.206222 178.090667a3080.931556 3080.931556 0 0 0-101.006223 163.384889c17.180444 39.452444 43.975111 82.830222 73.870223 119.210667 34.161778 41.557333 58.311111 57.173333 68.750222 61.44 7.139556-7.168 25.429333-30.492444 53.248-99.84a1277.155556 1277.155556 0 0 0 33.507555-95.061334c44.572444-161.109333 46.449778-244.138667 40.192-285.44-4.266667-28.16-12.515556-39.082667-16.355555-41.756444z" fill="#999" p-id="3546"></path></svg>
@@ -0,0 +1,136 @@
1
+ <template>
2
+ <div class="sdk-chat-control-company-card" :class="['sdk-chat-control-company-card--' + type]">
3
+ <template v-if="type === 'default' || type === 'thumb'">
4
+ <div class="sdk-chat-control-company-card__main">
5
+ <div class="sdk-chat-control-company-card__avatar">
6
+ <sdk-avatar :src="avatar" :radius="false" size="medium"></sdk-avatar>
7
+ </div>
8
+ <div class="sdk-chat-control-company-card__fields">
9
+ <div class="sdk-chat-control-company-card__title">{{name}}</div>
10
+ <div class="sdk-chat-control-company-card__summary">{{description}}</div>
11
+ </div>
12
+ </div>
13
+ <div class="sdk-chat-control-company-card__foot">
14
+ <span class="sdk-chat-control-company-card__category">{{category}}</span>
15
+ </div>
16
+ </template>
17
+ <template v-else>
18
+ <div class="sdk-chat-control-company-card__icon"></div>
19
+ <div class="sdk-chat-control-company-card__title">{{name}}</div>
20
+ <div class="sdk-chat-control-company-card__avatar">
21
+ <sdk-avatar :src="avatar" :radius="false" size="medium"></sdk-avatar>
22
+ </div>
23
+ </template>
24
+ </div>
25
+ </template>
26
+ <script>
27
+ import { parse } from '../../../utils/json'
28
+ import SdkAvatar from '../../../common/avatar'
29
+ import { formatOssPath } from '@aochuang/common/utils/oss'
30
+
31
+ export default {
32
+ name: 'SdkChatControlCompanyCard',
33
+ components: {
34
+ SdkAvatar
35
+ },
36
+ props: {
37
+ id: {
38
+ type: String
39
+ },
40
+ content: {
41
+ type: [String, Object]
42
+ },
43
+ type: {
44
+ type: String,
45
+ default: 'default',
46
+ validator (value) {
47
+ return ['quote', 'default', 'thumb'].includes(value)
48
+ }
49
+ }
50
+ },
51
+ computed: {
52
+ nextContent () {
53
+ return parse(this.content) || {}
54
+ },
55
+ description () {
56
+ return this.nextContent.openimdesc
57
+ },
58
+ name () {
59
+ return this.nextContent.nickname
60
+ },
61
+ avatar () {
62
+ return formatOssPath(this.nextContent.bigheadimgurl)
63
+ },
64
+ category () {
65
+ return '企业微名片'
66
+ }
67
+ }
68
+ }
69
+ </script>
70
+ <style lang="less">
71
+ .sdk-chat-control-company-card--default,
72
+ .sdk-chat-control-company-card--thumb{
73
+ width: 248px;
74
+ max-width: 100%;
75
+ line-height: 1.5em;
76
+ .sdk-chat-control-company-card__main{
77
+ display: flex;
78
+ flex-direction: row;
79
+ padding: 10px;
80
+ }
81
+ .sdk-chat-control-company-card__fields{
82
+ flex: 1;
83
+ min-width: 0;
84
+ padding-left: 10px;
85
+ }
86
+ .sdk-chat-control-company-card__title{
87
+ font-size: 14px;
88
+ overflow: hidden;
89
+ text-overflow: ellipsis;
90
+ white-space: nowrap;
91
+ }
92
+ .sdk-chat-control-company-card__summary{
93
+ color: #888;
94
+ font-size: 12px;
95
+ overflow: hidden;
96
+ text-overflow: ellipsis;
97
+ white-space: nowrap;
98
+ margin-top: 6px;
99
+ }
100
+ .sdk-chat-control-company-card__foot{
101
+ border-top: 1px solid #eee;
102
+ height: 24px;
103
+ line-height: 24px;
104
+ padding: 0 10px;
105
+ box-sizing: content-box;
106
+ }
107
+ .sdk-chat-control-company-card__category{
108
+ color: #999;
109
+ font-size: 12px;
110
+ }
111
+ }
112
+ .sdk-chat-control-company-card--thumb{
113
+ border: 1px solid #eee;
114
+ background-color: #fff;
115
+ border-radius: 4px;
116
+ }
117
+ .sdk-chat-control-company-card--quote {
118
+ display: flex;
119
+ flex-direction: row;
120
+ .sdk-chat-control-company-card__icon {
121
+ display: inline-block;
122
+ width: 18px;
123
+ height: 18px;
124
+ margin-right: 4px;
125
+ min-width: 18px;
126
+ vertical-align: top;
127
+ margin-top: 2px;
128
+ color: #999;
129
+ background: url('./quote-icon.svg') no-repeat 50% 50%;
130
+ background-size: cover;
131
+ }
132
+ .sdk-chat-control-company-card__title{
133
+ margin-right: 6px;
134
+ }
135
+ }
136
+ </style>
@@ -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 t="1752135845209" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3194" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M814.90202166 816.16168757c-13.90455388-120.36129661-143.30381112-217.25865863-302.90202166-217.25865863s-288.95401598 96.89736202-302.90202166 217.25865863H814.85856987zM512 555.45129721c185.71270135 0 337.402697 118.31906538 347.13588485 267.22815012a43.40827994 43.40827994 0 0 1-43.01721455 36.93397197H207.8813297a43.19102101 43.19102101 0 0 1-43.01721455-36.89052018C174.55385122 673.77036259 326.28729865 555.45129721 512 555.45129721z m0-86.90346346a130.35519518 130.35519518 0 1 0 0-260.71039036 130.35519518 130.35519518 0 0 0 0 260.71039036z m0 43.45173174a173.80692691 173.80692691 0 1 1 0-347.61385382 173.80692691 173.80692691 0 0 1 0 347.61385382z" fill="#999" p-id="3195"></path></svg>
@@ -0,0 +1,34 @@
1
+ <script>
2
+ import { Image } from '@aochuang/common/components'
3
+ import { parse } from '../../../utils/json'
4
+
5
+ export default {
6
+ name: 'SdkChatControlCustomExpression',
7
+ functional: true,
8
+ props: {
9
+ id: {
10
+ type: String
11
+ },
12
+ content: {
13
+ type: String
14
+ },
15
+ type: {
16
+ type: String,
17
+ default: 'default',
18
+ validator (value) {
19
+ return ['quote', 'default'].includes(value)
20
+ }
21
+ }
22
+ },
23
+ render (h, c) {
24
+ return h(Image, {
25
+ props: {
26
+ src: parse(c.props.content).linkUrl,
27
+ width: c.props.type === 'quote' ? '60px' : null,
28
+ height: c.props.type === 'quote' ? '60px' : '120px',
29
+ fit: 'contain'
30
+ }
31
+ })
32
+ }
33
+ }
34
+ </script>
@@ -0,0 +1,27 @@
1
+ <template>
2
+ <div class="sdk-chat-wework-control-empty">
3
+ {{ content }}
4
+ </div>
5
+ </template>
6
+ <script>
7
+ export default {
8
+ name: 'SdkChatControlEmpty',
9
+ props: {
10
+ id: {
11
+ type: [String, Number]
12
+ },
13
+ content: {
14
+ type: String
15
+ }
16
+ }
17
+ }
18
+ </script>
19
+ <style lang="less">
20
+ .sdk-chat-wework-control-empty{
21
+ text-align: center;
22
+ color: #999;
23
+ font-size: 12px;
24
+ width: 100%;
25
+ padding: 12px;
26
+ }
27
+ </style>
@@ -0,0 +1,53 @@
1
+ <template>
2
+ <div class="sdk-wework-chat-control-image">
3
+ <div class="sdk-wework-chat-control-image__main">
4
+ <ui-image :src="src" :radius="0" :max-width="maxWidth" :max-height="maxHeight"></ui-image>
5
+ </div>
6
+ </div>
7
+ </template>
8
+ <script>
9
+ import { parse } from '../../../utils/json'
10
+ export default {
11
+ name: 'SdkWeworkChatControlExpression',
12
+ props: {
13
+ data: {
14
+ type: Object,
15
+ required: true
16
+ },
17
+ maxWidth: {
18
+ type: Number,
19
+ default: 300
20
+ },
21
+ maxHeight: {
22
+ type: Number,
23
+ default: 350
24
+ }
25
+ },
26
+ computed: {
27
+ content () {
28
+ let content = (this.data || {}).content
29
+ if (!content) {
30
+ return null
31
+ }
32
+ return parse(content)
33
+ },
34
+ src () {
35
+ return (this.content || {}).linkUrl
36
+ }
37
+ },
38
+ methods: {}
39
+ }
40
+ </script>
41
+ <style lang="less">
42
+ .sdk-wework-chat-control-image__main{
43
+ display: inline-block;
44
+ position: relative;
45
+ border: 1px solid #ebebeb;
46
+ border-radius: 3px;
47
+ overflow: hidden;
48
+ vertical-align: top;
49
+ .ui-image{
50
+ vertical-align: top;
51
+ }
52
+ }
53
+ </style>
@@ -0,0 +1,247 @@
1
+ <template>
2
+ <div class="sdk-chat-wework-control-file-url" :class="['sdk-chat-wework-control-file-url--' + type, {'is-border': border}]">
3
+ <template v-if="type === 'default' || type === 'thumb'">
4
+ <span class="sdk-chat-wework-control-file-url__info">
5
+ <div class="sdk-chat-wework-control-file-url__main">
6
+ <span class="sdk-chat-wework-control-file-url__name" :title="name">{{name}}</span>
7
+ </div>
8
+ <div class="sdk-chat-wework-control-file-url__toolbar">
9
+ <span class="sdk-chat-wework-control-file-url__size" v-if="fileSize">{{fileSize}}</span>
10
+ <!-- <span class="sdk-chat-wework-control-file-url__download" v-if="innerAllowDownload" @click.stop.prevent>
11
+ <ui-button type="primary" link :click="handleDownloadClick">下载</ui-button>
12
+ </span> -->
13
+ </div>
14
+ </span>
15
+ <span v-if="fileIcon" class="sdk-chat-wework-control-file-url__icon">
16
+ <img width="48px" :src="fileIcon" />
17
+ </span>
18
+ </template>
19
+ <template v-else-if="type === 'quote'">
20
+ <span v-if="fileIcon" class="sdk-chat-wework-control-file-url__icon">
21
+ <img width="18px" :src="fileIcon" />
22
+ </span>
23
+ <span class="sdk-chat-wework-control-file-url__name" :title="name">{{name}}</span>
24
+ </template>
25
+ </div>
26
+ </template>
27
+ <script>
28
+ import FileIcon from './icons'
29
+ import { parse } from '../../../utils/json'
30
+ import { formatFileSize } from '../../../utils/file'
31
+
32
+ export default {
33
+ name: 'SdkChatControlFileUrl',
34
+ props: {
35
+ id: {
36
+ type: String
37
+ },
38
+ content: {
39
+ type: [String, Object]
40
+ },
41
+ type: {
42
+ type: String,
43
+ default: 'default',
44
+ validator (value) {
45
+ return ['quote', 'default', 'thumb'].includes(value)
46
+ }
47
+ },
48
+ allowDownload: {
49
+ type: [Boolean, Function],
50
+ default: false
51
+ },
52
+ downloadMethod: {
53
+ type: Function
54
+ },
55
+ updateChatBoxProp: {
56
+ type: Function
57
+ },
58
+ cancelDownloadMethod: {
59
+ type: Function
60
+ }
61
+ },
62
+ inject: {
63
+ SdkChatPanelBox: {
64
+ default: null
65
+ }
66
+ },
67
+ data () {
68
+ return {
69
+ nextContent: {}
70
+ }
71
+ },
72
+ computed: {
73
+ url () {
74
+ return this.nextContent.url || this.nextContent.resUrl
75
+ },
76
+ name () {
77
+ if (!this.nextContent.title) {
78
+ return this.url
79
+ }
80
+ return this.nextContent.title
81
+ },
82
+ size () {
83
+ return this.nextContent.totalLen
84
+ },
85
+ fileIcon () {
86
+ return FileIcon[this.fileExt] || FileIcon.unknow
87
+ },
88
+ fileExt () {
89
+ let ext
90
+ if (this.name) {
91
+ ext = this.name.substr(this.name.lastIndexOf('.') + 1)
92
+ }
93
+ return ext
94
+ },
95
+ fileSize () {
96
+ if (typeof this.size === 'number') {
97
+ return formatFileSize(this.size)
98
+ }
99
+ return this.size
100
+ },
101
+ innerAllowDownload () {
102
+ if (typeof this.allowDownload === 'function') {
103
+ return this.allowDownload({
104
+ content: this.nextContent
105
+ })
106
+ }
107
+ return this.allowDownload
108
+ },
109
+ border () {
110
+ if (this.type === 'quote') {
111
+ return false
112
+ }
113
+ return !this.SdkChatPanelBox
114
+ }
115
+ },
116
+ created () {
117
+ this.nextContent = parse(this.content) || {}
118
+ if (this.url && this.updateChatBoxProp) {
119
+ this.updateChatBoxProp('href', this.url)
120
+ }
121
+ },
122
+ methods: {
123
+ handleDownloadClick () {
124
+ if (!this.downloadMethod) {
125
+ return
126
+ }
127
+ return this.downloadMethod({
128
+ content: this.nextContent,
129
+ updateContentProp: (prop, value) => {
130
+ if (!['url'].includes(prop)) {
131
+ throw new Error('不支持的更新属性' + prop)
132
+ }
133
+ this.$set(this.nextContent, prop, value)
134
+ }
135
+ })
136
+ }
137
+ },
138
+ beforeDestroy () {
139
+ this.cancelDownloadMethod && this.cancelDownloadMethod()
140
+ }
141
+ }
142
+ </script>
143
+ <style lang="less">
144
+ .sdk-chat-wework-control-file-url{
145
+ display: inline-block;
146
+ max-width: 100%;
147
+ &.is-border {
148
+ border: 1px solid #eee;
149
+ border-radius: 4px;
150
+ }
151
+ }
152
+ .sdk-chat-wework-control-file-url--default,
153
+ .sdk-chat-wework-control-file-url--thumb{
154
+ width: 226px;
155
+ max-width: 100%;
156
+ display: flex;
157
+ flex-direction: row;
158
+ min-height: 24px;
159
+ position: relative;
160
+ padding: 8px;
161
+ line-height: 1.4em;
162
+ background-color: #fff;
163
+ border-radius: 3px;
164
+ .sdk-chat-wework-control-file-url__info{
165
+ flex: 1;
166
+ min-width: 0;
167
+ }
168
+ .ac-chatl-control-file__file-foot{
169
+ border-top: 1px solid #eee;
170
+ font-size: 12px;
171
+ height: 24px;
172
+ line-height: 24px;
173
+ padding: 0 10px;
174
+ color: #666;
175
+ margin-left: -12px;
176
+ margin-right: -12px;
177
+ margin-bottom: -10px;
178
+ }
179
+ .sdk-chat-wework-control-file-url__download{
180
+ display: inline-block;
181
+ vertical-align: top;
182
+ }
183
+ .sdk-chat-wework-control-file-url__icon{
184
+ margin-left: 12px;
185
+ position: relative;
186
+ img {
187
+ vertical-align: top;
188
+ }
189
+ }
190
+ .sdk-chat-wework-control-file-url__name{
191
+ color: #404040;
192
+ overflow : hidden;
193
+ text-overflow: ellipsis;
194
+ display: -webkit-box;
195
+ -webkit-line-clamp: 2;
196
+ -webkit-box-orient: vertical;
197
+ word-break: break-all;
198
+ }
199
+ .sdk-chat-wework-control-file-url__toolbar{
200
+ line-height: 24px;
201
+ display: flex;
202
+ flex-direction: row;
203
+ align-items: center;
204
+ padding-top: 4px;
205
+ }
206
+ .sdk-chat-wework-control-file-url__size{
207
+ color: #888;
208
+ + .sdk-chat-wework-control-file-url__download{
209
+ margin-left: 12px;
210
+ padding-left: 10px;
211
+ position: relative;
212
+ &::before {
213
+ content: '';
214
+ position: absolute;
215
+ left: 0;
216
+ top: 50%;
217
+ transform: translateY(-50%);
218
+ width: 1px;
219
+ height: 14px;
220
+ background-color: #eee;
221
+ }
222
+ }
223
+ }
224
+ }
225
+ .sdk-chat-wework-control-file-url--thumb{
226
+ width: auto;
227
+ max-width: 226px;
228
+ &:hover {
229
+ background-color: #fff;
230
+ }
231
+ }
232
+ .sdk-chat-wework-control-file-url--quote {
233
+ display: flex;
234
+ flex-direction: row;
235
+ align-items: center;
236
+ .sdk-chat-wework-control-file-url__icon{
237
+ height: 18px;
238
+ line-height: 18px;
239
+ margin-right: 4px;
240
+ margin-top: 1px;
241
+ vertical-align: top;
242
+ display: inline-block;
243
+ filter: grayscale(100%);
244
+ opacity: .5;
245
+ }
246
+ }
247
+ </style>
@@ -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="#226a41" d="M563.2 512l119.466667 170.666667h-102.4L512 585.130667 443.733333 682.666667H341.333333l119.466667-170.666667L341.333333 341.333333h102.4l68.266667 97.536L580.266667 341.333333H640V170.666667H213.333333v682.666666h597.333334V341.333333h-128l-119.466667 170.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="#c7b5a0" d="M640 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.658667zM469.333333 469.333333h85.333334v256h-85.333334v-256z m0-170.666666h85.333334v85.333333h-85.333334V298.666667z" /></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="M682.666667 341.333333v85.333334h-128v192a106.666667 106.666667 0 1 1-85.333334-104.533334V341.333333h170.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>