ant-design-x-vue 1.2.0 → 1.2.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.
- package/README.en.md +6 -0
- package/README.md +5 -0
- package/dist/index.umd.js +10 -10
- package/es/attachments/FileList/FileList2.mjs +10 -12
- package/es/sender/components/LoadingButton.mjs +5 -5
- package/es/thought-chain/hooks/useCollapsible.mjs +25 -17
- package/es/use-x-agent/use-x-agent.mjs +41 -34
- package/es/use-x-chat/use-x-chat.mjs +98 -69
- package/es/x-request/x-request.mjs +55 -53
- package/lib/attachments/FileList/FileList2.js +1 -1
- package/lib/sender/components/LoadingButton.js +1 -1
- package/lib/thought-chain/hooks/useCollapsible.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/x-request/x-request.js +1 -1
- package/package.json +1 -1
- package/typings/use-x-agent/use-x-agent.d.ts +3 -1
- package/typings/use-x-chat/use-x-chat.d.ts +15 -1
- 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
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
[![jsDelivr][jsdelivr-src]][jsdelivr-href]
|
|
12
12
|
|
|
13
|
+
[![deepwiki][deepwiki-src]][deepwiki-href]
|
|
14
|
+
|
|
13
15
|
Ant Design X For Vue. 🔥 [English](./README.en.md)
|
|
14
16
|
|
|
15
17
|
这里是 [Ant Design X](https://github.com/ant-design/x) 的 Vue 实现。
|
|
@@ -119,3 +121,6 @@ $ pnpm lint
|
|
|
119
121
|
[license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE
|
|
120
122
|
[jsdelivr-src]: https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge
|
|
121
123
|
[jsdelivr-href]: https://www.jsdelivr.com/package/npm/ant-design-x-vue
|
|
124
|
+
|
|
125
|
+
[deepwiki-src]: https://img.shields.io/badge/deepwiki-f8f7f6?style=flat
|
|
126
|
+
[deepwiki-href]: https://deepwiki.com/wzc520pyfm/ant-design-x-vue
|