ant-design-x-vue 1.2.0 โ†’ 1.2.2

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 (35) hide show
  1. package/README.en.md +6 -0
  2. package/README.md +11 -0
  3. package/dist/index.umd.js +9 -43
  4. package/es/attachments/Attachments2.mjs +50 -51
  5. package/es/attachments/FileList/FileList2.mjs +712 -932
  6. package/es/attachments/PlaceholderUploader.mjs +30 -27
  7. package/es/attachments/SilentUploader.mjs +12 -9
  8. package/es/bubble/Bubble.mjs +36 -36
  9. package/es/sender/components/LoadingButton.mjs +5 -5
  10. package/es/theme/useToken.mjs +54 -310
  11. package/es/thought-chain/hooks/useCollapsible.mjs +25 -17
  12. package/es/use-x-agent/use-x-agent.mjs +41 -34
  13. package/es/use-x-chat/use-x-chat.mjs +98 -69
  14. package/es/x-provider/hooks/use-x-provider-context.mjs +11 -16
  15. package/es/x-request/x-request.mjs +55 -53
  16. package/lib/attachments/Attachments2.js +2 -2
  17. package/lib/attachments/FileList/FileList2.js +4 -4
  18. package/lib/attachments/PlaceholderUploader.js +1 -1
  19. package/lib/attachments/SilentUploader.js +1 -1
  20. package/lib/bubble/Bubble.js +1 -1
  21. package/lib/sender/components/LoadingButton.js +1 -1
  22. package/lib/theme/useToken.js +1 -35
  23. package/lib/thought-chain/hooks/useCollapsible.js +1 -1
  24. package/lib/use-x-agent/use-x-agent.js +1 -1
  25. package/lib/use-x-chat/use-x-chat.js +1 -1
  26. package/lib/x-provider/hooks/use-x-provider-context.js +1 -1
  27. package/lib/x-request/x-request.js +1 -1
  28. package/package.json +1 -1
  29. package/typings/attachments/PlaceholderUploader.vue.d.ts +1 -446
  30. package/typings/attachments/SilentUploader.vue.d.ts +1 -446
  31. package/typings/bubble/Bubble.vue.d.ts +2 -2
  32. package/typings/bubble/index.d.ts +4 -4
  33. package/typings/use-x-agent/use-x-agent.d.ts +3 -1
  34. package/typings/use-x-chat/use-x-chat.d.ts +15 -1
  35. package/typings/x-request/x-request.d.ts +4 -0
package/README.en.md CHANGED
@@ -87,6 +87,12 @@ Please reference the [Roadmap](https://github.com/wzc520pyfm/ant-design-x-vue/is
87
87
 
88
88
  ## ๐Ÿ‘ฅ Contributors
89
89
 
90
+
91
+ <a href="https://openomy.app/github/wzc520pyfm/ant-design-x-vue" target="_blank" style="display: block; width: 100%;" align="center">
92
+ <img src="https://openomy.app/svg?repo=wzc520pyfm/ant-design-x-vue&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
93
+ </a>
94
+
95
+
90
96
  <a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
91
97
  <img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
92
98
  </a>
package/README.md CHANGED
@@ -9,6 +9,9 @@
9
9
  [![License][license-src]][license-href]
10
10
 
11
11
  [![jsDelivr][jsdelivr-src]][jsdelivr-href]
12
+ [![unpkg][unpkg-src]][unpkg-href]
13
+
14
+ [![deepwiki][deepwiki-src]][deepwiki-href]
12
15
 
13
16
  Ant Design X For Vue. ๐Ÿ”ฅ [English](./README.en.md)
14
17
 
@@ -89,6 +92,10 @@ $ pnpm lint
89
92
 
90
93
  ## ๐Ÿ‘ฅ ่ดก็Œฎ่€…
91
94
 
95
+ <a href="https://openomy.app/github/wzc520pyfm/ant-design-x-vue" target="_blank" style="display: block; width: 100%;" align="center">
96
+ <img src="https://openomy.app/svg?repo=wzc520pyfm/ant-design-x-vue&chart=bubble&latestMonth=3" target="_blank" alt="Contribution Leaderboard" style="display: block; width: 100%;" />
97
+ </a>
98
+
92
99
  <a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
93
100
  <img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
94
101
  </a>
@@ -119,3 +126,7 @@ $ pnpm lint
119
126
  [license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE
120
127
  [jsdelivr-src]: https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge
121
128
  [jsdelivr-href]: https://www.jsdelivr.com/package/npm/ant-design-x-vue
129
+ [unpkg-src]: https://img.shields.io/badge/unpkg-white?style=flat-square
130
+ [unpkg-href]: https://unpkg.com/ant-design-x-vue
131
+ [deepwiki-src]: https://img.shields.io/badge/deepwiki-f8f7f6?style=flat
132
+ [deepwiki-href]: https://deepwiki.com/wzc520pyfm/ant-design-x-vue