vue-devui 1.3.0 โ†’ 1.3.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 (790) hide show
  1. package/README.md +239 -229
  2. package/button/index.es.js +10 -4
  3. package/button/index.umd.js +5 -5
  4. package/button/style.css +1 -1
  5. package/date-picker-pro/index.es.js +15 -5
  6. package/date-picker-pro/index.umd.js +8 -8
  7. package/date-picker-pro/style.css +1 -1
  8. package/mention/index.es.js +2 -2
  9. package/mention/index.umd.js +1 -1
  10. package/package.json +1 -1
  11. package/pagination/index.es.js +6 -1
  12. package/pagination/index.umd.js +1 -1
  13. package/pagination/style.css +1 -1
  14. package/search/index.es.js +21 -28
  15. package/search/index.umd.js +6 -6
  16. package/search/style.css +1 -1
  17. package/style.css +1 -1
  18. package/table/index.es.js +10 -4
  19. package/table/index.umd.js +1 -1
  20. package/table/style.css +1 -1
  21. package/tabs/style.css +1 -1
  22. package/time-picker/index.es.js +10 -4
  23. package/time-picker/index.umd.js +5 -5
  24. package/time-picker/style.css +1 -1
  25. package/tree/index.es.js +5 -1
  26. package/tree/index.umd.js +12 -12
  27. package/types/accordion/index.d.ts +14 -14
  28. package/types/accordion/src/accordion-item-hreflink.d.ts +248 -248
  29. package/types/accordion/src/accordion-item-routerlink.d.ts +248 -248
  30. package/types/accordion/src/accordion-item.d.ts +248 -248
  31. package/types/accordion/src/accordion-list.d.ts +234 -234
  32. package/types/accordion/src/accordion-menu.d.ts +248 -248
  33. package/types/accordion/src/accordion-types.d.ts +102 -102
  34. package/types/accordion/src/accordion.d.ts +222 -222
  35. package/types/accordion/src/accordion.type.d.ts +81 -81
  36. package/types/accordion/src/utils.d.ts +7 -7
  37. package/types/alert/__tests__/alert.spec.d.ts +1 -1
  38. package/types/alert/index.d.ts +11 -11
  39. package/types/alert/src/alert-types.d.ts +29 -29
  40. package/types/alert/src/alert.d.ts +62 -62
  41. package/types/alert/src/components/alert-close-icon.d.ts +2 -2
  42. package/types/alert/src/components/alert-type-icon.d.ts +5 -5
  43. package/types/anchor/index.d.ts +11 -11
  44. package/types/anchor/src/anchor.d.ts +8 -8
  45. package/types/anchor/src/d-anchor-box.d.ts +5 -5
  46. package/types/anchor/src/d-anchor-link.d.ts +8 -8
  47. package/types/anchor/src/d-anchor.d.ts +8 -8
  48. package/types/anchor/src/utils.d.ts +4 -4
  49. package/types/auto-complete/__tests__/auto-complete.spec.d.ts +1 -1
  50. package/types/auto-complete/index.d.ts +11 -11
  51. package/types/auto-complete/src/auto-complete-types.d.ts +169 -169
  52. package/types/auto-complete/src/auto-complete.d.ts +249 -249
  53. package/types/auto-complete/src/components/dropdown.d.ts +2 -2
  54. package/types/auto-complete/src/composables/use-auto-complete-render.d.ts +4 -4
  55. package/types/auto-complete/src/composables/use-custom-template.d.ts +11 -11
  56. package/types/auto-complete/src/composables/use-input-handle.d.ts +3 -3
  57. package/types/auto-complete/src/composables/use-keyboard-select.d.ts +6 -6
  58. package/types/auto-complete/src/composables/use-lazy-handle.d.ts +7 -7
  59. package/types/auto-complete/src/composables/use-searchfn.d.ts +8 -8
  60. package/types/auto-complete/src/composables/use-select-handle.d.ts +6 -6
  61. package/types/avatar/__tests__/avatar.spec.d.ts +1 -1
  62. package/types/avatar/index.d.ts +11 -11
  63. package/types/avatar/src/avatar-types.d.ts +36 -36
  64. package/types/avatar/src/avatar.d.ts +69 -69
  65. package/types/avatar/src/components/avatar-body-icon.d.ts +23 -23
  66. package/types/avatar/src/components/avatar-nobody-icon.d.ts +23 -23
  67. package/types/avatar/src/components/icon-body.d.ts +2 -2
  68. package/types/avatar/src/components/icon-nobody.d.ts +2 -2
  69. package/types/back-top/index.d.ts +10 -10
  70. package/types/back-top/src/back-top-types.d.ts +25 -25
  71. package/types/back-top/src/back-top.d.ts +42 -42
  72. package/types/back-top/src/hooks/index.d.ts +6 -6
  73. package/types/back-top/src/hooks/use-event-listener.d.ts +3 -3
  74. package/types/back-top/src/hooks/use-position.d.ts +2 -2
  75. package/types/back-top/src/hooks/use-target.d.ts +2 -2
  76. package/types/back-top/src/hooks/use-throttle.d.ts +1 -1
  77. package/types/back-top/src/hooks/use-visibility.d.ts +3 -3
  78. package/types/badge/__tests__/badge.spec.d.ts +1 -1
  79. package/types/badge/index.d.ts +11 -11
  80. package/types/badge/src/badge-types.d.ts +40 -40
  81. package/types/badge/src/badge.d.ts +79 -79
  82. package/types/breadcrumb/__tests__/breadcrumb.spec.d.ts +1 -1
  83. package/types/breadcrumb/index.d.ts +12 -12
  84. package/types/breadcrumb/src/breadcrumb-item-types.d.ts +43 -43
  85. package/types/breadcrumb/src/breadcrumb-item.d.ts +48 -48
  86. package/types/breadcrumb/src/breadcrumb-types.d.ts +32 -32
  87. package/types/breadcrumb/src/breadcrumb.d.ts +22 -22
  88. package/types/breadcrumb/src/utils.d.ts +1 -1
  89. package/types/button/__tests__/button-group.spec.d.ts +1 -1
  90. package/types/button/__tests__/button.spec.d.ts +1 -1
  91. package/types/button/index.d.ts +12 -12
  92. package/types/button/src/button-group.d.ts +15 -15
  93. package/types/button/src/button-types.d.ts +52 -52
  94. package/types/button/src/button.d.ts +3 -3
  95. package/types/button/src/use-button.d.ts +3 -3
  96. package/types/card/__tests__/card.spec.d.ts +1 -1
  97. package/types/card/index.d.ts +11 -11
  98. package/types/card/src/card-types.d.ts +16 -16
  99. package/types/card/src/card.d.ts +33 -33
  100. package/types/carousel/__tests__/carousel.spec.d.ts +1 -1
  101. package/types/carousel/index.d.ts +12 -12
  102. package/types/carousel/src/carousel.d.ts +91 -91
  103. package/types/carousel/src/item.d.ts +2 -2
  104. package/types/carousel/src/types.d.ts +43 -43
  105. package/types/cascader/__tests__/cascader.spec.d.ts +1 -1
  106. package/types/cascader/components/cascader-item/index.d.ts +3 -3
  107. package/types/cascader/components/cascader-list/index.d.ts +60 -60
  108. package/types/cascader/components/cascader-multiple/index.d.ts +4 -4
  109. package/types/cascader/components/cascader-tag/index.d.ts +12 -12
  110. package/types/cascader/hooks/use-cascader-class.d.ts +9 -9
  111. package/types/cascader/hooks/use-cascader-item.d.ts +3 -3
  112. package/types/cascader/hooks/use-cascader-multiple.d.ts +32 -32
  113. package/types/cascader/hooks/use-cascader-options.d.ts +17 -17
  114. package/types/cascader/hooks/use-cascader-popup.d.ts +6 -6
  115. package/types/cascader/hooks/use-cascader-single.d.ts +26 -26
  116. package/types/cascader/hooks/use-cascader-style.d.ts +6 -6
  117. package/types/cascader/hooks/use-cascader.d.ts +3 -3
  118. package/types/cascader/hooks/use-filter.d.ts +3 -3
  119. package/types/cascader/index.d.ts +10 -10
  120. package/types/cascader/src/cascader-types.d.ts +254 -254
  121. package/types/cascader/src/cascader.d.ts +3 -3
  122. package/types/checkbox/__tests__/checkbox-button.spec.d.ts +1 -1
  123. package/types/checkbox/__tests__/checkbox-group.spec.d.ts +1 -1
  124. package/types/checkbox/__tests__/checkbox.spec.d.ts +1 -1
  125. package/types/checkbox/index.d.ts +13 -13
  126. package/types/checkbox/src/checkbox-button.d.ts +148 -148
  127. package/types/checkbox/src/checkbox-group.d.ts +170 -170
  128. package/types/checkbox/src/checkbox-types.d.ts +189 -189
  129. package/types/checkbox/src/checkbox.d.ts +148 -148
  130. package/types/checkbox/src/use-checkbox.d.ts +5 -5
  131. package/types/collapse/__tests__/collapse.spec.d.ts +1 -1
  132. package/types/collapse/index.d.ts +12 -12
  133. package/types/collapse/src/collapse-item.d.ts +34 -34
  134. package/types/collapse/src/collapse-open-icon.d.ts +2 -2
  135. package/types/collapse/src/collapse-types.d.ts +33 -33
  136. package/types/collapse/src/collapse.d.ts +30 -30
  137. package/types/collapse/src/const.d.ts +3 -3
  138. package/types/color-picker/index.d.ts +10 -10
  139. package/types/color-picker/src/color-picker-types.d.ts +26 -26
  140. package/types/color-picker/src/color-picker.d.ts +56 -56
  141. package/types/color-picker/src/components/color-alpha-slider/color-alpha-slider.d.ts +50 -50
  142. package/types/color-picker/src/components/color-alpha-slider/color-picker-alpha-slider-types.d.ts +24 -24
  143. package/types/color-picker/src/components/color-basic/color-basic-types.d.ts +8 -8
  144. package/types/color-picker/src/components/color-basic/color-basic.d.ts +12 -12
  145. package/types/color-picker/src/components/color-edit/color-edit.d.ts +31 -31
  146. package/types/color-picker/src/components/color-edit/color-picker-edit-types.d.ts +18 -18
  147. package/types/color-picker/src/components/color-history/color-history.d.ts +14 -14
  148. package/types/color-picker/src/components/color-history/color-picker-history-types.d.ts +8 -8
  149. package/types/color-picker/src/components/color-hue-slider/color-hue-slider.d.ts +38 -38
  150. package/types/color-picker/src/components/color-hue-slider/color-picker-hue-slider-types.d.ts +22 -22
  151. package/types/color-picker/src/components/color-palette/color-palette.d.ts +27 -27
  152. package/types/color-picker/src/components/color-palette/color-picker-palette-types.d.ts +13 -13
  153. package/types/color-picker/src/components/color-picker-panel/color-picker-panel-types.d.ts +18 -18
  154. package/types/color-picker/src/components/color-picker-panel/color-picker-panel.d.ts +39 -39
  155. package/types/color-picker/src/utils/color-utils-types.d.ts +61 -61
  156. package/types/color-picker/src/utils/color-utils.d.ts +39 -39
  157. package/types/color-picker/src/utils/color.d.ts +1 -1
  158. package/types/color-picker/src/utils/composeable.d.ts +6 -6
  159. package/types/color-picker/src/utils/dom-dragger.d.ts +112 -112
  160. package/types/color-picker/src/utils/helpers.d.ts +10 -10
  161. package/types/comment/__tests__/comment.spec.d.ts +1 -1
  162. package/types/comment/index.d.ts +11 -11
  163. package/types/comment/src/comment-types.d.ts +16 -16
  164. package/types/comment/src/comment.d.ts +33 -33
  165. package/types/countdown/__tests__/countdown.spec.d.ts +1 -1
  166. package/types/countdown/index.d.ts +11 -11
  167. package/types/countdown/src/countdown-types.d.ts +33 -33
  168. package/types/countdown/src/countdown.d.ts +53 -53
  169. package/types/countdown/src/utils.d.ts +11 -11
  170. package/types/date-picker/index.d.ts +15 -15
  171. package/types/date-picker/src/components/calendar/index.d.ts +4 -4
  172. package/types/date-picker/src/components/helper.d.ts +5 -5
  173. package/types/date-picker/src/components/panel/index.d.ts +4 -4
  174. package/types/date-picker/src/components/popup/index.d.ts +39 -39
  175. package/types/date-picker/src/components/timepicker/index.d.ts +11 -11
  176. package/types/date-picker/src/components/today-default/index.d.ts +6 -6
  177. package/types/date-picker/src/components/toolbar/index.d.ts +7 -7
  178. package/types/date-picker/src/components/toolbar/svg-icon.d.ts +3 -3
  179. package/types/date-picker/src/components/types.d.ts +63 -63
  180. package/types/date-picker/src/components/utils.d.ts +41 -41
  181. package/types/date-picker/src/components/vertical-slider/index.d.ts +51 -51
  182. package/types/date-picker/src/date-picker-types.d.ts +97 -97
  183. package/types/date-picker/src/date-picker.d.ts +75 -75
  184. package/types/date-picker/src/helper.d.ts +48 -48
  185. package/types/date-picker/src/stick-slider/index.d.ts +9 -9
  186. package/types/date-picker/src/utils.d.ts +27 -27
  187. package/types/date-picker-pro/__tests__/const.d.ts +2 -2
  188. package/types/date-picker-pro/__tests__/date-picker-pro.spec.d.ts +1 -1
  189. package/types/date-picker-pro/__tests__/month-picker.spec.d.ts +1 -1
  190. package/types/date-picker-pro/__tests__/range-date-picker-pro.spec.d.ts +1 -1
  191. package/types/date-picker-pro/__tests__/utils.d.ts +3 -3
  192. package/types/date-picker-pro/__tests__/year-picker.spec.d.ts +1 -1
  193. package/types/date-picker-pro/index.d.ts +12 -12
  194. package/types/date-picker-pro/src/components/calendar-panel.d.ts +95 -95
  195. package/types/date-picker-pro/src/components/date-picker-panel.d.ts +95 -95
  196. package/types/date-picker-pro/src/components/icon-calendar.d.ts +1 -1
  197. package/types/date-picker-pro/src/components/icon-close.d.ts +1 -1
  198. package/types/date-picker-pro/src/components/month-calendar-panel.d.ts +95 -95
  199. package/types/date-picker-pro/src/components/range-date-picker-pro.d.ts +90 -90
  200. package/types/date-picker-pro/src/components/time-picker-panel.d.ts +23 -23
  201. package/types/date-picker-pro/src/components/year-calendar-panel.d.ts +95 -95
  202. package/types/date-picker-pro/src/composables/use-calendar-panel.d.ts +3 -3
  203. package/types/date-picker-pro/src/composables/use-calendar-selected.d.ts +3 -3
  204. package/types/date-picker-pro/src/composables/use-date-picker.d.ts +3 -3
  205. package/types/date-picker-pro/src/composables/use-month-calendar-panel.d.ts +3 -3
  206. package/types/date-picker-pro/src/composables/use-range-date-picker-pro.d.ts +3 -3
  207. package/types/date-picker-pro/src/composables/use-time-picker-panel.d.ts +3 -3
  208. package/types/date-picker-pro/src/composables/use-year-calendar-panel.d.ts +3 -3
  209. package/types/date-picker-pro/src/const.d.ts +11 -11
  210. package/types/date-picker-pro/src/date-picker-pro-types.d.ts +222 -222
  211. package/types/date-picker-pro/src/date-picker-pro.d.ts +81 -81
  212. package/types/date-picker-pro/src/range-date-picker-types.d.ts +65 -65
  213. package/types/date-picker-pro/src/use-picker-pro.d.ts +3 -3
  214. package/types/date-picker-pro/src/utils.d.ts +6 -6
  215. package/types/dragdrop/__tests__/dragdrop.spec.d.ts +1 -1
  216. package/types/dragdrop/index.d.ts +12 -12
  217. package/types/dragdrop/src/const.d.ts +1 -1
  218. package/types/dragdrop/src/draggable-directive.d.ts +19 -19
  219. package/types/dragdrop/src/droppable-directive.d.ts +15 -15
  220. package/types/dragdrop/src/sortable-directive.d.ts +18 -18
  221. package/types/dragdrop/src/utils.d.ts +80 -80
  222. package/types/drawer/__tests__/drawer.spec.d.ts +1 -1
  223. package/types/drawer/index.d.ts +11 -11
  224. package/types/drawer/src/components/drawer-overlay.d.ts +21 -21
  225. package/types/drawer/src/drawer-service.d.ts +6 -6
  226. package/types/drawer/src/drawer-types.d.ts +57 -57
  227. package/types/drawer/src/drawer.d.ts +79 -79
  228. package/types/drawer/src/use-drawer.d.ts +2 -2
  229. package/types/dropdown/__tests__/dropdown.spec.d.ts +1 -1
  230. package/types/dropdown/index.d.ts +12 -12
  231. package/types/dropdown/src/dropdown-menu-types.d.ts +43 -43
  232. package/types/dropdown/src/dropdown-menu.d.ts +78 -78
  233. package/types/dropdown/src/dropdown-types.d.ts +71 -71
  234. package/types/dropdown/src/dropdown.d.ts +104 -104
  235. package/types/dropdown/src/use-dropdown.d.ts +5 -5
  236. package/types/editable-select/__tests__/editable-select.spec.d.ts +1 -1
  237. package/types/editable-select/index.d.ts +11 -11
  238. package/types/editable-select/src/composables/use-cache-filtered-options.d.ts +7 -7
  239. package/types/editable-select/src/composables/use-filter-options.d.ts +7 -7
  240. package/types/editable-select/src/composables/use-input.d.ts +6 -6
  241. package/types/editable-select/src/composables/use-keyboard-select.d.ts +7 -7
  242. package/types/editable-select/src/composables/use-lazy-load.d.ts +6 -6
  243. package/types/editable-select/src/composables/use-select.d.ts +7 -7
  244. package/types/editable-select/src/editable-select-types.d.ts +50 -50
  245. package/types/editable-select/src/editable-select.d.ts +3 -3
  246. package/types/editable-select/src/utils/index.d.ts +9 -9
  247. package/types/form/__tests__/form.spec.d.ts +1 -1
  248. package/types/form/index.d.ts +14 -14
  249. package/types/form/src/components/form-control/form-control-types.d.ts +25 -25
  250. package/types/form/src/components/form-control/form-control.d.ts +21 -21
  251. package/types/form/src/components/form-control/use-form-control.d.ts +3 -3
  252. package/types/form/src/components/form-icons.d.ts +4 -4
  253. package/types/form/src/components/form-item/form-item-types.d.ts +79 -79
  254. package/types/form/src/components/form-item/form-item.d.ts +81 -81
  255. package/types/form/src/components/form-item/use-form-item.d.ts +5 -5
  256. package/types/form/src/components/form-label/form-label-types.d.ts +12 -12
  257. package/types/form/src/components/form-label/form-label.d.ts +15 -15
  258. package/types/form/src/components/form-label/use-form-label.d.ts +2 -2
  259. package/types/form/src/components/form-operation/form-operation.d.ts +3 -3
  260. package/types/form/src/composables/use-field-collection.d.ts +2 -2
  261. package/types/form/src/composables/use-form-validation.d.ts +3 -3
  262. package/types/form/src/composables/use-validate.d.ts +2 -2
  263. package/types/form/src/form-types.d.ts +86 -86
  264. package/types/form/src/form.d.ts +98 -98
  265. package/types/fullscreen/__tests__/fullscreen.spec.d.ts +1 -1
  266. package/types/fullscreen/index.d.ts +11 -11
  267. package/types/fullscreen/src/composables/use-fullscreen.d.ts +3 -3
  268. package/types/fullscreen/src/composables/use-keydown.d.ts +3 -3
  269. package/types/fullscreen/src/fullscreen-types.d.ts +18 -18
  270. package/types/fullscreen/src/fullscreen.d.ts +33 -33
  271. package/types/fullscreen/src/utils.d.ts +19 -19
  272. package/types/gantt/__tests__/gantt.spec.d.ts +1 -1
  273. package/types/gantt/index.d.ts +10 -10
  274. package/types/gantt/src/gantt-bar/index.d.ts +9 -9
  275. package/types/gantt/src/gantt-bar-parent/index.d.ts +51 -51
  276. package/types/gantt/src/gantt-milestone/index.d.ts +23 -23
  277. package/types/gantt/src/gantt-milestone/milestone-icon.d.ts +1 -1
  278. package/types/gantt/src/gantt-model.d.ts +55 -55
  279. package/types/gantt/src/gantt-scale/gantt-marker-directive.d.ts +26 -26
  280. package/types/gantt/src/gantt-scale/index.d.ts +155 -155
  281. package/types/gantt/src/gantt-scale/use-scale-data.d.ts +5 -5
  282. package/types/gantt/src/gantt-service.d.ts +23 -23
  283. package/types/gantt/src/gantt-tools/index.d.ts +40 -40
  284. package/types/gantt/src/gantt-types.d.ts +18 -18
  285. package/types/gantt/src/gantt.d.ts +36 -36
  286. package/types/gantt/src/i18n-gantt.d.ts +16 -16
  287. package/types/gantt/src/use-gantt.d.ts +4 -4
  288. package/types/gantt/src/utils.d.ts +2 -2
  289. package/types/grid/__tests__/grid.spec.d.ts +1 -1
  290. package/types/grid/index.d.ts +12 -12
  291. package/types/grid/src/col.d.ts +29 -29
  292. package/types/grid/src/composables/use-grid.d.ts +4 -4
  293. package/types/grid/src/composables/use-screen.d.ts +22 -22
  294. package/types/grid/src/grid-types.d.ts +67 -67
  295. package/types/grid/src/row.d.ts +43 -43
  296. package/types/icon/__tests__/icon.spec.d.ts +1 -1
  297. package/types/icon/index.d.ts +12 -12
  298. package/types/icon/src/composables/use-icon-dom.d.ts +3 -3
  299. package/types/icon/src/const.d.ts +1 -1
  300. package/types/icon/src/icon-group.d.ts +3 -3
  301. package/types/icon/src/icon-types.d.ts +55 -55
  302. package/types/icon/src/icon.d.ts +76 -76
  303. package/types/icon/src/svg-icon.d.ts +35 -35
  304. package/types/image-preview/__tests__/image-preview.spec.d.ts +1 -1
  305. package/types/image-preview/index.d.ts +12 -12
  306. package/types/image-preview/src/image-preview-directive.d.ts +11 -11
  307. package/types/image-preview/src/image-preview-service.d.ts +9 -9
  308. package/types/image-preview/src/image-preview-types.d.ts +34 -34
  309. package/types/image-preview/src/image-preview.d.ts +44 -44
  310. package/types/image-preview/src/transform.d.ts +39 -39
  311. package/types/input/__tests__/input.spec.d.ts +1 -1
  312. package/types/input/index.d.ts +11 -11
  313. package/types/input/src/composables/use-input-event.d.ts +3 -3
  314. package/types/input/src/composables/use-input-function.d.ts +3 -3
  315. package/types/input/src/composables/use-input-render.d.ts +3 -3
  316. package/types/input/src/input-types.d.ts +66 -66
  317. package/types/input/src/input.d.ts +93 -93
  318. package/types/input-icon/index.d.ts +10 -10
  319. package/types/input-icon/src/input-icon.d.ts +128 -128
  320. package/types/input-number/__tests__/input-number.spec.d.ts +1 -1
  321. package/types/input-number/index.d.ts +10 -10
  322. package/types/input-number/src/input-number-icons.d.ts +2 -2
  323. package/types/input-number/src/input-number-types.d.ts +64 -64
  324. package/types/input-number/src/input-number.d.ts +78 -78
  325. package/types/input-number/src/use-input-number.d.ts +5 -5
  326. package/types/layout/__tests__/layout.spec.d.ts +1 -1
  327. package/types/layout/index.d.ts +14 -14
  328. package/types/layout/src/aside.d.ts +2 -2
  329. package/types/layout/src/content.d.ts +3 -3
  330. package/types/layout/src/footer.d.ts +3 -3
  331. package/types/layout/src/header.d.ts +3 -3
  332. package/types/layout/src/layout.d.ts +3 -3
  333. package/types/list/index.d.ts +11 -11
  334. package/types/list/src/list-item.d.ts +3 -3
  335. package/types/list/src/list.d.ts +3 -3
  336. package/types/loading/__tests__/loading.spec.d.ts +1 -1
  337. package/types/loading/index.d.ts +12 -12
  338. package/types/loading/src/loading-directive.d.ts +7 -7
  339. package/types/loading/src/loading-service.d.ts +9 -9
  340. package/types/loading/src/loading-types.d.ts +42 -42
  341. package/types/locale/create.d.ts +2 -2
  342. package/types/locale/index.d.ts +12 -12
  343. package/types/locale/lang/en-us.d.ts +100 -100
  344. package/types/locale/lang/zh-cn.d.ts +101 -101
  345. package/types/mention/index.d.ts +11 -11
  346. package/types/mention/src/mention-types.d.ts +35 -35
  347. package/types/mention/src/mention.d.ts +69 -69
  348. package/types/menu/__tests__/menu.spec.d.ts +1 -1
  349. package/types/menu/index.d.ts +12 -12
  350. package/types/menu/src/components/menu-item/menu-item-types.d.ts +20 -20
  351. package/types/menu/src/components/menu-item/menu-item.d.ts +29 -29
  352. package/types/menu/src/components/menu-item/use-menu-item.d.ts +7 -7
  353. package/types/menu/src/components/menu-transition/menu-transition.d.ts +2 -2
  354. package/types/menu/src/components/sub-menu/sub-menu-types.d.ts +12 -12
  355. package/types/menu/src/components/sub-menu/sub-menu.d.ts +23 -23
  356. package/types/menu/src/components/sub-menu/use-sub-menu.d.ts +3 -3
  357. package/types/menu/src/composables/use-click.d.ts +5 -5
  358. package/types/menu/src/composables/use-layer-operate.d.ts +9 -9
  359. package/types/menu/src/composables/use-nearest-menu-element.d.ts +1 -1
  360. package/types/menu/src/composables/use-store.d.ts +8 -8
  361. package/types/menu/src/menu-types.d.ts +41 -41
  362. package/types/menu/src/menu.d.ts +91 -91
  363. package/types/message/__tests__/message.spec.d.ts +1 -1
  364. package/types/message/index.d.ts +11 -11
  365. package/types/message/src/instance.d.ts +10 -10
  366. package/types/message/src/message-icon-close.d.ts +4 -4
  367. package/types/message/src/message-icons.d.ts +4 -4
  368. package/types/message/src/message-service.d.ts +13 -13
  369. package/types/message/src/message-types.d.ts +45 -45
  370. package/types/message/src/message.d.ts +87 -87
  371. package/types/modal/__tests__/modal.spec.d.ts +1 -1
  372. package/types/modal/index.d.ts +11 -11
  373. package/types/modal/src/components/body.d.ts +2 -2
  374. package/types/modal/src/components/footer.d.ts +2 -2
  375. package/types/modal/src/components/header.d.ts +2 -2
  376. package/types/modal/src/composables/use-draggable.d.ts +7 -7
  377. package/types/modal/src/composables/use-modal.d.ts +3 -3
  378. package/types/modal/src/composables/use-moveable.d.ts +9 -9
  379. package/types/modal/src/modal-types.d.ts +61 -61
  380. package/types/modal/src/modal.d.ts +123 -123
  381. package/types/modal/src/services/common-modal-service.d.ts +12 -12
  382. package/types/modal/src/services/modal-service.d.ts +17 -17
  383. package/types/multi-auto-complete/__tests__/multi-auto-complete.spec.d.ts +1 -1
  384. package/types/multi-auto-complete/index.d.ts +11 -11
  385. package/types/multi-auto-complete/src/multi-auto-complete-types.d.ts +3 -3
  386. package/types/multi-auto-complete/src/multi-auto-complete.d.ts +9 -9
  387. package/types/nav-sprite/index.d.ts +10 -10
  388. package/types/nav-sprite/src/nav-sprite-types.d.ts +68 -68
  389. package/types/nav-sprite/src/nav-sprite.d.ts +121 -121
  390. package/types/notification/__tests__/notification.spec.d.ts +1 -1
  391. package/types/notification/index.d.ts +12 -12
  392. package/types/notification/src/notification-icon-close.d.ts +4 -4
  393. package/types/notification/src/notification-icons.d.ts +4 -4
  394. package/types/notification/src/notification-image.d.ts +16 -16
  395. package/types/notification/src/notification-service.d.ts +4 -4
  396. package/types/notification/src/notification-types.d.ts +35 -35
  397. package/types/notification/src/notification.d.ts +51 -51
  398. package/types/notification/src/use-notification.d.ts +11 -11
  399. package/types/overlay/__tests__/overlay.spec.d.ts +1 -1
  400. package/types/overlay/index.d.ts +13 -13
  401. package/types/overlay/src/base-overlay.d.ts +2 -2
  402. package/types/overlay/src/fixed-overlay/fixed-overlay-types.d.ts +19 -19
  403. package/types/overlay/src/fixed-overlay/index.d.ts +32 -32
  404. package/types/overlay/src/fixed-overlay/use-fixed-overlay.d.ts +3 -3
  405. package/types/overlay/src/flexible-overlay/flexible-overlay-types.d.ts +61 -61
  406. package/types/overlay/src/flexible-overlay/index.d.ts +85 -85
  407. package/types/overlay/src/flexible-overlay/use-flexible-overlay.d.ts +2 -2
  408. package/types/overlay/src/flexible-overlay/utils.d.ts +1 -1
  409. package/types/pagination/__tests__/pagination.spec.d.ts +1 -1
  410. package/types/pagination/index.d.ts +11 -11
  411. package/types/pagination/src/components/config-menu.d.ts +15 -15
  412. package/types/pagination/src/components/jump-page.d.ts +34 -34
  413. package/types/pagination/src/components/page-link-icons.d.ts +2 -2
  414. package/types/pagination/src/components/page-nums.d.ts +40 -40
  415. package/types/pagination/src/components/page-size.d.ts +2 -2
  416. package/types/pagination/src/pagination-types.d.ts +119 -119
  417. package/types/pagination/src/utils.d.ts +8 -8
  418. package/types/panel/__tests__/panel.spec.d.ts +1 -1
  419. package/types/panel/index.d.ts +18 -18
  420. package/types/panel/src/components/panel-body.d.ts +59 -59
  421. package/types/panel/src/components/panel-footer.d.ts +2 -2
  422. package/types/panel/src/components/panel-header.d.ts +61 -61
  423. package/types/panel/src/panel-types.d.ts +29 -29
  424. package/types/panel/src/panel.d.ts +62 -62
  425. package/types/panel/src/store/index.d.ts +7 -7
  426. package/types/popover/__tests__/popover.spec.d.ts +1 -1
  427. package/types/popover/index.d.ts +11 -11
  428. package/types/popover/src/popover-icon.d.ts +17 -17
  429. package/types/popover/src/popover-icons.d.ts +4 -4
  430. package/types/popover/src/popover-types.d.ts +62 -62
  431. package/types/popover/src/popover.d.ts +108 -108
  432. package/types/popover/src/use-popover.d.ts +6 -6
  433. package/types/progress/__tests__/progress.spec.d.ts +1 -1
  434. package/types/progress/index.d.ts +11 -11
  435. package/types/progress/src/progress-types.d.ts +52 -52
  436. package/types/progress/src/progress.d.ts +91 -91
  437. package/types/quadrant-diagram/__tests__/quadrant-diagram.spec.d.ts +1 -1
  438. package/types/quadrant-diagram/config.d.ts +45 -45
  439. package/types/quadrant-diagram/index.d.ts +10 -10
  440. package/types/quadrant-diagram/src/components/axis/index.d.ts +24 -24
  441. package/types/quadrant-diagram/src/components/axis/types.d.ts +14 -14
  442. package/types/quadrant-diagram/src/quadrant-diagram-types.d.ts +42 -42
  443. package/types/quadrant-diagram/src/quadrant-diagram.d.ts +120 -120
  444. package/types/quadrant-diagram/type.d.ts +56 -56
  445. package/types/radio/__tests__/radio-button.spec.d.ts +1 -1
  446. package/types/radio/__tests__/radio-group.spec.d.ts +1 -1
  447. package/types/radio/__tests__/radio.spec.d.ts +1 -1
  448. package/types/radio/index.d.ts +12 -12
  449. package/types/radio/src/radio-button.d.ts +71 -71
  450. package/types/radio/src/radio-group.d.ts +96 -96
  451. package/types/radio/src/radio-types.d.ts +110 -110
  452. package/types/radio/src/radio.d.ts +71 -71
  453. package/types/radio/src/use-radio.d.ts +5 -5
  454. package/types/rate/__tests__/rate.spec.d.ts +1 -1
  455. package/types/rate/index.d.ts +11 -11
  456. package/types/rate/src/rate-types.d.ts +46 -46
  457. package/types/rate/src/rate.d.ts +107 -107
  458. package/types/read-tip/__tests__/read-tip-template.spec.d.ts +1 -1
  459. package/types/read-tip/__tests__/read-tip.spec.d.ts +1 -1
  460. package/types/read-tip/index.d.ts +11 -11
  461. package/types/read-tip/src/read-tip-directive.d.ts +2 -2
  462. package/types/read-tip/src/read-tip-template.d.ts +18 -18
  463. package/types/read-tip/src/read-tip-types.d.ts +64 -64
  464. package/types/read-tip/src/read-tip.d.ts +18 -18
  465. package/types/result/__tests__/result.spec.d.ts +1 -1
  466. package/types/result/index.d.ts +11 -11
  467. package/types/result/src/result-types.d.ts +17 -17
  468. package/types/result/src/result.d.ts +33 -33
  469. package/types/ripple/__tests__/ripple.spec.d.ts +1 -1
  470. package/types/ripple/index.d.ts +10 -10
  471. package/types/ripple/src/options.d.ts +75 -75
  472. package/types/ripple/src/ripple-directive.d.ts +6 -6
  473. package/types/ripple/src/utils/create-container-element.d.ts +1 -1
  474. package/types/ripple/src/utils/create-ripple-element.d.ts +2 -2
  475. package/types/ripple/src/utils/getdistance-tofurthestcorner.d.ts +1 -1
  476. package/types/ripple/src/utils/getrelative-pointer.d.ts +1 -1
  477. package/types/ripple/src/utils/magnitude.d.ts +1 -1
  478. package/types/ripple/src/utils/ripple-count.d.ts +4 -4
  479. package/types/ripple/src/v-ripple.d.ts +3 -3
  480. package/types/search/__tests__/search.spec.d.ts +1 -1
  481. package/types/search/index.d.ts +11 -11
  482. package/types/search/src/components/search-close-icon.d.ts +2 -0
  483. package/types/search/src/components/search-icon.d.ts +2 -0
  484. package/types/search/src/composables/use-search-class.d.ts +7 -7
  485. package/types/search/src/composables/use-search-keydown.d.ts +8 -8
  486. package/types/search/src/composables/use-search-keywords.d.ts +8 -8
  487. package/types/search/src/search-types.d.ts +64 -64
  488. package/types/search/src/search.d.ts +117 -117
  489. package/types/select/__tests__/option-group.spec.d.ts +1 -1
  490. package/types/select/__tests__/option.spec.d.ts +1 -1
  491. package/types/select/__tests__/select.spec.d.ts +1 -1
  492. package/types/select/index.d.ts +12 -12
  493. package/types/select/src/components/option-group.d.ts +20 -20
  494. package/types/select/src/components/option.d.ts +41 -41
  495. package/types/select/src/components/select-arrow-icon.d.ts +2 -2
  496. package/types/select/src/components/select-content.d.ts +2 -2
  497. package/types/select/src/composables/use-option.d.ts +2 -2
  498. package/types/select/src/composables/use-select-content.d.ts +2 -2
  499. package/types/select/src/composables/use-select-function.d.ts +3 -3
  500. package/types/select/src/const.d.ts +5 -5
  501. package/types/select/src/select-types.d.ts +205 -205
  502. package/types/select/src/select.d.ts +204 -204
  503. package/types/select/src/use-select.d.ts +4 -4
  504. package/types/select/src/utils.d.ts +10 -10
  505. package/types/shared/components/popper-trigger/index.d.ts +2 -2
  506. package/types/shared/components/popper-trigger/src/popper-trigger-types.d.ts +2 -2
  507. package/types/shared/components/popper-trigger/src/popper-trigger.d.ts +4 -4
  508. package/types/shared/components/popper-trigger/src/use-popper-trigger.d.ts +2 -2
  509. package/types/shared/devui-api/devui-api.d.ts +8 -8
  510. package/types/shared/devui-api-table/devui-api-table.d.ts +26 -26
  511. package/types/shared/devui-api-table/devui-api-table.type.d.ts +19 -19
  512. package/types/shared/devui-api-table/index.d.ts +1 -1
  513. package/types/shared/devui-codebox/codebox-collapse-icon.d.ts +2 -2
  514. package/types/shared/devui-codebox/codebox-copied-icon.d.ts +2 -2
  515. package/types/shared/devui-codebox/codebox-copy-icon.d.ts +2 -2
  516. package/types/shared/devui-codebox/devui-codebox.d.ts +18 -18
  517. package/types/shared/devui-codebox/devui-source-data.d.ts +5 -5
  518. package/types/shared/devui-directive/clickoutside.d.ts +12 -12
  519. package/types/shared/devui-directive/utils.d.ts +2 -2
  520. package/types/shared/devui-highlight/devui-highlight.d.ts +8 -8
  521. package/types/shared/hooks/use-demo.d.ts +9 -9
  522. package/types/shared/hooks/use-namespace.d.ts +14 -14
  523. package/types/shared/scripts/component.d.ts +12 -12
  524. package/types/shared/utils/class.d.ts +19 -19
  525. package/types/shared/utils/common-var.d.ts +1 -1
  526. package/types/shared/utils/debounce.d.ts +8 -8
  527. package/types/shared/utils/deep-assign.d.ts +1 -1
  528. package/types/shared/utils/dom.d.ts +13 -13
  529. package/types/shared/utils/index.d.ts +12 -12
  530. package/types/shared/utils/is.d.ts +7 -7
  531. package/types/shared/utils/lock-scroll.d.ts +1 -1
  532. package/types/shared/utils/middle-num.d.ts +9 -9
  533. package/types/shared/utils/omit.d.ts +3 -3
  534. package/types/shared/utils/props-util.d.ts +2 -2
  535. package/types/shared/utils/random-id.d.ts +1 -1
  536. package/types/shared/utils/set-style.d.ts +8 -8
  537. package/types/shared/utils/url.d.ts +2 -2
  538. package/types/shared/utils/wait.d.ts +1 -1
  539. package/types/skeleton/__tests__/skeleton.spec.d.ts +1 -1
  540. package/types/skeleton/index.d.ts +13 -13
  541. package/types/skeleton/src/components/image-icon.d.ts +1 -1
  542. package/types/skeleton/src/components/skeleton-item-types.d.ts +17 -17
  543. package/types/skeleton/src/components/skeleton-item.d.ts +24 -24
  544. package/types/skeleton/src/composables/use-skeleton-item.d.ts +2 -2
  545. package/types/skeleton/src/skeleton-types.d.ts +22 -22
  546. package/types/skeleton/src/skeleton.d.ts +44 -44
  547. package/types/slider/__tests__/slider.spec.d.ts +1 -1
  548. package/types/slider/index.d.ts +11 -11
  549. package/types/slider/src/slider-types.d.ts +36 -36
  550. package/types/slider/src/slider.d.ts +60 -60
  551. package/types/slider/src/use-slider.d.ts +3 -3
  552. package/types/splitter/__mocks__/event-helper.d.ts +9 -9
  553. package/types/splitter/__tests__/splitter.spec.d.ts +1 -1
  554. package/types/splitter/index.d.ts +11 -11
  555. package/types/splitter/src/components/splitter-bar-types.d.ts +38 -38
  556. package/types/splitter/src/components/splitter-bar.d.ts +44 -44
  557. package/types/splitter/src/components/splitter-pane-types.d.ts +66 -66
  558. package/types/splitter/src/components/splitter-pane.d.ts +81 -81
  559. package/types/splitter/src/d-resize-directive.d.ts +28 -28
  560. package/types/splitter/src/splitter-store.d.ts +40 -40
  561. package/types/splitter/src/splitter-types.d.ts +37 -37
  562. package/types/splitter/src/splitter.d.ts +42 -42
  563. package/types/statistic/__tests__/statistic.spec.d.ts +1 -1
  564. package/types/statistic/index.d.ts +11 -11
  565. package/types/statistic/src/statistic-types.d.ts +43 -43
  566. package/types/statistic/src/statistic.d.ts +3 -3
  567. package/types/statistic/src/utils/animation.d.ts +42 -42
  568. package/types/statistic/src/utils/easing.d.ts +15 -15
  569. package/types/statistic/src/utils/separator.d.ts +4 -4
  570. package/types/status/__tests__/status.spec.d.ts +1 -1
  571. package/types/status/index.d.ts +15 -15
  572. package/types/status/src/status-types.d.ts +1 -1
  573. package/types/status/src/status.d.ts +16 -16
  574. package/types/steps/__tests__/steps.spec.d.ts +1 -1
  575. package/types/steps/index.d.ts +13 -13
  576. package/types/steps/src/const.d.ts +3 -3
  577. package/types/steps/src/step-types.d.ts +18 -18
  578. package/types/steps/src/step.d.ts +31 -31
  579. package/types/steps/src/steps-types.d.ts +24 -24
  580. package/types/steps/src/steps.d.ts +50 -50
  581. package/types/steps-guide/__tests__/steps-guide-demo.d.ts +13 -13
  582. package/types/steps-guide/__tests__/steps-guide.spec.d.ts +1 -1
  583. package/types/steps-guide/composables/index.d.ts +2 -2
  584. package/types/steps-guide/composables/use-steps-guide-ctrl.d.ts +7 -7
  585. package/types/steps-guide/composables/use-steps-guide-position.d.ts +12 -12
  586. package/types/steps-guide/index.d.ts +12 -12
  587. package/types/steps-guide/src/steps-guide-directive.d.ts +5 -5
  588. package/types/steps-guide/src/steps-guide-types.d.ts +43 -43
  589. package/types/steps-guide/src/steps-guide.d.ts +66 -66
  590. package/types/sticky/index.d.ts +10 -10
  591. package/types/sticky/src/sticky.d.ts +41 -41
  592. package/types/switch/__tests__/switch.spec.d.ts +1 -1
  593. package/types/switch/index.d.ts +11 -11
  594. package/types/switch/src/switch-types.d.ts +43 -43
  595. package/types/switch/src/switch.d.ts +78 -78
  596. package/types/switch/src/use-switch.d.ts +3 -3
  597. package/types/table/__tests__/table.spec.d.ts +1 -1
  598. package/types/table/index.d.ts +12 -12
  599. package/types/table/src/components/body/body-types.d.ts +23 -23
  600. package/types/table/src/components/body/body.d.ts +3 -3
  601. package/types/table/src/components/body/use-body.d.ts +4 -4
  602. package/types/table/src/components/body-td/body-td-types.d.ts +30 -30
  603. package/types/table/src/components/body-td/body-td.d.ts +44 -44
  604. package/types/table/src/components/body-td/use-body-td.d.ts +3 -3
  605. package/types/table/src/components/colgroup/colgroup.d.ts +2 -2
  606. package/types/table/src/components/column/column-types.d.ts +143 -143
  607. package/types/table/src/components/column/column.d.ts +188 -188
  608. package/types/table/src/components/column/config.d.ts +28 -28
  609. package/types/table/src/components/column/use-column.d.ts +9 -9
  610. package/types/table/src/components/filter/filter-types.d.ts +34 -34
  611. package/types/table/src/components/filter/filter.d.ts +24 -24
  612. package/types/table/src/components/filter/multiple-filter.d.ts +16 -16
  613. package/types/table/src/components/filter/single-filter.d.ts +16 -16
  614. package/types/table/src/components/filter/use-filter.d.ts +6 -6
  615. package/types/table/src/components/fix-header.d.ts +21 -21
  616. package/types/table/src/components/header/header.d.ts +4 -4
  617. package/types/table/src/components/header/header.type.d.ts +3 -3
  618. package/types/table/src/components/header/use-header.d.ts +5 -5
  619. package/types/table/src/components/header-th/header-th-types.d.ts +33 -33
  620. package/types/table/src/components/header-th/header-th.d.ts +24 -24
  621. package/types/table/src/components/header-th/use-header-th.d.ts +7 -7
  622. package/types/table/src/components/normal-header.d.ts +21 -21
  623. package/types/table/src/components/sort/sort-types.d.ts +9 -9
  624. package/types/table/src/components/sort/sort.d.ts +17 -17
  625. package/types/table/src/composables/use-horizontal-scroll.d.ts +3 -3
  626. package/types/table/src/composables/use-sort.d.ts +3 -3
  627. package/types/table/src/composables/use-table-types.d.ts +10 -10
  628. package/types/table/src/composables/use-table.d.ts +8 -8
  629. package/types/table/src/store/index.d.ts +11 -11
  630. package/types/table/src/store/store-types.d.ts +49 -49
  631. package/types/table/src/store/use-edit-table-cell.d.ts +2 -2
  632. package/types/table/src/store/use-expand.d.ts +4 -4
  633. package/types/table/src/table-types.d.ts +135 -135
  634. package/types/table/src/table.d.ts +3 -3
  635. package/types/table/src/utils.d.ts +9 -9
  636. package/types/tabs/__tests__/tabs.spec.d.ts +1 -1
  637. package/types/tabs/index.d.ts +12 -12
  638. package/types/tabs/src/components/tab/tab-types.d.ts +25 -25
  639. package/types/tabs/src/components/tab/tab.d.ts +42 -42
  640. package/types/tabs/src/components/tab-nav/composables/use-tab-nav-event.d.ts +3 -3
  641. package/types/tabs/src/components/tab-nav/composables/use-tab-nav-function.d.ts +4 -4
  642. package/types/tabs/src/components/tab-nav/composables/use-tab-nav-render.d.ts +3 -3
  643. package/types/tabs/src/components/tab-nav/tab-nav-types.d.ts +26 -26
  644. package/types/tabs/src/components/tab-nav/tab-nav.d.ts +96 -96
  645. package/types/tabs/src/tabs-types.d.ts +72 -72
  646. package/types/tabs/src/tabs.d.ts +95 -95
  647. package/types/tabs/src/use-tabs.d.ts +4 -4
  648. package/types/tag/__tests__/tag.spec.d.ts +1 -1
  649. package/types/tag/index.d.ts +11 -11
  650. package/types/tag/src/composables/index.d.ts +3 -3
  651. package/types/tag/src/composables/use-class.d.ts +3 -3
  652. package/types/tag/src/composables/use-color.d.ts +3 -3
  653. package/types/tag/src/tag-types.d.ts +30 -30
  654. package/types/tag/src/tag.d.ts +64 -64
  655. package/types/tag-input/__tests__/tag-input.spec.d.ts +1 -1
  656. package/types/tag-input/index.d.ts +11 -11
  657. package/types/tag-input/src/components/icon-remove.d.ts +2 -2
  658. package/types/tag-input/src/composables/use-input-keydown.d.ts +2 -2
  659. package/types/tag-input/src/tag-input-types.d.ts +69 -69
  660. package/types/tag-input/src/tag-input.d.ts +133 -133
  661. package/types/textarea/__tests__/textarea.spec.d.ts +1 -1
  662. package/types/textarea/index.d.ts +11 -11
  663. package/types/textarea/src/composables/use-textarea-autosize.d.ts +3 -3
  664. package/types/textarea/src/composables/use-textarea-event.d.ts +3 -3
  665. package/types/textarea/src/composables/use-textarea-render.d.ts +2 -2
  666. package/types/textarea/src/textarea-types.d.ts +61 -61
  667. package/types/textarea/src/textarea.d.ts +87 -87
  668. package/types/textarea/src/utils.d.ts +6 -6
  669. package/types/theme/core/theme.d.ts +8 -8
  670. package/types/theme/theme.d.ts +3 -3
  671. package/types/theme/themes/dark.d.ts +87 -87
  672. package/types/theme/themes/light.d.ts +124 -124
  673. package/types/time-picker/__tests__/time-picker.spec.d.ts +1 -1
  674. package/types/time-picker/index.d.ts +10 -10
  675. package/types/time-picker/src/components/popup-line/composables/use-popup-line.d.ts +4 -4
  676. package/types/time-picker/src/components/popup-line/index.d.ts +70 -70
  677. package/types/time-picker/src/components/popup-line/popup-line-types.d.ts +33 -33
  678. package/types/time-picker/src/components/time-popup/index.d.ts +78 -78
  679. package/types/time-picker/src/components/time-popup/time-popup-types.d.ts +36 -36
  680. package/types/time-picker/src/components/time-scroll/composables/use-time-scroll.d.ts +2 -2
  681. package/types/time-picker/src/components/time-scroll/index.d.ts +105 -105
  682. package/types/time-picker/src/composables/use-time-picker.d.ts +4 -4
  683. package/types/time-picker/src/time-picker-types.d.ts +49 -49
  684. package/types/time-picker/src/time-picker.d.ts +105 -105
  685. package/types/time-picker/src/types.d.ts +67 -67
  686. package/types/time-picker/src/utils.d.ts +16 -16
  687. package/types/time-select/__tests__/time-select.spec.d.ts +1 -1
  688. package/types/time-select/index.d.ts +10 -10
  689. package/types/time-select/src/time-select-types.d.ts +66 -66
  690. package/types/time-select/src/time-select.d.ts +101 -101
  691. package/types/time-select/src/use-time-select.d.ts +3 -3
  692. package/types/timeline/__tests__/timeline.spec.d.ts +1 -1
  693. package/types/timeline/index.d.ts +12 -12
  694. package/types/timeline/src/components/timeline-item-types.d.ts +31 -31
  695. package/types/timeline/src/components/timeline-item.d.ts +57 -57
  696. package/types/timeline/src/timeline-types.d.ts +28 -28
  697. package/types/timeline/src/timeline.d.ts +42 -42
  698. package/types/tooltip/__tests__/tooltip.spec.d.ts +1 -1
  699. package/types/tooltip/index.d.ts +11 -11
  700. package/types/tooltip/src/tooltip-types.d.ts +47 -47
  701. package/types/tooltip/src/tooltip.d.ts +78 -78
  702. package/types/tooltip/src/use-tooltip.d.ts +4 -4
  703. package/types/transfer/__tests__/transfer.spec.d.ts +1 -1
  704. package/types/transfer/index.d.ts +10 -10
  705. package/types/transfer/src/components/transfer-body.d.ts +122 -122
  706. package/types/transfer/src/components/transfer-header.d.ts +73 -73
  707. package/types/transfer/src/components/transfer-operate.d.ts +35 -35
  708. package/types/transfer/src/components/transfer-panel.d.ts +148 -148
  709. package/types/transfer/src/composables/use-transfer-body.d.ts +80 -80
  710. package/types/transfer/src/composables/use-transfer-header.d.ts +39 -39
  711. package/types/transfer/src/composables/use-transfer-operate.d.ts +23 -23
  712. package/types/transfer/src/composables/use-transfer-panel.d.ts +84 -84
  713. package/types/transfer/src/composables/use-transfer.d.ts +30 -30
  714. package/types/transfer/src/transfer-types.d.ts +96 -96
  715. package/types/transfer/src/transfer.d.ts +173 -173
  716. package/types/transfer/types.d.ts +24 -24
  717. package/types/tree/__tests__/basic-tree/basic-tree-data.d.ts +2 -2
  718. package/types/tree/__tests__/basic-tree/basic-tree.spec.d.ts +1 -1
  719. package/types/tree/__tests__/checkable-tree/checkable-tree-data.d.ts +3 -3
  720. package/types/tree/__tests__/checkable-tree/checkable-tree.spec.d.ts +1 -1
  721. package/types/tree/__tests__/dragdrop-tree/dragdrop-tree-data.d.ts +2 -2
  722. package/types/tree/__tests__/dragdrop-tree/dragdrop-tree.spec.d.ts +1 -1
  723. package/types/tree/__tests__/lazy-node-tree/lazy-tree-data.d.ts +3 -3
  724. package/types/tree/__tests__/lazy-node-tree/node-lazy-tree.spec.d.ts +1 -1
  725. package/types/tree/__tests__/node-merge/node-merge-data.d.ts +2 -2
  726. package/types/tree/__tests__/node-merge/node-merge.spec.d.ts +1 -1
  727. package/types/tree/__tests__/search-filter-tree/search-filter-data.d.ts +2 -2
  728. package/types/tree/__tests__/search-filter-tree/search-filter-tree.spec.d.ts +1 -1
  729. package/types/tree/index.d.ts +12 -12
  730. package/types/tree/src/components/icon-close.d.ts +1 -1
  731. package/types/tree/src/components/icon-open.d.ts +1 -1
  732. package/types/tree/src/components/tree-node-content.d.ts +16 -16
  733. package/types/tree/src/components/tree-node-loading.d.ts +2 -2
  734. package/types/tree/src/components/tree-node-toggle.d.ts +16 -16
  735. package/types/tree/src/components/tree-node.d.ts +42 -42
  736. package/types/tree/src/composables/index.d.ts +15 -15
  737. package/types/tree/src/composables/use-check.d.ts +5 -5
  738. package/types/tree/src/composables/use-core.d.ts +3 -3
  739. package/types/tree/src/composables/use-disable.d.ts +3 -3
  740. package/types/tree/src/composables/use-dragdrop.d.ts +4 -4
  741. package/types/tree/src/composables/use-init-select-collection.d.ts +2 -2
  742. package/types/tree/src/composables/use-lazy-load.d.ts +3 -3
  743. package/types/tree/src/composables/use-merge-nodes.d.ts +3 -3
  744. package/types/tree/src/composables/use-operate.d.ts +3 -3
  745. package/types/tree/src/composables/use-search-filter.d.ts +3 -3
  746. package/types/tree/src/composables/use-select.d.ts +3 -3
  747. package/types/tree/src/composables/use-toggle.d.ts +3 -3
  748. package/types/tree/src/composables/use-tree-node.d.ts +21 -21
  749. package/types/tree/src/composables/use-tree-types.d.ts +129 -129
  750. package/types/tree/src/composables/use-tree.d.ts +4 -4
  751. package/types/tree/src/composables/utils.d.ts +3 -3
  752. package/types/tree/src/const.d.ts +4 -4
  753. package/types/tree/src/tree-types.d.ts +43 -43
  754. package/types/tree/src/tree.d.ts +48 -48
  755. package/types/tree/src/utils.d.ts +15 -15
  756. package/types/tree-select/__tests__/tree-select.spec.d.ts +1 -1
  757. package/types/tree-select/assets/close.d.ts +2 -2
  758. package/types/tree-select/assets/open.d.ts +2 -2
  759. package/types/tree-select/hooks/use-clear.d.ts +3 -3
  760. package/types/tree-select/hooks/use-select.d.ts +2 -2
  761. package/types/tree-select/hooks/use-toggle.d.ts +2 -2
  762. package/types/tree-select/index.d.ts +10 -10
  763. package/types/tree-select/src/tree-select-types.d.ts +63 -63
  764. package/types/tree-select/src/tree-select.d.ts +106 -106
  765. package/types/tree-select/src/utils.d.ts +12 -12
  766. package/types/upload/__tests__/upload.spec.d.ts +1 -1
  767. package/types/upload/index.d.ts +11 -11
  768. package/types/upload/src/composables/use-select-files.d.ts +14 -14
  769. package/types/upload/src/composables/use-upload.d.ts +16 -16
  770. package/types/upload/src/file-drop-directive.d.ts +12 -12
  771. package/types/upload/src/file-uploader.d.ts +16 -16
  772. package/types/upload/src/i18n-upload.d.ts +17 -17
  773. package/types/upload/src/upload-types.d.ts +139 -139
  774. package/types/upload/src/upload.d.ts +388 -388
  775. package/types/virtual-list/index.d.ts +10 -10
  776. package/types/virtual-list/src/components/container.d.ts +28 -28
  777. package/types/virtual-list/src/components/item.d.ts +12 -12
  778. package/types/virtual-list/src/components/scroll-bar.d.ts +46 -46
  779. package/types/virtual-list/src/const.d.ts +1 -1
  780. package/types/virtual-list/src/hooks/use-frame-wheel.d.ts +7 -7
  781. package/types/virtual-list/src/hooks/use-heights.d.ts +5 -5
  782. package/types/virtual-list/src/hooks/use-mobile-touch-move.d.ts +2 -2
  783. package/types/virtual-list/src/hooks/use-origin-scroll.d.ts +3 -3
  784. package/types/virtual-list/src/hooks/use-virtual.d.ts +8 -8
  785. package/types/virtual-list/src/utils.d.ts +12 -12
  786. package/types/virtual-list/src/virtual-list-types.d.ts +93 -93
  787. package/types/virtual-list/src/virtual-list.d.ts +67 -67
  788. package/types/vue-devui.d.ts +86 -63
  789. package/vue-devui.es.js +45 -24
  790. package/vue-devui.umd.js +17 -17
package/README.md CHANGED
@@ -1,229 +1,239 @@
1
- <p align="center">
2
- <a href="https://devui.design/" target="_blank" rel="noopener noreferrer">
3
- <img alt="DevUI Logo" src="https://vue-devui.github.io/assets/logo.svg" width="180" style="max-width:100%;">
4
- </a>
5
- </p>
6
-
7
- <h1 align="center">Vue DevUI</h1>
8
-
9
- <p align="center">Vue3 component library based on <a href="https://devui.design/" target="_blank" rel="noopener noreferrer">DevUI Design</a></p>
10
-
11
- English | [็ฎ€ไฝ“ไธญๆ–‡](README.zh-CN.md)
12
-
13
- ๐ŸŒˆ Features๏ผš
14
-
15
- - ๐Ÿ“ฆ 55 high-quality components that are simple, easy to use, and flexible.
16
- - ๐Ÿ”‘ Support for TypeScript.
17
- - โ›ฐ๏ธ Support for Nuxt3.
18
- - โšก Support for on-demand import.
19
- - ๐ŸŒ Support internationalization.
20
- - ๐ŸŽจ Support theme customization, and built-in seven beautiful themes such as `Galaxy`, `Sweet` and `Provence`.
21
-
22
- ## ๐Ÿ”ง Usage
23
-
24
- First install vue-devui with npm, yarn or pnpm.
25
-
26
- Install with npm
27
-
28
- ```sh
29
- npm install vue-devui --save
30
- ```
31
-
32
- Install with yarn
33
-
34
- ```sh
35
- yarn add vue-devui
36
- ```
37
-
38
- Install with pnpm
39
-
40
- ```sh
41
- pnpm add vue-devui
42
- ```
43
-
44
-
45
- Then import `DevUI` in the `main.ts` file:
46
-
47
- ```ts
48
- import { createApp } from 'vue'
49
- import App from './App.vue'
50
-
51
- // Import Vue DevUI component and style
52
- import DevUI from 'vue-devui'
53
- import 'vue-devui/style.css'
54
-
55
- createApp(App).use(DevUI).mount('#app')
56
- ```
57
-
58
- Then you can use the vue devui component(such as `<d-button>`) in the `App.vue` file:
59
-
60
- ```vue
61
- <template>
62
- <d-button>Button</d-button>
63
- </template>
64
- ```
65
-
66
- ## ๐Ÿ–ฅ๏ธ Development
67
-
68
- ```sh
69
- git clone git@github.com:DevCloudFE/vue-devui.git
70
- cd vue-devui
71
- pnpm install
72
- pnpm dev
73
- ```
74
-
75
- Open your browser and visit: [http://localhost:3000/](http://localhost:3000/).
76
-
77
- Or you can run other command
78
-
79
- ```sh
80
- pnpm scripts
81
- ```
82
-
83
- ## ๐Ÿค Contributing
84
-
85
- Welcome to join our Vue DevUI open source project!๐ŸŽ‰
86
-
87
- By participating in the Vue DevUI project, we can together:
88
-
89
- - ๐Ÿ”ฅ Learn the latest cool `Vite` + `Vue3` + `TypeScript` + `JSX` technology.
90
- - ๐ŸŽ Learn how to design and develop UI components.
91
- - โญ Hone programming skills and learn excellent programming practice.
92
- - ๐ŸŽŠ Meet a group of friends who love learning and open source.
93
-
94
- If you don't know how to start, please read our [contributing guide](https://vue-devui.github.io/contributing/)
95
-
96
- ## โœจ Maintainers
97
-
98
- Maintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.
99
-
100
- - [kagol](https://github.com/kagol)
101
- - [xingyan95](https://github.com/xingyan95)
102
- - [linxiang07](https://github.com/linxiang07)
103
- - [Zcating](https://github.com/Zcating)
104
- - [TinsFox](https://github.com/TinsFox)
105
- - [JensonMiao](https://github.com/JensonMiao)
106
- - [xiejay97](https://github.com/xiejay97)
107
- - [daviForevel](https://github.com/daviForevel)
108
- - [AlanLee97](https://github.com/AlanLee97)
109
- - [SituC](https://github.com/SituC)
110
- - [lj1990111](https://github.com/lj1990111)
111
- - [newer2333](https://github.com/newer2333)
112
- - [vaebe](https://github.com/vaebe)
113
- - [ivestszheng](https://github.com/ivestszheng)
114
- - [ElsaOOo](https://github.com/ElsaOOo)
115
- - [asdlml6](https://github.com/asdlml6)
116
- - [GaoNeng-wWw](https://github.com/GaoNeng-wWw)
117
- - [chenxi24](https://github.com/chenxi24)
118
- - [ErKeLost](https://github.com/ErKeLost)
119
- - [brenner8023](https://github.com/brenner8023)
120
-
121
- Outstanding contributions include, but are not limited to, the following:
122
- - 10 or more PRs are merged
123
- - Put forward more than 10 review opinions approved by PR authors
124
- - Provide constructive optimization advice and promote the project to become better
125
-
126
- ## โœจ Contributors
127
-
128
- Contributors are community members who have 1 or more PR merged in DevUI.
129
-
130
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
131
-
132
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
133
- <!-- prettier-ignore-start -->
134
- <!-- markdownlint-disable -->
135
- <table>
136
- <tbody>
137
- <tr>
138
- <td align="center"><a href="https://juejin.cn/user/712139267650141"><img src="https://avatars.githubusercontent.com/u/9566362?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kagol</b></sub></a><br /><a href="#maintenance-kagol" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Documentation">๐Ÿ“–</a></td>
139
- <td align="center"><a href="https://github.com/TinsFox"><img src="https://avatars.githubusercontent.com/u/33956589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>TinsFox</b></sub></a><br /><a href="#maintenance-TinsFox" title="Maintenance">๐Ÿšง</a> <a href="#infra-TinsFox" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a></td>
140
- <td align="center"><a href="https://github.com/lnzhangsong"><img src="https://avatars.githubusercontent.com/u/15092594?v=4?s=100" width="100px;" alt=""/><br /><sub><b>nif</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lnzhangsong" title="Code">๐Ÿ’ป</a></td>
141
- <td align="center"><a href="https://github.com/Zcating"><img src="https://avatars.githubusercontent.com/u/13329558?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zcating</b></sub></a><br /><a href="#maintenance-Zcating" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=Zcating" title="Code">๐Ÿ’ป</a></td>
142
- <td align="center"><a href="https://github.com/sufuwang"><img src="https://avatars.githubusercontent.com/u/46395105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>็Ž‹ๅ‡ฏ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=sufuwang" title="Code">๐Ÿ’ป</a></td>
143
- <td align="center"><a href="https://github.com/iel-h"><img src="https://avatars.githubusercontent.com/u/53589602?v=4?s=100" width="100px;" alt=""/><br /><sub><b>iel</b></sub></a><br /><a href="#maintenance-iel-h" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=iel-h" title="Code">๐Ÿ’ป</a></td>
144
- <td align="center"><a href="https://github.com/chenxi24"><img src="https://avatars.githubusercontent.com/u/40349890?v=4?s=100" width="100px;" alt=""/><br /><sub><b>chenxi24</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=chenxi24" title="Code">๐Ÿ’ป</a></td>
145
- <td align="center"><a href="https://github.com/asdlml6"><img src="https://avatars.githubusercontent.com/u/61737780?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฐไนไน</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=asdlml6" title="Code">๐Ÿ’ป</a></td>
146
- <td align="center"><a href="http://blog.alanlee.top"><img src="https://avatars.githubusercontent.com/u/42601044?v=4?s=100" width="100px;" alt=""/><br /><sub><b>AlanLee</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=AlanLee97" title="Code">๐Ÿ’ป</a></td>
147
- <td align="center"><a href="https://github.com/ForeseeBear"><img src="https://avatars.githubusercontent.com/u/15258339?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Echo</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ForeseeBear" title="Code">๐Ÿ’ป</a></td>
148
- </tr>
149
- <tr>
150
- <td align="center"><a href="https://github.com/GaoNeng-wWw"><img src="https://avatars.githubusercontent.com/u/31283122?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GaoNeng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=GaoNeng-wWw" title="Code">๐Ÿ’ป</a></td>
151
- <td align="center"><a href="https://github.com/xingyan95"><img src="https://avatars.githubusercontent.com/u/11143986?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่กŒ่จ€</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xingyan95" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Axingyan95" title="Bug reports">๐Ÿ›</a></td>
152
- <td align="center"><a href="https://devin974.github.io/"><img src="https://avatars.githubusercontent.com/u/67035714?v=4?s=100" width="100px;" alt=""/><br /><sub><b>devin</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=devin974" title="Code">๐Ÿ’ป</a></td>
153
- <td align="center"><a href="https://juejin.cn/user/1618116899507735/posts"><img src="https://avatars.githubusercontent.com/u/70649502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆ— ๅฃฐ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ivestszheng" title="Code">๐Ÿ’ป</a></td>
154
- <td align="center"><a href="https://github.com/zxlfly"><img src="https://avatars.githubusercontent.com/u/26324442?v=4?s=100" width="100px;" alt=""/><br /><sub><b>sleep_fish</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zxlfly" title="Code">๐Ÿ’ป</a></td>
155
- <td align="center"><a href="https://github.com/whylost"><img src="https://avatars.githubusercontent.com/u/62528887?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่ฟทๅฟƒwhylost</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=whylost" title="Code">๐Ÿ’ป</a></td>
156
- <td align="center"><a href="https://juejin.im/user/5c15d35fe51d4545ae495e43"><img src="https://avatars.githubusercontent.com/u/31237954?v=4?s=100" width="100px;" alt=""/><br /><sub><b>X.Q. Chen</b></sub></a><br /><a href="#infra-brenner8023" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=brenner8023" title="Code">๐Ÿ’ป</a></td>
157
- <td align="center"><a href="https://github.com/git-Where"><img src="https://avatars.githubusercontent.com/u/16344566?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่‘‰ๅฎถ็”ทๅญฉ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=git-Where" title="Code">๐Ÿ’ป</a></td>
158
- <td align="center"><a href="https://github.com/CatsAndMice"><img src="https://avatars.githubusercontent.com/u/58327088?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lihai</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=CatsAndMice" title="Code">๐Ÿ’ป</a></td>
159
- <td align="center"><a href="http://www.naluduo.vip"><img src="https://avatars.githubusercontent.com/u/28448589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>็บณๆ’ธๅคš</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=naluduo233" title="Code">๐Ÿ’ป</a></td>
160
- </tr>
161
- <tr>
162
- <td align="center"><a href="https://github.com/ElsaOOo"><img src="https://avatars.githubusercontent.com/u/48074435?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ElsaOOo</b></sub></a><br /><a href="#maintenance-ElsaOOo" title="Maintenance">๐Ÿšง</a> <a href="#infra-ElsaOOo" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=ElsaOOo" title="Code">๐Ÿ’ป</a></td>
163
- <td align="center"><a href="https://github.com/liuxdi"><img src="https://avatars.githubusercontent.com/u/10958003?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅˆ˜ๅฐ่ฟช</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=liuxdi" title="Code">๐Ÿ’ป</a></td>
164
- <td align="center"><a href="https://github.com/unfound"><img src="https://avatars.githubusercontent.com/u/32935349?v=4?s=100" width="100px;" alt=""/><br /><sub><b>unfound</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=unfound" title="Code">๐Ÿ’ป</a></td>
165
- <td align="center"><a href="https://github.com/Roading"><img src="https://avatars.githubusercontent.com/u/7751774?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Roading</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Roading" title="Code">๐Ÿ’ป</a></td>
166
- <td align="center"><a href="http://inreasons.cn"><img src="https://avatars.githubusercontent.com/u/47918504?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chestnut</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=banlify" title="Code">๐Ÿ’ป</a></td>
167
- <td align="center"><a href="https://github.com/c0dedance"><img src="https://avatars.githubusercontent.com/u/38075730?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c0dedance</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=c0dedance" title="Code">๐Ÿ’ป</a></td>
168
- <td align="center"><a href="https://github.com/duqingyu"><img src="https://avatars.githubusercontent.com/u/30541930?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆœๅบ†ๆ„‰</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=duqingyu" title="Code">๐Ÿ’ป</a></td>
169
- <td align="center"><a href="https://github.com/linxiang07"><img src="https://avatars.githubusercontent.com/u/40119767?v=4?s=100" width="100px;" alt=""/><br /><sub><b>linxiang</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=linxiang07" title="Code">๐Ÿ’ป</a></td>
170
- <td align="center"><a href="https://github.com/nextniko"><img src="https://avatars.githubusercontent.com/u/40553790?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆŽ˜ๅข“ๅฟ่€…</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=nextniko" title="Code">๐Ÿ’ป</a></td>
171
- <td align="center"><a href="https://github.com/zcj996"><img src="https://avatars.githubusercontent.com/u/52314078?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ไธ€ไธชๅคง่ƒ–ๅญ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zcj996" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=zcj996" title="Documentation">๐Ÿ“–</a></td>
172
- </tr>
173
- <tr>
174
- <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=eltociear" title="Documentation">๐Ÿ“–</a></td>
175
- <td align="center"><a href="https://xiaoborao.github.io/"><img src="https://avatars.githubusercontent.com/u/27467603?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bob</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xiaoboRao" title="Code">๐Ÿ’ป</a></td>
176
- <td align="center"><a href="https://github.com/NidusP"><img src="https://avatars.githubusercontent.com/u/30283065?v=4?s=100" width="100px;" alt=""/><br /><sub><b>populus</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=NidusP" title="Code">๐Ÿ’ป</a></td>
177
- <td align="center"><a href="https://github.com/554246839"><img src="https://avatars.githubusercontent.com/u/24663941?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tohalf</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=554246839" title="Code">๐Ÿ’ป</a></td>
178
- <td align="center"><a href="https://github.com/Lonely-shang"><img src="https://avatars.githubusercontent.com/u/34124930?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miliky</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang" title="Tests">โš ๏ธ</a></td>
179
- <td align="center"><a href="https://github.com/MICD0704"><img src="https://avatars.githubusercontent.com/u/20532893?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MICD</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=MICD0704" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMICD0704" title="Bug reports">๐Ÿ›</a></td>
180
- <td align="center"><a href="https://github.com/ming-bin"><img src="https://avatars.githubusercontent.com/u/54826175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mingBin</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ming-bin" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Aming-bin" title="Bug reports">๐Ÿ›</a></td>
181
- <td align="center"><a href="https://github.com/icjs-cc"><img src="https://avatars.githubusercontent.com/u/27618209?v=4?s=100" width="100px;" alt=""/><br /><sub><b>้™ˆๅ‰‘ๆœฏ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=icjs-cc" title="Code">๐Ÿ’ป</a></td>
182
- <td align="center"><a href="https://www.merlin218.top/"><img src="https://avatars.githubusercontent.com/u/61051874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Merlin218</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMerlin218" title="Bug reports">๐Ÿ›</a></td>
183
- <td align="center"><a href="https://github.com/jingyiliu"><img src="https://avatars.githubusercontent.com/u/6957175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Johnny.Liu</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Ajingyiliu" title="Bug reports">๐Ÿ›</a></td>
184
- </tr>
185
- <tr>
186
- <td align="center"><a href="https://github.com/Yangxfeng"><img src="https://avatars.githubusercontent.com/u/35209766?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yangxfeng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AYangxfeng" title="Bug reports">๐Ÿ›</a></td>
187
- <td align="center"><a href="https://github.com/jCodeLife"><img src="https://avatars.githubusercontent.com/u/50767049?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jCodeLife</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AjCodeLife" title="Bug reports">๐Ÿ›</a></td>
188
- <td align="center"><a href="https://github.com/XiaoRIGE"><img src="https://avatars.githubusercontent.com/u/33147011?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฎ‹ๅฐๆ—ฅ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AXiaoRIGE" title="Bug reports">๐Ÿ›</a></td>
189
- <td align="center"><a href="https://github.com/daviForevel"><img src="https://avatars.githubusercontent.com/u/39021499?v=4?s=100" width="100px;" alt=""/><br /><sub><b>daviForevel</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=daviForevel" title="Code">๐Ÿ’ป</a></td>
190
- <td align="center"><a href="https://github.com/lj1990111"><img src="https://avatars.githubusercontent.com/u/8649913?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lj1990111</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lj1990111" title="Code">๐Ÿ’ป</a></td>
191
- <td align="center"><a href="https://github.com/newer2333"><img src="https://avatars.githubusercontent.com/u/32949033?v=4?s=100" width="100px;" alt=""/><br /><sub><b>newer2333</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=newer2333" title="Code">๐Ÿ’ป</a></td>
192
- <td align="center"><a href="https://husky-bear.gitee.io/blob/"><img src="https://avatars.githubusercontent.com/u/50540342?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅ“ˆๅฃซๅฅ‡-้ป„</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Husky-Yellow" title="Code">๐Ÿ’ป</a></td>
193
- <td align="center"><a href="http://innei.ren"><img src="https://avatars.githubusercontent.com/u/41265413?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฏป</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Innei" title="Code">๐Ÿ’ป</a></td>
194
- <td align="center"><a href="https://github.com/aolyang"><img src="https://avatars.githubusercontent.com/u/72056179?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anthonio OuYang</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=aolyang" title="Code">๐Ÿ’ป</a></td>
195
- <td align="center"><a href="https://yyblog.top"><img src="https://avatars.githubusercontent.com/u/57666140?v=4?s=100" width="100px;" alt=""/><br /><sub><b>FlingYP</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=flingyp" title="Code">๐Ÿ’ป</a></td>
196
- </tr>
197
- <tr>
198
- <td align="center"><a href="https://github.com/xzxldl55"><img src="https://avatars.githubusercontent.com/u/22699218?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xzxldl55</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xzxldl55" title="Code">๐Ÿ’ป</a></td>
199
- <td align="center"><a href="https://github.com/79E"><img src="https://avatars.githubusercontent.com/u/71202421?v=4?s=100" width="100px;" alt=""/><br /><sub><b>79</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=79E" title="Code">๐Ÿ’ป</a></td>
200
- <td align="center"><a href="https://github.com/SituC"><img src="https://avatars.githubusercontent.com/u/29355875?v=4?s=100" width="100px;" alt=""/><br /><sub><b>wailen</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=SituC" title="Code">๐Ÿ’ป</a></td>
201
- <td align="center"><a href="https://github.com/JensonMiao"><img src="https://avatars.githubusercontent.com/u/46488783?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jenson</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=JensonMiao" title="Code">๐Ÿ’ป</a></td>
202
- <td align="center"><a href="https://github.com/dbsdaicheng"><img src="https://avatars.githubusercontent.com/u/62135142?v=4?s=100" width="100px;" alt=""/><br /><sub><b>dbsdaicheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=dbsdaicheng" title="Tests">โš ๏ธ</a></td>
203
- <td align="center"><a href="https://github.com/qinwencheng"><img src="https://avatars.githubusercontent.com/u/24841685?v=4?s=100" width="100px;" alt=""/><br /><sub><b>qinwencheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=qinwencheng" title="Code">๐Ÿ’ป</a></td>
204
- <td align="center"><a href="https://github.com/angelanana"><img src="https://avatars.githubusercontent.com/u/63281354?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Angelanana</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=angelanana" title="Code">๐Ÿ’ป</a></td>
205
- <td align="center"><a href="https://github.com/joo1es"><img src="https://avatars.githubusercontent.com/u/76929557?v=4?s=100" width="100px;" alt=""/><br /><sub><b>joo1es</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=joo1es" title="Code">๐Ÿ’ป</a></td>
206
- <td align="center"><a href="https://github.com/handsomezyw"><img src="https://avatars.githubusercontent.com/u/34366225?v=4?s=100" width="100px;" alt=""/><br /><sub><b>handsomezyw</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=handsomezyw" title="Code">๐Ÿ’ป</a></td>
207
- <td align="center"><a href="https://github.com/iamyoki"><img src="https://avatars.githubusercontent.com/u/74389358?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yoki</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=iamyoki" title="Code">๐Ÿ’ป</a></td>
208
- </tr>
209
- <tr>
210
- <td align="center"><a href="https://github.com/LadyChatterleyLover"><img src="https://avatars.githubusercontent.com/u/35223515?v=4?s=100" width="100px;" alt=""/><br /><sub><b>luopei</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=LadyChatterleyLover" title="Code">๐Ÿ’ป</a></td>
211
- <td align="center"><a href="https://github.com/wowCheng"><img src="https://avatars.githubusercontent.com/u/69743874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mr.Cheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=wowCheng" title="Code">๐Ÿ’ป</a></td>
212
- </tr>
213
- </tbody>
214
- </table>
215
-
216
- <!-- markdownlint-restore -->
217
- <!-- prettier-ignore-end -->
218
-
219
- <!-- ALL-CONTRIBUTORS-LIST:END -->
220
-
221
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
222
-
223
- ## Partner project
224
-
225
- - [H5-Dooring - ่ฎฉH5ๅˆถไฝœ๏ผŒๆ›ด็ฎ€ๅ•](http://h5.dooring.cn/)
226
-
227
- ## License
228
-
229
- [MIT](https://github.com/DevCloudFE/vue-devui/blob/dev/LICENSE)
1
+ <p align="center">
2
+ <a href="https://devui.design/" target="_blank" rel="noopener noreferrer">
3
+ <img alt="DevUI Logo" src="https://vue-devui.github.io/assets/logo.svg" width="180" style="max-width:100%;">
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">Vue DevUI</h1>
8
+
9
+ <p align="center">Vue3 component library based on <a href="https://devui.design/" target="_blank" rel="noopener noreferrer">DevUI Design</a></p>
10
+
11
+ English | [็ฎ€ไฝ“ไธญๆ–‡](README.zh-CN.md)
12
+
13
+ ๐ŸŒˆ Features๏ผš
14
+
15
+ - ๐Ÿ“ฆ 55 high-quality components that are simple, easy to use, and flexible.
16
+ - ๐Ÿ”‘ Support for TypeScript.
17
+ - โ›ฐ๏ธ Support for Nuxt3.
18
+ - โšก Support for on-demand import.
19
+ - ๐ŸŒ Support internationalization.
20
+ - ๐ŸŽจ Support theme customization, and built-in seven beautiful themes such as `Galaxy`, `Sweet` and `Provence`.
21
+
22
+ ## ๐Ÿ”ง Usage
23
+
24
+ First install vue-devui with npm, yarn or pnpm.
25
+
26
+ Install with npm
27
+
28
+ ```sh
29
+ npm install vue-devui --save
30
+ ```
31
+
32
+ Install with yarn
33
+
34
+ ```sh
35
+ yarn add vue-devui
36
+ ```
37
+
38
+ Install with pnpm
39
+
40
+ ```sh
41
+ pnpm add vue-devui
42
+ ```
43
+
44
+
45
+ Then import `DevUI` in the `main.ts` file:
46
+
47
+ ```ts
48
+ import { createApp } from 'vue'
49
+ import App from './App.vue'
50
+
51
+ // Import Vue DevUI component and style
52
+ import DevUI from 'vue-devui'
53
+ import 'vue-devui/style.css'
54
+
55
+ createApp(App).use(DevUI).mount('#app')
56
+ ```
57
+
58
+ Then you can use the vue devui component(such as `<d-button>`) in the `App.vue` file:
59
+
60
+ ```vue
61
+ <template>
62
+ <d-button>Button</d-button>
63
+ </template>
64
+ ```
65
+
66
+ ## ๐Ÿ–ฅ๏ธ Development
67
+
68
+ ```sh
69
+ git clone git@github.com:DevCloudFE/vue-devui.git
70
+ cd vue-devui
71
+ pnpm install
72
+ pnpm dev
73
+ ```
74
+
75
+ Open your browser and visit: [http://localhost:3000/](http://localhost:3000/).
76
+
77
+ Or you can run other command
78
+
79
+ ```sh
80
+ pnpm scripts
81
+ ```
82
+
83
+ ## ๐Ÿค Contributing
84
+
85
+ Welcome to join our Vue DevUI open source project!๐ŸŽ‰
86
+
87
+ By participating in the Vue DevUI project, we can together:
88
+
89
+ - ๐Ÿ”ฅ Learn the latest cool `Vite` + `Vue3` + `TypeScript` + `JSX` technology.
90
+ - ๐ŸŽ Learn how to design and develop UI components.
91
+ - โญ Hone programming skills and learn excellent programming practice.
92
+ - ๐ŸŽŠ Meet a group of friends who love learning and open source.
93
+
94
+ If you don't know how to start, please read our [contributing guide](https://vue-devui.github.io/contributing/)
95
+
96
+ ## โœจ Maintainers
97
+
98
+ Maintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.
99
+
100
+ - [kagol](https://github.com/kagol)
101
+ - [xingyan95](https://github.com/xingyan95)
102
+ - [linxiang07](https://github.com/linxiang07)
103
+ - [Zcating](https://github.com/Zcating)
104
+ - [TinsFox](https://github.com/TinsFox)
105
+ - [JensonMiao](https://github.com/JensonMiao)
106
+ - [xiejay97](https://github.com/xiejay97)
107
+ - [daviForevel](https://github.com/daviForevel)
108
+ - [AlanLee97](https://github.com/AlanLee97)
109
+ - [SituC](https://github.com/SituC)
110
+ - [lj1990111](https://github.com/lj1990111)
111
+ - [newer2333](https://github.com/newer2333)
112
+ - [vaebe](https://github.com/vaebe)
113
+ - [ivestszheng](https://github.com/ivestszheng)
114
+ - [ElsaOOo](https://github.com/ElsaOOo)
115
+ - [asdlml6](https://github.com/asdlml6)
116
+ - [GaoNeng-wWw](https://github.com/GaoNeng-wWw)
117
+ - [chenxi24](https://github.com/chenxi24)
118
+ - [ErKeLost](https://github.com/ErKeLost)
119
+ - [brenner8023](https://github.com/brenner8023)
120
+
121
+ Outstanding contributions include, but are not limited to, the following:
122
+ - 10 or more PRs are merged
123
+ - Put forward more than 10 review opinions approved by PR authors
124
+ - Provide constructive optimization advice and promote the project to become better
125
+
126
+ ## โœจ Contributors
127
+
128
+ Contributors are community members who have 1 or more PR merged in DevUI.
129
+
130
+ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
131
+
132
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
133
+ <!-- prettier-ignore-start -->
134
+ <!-- markdownlint-disable -->
135
+ <table>
136
+ <tbody>
137
+ <tr>
138
+ <td align="center"><a href="https://juejin.cn/user/712139267650141"><img src="https://avatars.githubusercontent.com/u/9566362?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kagol</b></sub></a><br /><a href="#maintenance-kagol" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Documentation">๐Ÿ“–</a></td>
139
+ <td align="center"><a href="https://github.com/TinsFox"><img src="https://avatars.githubusercontent.com/u/33956589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>TinsFox</b></sub></a><br /><a href="#maintenance-TinsFox" title="Maintenance">๐Ÿšง</a> <a href="#infra-TinsFox" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a></td>
140
+ <td align="center"><a href="https://github.com/lnzhangsong"><img src="https://avatars.githubusercontent.com/u/15092594?v=4?s=100" width="100px;" alt=""/><br /><sub><b>nif</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lnzhangsong" title="Code">๐Ÿ’ป</a></td>
141
+ <td align="center"><a href="https://github.com/Zcating"><img src="https://avatars.githubusercontent.com/u/13329558?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zcating</b></sub></a><br /><a href="#maintenance-Zcating" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=Zcating" title="Code">๐Ÿ’ป</a></td>
142
+ <td align="center"><a href="https://github.com/sufuwang"><img src="https://avatars.githubusercontent.com/u/46395105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>็Ž‹ๅ‡ฏ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=sufuwang" title="Code">๐Ÿ’ป</a></td>
143
+ <td align="center"><a href="https://github.com/iel-h"><img src="https://avatars.githubusercontent.com/u/53589602?v=4?s=100" width="100px;" alt=""/><br /><sub><b>iel</b></sub></a><br /><a href="#maintenance-iel-h" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=iel-h" title="Code">๐Ÿ’ป</a></td>
144
+ <td align="center"><a href="https://github.com/chenxi24"><img src="https://avatars.githubusercontent.com/u/40349890?v=4?s=100" width="100px;" alt=""/><br /><sub><b>chenxi24</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=chenxi24" title="Code">๐Ÿ’ป</a></td>
145
+ <td align="center"><a href="https://github.com/asdlml6"><img src="https://avatars.githubusercontent.com/u/61737780?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฐไนไน</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=asdlml6" title="Code">๐Ÿ’ป</a></td>
146
+ </tr>
147
+ <tr>
148
+ <td align="center"><a href="http://blog.alanlee.top"><img src="https://avatars.githubusercontent.com/u/42601044?v=4?s=100" width="100px;" alt=""/><br /><sub><b>AlanLee</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=AlanLee97" title="Code">๐Ÿ’ป</a></td>
149
+ <td align="center"><a href="https://github.com/ForeseeBear"><img src="https://avatars.githubusercontent.com/u/15258339?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Echo</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ForeseeBear" title="Code">๐Ÿ’ป</a></td>
150
+ <td align="center"><a href="https://github.com/GaoNeng-wWw"><img src="https://avatars.githubusercontent.com/u/31283122?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GaoNeng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=GaoNeng-wWw" title="Code">๐Ÿ’ป</a></td>
151
+ <td align="center"><a href="https://github.com/xingyan95"><img src="https://avatars.githubusercontent.com/u/11143986?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่กŒ่จ€</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xingyan95" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Axingyan95" title="Bug reports">๐Ÿ›</a></td>
152
+ <td align="center"><a href="https://devin974.github.io/"><img src="https://avatars.githubusercontent.com/u/67035714?v=4?s=100" width="100px;" alt=""/><br /><sub><b>devin</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=devin974" title="Code">๐Ÿ’ป</a></td>
153
+ <td align="center"><a href="https://juejin.cn/user/1618116899507735/posts"><img src="https://avatars.githubusercontent.com/u/70649502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆ— ๅฃฐ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ivestszheng" title="Code">๐Ÿ’ป</a></td>
154
+ <td align="center"><a href="https://github.com/zxlfly"><img src="https://avatars.githubusercontent.com/u/26324442?v=4?s=100" width="100px;" alt=""/><br /><sub><b>sleep_fish</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zxlfly" title="Code">๐Ÿ’ป</a></td>
155
+ <td align="center"><a href="https://github.com/whylost"><img src="https://avatars.githubusercontent.com/u/62528887?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่ฟทๅฟƒwhylost</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=whylost" title="Code">๐Ÿ’ป</a></td>
156
+ </tr>
157
+ <tr>
158
+ <td align="center"><a href="https://juejin.im/user/5c15d35fe51d4545ae495e43"><img src="https://avatars.githubusercontent.com/u/31237954?v=4?s=100" width="100px;" alt=""/><br /><sub><b>X.Q. Chen</b></sub></a><br /><a href="#infra-brenner8023" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=brenner8023" title="Code">๐Ÿ’ป</a></td>
159
+ <td align="center"><a href="https://github.com/git-Where"><img src="https://avatars.githubusercontent.com/u/16344566?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่‘‰ๅฎถ็”ทๅญฉ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=git-Where" title="Code">๐Ÿ’ป</a></td>
160
+ <td align="center"><a href="https://github.com/CatsAndMice"><img src="https://avatars.githubusercontent.com/u/58327088?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lihai</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=CatsAndMice" title="Code">๐Ÿ’ป</a></td>
161
+ <td align="center"><a href="http://www.naluduo.vip"><img src="https://avatars.githubusercontent.com/u/28448589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>็บณๆ’ธๅคš</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=naluduo233" title="Code">๐Ÿ’ป</a></td>
162
+ <td align="center"><a href="https://github.com/ElsaOOo"><img src="https://avatars.githubusercontent.com/u/48074435?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ElsaOOo</b></sub></a><br /><a href="#maintenance-ElsaOOo" title="Maintenance">๐Ÿšง</a> <a href="#infra-ElsaOOo" title="Infrastructure (Hosting, Build-Tools, etc)">๐Ÿš‡</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=ElsaOOo" title="Code">๐Ÿ’ป</a></td>
163
+ <td align="center"><a href="https://github.com/liuxdi"><img src="https://avatars.githubusercontent.com/u/10958003?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅˆ˜ๅฐ่ฟช</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=liuxdi" title="Code">๐Ÿ’ป</a></td>
164
+ <td align="center"><a href="https://github.com/unfound"><img src="https://avatars.githubusercontent.com/u/32935349?v=4?s=100" width="100px;" alt=""/><br /><sub><b>unfound</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=unfound" title="Code">๐Ÿ’ป</a></td>
165
+ <td align="center"><a href="https://github.com/Roading"><img src="https://avatars.githubusercontent.com/u/7751774?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Roading</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Roading" title="Code">๐Ÿ’ป</a></td>
166
+ </tr>
167
+ <tr>
168
+ <td align="center"><a href="http://inreasons.cn"><img src="https://avatars.githubusercontent.com/u/47918504?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chestnut</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=banlify" title="Code">๐Ÿ’ป</a></td>
169
+ <td align="center"><a href="https://github.com/c0dedance"><img src="https://avatars.githubusercontent.com/u/38075730?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c0dedance</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=c0dedance" title="Code">๐Ÿ’ป</a></td>
170
+ <td align="center"><a href="https://github.com/duqingyu"><img src="https://avatars.githubusercontent.com/u/30541930?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆœๅบ†ๆ„‰</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=duqingyu" title="Code">๐Ÿ’ป</a></td>
171
+ <td align="center"><a href="https://github.com/linxiang07"><img src="https://avatars.githubusercontent.com/u/40119767?v=4?s=100" width="100px;" alt=""/><br /><sub><b>linxiang</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=linxiang07" title="Code">๐Ÿ’ป</a></td>
172
+ <td align="center"><a href="https://github.com/nextniko"><img src="https://avatars.githubusercontent.com/u/40553790?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆŽ˜ๅข“ๅฟ่€…</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=nextniko" title="Code">๐Ÿ’ป</a></td>
173
+ <td align="center"><a href="https://github.com/zcj996"><img src="https://avatars.githubusercontent.com/u/52314078?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ไธ€ไธชๅคง่ƒ–ๅญ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zcj996" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=zcj996" title="Documentation">๐Ÿ“–</a></td>
174
+ <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=eltociear" title="Documentation">๐Ÿ“–</a></td>
175
+ <td align="center"><a href="https://xiaoborao.github.io/"><img src="https://avatars.githubusercontent.com/u/27467603?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bob</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xiaoboRao" title="Code">๐Ÿ’ป</a></td>
176
+ </tr>
177
+ <tr>
178
+ <td align="center"><a href="https://github.com/NidusP"><img src="https://avatars.githubusercontent.com/u/30283065?v=4?s=100" width="100px;" alt=""/><br /><sub><b>populus</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=NidusP" title="Code">๐Ÿ’ป</a></td>
179
+ <td align="center"><a href="https://github.com/554246839"><img src="https://avatars.githubusercontent.com/u/24663941?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tohalf</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=554246839" title="Code">๐Ÿ’ป</a></td>
180
+ <td align="center"><a href="https://github.com/Lonely-shang"><img src="https://avatars.githubusercontent.com/u/34124930?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miliky</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang" title="Tests">โš ๏ธ</a></td>
181
+ <td align="center"><a href="https://github.com/MICD0704"><img src="https://avatars.githubusercontent.com/u/20532893?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MICD</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=MICD0704" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMICD0704" title="Bug reports">๐Ÿ›</a></td>
182
+ <td align="center"><a href="https://github.com/ming-bin"><img src="https://avatars.githubusercontent.com/u/54826175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mingBin</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ming-bin" title="Code">๐Ÿ’ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Aming-bin" title="Bug reports">๐Ÿ›</a></td>
183
+ <td align="center"><a href="https://github.com/icjs-cc"><img src="https://avatars.githubusercontent.com/u/27618209?v=4?s=100" width="100px;" alt=""/><br /><sub><b>้™ˆๅ‰‘ๆœฏ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=icjs-cc" title="Code">๐Ÿ’ป</a></td>
184
+ <td align="center"><a href="https://www.merlin218.top/"><img src="https://avatars.githubusercontent.com/u/61051874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Merlin218</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMerlin218" title="Bug reports">๐Ÿ›</a></td>
185
+ <td align="center"><a href="https://github.com/jingyiliu"><img src="https://avatars.githubusercontent.com/u/6957175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Johnny.Liu</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Ajingyiliu" title="Bug reports">๐Ÿ›</a></td>
186
+ </tr>
187
+ <tr>
188
+ <td align="center"><a href="https://github.com/Yangxfeng"><img src="https://avatars.githubusercontent.com/u/35209766?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yangxfeng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AYangxfeng" title="Bug reports">๐Ÿ›</a></td>
189
+ <td align="center"><a href="https://github.com/jCodeLife"><img src="https://avatars.githubusercontent.com/u/50767049?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jCodeLife</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AjCodeLife" title="Bug reports">๐Ÿ›</a></td>
190
+ <td align="center"><a href="https://github.com/XiaoRIGE"><img src="https://avatars.githubusercontent.com/u/33147011?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฎ‹ๅฐๆ—ฅ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AXiaoRIGE" title="Bug reports">๐Ÿ›</a></td>
191
+ <td align="center"><a href="https://github.com/daviForevel"><img src="https://avatars.githubusercontent.com/u/39021499?v=4?s=100" width="100px;" alt=""/><br /><sub><b>daviForevel</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=daviForevel" title="Code">๐Ÿ’ป</a></td>
192
+ <td align="center"><a href="https://github.com/lj1990111"><img src="https://avatars.githubusercontent.com/u/8649913?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lj1990111</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lj1990111" title="Code">๐Ÿ’ป</a></td>
193
+ <td align="center"><a href="https://github.com/newer2333"><img src="https://avatars.githubusercontent.com/u/32949033?v=4?s=100" width="100px;" alt=""/><br /><sub><b>newer2333</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=newer2333" title="Code">๐Ÿ’ป</a></td>
194
+ <td align="center"><a href="https://husky-bear.gitee.io/blob/"><img src="https://avatars.githubusercontent.com/u/50540342?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅ“ˆๅฃซๅฅ‡-้ป„</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Husky-Yellow" title="Code">๐Ÿ’ป</a></td>
195
+ <td align="center"><a href="http://innei.ren"><img src="https://avatars.githubusercontent.com/u/41265413?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฏป</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Innei" title="Code">๐Ÿ’ป</a></td>
196
+ </tr>
197
+ <tr>
198
+ <td align="center"><a href="https://github.com/aolyang"><img src="https://avatars.githubusercontent.com/u/72056179?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anthonio OuYang</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=aolyang" title="Code">๐Ÿ’ป</a></td>
199
+ <td align="center"><a href="https://yyblog.top"><img src="https://avatars.githubusercontent.com/u/57666140?v=4?s=100" width="100px;" alt=""/><br /><sub><b>FlingYP</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=flingyp" title="Code">๐Ÿ’ป</a></td>
200
+ <td align="center"><a href="https://github.com/xzxldl55"><img src="https://avatars.githubusercontent.com/u/22699218?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xzxldl55</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xzxldl55" title="Code">๐Ÿ’ป</a></td>
201
+ <td align="center"><a href="https://github.com/79E"><img src="https://avatars.githubusercontent.com/u/71202421?v=4?s=100" width="100px;" alt=""/><br /><sub><b>79</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=79E" title="Code">๐Ÿ’ป</a></td>
202
+ <td align="center"><a href="https://github.com/SituC"><img src="https://avatars.githubusercontent.com/u/29355875?v=4?s=100" width="100px;" alt=""/><br /><sub><b>wailen</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=SituC" title="Code">๐Ÿ’ป</a></td>
203
+ <td align="center"><a href="https://github.com/JensonMiao"><img src="https://avatars.githubusercontent.com/u/46488783?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jenson</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=JensonMiao" title="Code">๐Ÿ’ป</a></td>
204
+ <td align="center"><a href="https://github.com/dbsdaicheng"><img src="https://avatars.githubusercontent.com/u/62135142?v=4?s=100" width="100px;" alt=""/><br /><sub><b>dbsdaicheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=dbsdaicheng" title="Tests">โš ๏ธ</a></td>
205
+ <td align="center"><a href="https://github.com/qinwencheng"><img src="https://avatars.githubusercontent.com/u/24841685?v=4?s=100" width="100px;" alt=""/><br /><sub><b>qinwencheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=qinwencheng" title="Code">๐Ÿ’ป</a></td>
206
+ </tr>
207
+ <tr>
208
+ <td align="center"><a href="https://github.com/angelanana"><img src="https://avatars.githubusercontent.com/u/63281354?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Angelanana</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=angelanana" title="Code">๐Ÿ’ป</a></td>
209
+ <td align="center"><a href="https://github.com/joo1es"><img src="https://avatars.githubusercontent.com/u/76929557?v=4?s=100" width="100px;" alt=""/><br /><sub><b>joo1es</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=joo1es" title="Code">๐Ÿ’ป</a></td>
210
+ <td align="center"><a href="https://github.com/handsomezyw"><img src="https://avatars.githubusercontent.com/u/34366225?v=4?s=100" width="100px;" alt=""/><br /><sub><b>handsomezyw</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=handsomezyw" title="Code">๐Ÿ’ป</a></td>
211
+ <td align="center"><a href="https://github.com/iamyoki"><img src="https://avatars.githubusercontent.com/u/74389358?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yoki</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=iamyoki" title="Code">๐Ÿ’ป</a></td>
212
+ <td align="center"><a href="https://github.com/LadyChatterleyLover"><img src="https://avatars.githubusercontent.com/u/35223515?v=4?s=100" width="100px;" alt=""/><br /><sub><b>luopei</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=LadyChatterleyLover" title="Code">๐Ÿ’ป</a></td>
213
+ <td align="center"><a href="https://github.com/wowCheng"><img src="https://avatars.githubusercontent.com/u/69743874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mr.Cheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=wowCheng" title="Code">๐Ÿ’ป</a></td>
214
+ <td align="center"><a href="https://github.com/Bbbtt04"><img src="https://avatars.githubusercontent.com/u/89759610?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bbbtt04</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Bbbtt04" title="Code">๐Ÿ’ป</a></td>
215
+ <td align="center"><a href="https://github.com/Zz-ZzzZ"><img src="https://avatars.githubusercontent.com/u/48228016?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zz-ZzzZ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Zz-ZzzZ" title="Code">๐Ÿ’ป</a></td>
216
+ </tr>
217
+ <tr>
218
+ <td align="center"><a href="https://github.com/buaalkn"><img src="https://avatars.githubusercontent.com/u/89232641?v=4?s=100" width="100px;" alt=""/><br /><sub><b>buaalkn</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=buaalkn" title="Code">๐Ÿ’ป</a></td>
219
+ <td align="center"><a href="https://github.com/hxj9102"><img src="https://avatars.githubusercontent.com/u/58357112?v=4?s=100" width="100px;" alt=""/><br /><sub><b>hxj9102</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=hxj9102" title="Code">๐Ÿ’ป</a></td>
220
+ <td align="center"><a href="https://github.com/Whbbit1999"><img src="https://avatars.githubusercontent.com/u/60510247?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Whbbit1999</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Whbbit1999" title="Code">๐Ÿ’ป</a></td>
221
+ </tr>
222
+ </tbody>
223
+ </table>
224
+
225
+ <!-- markdownlint-restore -->
226
+ <!-- prettier-ignore-end -->
227
+
228
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
229
+
230
+ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
231
+
232
+ ## Partner project
233
+
234
+ - [H5-Dooring - ่ฎฉH5ๅˆถไฝœ๏ผŒๆ›ด็ฎ€ๅ•](http://h5.dooring.cn/)
235
+ - [็ฏๅก” - ๅ…ฌ็›Šๆ€ง่ดจ็š„ๅ้œธๅ‡Œๅ›ข้˜Ÿ](https://www.light-tower.top/)
236
+
237
+ ## License
238
+
239
+ [MIT](https://github.com/DevCloudFE/vue-devui/blob/dev/LICENSE)