vue-amazing-ui 2.4.4 → 2.4.5

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 (163) hide show
  1. package/README.md +3 -3
  2. package/README.zh-CN.md +3 -3
  3. package/dist/index.iife.js +72 -67
  4. package/dist/index.js +2137 -2122
  5. package/dist/index.umd.cjs +63 -58
  6. package/dist/style.css +1 -1
  7. package/es/alert/Alert.vue.js +3 -2
  8. package/es/avatar/Avatar.vue.js +3 -2
  9. package/es/backtop/BackTop.vue.js +3 -2
  10. package/es/badge/Badge.vue.js +1 -0
  11. package/es/breadcrumb/Breadcrumb.vue.js +1 -0
  12. package/es/button/Button.vue.js +3 -2
  13. package/es/calendar/Calendar.vue.js +5 -4
  14. package/es/card/Card.vue.js +5 -4
  15. package/es/carousel/Carousel.vue.js +4 -3
  16. package/es/cascader/Cascader.vue.js +5 -4
  17. package/es/checkbox/Checkbox.vue.js +3 -2
  18. package/es/collapse/Collapse.vue.js +3 -2
  19. package/es/colorpicker/ColorPicker.vue.js +3 -2
  20. package/es/countdown/Countdown.vue.js +3 -2
  21. package/es/datepicker/DatePicker.vue.js +5 -4
  22. package/es/descriptions/descriptions/Descriptions.vue.js +1 -0
  23. package/es/descriptions/descriptionsitem/DescriptionsItem.vue.js +3 -2
  24. package/es/dialog/Dialog.vue.js +4 -3
  25. package/es/divider/Divider.vue.js +3 -2
  26. package/es/drawer/Drawer.vue.js +3 -2
  27. package/es/ellipsis/Ellipsis.vue.js +4 -3
  28. package/es/empty/Empty.vue.js +3 -2
  29. package/es/flex/Flex.vue.js +3 -2
  30. package/es/floatbutton/FloatButton.vue.js +3 -2
  31. package/es/gradienttext/GradientText.vue.js +3 -2
  32. package/es/grid/col/Col.vue.js +3 -2
  33. package/es/grid/row/Row.vue.js +3 -2
  34. package/es/image/Image.vue.js +5 -4
  35. package/es/input/Input.vue.js +3 -2
  36. package/es/inputnumber/InputNumber.vue.js +5 -4
  37. package/es/inputsearch/InputSearch.vue.js +1 -0
  38. package/es/list/list/List.vue.js +3 -2
  39. package/es/list/listitem/ListItem.vue.js +3 -2
  40. package/es/loadingbar/LoadingBar.vue.js +3 -2
  41. package/es/message/Message.vue.js +3 -2
  42. package/es/modal/Modal.vue.js +3 -2
  43. package/es/notification/Notification.vue.js +3 -2
  44. package/es/pagination/Pagination.vue.js +3 -2
  45. package/es/popconfirm/Popconfirm.vue.js +4 -3
  46. package/es/popover/Popover.vue.js +3 -2
  47. package/es/progress/Progress.vue.js +3 -2
  48. package/es/qrcode/QRCode.vue.js +3 -2
  49. package/es/radio/Radio.vue.js +3 -2
  50. package/es/rate/Rate.vue.js +5 -4
  51. package/es/result/Result.vue.js +3 -2
  52. package/es/scrollbar/Scrollbar.vue.js +3 -2
  53. package/es/segmented/Segmented.vue.js +3 -2
  54. package/es/select/Select.vue.js +5 -4
  55. package/es/skeleton/Skeleton.vue.js +3 -2
  56. package/es/slider/Slider.vue.js +3 -2
  57. package/es/space/Space.vue.js +5 -4
  58. package/es/spin/Spin.vue.js +4 -3
  59. package/es/statistic/Statistic.vue.js +3 -2
  60. package/es/steps/Steps.vue.js +3 -2
  61. package/es/swiper/Swiper.vue.js +3 -2
  62. package/es/switch/Switch.vue.js +3 -2
  63. package/es/table/Table.vue.js +3 -2
  64. package/es/tabs/Tabs.vue.js +3 -2
  65. package/es/tag/Tag.vue.js +4 -3
  66. package/es/textarea/Textarea.vue.js +3 -2
  67. package/es/textscroll/TextScroll.vue.js +3 -2
  68. package/es/timeline/Timeline.vue.js +3 -2
  69. package/es/tooltip/Tooltip.vue.js +3 -2
  70. package/es/upload/Upload.vue.js +4 -3
  71. package/es/utils/resolver.js +2 -2
  72. package/es/video/Video.vue.js +4 -3
  73. package/es/waterfall/Waterfall.css +1 -1
  74. package/es/waterfall/Waterfall.vue.js +3 -2
  75. package/es/waterfall/Waterfall.vue2.js +89 -74
  76. package/lib/alert/Alert.vue.cjs +1 -1
  77. package/lib/avatar/Avatar.vue.cjs +1 -1
  78. package/lib/backtop/BackTop.vue.cjs +1 -1
  79. package/lib/badge/Badge.vue.cjs +1 -1
  80. package/lib/breadcrumb/Breadcrumb.vue.cjs +1 -1
  81. package/lib/button/Button.vue.cjs +1 -1
  82. package/lib/calendar/Calendar.vue.cjs +1 -1
  83. package/lib/card/Card.vue.cjs +1 -1
  84. package/lib/carousel/Carousel.vue.cjs +1 -1
  85. package/lib/cascader/Cascader.vue.cjs +1 -1
  86. package/lib/checkbox/Checkbox.vue.cjs +1 -1
  87. package/lib/collapse/Collapse.vue.cjs +1 -1
  88. package/lib/colorpicker/ColorPicker.vue.cjs +1 -1
  89. package/lib/countdown/Countdown.vue.cjs +1 -1
  90. package/lib/datepicker/DatePicker.vue.cjs +1 -1
  91. package/lib/descriptions/descriptions/Descriptions.vue.cjs +1 -1
  92. package/lib/descriptions/descriptionsitem/DescriptionsItem.vue.cjs +1 -1
  93. package/lib/dialog/Dialog.vue.cjs +1 -1
  94. package/lib/divider/Divider.vue.cjs +1 -1
  95. package/lib/drawer/Drawer.vue.cjs +1 -1
  96. package/lib/ellipsis/Ellipsis.vue.cjs +1 -1
  97. package/lib/empty/Empty.vue.cjs +1 -1
  98. package/lib/flex/Flex.vue.cjs +1 -1
  99. package/lib/floatbutton/FloatButton.vue.cjs +1 -1
  100. package/lib/gradienttext/GradientText.vue.cjs +1 -1
  101. package/lib/grid/col/Col.vue.cjs +1 -1
  102. package/lib/grid/row/Row.vue.cjs +1 -1
  103. package/lib/image/Image.vue.cjs +1 -1
  104. package/lib/input/Input.vue.cjs +1 -1
  105. package/lib/inputnumber/InputNumber.vue.cjs +1 -1
  106. package/lib/inputsearch/InputSearch.vue.cjs +1 -1
  107. package/lib/list/list/List.vue.cjs +1 -1
  108. package/lib/list/listitem/ListItem.vue.cjs +1 -1
  109. package/lib/loadingbar/LoadingBar.vue.cjs +1 -1
  110. package/lib/message/Message.vue.cjs +1 -1
  111. package/lib/modal/Modal.vue.cjs +1 -1
  112. package/lib/notification/Notification.vue.cjs +1 -1
  113. package/lib/pagination/Pagination.vue.cjs +1 -1
  114. package/lib/popconfirm/Popconfirm.vue.cjs +1 -1
  115. package/lib/popover/Popover.vue.cjs +1 -1
  116. package/lib/progress/Progress.vue.cjs +1 -1
  117. package/lib/qrcode/QRCode.vue.cjs +1 -1
  118. package/lib/radio/Radio.vue.cjs +1 -1
  119. package/lib/rate/Rate.vue.cjs +1 -1
  120. package/lib/result/Result.vue.cjs +1 -1
  121. package/lib/scrollbar/Scrollbar.vue.cjs +1 -1
  122. package/lib/segmented/Segmented.vue.cjs +1 -1
  123. package/lib/select/Select.vue.cjs +1 -1
  124. package/lib/skeleton/Skeleton.vue.cjs +1 -1
  125. package/lib/slider/Slider.vue.cjs +1 -1
  126. package/lib/space/Space.vue.cjs +1 -1
  127. package/lib/spin/Spin.vue.cjs +1 -1
  128. package/lib/statistic/Statistic.vue.cjs +1 -1
  129. package/lib/steps/Steps.vue.cjs +1 -1
  130. package/lib/swiper/Swiper.vue.cjs +1 -1
  131. package/lib/switch/Switch.vue.cjs +1 -1
  132. package/lib/table/Table.vue.cjs +1 -1
  133. package/lib/tabs/Tabs.vue.cjs +1 -1
  134. package/lib/tag/Tag.vue.cjs +1 -1
  135. package/lib/textarea/Textarea.vue.cjs +1 -1
  136. package/lib/textscroll/TextScroll.vue.cjs +1 -1
  137. package/lib/timeline/Timeline.vue.cjs +1 -1
  138. package/lib/tooltip/Tooltip.vue.cjs +1 -1
  139. package/lib/upload/Upload.vue.cjs +1 -1
  140. package/lib/utils/resolver.cjs +1 -1
  141. package/lib/video/Video.vue.cjs +1 -1
  142. package/lib/waterfall/Waterfall.css +1 -1
  143. package/lib/waterfall/Waterfall.vue.cjs +1 -1
  144. package/lib/waterfall/Waterfall.vue2.cjs +6 -1
  145. package/package.json +41 -43
  146. /package/es/node_modules/.pnpm/{@vuepic_vue-datepicker@11.0.2_vue@3.5.13_typescript@5.8.2_ → @vuepic_vue-datepicker@11.0.2_vue@3.5.13_typescript@5.8.3_}/node_modules/@vuepic/vue-datepicker/dist/main.css +0 -0
  147. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cards.css +0 -0
  148. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-creative.css +0 -0
  149. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cube.css +0 -0
  150. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-fade.css +0 -0
  151. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-flip.css +0 -0
  152. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/navigation.css +0 -0
  153. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/pagination.css +0 -0
  154. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/swiper.css +0 -0
  155. /package/lib/node_modules/.pnpm/{@vuepic_vue-datepicker@11.0.2_vue@3.5.13_typescript@5.8.2_ → @vuepic_vue-datepicker@11.0.2_vue@3.5.13_typescript@5.8.3_}/node_modules/@vuepic/vue-datepicker/dist/main.css +0 -0
  156. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cards.css +0 -0
  157. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-creative.css +0 -0
  158. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cube.css +0 -0
  159. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-fade.css +0 -0
  160. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-flip.css +0 -0
  161. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/navigation.css +0 -0
  162. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/pagination.css +0 -0
  163. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/swiper.css +0 -0
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ## Features
18
18
 
19
- - The component library is implemented with `Vue@3.5.13`+ `TypeScript@5.8.2` + `Vite@6.2.2` + `Less@4.2.2`.
19
+ - The component library is implemented with `Vue@3.5.13`+ `TypeScript@5.8.3` + `Vite@6.3.5` + `Less@4.3.0`.
20
20
  - Currently, it includes `67` basic UI components and `17` utility functions, with continuous exploration and updates ongoing...
21
21
  - Theme Customizable, all you need is to provide a theme color, then all the stuffs will be done by me.
22
22
  - By the way, they are all treeshakable.
@@ -226,7 +226,7 @@ docs:dev
226
226
 
227
227
  All sponsors will be listed here, thank you very much for your support and sponsorship ❤️
228
228
 
229
- <a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="./docs/public/avatar.png" alt="GitHub@themusecatcher" title="GitHub@themusecatcher"></a> <img width="64" height="64" src="./docs/public/avatar_1.jpeg" alt="WeChat@Ant" title="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" title="GitHub@nizhensh-i"></a> <a href="https://github.com/beijin1949" target="_blank"><img width="64" height="64" src="./docs/public/avatar_3.png" alt="GitHub@beijin1949" title="GitHub@beijin1949"></a>
229
+ <a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="./docs/public/avatar.png" alt="GitHub@themusecatcher" title="GitHub@themusecatcher"></a> <img width="64" height="64" src="./docs/public/avatar_1.jpeg" alt="WeChat@Ant" title="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" title="GitHub@nizhensh-i"></a> <a href="https://github.com/beijin1949" target="_blank"><img width="64" height="64" src="./docs/public/avatar_3.png" alt="GitHub@beijin1949" title="GitHub@beijin1949"></a> <a href="https://github.com/JinZemin" target="_blank"><img width="64" height="64" src="./docs/public/avatar_4.png" alt="GitHub@JinZemin" title="GitHub@JinZemin"></a>
230
230
 
231
231
  ## Components
232
232
 
@@ -259,7 +259,7 @@ Segmented | 分段控制器 | Select | 选择器
259
259
  Skeleton | 骨架屏 | Slider | 滑动输入条
260
260
  Space | 间距 | Spin | 加载中
261
261
  Statistic | 统计数值 | Steps | 步骤条
262
- Swiper | 触摸滑动插件 | Switch | 开关
262
+ Swiper | 触摸滑动 | Switch | 开关
263
263
  Table | 表格 | Tabs | 标签页
264
264
  Tag | 标签 | Textarea | 文本域
265
265
  TextScroll | 文字滚动 | Timeline | 时间轴
package/README.zh-CN.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ## 特性
18
18
 
19
- - 组件库采用 `Vue@3.5.13`+ `TypeScript@5.8.2` + `Vite@6.2.2` + `Less@4.2.2` 实现
19
+ - 组件库采用 `Vue@3.5.13`+ `TypeScript@5.8.3` + `Vite@6.3.5` + `Less@4.3.0` 实现
20
20
  - 目前共包含 `67` 个基础 `UI` 组件以及 `17` 个工具函数,并且持续探索更新中...
21
21
  - 主题可调,你只需提供一个主题色,剩下的都交给我
22
22
  - 顺便一提,它们全都可以 `treeshaking`
@@ -226,7 +226,7 @@ docs:dev
226
226
 
227
227
  所有的赞助者都将出现在此处,非常感谢你们的支持与赞助 ❤️
228
228
 
229
- <a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="./docs/public/avatar.png" alt="GitHub@themusecatcher" title="GitHub@themusecatcher"></a> <img width="64" height="64" src="./docs/public/avatar_1.jpeg" alt="WeChat@Ant" title="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" title="GitHub@nizhensh-i"></a> <a href="https://github.com/beijin1949" target="_blank"><img width="64" height="64" src="./docs/public/avatar_3.png" alt="GitHub@beijin1949" title="GitHub@beijin1949"></a>
229
+ <a href="https://github.com/themusecatcher" target="_blank"><img width="64" height="64" src="./docs/public/avatar.png" alt="GitHub@themusecatcher" title="GitHub@themusecatcher"></a> <img width="64" height="64" src="./docs/public/avatar_1.jpeg" alt="WeChat@Ant" title="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" title="GitHub@nizhensh-i"></a> <a href="https://github.com/beijin1949" target="_blank"><img width="64" height="64" src="./docs/public/avatar_3.png" alt="GitHub@beijin1949" title="GitHub@beijin1949"></a> <a href="https://github.com/JinZemin" target="_blank"><img width="64" height="64" src="./docs/public/avatar_4.png" alt="GitHub@JinZemin" title="GitHub@JinZemin"></a>
230
230
 
231
231
  ## 组件
232
232
 
@@ -259,7 +259,7 @@ Segmented | 分段控制器 | Select | 选择器
259
259
  Skeleton | 骨架屏 | Slider | 滑动输入条
260
260
  Space | 间距 | Spin | 加载中
261
261
  Statistic | 统计数值 | Steps | 步骤条
262
- Swiper | 触摸滑动插件 | Switch | 开关
262
+ Swiper | 触摸滑动 | Switch | 开关
263
263
  Table | 表格 | Tabs | 标签页
264
264
  Tag | 标签 | Textarea | 文本域
265
265
  TextScroll | 文字滚动 | Timeline | 时间轴