ant-design-x-vue 1.2.1 โ 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.
- package/README.md +7 -1
- package/dist/index.umd.js +9 -43
- package/es/attachments/Attachments2.mjs +50 -51
- package/es/attachments/FileList/FileList2.mjs +724 -942
- package/es/attachments/PlaceholderUploader.mjs +30 -27
- package/es/attachments/SilentUploader.mjs +12 -9
- package/es/bubble/Bubble.mjs +36 -36
- package/es/theme/useToken.mjs +54 -310
- package/es/x-provider/hooks/use-x-provider-context.mjs +11 -16
- package/lib/attachments/Attachments2.js +2 -2
- package/lib/attachments/FileList/FileList2.js +4 -4
- package/lib/attachments/PlaceholderUploader.js +1 -1
- package/lib/attachments/SilentUploader.js +1 -1
- package/lib/bubble/Bubble.js +1 -1
- package/lib/theme/useToken.js +1 -35
- package/lib/x-provider/hooks/use-x-provider-context.js +1 -1
- package/package.json +1 -1
- package/typings/attachments/PlaceholderUploader.vue.d.ts +1 -446
- package/typings/attachments/SilentUploader.vue.d.ts +1 -446
- package/typings/bubble/Bubble.vue.d.ts +2 -2
- package/typings/bubble/index.d.ts +4 -4
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
[![License][license-src]][license-href]
|
|
10
10
|
|
|
11
11
|
[![jsDelivr][jsdelivr-src]][jsdelivr-href]
|
|
12
|
+
[![unpkg][unpkg-src]][unpkg-href]
|
|
12
13
|
|
|
13
14
|
[![deepwiki][deepwiki-src]][deepwiki-href]
|
|
14
15
|
|
|
@@ -91,6 +92,10 @@ $ pnpm lint
|
|
|
91
92
|
|
|
92
93
|
## ๐ฅ ่ดก็ฎ่
|
|
93
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
|
+
|
|
94
99
|
<a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
|
|
95
100
|
<img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
|
|
96
101
|
</a>
|
|
@@ -121,6 +126,7 @@ $ pnpm lint
|
|
|
121
126
|
[license-href]: https://github.com/wzc520pyfm/ant-design-x-vue/blob/main/LICENSE
|
|
122
127
|
[jsdelivr-src]: https://data.jsdelivr.com/v1/package/npm/ant-design-x-vue/badge
|
|
123
128
|
[jsdelivr-href]: https://www.jsdelivr.com/package/npm/ant-design-x-vue
|
|
124
|
-
|
|
129
|
+
[unpkg-src]: https://img.shields.io/badge/unpkg-white?style=flat-square
|
|
130
|
+
[unpkg-href]: https://unpkg.com/ant-design-x-vue
|
|
125
131
|
[deepwiki-src]: https://img.shields.io/badge/deepwiki-f8f7f6?style=flat
|
|
126
132
|
[deepwiki-href]: https://deepwiki.com/wzc520pyfm/ant-design-x-vue
|