vue-amazing-ui 2.7.0 → 2.7.2

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 (576) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +7 -1
  3. package/README.zh-CN.md +7 -1
  4. package/dist/index.iife.js +82 -82
  5. package/dist/index.js +6241 -6228
  6. package/dist/index.umd.cjs +101 -101
  7. package/dist/style.css +1 -1
  8. package/es/alert/Alert.css +1 -1
  9. package/es/alert/Alert.d.ts +9 -11
  10. package/es/alert/Alert.vue.js +2 -2
  11. package/es/alert/Alert.vue2.js +15 -16
  12. package/es/alert/index.d.ts +1 -11
  13. package/es/auto-complete/AutoComplete.css +1 -1
  14. package/es/auto-complete/AutoComplete.d.ts +12 -29
  15. package/es/auto-complete/AutoComplete.vue.js +1 -1
  16. package/es/auto-complete/AutoComplete.vue2.js +71 -80
  17. package/es/auto-complete/index.d.ts +4 -28
  18. package/es/avatar/Avatar.css +1 -1
  19. package/es/avatar/Avatar.d.ts +8 -7
  20. package/es/avatar/Avatar.vue.js +2 -2
  21. package/es/avatar/Avatar.vue2.js +13 -13
  22. package/es/avatar/index.d.ts +4 -7
  23. package/es/back-top/BackTop.css +1 -1
  24. package/es/back-top/BackTop.d.ts +10 -9
  25. package/es/back-top/BackTop.vue.js +2 -2
  26. package/es/back-top/index.d.ts +4 -9
  27. package/es/badge/Badge.css +1 -1
  28. package/es/badge/Badge.d.ts +6 -6
  29. package/es/badge/Badge.vue.js +2 -2
  30. package/es/badge/Badge.vue2.js +4 -4
  31. package/es/badge/index.d.ts +1 -5
  32. package/es/breadcrumb/Breadcrumb.css +1 -1
  33. package/es/breadcrumb/Breadcrumb.d.ts +8 -7
  34. package/es/breadcrumb/Breadcrumb.vue.js +2 -2
  35. package/es/breadcrumb/index.d.ts +1 -6
  36. package/es/button/Button.css +1 -1
  37. package/es/button/Button.d.ts +8 -7
  38. package/es/button/Button.vue.js +1 -1
  39. package/es/button/index.d.ts +4 -7
  40. package/es/calendar/Calendar.css +1 -1
  41. package/es/calendar/Calendar.d.ts +14 -48
  42. package/es/calendar/Calendar.vue.js +2 -2
  43. package/es/calendar/index.d.ts +1 -48
  44. package/es/card/Card.css +1 -1
  45. package/es/card/Card.d.ts +7 -6
  46. package/es/card/Card.vue.js +1 -1
  47. package/es/card/index.d.ts +1 -5
  48. package/es/carousel/Carousel.css +1 -1
  49. package/es/carousel/Carousel.vue.js +2 -2
  50. package/es/carousel/Carousel.vue2.js +145 -138
  51. package/es/cascader/Cascader.d.ts +1 -1
  52. package/es/cascader/index.d.ts +3 -3
  53. package/es/checkbox/Checkbox.css +1 -1
  54. package/es/checkbox/Checkbox.d.ts +10 -9
  55. package/es/checkbox/Checkbox.vue.js +2 -2
  56. package/es/checkbox/index.d.ts +4 -11
  57. package/es/collapse/Collapse.css +1 -1
  58. package/es/collapse/Collapse.d.ts +36 -39
  59. package/es/collapse/Collapse.vue.js +3 -3
  60. package/es/collapse/Collapse.vue2.js +1 -1
  61. package/es/collapse/index.d.ts +4 -38
  62. package/es/color-picker/ColorPicker.css +1 -1
  63. package/es/color-picker/ColorPicker.d.ts +16 -25
  64. package/es/color-picker/ColorPicker.vue.js +2 -2
  65. package/es/color-picker/ColorPicker.vue2.js +3 -3
  66. package/es/color-picker/index.d.ts +5 -15
  67. package/es/config-provider/ConfigProvider.d.ts +5 -4
  68. package/es/config-provider/ConfigProvider.vue.js +10 -10
  69. package/es/config-provider/index.d.ts +1 -4
  70. package/es/countdown/Countdown.css +1 -1
  71. package/es/countdown/Countdown.d.ts +8 -7
  72. package/es/countdown/Countdown.vue.js +1 -1
  73. package/es/countdown/Countdown.vue2.js +28 -26
  74. package/es/countdown/index.d.ts +1 -6
  75. package/es/date-picker/DatePicker.css +1 -1
  76. package/es/date-picker/DatePicker.vue.js +2 -2
  77. package/es/descriptions/descriptions/Descriptions.css +1 -1
  78. package/es/descriptions/descriptions/Descriptions.d.ts +7 -7
  79. package/es/descriptions/descriptions/Descriptions.vue.js +2 -2
  80. package/es/descriptions/descriptions/Descriptions.vue2.js +35 -35
  81. package/es/descriptions/descriptions/index.d.ts +1 -6
  82. package/es/descriptions/descriptions-item/DescriptionsItem.css +1 -1
  83. package/es/descriptions/descriptions-item/DescriptionsItem.d.ts +6 -7
  84. package/es/descriptions/descriptions-item/DescriptionsItem.vue.js +1 -1
  85. package/es/descriptions/descriptions-item/index.d.ts +1 -6
  86. package/es/dialog/Dialog.css +1 -1
  87. package/es/dialog/Dialog.d.ts +12 -22
  88. package/es/dialog/Dialog.vue.js +1 -1
  89. package/es/dialog/Dialog.vue2.js +319 -314
  90. package/es/dialog/index.d.ts +3 -3
  91. package/es/divider/Divider.css +1 -1
  92. package/es/divider/Divider.d.ts +5 -3
  93. package/es/divider/Divider.vue.js +2 -2
  94. package/es/divider/index.d.ts +1 -3
  95. package/es/drawer/Drawer.css +1 -1
  96. package/es/drawer/Drawer.d.ts +8 -11
  97. package/es/drawer/Drawer.vue.js +1 -1
  98. package/es/drawer/Drawer.vue2.js +2 -2
  99. package/es/drawer/index.d.ts +1 -10
  100. package/es/ellipsis/Ellipsis.css +1 -1
  101. package/es/ellipsis/Ellipsis.d.ts +15 -24
  102. package/es/ellipsis/Ellipsis.vue.js +2 -2
  103. package/es/ellipsis/Ellipsis.vue2.js +37 -35
  104. package/es/ellipsis/index.d.ts +8 -17
  105. package/es/empty/Empty.css +1 -1
  106. package/es/empty/Empty.d.ts +9 -8
  107. package/es/empty/Empty.vue.js +2 -2
  108. package/es/empty/Empty.vue2.js +24 -24
  109. package/es/empty/index.d.ts +4 -8
  110. package/es/flex/Flex.css +1 -1
  111. package/es/flex/Flex.d.ts +5 -3
  112. package/es/flex/Flex.vue.js +2 -2
  113. package/es/flex/index.d.ts +1 -3
  114. package/es/float-button/FloatButton.css +1 -1
  115. package/es/float-button/FloatButton.d.ts +10 -9
  116. package/es/float-button/FloatButton.vue.js +1 -1
  117. package/es/float-button/FloatButton.vue2.js +2 -2
  118. package/es/float-button/index.d.ts +4 -9
  119. package/es/gradient-text/GradientText.css +1 -1
  120. package/es/gradient-text/GradientText.d.ts +5 -3
  121. package/es/gradient-text/GradientText.vue.js +2 -2
  122. package/es/gradient-text/index.d.ts +1 -3
  123. package/es/grid/col/Col.css +1 -1
  124. package/es/grid/col/Col.d.ts +5 -3
  125. package/es/grid/col/Col.vue.js +1 -1
  126. package/es/grid/col/Col.vue2.js +14 -14
  127. package/es/grid/col/index.d.ts +1 -3
  128. package/es/grid/row/Row.css +1 -1
  129. package/es/grid/row/Row.d.ts +5 -3
  130. package/es/grid/row/Row.vue.js +2 -2
  131. package/es/grid/row/Row.vue2.js +7 -7
  132. package/es/grid/row/index.d.ts +1 -3
  133. package/es/image/Image.css +1 -1
  134. package/es/image/Image.d.ts +5 -4
  135. package/es/image/Image.vue.js +2 -2
  136. package/es/image/index.d.ts +1 -3
  137. package/es/input/Input.css +1 -1
  138. package/es/input/Input.d.ts +9 -7
  139. package/es/input/Input.vue.js +1 -1
  140. package/es/input/index.d.ts +4 -9
  141. package/es/input-number/InputNumber.css +1 -1
  142. package/es/input-number/InputNumber.d.ts +5 -3
  143. package/es/input-number/InputNumber.vue.js +2 -2
  144. package/es/input-number/InputNumber.vue2.js +74 -72
  145. package/es/input-number/index.d.ts +1 -3
  146. package/es/input-search/InputSearch.css +1 -1
  147. package/es/input-search/InputSearch.d.ts +10 -8
  148. package/es/input-search/InputSearch.vue.js +2 -2
  149. package/es/input-search/index.d.ts +4 -10
  150. package/es/list/list/List.css +1 -1
  151. package/es/list/list/List.d.ts +7 -5
  152. package/es/list/list/List.vue.js +2 -2
  153. package/es/list/list/List.vue2.js +5 -5
  154. package/es/list/list/index.d.ts +1 -5
  155. package/es/list/list-item/ListItem.css +1 -1
  156. package/es/list/list-item/ListItem.d.ts +10 -11
  157. package/es/list/list-item/ListItem.vue.js +2 -2
  158. package/es/list/list-item/ListItem.vue2.js +0 -1
  159. package/es/list/list-item/index.d.ts +1 -11
  160. package/es/loading-bar/LoadingBar.css +1 -1
  161. package/es/loading-bar/LoadingBar.vue.js +3 -3
  162. package/es/loading-bar/LoadingBar.vue2.js +1 -1
  163. package/es/modal/Modal.css +1 -1
  164. package/es/modal/Modal.d.ts +13 -23
  165. package/es/modal/Modal.vue.js +2 -2
  166. package/es/modal/Modal.vue2.js +182 -179
  167. package/es/notification/Notification.css +1 -1
  168. package/es/pagination/Pagination.css +1 -1
  169. package/es/pagination/Pagination.vue.js +2 -2
  170. package/es/popconfirm/Popconfirm.css +1 -1
  171. package/es/popconfirm/Popconfirm.d.ts +22 -31
  172. package/es/popconfirm/Popconfirm.vue.js +3 -3
  173. package/es/popconfirm/index.d.ts +8 -20
  174. package/es/popover/Popover.css +1 -1
  175. package/es/popover/Popover.d.ts +7 -6
  176. package/es/popover/Popover.vue.js +2 -2
  177. package/es/popover/index.d.ts +1 -5
  178. package/es/progress/Progress.css +1 -1
  179. package/es/progress/Progress.d.ts +8 -10
  180. package/es/progress/Progress.vue.js +2 -2
  181. package/es/progress/index.d.ts +1 -10
  182. package/es/qr-code/QRCode.css +1 -1
  183. package/es/qr-code/QRCode.vue.js +2 -2
  184. package/es/qr-code/QRCode.vue2.js +10 -10
  185. package/es/radio/Radio.css +1 -1
  186. package/es/radio/Radio.d.ts +10 -15
  187. package/es/radio/Radio.vue.js +1 -1
  188. package/es/radio/index.d.ts +4 -17
  189. package/es/rate/Rate.css +1 -1
  190. package/es/rate/Rate.d.ts +12 -13
  191. package/es/rate/Rate.vue.js +2 -2
  192. package/es/rate/Rate.vue2.js +25 -25
  193. package/es/rate/index.d.ts +4 -15
  194. package/es/result/Result.css +1 -1
  195. package/es/result/Result.d.ts +9 -10
  196. package/es/result/Result.vue.js +1 -1
  197. package/es/result/Result.vue2.js +14 -15
  198. package/es/result/index.d.ts +1 -10
  199. package/es/scrollbar/Scrollbar.css +1 -1
  200. package/es/scrollbar/Scrollbar.d.ts +5 -4
  201. package/es/scrollbar/Scrollbar.vue.js +2 -2
  202. package/es/scrollbar/Scrollbar.vue2.js +53 -53
  203. package/es/scrollbar/index.d.ts +1 -3
  204. package/es/segmented/Segmented.css +1 -1
  205. package/es/segmented/Segmented.d.ts +12 -10
  206. package/es/segmented/Segmented.vue.js +2 -2
  207. package/es/segmented/Segmented.vue2.js +1 -1
  208. package/es/segmented/index.d.ts +4 -11
  209. package/es/select/Select.css +1 -1
  210. package/es/select/Select.d.ts +1 -1
  211. package/es/select/Select.vue.js +1 -1
  212. package/es/select/Select.vue2.js +154 -142
  213. package/es/select/index.d.ts +3 -3
  214. package/es/skeleton/Skeleton.css +1 -1
  215. package/es/skeleton/Skeleton.d.ts +5 -3
  216. package/es/skeleton/Skeleton.vue.js +1 -1
  217. package/es/skeleton/Skeleton.vue2.js +3 -3
  218. package/es/skeleton/index.d.ts +1 -3
  219. package/es/slider/Slider.css +1 -1
  220. package/es/slider/Slider.d.ts +7 -8
  221. package/es/slider/Slider.vue.js +2 -2
  222. package/es/slider/Slider.vue2.js +99 -97
  223. package/es/slider/index.d.ts +1 -8
  224. package/es/space/Space.css +1 -1
  225. package/es/space/Space.d.ts +5 -3
  226. package/es/space/Space.vue.js +2 -2
  227. package/es/space/index.d.ts +1 -3
  228. package/es/spin/Spin.css +1 -1
  229. package/es/spin/Spin.d.ts +6 -4
  230. package/es/spin/Spin.vue.js +1 -1
  231. package/es/spin/Spin.vue2.js +15 -15
  232. package/es/spin/index.d.ts +1 -4
  233. package/es/statistic/Statistic.css +1 -1
  234. package/es/statistic/Statistic.d.ts +8 -7
  235. package/es/statistic/Statistic.vue.js +2 -2
  236. package/es/statistic/index.d.ts +1 -6
  237. package/es/steps/Steps.css +1 -1
  238. package/es/steps/Steps.vue.js +2 -2
  239. package/es/swiper/Swiper.css +1 -1
  240. package/es/switch/Switch.css +1 -1
  241. package/es/switch/Switch.d.ts +9 -8
  242. package/es/switch/Switch.vue.js +2 -2
  243. package/es/switch/index.d.ts +1 -7
  244. package/es/table/Table.css +1 -1
  245. package/es/table/Table.d.ts +71 -181
  246. package/es/table/Table.vue.js +3 -3
  247. package/es/table/Table.vue2.js +78 -94
  248. package/es/tabs/Tabs.css +1 -1
  249. package/es/tabs/Tabs.d.ts +15 -14
  250. package/es/tabs/Tabs.vue.js +2 -2
  251. package/es/tabs/Tabs.vue2.js +32 -32
  252. package/es/tabs/index.d.ts +1 -14
  253. package/es/tag/Tag.css +1 -1
  254. package/es/tag/Tag.d.ts +15 -14
  255. package/es/tag/Tag.vue.js +2 -2
  256. package/es/tag/Tag.vue2.js +46 -44
  257. package/es/tag/index.d.ts +1 -14
  258. package/es/text-scroll/TextScroll.css +1 -1
  259. package/es/text-scroll/TextScroll.vue.js +1 -1
  260. package/es/text-scroll/TextScroll.vue2.js +94 -96
  261. package/es/textarea/Textarea.css +1 -1
  262. package/es/textarea/Textarea.d.ts +1 -1
  263. package/es/textarea/Textarea.vue.js +1 -1
  264. package/es/textarea/Textarea.vue2.js +12 -12
  265. package/es/textarea/index.d.ts +3 -3
  266. package/es/timeline/Timeline.css +1 -1
  267. package/es/timeline/Timeline.d.ts +12 -10
  268. package/es/timeline/Timeline.vue.js +2 -2
  269. package/es/timeline/Timeline.vue2.js +1 -1
  270. package/es/timeline/index.d.ts +1 -10
  271. package/es/tooltip/Tooltip.css +1 -1
  272. package/es/tooltip/Tooltip.d.ts +6 -5
  273. package/es/tooltip/Tooltip.vue.js +2 -2
  274. package/es/tooltip/index.d.ts +1 -4
  275. package/es/upload/Upload.css +1 -1
  276. package/es/upload/Upload.d.ts +13 -19
  277. package/es/upload/Upload.vue.js +3 -3
  278. package/es/upload/Upload.vue2.js +25 -25
  279. package/es/upload/index.d.ts +5 -11
  280. package/es/utils/function.js +5 -5
  281. package/es/utils/hooks.js +48 -44
  282. package/es/utils/observers.js +30 -30
  283. package/es/video/Video.css +1 -1
  284. package/es/video/Video.vue.js +2 -2
  285. package/es/video/Video.vue2.js +21 -21
  286. package/es/waterfall/Waterfall.css +1 -1
  287. package/es/waterfall/Waterfall.vue.js +1 -1
  288. package/es/waterfall/Waterfall.vue2.js +2 -2
  289. package/es/watermark/Watermark.d.ts +5 -3
  290. package/es/watermark/Watermark.vue.js +16 -16
  291. package/es/watermark/index.d.ts +1 -3
  292. package/lib/alert/Alert.css +1 -1
  293. package/lib/alert/Alert.d.ts +9 -11
  294. package/lib/alert/Alert.vue.cjs +1 -1
  295. package/lib/alert/Alert.vue2.cjs +1 -1
  296. package/lib/alert/index.d.ts +1 -11
  297. package/lib/auto-complete/AutoComplete.css +1 -1
  298. package/lib/auto-complete/AutoComplete.d.ts +12 -29
  299. package/lib/auto-complete/AutoComplete.vue.cjs +1 -1
  300. package/lib/auto-complete/AutoComplete.vue2.cjs +7 -7
  301. package/lib/auto-complete/index.d.ts +4 -28
  302. package/lib/avatar/Avatar.css +1 -1
  303. package/lib/avatar/Avatar.d.ts +8 -7
  304. package/lib/avatar/Avatar.vue.cjs +1 -1
  305. package/lib/avatar/Avatar.vue2.cjs +1 -1
  306. package/lib/avatar/index.d.ts +4 -7
  307. package/lib/back-top/BackTop.css +1 -1
  308. package/lib/back-top/BackTop.d.ts +10 -9
  309. package/lib/back-top/BackTop.vue.cjs +1 -1
  310. package/lib/back-top/index.d.ts +4 -9
  311. package/lib/badge/Badge.css +1 -1
  312. package/lib/badge/Badge.d.ts +6 -6
  313. package/lib/badge/Badge.vue.cjs +1 -1
  314. package/lib/badge/Badge.vue2.cjs +1 -1
  315. package/lib/badge/index.d.ts +1 -5
  316. package/lib/breadcrumb/Breadcrumb.css +1 -1
  317. package/lib/breadcrumb/Breadcrumb.d.ts +8 -7
  318. package/lib/breadcrumb/Breadcrumb.vue.cjs +1 -1
  319. package/lib/breadcrumb/index.d.ts +1 -6
  320. package/lib/button/Button.css +1 -1
  321. package/lib/button/Button.d.ts +8 -7
  322. package/lib/button/Button.vue.cjs +1 -1
  323. package/lib/button/index.d.ts +4 -7
  324. package/lib/calendar/Calendar.css +1 -1
  325. package/lib/calendar/Calendar.d.ts +14 -48
  326. package/lib/calendar/Calendar.vue.cjs +1 -1
  327. package/lib/calendar/index.d.ts +1 -48
  328. package/lib/card/Card.css +1 -1
  329. package/lib/card/Card.d.ts +7 -6
  330. package/lib/card/Card.vue.cjs +1 -1
  331. package/lib/card/index.d.ts +1 -5
  332. package/lib/carousel/Carousel.css +1 -1
  333. package/lib/carousel/Carousel.vue.cjs +1 -1
  334. package/lib/carousel/Carousel.vue2.cjs +7 -7
  335. package/lib/cascader/Cascader.d.ts +1 -1
  336. package/lib/cascader/index.d.ts +3 -3
  337. package/lib/checkbox/Checkbox.css +1 -1
  338. package/lib/checkbox/Checkbox.d.ts +10 -9
  339. package/lib/checkbox/Checkbox.vue.cjs +1 -1
  340. package/lib/checkbox/index.d.ts +4 -11
  341. package/lib/collapse/Collapse.css +1 -1
  342. package/lib/collapse/Collapse.d.ts +36 -39
  343. package/lib/collapse/Collapse.vue.cjs +1 -1
  344. package/lib/collapse/Collapse.vue2.cjs +1 -1
  345. package/lib/collapse/index.d.ts +4 -38
  346. package/lib/color-picker/ColorPicker.css +1 -1
  347. package/lib/color-picker/ColorPicker.d.ts +16 -25
  348. package/lib/color-picker/ColorPicker.vue.cjs +1 -1
  349. package/lib/color-picker/ColorPicker.vue2.cjs +1 -1
  350. package/lib/color-picker/index.d.ts +5 -15
  351. package/lib/config-provider/ConfigProvider.d.ts +5 -4
  352. package/lib/config-provider/ConfigProvider.vue.cjs +1 -1
  353. package/lib/config-provider/index.d.ts +1 -4
  354. package/lib/countdown/Countdown.css +1 -1
  355. package/lib/countdown/Countdown.d.ts +8 -7
  356. package/lib/countdown/Countdown.vue.cjs +1 -1
  357. package/lib/countdown/Countdown.vue2.cjs +1 -1
  358. package/lib/countdown/index.d.ts +1 -6
  359. package/lib/date-picker/DatePicker.css +1 -1
  360. package/lib/date-picker/DatePicker.vue.cjs +1 -1
  361. package/lib/descriptions/descriptions/Descriptions.css +1 -1
  362. package/lib/descriptions/descriptions/Descriptions.d.ts +7 -7
  363. package/lib/descriptions/descriptions/Descriptions.vue.cjs +1 -1
  364. package/lib/descriptions/descriptions/Descriptions.vue2.cjs +1 -1
  365. package/lib/descriptions/descriptions/index.d.ts +1 -6
  366. package/lib/descriptions/descriptions-item/DescriptionsItem.css +1 -1
  367. package/lib/descriptions/descriptions-item/DescriptionsItem.d.ts +6 -7
  368. package/lib/descriptions/descriptions-item/DescriptionsItem.vue.cjs +1 -1
  369. package/lib/descriptions/descriptions-item/index.d.ts +1 -6
  370. package/lib/dialog/Dialog.css +1 -1
  371. package/lib/dialog/Dialog.d.ts +12 -22
  372. package/lib/dialog/Dialog.vue.cjs +1 -1
  373. package/lib/dialog/Dialog.vue2.cjs +1 -1
  374. package/lib/dialog/index.d.ts +3 -3
  375. package/lib/divider/Divider.css +1 -1
  376. package/lib/divider/Divider.d.ts +5 -3
  377. package/lib/divider/Divider.vue.cjs +1 -1
  378. package/lib/divider/index.d.ts +1 -3
  379. package/lib/drawer/Drawer.css +1 -1
  380. package/lib/drawer/Drawer.d.ts +8 -11
  381. package/lib/drawer/Drawer.vue.cjs +1 -1
  382. package/lib/drawer/Drawer.vue2.cjs +1 -1
  383. package/lib/drawer/index.d.ts +1 -10
  384. package/lib/ellipsis/Ellipsis.css +1 -1
  385. package/lib/ellipsis/Ellipsis.d.ts +15 -24
  386. package/lib/ellipsis/Ellipsis.vue.cjs +1 -1
  387. package/lib/ellipsis/Ellipsis.vue2.cjs +1 -1
  388. package/lib/ellipsis/index.d.ts +8 -17
  389. package/lib/empty/Empty.css +1 -1
  390. package/lib/empty/Empty.d.ts +9 -8
  391. package/lib/empty/Empty.vue.cjs +1 -1
  392. package/lib/empty/Empty.vue2.cjs +1 -1
  393. package/lib/empty/index.d.ts +4 -8
  394. package/lib/flex/Flex.css +1 -1
  395. package/lib/flex/Flex.d.ts +5 -3
  396. package/lib/flex/Flex.vue.cjs +1 -1
  397. package/lib/flex/index.d.ts +1 -3
  398. package/lib/float-button/FloatButton.css +1 -1
  399. package/lib/float-button/FloatButton.d.ts +10 -9
  400. package/lib/float-button/FloatButton.vue.cjs +1 -1
  401. package/lib/float-button/FloatButton.vue2.cjs +1 -1
  402. package/lib/float-button/index.d.ts +4 -9
  403. package/lib/gradient-text/GradientText.css +1 -1
  404. package/lib/gradient-text/GradientText.d.ts +5 -3
  405. package/lib/gradient-text/GradientText.vue.cjs +1 -1
  406. package/lib/gradient-text/index.d.ts +1 -3
  407. package/lib/grid/col/Col.css +1 -1
  408. package/lib/grid/col/Col.d.ts +5 -3
  409. package/lib/grid/col/Col.vue.cjs +1 -1
  410. package/lib/grid/col/Col.vue2.cjs +1 -1
  411. package/lib/grid/col/index.d.ts +1 -3
  412. package/lib/grid/row/Row.css +1 -1
  413. package/lib/grid/row/Row.d.ts +5 -3
  414. package/lib/grid/row/Row.vue.cjs +1 -1
  415. package/lib/grid/row/Row.vue2.cjs +1 -1
  416. package/lib/grid/row/index.d.ts +1 -3
  417. package/lib/image/Image.css +1 -1
  418. package/lib/image/Image.d.ts +5 -4
  419. package/lib/image/Image.vue.cjs +1 -1
  420. package/lib/image/index.d.ts +1 -3
  421. package/lib/input/Input.css +1 -1
  422. package/lib/input/Input.d.ts +9 -7
  423. package/lib/input/Input.vue.cjs +1 -1
  424. package/lib/input/index.d.ts +4 -9
  425. package/lib/input-number/InputNumber.css +1 -1
  426. package/lib/input-number/InputNumber.d.ts +5 -3
  427. package/lib/input-number/InputNumber.vue.cjs +1 -1
  428. package/lib/input-number/InputNumber.vue2.cjs +7 -7
  429. package/lib/input-number/index.d.ts +1 -3
  430. package/lib/input-search/InputSearch.css +1 -1
  431. package/lib/input-search/InputSearch.d.ts +10 -8
  432. package/lib/input-search/InputSearch.vue.cjs +1 -1
  433. package/lib/input-search/index.d.ts +4 -10
  434. package/lib/list/list/List.css +1 -1
  435. package/lib/list/list/List.d.ts +7 -5
  436. package/lib/list/list/List.vue.cjs +1 -1
  437. package/lib/list/list/List.vue2.cjs +1 -1
  438. package/lib/list/list/index.d.ts +1 -5
  439. package/lib/list/list-item/ListItem.css +1 -1
  440. package/lib/list/list-item/ListItem.d.ts +10 -11
  441. package/lib/list/list-item/ListItem.vue.cjs +1 -1
  442. package/lib/list/list-item/ListItem.vue2.cjs +1 -1
  443. package/lib/list/list-item/index.d.ts +1 -11
  444. package/lib/loading-bar/LoadingBar.css +1 -1
  445. package/lib/loading-bar/LoadingBar.vue.cjs +1 -1
  446. package/lib/loading-bar/LoadingBar.vue2.cjs +1 -1
  447. package/lib/modal/Modal.css +1 -1
  448. package/lib/modal/Modal.d.ts +13 -23
  449. package/lib/modal/Modal.vue.cjs +1 -1
  450. package/lib/modal/Modal.vue2.cjs +1 -1
  451. package/lib/notification/Notification.css +1 -1
  452. package/lib/pagination/Pagination.css +1 -1
  453. package/lib/pagination/Pagination.vue.cjs +1 -1
  454. package/lib/popconfirm/Popconfirm.css +1 -1
  455. package/lib/popconfirm/Popconfirm.d.ts +22 -31
  456. package/lib/popconfirm/Popconfirm.vue.cjs +1 -1
  457. package/lib/popconfirm/index.d.ts +8 -20
  458. package/lib/popover/Popover.css +1 -1
  459. package/lib/popover/Popover.d.ts +7 -6
  460. package/lib/popover/Popover.vue.cjs +1 -1
  461. package/lib/popover/index.d.ts +1 -5
  462. package/lib/progress/Progress.css +1 -1
  463. package/lib/progress/Progress.d.ts +8 -10
  464. package/lib/progress/Progress.vue.cjs +1 -1
  465. package/lib/progress/index.d.ts +1 -10
  466. package/lib/qr-code/QRCode.css +1 -1
  467. package/lib/qr-code/QRCode.vue.cjs +1 -1
  468. package/lib/qr-code/QRCode.vue2.cjs +1 -1
  469. package/lib/radio/Radio.css +1 -1
  470. package/lib/radio/Radio.d.ts +10 -15
  471. package/lib/radio/Radio.vue.cjs +1 -1
  472. package/lib/radio/index.d.ts +4 -17
  473. package/lib/rate/Rate.css +1 -1
  474. package/lib/rate/Rate.d.ts +12 -13
  475. package/lib/rate/Rate.vue.cjs +1 -1
  476. package/lib/rate/Rate.vue2.cjs +1 -1
  477. package/lib/rate/index.d.ts +4 -15
  478. package/lib/result/Result.css +1 -1
  479. package/lib/result/Result.d.ts +9 -10
  480. package/lib/result/Result.vue.cjs +1 -1
  481. package/lib/result/Result.vue2.cjs +1 -1
  482. package/lib/result/index.d.ts +1 -10
  483. package/lib/scrollbar/Scrollbar.css +1 -1
  484. package/lib/scrollbar/Scrollbar.d.ts +5 -4
  485. package/lib/scrollbar/Scrollbar.vue.cjs +1 -1
  486. package/lib/scrollbar/Scrollbar.vue2.cjs +5 -5
  487. package/lib/scrollbar/index.d.ts +1 -3
  488. package/lib/segmented/Segmented.css +1 -1
  489. package/lib/segmented/Segmented.d.ts +12 -10
  490. package/lib/segmented/Segmented.vue.cjs +1 -1
  491. package/lib/segmented/Segmented.vue2.cjs +1 -1
  492. package/lib/segmented/index.d.ts +4 -11
  493. package/lib/select/Select.css +1 -1
  494. package/lib/select/Select.d.ts +1 -1
  495. package/lib/select/Select.vue.cjs +1 -1
  496. package/lib/select/Select.vue2.cjs +4 -4
  497. package/lib/select/index.d.ts +3 -3
  498. package/lib/skeleton/Skeleton.css +1 -1
  499. package/lib/skeleton/Skeleton.d.ts +5 -3
  500. package/lib/skeleton/Skeleton.vue.cjs +1 -1
  501. package/lib/skeleton/Skeleton.vue2.cjs +1 -1
  502. package/lib/skeleton/index.d.ts +1 -3
  503. package/lib/slider/Slider.css +1 -1
  504. package/lib/slider/Slider.d.ts +7 -8
  505. package/lib/slider/Slider.vue.cjs +1 -1
  506. package/lib/slider/Slider.vue2.cjs +2 -2
  507. package/lib/slider/index.d.ts +1 -8
  508. package/lib/space/Space.css +1 -1
  509. package/lib/space/Space.d.ts +5 -3
  510. package/lib/space/Space.vue.cjs +1 -1
  511. package/lib/space/index.d.ts +1 -3
  512. package/lib/spin/Spin.css +1 -1
  513. package/lib/spin/Spin.d.ts +6 -4
  514. package/lib/spin/Spin.vue.cjs +1 -1
  515. package/lib/spin/Spin.vue2.cjs +1 -1
  516. package/lib/spin/index.d.ts +1 -4
  517. package/lib/statistic/Statistic.css +1 -1
  518. package/lib/statistic/Statistic.d.ts +8 -7
  519. package/lib/statistic/Statistic.vue.cjs +1 -1
  520. package/lib/statistic/index.d.ts +1 -6
  521. package/lib/steps/Steps.css +1 -1
  522. package/lib/steps/Steps.vue.cjs +1 -1
  523. package/lib/swiper/Swiper.css +1 -1
  524. package/lib/switch/Switch.css +1 -1
  525. package/lib/switch/Switch.d.ts +9 -8
  526. package/lib/switch/Switch.vue.cjs +1 -1
  527. package/lib/switch/index.d.ts +1 -7
  528. package/lib/table/Table.css +1 -1
  529. package/lib/table/Table.d.ts +71 -181
  530. package/lib/table/Table.vue.cjs +1 -1
  531. package/lib/table/Table.vue2.cjs +1 -1
  532. package/lib/tabs/Tabs.css +1 -1
  533. package/lib/tabs/Tabs.d.ts +15 -14
  534. package/lib/tabs/Tabs.vue.cjs +1 -1
  535. package/lib/tabs/Tabs.vue2.cjs +1 -1
  536. package/lib/tabs/index.d.ts +1 -14
  537. package/lib/tag/Tag.css +1 -1
  538. package/lib/tag/Tag.d.ts +15 -14
  539. package/lib/tag/Tag.vue.cjs +1 -1
  540. package/lib/tag/Tag.vue2.cjs +1 -1
  541. package/lib/tag/index.d.ts +1 -14
  542. package/lib/text-scroll/TextScroll.css +1 -1
  543. package/lib/text-scroll/TextScroll.vue.cjs +1 -1
  544. package/lib/text-scroll/TextScroll.vue2.cjs +4 -4
  545. package/lib/textarea/Textarea.css +1 -1
  546. package/lib/textarea/Textarea.d.ts +1 -1
  547. package/lib/textarea/Textarea.vue.cjs +1 -1
  548. package/lib/textarea/Textarea.vue2.cjs +2 -2
  549. package/lib/textarea/index.d.ts +3 -3
  550. package/lib/timeline/Timeline.css +1 -1
  551. package/lib/timeline/Timeline.d.ts +12 -10
  552. package/lib/timeline/Timeline.vue.cjs +1 -1
  553. package/lib/timeline/Timeline.vue2.cjs +1 -1
  554. package/lib/timeline/index.d.ts +1 -10
  555. package/lib/tooltip/Tooltip.css +1 -1
  556. package/lib/tooltip/Tooltip.d.ts +6 -5
  557. package/lib/tooltip/Tooltip.vue.cjs +1 -1
  558. package/lib/tooltip/index.d.ts +1 -4
  559. package/lib/upload/Upload.css +1 -1
  560. package/lib/upload/Upload.d.ts +13 -19
  561. package/lib/upload/Upload.vue.cjs +1 -1
  562. package/lib/upload/Upload.vue2.cjs +1 -1
  563. package/lib/upload/index.d.ts +5 -11
  564. package/lib/utils/function.cjs +1 -1
  565. package/lib/utils/hooks.cjs +1 -1
  566. package/lib/utils/observers.cjs +1 -1
  567. package/lib/video/Video.css +1 -1
  568. package/lib/video/Video.vue.cjs +1 -1
  569. package/lib/video/Video.vue2.cjs +2 -2
  570. package/lib/waterfall/Waterfall.css +1 -1
  571. package/lib/waterfall/Waterfall.vue.cjs +1 -1
  572. package/lib/waterfall/Waterfall.vue2.cjs +1 -1
  573. package/lib/watermark/Watermark.d.ts +5 -3
  574. package/lib/watermark/Watermark.vue.cjs +1 -1
  575. package/lib/watermark/index.d.ts +1 -3
  576. package/package.json +20 -16
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023-present the Muse Catcher
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -219,6 +219,12 @@ pnpm dev
219
219
  pnpm docs:dev
220
220
  ```
221
221
 
222
+ ## Contributing
223
+
224
+ `Vue Amazing UI` grows together with its community. Whether you are adding a component, fixing a bug, or improving the docs and examples, your contribution is always welcome.
225
+
226
+ Before submitting code, please read the [Contributing Guide](CONTRIBUTING.md).
227
+
222
228
  ## Blogs
223
229
 
224
230
  [My CSDN Blogs](https://themusecatcher.blog.csdn.net)
@@ -280,7 +286,7 @@ All sponsors will be listed here, thank you very much for your support and spons
280
286
  | :-- | :-- | :-- |
281
287
  | dateFormat | Format date-time string function | (value: number | string | Date = Date.now(), format: string = 'YYYY-MM-DD HH:mm:ss') => string |
282
288
  | formatNumber | Number formatting function | (value: number | string, precision: number = 2, separator: string = ',', decimal: string = '.', prefix?: string, suffix?: string) => string |
283
- | rafTimeout | Function to implement `setTimeout` or `setInterval` using `requestAnimationFrame` | (fn: Function, delay: number = 0, interval: boolean = false) => \{ id: number } |
289
+ | rafTimeout | Delay / interval invocation based on `requestAnimationFrame`; not equivalent to `setTimeout` / `setInterval` | (fn: Function, delay: number = 0, interval: boolean = false) => \{ id: number } |
284
290
  | cancelRaf | Function to cancel the `rafTimeout` function | (raf: { id: number }) => void |
285
291
  | throttle | Throttle function | (fn: Function, delay: number = 300) => Function |
286
292
  | debounce | Debounce function | (fn: Function, delay: number = 300) => Function |
package/README.zh-CN.md CHANGED
@@ -219,6 +219,12 @@ pnpm dev
219
219
  pnpm docs:dev
220
220
  ```
221
221
 
222
+ ## 参与贡献
223
+
224
+ `Vue Amazing UI` 的每一次成长,都离不开每一位贡献者。无论是新增组件、修复缺陷,还是完善文档与示例,都欢迎参与。
225
+
226
+ 提交代码前,请先阅读[贡献指南](CONTRIBUTING.zh-CN.md)。
227
+
222
228
  ## 博客
223
229
 
224
230
  [My CSDN Blogs](https://themusecatcher.blog.csdn.net)
@@ -280,7 +286,7 @@ pnpm docs:dev
280
286
  | :-- | :-- | :-- |
281
287
  | dateFormat | 格式化日期时间字符串函数 | (value: number | string | Date = Date.now(), format: string = 'YYYY-MM-DD HH:mm:ss') => string |
282
288
  | formatNumber | 数字格式化函数 | (value: number | string, precision: number = 2, separator: string = ',', decimal: string = '.', prefix?: string, suffix?: string) => string |
283
- | rafTimeout | 使用 `requestAnimationFrame` 实现的延迟 `setTimeout` 或间隔 `setInterval` 调用函数 | (fn: Function, delay: number = 0, interval: boolean = false) => \{ id: number } |
289
+ | rafTimeout | 基于 `requestAnimationFrame` 实现的延时 / 间歇调用函数,与 `setTimeout` / `setInterval` 不等价 | (fn: Function, delay: number = 0, interval: boolean = false) => \{ id: number } |
284
290
  | cancelRaf | 用于取消 `rafTimeout` 函数 | (raf: { id: number }) => void |
285
291
  | throttle | 节流函数 | (fn: Function, delay: number = 300) => Function |
286
292
  | debounce | 防抖函数 | (fn: Function, delay: number = 300) => Function |