vue-amazing-ui 2.0.5 → 2.0.7

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 (113) hide show
  1. package/README.md +1 -1
  2. package/README.zh-CN.md +1 -1
  3. package/dist/index.iife.js +27 -27
  4. package/dist/index.js +4754 -4472
  5. package/dist/index.umd.cjs +24 -24
  6. package/dist/style.css +1 -1
  7. package/es/carousel/Carousel.css +1 -1
  8. package/es/carousel/Carousel.d.ts +2 -1
  9. package/es/carousel/Carousel.vue.js +2 -2
  10. package/es/carousel/Carousel.vue2.js +98 -86
  11. package/es/checkbox/Checkbox.css +1 -1
  12. package/es/checkbox/Checkbox.vue.js +2 -2
  13. package/es/components.d.ts +1 -1
  14. package/es/descriptions/descriptions/Descriptions.css +1 -1
  15. package/es/descriptions/descriptions/Descriptions.vue.js +2 -2
  16. package/es/descriptions/descriptions/Descriptions.vue2.js +1 -1
  17. package/es/dialog/Dialog.css +1 -1
  18. package/es/dialog/Dialog.d.ts +7 -0
  19. package/es/dialog/Dialog.vue.js +1 -1
  20. package/es/dialog/Dialog.vue2.js +207 -97
  21. package/es/dialog/index.d.ts +9 -0
  22. package/es/drawer/Drawer.css +1 -1
  23. package/es/drawer/Drawer.d.ts +2 -2
  24. package/es/drawer/Drawer.vue.js +2 -2
  25. package/es/drawer/Drawer.vue2.js +25 -25
  26. package/es/drawer/index.d.ts +3 -3
  27. package/es/message/Message.css +1 -1
  28. package/es/message/Message.vue.js +2 -2
  29. package/es/message/Message.vue2.js +1 -1
  30. package/es/modal/Modal.css +1 -1
  31. package/es/modal/Modal.d.ts +6 -0
  32. package/es/modal/Modal.vue.js +2 -2
  33. package/es/modal/Modal.vue2.js +277 -143
  34. package/es/modal/index.d.ts +6 -0
  35. package/es/notification/Notification.css +1 -1
  36. package/es/notification/Notification.vue.js +2 -2
  37. package/es/notification/Notification.vue2.js +1 -1
  38. package/es/swiper/Swiper.css +1 -1
  39. package/es/swiper/Swiper.d.ts +1 -0
  40. package/es/swiper/Swiper.vue.js +2 -2
  41. package/es/swiper/Swiper.vue2.js +33 -33
  42. package/es/table/Table.css +1 -1
  43. package/es/table/Table.d.ts +1 -0
  44. package/es/table/Table.vue.js +2 -2
  45. package/es/table/Table.vue2.js +359 -338
  46. package/es/table/index.d.ts +1 -1
  47. package/es/waterfall/Waterfall.css +1 -1
  48. package/es/waterfall/Waterfall.d.ts +2 -0
  49. package/es/waterfall/Waterfall.vue.js +2 -2
  50. package/es/waterfall/Waterfall.vue2.js +39 -33
  51. package/lib/carousel/Carousel.css +1 -1
  52. package/lib/carousel/Carousel.d.ts +2 -1
  53. package/lib/carousel/Carousel.vue.cjs +1 -1
  54. package/lib/carousel/Carousel.vue2.cjs +1 -1
  55. package/lib/checkbox/Checkbox.css +1 -1
  56. package/lib/checkbox/Checkbox.vue.cjs +1 -1
  57. package/lib/components.d.ts +1 -1
  58. package/lib/descriptions/descriptions/Descriptions.css +1 -1
  59. package/lib/descriptions/descriptions/Descriptions.vue.cjs +1 -1
  60. package/lib/descriptions/descriptions/Descriptions.vue2.cjs +1 -1
  61. package/lib/dialog/Dialog.css +1 -1
  62. package/lib/dialog/Dialog.d.ts +7 -0
  63. package/lib/dialog/Dialog.vue.cjs +1 -1
  64. package/lib/dialog/Dialog.vue2.cjs +1 -1
  65. package/lib/dialog/index.d.ts +9 -0
  66. package/lib/drawer/Drawer.css +1 -1
  67. package/lib/drawer/Drawer.d.ts +2 -2
  68. package/lib/drawer/Drawer.vue.cjs +1 -1
  69. package/lib/drawer/Drawer.vue2.cjs +1 -1
  70. package/lib/drawer/index.d.ts +3 -3
  71. package/lib/message/Message.css +1 -1
  72. package/lib/message/Message.vue.cjs +1 -1
  73. package/lib/message/Message.vue2.cjs +1 -1
  74. package/lib/modal/Modal.css +1 -1
  75. package/lib/modal/Modal.d.ts +6 -0
  76. package/lib/modal/Modal.vue.cjs +1 -1
  77. package/lib/modal/Modal.vue2.cjs +1 -1
  78. package/lib/modal/index.d.ts +6 -0
  79. package/lib/notification/Notification.css +1 -1
  80. package/lib/notification/Notification.vue.cjs +1 -1
  81. package/lib/notification/Notification.vue2.cjs +1 -1
  82. package/lib/swiper/Swiper.css +1 -1
  83. package/lib/swiper/Swiper.d.ts +1 -0
  84. package/lib/swiper/Swiper.vue.cjs +1 -1
  85. package/lib/swiper/Swiper.vue2.cjs +1 -1
  86. package/lib/table/Table.css +1 -1
  87. package/lib/table/Table.d.ts +1 -0
  88. package/lib/table/Table.vue.cjs +1 -1
  89. package/lib/table/Table.vue2.cjs +1 -1
  90. package/lib/table/index.d.ts +1 -1
  91. package/lib/waterfall/Waterfall.css +1 -1
  92. package/lib/waterfall/Waterfall.d.ts +2 -0
  93. package/lib/waterfall/Waterfall.vue.cjs +1 -1
  94. package/lib/waterfall/Waterfall.vue2.cjs +1 -1
  95. package/package.json +9 -9
  96. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-cards.css +0 -0
  97. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-coverflow.less.js +0 -0
  98. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-creative.css +0 -0
  99. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-cube.css +0 -0
  100. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-fade.css +0 -0
  101. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-flip.css +0 -0
  102. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/navigation.css +0 -0
  103. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/pagination.css +0 -0
  104. /package/es/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/swiper.css +0 -0
  105. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-cards.css +0 -0
  106. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-coverflow.less.cjs +0 -0
  107. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-creative.css +0 -0
  108. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-cube.css +0 -0
  109. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-fade.css +0 -0
  110. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/effect-flip.css +0 -0
  111. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/navigation.css +0 -0
  112. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/node_modules/swiper/modules/pagination.css +0 -0
  113. /package/lib/node_modules/.pnpm/{swiper@11.1.15 → swiper@11.2.0}/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.7.2` + `Vite@6.0.5` + `Less@4.2.1`.
19
+ - The component library is implemented with `Vue@3.5.13`+ `TypeScript@5.7.2` + `Vite@6.0.7` + `Less@4.2.1`.
20
20
  - Currently, it includes `63` basic UI components and `16` utility functions, with continuous exploration and updates ongoing...
21
21
  - What's more, they are all treeshakable.
22
22
  - All the stuff in Vue Amazing UI is written in TypeScript. It can work with your typescript project seamlessly.
package/README.zh-CN.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ## 特性
18
18
 
19
- - 组件库采用 `Vue@3.5.13`+ `TypeScript@5.7.2` + `Vite@6.0.5` + `Less@4.2.1` 实现
19
+ - 组件库采用 `Vue@3.5.13`+ `TypeScript@5.7.2` + `Vite@6.0.7` + `Less@4.2.1` 实现
20
20
  - 目前共包含 `63` 个基础 `UI` 组件以及 `16` 个工具函数,并且持续探索更新中...
21
21
  - 顺便一提,它们全都可以 `treeshaking`
22
22
  - `Vue Amazing UI` 全量使用 `TypeScript` 编写,和你的 `TypeScript` 项目无缝衔接