{"version":3,"file":"index.mjs","sources":["../../src/chat/index.ts"],"sourcesContent":["import _Chat from './chat';\nimport _ChatItem from './chat-item';\nimport _ChatInput from './chat-input';\nimport _ChatContent from './chat-content';\nimport _ChatReasoning from './chat-reasoning';\nimport _ChatLoading from './chat-loading';\n\nimport _ChatAI from './chat-ai';\nimport _ChatMofa from './chat-mofa';\nimport _ChatAction from './chat-action';\nimport withInstall from '../utils/withInstall';\nimport _ChatSender from './chat-sender';\nimport {\n  TdChatProps,\n  TdChatItemProps,\n  TdChatListProps,\n  TdChatContentProps,\n  TdChatActionsProps,\n  TdChatInputProps,\n  TdChatSenderProps,\n  TdChatReasoning,\n} from './type';\n\nimport './style';\n\nexport * from './type';\nexport type ChatProps = TdChatProps;\nexport type ChatItemProps = TdChatItemProps;\nexport type ChatListProps = TdChatListProps;\nexport type ChatContentProps = TdChatContentProps;\nexport type ChatActionsProps = TdChatActionsProps;\nexport type ChatInputProps = TdChatInputProps;\nexport type ChatSenderProps = TdChatSenderProps;\nexport type ChatReasoning = TdChatReasoning;\nexport const Chat = withInstall(_Chat);\nexport const ChatItem = withInstall(_ChatItem);\nexport const ChatInput = withInstall(_ChatInput);\nexport const ChatSender = withInstall(_ChatSender);\nexport const ChatContent = withInstall(_ChatContent);\nexport const ChatReasoning = withInstall(_ChatReasoning);\nexport const ChatAI = withInstall(_ChatAI);\nexport const ChatMofa = withInstall(_ChatMofa);\nexport const ChatAction = withInstall(_ChatAction);\nexport const ChatLoading = withInstall(_ChatLoading);\n\nexport default Chat;\n"],"names":["Chat","withInstall","_Chat","ChatItem","_ChatItem","ChatInput","_ChatInput","ChatSender","_ChatSender","ChatContent","_ChatContent","ChatReasoning","_ChatReasoning","ChatAI","_ChatAI","ChatMofa","_ChatMofa","ChatAction","_ChatAction","ChatLoading","_ChatLoading"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCaA,IAAA,GAAOC,YAAYC,KAAK,EAAA;IACxBC,QAAA,GAAWF,YAAYG,UAAS,EAAA;IAChCC,SAAA,GAAYJ,YAAYK,UAAU,EAAA;IAClCC,UAAA,GAAaN,YAAYO,WAAW,EAAA;IACpCC,WAAA,GAAcR,YAAYS,YAAY,EAAA;IACtCC,aAAA,GAAgBV,YAAYW,cAAc,EAAA;IAC1CC,MAAA,GAASZ,YAAYa,OAAO,EAAA;IAC5BC,QAAA,GAAWd,YAAYe,SAAS,EAAA;IAChCC,UAAA,GAAahB,YAAYiB,WAAW,EAAA;IACpCC,WAAA,GAAclB,YAAYmB,YAAY;;;;"}