vue-amazing-ui 2.2.7 → 2.2.9
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 +1 -1
- package/README.zh-CN.md +1 -1
- package/dist/index.iife.js +39 -33
- package/dist/index.js +4676 -4542
- package/dist/index.umd.cjs +38 -32
- package/dist/style.css +1 -1
- package/es/backtop/BackTop.css +1 -1
- package/es/backtop/BackTop.vue.js +2 -2
- package/es/backtop/BackTop.vue2.js +63 -60
- package/es/slider/Slider.css +1 -1
- package/es/slider/Slider.d.ts +39 -3
- package/es/slider/Slider.vue.js +1 -1
- package/es/slider/Slider.vue2.js +264 -133
- package/es/slider/index.d.ts +17 -4
- package/es/table/Table.css +1 -1
- package/es/table/Table.d.ts +21 -21
- package/es/table/Table.vue.js +1 -1
- package/es/table/index.d.ts +17 -17
- package/lib/backtop/BackTop.css +1 -1
- package/lib/backtop/BackTop.vue.cjs +1 -1
- package/lib/backtop/BackTop.vue2.cjs +2 -2
- package/lib/slider/Slider.css +1 -1
- package/lib/slider/Slider.d.ts +39 -3
- package/lib/slider/Slider.vue.cjs +1 -1
- package/lib/slider/Slider.vue2.cjs +8 -2
- package/lib/slider/index.d.ts +17 -4
- package/lib/table/Table.css +1 -1
- package/lib/table/Table.d.ts +21 -21
- package/lib/table/Table.vue.cjs +1 -1
- package/lib/table/index.d.ts +17 -17
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -224,7 +224,7 @@ docs:dev
|
|
|
224
224
|
|
|
225
225
|
All sponsors will be listed here, thank you very much for your support and sponsorship ❤️❤️
|
|
226
226
|
|
|
227
|
-
<a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="
|
|
227
|
+
<a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="./docs/public/avatar.png" alt="GitHub@themusecatcher"></a> <img width="64" height="64" src="./docs/public/avatar_1.jpeg" alt="WeChat@Ant" /> <a href="https://github.com/nizhensh-i" target="_blank"><img width="64" height="64" src="./docs/public/avatar_2.jpg" alt="GitHub@nizhensh-i"></a>
|
|
228
228
|
|
|
229
229
|
## Components
|
|
230
230
|
|
package/README.zh-CN.md
CHANGED
|
@@ -224,7 +224,7 @@ docs:dev
|
|
|
224
224
|
|
|
225
225
|
所有的赞助者都将出现在此处,非常感谢你们的支持与赞助 ❤️❤️
|
|
226
226
|
|
|
227
|
-
<a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="
|
|
227
|
+
<a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="./docs/public/avatar.png" alt="GitHub@themusecatcher"></a><img width="64" height="64" src="./docs/public/avatar_1.jpeg" alt="WeChat@Ant"><a href="https://github.com/nizhensh-i" target="_blank"><img width="64" height="64" src="./docs/public/avatar_2.jpg" alt="GitHub@nizhensh-i"></a>
|
|
228
228
|
|
|
229
229
|
## 组件
|
|
230
230
|
|