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.
- package/README.md +3 -3
- package/README.zh-CN.md +3 -3
- package/dist/index.iife.js +72 -67
- package/dist/index.js +2137 -2122
- package/dist/index.umd.cjs +63 -58
- package/dist/style.css +1 -1
- package/es/alert/Alert.vue.js +3 -2
- package/es/avatar/Avatar.vue.js +3 -2
- package/es/backtop/BackTop.vue.js +3 -2
- package/es/badge/Badge.vue.js +1 -0
- package/es/breadcrumb/Breadcrumb.vue.js +1 -0
- package/es/button/Button.vue.js +3 -2
- package/es/calendar/Calendar.vue.js +5 -4
- package/es/card/Card.vue.js +5 -4
- package/es/carousel/Carousel.vue.js +4 -3
- package/es/cascader/Cascader.vue.js +5 -4
- package/es/checkbox/Checkbox.vue.js +3 -2
- package/es/collapse/Collapse.vue.js +3 -2
- package/es/colorpicker/ColorPicker.vue.js +3 -2
- package/es/countdown/Countdown.vue.js +3 -2
- package/es/datepicker/DatePicker.vue.js +5 -4
- package/es/descriptions/descriptions/Descriptions.vue.js +1 -0
- package/es/descriptions/descriptionsitem/DescriptionsItem.vue.js +3 -2
- package/es/dialog/Dialog.vue.js +4 -3
- package/es/divider/Divider.vue.js +3 -2
- package/es/drawer/Drawer.vue.js +3 -2
- package/es/ellipsis/Ellipsis.vue.js +4 -3
- package/es/empty/Empty.vue.js +3 -2
- package/es/flex/Flex.vue.js +3 -2
- package/es/floatbutton/FloatButton.vue.js +3 -2
- package/es/gradienttext/GradientText.vue.js +3 -2
- package/es/grid/col/Col.vue.js +3 -2
- package/es/grid/row/Row.vue.js +3 -2
- package/es/image/Image.vue.js +5 -4
- package/es/input/Input.vue.js +3 -2
- package/es/inputnumber/InputNumber.vue.js +5 -4
- package/es/inputsearch/InputSearch.vue.js +1 -0
- package/es/list/list/List.vue.js +3 -2
- package/es/list/listitem/ListItem.vue.js +3 -2
- package/es/loadingbar/LoadingBar.vue.js +3 -2
- package/es/message/Message.vue.js +3 -2
- package/es/modal/Modal.vue.js +3 -2
- package/es/notification/Notification.vue.js +3 -2
- package/es/pagination/Pagination.vue.js +3 -2
- package/es/popconfirm/Popconfirm.vue.js +4 -3
- package/es/popover/Popover.vue.js +3 -2
- package/es/progress/Progress.vue.js +3 -2
- package/es/qrcode/QRCode.vue.js +3 -2
- package/es/radio/Radio.vue.js +3 -2
- package/es/rate/Rate.vue.js +5 -4
- package/es/result/Result.vue.js +3 -2
- package/es/scrollbar/Scrollbar.vue.js +3 -2
- package/es/segmented/Segmented.vue.js +3 -2
- package/es/select/Select.vue.js +5 -4
- package/es/skeleton/Skeleton.vue.js +3 -2
- package/es/slider/Slider.vue.js +3 -2
- package/es/space/Space.vue.js +5 -4
- package/es/spin/Spin.vue.js +4 -3
- package/es/statistic/Statistic.vue.js +3 -2
- package/es/steps/Steps.vue.js +3 -2
- package/es/swiper/Swiper.vue.js +3 -2
- package/es/switch/Switch.vue.js +3 -2
- package/es/table/Table.vue.js +3 -2
- package/es/tabs/Tabs.vue.js +3 -2
- package/es/tag/Tag.vue.js +4 -3
- package/es/textarea/Textarea.vue.js +3 -2
- package/es/textscroll/TextScroll.vue.js +3 -2
- package/es/timeline/Timeline.vue.js +3 -2
- package/es/tooltip/Tooltip.vue.js +3 -2
- package/es/upload/Upload.vue.js +4 -3
- package/es/utils/resolver.js +2 -2
- package/es/video/Video.vue.js +4 -3
- package/es/waterfall/Waterfall.css +1 -1
- package/es/waterfall/Waterfall.vue.js +3 -2
- package/es/waterfall/Waterfall.vue2.js +89 -74
- package/lib/alert/Alert.vue.cjs +1 -1
- package/lib/avatar/Avatar.vue.cjs +1 -1
- package/lib/backtop/BackTop.vue.cjs +1 -1
- package/lib/badge/Badge.vue.cjs +1 -1
- package/lib/breadcrumb/Breadcrumb.vue.cjs +1 -1
- package/lib/button/Button.vue.cjs +1 -1
- package/lib/calendar/Calendar.vue.cjs +1 -1
- package/lib/card/Card.vue.cjs +1 -1
- package/lib/carousel/Carousel.vue.cjs +1 -1
- package/lib/cascader/Cascader.vue.cjs +1 -1
- package/lib/checkbox/Checkbox.vue.cjs +1 -1
- package/lib/collapse/Collapse.vue.cjs +1 -1
- package/lib/colorpicker/ColorPicker.vue.cjs +1 -1
- package/lib/countdown/Countdown.vue.cjs +1 -1
- package/lib/datepicker/DatePicker.vue.cjs +1 -1
- package/lib/descriptions/descriptions/Descriptions.vue.cjs +1 -1
- package/lib/descriptions/descriptionsitem/DescriptionsItem.vue.cjs +1 -1
- package/lib/dialog/Dialog.vue.cjs +1 -1
- package/lib/divider/Divider.vue.cjs +1 -1
- package/lib/drawer/Drawer.vue.cjs +1 -1
- package/lib/ellipsis/Ellipsis.vue.cjs +1 -1
- package/lib/empty/Empty.vue.cjs +1 -1
- package/lib/flex/Flex.vue.cjs +1 -1
- package/lib/floatbutton/FloatButton.vue.cjs +1 -1
- package/lib/gradienttext/GradientText.vue.cjs +1 -1
- package/lib/grid/col/Col.vue.cjs +1 -1
- package/lib/grid/row/Row.vue.cjs +1 -1
- package/lib/image/Image.vue.cjs +1 -1
- package/lib/input/Input.vue.cjs +1 -1
- package/lib/inputnumber/InputNumber.vue.cjs +1 -1
- package/lib/inputsearch/InputSearch.vue.cjs +1 -1
- package/lib/list/list/List.vue.cjs +1 -1
- package/lib/list/listitem/ListItem.vue.cjs +1 -1
- package/lib/loadingbar/LoadingBar.vue.cjs +1 -1
- package/lib/message/Message.vue.cjs +1 -1
- package/lib/modal/Modal.vue.cjs +1 -1
- package/lib/notification/Notification.vue.cjs +1 -1
- package/lib/pagination/Pagination.vue.cjs +1 -1
- package/lib/popconfirm/Popconfirm.vue.cjs +1 -1
- package/lib/popover/Popover.vue.cjs +1 -1
- package/lib/progress/Progress.vue.cjs +1 -1
- package/lib/qrcode/QRCode.vue.cjs +1 -1
- package/lib/radio/Radio.vue.cjs +1 -1
- package/lib/rate/Rate.vue.cjs +1 -1
- package/lib/result/Result.vue.cjs +1 -1
- package/lib/scrollbar/Scrollbar.vue.cjs +1 -1
- package/lib/segmented/Segmented.vue.cjs +1 -1
- package/lib/select/Select.vue.cjs +1 -1
- package/lib/skeleton/Skeleton.vue.cjs +1 -1
- package/lib/slider/Slider.vue.cjs +1 -1
- package/lib/space/Space.vue.cjs +1 -1
- package/lib/spin/Spin.vue.cjs +1 -1
- package/lib/statistic/Statistic.vue.cjs +1 -1
- package/lib/steps/Steps.vue.cjs +1 -1
- package/lib/swiper/Swiper.vue.cjs +1 -1
- package/lib/switch/Switch.vue.cjs +1 -1
- package/lib/table/Table.vue.cjs +1 -1
- package/lib/tabs/Tabs.vue.cjs +1 -1
- package/lib/tag/Tag.vue.cjs +1 -1
- package/lib/textarea/Textarea.vue.cjs +1 -1
- package/lib/textscroll/TextScroll.vue.cjs +1 -1
- package/lib/timeline/Timeline.vue.cjs +1 -1
- package/lib/tooltip/Tooltip.vue.cjs +1 -1
- package/lib/upload/Upload.vue.cjs +1 -1
- package/lib/utils/resolver.cjs +1 -1
- package/lib/video/Video.vue.cjs +1 -1
- package/lib/waterfall/Waterfall.css +1 -1
- package/lib/waterfall/Waterfall.vue.cjs +1 -1
- package/lib/waterfall/Waterfall.vue2.cjs +6 -1
- package/package.json +41 -43
- /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
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cards.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-creative.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cube.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-fade.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-flip.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/navigation.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/pagination.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/swiper.css +0 -0
- /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
- /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cards.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-creative.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-cube.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-fade.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/effect-flip.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/navigation.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@11.2.5 → swiper@11.2.6}/node_modules/swiper/modules/pagination.css +0 -0
- /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.
|
|
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 |
|
|
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.
|
|
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 |
|
|
262
|
+
Swiper | 触摸滑动 | Switch | 开关
|
|
263
263
|
Table | 表格 | Tabs | 标签页
|
|
264
264
|
Tag | 标签 | Textarea | 文本域
|
|
265
265
|
TextScroll | 文字滚动 | Timeline | 时间轴
|