vue-amazing-ui 2.4.22 → 2.4.24
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 +101 -101
- package/dist/index.js +3819 -3805
- package/dist/index.umd.cjs +57 -57
- package/dist/style.css +1 -1
- package/es/carousel/Carousel.css +1 -1
- package/es/carousel/Carousel.vue.js +1 -1
- package/es/colorpicker/ColorPicker.css +1 -1
- package/es/colorpicker/ColorPicker.vue.js +2 -2
- package/es/colorpicker/ColorPicker.vue2.js +280 -279
- package/es/datepicker/DatePicker.css +1 -1
- package/es/datepicker/DatePicker.d.ts +2 -0
- package/es/datepicker/DatePicker.vue.js +2 -2
- package/es/datepicker/DatePicker.vue2.js +14 -13
- package/es/datepicker/index.d.ts +3 -0
- package/es/dialog/Dialog.d.ts +2 -2
- package/es/dialog/index.d.ts +6 -6
- package/es/image/Image.css +1 -1
- package/es/image/Image.d.ts +1 -1
- package/es/image/Image.vue.js +2 -2
- package/es/image/Image.vue2.js +92 -92
- package/es/image/index.d.ts +3 -3
- package/es/inputnumber/InputNumber.css +1 -1
- package/es/inputnumber/InputNumber.vue.js +2 -2
- package/es/inputnumber/InputNumber.vue2.js +17 -17
- package/es/modal/Modal.css +1 -1
- package/es/modal/Modal.d.ts +2 -2
- package/es/modal/Modal.vue.js +2 -2
- package/es/modal/index.d.ts +6 -6
- package/es/node_modules/.pnpm/@vuepic_vue-datepicker@12.1.0_vue@3.5.29_typescript@5.9.3_/node_modules/@vuepic/vue-datepicker/dist/main.css +1 -0
- package/es/node_modules/.pnpm/swiper@12.1.2/node_modules/swiper/swiper.css +1 -0
- package/es/rate/Rate.d.ts +1 -1
- package/es/rate/index.d.ts +3 -3
- package/es/scrollbar/Scrollbar.css +1 -1
- package/es/scrollbar/Scrollbar.vue.js +2 -2
- package/es/scrollbar/Scrollbar.vue2.js +98 -98
- package/es/slider/Slider.css +1 -1
- package/es/slider/Slider.vue.js +1 -1
- package/es/slider/Slider.vue2.js +168 -168
- package/es/table/Table.css +1 -1
- package/es/table/Table.vue.js +2 -2
- package/es/table/Table.vue2.js +323 -314
- package/es/textscroll/TextScroll.d.ts +1 -1
- package/es/textscroll/index.d.ts +3 -3
- package/es/upload/Upload.css +1 -1
- package/es/upload/Upload.d.ts +6 -6
- package/es/upload/Upload.vue.js +3 -3
- package/es/upload/Upload.vue2.js +47 -44
- package/es/upload/index.d.ts +3 -3
- package/es/utils/resolver.js +3 -3
- package/lib/carousel/Carousel.css +1 -1
- package/lib/carousel/Carousel.vue.cjs +1 -1
- package/lib/colorpicker/ColorPicker.css +1 -1
- package/lib/colorpicker/ColorPicker.vue.cjs +1 -1
- package/lib/colorpicker/ColorPicker.vue2.cjs +9 -9
- package/lib/datepicker/DatePicker.css +1 -1
- package/lib/datepicker/DatePicker.d.ts +2 -0
- package/lib/datepicker/DatePicker.vue.cjs +1 -1
- package/lib/datepicker/DatePicker.vue2.cjs +4 -4
- package/lib/datepicker/index.d.ts +3 -0
- package/lib/dialog/Dialog.d.ts +2 -2
- package/lib/dialog/index.d.ts +6 -6
- package/lib/image/Image.css +1 -1
- package/lib/image/Image.d.ts +1 -1
- package/lib/image/Image.vue.cjs +1 -1
- package/lib/image/Image.vue2.cjs +1 -1
- package/lib/image/index.d.ts +3 -3
- package/lib/inputnumber/InputNumber.css +1 -1
- package/lib/inputnumber/InputNumber.vue.cjs +1 -1
- package/lib/inputnumber/InputNumber.vue2.cjs +2 -2
- package/lib/modal/Modal.css +1 -1
- package/lib/modal/Modal.d.ts +2 -2
- package/lib/modal/Modal.vue.cjs +1 -1
- package/lib/modal/index.d.ts +6 -6
- package/lib/node_modules/.pnpm/@vuepic_vue-datepicker@12.1.0_vue@3.5.29_typescript@5.9.3_/node_modules/@vuepic/vue-datepicker/dist/main.css +1 -0
- package/lib/node_modules/.pnpm/swiper@12.1.2/node_modules/swiper/swiper.css +1 -0
- package/lib/rate/Rate.d.ts +1 -1
- package/lib/rate/index.d.ts +3 -3
- package/lib/scrollbar/Scrollbar.css +1 -1
- package/lib/scrollbar/Scrollbar.vue.cjs +1 -1
- package/lib/scrollbar/Scrollbar.vue2.cjs +2 -2
- package/lib/slider/Slider.css +1 -1
- package/lib/slider/Slider.vue.cjs +1 -1
- package/lib/slider/Slider.vue2.cjs +7 -7
- package/lib/table/Table.css +1 -1
- package/lib/table/Table.vue.cjs +1 -1
- package/lib/table/Table.vue2.cjs +1 -1
- package/lib/textscroll/TextScroll.d.ts +1 -1
- package/lib/textscroll/index.d.ts +3 -3
- package/lib/upload/Upload.css +1 -1
- package/lib/upload/Upload.d.ts +6 -6
- package/lib/upload/Upload.vue.cjs +1 -1
- package/lib/upload/Upload.vue2.cjs +1 -1
- package/lib/upload/index.d.ts +3 -3
- package/lib/utils/resolver.cjs +1 -1
- package/package.json +51 -50
- package/es/node_modules/.pnpm/@vuepic_vue-datepicker@11.0.2_vue@3.5.22_typescript@5.9.3_/node_modules/@vuepic/vue-datepicker/dist/main.css +0 -1
- package/es/node_modules/.pnpm/swiper@12.0.2/node_modules/swiper/swiper.css +0 -1
- package/lib/node_modules/.pnpm/@vuepic_vue-datepicker@11.0.2_vue@3.5.22_typescript@5.9.3_/node_modules/@vuepic/vue-datepicker/dist/main.css +0 -1
- package/lib/node_modules/.pnpm/swiper@12.0.2/node_modules/swiper/swiper.css +0 -1
- /package/es/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-cards.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-creative.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-cube.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-fade.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-flip.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/navigation.css +0 -0
- /package/es/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/pagination.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-cards.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-creative.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-cube.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-fade.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/effect-flip.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/navigation.css +0 -0
- /package/lib/node_modules/.pnpm/{swiper@12.0.2 → swiper@12.1.2}/node_modules/swiper/modules/pagination.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.
|
|
19
|
+
- The component library is implemented with `Vue@3.5.29`+ `TypeScript@5.9.3` + `Vite@7.3.1` + `Less@4.5.1`.
|
|
20
20
|
- Currently, it includes `67` basic UI components and `18` 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.
|
package/README.zh-CN.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
## 特性
|
|
18
18
|
|
|
19
|
-
- 组件库采用 `Vue@3.5.
|
|
19
|
+
- 组件库采用 `Vue@3.5.29`+ `TypeScript@5.9.3` + `Vite@7.3.1` + `Less@4.5.1` 实现
|
|
20
20
|
- 目前共包含 `67` 个基础 `UI` 组件以及 `18` 个工具函数,并且持续探索更新中...
|
|
21
21
|
- 主题可调,你只需提供一个主题色,剩下的都交给我
|
|
22
22
|
- 顺便一提,它们全都可以 `treeshaking`
|