ant-design-x-vue 1.2.9 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/dist/index.esm.js +7076 -7036
  2. package/dist/index.esm.min.js +2 -2
  3. package/dist/index.umd.js +68 -68
  4. package/es/_util/cssinjs/hooks/useCSSVarRegister.mjs +1 -1
  5. package/es/_util/cssinjs/hooks/useCacheToken.mjs +55 -7
  6. package/es/_util/cssinjs/hooks/useStyleRegister/index.mjs +210 -15
  7. package/es/_util/cssinjs/index.mjs +20 -20
  8. package/es/_util/cssinjs/transformers/px2rem.mjs +1 -1
  9. package/es/_util/cssinjs/util.mjs +1 -1
  10. package/es/_util/cssinjs-utils/util/genStyleUtils.mjs +1 -1
  11. package/es/attachments/Attachments.mjs +210 -2
  12. package/es/attachments/DropArea.mjs +5 -5
  13. package/es/attachments/FileList/AudioIcon.mjs +28 -3
  14. package/es/attachments/FileList/FileList.mjs +98 -2
  15. package/es/attachments/FileList/FileListCard.mjs +120 -92
  16. package/es/attachments/FileList/VideoIcon.mjs +1 -1
  17. package/es/attachments/FileList/index.mjs +4 -4
  18. package/es/attachments/PlaceholderUploader.mjs +4 -4
  19. package/es/attachments/index.mjs +9 -8
  20. package/es/attachments/style/index.mjs +59 -410
  21. package/es/bubble/Bubble.mjs +71 -62
  22. package/es/bubble/BubbleList.mjs +42 -41
  23. package/es/bubble/hooks/useTypedEffect.mjs +12 -12
  24. package/es/chunks/helper-chunk.mjs +20 -0
  25. package/es/chunks/module-chunk.mjs +2104 -0
  26. package/es/components.mjs +1 -1
  27. package/es/{components.ts2.mjs → components.ts-chunk.mjs} +1 -1
  28. package/es/conversations/Conversations.mjs +19 -18
  29. package/es/conversations/ConversationsItem.mjs +14 -14
  30. package/es/conversations/GroupTitle.mjs +1 -1
  31. package/es/index.mjs +12 -12
  32. package/es/prompts/Prompts.mjs +10 -9
  33. package/es/prompts/style/index.mjs +9 -6
  34. package/es/sender/Sender.mjs +9 -8
  35. package/es/sender/SenderHeader.mjs +11 -12
  36. package/es/sender/components/ActionButton/index.mjs +11 -10
  37. package/es/sender/components/ClearButton.mjs +6 -6
  38. package/es/sender/components/LoadingButton.mjs +4 -3
  39. package/es/sender/components/SendButton.mjs +4 -4
  40. package/es/sender/components/SpeechButton/index.mjs +5 -5
  41. package/es/suggestion/Suggestion.mjs +53 -150
  42. package/es/theme/useToken.mjs +1 -1
  43. package/es/thought-chain/ThoughtChain.mjs +9 -8
  44. package/es/thought-chain/item.mjs +18 -18
  45. package/es/use-x-agent/use-x-agent.mjs +24 -22
  46. package/es/use-x-chat/use-x-chat.mjs +113 -95
  47. package/es/welcome/Welcome.mjs +31 -39
  48. package/es/x-provider/{index2.mjs → index-chunk.mjs} +1 -1
  49. package/es/x-provider/index.mjs +1 -1
  50. package/es/x-request/x-request.mjs +39 -41
  51. package/lib/_util/cssinjs/hooks/useCSSVarRegister.js +1 -1
  52. package/lib/_util/cssinjs/hooks/useCacheToken.js +1 -1
  53. package/lib/_util/cssinjs/hooks/useStyleRegister/index.js +2 -1
  54. package/lib/_util/cssinjs/index.js +1 -1
  55. package/lib/_util/cssinjs/transformers/px2rem.js +1 -1
  56. package/lib/_util/cssinjs/util.js +1 -1
  57. package/lib/_util/cssinjs-utils/util/genStyleUtils.js +1 -1
  58. package/lib/attachments/Attachments.js +1 -1
  59. package/lib/attachments/DropArea.js +1 -1
  60. package/lib/attachments/FileList/AudioIcon.js +1 -1
  61. package/lib/attachments/FileList/FileList.js +1 -1
  62. package/lib/attachments/FileList/FileListCard.js +1 -1
  63. package/lib/attachments/FileList/VideoIcon.js +1 -1
  64. package/lib/attachments/FileList/index.js +1 -1
  65. package/lib/attachments/PlaceholderUploader.js +1 -1
  66. package/lib/attachments/index.js +1 -1
  67. package/lib/attachments/style/index.js +1 -1
  68. package/lib/bubble/Bubble.js +1 -1
  69. package/lib/bubble/BubbleList.js +1 -1
  70. package/lib/bubble/hooks/useTypedEffect.js +1 -1
  71. package/lib/chunks/helper-chunk.js +1 -0
  72. package/lib/chunks/module-chunk.js +61 -0
  73. package/lib/components.js +1 -1
  74. package/lib/components.ts-chunk.js +1 -0
  75. package/lib/conversations/Conversations.js +1 -1
  76. package/lib/conversations/ConversationsItem.js +1 -1
  77. package/lib/conversations/GroupTitle.js +1 -1
  78. package/lib/index.js +1 -1
  79. package/lib/prompts/Prompts.js +1 -1
  80. package/lib/prompts/style/index.js +1 -1
  81. package/lib/sender/Sender.js +1 -1
  82. package/lib/sender/SenderHeader.js +1 -1
  83. package/lib/sender/components/ActionButton/index.js +1 -1
  84. package/lib/sender/components/ClearButton.js +1 -1
  85. package/lib/sender/components/LoadingButton.js +1 -1
  86. package/lib/sender/components/SendButton.js +1 -1
  87. package/lib/sender/components/SpeechButton/index.js +1 -1
  88. package/lib/suggestion/Suggestion.js +1 -1
  89. package/lib/theme/useToken.js +1 -1
  90. package/lib/thought-chain/ThoughtChain.js +1 -1
  91. package/lib/thought-chain/item.js +1 -1
  92. package/lib/use-x-agent/use-x-agent.js +1 -1
  93. package/lib/use-x-chat/use-x-chat.js +1 -1
  94. package/lib/welcome/Welcome.js +1 -1
  95. package/lib/x-provider/index-chunk.js +1 -0
  96. package/lib/x-provider/index.js +1 -1
  97. package/lib/x-request/x-request.js +1 -1
  98. package/package.json +2 -1
  99. package/typings/attachments/Attachments.vue.d.ts +1 -1
  100. package/typings/attachments/index.d.ts +3 -3
  101. package/typings/attachments/interface.d.ts +4 -1
  102. package/typings/bubble/Bubble.vue.d.ts +11 -7
  103. package/typings/bubble/hooks/useListData.d.ts +1 -1
  104. package/typings/bubble/hooks/useTypedEffect.d.ts +3 -2
  105. package/typings/bubble/index.d.ts +28 -15
  106. package/typings/bubble/interface.d.ts +10 -6
  107. package/typings/use-x-agent/use-x-agent.d.ts +14 -13
  108. package/typings/use-x-chat/index.d.ts +1 -1
  109. package/typings/use-x-chat/use-x-chat.d.ts +13 -13
  110. package/typings/welcome/interface.d.ts +5 -4
  111. package/typings/x-request/x-request.d.ts +2 -2
  112. package/es/_util/cssinjs/hooks/useCacheToken.tsx2.mjs +0 -76
  113. package/es/_util/cssinjs/hooks/useStyleRegister/index.tsx2.mjs +0 -541
  114. package/es/attachments/Attachments2.mjs +0 -253
  115. package/es/attachments/FileList/AudioIcon2.mjs +0 -35
  116. package/es/attachments/FileList/FileList2.mjs +0 -1352
  117. package/lib/_util/cssinjs/hooks/useCacheToken.tsx2.js +0 -1
  118. package/lib/_util/cssinjs/hooks/useStyleRegister/index.tsx2.js +0 -2
  119. package/lib/attachments/Attachments2.js +0 -5
  120. package/lib/attachments/FileList/AudioIcon2.js +0 -1
  121. package/lib/attachments/FileList/FileList2.js +0 -57
  122. package/lib/components.ts2.js +0 -1
  123. 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.