@tencentcloud/chat-uikit-react 2.2.7 → 2.2.9
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.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/components/Avatar/Avatar.d.ts +1 -1
- package/dist/cjs/components/{TUIChat/TUIChat.d.ts → Chat/Chat.d.ts} +8 -8
- package/dist/cjs/components/Chat/Chat.js +1 -0
- package/dist/cjs/components/Chat/index.js +1 -0
- package/dist/cjs/components/{TUIChatHeader/TUIChatHeader.d.ts → ChatHeader/ChatHeader.d.ts} +3 -3
- package/dist/cjs/components/ChatHeader/ChatHeader.js +1 -0
- package/dist/cjs/components/{TUIChatHeader/TUIChatHeaderDefault.d.ts → ChatHeader/ChatHeaderDefault.d.ts} +2 -2
- package/dist/cjs/components/ChatHeader/ChatHeaderDefault.js +1 -0
- package/dist/cjs/components/ChatSetting/ChatSetting.d.ts +6 -0
- package/dist/cjs/components/ChatSetting/ChatSetting.js +1 -0
- package/dist/cjs/components/Contact/Contact.d.ts +6 -0
- package/dist/cjs/components/Contact/Contact.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/ContactInfo.d.ts +10 -0
- package/dist/cjs/components/Contact/ContactInfo/ContactInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/basicInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/blockInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/friendApplication.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/friendInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/groupInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactInfo/hooks/useContactInfo.js +1 -0
- package/dist/cjs/components/Contact/ContactList/ContactList.d.ts +6 -0
- package/dist/cjs/components/Contact/ContactList/ContactList.js +1 -0
- package/dist/cjs/components/Contact/hooks/useTUIContact.js +1 -0
- package/dist/cjs/components/ContactSearch/ContactSearch.js +1 -0
- package/dist/cjs/components/ContactSearch/hooks/useContactSearch.js +1 -0
- package/dist/cjs/components/ConversationActions/ConversationActions.d.ts +52 -0
- package/dist/cjs/components/ConversationActions/ConversationActions.js +1 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreate.d.ts +21 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreate.js +1 -1
- package/dist/cjs/components/ConversationCreate/ConversationCreateButton.d.ts +13 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateButton.js +1 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateGroupDetail.d.ts +16 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateGroupDetail.js +1 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateSelectView.d.ts +15 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateUserSelectList.d.ts +18 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreateUserSelectList.js +1 -1
- package/dist/cjs/components/ConversationCreate/ConversationGroupTypeInfo.d.ts +24 -0
- package/dist/cjs/components/ConversationCreate/ConversationGroupTypeInfo.js +1 -1
- package/dist/cjs/components/ConversationCreate/hooks/useConversationCreate.d.ts +14 -0
- package/dist/cjs/components/ConversationCreate/hooks/useConversationCreate.js +1 -1
- package/dist/cjs/components/ConversationList/ConversationList.d.ts +57 -0
- package/dist/cjs/components/ConversationList/ConversationList.js +1 -0
- package/dist/cjs/components/ConversationList/ConversationListContent/ConversationListContent.d.ts +23 -0
- package/dist/cjs/components/ConversationList/ConversationListContent/ConversationListContent.js +1 -0
- package/dist/cjs/components/ConversationList/ConversationListHeader/ConversationListHeader.d.ts +15 -0
- package/dist/cjs/components/ConversationList/ConversationListHeader/ConversationListHeader.js +1 -0
- package/dist/cjs/components/ConversationPreview/ConversationPreview.d.ts +39 -27
- package/dist/cjs/components/ConversationPreview/ConversationPreview.js +1 -1
- package/dist/cjs/components/ConversationPreview/utils.js +1 -1
- package/dist/cjs/components/ConversationSearch/ConversationSearch.d.ts +39 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearch.js +1 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.d.ts +7 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.js +1 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.d.ts +29 -0
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.js +1 -0
- package/dist/cjs/components/Icon/Icon.js +1 -1
- package/dist/cjs/components/Icon/config.js +1 -1
- package/dist/cjs/components/Icon/images/mute.svg.js +1 -0
- package/dist/cjs/components/Icon/type.d.ts +2 -0
- package/dist/cjs/components/Icon/type.js +1 -1
- package/dist/cjs/components/Input/Input.d.ts +5 -2
- package/dist/cjs/components/Input/Input.js +1 -1
- package/dist/{esm/components/TUIMessage/TUIMessage.d.ts → cjs/components/MessageElement/Message.d.ts} +1 -1
- package/dist/cjs/components/MessageElement/Message.js +1 -0
- package/dist/cjs/components/MessageElement/MessageAudio.js +1 -0
- package/dist/cjs/components/MessageElement/MessageAvatar.js +1 -0
- package/dist/cjs/components/MessageElement/MessageBubble.js +1 -0
- package/dist/cjs/components/MessageElement/MessageContext.js +1 -0
- package/dist/cjs/components/MessageElement/MessageCustom.js +1 -0
- package/dist/cjs/components/MessageElement/MessageDefault.js +1 -0
- package/dist/cjs/components/MessageElement/MessageName.js +1 -0
- package/dist/cjs/components/MessageElement/MessagePlugins.js +1 -0
- package/dist/cjs/components/MessageElement/MessageProgress.js +1 -0
- package/dist/cjs/components/MessageElement/MessageRevoke.js +1 -0
- package/dist/cjs/components/MessageElement/MessageStatus.js +1 -0
- package/dist/cjs/components/MessageElement/MessageSystem.js +1 -0
- package/dist/cjs/components/MessageElement/MessageText.js +1 -0
- package/dist/cjs/components/MessageElement/MessageTip.js +1 -0
- package/dist/cjs/components/MessageElement/hooks/useMessageHandler.js +1 -0
- package/dist/cjs/components/MessageElement/hooks/useMessageReply.js +1 -0
- package/dist/cjs/components/MessageInput/EmojiPicker.js +1 -0
- package/dist/cjs/components/MessageInput/Forward.js +1 -0
- package/dist/cjs/components/MessageInput/InputPluginsDefalut.js +1 -0
- package/dist/cjs/components/MessageInput/InputQuoteDefalut.js +1 -0
- package/dist/cjs/components/{TUIMessageInput/TUIMessageInput.d.ts → MessageInput/MessageInput.d.ts} +4 -4
- package/dist/cjs/components/MessageInput/MessageInput.js +1 -0
- package/dist/cjs/components/MessageInput/MessageInputDefault.js +1 -0
- package/dist/cjs/components/MessageInput/Transmitter.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useEmojiPicker.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useHandleForwardMessage.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useHandleQuoteMessage.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useMessageInputText.js +1 -0
- package/dist/cjs/components/MessageInput/hooks/useUploadPicker.js +1 -0
- package/dist/cjs/components/{TUIMessageList/TUIMessageList.d.ts → MessageList/MessageList.d.ts} +3 -3
- package/dist/cjs/components/MessageList/MessageList.js +1 -0
- package/dist/cjs/components/MessageList/hooks/useMessageListElement.js +1 -0
- package/dist/cjs/components/PlaceHolder/index.d.ts +34 -0
- package/dist/cjs/components/PlaceHolder/index.js +1 -0
- package/dist/cjs/components/Plugins/index.d.ts +5 -2
- package/dist/cjs/components/Profile/Profile.d.ts +10 -0
- package/dist/cjs/components/Profile/Profile.js +1 -1
- package/dist/cjs/components/Profile/ProfileDefault.js +1 -0
- package/dist/cjs/components/Profile/myProfile/MyProfile.js +1 -0
- package/dist/cjs/context/{TUIChatActionContext.d.ts → ChatActionContext.d.ts} +1 -1
- package/dist/cjs/context/{TUIChatStateContext.d.ts → ChatStateContext.d.ts} +6 -6
- package/dist/cjs/context/ComponentContext.d.ts +3 -3
- package/dist/cjs/context/{TUIContactContext.d.ts → ContactContext.d.ts} +4 -4
- package/dist/cjs/context/ConversationListContext.d.ts +22 -0
- package/dist/cjs/context/ConversationListContext.js +1 -0
- package/dist/{esm/context/TUIMessageContext.d.ts → cjs/context/MessageContext.d.ts} +1 -1
- package/dist/{esm/context/TUIMessageInputContext.d.ts → cjs/context/MessageInputContext.d.ts} +4 -4
- package/dist/cjs/hooks/useConversation.d.ts +4 -23
- package/dist/cjs/hooks/useConversation.js +1 -1
- package/dist/cjs/hooks/useLongPress.d.ts +3 -0
- package/dist/cjs/hooks/useLongPress.js +1 -0
- package/dist/cjs/hooks/useMouseHover.js +1 -0
- package/dist/cjs/index.css +2 -1
- package/dist/cjs/index.d.css +885 -407
- package/dist/cjs/index.d.ts +41 -29
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/locales/en-US/TUIConversation.js +1 -1
- package/dist/cjs/locales/index.js +1 -1
- package/dist/cjs/locales/ja-JP/TUIConversation.js +1 -1
- package/dist/cjs/locales/ko-KR/TUIConversation.js +1 -1
- package/dist/cjs/locales/zh-CN/TUIConversation.js +1 -1
- package/dist/cjs/locales/zh-TW/TUIConversation.js +1 -1
- package/dist/esm/components/Avatar/Avatar.d.ts +1 -1
- package/dist/esm/components/{TUIChat/TUIChat.d.ts → Chat/Chat.d.ts} +8 -8
- package/dist/esm/components/Chat/Chat.js +1 -0
- package/dist/esm/components/Chat/index.js +1 -0
- package/dist/esm/components/{TUIChatHeader/TUIChatHeader.d.ts → ChatHeader/ChatHeader.d.ts} +3 -3
- package/dist/esm/components/ChatHeader/ChatHeader.js +1 -0
- package/dist/esm/components/{TUIChatHeader/TUIChatHeaderDefault.d.ts → ChatHeader/ChatHeaderDefault.d.ts} +2 -2
- package/dist/esm/components/ChatHeader/ChatHeaderDefault.js +1 -0
- package/dist/esm/components/ChatSetting/ChatSetting.d.ts +6 -0
- package/dist/esm/components/ChatSetting/ChatSetting.js +1 -0
- package/dist/esm/components/Contact/Contact.d.ts +6 -0
- package/dist/esm/components/Contact/Contact.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/ContactInfo.d.ts +10 -0
- package/dist/esm/components/Contact/ContactInfo/ContactInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/basicInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/blockInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/friendApplication.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/friendInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/groupInfo.js +1 -0
- package/dist/esm/components/Contact/ContactInfo/hooks/useContactInfo.js +1 -0
- package/dist/esm/components/Contact/ContactList/ContactList.d.ts +6 -0
- package/dist/esm/components/Contact/ContactList/ContactList.js +1 -0
- package/dist/esm/components/Contact/hooks/useTUIContact.js +1 -0
- package/dist/esm/components/ContactSearch/ContactSearch.js +1 -0
- package/dist/esm/components/ContactSearch/hooks/useContactSearch.js +1 -0
- package/dist/esm/components/ConversationActions/ConversationActions.d.ts +52 -0
- package/dist/esm/components/ConversationActions/ConversationActions.js +1 -0
- package/dist/esm/components/ConversationCreate/ConversationCreate.d.ts +21 -0
- package/dist/esm/components/ConversationCreate/ConversationCreate.js +1 -1
- package/dist/esm/components/ConversationCreate/ConversationCreateButton.d.ts +13 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateButton.js +1 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateGroupDetail.d.ts +16 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateGroupDetail.js +1 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateSelectView.d.ts +15 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateUserSelectList.d.ts +18 -0
- package/dist/esm/components/ConversationCreate/ConversationCreateUserSelectList.js +1 -1
- package/dist/esm/components/ConversationCreate/ConversationGroupTypeInfo.d.ts +24 -0
- package/dist/esm/components/ConversationCreate/ConversationGroupTypeInfo.js +1 -1
- package/dist/esm/components/ConversationCreate/hooks/useConversationCreate.d.ts +14 -0
- package/dist/esm/components/ConversationCreate/hooks/useConversationCreate.js +1 -1
- package/dist/esm/components/ConversationList/ConversationList.d.ts +57 -0
- package/dist/esm/components/ConversationList/ConversationList.js +1 -0
- package/dist/esm/components/ConversationList/ConversationListContent/ConversationListContent.d.ts +23 -0
- package/dist/esm/components/ConversationList/ConversationListContent/ConversationListContent.js +1 -0
- package/dist/esm/components/ConversationList/ConversationListHeader/ConversationListHeader.d.ts +15 -0
- package/dist/esm/components/ConversationList/ConversationListHeader/ConversationListHeader.js +1 -0
- package/dist/esm/components/ConversationPreview/ConversationPreview.d.ts +39 -27
- package/dist/esm/components/ConversationPreview/ConversationPreview.js +1 -1
- package/dist/esm/components/ConversationPreview/utils.js +1 -1
- package/dist/esm/components/ConversationSearch/ConversationSearch.d.ts +39 -0
- package/dist/esm/components/ConversationSearch/ConversationSearch.js +1 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.d.ts +7 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.js +1 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.d.ts +29 -0
- package/dist/esm/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.js +1 -0
- package/dist/esm/components/Icon/Icon.js +1 -1
- package/dist/esm/components/Icon/config.js +1 -1
- package/dist/esm/components/Icon/images/mute.svg.js +1 -0
- package/dist/esm/components/Icon/type.d.ts +2 -0
- package/dist/esm/components/Icon/type.js +1 -1
- package/dist/esm/components/Input/Input.d.ts +5 -2
- package/dist/esm/components/Input/Input.js +1 -1
- package/dist/{cjs/components/TUIMessage/TUIMessage.d.ts → esm/components/MessageElement/Message.d.ts} +1 -1
- package/dist/esm/components/MessageElement/Message.js +1 -0
- package/dist/esm/components/MessageElement/MessageAudio.js +1 -0
- package/dist/esm/components/MessageElement/MessageAvatar.js +1 -0
- package/dist/esm/components/MessageElement/MessageBubble.js +1 -0
- package/dist/esm/components/MessageElement/MessageContext.js +1 -0
- package/dist/esm/components/MessageElement/MessageCustom.js +1 -0
- package/dist/esm/components/MessageElement/MessageDefault.js +1 -0
- package/dist/esm/components/MessageElement/MessageName.js +1 -0
- package/dist/esm/components/MessageElement/MessagePlugins.js +1 -0
- package/dist/esm/components/MessageElement/MessageProgress.js +1 -0
- package/dist/esm/components/MessageElement/MessageRevoke.js +1 -0
- package/dist/esm/components/MessageElement/MessageStatus.js +1 -0
- package/dist/esm/components/MessageElement/MessageSystem.js +1 -0
- package/dist/esm/components/MessageElement/MessageText.js +1 -0
- package/dist/esm/components/MessageElement/MessageTip.js +1 -0
- package/dist/esm/components/MessageElement/hooks/useMessageHandler.js +1 -0
- package/dist/esm/components/MessageElement/hooks/useMessageReply.js +1 -0
- package/dist/esm/components/MessageInput/EmojiPicker.js +1 -0
- package/dist/esm/components/MessageInput/Forward.js +1 -0
- package/dist/esm/components/MessageInput/InputPluginsDefalut.js +1 -0
- package/dist/esm/components/MessageInput/InputQuoteDefalut.js +1 -0
- package/dist/esm/components/{TUIMessageInput/TUIMessageInput.d.ts → MessageInput/MessageInput.d.ts} +4 -4
- package/dist/esm/components/MessageInput/MessageInput.js +1 -0
- package/dist/esm/components/MessageInput/MessageInputDefault.js +1 -0
- package/dist/esm/components/MessageInput/Transmitter.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useEmojiPicker.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useHandleForwardMessage.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useHandleQuoteMessage.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useMessageInputText.js +1 -0
- package/dist/esm/components/MessageInput/hooks/useUploadPicker.js +1 -0
- package/dist/esm/components/{TUIMessageList/TUIMessageList.d.ts → MessageList/MessageList.d.ts} +3 -3
- package/dist/esm/components/MessageList/MessageList.js +1 -0
- package/dist/esm/components/MessageList/hooks/useMessageListElement.js +1 -0
- package/dist/esm/components/PlaceHolder/index.d.ts +34 -0
- package/dist/esm/components/PlaceHolder/index.js +1 -0
- package/dist/esm/components/Plugins/index.d.ts +5 -2
- package/dist/esm/components/Profile/Profile.d.ts +10 -0
- package/dist/esm/components/Profile/Profile.js +1 -1
- package/dist/esm/components/Profile/ProfileDefault.js +1 -0
- package/dist/esm/components/Profile/myProfile/MyProfile.js +1 -0
- package/dist/esm/context/{TUIChatActionContext.d.ts → ChatActionContext.d.ts} +1 -1
- package/dist/esm/context/{TUIChatStateContext.d.ts → ChatStateContext.d.ts} +6 -6
- package/dist/esm/context/ComponentContext.d.ts +3 -3
- package/dist/esm/context/{TUIContactContext.d.ts → ContactContext.d.ts} +4 -4
- package/dist/esm/context/ConversationListContext.d.ts +22 -0
- package/dist/esm/context/ConversationListContext.js +1 -0
- package/dist/{cjs/context/TUIMessageContext.d.ts → esm/context/MessageContext.d.ts} +1 -1
- package/dist/{cjs/context/TUIMessageInputContext.d.ts → esm/context/MessageInputContext.d.ts} +4 -4
- package/dist/esm/hooks/useConversation.d.ts +4 -23
- package/dist/esm/hooks/useConversation.js +1 -1
- package/dist/esm/hooks/useLongPress.d.ts +3 -0
- package/dist/esm/hooks/useLongPress.js +1 -0
- package/dist/esm/hooks/useMouseHover.js +1 -0
- package/dist/esm/index.css +2 -1
- package/dist/esm/index.d.css +885 -407
- package/dist/esm/index.d.ts +41 -29
- package/dist/esm/index.js +1 -1
- package/dist/esm/locales/en-US/TUIConversation.js +1 -1
- package/dist/esm/locales/index.js +1 -1
- package/dist/esm/locales/ja-JP/TUIConversation.js +1 -1
- package/dist/esm/locales/ko-KR/TUIConversation.js +1 -1
- package/dist/esm/locales/zh-CN/TUIConversation.js +1 -1
- package/dist/esm/locales/zh-TW/TUIConversation.js +1 -1
- package/package.json +2 -1
- package/rollup.config.js +1 -1
- package/src/components/Avatar/Avatar.tsx +33 -31
- package/src/components/{TUIChat/TUIChat.tsx → Chat/Chat.tsx} +15 -15
- package/src/components/{TUIChat → Chat}/hooks/useHandleMessage.tsx +1 -1
- package/src/components/{TUIChat → Chat}/hooks/useHandleMessageList.tsx +1 -1
- package/src/components/{TUIChat → Chat}/index.ts +1 -1
- package/src/components/{TUIChatHeader/TUIChatHeader.tsx → ChatHeader/ChatHeader.tsx} +5 -5
- package/src/components/{TUIChatHeader/TUIChatHeaderDefault.tsx → ChatHeader/ChatHeaderDefault.tsx} +2 -2
- package/src/components/ChatHeader/index.ts +2 -0
- package/src/components/{TUIChatHeader → ChatHeader}/styles/layout.scss +0 -8
- package/src/components/{TUIManage/TUIManage.tsx → ChatSetting/ChatSetting.tsx} +17 -20
- package/src/components/ChatSetting/index.ts +1 -0
- package/src/components/{TUIManage → ChatSetting}/styles/index.scss +4 -2
- package/src/components/Checkbox/index.tsx +9 -9
- package/src/components/{TUIContact/TUIContact.tsx → Contact/Contact.tsx} +35 -35
- package/src/components/{TUIContact/TUIContactInfo/TUIContactInfo.tsx → Contact/ContactInfo/ContactInfo.tsx} +4 -4
- package/src/components/{TUIContact/TUIContactList/TUIContactList.tsx → Contact/ContactList/ContactList.tsx} +3 -3
- package/src/components/Contact/index.ts +3 -0
- package/src/components/{TUIContactSearch/TUIContactSearch.tsx → ContactSearch/ContactSearch.tsx} +8 -7
- package/src/components/ConversationActions/ConversationActions.scss +45 -0
- package/src/components/ConversationActions/ConversationActions.tsx +172 -0
- package/src/components/ConversationActions/index.ts +1 -0
- package/src/components/ConversationCreate/ConversationCreate.tsx +104 -49
- package/src/components/ConversationCreate/ConversationCreateButton.tsx +46 -0
- package/src/components/ConversationCreate/ConversationCreateGroupDetail.tsx +179 -0
- package/src/components/ConversationCreate/ConversationCreateSelectView.tsx +7 -7
- package/src/components/ConversationCreate/ConversationCreateUserSelectList.tsx +31 -29
- package/src/components/ConversationCreate/ConversationGroupTypeInfo.tsx +19 -19
- package/src/components/ConversationCreate/hooks/useConversationCreate.tsx +36 -29
- package/src/components/ConversationCreate/index.ts +2 -1
- package/src/components/ConversationCreate/styles/{ConversationCreatGroupDetail.scss → ConversationCreateGroupDetail.scss} +6 -1
- package/src/components/ConversationCreate/styles/conversationCreateButton.scss +5 -0
- package/src/components/ConversationCreate/styles/index.scss +34 -2
- package/src/components/ConversationList/ConversationList.scss +29 -0
- package/src/components/ConversationList/ConversationList.tsx +155 -0
- package/src/components/ConversationList/ConversationListContent/ConversationListContent.scss +16 -0
- package/src/components/ConversationList/ConversationListContent/ConversationListContent.tsx +63 -0
- package/src/components/ConversationList/ConversationListContent/index.ts +1 -0
- package/src/components/ConversationList/ConversationListHeader/ConversationListHeader.scss +28 -0
- package/src/components/ConversationList/ConversationListHeader/ConversationListHeader.tsx +43 -0
- package/src/components/ConversationList/ConversationListHeader/index.ts +1 -0
- package/src/components/ConversationList/index.ts +3 -0
- package/src/components/ConversationPreview/ConversationPreview.scss +137 -0
- package/src/components/ConversationPreview/ConversationPreview.tsx +245 -63
- package/src/components/ConversationPreview/index.ts +0 -1
- package/src/components/ConversationPreview/utils.tsx +78 -60
- package/src/components/ConversationSearch/ConversationSearch.scss +22 -0
- package/src/components/ConversationSearch/ConversationSearch.tsx +125 -0
- package/src/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.scss +13 -0
- package/src/components/ConversationSearch/ConversationSearchInput/ConversationSearchInput.tsx +42 -0
- package/src/components/ConversationSearch/ConversationSearchInput/index.ts +1 -0
- package/src/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.scss +15 -0
- package/src/components/ConversationSearch/ConversationSearchResult/ConversationSearchResult.tsx +72 -0
- package/src/components/ConversationSearch/ConversationSearchResult/index.ts +1 -0
- package/src/components/ConversationSearch/index.ts +3 -2
- package/src/components/EmptyStateIndicator/EmptyStateIndicator.tsx +2 -3
- package/src/components/Icon/Icon.tsx +8 -8
- package/src/components/Icon/config.ts +9 -0
- package/src/components/Icon/images/mute.svg +8 -0
- package/src/components/Icon/styles/index.scss +41 -6
- package/src/components/Icon/type.ts +2 -0
- package/src/components/Input/Input.tsx +24 -23
- package/src/components/{TUIMessage/TUIMessage.tsx → MessageElement/Message.tsx} +33 -33
- package/src/components/{TUIMessage → MessageElement}/MessageCustom.tsx +1 -1
- package/src/components/{TUIMessage/TUIMessageDefault.tsx → MessageElement/MessageDefault.tsx} +24 -24
- package/src/components/{TUIMessage → MessageElement}/MessagePlugins.tsx +18 -18
- package/src/components/{TUIMessage → MessageElement}/index.ts +1 -1
- package/src/components/{TUIMessage → MessageElement}/styles/layout.scss +1 -1
- package/src/components/{TUIMessageInput → MessageInput}/EmojiPicker.tsx +2 -2
- package/src/components/{TUIMessageInput/TUIForward.tsx → MessageInput/Forward.tsx} +41 -36
- package/src/components/{TUIMessageInput → MessageInput}/InputPluginsDefalut.tsx +2 -2
- package/src/components/{TUIMessageInput → MessageInput}/InputQuoteDefalut.tsx +1 -1
- package/src/components/{TUIMessageInput/TUIMessageInput.tsx → MessageInput/MessageInput.tsx} +25 -27
- package/src/components/{TUIMessageInput/TUIMessageInputDefault.tsx → MessageInput/MessageInputDefault.tsx} +14 -14
- package/src/components/{TUIMessageInput → MessageInput}/Transmitter.tsx +2 -2
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useEmojiPicker.tsx +1 -1
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.tsx +1 -1
- package/src/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputText.tsx +2 -2
- package/src/components/MessageInput/index.ts +3 -0
- package/src/components/{TUIMessageInput → MessageInput}/styles/color.scss +1 -1
- package/src/components/{TUIMessageList/TUIMessageList.tsx → MessageList/MessageList.tsx} +5 -5
- package/src/components/{TUIMessageList → MessageList}/hooks/useMessageListElement.tsx +1 -1
- package/src/components/MessageList/index.ts +1 -0
- package/src/components/PlaceHolder/index.tsx +79 -0
- package/src/components/PlaceHolder/styles/index.scss +36 -0
- package/src/components/Plugins/index.tsx +49 -45
- package/src/components/Profile/Profile.tsx +46 -21
- package/src/components/Profile/index.ts +2 -1
- package/src/components/Profile/myProfile/MyProfile.tsx +25 -0
- package/src/components/Profile/myProfile/index.ts +1 -0
- package/src/components/Profile/myProfile/styles/index.scss +32 -0
- package/src/components/Profile/styles/index.scss +2 -32
- package/src/components/{TUIProfile → Profile}/styles/layout.scss +1 -0
- package/src/components/index.ts +13 -11
- package/src/context/{TUIChatActionContext.tsx → ChatActionContext.tsx} +1 -1
- package/src/context/ChatStateContext.tsx +49 -0
- package/src/context/ComponentContext.tsx +13 -13
- package/src/context/{TUIContactContext.tsx → ContactContext.tsx} +10 -11
- package/src/context/ConversationListContext.tsx +113 -0
- package/src/context/LanguageContext.tsx +1 -0
- package/src/context/MessageContext.tsx +55 -0
- package/src/context/MessageInputContext.tsx +54 -0
- package/src/context/index.ts +6 -5
- package/src/hooks/index.ts +2 -0
- package/src/hooks/useConversation.tsx +26 -74
- package/src/hooks/useLongPress.tsx +117 -0
- package/src/hooks/useMouseHover.tsx +21 -0
- package/src/locales/en-US/TUIConversation.ts +4 -0
- package/src/locales/index.ts +10 -0
- package/src/locales/ja-JP/TUIConversation.ts +4 -0
- package/src/locales/ko-KR/TUIConversation.ts +4 -0
- package/src/locales/zh-CN/TUIConversation.ts +4 -0
- package/src/locales/zh-TW/TUIConversation.ts +4 -0
- package/dist/cjs/components/ConversationCreate/ConversationCreatGroupDetail.js +0 -1
- package/dist/cjs/components/ConversationPreview/ConversationListContainer.d.ts +0 -10
- package/dist/cjs/components/ConversationPreview/ConversationListContainer.js +0 -1
- package/dist/cjs/components/ConversationPreview/ConversationPreviewContent.d.ts +0 -10
- package/dist/cjs/components/ConversationPreview/ConversationPreviewContent.js +0 -1
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput.d.ts +0 -6
- package/dist/cjs/components/ConversationSearch/ConversationSearchInput.js +0 -1
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult.d.ts +0 -12
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult.js +0 -1
- package/dist/cjs/components/TUIChat/TUIChat.js +0 -1
- package/dist/cjs/components/TUIChat/index.js +0 -1
- package/dist/cjs/components/TUIChatHeader/TUIChatHeader.js +0 -1
- package/dist/cjs/components/TUIChatHeader/TUIChatHeaderDefault.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContact.d.ts +0 -6
- package/dist/cjs/components/TUIContact/TUIContact.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/TUIContactInfo.d.ts +0 -10
- package/dist/cjs/components/TUIContact/TUIContactInfo/TUIContactInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/basicInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/blockInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/friendApplication.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/friendInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/groupInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactInfo/hooks/useContactInfo.js +0 -1
- package/dist/cjs/components/TUIContact/TUIContactList/TUIContactList.d.ts +0 -6
- package/dist/cjs/components/TUIContact/TUIContactList/TUIContactList.js +0 -1
- package/dist/cjs/components/TUIContact/hooks/useTUIContact.js +0 -1
- package/dist/cjs/components/TUIContactSearch/TUIContactSearch.js +0 -1
- package/dist/cjs/components/TUIContactSearch/hooks/useContactSearch.js +0 -1
- package/dist/cjs/components/TUIConversation/TUIConversation.d.ts +0 -12
- package/dist/cjs/components/TUIConversation/TUIConversation.js +0 -1
- package/dist/cjs/components/TUIConversationList/TUIConversationList.d.ts +0 -19
- package/dist/cjs/components/TUIConversationList/TUIConversationList.js +0 -1
- package/dist/cjs/components/TUIConversationList/hooks/useConversationList.js +0 -1
- package/dist/cjs/components/TUIConversationList/hooks/useConversationUpdate.js +0 -1
- package/dist/cjs/components/TUIManage/TUIManage.d.ts +0 -6
- package/dist/cjs/components/TUIManage/TUIManage.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageAudio.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageAvatar.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageBubble.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageContext.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageCustom.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageName.js +0 -1
- package/dist/cjs/components/TUIMessage/MessagePlugins.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageProgress.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageRevoke.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageStatus.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageSystem.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageText.js +0 -1
- package/dist/cjs/components/TUIMessage/MessageTip.js +0 -1
- package/dist/cjs/components/TUIMessage/TUIMessage.js +0 -1
- package/dist/cjs/components/TUIMessage/TUIMessageDefault.js +0 -1
- package/dist/cjs/components/TUIMessage/hooks/useMessageHandler.js +0 -1
- package/dist/cjs/components/TUIMessage/hooks/useMessageReply.js +0 -1
- package/dist/cjs/components/TUIMessageInput/EmojiPicker.js +0 -1
- package/dist/cjs/components/TUIMessageInput/InputPluginsDefalut.js +0 -1
- package/dist/cjs/components/TUIMessageInput/InputQuoteDefalut.js +0 -1
- package/dist/cjs/components/TUIMessageInput/TUIForward.js +0 -1
- package/dist/cjs/components/TUIMessageInput/TUIMessageInput.js +0 -1
- package/dist/cjs/components/TUIMessageInput/TUIMessageInputDefault.js +0 -1
- package/dist/cjs/components/TUIMessageInput/Transmitter.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useEmojiPicker.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useHandleForwardMessage.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useHandleQuoteMessage.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useMessageInputText.js +0 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useUploadPicker.js +0 -1
- package/dist/cjs/components/TUIMessageList/TUIMessageList.js +0 -1
- package/dist/cjs/components/TUIMessageList/hooks/useMessageListElement.js +0 -1
- package/dist/cjs/components/TUIProfile/TUIProfile.d.ts +0 -10
- package/dist/cjs/components/TUIProfile/TUIProfile.js +0 -1
- package/dist/cjs/components/TUIProfile/TUIProfileDefault.js +0 -1
- package/dist/cjs/context/TUIConversationContext.js +0 -1
- package/dist/esm/components/ConversationCreate/ConversationCreatGroupDetail.js +0 -1
- package/dist/esm/components/ConversationPreview/ConversationListContainer.d.ts +0 -10
- package/dist/esm/components/ConversationPreview/ConversationListContainer.js +0 -1
- package/dist/esm/components/ConversationPreview/ConversationPreviewContent.d.ts +0 -10
- package/dist/esm/components/ConversationPreview/ConversationPreviewContent.js +0 -1
- package/dist/esm/components/ConversationSearch/ConversationSearchInput.d.ts +0 -6
- package/dist/esm/components/ConversationSearch/ConversationSearchInput.js +0 -1
- package/dist/esm/components/ConversationSearch/ConversationSearchResult.d.ts +0 -12
- package/dist/esm/components/ConversationSearch/ConversationSearchResult.js +0 -1
- package/dist/esm/components/TUIChat/TUIChat.js +0 -1
- package/dist/esm/components/TUIChat/index.js +0 -1
- package/dist/esm/components/TUIChatHeader/TUIChatHeader.js +0 -1
- package/dist/esm/components/TUIChatHeader/TUIChatHeaderDefault.js +0 -1
- package/dist/esm/components/TUIContact/TUIContact.d.ts +0 -6
- package/dist/esm/components/TUIContact/TUIContact.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/TUIContactInfo.d.ts +0 -10
- package/dist/esm/components/TUIContact/TUIContactInfo/TUIContactInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/basicInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/blockInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/friendApplication.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/friendInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/groupInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactInfo/hooks/useContactInfo.js +0 -1
- package/dist/esm/components/TUIContact/TUIContactList/TUIContactList.d.ts +0 -6
- package/dist/esm/components/TUIContact/TUIContactList/TUIContactList.js +0 -1
- package/dist/esm/components/TUIContact/hooks/useTUIContact.js +0 -1
- package/dist/esm/components/TUIContactSearch/TUIContactSearch.js +0 -1
- package/dist/esm/components/TUIContactSearch/hooks/useContactSearch.js +0 -1
- package/dist/esm/components/TUIConversation/TUIConversation.d.ts +0 -12
- package/dist/esm/components/TUIConversation/TUIConversation.js +0 -1
- package/dist/esm/components/TUIConversationList/TUIConversationList.d.ts +0 -19
- package/dist/esm/components/TUIConversationList/TUIConversationList.js +0 -1
- package/dist/esm/components/TUIConversationList/hooks/useConversationList.js +0 -1
- package/dist/esm/components/TUIConversationList/hooks/useConversationUpdate.js +0 -1
- package/dist/esm/components/TUIManage/TUIManage.d.ts +0 -6
- package/dist/esm/components/TUIManage/TUIManage.js +0 -1
- package/dist/esm/components/TUIMessage/MessageAudio.js +0 -1
- package/dist/esm/components/TUIMessage/MessageAvatar.js +0 -1
- package/dist/esm/components/TUIMessage/MessageBubble.js +0 -1
- package/dist/esm/components/TUIMessage/MessageContext.js +0 -1
- package/dist/esm/components/TUIMessage/MessageCustom.js +0 -1
- package/dist/esm/components/TUIMessage/MessageName.js +0 -1
- package/dist/esm/components/TUIMessage/MessagePlugins.js +0 -1
- package/dist/esm/components/TUIMessage/MessageProgress.js +0 -1
- package/dist/esm/components/TUIMessage/MessageRevoke.js +0 -1
- package/dist/esm/components/TUIMessage/MessageStatus.js +0 -1
- package/dist/esm/components/TUIMessage/MessageSystem.js +0 -1
- package/dist/esm/components/TUIMessage/MessageText.js +0 -1
- package/dist/esm/components/TUIMessage/MessageTip.js +0 -1
- package/dist/esm/components/TUIMessage/TUIMessage.js +0 -1
- package/dist/esm/components/TUIMessage/TUIMessageDefault.js +0 -1
- package/dist/esm/components/TUIMessage/hooks/useMessageHandler.js +0 -1
- package/dist/esm/components/TUIMessage/hooks/useMessageReply.js +0 -1
- package/dist/esm/components/TUIMessageInput/EmojiPicker.js +0 -1
- package/dist/esm/components/TUIMessageInput/InputPluginsDefalut.js +0 -1
- package/dist/esm/components/TUIMessageInput/InputQuoteDefalut.js +0 -1
- package/dist/esm/components/TUIMessageInput/TUIForward.js +0 -1
- package/dist/esm/components/TUIMessageInput/TUIMessageInput.js +0 -1
- package/dist/esm/components/TUIMessageInput/TUIMessageInputDefault.js +0 -1
- package/dist/esm/components/TUIMessageInput/Transmitter.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useEmojiPicker.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useHandleForwardMessage.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useHandleQuoteMessage.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useMessageInputText.js +0 -1
- package/dist/esm/components/TUIMessageInput/hooks/useUploadPicker.js +0 -1
- package/dist/esm/components/TUIMessageList/TUIMessageList.js +0 -1
- package/dist/esm/components/TUIMessageList/hooks/useMessageListElement.js +0 -1
- package/dist/esm/components/TUIProfile/TUIProfile.d.ts +0 -10
- package/dist/esm/components/TUIProfile/TUIProfile.js +0 -1
- package/dist/esm/components/TUIProfile/TUIProfileDefault.js +0 -1
- package/dist/esm/context/TUIConversationContext.js +0 -1
- package/src/components/ConversationCreate/ConversationCreatGroupDetail.tsx +0 -170
- package/src/components/ConversationPreview/ConversationListContainer.tsx +0 -20
- package/src/components/ConversationPreview/ConversationPreviewContent.tsx +0 -191
- package/src/components/ConversationPreview/styles/index.scss +0 -171
- package/src/components/ConversationSearch/ConversationSearchInput.tsx +0 -27
- package/src/components/ConversationSearch/ConversationSearchResult.tsx +0 -39
- package/src/components/ConversationSearch/styles/index.scss +0 -20
- package/src/components/TUIChatHeader/index.ts +0 -2
- package/src/components/TUIContact/index.ts +0 -3
- package/src/components/TUIConversation/TUIConversation.tsx +0 -46
- package/src/components/TUIConversation/index.ts +0 -1
- package/src/components/TUIConversationList/TUIConversationList.tsx +0 -178
- package/src/components/TUIConversationList/hooks/useConversationList.tsx +0 -42
- package/src/components/TUIConversationList/hooks/useConversationUpdate.tsx +0 -38
- package/src/components/TUIConversationList/index.scss +0 -58
- package/src/components/TUIConversationList/index.ts +0 -2
- package/src/components/TUIManage/index.ts +0 -1
- package/src/components/TUIMessageInput/index.ts +0 -3
- package/src/components/TUIMessageList/index.ts +0 -1
- package/src/components/TUIProfile/TUIProfile.tsx +0 -50
- package/src/components/TUIProfile/index.ts +0 -2
- package/src/components/TUIProfile/styles/index.scss +0 -2
- package/src/context/TUIChatStateContext.tsx +0 -50
- package/src/context/TUIConversationContext.tsx +0 -29
- package/src/context/TUIMessageContext.tsx +0 -56
- package/src/context/TUIMessageInputContext.tsx +0 -55
- /package/dist/cjs/components/{TUIChat/TUIChatState.js → Chat/ChatState.js} +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useCreateTUIChatStateContext.js +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useHandleMessage.d.ts +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useHandleMessage.js +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/hooks/useHandleMessageList.js +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/server.js +0 -0
- /package/dist/cjs/components/{TUIChat → Chat}/utils.js +0 -0
- /package/dist/cjs/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/addFriendInfo.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageContext.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageFace.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageFile.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageImage.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageLocation.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageMerger.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessagePlugins.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/MessageVideo.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/hooks/useMessageContextHandler.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/hooks/useMessagePluginElement.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/utils/decodeText.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/utils/emojiMap.js +0 -0
- /package/dist/cjs/components/{TUIMessage → MessageElement}/utils/index.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/InputPluginsDefalut.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessageInput/TUIMessageInputDefault.d.ts → MessageInput/MessageInputDefault.d.ts} +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useCreateMessageInputContext.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useEmojiPicker.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.d.ts +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useUploadElement.js +0 -0
- /package/dist/cjs/components/{TUIMessageInput → MessageInput}/hooks/useUploadPicker.d.ts +0 -0
- /package/dist/cjs/components/{TUIProfile/TUIProfileDefault.d.ts → Profile/ProfileDefault.d.ts} +0 -0
- /package/dist/cjs/components/{TUIProfile → Profile}/hooks/useMyProfile.js +0 -0
- /package/dist/cjs/context/{TUIChatActionContext.js → ChatActionContext.js} +0 -0
- /package/dist/cjs/context/{TUIChatStateContext.js → ChatStateContext.js} +0 -0
- /package/dist/cjs/context/{TUIContactContext.js → ContactContext.js} +0 -0
- /package/dist/cjs/context/{TUIMessageContext.js → MessageContext.js} +0 -0
- /package/dist/cjs/context/{TUIMessageInputContext.js → MessageInputContext.js} +0 -0
- /package/dist/esm/components/{TUIChat/TUIChatState.js → Chat/ChatState.js} +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useCreateTUIChatStateContext.js +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useHandleMessage.d.ts +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useHandleMessage.js +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/hooks/useHandleMessageList.js +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/server.js +0 -0
- /package/dist/esm/components/{TUIChat → Chat}/utils.js +0 -0
- /package/dist/esm/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/addFriendInfo.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageContext.d.ts +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageFace.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageFile.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageImage.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageLocation.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageMerger.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessagePlugins.d.ts +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/MessageVideo.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/hooks/useMessageContextHandler.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/hooks/useMessagePluginElement.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/utils/decodeText.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/utils/emojiMap.js +0 -0
- /package/dist/esm/components/{TUIMessage → MessageElement}/utils/index.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/InputPluginsDefalut.d.ts +0 -0
- /package/dist/esm/components/{TUIMessageInput/TUIMessageInputDefault.d.ts → MessageInput/MessageInputDefault.d.ts} +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useCreateMessageInputContext.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useEmojiPicker.d.ts +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.d.ts +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useMessageInputState.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useUploadElement.js +0 -0
- /package/dist/esm/components/{TUIMessageInput → MessageInput}/hooks/useUploadPicker.d.ts +0 -0
- /package/dist/esm/components/{TUIProfile/TUIProfileDefault.d.ts → Profile/ProfileDefault.d.ts} +0 -0
- /package/dist/esm/components/{TUIProfile → Profile}/hooks/useMyProfile.js +0 -0
- /package/dist/esm/context/{TUIChatActionContext.js → ChatActionContext.js} +0 -0
- /package/dist/esm/context/{TUIChatStateContext.js → ChatStateContext.js} +0 -0
- /package/dist/esm/context/{TUIContactContext.js → ContactContext.js} +0 -0
- /package/dist/esm/context/{TUIMessageContext.js → MessageContext.js} +0 -0
- /package/dist/esm/context/{TUIMessageInputContext.js → MessageInputContext.js} +0 -0
- /package/src/components/{TUIChat/TUIChatState.tsx → Chat/ChatState.tsx} +0 -0
- /package/src/components/{TUIChat → Chat}/hooks/useCreateTUIChatStateContext.tsx +0 -0
- /package/src/components/{TUIChat → Chat}/hooks/useIsMounted.ts +0 -0
- /package/src/components/{TUIChat → Chat}/server.ts +0 -0
- /package/src/components/{TUIChat → Chat}/styles/index.scss +0 -0
- /package/src/components/{TUIChat → Chat}/styles/layout.scss +0 -0
- /package/src/components/{TUIChat → Chat}/utils.ts +0 -0
- /package/src/components/{TUIChatHeader → ChatHeader}/styles/color.scss +0 -0
- /package/src/components/{TUIChatHeader → ChatHeader}/styles/index.scss +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/addFriendInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/basicInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/blockInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/friendApplication.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/friendInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/groupInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/hooks/useContactInfo.tsx +0 -0
- /package/src/components/{TUIContact/TUIContactInfo → Contact/ContactInfo}/index.scss +0 -0
- /package/src/components/{TUIContact/TUIContactList → Contact/ContactList}/index.scss +0 -0
- /package/src/components/{TUIContact → Contact}/hooks/useTUIContact.tsx +0 -0
- /package/src/components/{TUIContact → Contact}/index.scss +0 -0
- /package/src/components/{TUIContactSearch → ContactSearch}/hooks/useContactSearch.tsx +0 -0
- /package/src/components/{TUIContactSearch → ContactSearch}/index.scss +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageAudio.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageAvatar.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageBubble.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageContext.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageFace.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageFile.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageImage.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageLocation.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageMerger.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageName.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageProgress.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageRevoke.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageStatus.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageSystem.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageText.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageTip.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/MessageVideo.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/index.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/useMessageContextHandler.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/useMessageHandler.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/useMessagePluginElement.tsx +0 -0
- /package/src/components/{TUIMessage → MessageElement}/hooks/useMessageReply.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/styles/color.scss +0 -0
- /package/src/components/{TUIMessage → MessageElement}/styles/index.scss +0 -0
- /package/src/components/{TUIMessage → MessageElement}/utils/decodeText.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/utils/emojiMap.ts +0 -0
- /package/src/components/{TUIMessage → MessageElement}/utils/index.ts +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/index.ts +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useCreateMessageInputContext.ts +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useHandleForwardMessage.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useHandleQuoteMessage.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/usePluginsElement.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useUploadElement.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/hooks/useUploadPicker.tsx +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/styles/index.scss +0 -0
- /package/src/components/{TUIMessageInput → MessageInput}/styles/layout.scss +0 -0
- /package/src/components/{TUIMessageList → MessageList}/styles/color.scss +0 -0
- /package/src/components/{TUIMessageList → MessageList}/styles/index.scss +0 -0
- /package/src/components/{TUIMessageList → MessageList}/styles/layout.scss +0 -0
- /package/src/components/{TUIProfile/TUIProfileDefault.tsx → Profile/ProfileDefault.tsx} +0 -0
- /package/src/components/{TUIProfile → Profile}/hooks/index.ts +0 -0
- /package/src/components/{TUIProfile → Profile}/hooks/useMyProfile.tsx +0 -0
- /package/src/components/{TUIProfile → Profile}/styles/color.scss +0 -0
package/dist/cjs/index.d.css
CHANGED
|
@@ -1,299 +1,3 @@
|
|
|
1
|
-
.tui-conversation {
|
|
2
|
-
flex: 1 1 auto;
|
|
3
|
-
min-width: 0;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
position: relative;
|
|
7
|
-
text-align: initial;
|
|
8
|
-
overflow: auto;
|
|
9
|
-
}
|
|
10
|
-
[data-uikit-theme=light] .tui-conversation {
|
|
11
|
-
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
12
|
-
transition: background-color 0.3s ease-in-out;
|
|
13
|
-
}
|
|
14
|
-
[data-uikit-theme=dark] .tui-conversation {
|
|
15
|
-
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
16
|
-
transition: background-color 0.3s ease-in-out;
|
|
17
|
-
}
|
|
18
|
-
.tui-conversation .tui-conversation-header {
|
|
19
|
-
display: flex;
|
|
20
|
-
padding: 10px 20px;
|
|
21
|
-
}
|
|
22
|
-
.tui-conversation .tui-conversation-header .tui-conversation-create-icon {
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
justify-content: center;
|
|
26
|
-
margin-left: 10px;
|
|
27
|
-
}
|
|
28
|
-
.tui-conversation .no-result {
|
|
29
|
-
padding: 0 20px;
|
|
30
|
-
display: flex;
|
|
31
|
-
flex-direction: column;
|
|
32
|
-
align-items: center;
|
|
33
|
-
}
|
|
34
|
-
.tui-conversation .no-result-icon {
|
|
35
|
-
margin: 100px auto 50px;
|
|
36
|
-
}
|
|
37
|
-
.tui-conversation .no-result-message {
|
|
38
|
-
color: #999;
|
|
39
|
-
font-weight: 400;
|
|
40
|
-
font-size: 16px;
|
|
41
|
-
font-family: PingFangSC-Medium;
|
|
42
|
-
line-height: 22px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.tui-conversation-h5 .tui-conversation-header {
|
|
46
|
-
padding: 10px;
|
|
47
|
-
}
|
|
48
|
-
.tui-conversation-h5 .conversation-list-container .conversation-preview-container {
|
|
49
|
-
padding: 0 10px;
|
|
50
|
-
}
|
|
51
|
-
.tui-kit-avatar {
|
|
52
|
-
display: flex;
|
|
53
|
-
align-items: center;
|
|
54
|
-
position: relative;
|
|
55
|
-
cursor: pointer;
|
|
56
|
-
flex-shrink: 0;
|
|
57
|
-
}
|
|
58
|
-
.tui-kit-avatar.circle .avatar-image {
|
|
59
|
-
border-radius: 50%;
|
|
60
|
-
}
|
|
61
|
-
.tui-kit-avatar.square .avatar-image {
|
|
62
|
-
border-radius: 4px;
|
|
63
|
-
}
|
|
64
|
-
.tui-kit-avatar img {
|
|
65
|
-
width: 100%;
|
|
66
|
-
height: 100%;
|
|
67
|
-
}
|
|
68
|
-
.tui-kit-avatar:hover .tui-kit-avatar-edit {
|
|
69
|
-
display: flex;
|
|
70
|
-
}
|
|
71
|
-
.tui-kit-avatar-edit {
|
|
72
|
-
position: absolute;
|
|
73
|
-
top: 0;
|
|
74
|
-
left: 0;
|
|
75
|
-
background: rgba(0, 0, 0, 0.33);
|
|
76
|
-
width: 100%;
|
|
77
|
-
height: 100%;
|
|
78
|
-
border-radius: 100%;
|
|
79
|
-
display: none;
|
|
80
|
-
justify-content: center;
|
|
81
|
-
align-items: center;
|
|
82
|
-
}
|
|
83
|
-
.tui-kit-avatar-list {
|
|
84
|
-
position: absolute;
|
|
85
|
-
z-index: 2;
|
|
86
|
-
top: 100%;
|
|
87
|
-
background: #fff;
|
|
88
|
-
border-radius: 5px;
|
|
89
|
-
box-shadow: 0 11px 20px 0 rgb(0, 0, 0);
|
|
90
|
-
display: flex;
|
|
91
|
-
flex-wrap: wrap;
|
|
92
|
-
justify-content: center;
|
|
93
|
-
width: 100%;
|
|
94
|
-
min-width: 200px;
|
|
95
|
-
max-width: 400px;
|
|
96
|
-
padding: 10px;
|
|
97
|
-
}
|
|
98
|
-
.tui-kit-avatar-list-item {
|
|
99
|
-
padding: 10px;
|
|
100
|
-
}
|
|
101
|
-
.tui-kit-avatar-list-item img {
|
|
102
|
-
width: 40px;
|
|
103
|
-
}
|
|
104
|
-
.conversation-list-container {
|
|
105
|
-
overflow-x: hidden;
|
|
106
|
-
height: 100%;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.conversation-preview-container {
|
|
110
|
-
display: flex;
|
|
111
|
-
align-items: center;
|
|
112
|
-
border: none;
|
|
113
|
-
width: 100%;
|
|
114
|
-
height: 64px;
|
|
115
|
-
cursor: pointer;
|
|
116
|
-
line-height: 17px;
|
|
117
|
-
padding: 0 20px;
|
|
118
|
-
}
|
|
119
|
-
[data-uikit-theme=light] .conversation-preview-container {
|
|
120
|
-
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
121
|
-
transition: background-color 0.3s ease-in-out;
|
|
122
|
-
}
|
|
123
|
-
[data-uikit-theme=dark] .conversation-preview-container {
|
|
124
|
-
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
125
|
-
transition: background-color 0.3s ease-in-out;
|
|
126
|
-
}
|
|
127
|
-
.conversation-preview-container .content {
|
|
128
|
-
flex: 1 1 auto;
|
|
129
|
-
text-align: left;
|
|
130
|
-
margin-left: 10px;
|
|
131
|
-
min-width: 0;
|
|
132
|
-
}
|
|
133
|
-
.conversation-preview-container .content .title {
|
|
134
|
-
font-style: normal;
|
|
135
|
-
font-weight: 700;
|
|
136
|
-
font-size: 14px;
|
|
137
|
-
line-height: 17px;
|
|
138
|
-
font-family: PingFangSC-Medium;
|
|
139
|
-
padding: 1px 0;
|
|
140
|
-
width: 100%;
|
|
141
|
-
}
|
|
142
|
-
[data-uikit-theme=light] .conversation-preview-container .content .title {
|
|
143
|
-
color: var(--uikit-theme-light-text-color-primary);
|
|
144
|
-
transition: background-color 0.3s ease-in-out;
|
|
145
|
-
}
|
|
146
|
-
[data-uikit-theme=dark] .conversation-preview-container .content .title {
|
|
147
|
-
color: var(--uikit-theme-dark-text-color-primary);
|
|
148
|
-
transition: background-color 0.3s ease-in-out;
|
|
149
|
-
}
|
|
150
|
-
.conversation-preview-container .content .message {
|
|
151
|
-
overflow: hidden;
|
|
152
|
-
text-overflow: ellipsis;
|
|
153
|
-
white-space: nowrap;
|
|
154
|
-
font-family: PingFangSC-Medium;
|
|
155
|
-
font-style: normal;
|
|
156
|
-
font-weight: 400;
|
|
157
|
-
font-size: 12px;
|
|
158
|
-
line-height: 14px;
|
|
159
|
-
padding: 1px 0;
|
|
160
|
-
}
|
|
161
|
-
[data-uikit-theme=light] .conversation-preview-container .content .message {
|
|
162
|
-
color: var(--uikit-theme-light-text-color-secondary);
|
|
163
|
-
transition: background-color 0.3s ease-in-out;
|
|
164
|
-
}
|
|
165
|
-
[data-uikit-theme=dark] .conversation-preview-container .content .message {
|
|
166
|
-
color: var(--uikit-theme-dark-text-color-secondary);
|
|
167
|
-
transition: background-color 0.3s ease-in-out;
|
|
168
|
-
}
|
|
169
|
-
.conversation-preview-container .external {
|
|
170
|
-
text-align: right;
|
|
171
|
-
flex: 0 0 auto;
|
|
172
|
-
display: flex;
|
|
173
|
-
flex-direction: column;
|
|
174
|
-
}
|
|
175
|
-
.conversation-preview-container .external .unread {
|
|
176
|
-
height: 19px;
|
|
177
|
-
padding: 1px 0;
|
|
178
|
-
}
|
|
179
|
-
.conversation-preview-container .external .time {
|
|
180
|
-
font-family: PingFangSC-Medium;
|
|
181
|
-
font-style: normal;
|
|
182
|
-
font-weight: 400;
|
|
183
|
-
font-size: 12px;
|
|
184
|
-
line-height: 14px;
|
|
185
|
-
padding: 1px 0;
|
|
186
|
-
}
|
|
187
|
-
[data-uikit-theme=light] .conversation-preview-container .external .time {
|
|
188
|
-
color: var(--uikit-theme-light-text-color-secondary);
|
|
189
|
-
transition: background-color 0.3s ease-in-out;
|
|
190
|
-
}
|
|
191
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .time {
|
|
192
|
-
color: var(--uikit-theme-dark-text-color-secondary);
|
|
193
|
-
transition: background-color 0.3s ease-in-out;
|
|
194
|
-
}
|
|
195
|
-
.conversation-preview-container .external .more--hover {
|
|
196
|
-
display: flex;
|
|
197
|
-
justify-content: flex-end;
|
|
198
|
-
flex: 1 1;
|
|
199
|
-
}
|
|
200
|
-
.conversation-preview-container .external .more--hover .icon-more {
|
|
201
|
-
transform: scale(1.5);
|
|
202
|
-
}
|
|
203
|
-
.conversation-preview-container .external .more--hover .more-handle-box {
|
|
204
|
-
top: 0;
|
|
205
|
-
right: 0;
|
|
206
|
-
bottom: initial;
|
|
207
|
-
padding: 14px 0;
|
|
208
|
-
box-sizing: border-box;
|
|
209
|
-
text-align: start;
|
|
210
|
-
white-space: nowrap;
|
|
211
|
-
}
|
|
212
|
-
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box {
|
|
213
|
-
background-color: var(--uikit-theme-light-dropdown-color-default);
|
|
214
|
-
box-shadow: 0 0 10px var(--uikit-theme-light-shadow-color);
|
|
215
|
-
transition: background-color 0.3s ease-in-out;
|
|
216
|
-
}
|
|
217
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box {
|
|
218
|
-
background-color: var(--uikit-theme-dark-dropdown-color-default);
|
|
219
|
-
box-shadow: 0 0 10px var(--uikit-theme-dark-shadow-color);
|
|
220
|
-
transition: background-color 0.3s ease-in-out;
|
|
221
|
-
}
|
|
222
|
-
.conversation-preview-container .external .more--hover .more-handle-box .more-handle-item {
|
|
223
|
-
font-size: 16px;
|
|
224
|
-
font-family: PingFangSC-Medium;
|
|
225
|
-
line-height: 19px;
|
|
226
|
-
padding: 6px 16px;
|
|
227
|
-
cursor: pointer;
|
|
228
|
-
font-weight: 500;
|
|
229
|
-
box-sizing: border-box;
|
|
230
|
-
}
|
|
231
|
-
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item {
|
|
232
|
-
color: var(--uikit-theme-light-text-color-primary);
|
|
233
|
-
transition: background-color 0.3s ease-in-out;
|
|
234
|
-
}
|
|
235
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item {
|
|
236
|
-
color: var(--uikit-theme-dark-text-color-primary);
|
|
237
|
-
transition: background-color 0.3s ease-in-out;
|
|
238
|
-
}
|
|
239
|
-
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item.delete {
|
|
240
|
-
color: var(--uikit-theme-light-text-color-error);
|
|
241
|
-
transition: background-color 0.3s ease-in-out;
|
|
242
|
-
}
|
|
243
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item.delete {
|
|
244
|
-
color: var(--uikit-theme-dark-text-color-error);
|
|
245
|
-
transition: background-color 0.3s ease-in-out;
|
|
246
|
-
}
|
|
247
|
-
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item:hover {
|
|
248
|
-
background-color: var(--uikit-theme-light-dropdown-color-hover);
|
|
249
|
-
transition: background-color 0.3s ease-in-out;
|
|
250
|
-
}
|
|
251
|
-
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item:hover {
|
|
252
|
-
background-color: var(--uikit-theme-dark-dropdown-color-hover);
|
|
253
|
-
transition: background-color 0.3s ease-in-out;
|
|
254
|
-
}
|
|
255
|
-
[data-uikit-theme=light] .conversation-preview-container:hover {
|
|
256
|
-
background-color: var(--uikit-theme-light-list-color-hover);
|
|
257
|
-
transition: background-color 0.3s ease-in-out;
|
|
258
|
-
}
|
|
259
|
-
[data-uikit-theme=dark] .conversation-preview-container:hover {
|
|
260
|
-
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
261
|
-
transition: background-color 0.3s ease-in-out;
|
|
262
|
-
}
|
|
263
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--pin {
|
|
264
|
-
transition: background-color 0.3s ease-in-out;
|
|
265
|
-
}
|
|
266
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--pin {
|
|
267
|
-
transition: background-color 0.3s ease-in-out;
|
|
268
|
-
}
|
|
269
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--active {
|
|
270
|
-
background-color: var(--uikit-theme-light-list-color-active);
|
|
271
|
-
transition: background-color 0.3s ease-in-out;
|
|
272
|
-
}
|
|
273
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--active {
|
|
274
|
-
background-color: var(--uikit-theme-dark-list-color-active);
|
|
275
|
-
transition: background-color 0.3s ease-in-out;
|
|
276
|
-
}
|
|
277
|
-
.conversation-preview-container.conversation-preview-content--unread .unread {
|
|
278
|
-
height: 13px;
|
|
279
|
-
border-radius: 16px;
|
|
280
|
-
display: flex;
|
|
281
|
-
justify-content: center;
|
|
282
|
-
align-items: center;
|
|
283
|
-
padding: 2px 5px 1px;
|
|
284
|
-
font-size: 11px;
|
|
285
|
-
font-weight: 700;
|
|
286
|
-
margin: 2px 0 2px auto;
|
|
287
|
-
color: #fff;
|
|
288
|
-
}
|
|
289
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--unread .unread {
|
|
290
|
-
background-color: var(--uikit-theme-light-text-color-error);
|
|
291
|
-
transition: background-color 0.3s ease-in-out;
|
|
292
|
-
}
|
|
293
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--unread .unread {
|
|
294
|
-
background-color: var(--uikit-theme-dark-text-color-error);
|
|
295
|
-
transition: background-color 0.3s ease-in-out;
|
|
296
|
-
}
|
|
297
1
|
.tui-message-input {
|
|
298
2
|
display: flex;
|
|
299
3
|
flex-direction: column;
|
|
@@ -661,12 +365,12 @@ ul li {
|
|
|
661
365
|
transition: background-color 0.3s ease-in-out;
|
|
662
366
|
}
|
|
663
367
|
[data-uikit-theme=light] .tui-message-input .input-box {
|
|
664
|
-
background-color: var(--uikit-theme-light-bg-color-
|
|
368
|
+
background-color: var(--uikit-theme-light-bg-color-input);
|
|
665
369
|
border: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
666
370
|
transition: background-color 0.3s ease-in-out;
|
|
667
371
|
}
|
|
668
372
|
[data-uikit-theme=dark] .tui-message-input .input-box {
|
|
669
|
-
background-color: var(--uikit-theme-dark-bg-color-
|
|
373
|
+
background-color: var(--uikit-theme-dark-bg-color-input);
|
|
670
374
|
border: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
671
375
|
transition: background-color 0.3s ease-in-out;
|
|
672
376
|
}
|
|
@@ -963,9 +667,11 @@ ul li {
|
|
|
963
667
|
padding: 8px 16px;
|
|
964
668
|
}
|
|
965
669
|
[data-uikit-theme=light] .meesage-bubble-reply {
|
|
670
|
+
background-color: var(--uikit-theme-light-bg-color-bubble-own);
|
|
966
671
|
transition: background-color 0.3s ease-in-out;
|
|
967
672
|
}
|
|
968
673
|
[data-uikit-theme=dark] .meesage-bubble-reply {
|
|
674
|
+
background-color: var(--uikit-theme-dark-bg-color-bubble-own);
|
|
969
675
|
transition: background-color 0.3s ease-in-out;
|
|
970
676
|
}
|
|
971
677
|
.meesage-bubble-reply-in {
|
|
@@ -1388,9 +1094,6 @@ ul li {
|
|
|
1388
1094
|
.tui-chat-header .call-btn-container .call-btn {
|
|
1389
1095
|
margin-right: 16px;
|
|
1390
1096
|
}
|
|
1391
|
-
.tui-chat-header-right .header-handle-more {
|
|
1392
|
-
padding: 10px 3px;
|
|
1393
|
-
}
|
|
1394
1097
|
.tui-chat-header .title {
|
|
1395
1098
|
font-style: normal;
|
|
1396
1099
|
font-weight: 700;
|
|
@@ -1491,14 +1194,808 @@ ul li {
|
|
|
1491
1194
|
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1492
1195
|
transition: background-color 0.3s ease-in-out;
|
|
1493
1196
|
}
|
|
1494
|
-
.
|
|
1197
|
+
.uikit-chat-list__header {
|
|
1495
1198
|
display: flex;
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
flex-direction: row;
|
|
1201
|
+
justify-content: flex-end;
|
|
1202
|
+
box-sizing: border-box;
|
|
1203
|
+
min-width: 0;
|
|
1204
|
+
}
|
|
1205
|
+
[data-uikit-theme=light] .uikit-chat-list__header {
|
|
1206
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1207
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1208
|
+
transition: background-color 0.3s ease-in-out;
|
|
1209
|
+
}
|
|
1210
|
+
[data-uikit-theme=dark] .uikit-chat-list__header {
|
|
1211
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1212
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1213
|
+
transition: background-color 0.3s ease-in-out;
|
|
1214
|
+
}
|
|
1215
|
+
.uikit-chat-list__header .uikit-conversation-search + .uikit-conversation-create-container .uikit-conversation-create-button {
|
|
1216
|
+
margin-left: 0;
|
|
1217
|
+
}
|
|
1218
|
+
.uikit-chat-list__header .uikit-chat-list__header__left,
|
|
1219
|
+
.uikit-chat-list__header .uikit-chat-list__header__right {
|
|
1220
|
+
display: flex;
|
|
1221
|
+
flex-direction: row;
|
|
1222
|
+
align-items: center;
|
|
1223
|
+
justify-content: center;
|
|
1224
|
+
box-sizing: border-box;
|
|
1225
|
+
}
|
|
1226
|
+
.uikit-chat-list__container {
|
|
1227
|
+
display: flex;
|
|
1228
|
+
flex-direction: column;
|
|
1229
|
+
flex: 1;
|
|
1230
|
+
overflow: hidden auto;
|
|
1231
|
+
box-sizing: border-box;
|
|
1232
|
+
min-width: 0;
|
|
1233
|
+
text-align: initial;
|
|
1234
|
+
}
|
|
1235
|
+
[data-uikit-theme=light] .uikit-chat-list__container {
|
|
1236
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1237
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1238
|
+
transition: background-color 0.3s ease-in-out;
|
|
1239
|
+
}
|
|
1240
|
+
[data-uikit-theme=dark] .uikit-chat-list__container {
|
|
1241
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1242
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1243
|
+
transition: background-color 0.3s ease-in-out;
|
|
1244
|
+
}
|
|
1245
|
+
.tui-kit-input-box {
|
|
1246
|
+
display: flex;
|
|
1247
|
+
align-items: center;
|
|
1248
|
+
border-radius: 10px;
|
|
1249
|
+
padding: 0 8px;
|
|
1250
|
+
height: 36px;
|
|
1251
|
+
box-sizing: border-box;
|
|
1252
|
+
}
|
|
1253
|
+
[data-uikit-theme=light] .tui-kit-input-box {
|
|
1254
|
+
background-color: var(--uikit-theme-light-bg-color-input);
|
|
1255
|
+
transition: background-color 0.3s ease-in-out;
|
|
1256
|
+
}
|
|
1257
|
+
[data-uikit-theme=dark] .tui-kit-input-box {
|
|
1258
|
+
background-color: var(--uikit-theme-dark-bg-color-input);
|
|
1259
|
+
transition: background-color 0.3s ease-in-out;
|
|
1260
|
+
}
|
|
1261
|
+
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1262
|
+
outline: 1px solid var(--uikit-theme-light-text-color-link);
|
|
1263
|
+
transition: background-color 0.3s ease-in-out;
|
|
1264
|
+
}
|
|
1265
|
+
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1266
|
+
outline: 1px solid var(--uikit-theme-dark-text-color-link);
|
|
1267
|
+
transition: background-color 0.3s ease-in-out;
|
|
1268
|
+
}
|
|
1269
|
+
.tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1270
|
+
outline: none;
|
|
1271
|
+
border-radius: 0;
|
|
1272
|
+
}
|
|
1273
|
+
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1274
|
+
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1275
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1276
|
+
transition: background-color 0.3s ease-in-out;
|
|
1277
|
+
}
|
|
1278
|
+
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1279
|
+
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1280
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1281
|
+
transition: background-color 0.3s ease-in-out;
|
|
1282
|
+
}
|
|
1283
|
+
.tui-kit-input-box .tui-kit-input {
|
|
1284
|
+
margin-left: 6px;
|
|
1285
|
+
margin-right: auto;
|
|
1286
|
+
flex: 1;
|
|
1287
|
+
display: flex;
|
|
1288
|
+
flex-direction: row;
|
|
1289
|
+
align-items: center;
|
|
1290
|
+
background-color: transparent;
|
|
1291
|
+
border-radius: 10px;
|
|
1292
|
+
border: none;
|
|
1293
|
+
box-sizing: border-box;
|
|
1294
|
+
font-size: 14px;
|
|
1295
|
+
}
|
|
1296
|
+
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input {
|
|
1297
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1298
|
+
transition: background-color 0.3s ease-in-out;
|
|
1299
|
+
}
|
|
1300
|
+
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input {
|
|
1301
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1302
|
+
transition: background-color 0.3s ease-in-out;
|
|
1303
|
+
}
|
|
1304
|
+
.tui-kit-input-box .tui-kit-input:focus {
|
|
1305
|
+
border: none;
|
|
1306
|
+
outline: none;
|
|
1307
|
+
}
|
|
1308
|
+
.tui-kit-input-box .tui-kit-input::placeholder {
|
|
1309
|
+
padding: 2px 0;
|
|
1310
|
+
}
|
|
1311
|
+
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1312
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1313
|
+
transition: background-color 0.3s ease-in-out;
|
|
1314
|
+
}
|
|
1315
|
+
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1316
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1317
|
+
transition: background-color 0.3s ease-in-out;
|
|
1318
|
+
}
|
|
1319
|
+
.uikit-conversation-search-input {
|
|
1320
|
+
height: 36px;
|
|
1321
|
+
align-self: stretch;
|
|
1322
|
+
margin: 10px;
|
|
1323
|
+
box-sizing: border-box;
|
|
1324
|
+
}
|
|
1325
|
+
[data-uikit-theme=light] .uikit-conversation-search-input {
|
|
1326
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1327
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1328
|
+
transition: background-color 0.3s ease-in-out;
|
|
1329
|
+
}
|
|
1330
|
+
[data-uikit-theme=dark] .uikit-conversation-search-input {
|
|
1331
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1332
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1333
|
+
transition: background-color 0.3s ease-in-out;
|
|
1334
|
+
}
|
|
1335
|
+
.tui-kit-avatar {
|
|
1336
|
+
display: flex;
|
|
1337
|
+
align-items: center;
|
|
1338
|
+
position: relative;
|
|
1339
|
+
cursor: pointer;
|
|
1340
|
+
flex-shrink: 0;
|
|
1341
|
+
}
|
|
1342
|
+
.tui-kit-avatar.circle .avatar-image {
|
|
1343
|
+
border-radius: 50%;
|
|
1344
|
+
}
|
|
1345
|
+
.tui-kit-avatar.square .avatar-image {
|
|
1346
|
+
border-radius: 4px;
|
|
1347
|
+
}
|
|
1348
|
+
.tui-kit-avatar img {
|
|
1349
|
+
width: 100%;
|
|
1350
|
+
height: 100%;
|
|
1351
|
+
}
|
|
1352
|
+
.tui-kit-avatar:hover .tui-kit-avatar-edit {
|
|
1353
|
+
display: flex;
|
|
1354
|
+
}
|
|
1355
|
+
.tui-kit-avatar-edit {
|
|
1356
|
+
position: absolute;
|
|
1357
|
+
top: 0;
|
|
1358
|
+
left: 0;
|
|
1359
|
+
background: rgba(0, 0, 0, 0.33);
|
|
1360
|
+
width: 100%;
|
|
1361
|
+
height: 100%;
|
|
1362
|
+
border-radius: 100%;
|
|
1363
|
+
display: none;
|
|
1364
|
+
justify-content: center;
|
|
1365
|
+
align-items: center;
|
|
1366
|
+
}
|
|
1367
|
+
.tui-kit-avatar-list {
|
|
1368
|
+
position: absolute;
|
|
1369
|
+
z-index: 2;
|
|
1370
|
+
top: 100%;
|
|
1371
|
+
background: #fff;
|
|
1372
|
+
border-radius: 5px;
|
|
1373
|
+
box-shadow: 0 11px 20px 0 rgb(0, 0, 0.3);
|
|
1374
|
+
display: flex;
|
|
1375
|
+
flex-wrap: wrap;
|
|
1376
|
+
justify-content: center;
|
|
1377
|
+
width: 100%;
|
|
1378
|
+
min-width: 200px;
|
|
1379
|
+
max-width: 400px;
|
|
1380
|
+
padding: 10px;
|
|
1381
|
+
}
|
|
1382
|
+
.tui-kit-avatar-list-item {
|
|
1383
|
+
padding: 10px;
|
|
1384
|
+
}
|
|
1385
|
+
.tui-kit-avatar-list-item img {
|
|
1386
|
+
width: 40px;
|
|
1387
|
+
}
|
|
1388
|
+
.uikit-conversation-actions {
|
|
1389
|
+
display: flex;
|
|
1390
|
+
justify-content: flex-end;
|
|
1391
|
+
flex: 1 1;
|
|
1392
|
+
}
|
|
1393
|
+
.uikit-conversation-actions .uikit-conversation-actions__container {
|
|
1394
|
+
top: 0;
|
|
1395
|
+
right: 0;
|
|
1396
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
1397
|
+
bottom: initial;
|
|
1398
|
+
padding: 14px 0;
|
|
1399
|
+
box-sizing: border-box;
|
|
1400
|
+
text-align: start;
|
|
1401
|
+
white-space: nowrap;
|
|
1402
|
+
}
|
|
1403
|
+
.uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item {
|
|
1404
|
+
font-size: 16px;
|
|
1405
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
1406
|
+
font-family: PingFangSC-Medium;
|
|
1407
|
+
line-height: 19px;
|
|
1408
|
+
padding: 6px 16px;
|
|
1409
|
+
cursor: pointer;
|
|
1410
|
+
font-weight: 500;
|
|
1411
|
+
box-sizing: border-box;
|
|
1412
|
+
}
|
|
1413
|
+
[data-uikit-theme=light] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item:hover {
|
|
1414
|
+
background-color: var(--uikit-theme-light-dropdown-color-active);
|
|
1415
|
+
transition: background-color 0.3s ease-in-out;
|
|
1416
|
+
}
|
|
1417
|
+
[data-uikit-theme=dark] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item:hover {
|
|
1418
|
+
background-color: var(--uikit-theme-dark-dropdown-color-active);
|
|
1419
|
+
transition: background-color 0.3s ease-in-out;
|
|
1420
|
+
}
|
|
1421
|
+
[data-uikit-theme=light] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item--delete {
|
|
1422
|
+
color: var(--uikit-theme-light-text-color-error);
|
|
1423
|
+
transition: background-color 0.3s ease-in-out;
|
|
1424
|
+
}
|
|
1425
|
+
[data-uikit-theme=dark] .uikit-conversation-actions .uikit-conversation-actions__container .uikit-conversation-actions__item--delete {
|
|
1426
|
+
color: var(--uikit-theme-dark-text-color-error);
|
|
1427
|
+
transition: background-color 0.3s ease-in-out;
|
|
1428
|
+
}
|
|
1429
|
+
.uikit-conversation-actions .uikit-conversation-actions__popup-icon {
|
|
1430
|
+
transform: scale(1.5);
|
|
1431
|
+
}
|
|
1432
|
+
.uikit-conversation-preview {
|
|
1433
|
+
display: flex;
|
|
1434
|
+
align-items: center;
|
|
1435
|
+
border: none;
|
|
1436
|
+
height: 64px;
|
|
1437
|
+
cursor: pointer;
|
|
1438
|
+
line-height: 17px;
|
|
1439
|
+
padding: 0 20px;
|
|
1440
|
+
flex: 0 0 auto;
|
|
1441
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
1442
|
+
font-family: PingFangSC-Medium;
|
|
1443
|
+
}
|
|
1444
|
+
[data-uikit-theme=light] .uikit-conversation-preview {
|
|
1445
|
+
background-color: var(--uikit-theme-light-list-color-default);
|
|
1446
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1447
|
+
transition: background-color 0.3s ease-in-out;
|
|
1448
|
+
}
|
|
1449
|
+
[data-uikit-theme=dark] .uikit-conversation-preview {
|
|
1450
|
+
background-color: var(--uikit-theme-dark-list-color-default);
|
|
1451
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1452
|
+
transition: background-color 0.3s ease-in-out;
|
|
1453
|
+
}
|
|
1454
|
+
[data-uikit-theme=light] .uikit-conversation-preview:hover {
|
|
1455
|
+
background-color: var(--uikit-theme-light-list-color-hover);
|
|
1456
|
+
transition: background-color 0.3s ease-in-out;
|
|
1457
|
+
}
|
|
1458
|
+
[data-uikit-theme=dark] .uikit-conversation-preview:hover {
|
|
1459
|
+
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
1460
|
+
transition: background-color 0.3s ease-in-out;
|
|
1461
|
+
}
|
|
1462
|
+
.uikit-conversation-preview.uikit-conversation-preview--mobile {
|
|
1463
|
+
padding: 0 10px;
|
|
1464
|
+
}
|
|
1465
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--pin {
|
|
1466
|
+
background-color: var(--uikit-theme-light-list-color-hover);
|
|
1467
|
+
transition: background-color 0.3s ease-in-out;
|
|
1468
|
+
}
|
|
1469
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--pin {
|
|
1470
|
+
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
1471
|
+
transition: background-color 0.3s ease-in-out;
|
|
1472
|
+
}
|
|
1473
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--active {
|
|
1474
|
+
background-color: var(--uikit-theme-light-list-color-active);
|
|
1475
|
+
transition: background-color 0.3s ease-in-out;
|
|
1476
|
+
}
|
|
1477
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--active {
|
|
1478
|
+
background-color: var(--uikit-theme-dark-list-color-active);
|
|
1479
|
+
transition: background-color 0.3s ease-in-out;
|
|
1480
|
+
}
|
|
1481
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--active .uikit-conversation-preview__title {
|
|
1482
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1483
|
+
transition: background-color 0.3s ease-in-out;
|
|
1484
|
+
}
|
|
1485
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--active .uikit-conversation-preview__title {
|
|
1486
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1487
|
+
transition: background-color 0.3s ease-in-out;
|
|
1488
|
+
}
|
|
1489
|
+
.uikit-conversation-preview.uikit-conversation-preview--unread .uikit-conversation-preview__unread {
|
|
1490
|
+
color: #fff;
|
|
1491
|
+
}
|
|
1492
|
+
[data-uikit-theme=light] .uikit-conversation-preview.uikit-conversation-preview--unread .uikit-conversation-preview__unread {
|
|
1493
|
+
background-color: var(--uikit-theme-light-text-color-error);
|
|
1494
|
+
transition: background-color 0.3s ease-in-out;
|
|
1495
|
+
}
|
|
1496
|
+
[data-uikit-theme=dark] .uikit-conversation-preview.uikit-conversation-preview--unread .uikit-conversation-preview__unread {
|
|
1497
|
+
background-color: var(--uikit-theme-dark-text-color-error);
|
|
1498
|
+
transition: background-color 0.3s ease-in-out;
|
|
1499
|
+
}
|
|
1500
|
+
.uikit-conversation-preview .uikit-conversation-preview__content {
|
|
1501
|
+
flex: 1 1 auto;
|
|
1502
|
+
text-align: left;
|
|
1503
|
+
margin-left: 10px;
|
|
1504
|
+
min-width: 0;
|
|
1505
|
+
}
|
|
1506
|
+
.uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title {
|
|
1507
|
+
font-style: normal;
|
|
1508
|
+
font-weight: 700;
|
|
1509
|
+
font-size: 14px;
|
|
1510
|
+
line-height: 17px;
|
|
1511
|
+
padding: 1px 0;
|
|
1512
|
+
width: 100%;
|
|
1513
|
+
}
|
|
1514
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title {
|
|
1515
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1516
|
+
transition: background-color 0.3s ease-in-out;
|
|
1517
|
+
}
|
|
1518
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title {
|
|
1519
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1520
|
+
transition: background-color 0.3s ease-in-out;
|
|
1521
|
+
}
|
|
1522
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--normal {
|
|
1523
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1524
|
+
transition: background-color 0.3s ease-in-out;
|
|
1525
|
+
}
|
|
1526
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--normal {
|
|
1527
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1528
|
+
transition: background-color 0.3s ease-in-out;
|
|
1529
|
+
}
|
|
1530
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--highlight {
|
|
1531
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1532
|
+
transition: background-color 0.3s ease-in-out;
|
|
1533
|
+
}
|
|
1534
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__title .uikit-conversation-preview__title--highlight {
|
|
1535
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1536
|
+
transition: background-color 0.3s ease-in-out;
|
|
1537
|
+
}
|
|
1538
|
+
.uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__abstract {
|
|
1539
|
+
overflow: hidden;
|
|
1540
|
+
text-overflow: ellipsis;
|
|
1541
|
+
white-space: nowrap;
|
|
1542
|
+
font-style: normal;
|
|
1543
|
+
font-weight: 400;
|
|
1544
|
+
font-size: 12px;
|
|
1545
|
+
line-height: 14px;
|
|
1546
|
+
padding: 1px 0;
|
|
1547
|
+
}
|
|
1548
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__abstract {
|
|
1549
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1550
|
+
transition: background-color 0.3s ease-in-out;
|
|
1551
|
+
}
|
|
1552
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__content .uikit-conversation-preview__abstract {
|
|
1553
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1554
|
+
transition: background-color 0.3s ease-in-out;
|
|
1555
|
+
}
|
|
1556
|
+
.uikit-conversation-preview .uikit-conversation-preview__external {
|
|
1557
|
+
text-align: right;
|
|
1558
|
+
flex: 0 1 auto;
|
|
1559
|
+
display: flex;
|
|
1560
|
+
flex-direction: column;
|
|
1561
|
+
}
|
|
1562
|
+
.uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__unread {
|
|
1563
|
+
box-sizing: border-box;
|
|
1564
|
+
height: 16px;
|
|
1565
|
+
border-radius: 16px;
|
|
1566
|
+
display: flex;
|
|
1567
|
+
justify-content: center;
|
|
1568
|
+
align-items: center;
|
|
1569
|
+
padding: 2px 5px;
|
|
1570
|
+
font-size: 11px;
|
|
1571
|
+
font-weight: 700;
|
|
1572
|
+
margin: 2px 0 2px auto;
|
|
1573
|
+
}
|
|
1574
|
+
.uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__time {
|
|
1575
|
+
font-style: normal;
|
|
1576
|
+
font-weight: 400;
|
|
1577
|
+
font-size: 12px;
|
|
1578
|
+
line-height: 14px;
|
|
1579
|
+
padding: 1px 0;
|
|
1580
|
+
text-wrap: nowrap;
|
|
1581
|
+
}
|
|
1582
|
+
[data-uikit-theme=light] .uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__time {
|
|
1583
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1584
|
+
transition: background-color 0.3s ease-in-out;
|
|
1585
|
+
}
|
|
1586
|
+
[data-uikit-theme=dark] .uikit-conversation-preview .uikit-conversation-preview__external .uikit-conversation-preview__time {
|
|
1587
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1588
|
+
transition: background-color 0.3s ease-in-out;
|
|
1589
|
+
}
|
|
1590
|
+
.uikit-conversation-search-result {
|
|
1591
|
+
display: flex;
|
|
1592
|
+
flex-direction: column;
|
|
1593
|
+
flex: 1;
|
|
1594
|
+
min-width: 0;
|
|
1595
|
+
box-sizing: border-box;
|
|
1596
|
+
overflow: auto;
|
|
1597
|
+
}
|
|
1598
|
+
[data-uikit-theme=light] .uikit-conversation-search-result {
|
|
1599
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1600
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1601
|
+
transition: background-color 0.3s ease-in-out;
|
|
1602
|
+
}
|
|
1603
|
+
[data-uikit-theme=dark] .uikit-conversation-search-result {
|
|
1604
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1605
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1606
|
+
transition: background-color 0.3s ease-in-out;
|
|
1607
|
+
}
|
|
1608
|
+
.uikit-conversation-search {
|
|
1609
|
+
display: flex;
|
|
1610
|
+
flex: 1;
|
|
1611
|
+
flex-direction: column;
|
|
1612
|
+
box-sizing: border-box;
|
|
1613
|
+
position: relative;
|
|
1614
|
+
z-index: 2;
|
|
1615
|
+
overflow: hidden;
|
|
1616
|
+
}
|
|
1617
|
+
[data-uikit-theme=light] .uikit-conversation-search {
|
|
1618
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1619
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1620
|
+
transition: background-color 0.3s ease-in-out;
|
|
1621
|
+
}
|
|
1622
|
+
[data-uikit-theme=dark] .uikit-conversation-search {
|
|
1623
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1624
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1625
|
+
transition: background-color 0.3s ease-in-out;
|
|
1626
|
+
}
|
|
1627
|
+
.uikit-conversation-search.uikit-conversation-search--active {
|
|
1628
|
+
position: absolute;
|
|
1629
|
+
width: 100%;
|
|
1630
|
+
height: 100%;
|
|
1631
|
+
}
|
|
1632
|
+
.uikit-conversation-create-container {
|
|
1633
|
+
display: flex;
|
|
1634
|
+
flex-direction: column;
|
|
1635
|
+
justify-content: center;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.tui-conversation-create {
|
|
1639
|
+
position: absolute;
|
|
1640
|
+
display: flex;
|
|
1641
|
+
flex-direction: column;
|
|
1642
|
+
overflow: hidden;
|
|
1643
|
+
flex: 1 1 auto;
|
|
1644
|
+
box-sizing: border-box;
|
|
1645
|
+
min-width: 0;
|
|
1646
|
+
width: 100%;
|
|
1647
|
+
height: 100%;
|
|
1648
|
+
z-index: 2;
|
|
1649
|
+
}
|
|
1650
|
+
[data-uikit-theme=light] .tui-conversation-create {
|
|
1651
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1652
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1653
|
+
transition: background-color 0.3s ease-in-out;
|
|
1654
|
+
}
|
|
1655
|
+
[data-uikit-theme=dark] .tui-conversation-create {
|
|
1656
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1657
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1658
|
+
transition: background-color 0.3s ease-in-out;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
.tui-conversation-create-header {
|
|
1662
|
+
display: flex;
|
|
1663
|
+
flex-direction: row;
|
|
1664
|
+
padding: 16px 20px;
|
|
1665
|
+
align-items: center;
|
|
1666
|
+
text-align: center;
|
|
1667
|
+
}
|
|
1668
|
+
[data-uikit-theme=light] .tui-conversation-create-header {
|
|
1669
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1670
|
+
transition: background-color 0.3s ease-in-out;
|
|
1671
|
+
}
|
|
1672
|
+
[data-uikit-theme=dark] .tui-conversation-create-header {
|
|
1673
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1674
|
+
transition: background-color 0.3s ease-in-out;
|
|
1675
|
+
}
|
|
1676
|
+
.tui-conversation-create-header .title {
|
|
1677
|
+
margin-left: 10px;
|
|
1678
|
+
font-weight: 600;
|
|
1679
|
+
font-size: 16px;
|
|
1680
|
+
line-height: 32px;
|
|
1681
|
+
letter-spacing: -0.41px;
|
|
1682
|
+
}
|
|
1683
|
+
[data-uikit-theme=light] .tui-conversation-create-header .title {
|
|
1684
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1685
|
+
transition: background-color 0.3s ease-in-out;
|
|
1686
|
+
}
|
|
1687
|
+
[data-uikit-theme=dark] .tui-conversation-create-header .title {
|
|
1688
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1689
|
+
transition: background-color 0.3s ease-in-out;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.tui-conversation-create-icon {
|
|
1693
|
+
display: flex;
|
|
1694
|
+
align-items: center;
|
|
1695
|
+
justify-content: center;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.tui-conversation-create-search-input {
|
|
1699
|
+
margin: 10px;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
.tui-user {
|
|
1703
|
+
padding: 6px;
|
|
1704
|
+
display: flex;
|
|
1705
|
+
align-items: center;
|
|
1706
|
+
text-align: center;
|
|
1707
|
+
cursor: pointer;
|
|
1708
|
+
}
|
|
1709
|
+
[data-uikit-theme=light] .tui-user:hover {
|
|
1710
|
+
background-color: var(--uikit-theme-light-list-color-hover);
|
|
1711
|
+
transition: background-color 0.3s ease-in-out;
|
|
1712
|
+
}
|
|
1713
|
+
[data-uikit-theme=dark] .tui-user:hover {
|
|
1714
|
+
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
1715
|
+
transition: background-color 0.3s ease-in-out;
|
|
1716
|
+
}
|
|
1717
|
+
.tui-user .tui-user-name {
|
|
1718
|
+
margin-left: 10px;
|
|
1719
|
+
font-size: 14px;
|
|
1720
|
+
width: 80%;
|
|
1721
|
+
text-align: left;
|
|
1722
|
+
}
|
|
1723
|
+
[data-uikit-theme=light] .tui-user .tui-user-name {
|
|
1724
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1725
|
+
transition: background-color 0.3s ease-in-out;
|
|
1726
|
+
}
|
|
1727
|
+
[data-uikit-theme=dark] .tui-user .tui-user-name {
|
|
1728
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1729
|
+
transition: background-color 0.3s ease-in-out;
|
|
1730
|
+
}
|
|
1731
|
+
.tui-user .tui-user-name.active {
|
|
1732
|
+
font-weight: 600;
|
|
1733
|
+
font-size: 14px;
|
|
1734
|
+
}
|
|
1735
|
+
[data-uikit-theme=light] .tui-user .tui-user-name.active {
|
|
1736
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1737
|
+
transition: background-color 0.3s ease-in-out;
|
|
1738
|
+
}
|
|
1739
|
+
[data-uikit-theme=dark] .tui-user .tui-user-name.active {
|
|
1740
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1741
|
+
transition: background-color 0.3s ease-in-out;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
.tui-user-checkbox-label .tui-user-checkbox {
|
|
1745
|
+
margin-left: auto;
|
|
1746
|
+
}
|
|
1747
|
+
.tui-user-checkbox-label input[type=checkbox] {
|
|
1748
|
+
cursor: pointer;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.tui-conversation-create-next-container {
|
|
1752
|
+
width: 100%;
|
|
1753
|
+
display: flex;
|
|
1754
|
+
justify-content: center;
|
|
1755
|
+
margin: 20px auto 10px;
|
|
1756
|
+
}
|
|
1757
|
+
.tui-conversation-create-next-container .tui-conversation-create-next {
|
|
1758
|
+
cursor: pointer;
|
|
1759
|
+
text-align: center;
|
|
1760
|
+
border-radius: 31px;
|
|
1761
|
+
font-size: 14px;
|
|
1762
|
+
color: #fff;
|
|
1763
|
+
padding: 12px 36px;
|
|
1764
|
+
}
|
|
1765
|
+
[data-uikit-theme=light] .tui-conversation-create-next-container .tui-conversation-create-next {
|
|
1766
|
+
background-color: var(--uikit-theme-light-text-color-link);
|
|
1767
|
+
transition: background-color 0.3s ease-in-out;
|
|
1768
|
+
}
|
|
1769
|
+
[data-uikit-theme=dark] .tui-conversation-create-next-container .tui-conversation-create-next {
|
|
1770
|
+
background-color: var(--uikit-theme-dark-text-color-link);
|
|
1771
|
+
transition: background-color 0.3s ease-in-out;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.tui-conversation-create-select-list-container {
|
|
1775
|
+
overflow-y: auto;
|
|
1776
|
+
flex: 1 1 auto;
|
|
1777
|
+
padding: 0 10px;
|
|
1778
|
+
}
|
|
1779
|
+
.tui-conversation-create-select-list-container .tui-conversation-create-select-list {
|
|
1780
|
+
position: relative;
|
|
1781
|
+
}
|
|
1782
|
+
.tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-container {
|
|
1783
|
+
width: 100%;
|
|
1784
|
+
}
|
|
1785
|
+
.tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-box .title {
|
|
1786
|
+
font-weight: 600;
|
|
1787
|
+
font-size: 14px;
|
|
1788
|
+
padding: 10px;
|
|
1789
|
+
}
|
|
1790
|
+
[data-uikit-theme=light] .tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-box .title {
|
|
1791
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1792
|
+
transition: background-color 0.3s ease-in-out;
|
|
1793
|
+
}
|
|
1794
|
+
[data-uikit-theme=dark] .tui-conversation-create-select-list-container .tui-conversation-create-select-list .tui-group-box .title {
|
|
1795
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1796
|
+
transition: background-color 0.3s ease-in-out;
|
|
1797
|
+
}
|
|
1798
|
+
.conversation-create-select-view {
|
|
1799
|
+
display: flex;
|
|
1800
|
+
flex-wrap: wrap;
|
|
1801
|
+
justify-content: flex-start;
|
|
1802
|
+
margin-bottom: 10px;
|
|
1803
|
+
}
|
|
1804
|
+
[data-uikit-theme=light] .conversation-create-select-view {
|
|
1805
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1806
|
+
transition: background-color 0.3s ease-in-out;
|
|
1807
|
+
}
|
|
1808
|
+
[data-uikit-theme=dark] .conversation-create-select-view {
|
|
1809
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1810
|
+
transition: background-color 0.3s ease-in-out;
|
|
1811
|
+
}
|
|
1812
|
+
.conversation-create-select-view .select-view-info {
|
|
1813
|
+
align-items: center;
|
|
1814
|
+
display: flex;
|
|
1815
|
+
flex-direction: column;
|
|
1816
|
+
width: calc((100% - 10px) / 5);
|
|
1817
|
+
padding: 6px;
|
|
1818
|
+
box-sizing: border-box;
|
|
1819
|
+
position: relative;
|
|
1820
|
+
}
|
|
1821
|
+
.conversation-create-select-view .select-view-info .select-view-info-close {
|
|
1822
|
+
position: absolute;
|
|
1823
|
+
right: 15px;
|
|
1824
|
+
top: 6px;
|
|
1825
|
+
z-index: 2;
|
|
1826
|
+
}
|
|
1827
|
+
.conversation-create-select-view .select-view-info .select-view-info-nick {
|
|
1828
|
+
font-size: 12px;
|
|
1829
|
+
overflow: hidden;
|
|
1830
|
+
text-overflow: ellipsis;
|
|
1831
|
+
white-space: nowrap;
|
|
1832
|
+
width: 100%;
|
|
1833
|
+
text-align: center;
|
|
1834
|
+
}
|
|
1835
|
+
.tui-conversation-create-group-detail {
|
|
1836
|
+
display: flex;
|
|
1837
|
+
flex-direction: column;
|
|
1838
|
+
padding: 0 10px;
|
|
1839
|
+
overflow-y: scroll;
|
|
1840
|
+
}
|
|
1841
|
+
[data-uikit-theme=light] .tui-conversation-create-group-detail {
|
|
1842
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1843
|
+
transition: background-color 0.3s ease-in-out;
|
|
1844
|
+
}
|
|
1845
|
+
[data-uikit-theme=dark] .tui-conversation-create-group-detail {
|
|
1846
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1847
|
+
transition: background-color 0.3s ease-in-out;
|
|
1848
|
+
}
|
|
1849
|
+
.tui-conversation-create-group-detail .create-group-box {
|
|
1850
|
+
padding: 10px 0;
|
|
1851
|
+
}
|
|
1852
|
+
.tui-conversation-create-group-detail .input-group-text {
|
|
1853
|
+
font-size: 14px;
|
|
1854
|
+
}
|
|
1855
|
+
.tui-conversation-create-group-detail .create-group-name .input-group-name {
|
|
1856
|
+
font-weight: 700;
|
|
1857
|
+
font-size: 14px;
|
|
1858
|
+
}
|
|
1859
|
+
.tui-conversation-create-group-detail .input-group-title {
|
|
1860
|
+
width: 106px;
|
|
1861
|
+
font-size: 14px;
|
|
1862
|
+
}
|
|
1863
|
+
.tui-conversation-create-group-detail .create-group-illustrate {
|
|
1864
|
+
font-size: 12px;
|
|
1865
|
+
text-align: justify;
|
|
1866
|
+
padding-left: 8px;
|
|
1867
|
+
}
|
|
1868
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-title {
|
|
1869
|
+
font-weight: 600;
|
|
1870
|
+
font-size: 14px;
|
|
1871
|
+
padding: 20px 0 20px 8px;
|
|
1872
|
+
}
|
|
1873
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-info-container {
|
|
1874
|
+
display: flex;
|
|
1875
|
+
flex-wrap: wrap;
|
|
1876
|
+
justify-content: flex-start;
|
|
1877
|
+
margin-bottom: 10px;
|
|
1878
|
+
padding: 0 10px;
|
|
1879
|
+
}
|
|
1880
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-info-container .create-group-portrait-info {
|
|
1881
|
+
align-items: center;
|
|
1882
|
+
display: flex;
|
|
1883
|
+
flex-direction: column;
|
|
1884
|
+
padding: 6px;
|
|
1885
|
+
box-sizing: border-box;
|
|
1886
|
+
}
|
|
1887
|
+
.tui-conversation-create-group-detail .create-group-portrait .create-group-portrait-info-container .create-group-portrait-info-nick {
|
|
1888
|
+
font-size: 12px;
|
|
1889
|
+
margin-top: 6px;
|
|
1890
|
+
}
|
|
1891
|
+
.tui-conversation-group-type-info {
|
|
1892
|
+
display: flex;
|
|
1893
|
+
flex-direction: column;
|
|
1894
|
+
padding: 0 10px;
|
|
1895
|
+
overflow-y: scroll;
|
|
1896
|
+
}
|
|
1897
|
+
[data-uikit-theme=light] .tui-conversation-group-type-info {
|
|
1898
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1899
|
+
transition: background-color 0.3s ease-in-out;
|
|
1900
|
+
}
|
|
1901
|
+
[data-uikit-theme=dark] .tui-conversation-group-type-info {
|
|
1902
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1903
|
+
transition: background-color 0.3s ease-in-out;
|
|
1904
|
+
}
|
|
1905
|
+
.tui-conversation-group-type-info .group-type-info-box {
|
|
1906
|
+
display: flex;
|
|
1907
|
+
flex-direction: column;
|
|
1908
|
+
border-radius: 16px;
|
|
1909
|
+
padding: 12px 16px;
|
|
1910
|
+
margin-top: 12px;
|
|
1911
|
+
cursor: pointer;
|
|
1912
|
+
}
|
|
1913
|
+
[data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-box {
|
|
1914
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1915
|
+
border: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1916
|
+
transition: background-color 0.3s ease-in-out;
|
|
1917
|
+
}
|
|
1918
|
+
[data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-box {
|
|
1919
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1920
|
+
border: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1921
|
+
transition: background-color 0.3s ease-in-out;
|
|
1922
|
+
}
|
|
1923
|
+
.tui-conversation-group-type-info .group-type-info-box:hover {
|
|
1924
|
+
border: 1px solid #147aff;
|
|
1925
|
+
}
|
|
1926
|
+
.tui-conversation-group-type-info .group-type-info-box.group-type-info-box--active {
|
|
1927
|
+
border: 1px solid #147aff;
|
|
1928
|
+
}
|
|
1929
|
+
.tui-conversation-group-type-info .group-type-info-box .group-type-info-title {
|
|
1930
|
+
font-size: 16px;
|
|
1931
|
+
display: flex;
|
|
1932
|
+
align-items: center;
|
|
1933
|
+
}
|
|
1934
|
+
.tui-conversation-group-type-info .group-type-info-box .group-type-info-title .box-active-icon {
|
|
1935
|
+
margin-right: 8px;
|
|
1936
|
+
}
|
|
1937
|
+
.tui-conversation-group-type-info .group-type-info-box .group-type-info-description {
|
|
1938
|
+
font-size: 12px;
|
|
1939
|
+
text-align: justify;
|
|
1940
|
+
}
|
|
1941
|
+
.tui-conversation-group-type-info .group-type-info-document {
|
|
1942
|
+
font-size: 16px;
|
|
1943
|
+
text-align: justify;
|
|
1944
|
+
text-decoration: none;
|
|
1945
|
+
margin: 1rem auto;
|
|
1946
|
+
}
|
|
1947
|
+
[data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-document:link, [data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-document:active, [data-uikit-theme=light] .tui-conversation-group-type-info .group-type-info-document:visited {
|
|
1948
|
+
color: var(--uikit-theme-light-text-color-link);
|
|
1949
|
+
transition: background-color 0.3s ease-in-out;
|
|
1950
|
+
}
|
|
1951
|
+
[data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-document:link, [data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-document:active, [data-uikit-theme=dark] .tui-conversation-group-type-info .group-type-info-document:visited {
|
|
1952
|
+
color: var(--uikit-theme-dark-text-color-link);
|
|
1953
|
+
transition: background-color 0.3s ease-in-out;
|
|
1954
|
+
}
|
|
1955
|
+
.tui-conversation-create-button {
|
|
1956
|
+
display: flex;
|
|
1957
|
+
align-items: center;
|
|
1958
|
+
margin: 10px;
|
|
1959
|
+
}
|
|
1960
|
+
.uikit-chat-list {
|
|
1961
|
+
flex: 1;
|
|
1962
|
+
box-sizing: border-box;
|
|
1963
|
+
overflow: hidden;
|
|
1964
|
+
min-width: 0;
|
|
1965
|
+
display: flex;
|
|
1966
|
+
flex-direction: column;
|
|
1967
|
+
position: relative;
|
|
1968
|
+
text-align: initial;
|
|
1969
|
+
}
|
|
1970
|
+
[data-uikit-theme=light] .uikit-chat-list {
|
|
1971
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1972
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1973
|
+
transition: background-color 0.3s ease-in-out;
|
|
1974
|
+
}
|
|
1975
|
+
[data-uikit-theme=dark] .uikit-chat-list {
|
|
1976
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1977
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1978
|
+
transition: background-color 0.3s ease-in-out;
|
|
1979
|
+
}
|
|
1980
|
+
.uikit-chat-list .uikit-chat-list__header--searching {
|
|
1981
|
+
position: absolute;
|
|
1982
|
+
width: 100%;
|
|
1983
|
+
height: 100%;
|
|
1984
|
+
}
|
|
1985
|
+
.uikit-chat-list .uikit-chat-list__header--creating {
|
|
1986
|
+
position: absolute;
|
|
1987
|
+
width: 100%;
|
|
1988
|
+
height: 100%;
|
|
1989
|
+
}
|
|
1990
|
+
.tui-profile {
|
|
1991
|
+
display: flex;
|
|
1992
|
+
flex-direction: column;
|
|
1993
|
+
align-items: center;
|
|
1994
|
+
height: 100%;
|
|
1995
|
+
}
|
|
1996
|
+
[data-uikit-theme=light] .tui-profile {
|
|
1997
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1998
|
+
transition: background-color 0.3s ease-in-out;
|
|
1502
1999
|
}
|
|
1503
2000
|
[data-uikit-theme=dark] .tui-profile {
|
|
1504
2001
|
color: var(--uikit-theme-dark-text-color-primary);
|
|
@@ -1610,101 +2107,6 @@ ul li {
|
|
|
1610
2107
|
background: var(--uikit-theme-dark-bg-color-operate);
|
|
1611
2108
|
transition: background-color 0.3s ease-in-out;
|
|
1612
2109
|
}
|
|
1613
|
-
.conversation-search-result.no-result {
|
|
1614
|
-
padding: 0 20px;
|
|
1615
|
-
display: flex;
|
|
1616
|
-
flex-direction: column;
|
|
1617
|
-
align-items: center;
|
|
1618
|
-
}
|
|
1619
|
-
.conversation-search-result.no-result-icon {
|
|
1620
|
-
margin: 100px auto 50px;
|
|
1621
|
-
}
|
|
1622
|
-
.conversation-search-result.no-result-message {
|
|
1623
|
-
color: #999999;
|
|
1624
|
-
font-weight: 400;
|
|
1625
|
-
font-family: PingFangSC-Medium;
|
|
1626
|
-
font-size: 16px;
|
|
1627
|
-
line-height: 22px;
|
|
1628
|
-
}
|
|
1629
|
-
|
|
1630
|
-
.conversation-search-input {
|
|
1631
|
-
height: 36px;
|
|
1632
|
-
width: 100%;
|
|
1633
|
-
}
|
|
1634
|
-
.tui-kit-input-box {
|
|
1635
|
-
display: flex;
|
|
1636
|
-
align-items: center;
|
|
1637
|
-
border-radius: 10px;
|
|
1638
|
-
padding: 0 8px;
|
|
1639
|
-
height: 36px;
|
|
1640
|
-
box-sizing: border-box;
|
|
1641
|
-
}
|
|
1642
|
-
[data-uikit-theme=light] .tui-kit-input-box {
|
|
1643
|
-
background-color: var(--uikit-theme-light-bg-color-input);
|
|
1644
|
-
transition: background-color 0.3s ease-in-out;
|
|
1645
|
-
}
|
|
1646
|
-
[data-uikit-theme=dark] .tui-kit-input-box {
|
|
1647
|
-
background-color: var(--uikit-theme-dark-bg-color-input);
|
|
1648
|
-
transition: background-color 0.3s ease-in-out;
|
|
1649
|
-
}
|
|
1650
|
-
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1651
|
-
outline: 1px solid var(--uikit-theme-light-text-color-link);
|
|
1652
|
-
transition: background-color 0.3s ease-in-out;
|
|
1653
|
-
}
|
|
1654
|
-
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1655
|
-
outline: 1px solid var(--uikit-theme-dark-text-color-link);
|
|
1656
|
-
transition: background-color 0.3s ease-in-out;
|
|
1657
|
-
}
|
|
1658
|
-
.tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1659
|
-
outline: none;
|
|
1660
|
-
border-radius: 0;
|
|
1661
|
-
}
|
|
1662
|
-
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1663
|
-
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1664
|
-
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1665
|
-
transition: background-color 0.3s ease-in-out;
|
|
1666
|
-
}
|
|
1667
|
-
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1668
|
-
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1669
|
-
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1670
|
-
transition: background-color 0.3s ease-in-out;
|
|
1671
|
-
}
|
|
1672
|
-
.tui-kit-input-box .tui-kit-input {
|
|
1673
|
-
margin-left: 6px;
|
|
1674
|
-
margin-right: auto;
|
|
1675
|
-
flex: 1;
|
|
1676
|
-
display: flex;
|
|
1677
|
-
flex-direction: row;
|
|
1678
|
-
align-items: center;
|
|
1679
|
-
background-color: transparent;
|
|
1680
|
-
border-radius: 10px;
|
|
1681
|
-
border: none;
|
|
1682
|
-
box-sizing: border-box;
|
|
1683
|
-
font-size: 14px;
|
|
1684
|
-
}
|
|
1685
|
-
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input {
|
|
1686
|
-
color: var(--uikit-theme-light-text-color-primary);
|
|
1687
|
-
transition: background-color 0.3s ease-in-out;
|
|
1688
|
-
}
|
|
1689
|
-
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input {
|
|
1690
|
-
color: var(--uikit-theme-dark-text-color-primary);
|
|
1691
|
-
transition: background-color 0.3s ease-in-out;
|
|
1692
|
-
}
|
|
1693
|
-
.tui-kit-input-box .tui-kit-input:focus {
|
|
1694
|
-
border: none;
|
|
1695
|
-
outline: none;
|
|
1696
|
-
}
|
|
1697
|
-
.tui-kit-input-box .tui-kit-input::placeholder {
|
|
1698
|
-
padding: 2px 0;
|
|
1699
|
-
}
|
|
1700
|
-
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1701
|
-
color: var(--uikit-theme-light-text-color-secondary);
|
|
1702
|
-
transition: background-color 0.3s ease-in-out;
|
|
1703
|
-
}
|
|
1704
|
-
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1705
|
-
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1706
|
-
transition: background-color 0.3s ease-in-out;
|
|
1707
|
-
}
|
|
1708
2110
|
.tui-manage {
|
|
1709
2111
|
display: flex;
|
|
1710
2112
|
flex-direction: column;
|
|
@@ -1753,11 +2155,18 @@ ul li {
|
|
|
1753
2155
|
margin-bottom: 10px;
|
|
1754
2156
|
}
|
|
1755
2157
|
.tui-manage .tui-manage-container .tui-manage-info .info-id {
|
|
1756
|
-
font-size:
|
|
1757
|
-
color: #666;
|
|
2158
|
+
font-size: 16px;
|
|
1758
2159
|
margin-bottom: 30px;
|
|
1759
2160
|
text-align: center;
|
|
1760
2161
|
}
|
|
2162
|
+
[data-uikit-theme=light] .tui-manage .tui-manage-container .tui-manage-info .info-id {
|
|
2163
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2164
|
+
transition: background-color 0.3s ease-in-out;
|
|
2165
|
+
}
|
|
2166
|
+
[data-uikit-theme=dark] .tui-manage .tui-manage-container .tui-manage-info .info-id {
|
|
2167
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2168
|
+
transition: background-color 0.3s ease-in-out;
|
|
2169
|
+
}
|
|
1761
2170
|
.tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box {
|
|
1762
2171
|
display: flex;
|
|
1763
2172
|
align-items: center;
|
|
@@ -1962,13 +2371,14 @@ ul li {
|
|
|
1962
2371
|
align-items: center;
|
|
1963
2372
|
cursor: pointer;
|
|
1964
2373
|
position: relative;
|
|
2374
|
+
user-select: none;
|
|
1965
2375
|
}
|
|
1966
2376
|
.tui-kit-icon .icon-image {
|
|
1967
2377
|
width: 100%;
|
|
1968
2378
|
}
|
|
1969
2379
|
.tui-kit-icon:hover {
|
|
1970
2380
|
color: royalblue;
|
|
1971
|
-
border-color:
|
|
2381
|
+
border-color: currentcolor;
|
|
1972
2382
|
}
|
|
1973
2383
|
.tui-kit-icon::after {
|
|
1974
2384
|
content: "";
|
|
@@ -1984,6 +2394,74 @@ ul li {
|
|
|
1984
2394
|
opacity: 0.4;
|
|
1985
2395
|
transition: 0s;
|
|
1986
2396
|
}
|
|
2397
|
+
|
|
2398
|
+
.tui-kit-icon-loading {
|
|
2399
|
+
cursor: wait;
|
|
2400
|
+
border-radius: 100%;
|
|
2401
|
+
animation: circle infinite 1s linear;
|
|
2402
|
+
}
|
|
2403
|
+
[data-uikit-theme=light] .tui-kit-icon-loading {
|
|
2404
|
+
border: 3px solid var(--uikit-theme-light-text-color-disable);
|
|
2405
|
+
border-top-color: transparent;
|
|
2406
|
+
transition: background-color 0.3s ease-in-out;
|
|
2407
|
+
}
|
|
2408
|
+
[data-uikit-theme=dark] .tui-kit-icon-loading {
|
|
2409
|
+
border: 3px solid var(--uikit-theme-dark-text-color-disable);
|
|
2410
|
+
border-top-color: transparent;
|
|
2411
|
+
transition: background-color 0.3s ease-in-out;
|
|
2412
|
+
}
|
|
2413
|
+
[data-uikit-theme=light] .tui-kit-icon-loading:hover {
|
|
2414
|
+
border: 3px solid var(--uikit-theme-light-text-color-disable);
|
|
2415
|
+
border-top-color: transparent;
|
|
2416
|
+
transition: background-color 0.3s ease-in-out;
|
|
2417
|
+
}
|
|
2418
|
+
[data-uikit-theme=dark] .tui-kit-icon-loading:hover {
|
|
2419
|
+
border: 3px solid var(--uikit-theme-dark-text-color-disable);
|
|
2420
|
+
border-top-color: transparent;
|
|
2421
|
+
transition: background-color 0.3s ease-in-out;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
@keyframes circle {
|
|
2425
|
+
0% {
|
|
2426
|
+
transform: rotate(0);
|
|
2427
|
+
}
|
|
2428
|
+
100% {
|
|
2429
|
+
transform: rotate(360deg);
|
|
2430
|
+
}
|
|
2431
|
+
}
|
|
2432
|
+
.tui-place-holder {
|
|
2433
|
+
padding: 0 20px;
|
|
2434
|
+
display: flex;
|
|
2435
|
+
flex-direction: column;
|
|
2436
|
+
justify-content: center;
|
|
2437
|
+
align-items: center;
|
|
2438
|
+
flex: 1;
|
|
2439
|
+
}
|
|
2440
|
+
.tui-place-holder .tui-place-holder__icon {
|
|
2441
|
+
margin: 10px;
|
|
2442
|
+
}
|
|
2443
|
+
.tui-place-holder .tui-place-holder__label {
|
|
2444
|
+
color: #999;
|
|
2445
|
+
font-weight: 400;
|
|
2446
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
2447
|
+
font-family: PingFangSC-Medium;
|
|
2448
|
+
font-size: 16px;
|
|
2449
|
+
line-height: 22px;
|
|
2450
|
+
}
|
|
2451
|
+
.tui-place-holder .tui-place-holder__button {
|
|
2452
|
+
margin: 20px;
|
|
2453
|
+
background-color: #0365f9;
|
|
2454
|
+
border-radius: 31px;
|
|
2455
|
+
color: #fff;
|
|
2456
|
+
cursor: pointer;
|
|
2457
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
2458
|
+
font-family: PingFangSC-Medium;
|
|
2459
|
+
font-size: 14px;
|
|
2460
|
+
line-height: 20px;
|
|
2461
|
+
padding: 12px 36px;
|
|
2462
|
+
text-align: center;
|
|
2463
|
+
user-select: none;
|
|
2464
|
+
}
|
|
1987
2465
|
.model {
|
|
1988
2466
|
background: rgba(0, 0, 0, 0.5);
|
|
1989
2467
|
position: fixed;
|
|
@@ -2039,7 +2517,7 @@ ul li {
|
|
|
2039
2517
|
z-index: 10;
|
|
2040
2518
|
margin: 20px;
|
|
2041
2519
|
padding: 10px;
|
|
2042
|
-
box-shadow: 0 11px 20px 0 rgb(0, 0, 0);
|
|
2520
|
+
box-shadow: 0 11px 20px 0 rgb(0, 0, 0.3);
|
|
2043
2521
|
max-width: 50%;
|
|
2044
2522
|
word-break: break-all;
|
|
2045
2523
|
border-radius: 5px;
|