@webinex/chatify 2.0.0-alpha8 → 2.0.0-alpha9

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 (216) hide show
  1. package/dist/Chatify-DGRV4QKP.js +2203 -0
  2. package/dist/Chatify-DGRV4QKP.js.map +1 -0
  3. package/dist/Chatify.css +670 -0
  4. package/dist/audit.css +60 -0
  5. package/dist/audit.js +242 -0
  6. package/dist/audit.js.map +1 -0
  7. package/dist/index.js +97 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/types/audit/AuditChatList.d.ts +9 -0
  10. package/dist/types/audit/AuditConversationPanel.d.ts +10 -0
  11. package/dist/types/audit/AuditPanel.d.ts +14 -0
  12. package/dist/types/audit/AuditPanelCustomizeValue.d.ts +9 -0
  13. package/dist/types/audit/AuditSearch.d.ts +5 -0
  14. package/dist/types/audit/AuditSearchValue.d.ts +14 -0
  15. package/dist/types/audit/auditApi.d.ts +97 -0
  16. package/dist/types/audit/index.d.ts +17 -0
  17. package/dist/types/core/api/api.d.ts +17295 -0
  18. package/dist/{esm/types → types}/core/api/baseApi.d.ts +1 -1
  19. package/dist/{esm/types → types}/core/client.d.ts +3 -3
  20. package/dist/{esm/types → types}/core/types.d.ts +5 -0
  21. package/dist/types/ui/Chat/ChatEditableHeaderName.d.ts +1 -0
  22. package/dist/types/ui/Chat/ChatHeaderActions.d.ts +1 -0
  23. package/dist/{esm/types → types}/ui/Chat/ChatView.d.ts +1 -2
  24. package/dist/types/ui/Chat/Members/ChatMembersButton.d.ts +1 -0
  25. package/dist/types/ui/Chat/Members/ChatMembersPanel.d.ts +1 -0
  26. package/dist/types/ui/Chat/Members/ChatMembersPreview.d.ts +1 -0
  27. package/dist/{esm/types → types}/ui/ChatGroup/ChatGroupPanel.d.ts +2 -2
  28. package/dist/types/ui/ChatGroup/Create/CreateChatButton.d.ts +1 -0
  29. package/dist/{esm/types → types}/ui/ChatGroup/Create/CreateChatForm.d.ts +1 -2
  30. package/dist/types/ui/ChatGroup/Create/CreateChatMemberInput.d.ts +4 -0
  31. package/dist/types/ui/ChatGroup/Create/CreateChatNameInput.d.ts +4 -0
  32. package/dist/types/ui/ChatGroup/Create/CreateChatPanel.d.ts +1 -0
  33. package/dist/types/ui/ChatGroup/Layout/ChatGroupAside.d.ts +1 -0
  34. package/dist/types/ui/ChatGroup/Layout/ChatGroupBody.d.ts +1 -0
  35. package/dist/types/ui/ChatGroup/Layout/ChatGroupFooter.d.ts +1 -0
  36. package/dist/types/ui/ChatGroup/Layout/ChatGroupHeader.d.ts +1 -0
  37. package/dist/types/ui/ChatGroup/Layout/ChatGroupMain.d.ts +1 -0
  38. package/dist/types/ui/ChatGroup/List/ChatListPanel.d.ts +1 -0
  39. package/dist/types/ui/ChatGroup/List/index.d.ts +6 -0
  40. package/dist/types/ui/Chatify.d.ts +9 -0
  41. package/dist/{esm/types → types}/ui/Conversation/Conversation.d.ts +2 -3
  42. package/dist/types/ui/Conversation/ConversationActions.d.ts +1 -0
  43. package/dist/types/ui/Conversation/ConversationBody.d.ts +1 -0
  44. package/dist/{esm/types → types}/ui/Conversation/ConversationContext.d.ts +6 -5
  45. package/dist/types/ui/Conversation/ConversationHeader.d.ts +1 -0
  46. package/dist/types/ui/Conversation/ConversationName.d.ts +1 -0
  47. package/dist/types/ui/Conversation/InputBox/InputBox.d.ts +1 -0
  48. package/dist/types/ui/Conversation/InputBox/InputBoxFile.d.ts +7 -0
  49. package/dist/types/ui/Conversation/InputBox/InputBoxFileList.d.ts +7 -0
  50. package/dist/types/ui/Conversation/InputBox/InputFilesBox.d.ts +11 -0
  51. package/dist/types/ui/Conversation/InputBox/InputSubmitButtonBox.d.ts +6 -0
  52. package/dist/{esm/types → types}/ui/Conversation/InputBox/InputTextBox.d.ts +1 -1
  53. package/dist/types/ui/Conversation/Message/MessageAuthor.d.ts +2 -0
  54. package/dist/types/ui/Conversation/Message/MessageBox.d.ts +5 -0
  55. package/dist/types/ui/Conversation/Message/MessageContent.d.ts +2 -0
  56. package/dist/types/ui/Conversation/Message/MessageFile.d.ts +5 -0
  57. package/dist/types/ui/Conversation/Message/MessageFileList.d.ts +2 -0
  58. package/dist/types/ui/Conversation/Message/MessageInfoBox.d.ts +2 -0
  59. package/dist/{esm/types → types}/ui/Conversation/Message/MessageRow.d.ts +1 -1
  60. package/dist/types/ui/Conversation/Message/MessageText.d.ts +2 -0
  61. package/dist/types/ui/Conversation/SendingMessage/SendingMessageBox.d.ts +6 -0
  62. package/dist/types/ui/Conversation/SendingMessage/SendingMessageContent.d.ts +2 -0
  63. package/dist/types/ui/Conversation/SendingMessage/SendingMessageInfoBox.d.ts +2 -0
  64. package/dist/types/ui/Conversation/SendingMessage/SendingMessageText.d.ts +2 -0
  65. package/dist/types/ui/Conversation/SystemMessage/SystemMessageBox.d.ts +5 -0
  66. package/dist/{esm/types → types}/ui/Conversation/SystemMessage/SystemMessageRow.d.ts +1 -1
  67. package/dist/types/ui/Thread/ThreadActions.d.ts +1 -0
  68. package/dist/{esm/types → types}/ui/Thread/ThreadContext.d.ts +1 -1
  69. package/dist/types/ui/common/Avatar.d.ts +5 -0
  70. package/dist/types/ui/common/ChatList/ChatList.d.ts +16 -0
  71. package/dist/types/ui/common/ChatList/ChatListItemAvatar.d.ts +2 -0
  72. package/dist/types/ui/common/ChatList/ChatListItemBox.d.ts +9 -0
  73. package/dist/types/ui/common/ChatList/ChatListItemLastMessage.d.ts +2 -0
  74. package/dist/types/ui/common/ChatList/ChatListItemLastMessageAuthor.d.ts +2 -0
  75. package/dist/types/ui/common/ChatList/ChatListItemLastMessageContent.d.ts +2 -0
  76. package/dist/types/ui/common/ChatList/ChatListItemLastMessageSentAt.d.ts +2 -0
  77. package/dist/types/ui/common/ChatList/ChatListItemName.d.ts +2 -0
  78. package/dist/types/ui/common/ChatList/ChatListItemUnreadCount.d.ts +2 -0
  79. package/dist/types/ui/common/ChatList/ChatListValue.d.ts +8 -0
  80. package/dist/{esm/types/ui/ChatGroup/List → types/ui/common/ChatList}/index.d.ts +1 -0
  81. package/dist/types/ui/common/Icon.d.ts +21 -0
  82. package/dist/types/ui/common/MessageSkeleton.d.ts +4 -0
  83. package/dist/{esm/types → types}/ui/common/index.d.ts +1 -0
  84. package/dist/{esm/types → types}/ui/customize.d.ts +1 -1
  85. package/dist/{esm/types → types}/ui/index.d.ts +1 -3
  86. package/dist/{esm/types → types}/ui/localizer.d.ts +7 -2
  87. package/package.json +39 -52
  88. package/src/audit/AuditChatList.tsx +25 -0
  89. package/src/audit/AuditConversationPanel.tsx +48 -0
  90. package/src/audit/AuditPanel.tsx +76 -0
  91. package/src/audit/AuditPanelCustomizeValue.ts +11 -0
  92. package/src/audit/AuditSearch.tsx +89 -0
  93. package/src/audit/AuditSearchValue.tsx +42 -0
  94. package/src/audit/auditApi.tsx +113 -0
  95. package/src/audit/index.d.ts +18 -0
  96. package/src/audit/index.tsx +28 -0
  97. package/src/audit/styles.scss +72 -0
  98. package/src/core/client.ts +1 -1
  99. package/src/core/debounce.ts +1 -1
  100. package/src/core/types.tsx +9 -0
  101. package/src/styles/aside.scss +0 -136
  102. package/src/styles/chat-list.scss +138 -0
  103. package/src/styles/chat.scss +0 -198
  104. package/src/styles/conversation.scss +200 -0
  105. package/src/styles/index.scss +2 -0
  106. package/src/ui/Chat/ChatEditableHeaderName.tsx +1 -1
  107. package/src/ui/Chat/Members/ChatMembersPreview.tsx +1 -1
  108. package/src/ui/ChatGroup/ChatGroupPanel.tsx +2 -2
  109. package/src/ui/ChatGroup/Layout/ChatGroupAside.tsx +2 -2
  110. package/src/ui/ChatGroup/List/ChatListPanel.tsx +28 -0
  111. package/src/ui/ChatGroup/List/index.ts +6 -29
  112. package/src/ui/Chatify.tsx +7 -1
  113. package/src/ui/Conversation/Conversation.tsx +15 -1
  114. package/src/ui/Conversation/ConversationActions.tsx +8 -1
  115. package/src/ui/Conversation/ConversationContext.ts +4 -3
  116. package/src/ui/Conversation/ConversationHeader.tsx +4 -8
  117. package/src/ui/Conversation/InputBox/InputBox.tsx +4 -0
  118. package/src/ui/Conversation/InputBox/InputTextBox.tsx +1 -1
  119. package/src/ui/Conversation/Message/MessageInfoBox.tsx +1 -1
  120. package/src/ui/Conversation/ReadObserver/MessageReadObserver.tsx +1 -1
  121. package/src/ui/common/ChatList/ChatList.tsx +84 -0
  122. package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemBox.tsx +11 -5
  123. package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemLastMessageAuthor.tsx +3 -3
  124. package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemLastMessageContent.tsx +4 -4
  125. package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemLastMessageSentAt.tsx +1 -1
  126. package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemUnreadCount.tsx +1 -1
  127. package/src/ui/common/ChatList/ChatListValue.ts +9 -0
  128. package/src/ui/common/ChatList/index.ts +32 -0
  129. package/src/ui/common/Icon.tsx +15 -13
  130. package/src/ui/common/index.ts +1 -0
  131. package/src/ui/index.ts +3 -3
  132. package/src/ui/localizer.tsx +14 -2
  133. package/dist/css/chatify.css +0 -664
  134. package/dist/esm/index.js +0 -11
  135. package/dist/esm/index.js.map +0 -1
  136. package/dist/esm/types/core/api/api.d.ts +0 -12696
  137. package/dist/esm/types/ui/Chat/ChatEditableHeaderName.d.ts +0 -2
  138. package/dist/esm/types/ui/Chat/ChatHeaderActions.d.ts +0 -2
  139. package/dist/esm/types/ui/Chat/Members/ChatMembersButton.d.ts +0 -2
  140. package/dist/esm/types/ui/Chat/Members/ChatMembersPanel.d.ts +0 -2
  141. package/dist/esm/types/ui/Chat/Members/ChatMembersPreview.d.ts +0 -2
  142. package/dist/esm/types/ui/ChatGroup/Create/CreateChatButton.d.ts +0 -2
  143. package/dist/esm/types/ui/ChatGroup/Create/CreateChatMemberInput.d.ts +0 -5
  144. package/dist/esm/types/ui/ChatGroup/Create/CreateChatNameInput.d.ts +0 -5
  145. package/dist/esm/types/ui/ChatGroup/Create/CreateChatPanel.d.ts +0 -2
  146. package/dist/esm/types/ui/ChatGroup/Layout/ChatGroupAside.d.ts +0 -2
  147. package/dist/esm/types/ui/ChatGroup/Layout/ChatGroupBody.d.ts +0 -2
  148. package/dist/esm/types/ui/ChatGroup/Layout/ChatGroupFooter.d.ts +0 -2
  149. package/dist/esm/types/ui/ChatGroup/Layout/ChatGroupHeader.d.ts +0 -2
  150. package/dist/esm/types/ui/ChatGroup/Layout/ChatGroupMain.d.ts +0 -2
  151. package/dist/esm/types/ui/ChatGroup/List/ChatList.d.ts +0 -2
  152. package/dist/esm/types/ui/ChatGroup/List/ChatListItemAvatar.d.ts +0 -3
  153. package/dist/esm/types/ui/ChatGroup/List/ChatListItemBox.d.ts +0 -6
  154. package/dist/esm/types/ui/ChatGroup/List/ChatListItemLastMessage.d.ts +0 -3
  155. package/dist/esm/types/ui/ChatGroup/List/ChatListItemLastMessageAuthor.d.ts +0 -3
  156. package/dist/esm/types/ui/ChatGroup/List/ChatListItemLastMessageContent.d.ts +0 -3
  157. package/dist/esm/types/ui/ChatGroup/List/ChatListItemLastMessageSentAt.d.ts +0 -3
  158. package/dist/esm/types/ui/ChatGroup/List/ChatListItemName.d.ts +0 -3
  159. package/dist/esm/types/ui/ChatGroup/List/ChatListItemUnreadCount.d.ts +0 -3
  160. package/dist/esm/types/ui/Chatify.d.ts +0 -8
  161. package/dist/esm/types/ui/Conversation/ConversationActions.d.ts +0 -2
  162. package/dist/esm/types/ui/Conversation/ConversationBody.d.ts +0 -2
  163. package/dist/esm/types/ui/Conversation/ConversationHeader.d.ts +0 -2
  164. package/dist/esm/types/ui/Conversation/ConversationName.d.ts +0 -2
  165. package/dist/esm/types/ui/Conversation/InputBox/InputBox.d.ts +0 -2
  166. package/dist/esm/types/ui/Conversation/InputBox/InputBoxFile.d.ts +0 -8
  167. package/dist/esm/types/ui/Conversation/InputBox/InputBoxFileList.d.ts +0 -8
  168. package/dist/esm/types/ui/Conversation/InputBox/InputFilesBox.d.ts +0 -12
  169. package/dist/esm/types/ui/Conversation/InputBox/InputSubmitButtonBox.d.ts +0 -7
  170. package/dist/esm/types/ui/Conversation/Message/MessageAuthor.d.ts +0 -3
  171. package/dist/esm/types/ui/Conversation/Message/MessageBox.d.ts +0 -6
  172. package/dist/esm/types/ui/Conversation/Message/MessageContent.d.ts +0 -3
  173. package/dist/esm/types/ui/Conversation/Message/MessageFile.d.ts +0 -6
  174. package/dist/esm/types/ui/Conversation/Message/MessageFileList.d.ts +0 -3
  175. package/dist/esm/types/ui/Conversation/Message/MessageInfoBox.d.ts +0 -3
  176. package/dist/esm/types/ui/Conversation/Message/MessageText.d.ts +0 -3
  177. package/dist/esm/types/ui/Conversation/SendingMessage/SendingMessageBox.d.ts +0 -7
  178. package/dist/esm/types/ui/Conversation/SendingMessage/SendingMessageContent.d.ts +0 -3
  179. package/dist/esm/types/ui/Conversation/SendingMessage/SendingMessageInfoBox.d.ts +0 -3
  180. package/dist/esm/types/ui/Conversation/SendingMessage/SendingMessageText.d.ts +0 -3
  181. package/dist/esm/types/ui/Conversation/SystemMessage/SystemMessageBox.d.ts +0 -6
  182. package/dist/esm/types/ui/Thread/ThreadActions.d.ts +0 -2
  183. package/dist/esm/types/ui/common/Avatar.d.ts +0 -6
  184. package/dist/esm/types/ui/common/Icon.d.ts +0 -22
  185. package/dist/esm/types/ui/common/MessageSkeleton.d.ts +0 -5
  186. package/dist/index.d.ts +0 -13384
  187. package/src/ui/ChatGroup/List/ChatList.tsx +0 -41
  188. /package/dist/{esm/types → types}/core/api/index.d.ts +0 -0
  189. /package/dist/{esm/types → types}/core/constants.d.ts +0 -0
  190. /package/dist/{esm/types → types}/core/debounce.d.ts +0 -0
  191. /package/dist/{esm/types → types}/core/index.d.ts +0 -0
  192. /package/dist/{esm/types → types}/index.d.ts +0 -0
  193. /package/dist/{esm/types → types}/ui/Chat/ChatContext.d.ts +0 -0
  194. /package/dist/{esm/types → types}/ui/Chat/ChatPanel.d.ts +0 -0
  195. /package/dist/{esm/types → types}/ui/Chat/Members/index.d.ts +0 -0
  196. /package/dist/{esm/types → types}/ui/Chat/index.d.ts +0 -0
  197. /package/dist/{esm/types → types}/ui/ChatGroup/ChatGroupContext.d.ts +0 -0
  198. /package/dist/{esm/types → types}/ui/ChatGroup/Create/index.d.ts +0 -0
  199. /package/dist/{esm/types → types}/ui/ChatGroup/Layout/index.d.ts +0 -0
  200. /package/dist/{esm/types → types}/ui/ChatGroup/index.d.ts +0 -0
  201. /package/dist/{esm/types → types}/ui/Conversation/InputBox/index.d.ts +0 -0
  202. /package/dist/{esm/types → types}/ui/Conversation/Message/index.d.ts +0 -0
  203. /package/dist/{esm/types → types}/ui/Conversation/NextObserver/NextMessagesObserver.d.ts +0 -0
  204. /package/dist/{esm/types → types}/ui/Conversation/NextObserver/index.d.ts +0 -0
  205. /package/dist/{esm/types → types}/ui/Conversation/ReadObserver/MessageReadObserver.d.ts +0 -0
  206. /package/dist/{esm/types → types}/ui/Conversation/ReadObserver/index.d.ts +0 -0
  207. /package/dist/{esm/types → types}/ui/Conversation/SendingMessage/index.d.ts +0 -0
  208. /package/dist/{esm/types → types}/ui/Conversation/SystemMessage/index.d.ts +0 -0
  209. /package/dist/{esm/types → types}/ui/Conversation/index.d.ts +0 -0
  210. /package/dist/{esm/types → types}/ui/Thread/ThreadPanel.d.ts +0 -0
  211. /package/dist/{esm/types → types}/ui/Thread/index.d.ts +0 -0
  212. /package/dist/{esm/types → types}/ui/color.d.ts +0 -0
  213. /package/dist/{esm/types → types}/ui/useFormatter.d.ts +0 -0
  214. /package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemAvatar.tsx +0 -0
  215. /package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemLastMessage.tsx +0 -0
  216. /package/src/ui/{ChatGroup/List → common/ChatList}/ChatListItemName.tsx +0 -0
@@ -1,664 +0,0 @@
1
- @keyframes fadeInFromNone {
2
- 0% {
3
- display: none;
4
- opacity: 0;
5
- }
6
- 1% {
7
- opacity: 0;
8
- }
9
- 100% {
10
- opacity: 1;
11
- }
12
- }
13
- .wxchtf-aside {
14
- flex: none;
15
- display: flex;
16
- flex-flow: column nowrap;
17
- background: #ffffff;
18
- border-top-left-radius: 24px;
19
- border-bottom-left-radius: 24px;
20
- padding-top: 15px;
21
- width: 320px;
22
- position: relative;
23
- overflow: hidden;
24
- }
25
- .wxchtf-aside::before {
26
- position: absolute;
27
- content: "";
28
- left: 0;
29
- bottom: 0;
30
- width: calc(100% - 10px);
31
- height: 20px;
32
- z-index: 1;
33
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
34
- }
35
- .wxchtf-aside .wxchtf-chat-list.ant-menu {
36
- flex: 1 1 auto;
37
- height: 100px;
38
- overflow-y: auto;
39
- border-inline-end: none;
40
- padding-bottom: 2rem;
41
- }
42
- .wxchtf-aside .wxchtf-chat-list.ant-menu::-webkit-scrollbar {
43
- width: 8px;
44
- height: 8px;
45
- }
46
- .wxchtf-aside .wxchtf-chat-list.ant-menu::-webkit-scrollbar-track {
47
- background-color: #f1f1f1;
48
- }
49
- .wxchtf-aside .wxchtf-chat-list.ant-menu::-webkit-scrollbar-thumb {
50
- background-color: #dfdfdf;
51
- }
52
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item + .ant-menu-item {
53
- margin-top: 8px;
54
- }
55
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item {
56
- padding: 0;
57
- height: unset;
58
- margin: 0;
59
- margin-left: 8px;
60
- width: calc(100% - 16px);
61
- border-radius: 8px;
62
- line-height: 1.5;
63
- }
64
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item.ant-menu-item-selected {
65
- background-color: #e4f7f7;
66
- }
67
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item.ant-menu-item-selected .wxchtf-chat-name {
68
- font-weight: 600;
69
- color: inherit;
70
- }
71
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat {
72
- padding-inline: 10px;
73
- padding-block: 8.5px;
74
- position: relative;
75
- display: flex;
76
- flex-flow: row nowrap;
77
- align-items: center;
78
- }
79
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat.--unread .wxchtf-chat-last {
80
- font-weight: bold;
81
- }
82
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat.--unread .wxchtf-chat-name {
83
- font-weight: bold;
84
- max-width: 100%;
85
- }
86
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-info {
87
- min-width: 0;
88
- }
89
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-name {
90
- display: inline-block;
91
- font-weight: 500;
92
- color: rgba(0, 0, 0, 0.88);
93
- }
94
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-avatar {
95
- background-color: var(--background-color);
96
- width: 42px;
97
- height: 42px;
98
- line-height: 40px;
99
- text-align: center;
100
- color: var(--color);
101
- border-radius: 50%;
102
- margin-right: 11px;
103
- flex: none;
104
- }
105
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-avatar .anticon {
106
- font-size: 20px;
107
- line-height: 42px;
108
- height: 42px;
109
- }
110
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-unread-count {
111
- background-color: #ff4d4f;
112
- border-radius: 50%;
113
- width: 16px;
114
- height: 16px;
115
- padding: 0;
116
- font-size: 10px;
117
- position: absolute;
118
- top: 32px;
119
- right: 13px;
120
- color: white;
121
- line-height: 16px;
122
- font-weight: bold;
123
- text-align: center;
124
- }
125
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-last {
126
- color: rgba(14, 15, 23, 0.6);
127
- font-style: italic;
128
- overflow: hidden;
129
- text-overflow: ellipsis;
130
- white-space: nowrap;
131
- line-height: 25px;
132
- }
133
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-last .wxchtf-chat-last-author {
134
- display: inline-block;
135
- margin-right: 0.5rem;
136
- }
137
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-last .wxchtf-chat-last-author .ant-avatar {
138
- display: inline-block;
139
- border: none;
140
- margin-right: 5px;
141
- width: 25px;
142
- height: 25px;
143
- line-height: 23px;
144
- }
145
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-last .wxchtf-chat-last-author::after {
146
- content: ":";
147
- }
148
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-last .wxchtf-chat-last-message {
149
- display: inline;
150
- }
151
- .wxchtf-aside .wxchtf-chat-list.ant-menu .ant-menu-item .wxchtf-chat .wxchtf-chat-last .wxchtf-chat-last-sent-at {
152
- position: absolute;
153
- top: 7px;
154
- right: 13px;
155
- font-size: 0.8em;
156
- }
157
-
158
- .wxchtf-chatify .wxchtf-chat {
159
- flex: auto;
160
- display: flex;
161
- flex-flow: row nowrap;
162
- min-width: 0;
163
- }
164
- .wxchtf-chatify .wxchtf-conversation {
165
- flex: auto;
166
- display: flex;
167
- flex-flow: row nowrap;
168
- min-width: 0;
169
- }
170
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main {
171
- flex: 1;
172
- display: flex;
173
- flex-flow: column nowrap;
174
- min-width: 0;
175
- }
176
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-header {
177
- padding: 15px 20px;
178
- line-height: 24px;
179
- z-index: 2;
180
- box-shadow: 0px 2px 4px 0px rgba(88, 99, 107, 0.04), 0px 1px 9px -1px rgba(88, 99, 107, 0.04), 0px 1px 2px 0px rgba(88, 99, 107, 0.06);
181
- }
182
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-header .wxchtf-conversation-name {
183
- font-weight: 600;
184
- font-size: 16px;
185
- flex: none;
186
- }
187
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-header .wxchtf-conversation-name.--editable {
188
- cursor: pointer;
189
- }
190
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-header .wxchtf-conversation-actions {
191
- display: inline-flex;
192
- }
193
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-header .wxchtf-chat-members {
194
- display: inline-flex;
195
- gap: 6px;
196
- }
197
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body {
198
- flex: 1 1 auto;
199
- height: 100px;
200
- overflow-y: auto;
201
- background: white;
202
- padding: 2rem 1rem;
203
- padding-right: 1rem;
204
- display: flex;
205
- flex-flow: column-reverse nowrap;
206
- align-items: center;
207
- }
208
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body::-webkit-scrollbar {
209
- width: 8px;
210
- height: 8px;
211
- }
212
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body::-webkit-scrollbar-track {
213
- background-color: #f1f1f1;
214
- }
215
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body::-webkit-scrollbar-thumb {
216
- background-color: #dfdfdf;
217
- }
218
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message,
219
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message,
220
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-system-message,
221
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message-skeleton {
222
- margin-bottom: 8px;
223
- max-width: 1110px;
224
- width: 100%;
225
- }
226
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message:first-child,
227
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message:first-child,
228
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-system-message:first-child,
229
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message-skeleton:first-child {
230
- margin-bottom: 0;
231
- }
232
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message,
233
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message {
234
- display: flex;
235
- flex-flow: row nowrap;
236
- align-items: flex-start;
237
- }
238
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message > div,
239
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message > div {
240
- min-width: 0;
241
- }
242
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message:not(.--my) .wxchtf-message-content,
243
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message:not(.--my) .wxchtf-sending-message-content,
244
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message:not(.--my) .wxchtf-message-content,
245
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message:not(.--my) .wxchtf-sending-message-content {
246
- border-bottom-left-radius: 0;
247
- }
248
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message.--my,
249
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message.--my {
250
- direction: rtl;
251
- justify-content: flex-start;
252
- }
253
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message.--my .wxchtf-message-author,
254
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message.--my .wxchtf-message-author {
255
- display: none;
256
- }
257
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message.--my .wxchtf-message-content,
258
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message.--my .wxchtf-sending-message-content,
259
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message.--my .wxchtf-message-content,
260
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message.--my .wxchtf-sending-message-content {
261
- direction: ltr;
262
- border-bottom-right-radius: 0;
263
- background-color: #e4f7f7;
264
- }
265
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message.--my .wxchtf-message-info-box,
266
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message.--my .wxchtf-message-info-box {
267
- text-align: right;
268
- }
269
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-author,
270
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-author {
271
- margin-right: 15px;
272
- flex: none;
273
- }
274
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-author .ant-avatar,
275
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-author .ant-avatar {
276
- width: 40px;
277
- height: 40px;
278
- line-height: 38px;
279
- }
280
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box,
281
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box,
282
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box,
283
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box {
284
- text-align: left;
285
- margin-bottom: 3px;
286
- }
287
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box .wxchtf-message-author-name,
288
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box .wxchtf-message-sent-at,
289
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box .wxchtf-message-read-box,
290
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box .wxchtf-sending-message-sending-box,
291
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box .wxchtf-message-author-name,
292
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box .wxchtf-message-sent-at,
293
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box .wxchtf-message-read-box,
294
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box .wxchtf-sending-message-sending-box,
295
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box .wxchtf-message-author-name,
296
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box .wxchtf-message-sent-at,
297
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box .wxchtf-message-read-box,
298
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box .wxchtf-sending-message-sending-box,
299
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box .wxchtf-message-author-name,
300
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box .wxchtf-message-sent-at,
301
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box .wxchtf-message-read-box,
302
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box .wxchtf-sending-message-sending-box {
303
- display: inline-block;
304
- font-size: 0.85em;
305
- opacity: 0.5;
306
- }
307
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box .wxchtf-message-sent-at,
308
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box .wxchtf-message-read-box,
309
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-info-box .wxchtf-sending-message-sending-box,
310
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box .wxchtf-message-sent-at,
311
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box .wxchtf-message-read-box,
312
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-info-box .wxchtf-sending-message-sending-box,
313
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box .wxchtf-message-sent-at,
314
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box .wxchtf-message-read-box,
315
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-info-box .wxchtf-sending-message-sending-box,
316
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box .wxchtf-message-sent-at,
317
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box .wxchtf-message-read-box,
318
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-info-box .wxchtf-sending-message-sending-box {
319
- margin-left: 5px;
320
- }
321
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-content,
322
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-content,
323
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-content,
324
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-content {
325
- width: fit-content;
326
- min-width: 300px;
327
- max-width: 70%;
328
- padding: 12px 19px;
329
- background: white;
330
- background-color: #f5f5f5;
331
- display: block;
332
- white-space: pre-wrap;
333
- overflow-wrap: break-word;
334
- border-radius: 24px;
335
- }
336
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-message-content .wxchtf-message-text,
337
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message .wxchtf-sending-message-content .wxchtf-message-text,
338
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-message-content .wxchtf-message-text,
339
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-sending-message .wxchtf-sending-message-content .wxchtf-message-text {
340
- line-height: 21px;
341
- }
342
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-system-message {
343
- font-style: italic;
344
- position: relative;
345
- text-align: center;
346
- color: rgba(14, 15, 23, 0.6);
347
- }
348
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-system-message .wxchtf-text,
349
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-system-message .wxchtf-timestamp {
350
- position: relative;
351
- z-index: 1;
352
- padding-inline: 8px;
353
- display: inline-block;
354
- font-size: 0.85em;
355
- background-color: white;
356
- }
357
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-system-message .wxchtf-timestamp {
358
- padding-left: 10px;
359
- }
360
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message-skeleton {
361
- display: flex;
362
- flex-flow: row nowrap;
363
- align-items: flex-end;
364
- }
365
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message-skeleton .wxchtf-avatar {
366
- margin-right: 15px;
367
- }
368
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message-skeleton .wxchtf-avatar .ant-skeleton-avatar {
369
- width: 40px;
370
- height: 40px;
371
- line-height: 40px;
372
- }
373
- .wxchtf-chatify .wxchtf-conversation .wxchtf-conversation-main .wxchtf-conversation-body .wxchtf-message-skeleton .wxchtf-content {
374
- width: 300px;
375
- height: 100px;
376
- border-radius: 10px;
377
- border-bottom-left-radius: 0;
378
- }
379
-
380
- @keyframes wxchtf-add-files-animate {
381
- 15% {
382
- transform: scale(70%);
383
- }
384
- 50% {
385
- transform: scale(120%);
386
- }
387
- }
388
- .wxchtf-input-form {
389
- flex: none;
390
- max-height: 300px;
391
- display: flex;
392
- flex-flow: column nowrap;
393
- margin: 12px 20px 20px 20px;
394
- }
395
- .wxchtf-input-form .wxchtf-input-box {
396
- flex: none;
397
- padding: 8px;
398
- max-width: 1110px;
399
- width: 100%;
400
- margin: auto;
401
- background: rgb(245, 245, 245);
402
- border-radius: 25px;
403
- }
404
- .wxchtf-input-form .wxchtf-input-box .wxchtf-input-box-row {
405
- display: flex;
406
- flex-flow: row nowrap;
407
- }
408
- .wxchtf-input-form .wxchtf-input-box .wxchtf-add-files-box,
409
- .wxchtf-input-form .wxchtf-input-box .wxchtf-submit-btn-box {
410
- align-items: center;
411
- }
412
- .wxchtf-input-form .wxchtf-input-box .wxchtf-add-files-box button,
413
- .wxchtf-input-form .wxchtf-input-box .wxchtf-submit-btn-box button {
414
- width: unset;
415
- }
416
- .wxchtf-input-form .wxchtf-input-box .wxchtf-add-files-box svg,
417
- .wxchtf-input-form .wxchtf-input-box .wxchtf-submit-btn-box svg {
418
- font-size: 18px;
419
- color: rgba(14, 15, 23, 0.25);
420
- }
421
- .wxchtf-input-form .wxchtf-input-box .wxchtf-text-input-box {
422
- flex: auto;
423
- margin-left: 16px;
424
- margin-right: 16px;
425
- }
426
- .wxchtf-input-form .wxchtf-input-box .wxchtf-text-input-box textarea {
427
- resize: none;
428
- border: none;
429
- outline: none;
430
- box-shadow: none;
431
- background: transparent;
432
- padding-inline: 0;
433
- font-size: 13px;
434
- line-height: 26px;
435
- }
436
- .wxchtf-input-form .wxchtf-input-box .wxchtf-text-input-box textarea::-webkit-scrollbar {
437
- width: 8px;
438
- height: 8px;
439
- }
440
- .wxchtf-input-form .wxchtf-input-box .wxchtf-text-input-box textarea::-webkit-scrollbar-track {
441
- background-color: #f1f1f1;
442
- }
443
- .wxchtf-input-form .wxchtf-input-box .wxchtf-text-input-box textarea::-webkit-scrollbar-thumb {
444
- background-color: #dfdfdf;
445
- }
446
- .wxchtf-input-form .wxchtf-input-box .wxchtf-submit-btn-box {
447
- flex: none;
448
- display: flex;
449
- padding: 0 1rem;
450
- align-items: flex-end;
451
- margin-left: 1rem;
452
- }
453
- .wxchtf-input-form .wxchtf-input-box .wxchtf-submit-btn-box .ant-btn.ant-btn-icon-only .anticon {
454
- font-size: 1.5rem;
455
- }
456
-
457
- .wxchtf-add-files-box {
458
- flex: none;
459
- display: flex;
460
- padding: 0 1rem;
461
- align-items: flex-end;
462
- flex: none;
463
- }
464
- .wxchtf-add-files-box .ant-btn.ant-btn-icon-only .anticon {
465
- font-size: 1.5rem;
466
- }
467
- .wxchtf-add-files-box .wxchtf-add-files-added-btn {
468
- margin-left: 0.5rem;
469
- width: 1rem;
470
- }
471
- .wxchtf-add-files-box .wxchtf-add-files-added-btn .ant-btn-icon {
472
- font-size: 1.1rem;
473
- font-weight: 600;
474
- color: rgba(14, 15, 23, 0.2509803922);
475
- }
476
- .wxchtf-add-files-box .wxchtf-add-files-added-btn.active {
477
- animation: wxchtf-add-files-animate 2s ease-out infinite;
478
- }
479
-
480
- .wxchtf-file-list-box {
481
- margin-bottom: 1rem;
482
- }
483
- .wxchtf-file-list-box .wxchtf-file-list {
484
- scrollbar-width: none;
485
- -ms-overflow-style: none;
486
- display: flex;
487
- flex-flow: row wrap;
488
- gap: 1rem;
489
- padding: 0.5rem;
490
- max-height: 100px;
491
- overflow-y: auto;
492
- overflow-x: visible;
493
- }
494
- .wxchtf-file-list-box .wxchtf-file {
495
- display: inline-flex;
496
- flex-flow: row nowrap;
497
- background-color: white;
498
- padding: 1rem;
499
- border-radius: 20px;
500
- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
501
- align-items: center;
502
- }
503
- .wxchtf-file-list-box .wxchtf-file .wxchtf-file-info {
504
- margin-right: 2rem;
505
- min-width: 0;
506
- max-width: 200px;
507
- }
508
- .wxchtf-file-list-box .wxchtf-file .wxchtf-file-name {
509
- font-size: 0.9rem;
510
- overflow: hidden;
511
- white-space: nowrap;
512
- text-overflow: ellipsis;
513
- }
514
- .wxchtf-file-list-box .wxchtf-file .wxchtf-file-size {
515
- color: rgba(14, 15, 23, 0.2509803922);
516
- font-size: 0.8rem;
517
- }
518
-
519
- .wxchtf-chatify .wxchtf-chat-members-panel {
520
- min-width: 300px;
521
- box-shadow: -4px 0px 20px -5px rgba(12, 217, 226, 0.0784313725), -2px 1px 12px rgba(0, 110, 114, 0.0588235294);
522
- }
523
- .wxchtf-chatify .wxchtf-chat-members-panel .wxchtf-chat-members-list .wxchtf-chat-members-list-item {
524
- padding-inline: 1rem;
525
- border-block-end: none;
526
- }
527
-
528
- .wxchtf-message.--my .wxchtf-file-list .wxchtf-file {
529
- background-color: #d8f4f4;
530
- }
531
-
532
- .wxchtf-message .wxchtf-message-text + .wxchtf-file-list {
533
- margin-top: 1rem;
534
- }
535
-
536
- .wxchtf-message .wxchtf-file-list .wxchtf-file {
537
- display: flex;
538
- flex-flow: row nowrap;
539
- align-items: center;
540
- gap: 1rem;
541
- background-color: #ededed;
542
- border-radius: 15px;
543
- padding: 0.5rem;
544
- }
545
- .wxchtf-message .wxchtf-file-list .wxchtf-file .wxchtf-file-info {
546
- min-width: 0;
547
- }
548
- .wxchtf-message .wxchtf-file-list .wxchtf-file .wxchtf-size {
549
- color: rgba(14, 15, 23, 0.2509803922);
550
- font-size: 0.8rem;
551
- }
552
- .wxchtf-message .wxchtf-file-list .wxchtf-file .wxchtf-name {
553
- font-size: 0.9rem;
554
- overflow: hidden;
555
- white-space: nowrap;
556
- text-overflow: ellipsis;
557
- }
558
- .wxchtf-message .wxchtf-file-list .wxchtf-file .ant-btn {
559
- border: 2px solid #1677ff;
560
- border-radius: 50%;
561
- }
562
- .wxchtf-message .wxchtf-file-list .wxchtf-file .ant-btn:hover {
563
- border-color: #63a4ff;
564
- }
565
- .wxchtf-message .wxchtf-file-list .wxchtf-file + .wxchtf-file {
566
- margin-top: 1rem;
567
- }
568
-
569
- .wxchtf-chatify {
570
- display: flex;
571
- flex-flow: column nowrap;
572
- background: white;
573
- border-radius: 24px;
574
- }
575
- .wxchtf-chatify .wxchtf-header {
576
- min-height: 2rem;
577
- }
578
- .wxchtf-chatify .wxchtf-body {
579
- flex: 1 0;
580
- display: flex;
581
- flex-flow: row nowrap;
582
- }
583
- .wxchtf-chatify .wxchtf-footer {
584
- min-height: 2rem;
585
- }
586
- .wxchtf-chatify .wxchtf-add-btn-wrapper {
587
- width: 100%;
588
- text-align: right;
589
- padding-inline: 0.5rem;
590
- margin-bottom: 1rem;
591
- }
592
- .wxchtf-chatify .wxchtf-add-btn-wrapper .wxchtf-add-btn {
593
- border: none;
594
- background-color: #e4f7f7;
595
- height: 50px;
596
- padding: 0;
597
- line-height: 50px;
598
- min-width: 150px;
599
- border-radius: 50px;
600
- font-weight: 600;
601
- opacity: 0.9;
602
- box-shadow: none;
603
- }
604
-
605
- .wxchtf-main {
606
- flex: auto;
607
- display: flex;
608
- flex-flow: column nowrap;
609
- border-top-right-radius: 24px;
610
- border-bottom-right-radius: 24px;
611
- box-shadow: 0px 6px 30px 0px rgba(12, 217, 226, 0.0784313725), 0px 1px 12px 0px rgba(0, 110, 114, 0.0588235294);
612
- z-index: 2;
613
- min-width: 0;
614
- }
615
- .wxchtf-main .wxchtf-create-chat-panel {
616
- display: flex;
617
- flex-flow: column nowrap;
618
- justify-content: center;
619
- align-items: center;
620
- height: 100%;
621
- position: relative;
622
- }
623
- .wxchtf-main .wxchtf-create-chat-panel .wxchtf-create-chat-panel-close {
624
- position: absolute;
625
- right: 25px;
626
- top: 25px;
627
- }
628
- .wxchtf-main .wxchtf-create-chat-panel form {
629
- padding: 2rem;
630
- max-width: 700px;
631
- width: 100%;
632
- }
633
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list {
634
- max-height: 15rem;
635
- overflow-y: auto;
636
- }
637
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list::-webkit-scrollbar {
638
- width: 8px;
639
- height: 8px;
640
- }
641
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list::-webkit-scrollbar-track {
642
- background-color: #f1f1f1;
643
- }
644
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list::-webkit-scrollbar-thumb {
645
- background-color: #dfdfdf;
646
- }
647
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list .ant-list-item {
648
- padding-inline: 0.5rem;
649
- }
650
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list .ant-list-item.--selected {
651
- background-color: #e6f4ff;
652
- }
653
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list .ant-list-item .ant-checkbox-wrapper {
654
- width: 100%;
655
- }
656
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list .ant-list-item .ant-checkbox-wrapper > span:last-child {
657
- flex: 1;
658
- }
659
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list .ant-list-item .ant-checkbox-wrapper > span:last-child .ant-list-item-meta {
660
- align-items: center;
661
- }
662
- .wxchtf-main .wxchtf-create-chat-panel form .wxchtf-create-chat-member-input-list .ant-list-item .ant-checkbox-wrapper > span:last-child .ant-list-item-meta .ant-list-item-meta-content h4 {
663
- margin-bottom: 0;
664
- }