ant-design-x-vue 1.2.9 → 1.3.0
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/dist/index.esm.js +6771 -6729
- package/dist/index.esm.min.js +2 -2
- package/dist/index.umd.js +68 -68
- package/es/_util/cssinjs/hooks/useCSSVarRegister.mjs +1 -1
- package/es/_util/cssinjs/hooks/useCacheToken.mjs +55 -7
- package/es/_util/cssinjs/hooks/useStyleRegister/index.mjs +210 -15
- package/es/_util/cssinjs/index.mjs +20 -20
- package/es/_util/cssinjs/transformers/px2rem.mjs +1 -1
- package/es/_util/cssinjs/util.mjs +1 -1
- package/es/_util/cssinjs-utils/util/genStyleUtils.mjs +1 -1
- package/es/attachments/Attachments.mjs +210 -2
- package/es/attachments/DropArea.mjs +5 -5
- package/es/attachments/FileList/AudioIcon.mjs +28 -3
- package/es/attachments/FileList/FileList.mjs +98 -2
- package/es/attachments/FileList/FileListCard.mjs +120 -92
- package/es/attachments/FileList/VideoIcon.mjs +1 -1
- package/es/attachments/FileList/index.mjs +4 -4
- package/es/attachments/PlaceholderUploader.mjs +4 -4
- package/es/attachments/index.mjs +9 -8
- package/es/attachments/style/index.mjs +59 -410
- package/es/bubble/Bubble.mjs +71 -62
- package/es/bubble/BubbleList.mjs +85 -82
- package/es/bubble/hooks/useTypedEffect.mjs +12 -12
- package/es/chunks/helper-chunk.mjs +20 -0
- package/es/chunks/module-chunk.mjs +2104 -0
- package/es/components.mjs +1 -1
- package/es/{components.ts2.mjs → components.ts-chunk.mjs} +1 -1
- package/es/conversations/Conversations.mjs +19 -18
- package/es/conversations/ConversationsItem.mjs +14 -14
- package/es/conversations/GroupTitle.mjs +1 -1
- package/es/index.mjs +12 -12
- package/es/prompts/Prompts.mjs +10 -9
- package/es/prompts/style/index.mjs +9 -6
- package/es/sender/Sender.mjs +9 -8
- package/es/sender/SenderHeader.mjs +11 -12
- package/es/sender/components/ActionButton/index.mjs +11 -10
- package/es/sender/components/ClearButton.mjs +6 -6
- package/es/sender/components/LoadingButton.mjs +4 -3
- package/es/sender/components/SendButton.mjs +4 -4
- package/es/sender/components/SpeechButton/index.mjs +5 -5
- package/es/suggestion/Suggestion.mjs +53 -150
- package/es/theme/useToken.mjs +1 -1
- package/es/thought-chain/ThoughtChain.mjs +9 -8
- package/es/thought-chain/item.mjs +18 -18
- package/es/use-x-agent/use-x-agent.mjs +24 -22
- package/es/use-x-chat/use-x-chat.mjs +113 -95
- package/es/welcome/Welcome.mjs +31 -39
- package/es/x-provider/{index2.mjs → index-chunk.mjs} +1 -1
- package/es/x-provider/index.mjs +1 -1
- package/es/x-request/x-request.mjs +39 -41
- package/lib/_util/cssinjs/hooks/useCSSVarRegister.js +1 -1
- package/lib/_util/cssinjs/hooks/useCacheToken.js +1 -1
- package/lib/_util/cssinjs/hooks/useStyleRegister/index.js +2 -1
- package/lib/_util/cssinjs/index.js +1 -1
- package/lib/_util/cssinjs/transformers/px2rem.js +1 -1
- package/lib/_util/cssinjs/util.js +1 -1
- package/lib/_util/cssinjs-utils/util/genStyleUtils.js +1 -1
- package/lib/attachments/Attachments.js +1 -1
- package/lib/attachments/DropArea.js +1 -1
- package/lib/attachments/FileList/AudioIcon.js +1 -1
- package/lib/attachments/FileList/FileList.js +1 -1
- package/lib/attachments/FileList/FileListCard.js +1 -1
- package/lib/attachments/FileList/VideoIcon.js +1 -1
- package/lib/attachments/FileList/index.js +1 -1
- package/lib/attachments/PlaceholderUploader.js +1 -1
- package/lib/attachments/index.js +1 -1
- package/lib/attachments/style/index.js +1 -1
- package/lib/bubble/Bubble.js +1 -1
- package/lib/bubble/BubbleList.js +1 -1
- package/lib/bubble/hooks/useTypedEffect.js +1 -1
- package/lib/chunks/helper-chunk.js +1 -0
- package/lib/chunks/module-chunk.js +61 -0
- package/lib/components.js +1 -1
- package/lib/components.ts-chunk.js +1 -0
- package/lib/conversations/Conversations.js +1 -1
- package/lib/conversations/ConversationsItem.js +1 -1
- package/lib/conversations/GroupTitle.js +1 -1
- package/lib/index.js +1 -1
- package/lib/prompts/Prompts.js +1 -1
- package/lib/prompts/style/index.js +1 -1
- package/lib/sender/Sender.js +1 -1
- package/lib/sender/SenderHeader.js +1 -1
- package/lib/sender/components/ActionButton/index.js +1 -1
- package/lib/sender/components/ClearButton.js +1 -1
- package/lib/sender/components/LoadingButton.js +1 -1
- package/lib/sender/components/SendButton.js +1 -1
- package/lib/sender/components/SpeechButton/index.js +1 -1
- package/lib/suggestion/Suggestion.js +1 -1
- package/lib/theme/useToken.js +1 -1
- package/lib/thought-chain/ThoughtChain.js +1 -1
- package/lib/thought-chain/item.js +1 -1
- package/lib/use-x-agent/use-x-agent.js +1 -1
- package/lib/use-x-chat/use-x-chat.js +1 -1
- package/lib/welcome/Welcome.js +1 -1
- package/lib/x-provider/index-chunk.js +1 -0
- package/lib/x-provider/index.js +1 -1
- package/lib/x-request/x-request.js +1 -1
- package/package.json +2 -1
- package/typings/attachments/Attachments.vue.d.ts +1 -1
- package/typings/attachments/index.d.ts +3 -3
- package/typings/attachments/interface.d.ts +4 -1
- package/typings/bubble/Bubble.vue.d.ts +11 -7
- package/typings/bubble/hooks/useListData.d.ts +1 -1
- package/typings/bubble/hooks/useTypedEffect.d.ts +3 -2
- package/typings/bubble/index.d.ts +28 -15
- package/typings/bubble/interface.d.ts +10 -6
- package/typings/use-x-agent/use-x-agent.d.ts +14 -13
- package/typings/use-x-chat/index.d.ts +1 -1
- package/typings/use-x-chat/use-x-chat.d.ts +13 -13
- package/typings/welcome/interface.d.ts +5 -4
- package/typings/x-request/x-request.d.ts +2 -2
- package/es/_util/cssinjs/hooks/useCacheToken.tsx2.mjs +0 -76
- package/es/_util/cssinjs/hooks/useStyleRegister/index.tsx2.mjs +0 -541
- package/es/attachments/Attachments2.mjs +0 -253
- package/es/attachments/FileList/AudioIcon2.mjs +0 -35
- package/es/attachments/FileList/FileList2.mjs +0 -1352
- package/lib/_util/cssinjs/hooks/useCacheToken.tsx2.js +0 -1
- package/lib/_util/cssinjs/hooks/useStyleRegister/index.tsx2.js +0 -2
- package/lib/attachments/Attachments2.js +0 -5
- package/lib/attachments/FileList/AudioIcon2.js +0 -1
- package/lib/attachments/FileList/FileList2.js +0 -57
- package/lib/components.ts2.js +0 -1
- package/lib/x-provider/index2.js +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.