vue-amazing-ui 2.4.4 → 2.4.6

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 (195) hide show
  1. package/README.md +3 -3
  2. package/README.zh-CN.md +3 -3
  3. package/dist/index.iife.js +101 -96
  4. package/dist/index.js +4150 -4089
  5. package/dist/index.umd.cjs +91 -86
  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/colorpicker/ColorPicker.vue2.js +48 -46
  21. package/es/countdown/Countdown.vue.js +3 -2
  22. package/es/datepicker/DatePicker.vue.js +5 -4
  23. package/es/descriptions/descriptions/Descriptions.vue.js +1 -0
  24. package/es/descriptions/descriptionsitem/DescriptionsItem.vue.js +3 -2
  25. package/es/dialog/Dialog.vue.js +4 -3
  26. package/es/divider/Divider.vue.js +3 -2
  27. package/es/drawer/Drawer.vue.js +3 -2
  28. package/es/ellipsis/Ellipsis.vue.js +4 -3
  29. package/es/empty/Empty.vue.js +3 -2
  30. package/es/flex/Flex.vue.js +3 -2
  31. package/es/floatbutton/FloatButton.vue.js +3 -2
  32. package/es/gradienttext/GradientText.vue.js +3 -2
  33. package/es/grid/col/Col.vue.js +3 -2
  34. package/es/grid/row/Row.vue.js +3 -2
  35. package/es/image/Image.vue.js +5 -4
  36. package/es/input/Input.css +1 -1
  37. package/es/input/Input.d.ts +4 -0
  38. package/es/input/Input.vue.js +3 -2
  39. package/es/input/Input.vue2.js +110 -99
  40. package/es/input/index.d.ts +10 -0
  41. package/es/inputnumber/InputNumber.css +1 -1
  42. package/es/inputnumber/InputNumber.vue.js +5 -4
  43. package/es/inputsearch/InputSearch.css +1 -1
  44. package/es/inputsearch/InputSearch.d.ts +4 -0
  45. package/es/inputsearch/InputSearch.vue.js +3 -2
  46. package/es/inputsearch/InputSearch.vue2.js +84 -65
  47. package/es/inputsearch/index.d.ts +10 -0
  48. package/es/list/list/List.vue.js +3 -2
  49. package/es/list/listitem/ListItem.vue.js +3 -2
  50. package/es/loadingbar/LoadingBar.vue.js +3 -2
  51. package/es/message/Message.vue.js +3 -2
  52. package/es/modal/Modal.vue.js +3 -2
  53. package/es/notification/Notification.vue.js +3 -2
  54. package/es/pagination/Pagination.vue.js +3 -2
  55. package/es/popconfirm/Popconfirm.vue.js +4 -3
  56. package/es/popover/Popover.vue.js +3 -2
  57. package/es/progress/Progress.vue.js +3 -2
  58. package/es/qrcode/QRCode.vue.js +3 -2
  59. package/es/radio/Radio.vue.js +3 -2
  60. package/es/rate/Rate.vue.js +5 -4
  61. package/es/result/Result.vue.js +3 -2
  62. package/es/scrollbar/Scrollbar.vue.js +3 -2
  63. package/es/segmented/Segmented.vue.js +3 -2
  64. package/es/select/Select.vue.js +5 -4
  65. package/es/skeleton/Skeleton.vue.js +3 -2
  66. package/es/slider/Slider.vue.js +3 -2
  67. package/es/space/Space.vue.js +5 -4
  68. package/es/spin/Spin.vue.js +4 -3
  69. package/es/statistic/Statistic.vue.js +3 -2
  70. package/es/steps/Steps.vue.js +3 -2
  71. package/es/swiper/Swiper.vue.js +3 -2
  72. package/es/switch/Switch.vue.js +3 -2
  73. package/es/table/Table.vue.js +3 -2
  74. package/es/tabs/Tabs.vue.js +3 -2
  75. package/es/tag/Tag.vue.js +4 -3
  76. package/es/textarea/Textarea.css +1 -1
  77. package/es/textarea/Textarea.d.ts +4 -0
  78. package/es/textarea/Textarea.vue.js +3 -2
  79. package/es/textarea/Textarea.vue2.js +63 -52
  80. package/es/textarea/index.d.ts +10 -0
  81. package/es/textscroll/TextScroll.vue.js +3 -2
  82. package/es/timeline/Timeline.vue.js +3 -2
  83. package/es/tooltip/Tooltip.css +1 -1
  84. package/es/tooltip/Tooltip.vue.js +3 -2
  85. package/es/tooltip/Tooltip.vue2.js +122 -119
  86. package/es/upload/Upload.vue.js +4 -3
  87. package/es/utils/resolver.js +3 -3
  88. package/es/video/Video.vue.js +4 -3
  89. package/es/waterfall/Waterfall.css +1 -1
  90. package/es/waterfall/Waterfall.vue.js +3 -2
  91. package/es/waterfall/Waterfall.vue2.js +89 -74
  92. package/lib/alert/Alert.vue.cjs +1 -1
  93. package/lib/avatar/Avatar.vue.cjs +1 -1
  94. package/lib/backtop/BackTop.vue.cjs +1 -1
  95. package/lib/badge/Badge.vue.cjs +1 -1
  96. package/lib/breadcrumb/Breadcrumb.vue.cjs +1 -1
  97. package/lib/button/Button.vue.cjs +1 -1
  98. package/lib/calendar/Calendar.vue.cjs +1 -1
  99. package/lib/card/Card.vue.cjs +1 -1
  100. package/lib/carousel/Carousel.vue.cjs +1 -1
  101. package/lib/cascader/Cascader.vue.cjs +1 -1
  102. package/lib/checkbox/Checkbox.vue.cjs +1 -1
  103. package/lib/collapse/Collapse.vue.cjs +1 -1
  104. package/lib/colorpicker/ColorPicker.vue.cjs +1 -1
  105. package/lib/colorpicker/ColorPicker.vue2.cjs +2 -2
  106. package/lib/countdown/Countdown.vue.cjs +1 -1
  107. package/lib/datepicker/DatePicker.vue.cjs +1 -1
  108. package/lib/descriptions/descriptions/Descriptions.vue.cjs +1 -1
  109. package/lib/descriptions/descriptionsitem/DescriptionsItem.vue.cjs +1 -1
  110. package/lib/dialog/Dialog.vue.cjs +1 -1
  111. package/lib/divider/Divider.vue.cjs +1 -1
  112. package/lib/drawer/Drawer.vue.cjs +1 -1
  113. package/lib/ellipsis/Ellipsis.vue.cjs +1 -1
  114. package/lib/empty/Empty.vue.cjs +1 -1
  115. package/lib/flex/Flex.vue.cjs +1 -1
  116. package/lib/floatbutton/FloatButton.vue.cjs +1 -1
  117. package/lib/gradienttext/GradientText.vue.cjs +1 -1
  118. package/lib/grid/col/Col.vue.cjs +1 -1
  119. package/lib/grid/row/Row.vue.cjs +1 -1
  120. package/lib/image/Image.vue.cjs +1 -1
  121. package/lib/input/Input.css +1 -1
  122. package/lib/input/Input.d.ts +4 -0
  123. package/lib/input/Input.vue.cjs +1 -1
  124. package/lib/input/Input.vue2.cjs +6 -6
  125. package/lib/input/index.d.ts +10 -0
  126. package/lib/inputnumber/InputNumber.css +1 -1
  127. package/lib/inputnumber/InputNumber.vue.cjs +1 -1
  128. package/lib/inputsearch/InputSearch.css +1 -1
  129. package/lib/inputsearch/InputSearch.d.ts +4 -0
  130. package/lib/inputsearch/InputSearch.vue.cjs +1 -1
  131. package/lib/inputsearch/InputSearch.vue2.cjs +5 -5
  132. package/lib/inputsearch/index.d.ts +10 -0
  133. package/lib/list/list/List.vue.cjs +1 -1
  134. package/lib/list/listitem/ListItem.vue.cjs +1 -1
  135. package/lib/loadingbar/LoadingBar.vue.cjs +1 -1
  136. package/lib/message/Message.vue.cjs +1 -1
  137. package/lib/modal/Modal.vue.cjs +1 -1
  138. package/lib/notification/Notification.vue.cjs +1 -1
  139. package/lib/pagination/Pagination.vue.cjs +1 -1
  140. package/lib/popconfirm/Popconfirm.vue.cjs +1 -1
  141. package/lib/popover/Popover.vue.cjs +1 -1
  142. package/lib/progress/Progress.vue.cjs +1 -1
  143. package/lib/qrcode/QRCode.vue.cjs +1 -1
  144. package/lib/radio/Radio.vue.cjs +1 -1
  145. package/lib/rate/Rate.vue.cjs +1 -1
  146. package/lib/result/Result.vue.cjs +1 -1
  147. package/lib/scrollbar/Scrollbar.vue.cjs +1 -1
  148. package/lib/segmented/Segmented.vue.cjs +1 -1
  149. package/lib/select/Select.vue.cjs +1 -1
  150. package/lib/skeleton/Skeleton.vue.cjs +1 -1
  151. package/lib/slider/Slider.vue.cjs +1 -1
  152. package/lib/space/Space.vue.cjs +1 -1
  153. package/lib/spin/Spin.vue.cjs +1 -1
  154. package/lib/statistic/Statistic.vue.cjs +1 -1
  155. package/lib/steps/Steps.vue.cjs +1 -1
  156. package/lib/swiper/Swiper.vue.cjs +1 -1
  157. package/lib/switch/Switch.vue.cjs +1 -1
  158. package/lib/table/Table.vue.cjs +1 -1
  159. package/lib/tabs/Tabs.vue.cjs +1 -1
  160. package/lib/tag/Tag.vue.cjs +1 -1
  161. package/lib/textarea/Textarea.css +1 -1
  162. package/lib/textarea/Textarea.d.ts +4 -0
  163. package/lib/textarea/Textarea.vue.cjs +1 -1
  164. package/lib/textarea/Textarea.vue2.cjs +6 -6
  165. package/lib/textarea/index.d.ts +10 -0
  166. package/lib/textscroll/TextScroll.vue.cjs +1 -1
  167. package/lib/timeline/Timeline.vue.cjs +1 -1
  168. package/lib/tooltip/Tooltip.css +1 -1
  169. package/lib/tooltip/Tooltip.vue.cjs +1 -1
  170. package/lib/tooltip/Tooltip.vue2.cjs +1 -1
  171. package/lib/upload/Upload.vue.cjs +1 -1
  172. package/lib/utils/resolver.cjs +1 -1
  173. package/lib/video/Video.vue.cjs +1 -1
  174. package/lib/waterfall/Waterfall.css +1 -1
  175. package/lib/waterfall/Waterfall.vue.cjs +1 -1
  176. package/lib/waterfall/Waterfall.vue2.cjs +6 -1
  177. package/package.json +44 -46
  178. /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.14_typescript@5.8.3_}/node_modules/@vuepic/vue-datepicker/dist/main.css +0 -0
  179. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-cards.css +0 -0
  180. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-creative.css +0 -0
  181. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-cube.css +0 -0
  182. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-fade.css +0 -0
  183. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-flip.css +0 -0
  184. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/navigation.css +0 -0
  185. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/pagination.css +0 -0
  186. /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/swiper.css +0 -0
  187. /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.14_typescript@5.8.3_}/node_modules/@vuepic/vue-datepicker/dist/main.css +0 -0
  188. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-cards.css +0 -0
  189. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-creative.css +0 -0
  190. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-cube.css +0 -0
  191. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-fade.css +0 -0
  192. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/effect-flip.css +0 -0
  193. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/navigation.css +0 -0
  194. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/node_modules/swiper/modules/pagination.css +0 -0
  195. /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.7}/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.14`+ `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.14`+ `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 | 时间轴