vant 2.13.1 → 2.13.3

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 (2951) hide show
  1. package/LICENSE +4 -1
  2. package/es/action-bar/ActionBar.d.ts +27 -0
  3. package/es/action-bar/ActionBar.mjs +44 -0
  4. package/es/action-bar/index.css +1 -0
  5. package/es/action-bar/index.d.ts +25 -0
  6. package/es/action-bar/index.mjs +10 -0
  7. package/es/action-bar/style/index.d.ts +1 -0
  8. package/es/action-bar/style/index.mjs +2 -0
  9. package/es/action-bar/types.d.ts +4 -0
  10. package/es/action-bar-button/ActionBarButton.d.ts +43 -0
  11. package/es/action-bar-button/ActionBarButton.mjs +73 -0
  12. package/es/action-bar-button/index.css +1 -0
  13. package/es/action-bar-button/index.d.ts +36 -0
  14. package/es/action-bar-button/index.mjs +10 -0
  15. package/es/action-bar-button/style/index.d.ts +1 -0
  16. package/es/action-bar-button/style/index.mjs +7 -0
  17. package/es/action-bar-button/types.d.ts +5 -0
  18. package/es/action-bar-icon/ActionBarIcon.d.ts +48 -0
  19. package/es/action-bar-icon/ActionBarIcon.mjs +68 -0
  20. package/es/action-bar-icon/index.css +1 -0
  21. package/es/action-bar-icon/index.d.ts +39 -0
  22. package/es/action-bar-icon/index.mjs +10 -0
  23. package/es/action-bar-icon/style/index.d.ts +1 -0
  24. package/es/action-bar-icon/style/index.mjs +5 -0
  25. package/es/action-bar-icon/types.d.ts +10 -0
  26. package/es/action-sheet/ActionSheet.d.ts +195 -0
  27. package/es/action-sheet/ActionSheet.mjs +139 -0
  28. package/es/action-sheet/index.css +1 -1
  29. package/es/action-sheet/index.d.ts +136 -0
  30. package/es/action-sheet/index.mjs +10 -0
  31. package/es/action-sheet/style/index.d.ts +1 -0
  32. package/es/action-sheet/style/index.mjs +7 -0
  33. package/es/action-sheet/types.d.ts +23 -0
  34. package/es/address-edit/AddressEdit.d.ts +158 -0
  35. package/es/address-edit/AddressEdit.mjs +295 -0
  36. package/es/address-edit/AddressEditDetail.d.ts +32 -0
  37. package/es/address-edit/AddressEditDetail.mjs +75 -0
  38. package/es/address-edit/index.css +1 -1
  39. package/es/address-edit/index.d.ts +119 -0
  40. package/es/address-edit/index.mjs +10 -0
  41. package/es/address-edit/style/index.d.ts +1 -0
  42. package/es/address-edit/style/index.mjs +19 -0
  43. package/es/address-edit/types.d.ts +28 -0
  44. package/es/address-list/AddressList.d.ts +95 -0
  45. package/es/address-list/AddressList.mjs +103 -0
  46. package/es/address-list/AddressListItem.d.ts +46 -0
  47. package/es/address-list/AddressListItem.mjs +108 -0
  48. package/es/address-list/index.css +1 -1
  49. package/es/address-list/index.d.ts +75 -0
  50. package/es/address-list/index.mjs +10 -0
  51. package/es/address-list/style/index.d.ts +1 -0
  52. package/es/address-list/style/index.mjs +12 -0
  53. package/es/address-list/types.d.ts +15 -0
  54. package/es/address-list/types.mjs +0 -0
  55. package/es/area/Area.d.ts +134 -0
  56. package/es/area/Area.mjs +76 -0
  57. package/es/area/index.d.ts +100 -0
  58. package/es/area/index.mjs +10 -0
  59. package/es/area/style/index.d.ts +1 -0
  60. package/es/area/style/index.mjs +10 -0
  61. package/es/area/types.d.ts +9 -0
  62. package/es/area/types.mjs +0 -0
  63. package/es/area/utils.d.ts +6 -0
  64. package/es/area/utils.mjs +92 -0
  65. package/es/back-top/BackTop.d.ts +53 -0
  66. package/es/back-top/BackTop.mjs +118 -0
  67. package/es/back-top/index.css +1 -0
  68. package/es/back-top/index.d.ts +44 -0
  69. package/es/back-top/index.mjs +10 -0
  70. package/es/back-top/style/index.d.ts +1 -0
  71. package/es/back-top/style/index.mjs +4 -0
  72. package/es/back-top/types.d.ts +9 -0
  73. package/es/back-top/types.mjs +0 -0
  74. package/es/badge/Badge.d.ts +66 -0
  75. package/es/badge/Badge.mjs +104 -0
  76. package/es/badge/index.css +1 -1
  77. package/es/badge/index.d.ts +51 -0
  78. package/es/badge/index.mjs +10 -0
  79. package/es/badge/style/index.d.ts +1 -0
  80. package/es/badge/style/index.mjs +2 -0
  81. package/es/badge/types.d.ts +12 -0
  82. package/es/badge/types.mjs +0 -0
  83. package/es/barrage/Barrage.d.ts +93 -0
  84. package/es/barrage/Barrage.mjs +133 -0
  85. package/es/barrage/index.css +1 -0
  86. package/es/barrage/index.d.ts +69 -0
  87. package/es/barrage/index.mjs +10 -0
  88. package/es/barrage/style/index.d.ts +1 -0
  89. package/es/barrage/style/index.mjs +2 -0
  90. package/es/barrage/types.d.ts +13 -0
  91. package/es/barrage/types.mjs +0 -0
  92. package/es/button/Button.d.ts +140 -0
  93. package/es/button/Button.mjs +148 -0
  94. package/es/button/index.css +1 -1
  95. package/es/button/index.d.ts +104 -0
  96. package/es/button/index.mjs +10 -0
  97. package/es/button/style/index.d.ts +1 -0
  98. package/es/button/style/index.mjs +5 -0
  99. package/es/button/types.d.ts +41 -0
  100. package/es/button/types.mjs +0 -0
  101. package/es/calendar/Calendar.d.ts +299 -0
  102. package/es/calendar/Calendar.mjs +449 -0
  103. package/es/calendar/CalendarDay.d.ts +33 -0
  104. package/es/calendar/CalendarDay.mjs +132 -0
  105. package/es/calendar/CalendarHeader.d.ts +36 -0
  106. package/es/calendar/CalendarHeader.mjs +113 -0
  107. package/es/calendar/CalendarMonth.d.ts +69 -0
  108. package/es/calendar/CalendarMonth.mjs +213 -0
  109. package/es/calendar/index.css +1 -1
  110. package/es/calendar/index.d.ts +215 -0
  111. package/es/calendar/index.mjs +10 -0
  112. package/es/calendar/style/index.d.ts +1 -0
  113. package/es/calendar/style/index.mjs +16 -0
  114. package/es/calendar/types.d.ts +60 -0
  115. package/es/calendar/types.mjs +0 -0
  116. package/es/calendar/utils.d.ts +18 -0
  117. package/es/calendar/utils.mjs +82 -0
  118. package/es/card/Card.d.ts +56 -0
  119. package/es/card/Card.mjs +126 -0
  120. package/es/card/index.css +1 -1
  121. package/es/card/index.d.ts +46 -0
  122. package/es/card/index.mjs +10 -0
  123. package/es/card/style/index.d.ts +1 -0
  124. package/es/card/style/index.mjs +6 -0
  125. package/es/card/types.d.ts +18 -0
  126. package/es/card/types.mjs +0 -0
  127. package/es/cascader/Cascader.d.ts +96 -0
  128. package/es/cascader/Cascader.mjs +240 -0
  129. package/es/cascader/index.css +1 -1
  130. package/es/cascader/index.d.ts +74 -0
  131. package/es/cascader/index.mjs +10 -0
  132. package/es/cascader/style/index.d.ts +1 -0
  133. package/es/cascader/style/index.mjs +9 -0
  134. package/es/cascader/types.d.ts +34 -0
  135. package/es/cascader/types.mjs +0 -0
  136. package/es/cell/Cell.d.ts +148 -0
  137. package/es/cell/Cell.mjs +131 -0
  138. package/es/cell/index.css +1 -1
  139. package/es/cell/index.d.ts +86 -0
  140. package/es/cell/index.mjs +10 -0
  141. package/es/cell/style/index.d.ts +1 -0
  142. package/es/cell/style/index.mjs +4 -0
  143. package/es/cell/types.d.ts +21 -0
  144. package/es/cell/types.mjs +0 -0
  145. package/es/cell-group/CellGroup.d.ts +29 -0
  146. package/es/cell-group/CellGroup.mjs +44 -0
  147. package/es/cell-group/index.css +1 -1
  148. package/es/cell-group/index.d.ts +27 -0
  149. package/es/cell-group/index.mjs +10 -0
  150. package/es/cell-group/style/index.d.ts +1 -0
  151. package/es/cell-group/style/index.mjs +2 -0
  152. package/es/cell-group/types.d.ts +10 -0
  153. package/es/cell-group/types.mjs +0 -0
  154. package/es/checkbox/Checkbox.d.ts +68 -0
  155. package/es/checkbox/Checkbox.mjs +89 -0
  156. package/es/checkbox/Checker.d.ts +87 -0
  157. package/es/checkbox/Checker.mjs +142 -0
  158. package/es/checkbox/index.css +1 -1
  159. package/es/checkbox/index.d.ts +54 -0
  160. package/es/checkbox/index.mjs +10 -0
  161. package/es/checkbox/style/index.d.ts +1 -0
  162. package/es/checkbox/style/index.mjs +5 -0
  163. package/es/checkbox/types.d.ts +24 -0
  164. package/es/checkbox/types.mjs +0 -0
  165. package/es/checkbox-group/CheckboxGroup.d.ts +57 -0
  166. package/es/checkbox-group/CheckboxGroup.mjs +72 -0
  167. package/es/checkbox-group/index.css +1 -1
  168. package/es/checkbox-group/index.d.ts +45 -0
  169. package/es/checkbox-group/index.mjs +10 -0
  170. package/es/checkbox-group/style/index.d.ts +1 -0
  171. package/es/checkbox-group/style/index.mjs +2 -0
  172. package/es/checkbox-group/types.d.ts +16 -0
  173. package/es/checkbox-group/types.mjs +0 -0
  174. package/es/circle/Circle.d.ts +118 -0
  175. package/es/circle/Circle.mjs +152 -0
  176. package/es/circle/index.css +1 -1
  177. package/es/circle/index.d.ts +88 -0
  178. package/es/circle/index.mjs +10 -0
  179. package/es/circle/style/index.d.ts +1 -0
  180. package/es/circle/style/index.mjs +2 -0
  181. package/es/circle/types.d.ts +9 -0
  182. package/es/circle/types.mjs +0 -0
  183. package/es/col/Col.d.ts +38 -0
  184. package/es/col/Col.mjs +71 -0
  185. package/es/col/index.css +1 -1
  186. package/es/col/index.d.ts +32 -0
  187. package/es/col/index.mjs +10 -0
  188. package/es/col/style/index.d.ts +1 -0
  189. package/es/col/style/index.mjs +3 -0
  190. package/es/collapse/Collapse.d.ts +55 -0
  191. package/es/collapse/Collapse.mjs +108 -0
  192. package/es/collapse/index.d.ts +36 -0
  193. package/es/collapse/index.mjs +10 -0
  194. package/es/collapse/style/index.d.ts +1 -0
  195. package/es/collapse/style/index.mjs +1 -0
  196. package/es/collapse-item/CollapseItem.d.ts +141 -0
  197. package/es/collapse-item/CollapseItem.mjs +136 -0
  198. package/es/collapse-item/index.css +1 -1
  199. package/es/collapse-item/index.d.ts +104 -0
  200. package/es/collapse-item/index.mjs +10 -0
  201. package/es/collapse-item/style/index.d.ts +1 -0
  202. package/es/collapse-item/style/index.mjs +5 -0
  203. package/es/collapse-item/types.d.ts +15 -0
  204. package/es/collapse-item/types.mjs +0 -0
  205. package/es/composables/on-popup-reopen.d.ts +3 -0
  206. package/es/composables/on-popup-reopen.mjs +16 -0
  207. package/es/composables/use-expose.d.ts +1 -0
  208. package/es/composables/use-expose.mjs +11 -0
  209. package/es/composables/use-global-z-index.d.ts +4 -0
  210. package/es/composables/use-global-z-index.mjs +9 -0
  211. package/es/composables/use-height.d.ts +2 -0
  212. package/es/composables/use-height.mjs +24 -0
  213. package/es/composables/use-id.d.ts +1 -0
  214. package/es/composables/use-id.mjs +13 -0
  215. package/es/composables/use-lazy-render.d.ts +2 -0
  216. package/es/composables/use-lazy-render.mjs +17 -0
  217. package/es/composables/use-lock-scroll.d.ts +2 -0
  218. package/es/composables/use-lock-scroll.mjs +58 -0
  219. package/es/composables/use-placeholder.d.ts +3 -0
  220. package/es/composables/use-placeholder.mjs +14 -0
  221. package/es/composables/use-refs.d.ts +2 -0
  222. package/es/composables/use-refs.mjs +20 -0
  223. package/es/composables/use-route.d.ts +13 -0
  224. package/es/composables/use-route.mjs +29 -0
  225. package/es/composables/use-scope-id.d.ts +3 -0
  226. package/es/composables/use-scope-id.mjs +9 -0
  227. package/es/composables/use-sync-prop-ref.d.ts +2 -0
  228. package/es/composables/use-sync-prop-ref.mjs +18 -0
  229. package/es/composables/use-tab-status.d.ts +3 -0
  230. package/es/composables/use-tab-status.mjs +7 -0
  231. package/es/composables/use-touch.d.ts +17 -0
  232. package/es/composables/use-touch.mjs +68 -0
  233. package/es/composables/use-visibility-change.d.ts +2 -0
  234. package/es/composables/use-visibility-change.mjs +30 -0
  235. package/es/config-provider/ConfigProvider.d.ts +71 -0
  236. package/es/config-provider/ConfigProvider.mjs +102 -0
  237. package/es/config-provider/index.d.ts +50 -0
  238. package/es/config-provider/index.mjs +10 -0
  239. package/es/config-provider/style/index.d.ts +1 -0
  240. package/es/config-provider/style/index.mjs +1 -0
  241. package/es/config-provider/types.d.ts +61 -0
  242. package/es/config-provider/types.mjs +0 -0
  243. package/es/contact-card/ContactCard.d.ts +47 -0
  244. package/es/contact-card/ContactCard.mjs +46 -0
  245. package/es/contact-card/index.css +1 -1
  246. package/es/contact-card/index.d.ts +39 -0
  247. package/es/contact-card/index.mjs +10 -0
  248. package/es/contact-card/style/index.d.ts +1 -0
  249. package/es/contact-card/style/index.mjs +5 -0
  250. package/es/contact-card/types.d.ts +6 -0
  251. package/es/contact-card/types.mjs +0 -0
  252. package/es/contact-edit/ContactEdit.d.ts +64 -0
  253. package/es/contact-edit/ContactEdit.mjs +112 -0
  254. package/es/contact-edit/index.css +1 -1
  255. package/es/contact-edit/index.d.ts +49 -0
  256. package/es/contact-edit/index.mjs +10 -0
  257. package/es/contact-edit/style/index.d.ts +1 -0
  258. package/es/contact-edit/style/index.mjs +9 -0
  259. package/es/contact-edit/types.d.ts +8 -0
  260. package/es/contact-edit/types.mjs +0 -0
  261. package/es/contact-list/ContactList.d.ts +32 -0
  262. package/es/contact-list/ContactList.mjs +89 -0
  263. package/es/contact-list/index.css +1 -1
  264. package/es/contact-list/index.d.ts +25 -0
  265. package/es/contact-list/index.mjs +10 -0
  266. package/es/contact-list/style/index.d.ts +1 -0
  267. package/es/contact-list/style/index.mjs +11 -0
  268. package/es/contact-list/types.d.ts +6 -0
  269. package/es/contact-list/types.mjs +0 -0
  270. package/es/count-down/CountDown.d.ts +55 -0
  271. package/es/count-down/CountDown.mjs +56 -0
  272. package/es/count-down/index.css +1 -1
  273. package/es/count-down/index.d.ts +46 -0
  274. package/es/count-down/index.mjs +10 -0
  275. package/es/count-down/style/index.d.ts +1 -0
  276. package/es/count-down/style/index.mjs +2 -0
  277. package/es/count-down/types.d.ts +16 -0
  278. package/es/count-down/types.mjs +0 -0
  279. package/es/count-down/utils.d.ts +2 -0
  280. package/es/count-down/utils.mjs +39 -0
  281. package/es/coupon/Coupon.d.ts +45 -0
  282. package/es/coupon/Coupon.mjs +79 -0
  283. package/es/coupon/index.css +1 -1
  284. package/es/coupon/index.d.ts +35 -0
  285. package/es/coupon/index.mjs +8 -0
  286. package/es/coupon/style/index.d.ts +1 -0
  287. package/es/coupon/style/index.mjs +6 -0
  288. package/es/coupon/types.d.ts +19 -0
  289. package/es/coupon/types.mjs +0 -0
  290. package/es/coupon/utils.d.ts +3 -0
  291. package/es/coupon/utils.mjs +14 -0
  292. package/es/coupon-cell/CouponCell.d.ts +78 -0
  293. package/es/coupon-cell/CouponCell.mjs +70 -0
  294. package/es/coupon-cell/index.css +1 -1
  295. package/es/coupon-cell/index.d.ts +60 -0
  296. package/es/coupon-cell/index.mjs +10 -0
  297. package/es/coupon-cell/style/index.d.ts +1 -0
  298. package/es/coupon-cell/style/index.mjs +5 -0
  299. package/es/coupon-cell/types.d.ts +3 -0
  300. package/es/coupon-cell/types.mjs +0 -0
  301. package/es/coupon-list/CouponList.d.ts +170 -0
  302. package/es/coupon-list/CouponList.mjs +196 -0
  303. package/es/coupon-list/index.css +1 -1
  304. package/es/coupon-list/index.d.ts +125 -0
  305. package/es/coupon-list/index.mjs +10 -0
  306. package/es/coupon-list/style/index.d.ts +1 -0
  307. package/es/coupon-list/style/index.mjs +17 -0
  308. package/es/coupon-list/types.d.ts +9 -0
  309. package/es/coupon-list/types.mjs +0 -0
  310. package/es/date-picker/DatePicker.d.ts +176 -0
  311. package/es/date-picker/DatePicker.mjs +133 -0
  312. package/es/date-picker/index.d.ts +127 -0
  313. package/es/date-picker/index.mjs +10 -0
  314. package/es/date-picker/style/index.d.ts +1 -0
  315. package/es/date-picker/style/index.mjs +10 -0
  316. package/es/date-picker/utils.d.ts +46 -0
  317. package/es/date-picker/utils.mjs +50 -0
  318. package/es/dialog/Dialog.d.ts +200 -0
  319. package/es/dialog/Dialog.mjs +221 -0
  320. package/es/dialog/function-call.d.ts +21 -0
  321. package/es/dialog/function-call.mjs +85 -0
  322. package/es/dialog/index.css +1 -1
  323. package/es/dialog/index.d.ts +147 -0
  324. package/es/dialog/index.mjs +22 -0
  325. package/es/dialog/style/index.d.ts +1 -0
  326. package/es/dialog/style/index.mjs +10 -0
  327. package/es/dialog/types.d.ts +53 -0
  328. package/es/dialog/types.mjs +0 -0
  329. package/es/divider/Divider.d.ts +44 -0
  330. package/es/divider/Divider.mjs +33 -0
  331. package/es/divider/index.css +1 -1
  332. package/es/divider/index.d.ts +37 -0
  333. package/es/divider/index.mjs +10 -0
  334. package/es/divider/style/index.d.ts +1 -0
  335. package/es/divider/style/index.mjs +2 -0
  336. package/es/divider/types.d.ts +10 -0
  337. package/es/divider/types.mjs +0 -0
  338. package/es/dropdown-item/DropdownItem.d.ts +59 -0
  339. package/es/dropdown-item/DropdownItem.mjs +201 -0
  340. package/es/dropdown-item/index.css +1 -1
  341. package/es/dropdown-item/index.d.ts +50 -0
  342. package/es/dropdown-item/index.mjs +10 -0
  343. package/es/dropdown-item/style/index.d.ts +1 -0
  344. package/es/dropdown-item/style/index.mjs +8 -0
  345. package/es/dropdown-item/types.d.ts +27 -0
  346. package/es/dropdown-item/types.mjs +0 -0
  347. package/es/dropdown-menu/DropdownMenu.d.ts +89 -0
  348. package/es/dropdown-menu/DropdownMenu.mjs +149 -0
  349. package/es/dropdown-menu/index.css +1 -1
  350. package/es/dropdown-menu/index.d.ts +68 -0
  351. package/es/dropdown-menu/index.mjs +10 -0
  352. package/es/dropdown-menu/style/index.d.ts +1 -0
  353. package/es/dropdown-menu/style/index.mjs +2 -0
  354. package/es/dropdown-menu/types.d.ts +27 -0
  355. package/es/dropdown-menu/types.mjs +0 -0
  356. package/es/empty/Empty.d.ts +29 -0
  357. package/es/empty/Empty.mjs +343 -0
  358. package/es/empty/index.css +1 -1
  359. package/es/empty/index.d.ts +26 -0
  360. package/es/empty/index.mjs +10 -0
  361. package/es/empty/style/index.d.ts +1 -0
  362. package/es/empty/style/index.mjs +2 -0
  363. package/es/empty/types.d.ts +10 -0
  364. package/es/empty/types.mjs +0 -0
  365. package/es/field/Field.d.ts +383 -0
  366. package/es/field/Field.mjs +548 -0
  367. package/es/field/index.css +1 -1
  368. package/es/field/index.d.ts +238 -0
  369. package/es/field/index.mjs +10 -0
  370. package/es/field/style/index.d.ts +1 -0
  371. package/es/field/style/index.mjs +5 -0
  372. package/es/field/types.d.ts +65 -0
  373. package/es/field/types.mjs +0 -0
  374. package/es/field/utils.d.ts +15 -0
  375. package/es/field/utils.mjs +103 -0
  376. package/es/floating-bubble/FloatingBubble.d.ts +81 -0
  377. package/es/floating-bubble/FloatingBubble.mjs +174 -0
  378. package/es/floating-bubble/index.css +1 -0
  379. package/es/floating-bubble/index.d.ts +63 -0
  380. package/es/floating-bubble/index.mjs +10 -0
  381. package/es/floating-bubble/style/index.d.ts +1 -0
  382. package/es/floating-bubble/style/index.mjs +4 -0
  383. package/es/floating-bubble/types.d.ts +20 -0
  384. package/es/floating-bubble/types.mjs +0 -0
  385. package/es/floating-panel/FloatingPanel.d.ts +81 -0
  386. package/es/floating-panel/FloatingPanel.mjs +134 -0
  387. package/es/floating-panel/index.css +1 -0
  388. package/es/floating-panel/index.d.ts +64 -0
  389. package/es/floating-panel/index.mjs +10 -0
  390. package/es/floating-panel/style/index.d.ts +1 -0
  391. package/es/floating-panel/style/index.mjs +2 -0
  392. package/es/floating-panel/types.d.ts +9 -0
  393. package/es/floating-panel/types.mjs +0 -0
  394. package/es/form/Form.d.ts +94 -0
  395. package/es/form/Form.mjs +168 -0
  396. package/es/form/index.d.ts +74 -0
  397. package/es/form/index.mjs +10 -0
  398. package/es/form/style/index.d.ts +1 -0
  399. package/es/form/style/index.mjs +1 -0
  400. package/es/form/types.d.ts +15 -0
  401. package/es/form/types.mjs +0 -0
  402. package/es/grid/Grid.d.ts +74 -0
  403. package/es/grid/Grid.mjs +47 -0
  404. package/es/grid/index.css +1 -1
  405. package/es/grid/index.d.ts +54 -0
  406. package/es/grid/index.mjs +10 -0
  407. package/es/grid/style/index.d.ts +1 -0
  408. package/es/grid/style/index.mjs +2 -0
  409. package/es/grid-item/GridItem.d.ts +45 -0
  410. package/es/grid-item/GridItem.mjs +145 -0
  411. package/es/grid-item/index.css +1 -1
  412. package/es/grid-item/index.d.ts +37 -0
  413. package/es/grid-item/index.mjs +10 -0
  414. package/es/grid-item/style/index.d.ts +1 -0
  415. package/es/grid-item/style/index.mjs +5 -0
  416. package/es/grid-item/types.d.ts +8 -0
  417. package/es/grid-item/types.mjs +0 -0
  418. package/es/highlight/Highlight.d.ts +96 -0
  419. package/es/highlight/Highlight.mjs +128 -0
  420. package/es/highlight/index.css +1 -0
  421. package/es/highlight/index.d.ts +73 -0
  422. package/es/highlight/index.mjs +10 -0
  423. package/es/highlight/style/index.d.ts +1 -0
  424. package/es/highlight/style/index.mjs +2 -0
  425. package/es/highlight/types.d.ts +3 -0
  426. package/es/highlight/types.mjs +0 -0
  427. package/es/icon/Icon.d.ts +45 -0
  428. package/es/icon/Icon.mjs +59 -0
  429. package/es/icon/index.css +1 -1
  430. package/es/icon/index.d.ts +36 -0
  431. package/es/icon/index.mjs +10 -0
  432. package/es/icon/style/index.d.ts +1 -0
  433. package/es/icon/style/index.mjs +3 -0
  434. package/es/image/Image.d.ts +110 -0
  435. package/es/image/Image.mjs +174 -0
  436. package/es/image/index.css +1 -1
  437. package/es/image/index.d.ts +83 -0
  438. package/es/image/index.mjs +10 -0
  439. package/es/image/style/index.d.ts +1 -0
  440. package/es/image/style/index.mjs +4 -0
  441. package/es/image/types.d.ts +12 -0
  442. package/es/image/types.mjs +0 -0
  443. package/es/image-preview/ImagePreview.d.ts +234 -0
  444. package/es/image-preview/ImagePreview.mjs +196 -0
  445. package/es/image-preview/ImagePreviewItem.d.ts +91 -0
  446. package/es/image-preview/ImagePreviewItem.mjs +338 -0
  447. package/es/image-preview/function-call.d.ts +6 -0
  448. package/es/image-preview/function-call.mjs +67 -0
  449. package/es/image-preview/index.css +1 -1
  450. package/es/image-preview/index.d.ts +172 -0
  451. package/es/image-preview/index.mjs +12 -0
  452. package/es/image-preview/style/index.d.ts +1 -0
  453. package/es/image-preview/style/index.mjs +10 -0
  454. package/es/image-preview/types.d.ts +61 -0
  455. package/es/image-preview/types.mjs +0 -0
  456. package/es/index-anchor/IndexAnchor.d.ts +11 -0
  457. package/es/index-anchor/IndexAnchor.mjs +87 -0
  458. package/es/index-anchor/index.css +1 -1
  459. package/es/index-anchor/index.d.ts +14 -0
  460. package/es/index-anchor/index.mjs +10 -0
  461. package/es/index-anchor/style/index.d.ts +1 -0
  462. package/es/index-anchor/style/index.mjs +3 -0
  463. package/es/index-anchor/types.d.ts +11 -0
  464. package/es/index-anchor/types.mjs +0 -0
  465. package/es/index-bar/IndexBar.d.ts +64 -0
  466. package/es/index-bar/IndexBar.mjs +234 -0
  467. package/es/index-bar/index.css +1 -1
  468. package/es/index-bar/index.d.ts +50 -0
  469. package/es/index-bar/index.mjs +10 -0
  470. package/es/index-bar/style/index.d.ts +1 -0
  471. package/es/index-bar/style/index.mjs +2 -0
  472. package/es/index-bar/types.d.ts +16 -0
  473. package/es/index-bar/types.mjs +0 -0
  474. package/es/index.d.ts +109 -0
  475. package/es/index.mjs +325 -0
  476. package/es/lazyload/index.d.ts +3 -0
  477. package/es/lazyload/index.mjs +6 -0
  478. package/es/lazyload/style/index.d.ts +1 -0
  479. package/es/lazyload/style/index.mjs +1 -0
  480. package/es/lazyload/vue-lazyload/index.d.ts +55 -0
  481. package/es/lazyload/vue-lazyload/index.mjs +36 -0
  482. package/es/lazyload/vue-lazyload/lazy-component.mjs +51 -0
  483. package/es/lazyload/vue-lazyload/lazy-container.mjs +72 -0
  484. package/es/lazyload/vue-lazyload/lazy-image.mjs +99 -0
  485. package/es/lazyload/vue-lazyload/lazy.mjs +437 -0
  486. package/es/lazyload/vue-lazyload/listener.mjs +216 -0
  487. package/es/lazyload/vue-lazyload/util.d.ts +25 -0
  488. package/es/lazyload/vue-lazyload/util.mjs +161 -0
  489. package/es/list/List.d.ts +81 -0
  490. package/es/list/List.mjs +143 -0
  491. package/es/list/index.css +1 -1
  492. package/es/list/index.d.ts +65 -0
  493. package/es/list/index.mjs +10 -0
  494. package/es/list/style/index.d.ts +1 -0
  495. package/es/list/style/index.mjs +3 -0
  496. package/es/list/types.d.ts +13 -0
  497. package/es/list/types.mjs +0 -0
  498. package/es/loading/Loading.d.ts +39 -0
  499. package/es/loading/Loading.mjs +70 -0
  500. package/es/loading/index.css +1 -1
  501. package/es/loading/index.d.ts +33 -0
  502. package/es/loading/index.mjs +10 -0
  503. package/es/loading/style/index.d.ts +1 -0
  504. package/es/loading/style/index.mjs +2 -0
  505. package/es/loading/types.d.ts +7 -0
  506. package/es/loading/types.mjs +0 -0
  507. package/es/locale/index.d.ts +8 -0
  508. package/es/locale/index.mjs +26 -0
  509. package/es/locale/lang/ar-SA.d.ts +63 -0
  510. package/es/locale/lang/ar-SA.mjs +65 -0
  511. package/es/locale/lang/bg-BG.d.ts +65 -0
  512. package/es/locale/lang/bg-BG.mjs +75 -0
  513. package/es/locale/lang/bn-BD.d.ts +63 -0
  514. package/es/locale/lang/bn-BD.mjs +73 -0
  515. package/es/locale/lang/da-DK.d.ts +65 -0
  516. package/es/locale/lang/da-DK.mjs +67 -0
  517. package/es/locale/lang/de-DE-formal.d.ts +63 -0
  518. package/es/locale/lang/de-DE-formal.mjs +65 -0
  519. package/es/locale/lang/de-DE.d.ts +63 -0
  520. package/es/locale/lang/de-DE.mjs +65 -0
  521. package/es/locale/lang/el-GR.d.ts +65 -0
  522. package/es/locale/lang/el-GR.mjs +75 -0
  523. package/es/locale/lang/en-US.d.ts +63 -0
  524. package/es/locale/lang/en-US.mjs +65 -0
  525. package/es/locale/lang/eo-EO.d.ts +63 -0
  526. package/es/locale/lang/eo-EO.mjs +65 -0
  527. package/es/locale/lang/es-ES.d.ts +63 -0
  528. package/es/locale/lang/es-ES.mjs +65 -0
  529. package/es/locale/lang/fa-IR.d.ts +65 -0
  530. package/es/locale/lang/fa-IR.mjs +75 -0
  531. package/es/locale/lang/fr-FR.d.ts +63 -0
  532. package/es/locale/lang/fr-FR.mjs +65 -0
  533. package/es/locale/lang/he-IL.d.ts +65 -0
  534. package/es/locale/lang/he-IL.mjs +67 -0
  535. package/es/locale/lang/hi-IN.d.ts +63 -0
  536. package/es/locale/lang/hi-IN.mjs +73 -0
  537. package/es/locale/lang/id-ID.d.ts +63 -0
  538. package/es/locale/lang/id-ID.mjs +65 -0
  539. package/es/locale/lang/is-IS.d.ts +63 -0
  540. package/es/locale/lang/is-IS.mjs +73 -0
  541. package/es/locale/lang/it-IT.d.ts +63 -0
  542. package/es/locale/lang/it-IT.mjs +65 -0
  543. package/es/locale/lang/ja-JP.d.ts +63 -0
  544. package/es/locale/lang/ja-JP.mjs +65 -0
  545. package/es/locale/lang/kk-KZ.d.ts +63 -0
  546. package/es/locale/lang/kk-KZ.mjs +81 -0
  547. package/es/locale/lang/km-KH.d.ts +63 -0
  548. package/es/locale/lang/km-KH.mjs +65 -0
  549. package/es/locale/lang/ko-KR.d.ts +63 -0
  550. package/es/locale/lang/ko-KR.mjs +73 -0
  551. package/es/locale/lang/la-LA.d.ts +63 -0
  552. package/es/locale/lang/la-LA.mjs +65 -0
  553. package/es/locale/lang/mm-MN.d.ts +63 -0
  554. package/es/locale/lang/mm-MN.mjs +65 -0
  555. package/es/locale/lang/nb-NO.d.ts +63 -0
  556. package/es/locale/lang/nb-NO.mjs +65 -0
  557. package/es/locale/lang/nl-NL.d.ts +63 -0
  558. package/es/locale/lang/nl-NL.mjs +65 -0
  559. package/es/locale/lang/pt-BR.d.ts +63 -0
  560. package/es/locale/lang/pt-BR.mjs +65 -0
  561. package/es/locale/lang/ro-RO.d.ts +63 -0
  562. package/es/locale/lang/ro-RO.mjs +65 -0
  563. package/es/locale/lang/ru-RU.d.ts +63 -0
  564. package/es/locale/lang/ru-RU.mjs +65 -0
  565. package/es/locale/lang/sr-RS.d.ts +63 -0
  566. package/es/locale/lang/sr-RS.mjs +73 -0
  567. package/es/locale/lang/sv-SE.d.ts +63 -0
  568. package/es/locale/lang/sv-SE.mjs +65 -0
  569. package/es/locale/lang/th-TH.d.ts +63 -0
  570. package/es/locale/lang/th-TH.mjs +65 -0
  571. package/es/locale/lang/tr-TR.d.ts +63 -0
  572. package/es/locale/lang/tr-TR.mjs +65 -0
  573. package/es/locale/lang/uk-UA.d.ts +63 -0
  574. package/es/locale/lang/uk-UA.mjs +65 -0
  575. package/es/locale/lang/vi-VN.d.ts +63 -0
  576. package/es/locale/lang/vi-VN.mjs +73 -0
  577. package/es/locale/lang/zh-CN.d.ts +63 -0
  578. package/es/locale/lang/zh-CN.mjs +65 -0
  579. package/es/locale/lang/zh-HK.d.ts +63 -0
  580. package/es/locale/lang/zh-HK.mjs +65 -0
  581. package/es/locale/lang/zh-TW.d.ts +63 -0
  582. package/es/locale/lang/zh-TW.mjs +65 -0
  583. package/es/locale/style/index.d.ts +1 -0
  584. package/es/locale/style/index.mjs +1 -0
  585. package/es/nav-bar/NavBar.d.ts +74 -0
  586. package/es/nav-bar/NavBar.mjs +105 -0
  587. package/es/nav-bar/index.css +1 -1
  588. package/es/nav-bar/index.d.ts +60 -0
  589. package/es/nav-bar/index.mjs +10 -0
  590. package/es/nav-bar/style/index.d.ts +1 -0
  591. package/es/nav-bar/style/index.mjs +4 -0
  592. package/es/nav-bar/types.d.ts +10 -0
  593. package/es/nav-bar/types.mjs +0 -0
  594. package/es/notice-bar/NoticeBar.d.ts +71 -0
  595. package/es/notice-bar/NoticeBar.mjs +165 -0
  596. package/es/notice-bar/index.css +1 -1
  597. package/es/notice-bar/index.d.ts +57 -0
  598. package/es/notice-bar/index.mjs +10 -0
  599. package/es/notice-bar/style/index.d.ts +1 -0
  600. package/es/notice-bar/style/index.mjs +4 -0
  601. package/es/notice-bar/types.d.ts +18 -0
  602. package/es/notice-bar/types.mjs +0 -0
  603. package/es/notify/Notify.d.ts +134 -0
  604. package/es/notify/Notify.mjs +42 -0
  605. package/es/notify/function-call.d.ts +18 -0
  606. package/es/notify/function-call.mjs +68 -0
  607. package/es/notify/index.css +1 -1
  608. package/es/notify/index.d.ts +100 -0
  609. package/es/notify/index.mjs +20 -0
  610. package/es/notify/style/index.d.ts +1 -0
  611. package/es/notify/style/index.mjs +6 -0
  612. package/es/notify/types.d.ts +30 -0
  613. package/es/notify/types.mjs +0 -0
  614. package/es/number-keyboard/NumberKeyboard.d.ts +162 -0
  615. package/es/number-keyboard/NumberKeyboard.mjs +235 -0
  616. package/es/number-keyboard/NumberKeyboardKey.d.ts +24 -0
  617. package/es/number-keyboard/NumberKeyboardKey.mjs +93 -0
  618. package/es/number-keyboard/index.css +1 -1
  619. package/es/number-keyboard/index.d.ts +121 -0
  620. package/es/number-keyboard/index.mjs +10 -0
  621. package/es/number-keyboard/style/index.d.ts +1 -0
  622. package/es/number-keyboard/style/index.mjs +3 -0
  623. package/es/number-keyboard/types.d.ts +17 -0
  624. package/es/number-keyboard/types.mjs +0 -0
  625. package/es/overlay/Overlay.d.ts +54 -0
  626. package/es/overlay/Overlay.mjs +65 -0
  627. package/es/overlay/index.css +1 -1
  628. package/es/overlay/index.d.ts +44 -0
  629. package/es/overlay/index.mjs +10 -0
  630. package/es/overlay/style/index.d.ts +1 -0
  631. package/es/overlay/style/index.mjs +2 -0
  632. package/es/overlay/types.d.ts +4 -0
  633. package/es/overlay/types.mjs +0 -0
  634. package/es/pagination/Pagination.d.ts +127 -0
  635. package/es/pagination/Pagination.mjs +154 -0
  636. package/es/pagination/index.css +1 -1
  637. package/es/pagination/index.d.ts +95 -0
  638. package/es/pagination/index.mjs +10 -0
  639. package/es/pagination/style/index.d.ts +1 -0
  640. package/es/pagination/style/index.mjs +2 -0
  641. package/es/pagination/types.d.ts +11 -0
  642. package/es/pagination/types.mjs +0 -0
  643. package/es/password-input/PasswordInput.d.ts +63 -0
  644. package/es/password-input/PasswordInput.mjs +78 -0
  645. package/es/password-input/index.css +1 -1
  646. package/es/password-input/index.d.ts +51 -0
  647. package/es/password-input/index.mjs +10 -0
  648. package/es/password-input/style/index.d.ts +1 -0
  649. package/es/password-input/style/index.mjs +2 -0
  650. package/es/password-input/types.d.ts +17 -0
  651. package/es/password-input/types.mjs +0 -0
  652. package/es/picker/Picker.d.ts +164 -0
  653. package/es/picker/Picker.mjs +214 -0
  654. package/es/picker/PickerColumn.d.ts +61 -0
  655. package/es/picker/PickerColumn.mjs +203 -0
  656. package/es/picker/PickerToolbar.d.ts +21 -0
  657. package/es/picker/PickerToolbar.mjs +66 -0
  658. package/es/picker/index.css +1 -1
  659. package/es/picker/index.d.ts +105 -0
  660. package/es/picker/index.mjs +10 -0
  661. package/es/picker/style/index.d.ts +1 -0
  662. package/es/picker/style/index.mjs +10 -0
  663. package/es/picker/types.d.ts +62 -0
  664. package/es/picker/types.mjs +0 -0
  665. package/es/picker/utils.d.ts +13 -0
  666. package/es/picker/utils.mjs +78 -0
  667. package/es/picker-group/PickerGroup.d.ts +69 -0
  668. package/es/picker-group/PickerGroup.mjs +81 -0
  669. package/es/picker-group/index.css +1 -0
  670. package/es/picker-group/index.d.ts +55 -0
  671. package/es/picker-group/index.mjs +10 -0
  672. package/es/picker-group/style/index.d.ts +1 -0
  673. package/es/picker-group/style/index.mjs +9 -0
  674. package/es/picker-group/types.d.ts +3 -0
  675. package/es/picker-group/types.mjs +0 -0
  676. package/es/popover/Popover.d.ts +177 -0
  677. package/es/popover/Popover.mjs +197 -0
  678. package/es/popover/index.css +1 -1
  679. package/es/popover/index.d.ts +130 -0
  680. package/es/popover/index.mjs +10 -0
  681. package/es/popover/style/index.d.ts +1 -0
  682. package/es/popover/style/index.mjs +6 -0
  683. package/es/popover/types.d.ts +27 -0
  684. package/es/popover/types.mjs +0 -0
  685. package/es/popup/Popup.d.ts +169 -0
  686. package/es/popup/Popup.mjs +220 -0
  687. package/es/popup/index.css +1 -1
  688. package/es/popup/index.d.ts +127 -0
  689. package/es/popup/index.mjs +10 -0
  690. package/es/popup/shared.d.ts +30 -0
  691. package/es/popup/shared.mjs +34 -0
  692. package/es/popup/style/index.d.ts +1 -0
  693. package/es/popup/style/index.mjs +5 -0
  694. package/es/popup/types.d.ts +17 -0
  695. package/es/popup/types.mjs +0 -0
  696. package/es/progress/Progress.d.ts +61 -0
  697. package/es/progress/Progress.mjs +76 -0
  698. package/es/progress/index.css +1 -1
  699. package/es/progress/index.d.ts +49 -0
  700. package/es/progress/index.mjs +10 -0
  701. package/es/progress/style/index.d.ts +1 -0
  702. package/es/progress/style/index.mjs +2 -0
  703. package/es/progress/types.d.ts +14 -0
  704. package/es/progress/types.mjs +0 -0
  705. package/es/pull-refresh/PullRefresh.d.ts +75 -0
  706. package/es/pull-refresh/PullRefresh.mjs +193 -0
  707. package/es/pull-refresh/index.css +1 -1
  708. package/es/pull-refresh/index.d.ts +60 -0
  709. package/es/pull-refresh/index.mjs +10 -0
  710. package/es/pull-refresh/style/index.d.ts +1 -0
  711. package/es/pull-refresh/style/index.mjs +3 -0
  712. package/es/pull-refresh/types.d.ts +6 -0
  713. package/es/pull-refresh/types.mjs +0 -0
  714. package/es/radio/Radio.d.ts +43 -0
  715. package/es/radio/Radio.mjs +44 -0
  716. package/es/radio/index.css +1 -1
  717. package/es/radio/index.d.ts +35 -0
  718. package/es/radio/index.mjs +10 -0
  719. package/es/radio/style/index.d.ts +1 -0
  720. package/es/radio/style/index.mjs +6 -0
  721. package/es/radio/types.d.ts +12 -0
  722. package/es/radio/types.mjs +0 -0
  723. package/es/radio-group/RadioGroup.d.ts +39 -0
  724. package/es/radio-group/RadioGroup.mjs +45 -0
  725. package/es/radio-group/index.css +1 -1
  726. package/es/radio-group/index.d.ts +28 -0
  727. package/es/radio-group/index.mjs +10 -0
  728. package/es/radio-group/style/index.d.ts +1 -0
  729. package/es/radio-group/style/index.mjs +2 -0
  730. package/es/rate/Rate.d.ts +111 -0
  731. package/es/rate/Rate.mjs +224 -0
  732. package/es/rate/index.css +1 -1
  733. package/es/rate/index.d.ts +85 -0
  734. package/es/rate/index.mjs +10 -0
  735. package/es/rate/style/index.d.ts +1 -0
  736. package/es/rate/style/index.mjs +4 -0
  737. package/es/rate/types.d.ts +7 -0
  738. package/es/rate/types.mjs +0 -0
  739. package/es/rolling-text/RollingText.d.ts +104 -0
  740. package/es/rolling-text/RollingText.mjs +94 -0
  741. package/es/rolling-text/RollingTextItem.d.ts +67 -0
  742. package/es/rolling-text/RollingTextItem.mjs +46 -0
  743. package/es/rolling-text/index.css +1 -0
  744. package/es/rolling-text/index.d.ts +79 -0
  745. package/es/rolling-text/index.mjs +10 -0
  746. package/es/rolling-text/style/index.d.ts +1 -0
  747. package/es/rolling-text/style/index.mjs +2 -0
  748. package/es/rolling-text/types.d.ts +17 -0
  749. package/es/rolling-text/types.mjs +0 -0
  750. package/es/row/Row.d.ts +68 -0
  751. package/es/row/Row.mjs +121 -0
  752. package/es/row/index.css +1 -1
  753. package/es/row/index.d.ts +43 -0
  754. package/es/row/index.mjs +10 -0
  755. package/es/row/style/index.d.ts +1 -0
  756. package/es/row/style/index.mjs +2 -0
  757. package/es/search/Search.d.ts +234 -0
  758. package/es/search/Search.mjs +121 -0
  759. package/es/search/index.css +1 -1
  760. package/es/search/index.d.ts +171 -0
  761. package/es/search/index.mjs +10 -0
  762. package/es/search/style/index.d.ts +1 -0
  763. package/es/search/style/index.mjs +6 -0
  764. package/es/search/types.d.ts +21 -0
  765. package/es/search/types.mjs +0 -0
  766. package/es/share-sheet/ShareSheet.d.ts +162 -0
  767. package/es/share-sheet/ShareSheet.mjs +123 -0
  768. package/es/share-sheet/index.css +1 -1
  769. package/es/share-sheet/index.d.ts +115 -0
  770. package/es/share-sheet/index.mjs +10 -0
  771. package/es/share-sheet/style/index.d.ts +1 -0
  772. package/es/share-sheet/style/index.mjs +6 -0
  773. package/es/share-sheet/types.d.ts +17 -0
  774. package/es/share-sheet/types.mjs +0 -0
  775. package/es/sidebar/Sidebar.d.ts +30 -0
  776. package/es/sidebar/Sidebar.mjs +44 -0
  777. package/es/sidebar/index.css +1 -1
  778. package/es/sidebar/index.d.ts +25 -0
  779. package/es/sidebar/index.mjs +10 -0
  780. package/es/sidebar/style/index.d.ts +1 -0
  781. package/es/sidebar/style/index.mjs +2 -0
  782. package/es/sidebar/types.d.ts +3 -0
  783. package/es/sidebar/types.mjs +0 -0
  784. package/es/sidebar-item/SidebarItem.d.ts +42 -0
  785. package/es/sidebar-item/SidebarItem.mjs +72 -0
  786. package/es/sidebar-item/index.css +1 -1
  787. package/es/sidebar-item/index.d.ts +36 -0
  788. package/es/sidebar-item/index.mjs +10 -0
  789. package/es/sidebar-item/style/index.d.ts +1 -0
  790. package/es/sidebar-item/style/index.mjs +4 -0
  791. package/es/sidebar-item/types.d.ts +15 -0
  792. package/es/sidebar-item/types.mjs +0 -0
  793. package/es/signature/Signature.d.ts +76 -0
  794. package/es/signature/Signature.mjs +160 -0
  795. package/es/signature/index.css +1 -0
  796. package/es/signature/index.d.ts +60 -0
  797. package/es/signature/index.mjs +8 -0
  798. package/es/signature/style/index.d.ts +1 -0
  799. package/es/signature/style/index.mjs +6 -0
  800. package/es/signature/types.d.ts +14 -0
  801. package/es/signature/types.mjs +0 -0
  802. package/es/skeleton/Skeleton.d.ts +96 -0
  803. package/es/skeleton/Skeleton.mjs +89 -0
  804. package/es/skeleton/index.css +1 -1
  805. package/es/skeleton/index.d.ts +73 -0
  806. package/es/skeleton/index.mjs +10 -0
  807. package/es/skeleton/style/index.d.ts +1 -0
  808. package/es/skeleton/style/index.mjs +5 -0
  809. package/es/skeleton/types.d.ts +11 -0
  810. package/es/skeleton/types.mjs +0 -0
  811. package/es/skeleton-avatar/SkeletonAvatar.d.ts +26 -0
  812. package/es/skeleton-avatar/SkeletonAvatar.mjs +21 -0
  813. package/es/skeleton-avatar/index.css +1 -0
  814. package/es/skeleton-avatar/index.d.ts +23 -0
  815. package/es/skeleton-avatar/index.mjs +10 -0
  816. package/es/skeleton-avatar/style/index.d.ts +1 -0
  817. package/es/skeleton-avatar/style/index.mjs +2 -0
  818. package/es/skeleton-image/SkeletonImage.d.ts +26 -0
  819. package/es/skeleton-image/SkeletonImage.mjs +25 -0
  820. package/es/skeleton-image/index.css +1 -0
  821. package/es/skeleton-image/index.d.ts +23 -0
  822. package/es/skeleton-image/index.mjs +10 -0
  823. package/es/skeleton-image/style/index.d.ts +1 -0
  824. package/es/skeleton-image/style/index.mjs +4 -0
  825. package/es/skeleton-paragraph/SkeletonParagraph.d.ts +27 -0
  826. package/es/skeleton-paragraph/SkeletonParagraph.mjs +30 -0
  827. package/es/skeleton-paragraph/index.css +1 -0
  828. package/es/skeleton-paragraph/index.d.ts +24 -0
  829. package/es/skeleton-paragraph/index.mjs +11 -0
  830. package/es/skeleton-paragraph/style/index.d.ts +1 -0
  831. package/es/skeleton-paragraph/style/index.mjs +2 -0
  832. package/es/skeleton-title/SkeletonTitle.d.ts +16 -0
  833. package/es/skeleton-title/SkeletonTitle.mjs +25 -0
  834. package/es/skeleton-title/index.css +1 -0
  835. package/es/skeleton-title/index.d.ts +17 -0
  836. package/es/skeleton-title/index.mjs +10 -0
  837. package/es/skeleton-title/style/index.d.ts +1 -0
  838. package/es/skeleton-title/style/index.mjs +2 -0
  839. package/es/slider/Slider.d.ts +100 -0
  840. package/es/slider/Slider.mjs +286 -0
  841. package/es/slider/index.css +1 -1
  842. package/es/slider/index.d.ts +77 -0
  843. package/es/slider/index.mjs +10 -0
  844. package/es/slider/style/index.d.ts +1 -0
  845. package/es/slider/style/index.mjs +2 -0
  846. package/es/slider/types.d.ts +11 -0
  847. package/es/slider/types.mjs +0 -0
  848. package/es/space/Space.d.ts +48 -0
  849. package/es/space/Space.mjs +87 -0
  850. package/es/space/index.css +1 -0
  851. package/es/space/index.d.ts +38 -0
  852. package/es/space/index.mjs +10 -0
  853. package/es/space/style/index.d.ts +1 -0
  854. package/es/space/style/index.mjs +2 -0
  855. package/es/step/Step.d.ts +2 -0
  856. package/es/step/Step.mjs +117 -0
  857. package/es/step/index.css +1 -1
  858. package/es/step/index.d.ts +8 -0
  859. package/es/step/index.mjs +8 -0
  860. package/es/step/style/index.d.ts +1 -0
  861. package/es/step/style/index.mjs +5 -0
  862. package/es/step/types.d.ts +13 -0
  863. package/es/step/types.mjs +0 -0
  864. package/es/stepper/Stepper.d.ts +194 -0
  865. package/es/stepper/Stepper.mjs +248 -0
  866. package/es/stepper/index.css +1 -1
  867. package/es/stepper/index.d.ts +143 -0
  868. package/es/stepper/index.mjs +10 -0
  869. package/es/stepper/style/index.d.ts +1 -0
  870. package/es/stepper/style/index.mjs +2 -0
  871. package/es/stepper/types.d.ts +15 -0
  872. package/es/stepper/types.mjs +0 -0
  873. package/es/steps/Steps.d.ts +71 -0
  874. package/es/steps/Steps.mjs +46 -0
  875. package/es/steps/index.css +1 -1
  876. package/es/steps/index.d.ts +52 -0
  877. package/es/steps/index.mjs +10 -0
  878. package/es/steps/style/index.d.ts +1 -0
  879. package/es/steps/style/index.mjs +2 -0
  880. package/es/steps/types.d.ts +3 -0
  881. package/es/steps/types.mjs +0 -0
  882. package/es/sticky/Sticky.d.ts +58 -0
  883. package/es/sticky/Sticky.mjs +138 -0
  884. package/es/sticky/index.css +1 -1
  885. package/es/sticky/index.d.ts +47 -0
  886. package/es/sticky/index.mjs +10 -0
  887. package/es/sticky/style/index.d.ts +1 -0
  888. package/es/sticky/style/index.mjs +2 -0
  889. package/es/sticky/types.d.ts +3 -0
  890. package/es/sticky/types.mjs +0 -0
  891. package/es/style/animation.css +1 -1
  892. package/es/style/base.css +1 -1
  893. package/es/style/css-variables.css +1 -0
  894. package/es/style/normalize.css +1 -1
  895. package/es/submit-bar/SubmitBar.d.ts +101 -0
  896. package/es/submit-bar/SubmitBar.mjs +115 -0
  897. package/es/submit-bar/index.css +1 -1
  898. package/es/submit-bar/index.d.ts +76 -0
  899. package/es/submit-bar/index.mjs +10 -0
  900. package/es/submit-bar/style/index.d.ts +1 -0
  901. package/es/submit-bar/style/index.mjs +6 -0
  902. package/es/submit-bar/types.d.ts +20 -0
  903. package/es/submit-bar/types.mjs +0 -0
  904. package/es/swipe/Swipe.d.ts +123 -0
  905. package/es/swipe/Swipe.mjs +375 -0
  906. package/es/swipe/index.css +1 -1
  907. package/es/swipe/index.d.ts +93 -0
  908. package/es/swipe/index.mjs +10 -0
  909. package/es/swipe/style/index.d.ts +1 -0
  910. package/es/swipe/style/index.mjs +2 -0
  911. package/es/swipe/types.d.ts +39 -0
  912. package/es/swipe/types.mjs +0 -0
  913. package/es/swipe-cell/SwipeCell.d.ts +44 -0
  914. package/es/swipe-cell/SwipeCell.mjs +174 -0
  915. package/es/swipe-cell/index.css +1 -1
  916. package/es/swipe-cell/index.d.ts +39 -0
  917. package/es/swipe-cell/index.mjs +10 -0
  918. package/es/swipe-cell/style/index.d.ts +1 -0
  919. package/es/swipe-cell/style/index.mjs +2 -0
  920. package/es/swipe-cell/types.d.ts +9 -0
  921. package/es/swipe-cell/types.mjs +0 -0
  922. package/es/swipe-item/SwipeItem.d.ts +2 -0
  923. package/es/swipe-item/SwipeItem.mjs +81 -0
  924. package/es/swipe-item/index.css +1 -1
  925. package/es/swipe-item/index.d.ts +7 -0
  926. package/es/swipe-item/index.mjs +8 -0
  927. package/es/swipe-item/style/index.d.ts +1 -0
  928. package/es/swipe-item/style/index.mjs +3 -0
  929. package/es/switch/Switch.d.ts +58 -0
  930. package/es/switch/Switch.mjs +85 -0
  931. package/es/switch/index.css +1 -1
  932. package/es/switch/index.d.ts +48 -0
  933. package/es/switch/index.mjs +10 -0
  934. package/es/switch/style/index.d.ts +1 -0
  935. package/es/switch/style/index.mjs +3 -0
  936. package/es/switch/types.d.ts +12 -0
  937. package/es/switch/types.mjs +0 -0
  938. package/es/tab/Tab.d.ts +58 -0
  939. package/es/tab/Tab.mjs +154 -0
  940. package/es/tab/TabTitle.d.ts +44 -0
  941. package/es/tab/TabTitle.mjs +90 -0
  942. package/es/tab/index.css +1 -1
  943. package/es/tab/index.d.ts +46 -0
  944. package/es/tab/index.mjs +10 -0
  945. package/es/tab/style/index.d.ts +1 -0
  946. package/es/tab/style/index.mjs +7 -0
  947. package/es/tabbar/Tabbar.d.ts +90 -0
  948. package/es/tabbar/Tabbar.mjs +84 -0
  949. package/es/tabbar/index.css +1 -1
  950. package/es/tabbar/index.d.ts +66 -0
  951. package/es/tabbar/index.mjs +10 -0
  952. package/es/tabbar/style/index.d.ts +1 -0
  953. package/es/tabbar/style/index.mjs +2 -0
  954. package/es/tabbar/types.d.ts +5 -0
  955. package/es/tabbar/types.mjs +0 -0
  956. package/es/tabbar-item/TabbarItem.d.ts +44 -0
  957. package/es/tabbar-item/TabbarItem.mjs +120 -0
  958. package/es/tabbar-item/index.css +1 -1
  959. package/es/tabbar-item/index.d.ts +37 -0
  960. package/es/tabbar-item/index.mjs +10 -0
  961. package/es/tabbar-item/style/index.d.ts +1 -0
  962. package/es/tabbar-item/style/index.mjs +5 -0
  963. package/es/tabbar-item/types.d.ts +9 -0
  964. package/es/tabbar-item/types.mjs +0 -0
  965. package/es/tabs/Tabs.d.ts +167 -0
  966. package/es/tabs/Tabs.mjs +357 -0
  967. package/es/tabs/TabsContent.d.ts +43 -0
  968. package/es/tabs/TabsContent.mjs +67 -0
  969. package/es/tabs/index.css +1 -1
  970. package/es/tabs/index.d.ts +124 -0
  971. package/es/tabs/index.mjs +10 -0
  972. package/es/tabs/style/index.d.ts +1 -0
  973. package/es/tabs/style/index.mjs +4 -0
  974. package/es/tabs/types.d.ts +39 -0
  975. package/es/tabs/types.mjs +0 -0
  976. package/es/tabs/utils.d.ts +3 -0
  977. package/es/tabs/utils.mjs +49 -0
  978. package/es/tag/Tag.d.ts +63 -0
  979. package/es/tag/Tag.mjs +78 -0
  980. package/es/tag/index.css +1 -1
  981. package/es/tag/index.d.ts +51 -0
  982. package/es/tag/index.mjs +10 -0
  983. package/es/tag/style/index.d.ts +1 -0
  984. package/es/tag/style/index.mjs +4 -0
  985. package/es/tag/types.d.ts +20 -0
  986. package/es/tag/types.mjs +0 -0
  987. package/es/text-ellipsis/TextEllipsis.d.ts +89 -0
  988. package/es/text-ellipsis/TextEllipsis.mjs +167 -0
  989. package/es/text-ellipsis/index.css +1 -0
  990. package/es/text-ellipsis/index.d.ts +69 -0
  991. package/es/text-ellipsis/index.mjs +10 -0
  992. package/es/text-ellipsis/style/index.d.ts +1 -0
  993. package/es/text-ellipsis/style/index.mjs +2 -0
  994. package/es/text-ellipsis/types.d.ts +9 -0
  995. package/es/text-ellipsis/types.mjs +0 -0
  996. package/es/time-picker/TimePicker.d.ts +246 -0
  997. package/es/time-picker/TimePicker.mjs +138 -0
  998. package/es/time-picker/index.d.ts +175 -0
  999. package/es/time-picker/index.mjs +10 -0
  1000. package/es/time-picker/style/index.d.ts +1 -0
  1001. package/es/time-picker/style/index.mjs +10 -0
  1002. package/es/toast/Toast.d.ts +118 -0
  1003. package/es/toast/Toast.mjs +127 -0
  1004. package/es/toast/function-call.d.ts +36 -0
  1005. package/es/toast/function-call.mjs +141 -0
  1006. package/es/toast/index.css +1 -1
  1007. package/es/toast/index.d.ts +89 -0
  1008. package/es/toast/index.mjs +28 -0
  1009. package/es/toast/lock-click.d.ts +1 -0
  1010. package/es/toast/lock-click.mjs +17 -0
  1011. package/es/toast/style/index.d.ts +1 -0
  1012. package/es/toast/style/index.mjs +7 -0
  1013. package/es/toast/types.d.ts +56 -0
  1014. package/es/toast/types.mjs +0 -0
  1015. package/es/tree-select/TreeSelect.d.ts +106 -0
  1016. package/es/tree-select/TreeSelect.mjs +103 -0
  1017. package/es/tree-select/index.css +1 -1
  1018. package/es/tree-select/index.d.ts +72 -0
  1019. package/es/tree-select/index.mjs +10 -0
  1020. package/es/tree-select/style/index.d.ts +1 -0
  1021. package/es/tree-select/style/index.mjs +6 -0
  1022. package/es/tree-select/types.d.ts +10 -0
  1023. package/es/tree-select/types.mjs +0 -0
  1024. package/es/uploader/Uploader.d.ts +217 -0
  1025. package/es/uploader/Uploader.mjs +272 -0
  1026. package/es/uploader/UploaderPreviewItem.d.ts +40 -0
  1027. package/es/uploader/UploaderPreviewItem.mjs +130 -0
  1028. package/es/uploader/index.css +1 -1
  1029. package/es/uploader/index.d.ts +159 -0
  1030. package/es/uploader/index.mjs +10 -0
  1031. package/es/uploader/style/index.d.ts +1 -0
  1032. package/es/uploader/style/index.mjs +11 -0
  1033. package/es/uploader/types.d.ts +61 -0
  1034. package/es/uploader/types.mjs +0 -0
  1035. package/es/uploader/utils.d.ts +11 -0
  1036. package/es/uploader/utils.mjs +69 -0
  1037. package/es/utils/basic.d.ts +30 -0
  1038. package/es/utils/basic.mjs +56 -0
  1039. package/es/utils/closest.d.ts +1 -0
  1040. package/es/utils/closest.mjs +8 -0
  1041. package/es/utils/constant.d.ts +14 -0
  1042. package/es/utils/constant.mjs +26 -0
  1043. package/es/utils/create.d.ts +17 -0
  1044. package/es/utils/create.mjs +52 -0
  1045. package/es/utils/deep-assign.d.ts +3 -0
  1046. package/es/utils/deep-assign.mjs +22 -0
  1047. package/es/utils/deep-clone.d.ts +1 -0
  1048. package/es/utils/deep-clone.mjs +20 -0
  1049. package/es/utils/dom.d.ts +13 -0
  1050. package/es/utils/dom.mjs +84 -0
  1051. package/es/utils/format.d.ts +13 -0
  1052. package/es/utils/format.mjs +120 -0
  1053. package/es/utils/index.d.ts +9 -0
  1054. package/es/utils/index.mjs +9 -0
  1055. package/es/utils/interceptor.d.ts +7 -0
  1056. package/es/utils/interceptor.mjs +29 -0
  1057. package/es/utils/mount-component.d.ts +14 -0
  1058. package/es/utils/mount-component.mjs +39 -0
  1059. package/es/utils/props.d.ts +31 -0
  1060. package/es/utils/props.mjs +36 -0
  1061. package/es/utils/with-install.d.ts +13 -0
  1062. package/es/utils/with-install.mjs +14 -0
  1063. package/es/vue-sfc-shim.d.ts +6 -0
  1064. package/es/vue-tsx-shim.d.ts +24 -0
  1065. package/es/watermark/Watermark.d.ts +112 -0
  1066. package/es/watermark/Watermark.mjs +132 -0
  1067. package/es/watermark/index.css +1 -0
  1068. package/es/watermark/index.d.ts +84 -0
  1069. package/es/watermark/index.mjs +10 -0
  1070. package/es/watermark/style/index.d.ts +1 -0
  1071. package/es/watermark/style/index.mjs +2 -0
  1072. package/es/watermark/types.d.ts +3 -0
  1073. package/es/watermark/types.mjs +0 -0
  1074. package/lib/action-bar/ActionBar.d.ts +27 -0
  1075. package/lib/action-bar/ActionBar.js +63 -0
  1076. package/lib/action-bar/index.css +1 -0
  1077. package/lib/action-bar/index.d.ts +25 -0
  1078. package/lib/action-bar/index.js +39 -0
  1079. package/lib/action-bar/style/index.d.ts +1 -0
  1080. package/lib/action-bar/style/index.js +2 -0
  1081. package/lib/action-bar/types.d.ts +4 -0
  1082. package/lib/action-bar/types.js +15 -0
  1083. package/lib/action-bar-button/ActionBarButton.d.ts +43 -0
  1084. package/lib/action-bar-button/ActionBarButton.js +92 -0
  1085. package/lib/action-bar-button/index.css +1 -0
  1086. package/lib/action-bar-button/index.d.ts +36 -0
  1087. package/lib/action-bar-button/index.js +39 -0
  1088. package/lib/action-bar-button/style/index.d.ts +1 -0
  1089. package/lib/action-bar-button/style/index.js +7 -0
  1090. package/lib/action-bar-button/types.d.ts +5 -0
  1091. package/lib/action-bar-button/types.js +15 -0
  1092. package/lib/action-bar-icon/ActionBarIcon.d.ts +48 -0
  1093. package/lib/action-bar-icon/ActionBarIcon.js +87 -0
  1094. package/lib/action-bar-icon/index.css +1 -0
  1095. package/lib/action-bar-icon/index.d.ts +39 -0
  1096. package/lib/action-bar-icon/index.js +39 -0
  1097. package/lib/action-bar-icon/style/index.d.ts +1 -0
  1098. package/lib/action-bar-icon/style/index.js +5 -0
  1099. package/lib/action-bar-icon/types.d.ts +10 -0
  1100. package/lib/action-bar-icon/types.js +15 -0
  1101. package/lib/action-sheet/ActionSheet.d.ts +195 -0
  1102. package/lib/action-sheet/ActionSheet.js +158 -0
  1103. package/lib/action-sheet/index.css +1 -1
  1104. package/lib/action-sheet/index.d.ts +136 -0
  1105. package/lib/action-sheet/index.js +37 -196
  1106. package/lib/action-sheet/style/index.d.ts +1 -0
  1107. package/lib/action-sheet/style/index.js +7 -7
  1108. package/lib/action-sheet/types.d.ts +23 -0
  1109. package/lib/action-sheet/types.js +15 -0
  1110. package/lib/address-edit/AddressEdit.d.ts +158 -0
  1111. package/lib/address-edit/AddressEdit.js +324 -0
  1112. package/lib/address-edit/AddressEditDetail.d.ts +32 -0
  1113. package/lib/address-edit/AddressEditDetail.js +94 -0
  1114. package/lib/address-edit/index.css +1 -1
  1115. package/lib/address-edit/index.d.ts +119 -0
  1116. package/lib/address-edit/index.js +36 -511
  1117. package/lib/address-edit/style/index.d.ts +1 -0
  1118. package/lib/address-edit/style/index.js +19 -16
  1119. package/lib/address-edit/types.d.ts +28 -0
  1120. package/lib/address-edit/types.js +15 -0
  1121. package/lib/address-list/AddressList.d.ts +95 -0
  1122. package/lib/address-list/AddressList.js +132 -0
  1123. package/lib/address-list/AddressListItem.d.ts +46 -0
  1124. package/lib/address-list/AddressListItem.js +127 -0
  1125. package/lib/address-list/index.css +1 -1
  1126. package/lib/address-list/index.d.ts +75 -0
  1127. package/lib/address-list/index.js +37 -106
  1128. package/lib/address-list/style/index.d.ts +1 -0
  1129. package/lib/address-list/style/index.js +12 -10
  1130. package/lib/address-list/types.d.ts +15 -0
  1131. package/lib/address-list/types.js +15 -0
  1132. package/lib/area/Area.d.ts +134 -0
  1133. package/lib/area/Area.js +95 -0
  1134. package/lib/area/index.d.ts +100 -0
  1135. package/lib/area/index.js +37 -329
  1136. package/lib/area/style/index.d.ts +1 -0
  1137. package/lib/area/style/index.js +10 -3
  1138. package/lib/area/types.d.ts +9 -0
  1139. package/lib/area/types.js +15 -0
  1140. package/lib/area/utils.d.ts +6 -0
  1141. package/lib/area/utils.js +111 -0
  1142. package/lib/back-top/BackTop.d.ts +53 -0
  1143. package/lib/back-top/BackTop.js +137 -0
  1144. package/lib/back-top/index.css +1 -0
  1145. package/lib/back-top/index.d.ts +44 -0
  1146. package/lib/back-top/index.js +39 -0
  1147. package/lib/back-top/style/index.d.ts +1 -0
  1148. package/lib/back-top/style/index.js +4 -0
  1149. package/lib/back-top/types.d.ts +9 -0
  1150. package/lib/back-top/types.js +15 -0
  1151. package/lib/badge/Badge.d.ts +66 -0
  1152. package/lib/badge/Badge.js +123 -0
  1153. package/lib/badge/index.css +1 -1
  1154. package/lib/badge/index.d.ts +51 -0
  1155. package/lib/badge/index.js +37 -74
  1156. package/lib/badge/style/index.d.ts +1 -0
  1157. package/lib/badge/style/index.js +2 -2
  1158. package/lib/badge/types.d.ts +12 -0
  1159. package/lib/badge/types.js +15 -0
  1160. package/lib/barrage/Barrage.d.ts +93 -0
  1161. package/lib/barrage/Barrage.js +152 -0
  1162. package/lib/barrage/index.css +1 -0
  1163. package/lib/barrage/index.d.ts +69 -0
  1164. package/lib/barrage/index.js +39 -0
  1165. package/lib/barrage/style/index.d.ts +1 -0
  1166. package/lib/barrage/style/index.js +2 -0
  1167. package/lib/barrage/types.d.ts +13 -0
  1168. package/lib/barrage/types.js +15 -0
  1169. package/lib/button/Button.d.ts +140 -0
  1170. package/lib/button/Button.js +167 -0
  1171. package/lib/button/index.css +1 -1
  1172. package/lib/button/index.d.ts +104 -0
  1173. package/lib/button/index.js +37 -196
  1174. package/lib/button/style/index.d.ts +1 -0
  1175. package/lib/button/style/index.js +5 -5
  1176. package/lib/button/types.d.ts +41 -0
  1177. package/lib/button/types.js +15 -0
  1178. package/lib/calendar/Calendar.d.ts +299 -0
  1179. package/lib/calendar/Calendar.js +478 -0
  1180. package/lib/calendar/CalendarDay.d.ts +33 -0
  1181. package/lib/calendar/CalendarDay.js +151 -0
  1182. package/lib/calendar/CalendarHeader.d.ts +36 -0
  1183. package/lib/calendar/CalendarHeader.js +132 -0
  1184. package/lib/calendar/CalendarMonth.d.ts +69 -0
  1185. package/lib/calendar/CalendarMonth.js +242 -0
  1186. package/lib/calendar/index.css +1 -1
  1187. package/lib/calendar/index.d.ts +215 -0
  1188. package/lib/calendar/index.js +37 -569
  1189. package/lib/calendar/style/index.d.ts +1 -0
  1190. package/lib/calendar/style/index.js +16 -9
  1191. package/lib/calendar/types.d.ts +60 -0
  1192. package/lib/calendar/types.js +15 -0
  1193. package/lib/calendar/utils.d.ts +18 -0
  1194. package/lib/calendar/utils.js +83 -73
  1195. package/lib/card/Card.d.ts +56 -0
  1196. package/lib/card/Card.js +145 -0
  1197. package/lib/card/index.css +1 -1
  1198. package/lib/card/index.d.ts +46 -0
  1199. package/lib/card/index.js +37 -170
  1200. package/lib/card/style/index.d.ts +1 -0
  1201. package/lib/card/style/index.js +6 -6
  1202. package/lib/card/types.d.ts +18 -0
  1203. package/lib/card/types.js +15 -0
  1204. package/lib/cascader/Cascader.d.ts +96 -0
  1205. package/lib/cascader/Cascader.js +259 -0
  1206. package/lib/cascader/index.css +1 -1
  1207. package/lib/cascader/index.d.ts +74 -0
  1208. package/lib/cascader/index.js +37 -294
  1209. package/lib/cascader/style/index.d.ts +1 -0
  1210. package/lib/cascader/style/index.js +9 -7
  1211. package/lib/cascader/types.d.ts +34 -0
  1212. package/lib/cascader/types.js +15 -0
  1213. package/lib/cell/Cell.d.ts +148 -0
  1214. package/lib/cell/Cell.js +150 -0
  1215. package/lib/cell/index.css +1 -1
  1216. package/lib/cell/index.d.ts +86 -0
  1217. package/lib/cell/index.js +38 -136
  1218. package/lib/cell/style/index.d.ts +1 -0
  1219. package/lib/cell/style/index.js +4 -4
  1220. package/lib/cell/types.d.ts +21 -0
  1221. package/lib/cell/types.js +15 -0
  1222. package/lib/cell-group/CellGroup.d.ts +29 -0
  1223. package/lib/cell-group/CellGroup.js +63 -0
  1224. package/lib/cell-group/index.css +1 -1
  1225. package/lib/cell-group/index.d.ts +27 -0
  1226. package/lib/cell-group/index.js +37 -52
  1227. package/lib/cell-group/style/index.d.ts +1 -0
  1228. package/lib/cell-group/style/index.js +2 -2
  1229. package/lib/cell-group/types.d.ts +10 -0
  1230. package/lib/cell-group/types.js +15 -0
  1231. package/lib/checkbox/Checkbox.d.ts +68 -0
  1232. package/lib/checkbox/Checkbox.js +118 -0
  1233. package/lib/checkbox/Checker.d.ts +87 -0
  1234. package/lib/checkbox/Checker.js +161 -0
  1235. package/lib/checkbox/index.css +1 -1
  1236. package/lib/checkbox/index.d.ts +54 -0
  1237. package/lib/checkbox/index.js +37 -86
  1238. package/lib/checkbox/style/index.d.ts +1 -0
  1239. package/lib/checkbox/style/index.js +5 -4
  1240. package/lib/checkbox/types.d.ts +24 -0
  1241. package/lib/checkbox/types.js +15 -0
  1242. package/lib/checkbox-group/CheckboxGroup.d.ts +57 -0
  1243. package/lib/checkbox-group/CheckboxGroup.js +91 -0
  1244. package/lib/checkbox-group/index.css +1 -1
  1245. package/lib/checkbox-group/index.d.ts +45 -0
  1246. package/lib/checkbox-group/index.js +37 -71
  1247. package/lib/checkbox-group/style/index.d.ts +1 -0
  1248. package/lib/checkbox-group/style/index.js +2 -2
  1249. package/lib/checkbox-group/types.d.ts +16 -0
  1250. package/lib/checkbox-group/types.js +15 -0
  1251. package/lib/circle/Circle.d.ts +118 -0
  1252. package/lib/circle/Circle.js +171 -0
  1253. package/lib/circle/index.css +1 -1
  1254. package/lib/circle/index.d.ts +88 -0
  1255. package/lib/circle/index.js +37 -181
  1256. package/lib/circle/style/index.d.ts +1 -0
  1257. package/lib/circle/style/index.js +2 -2
  1258. package/lib/circle/types.d.ts +9 -0
  1259. package/lib/circle/types.js +15 -0
  1260. package/lib/col/Col.d.ts +38 -0
  1261. package/lib/col/Col.js +90 -0
  1262. package/lib/col/index.css +1 -1
  1263. package/lib/col/index.d.ts +32 -0
  1264. package/lib/col/index.js +37 -61
  1265. package/lib/col/style/index.d.ts +1 -0
  1266. package/lib/col/style/index.js +3 -2
  1267. package/lib/collapse/Collapse.d.ts +55 -0
  1268. package/lib/collapse/Collapse.js +127 -0
  1269. package/lib/collapse/index.d.ts +36 -0
  1270. package/lib/collapse/index.js +37 -46
  1271. package/lib/collapse/style/index.d.ts +1 -0
  1272. package/lib/collapse/style/index.js +1 -1
  1273. package/lib/collapse-item/CollapseItem.d.ts +141 -0
  1274. package/lib/collapse-item/CollapseItem.js +155 -0
  1275. package/lib/collapse-item/index.css +1 -1
  1276. package/lib/collapse-item/index.d.ts +104 -0
  1277. package/lib/collapse-item/index.js +37 -215
  1278. package/lib/collapse-item/style/index.d.ts +1 -0
  1279. package/lib/collapse-item/style/index.js +5 -5
  1280. package/lib/collapse-item/types.d.ts +15 -0
  1281. package/lib/collapse-item/types.js +15 -0
  1282. package/lib/composables/on-popup-reopen.d.ts +3 -0
  1283. package/lib/composables/on-popup-reopen.js +35 -0
  1284. package/lib/composables/use-expose.d.ts +1 -0
  1285. package/lib/composables/use-expose.js +30 -0
  1286. package/lib/composables/use-global-z-index.d.ts +4 -0
  1287. package/lib/composables/use-global-z-index.js +28 -0
  1288. package/lib/composables/use-height.d.ts +2 -0
  1289. package/lib/composables/use-height.js +43 -0
  1290. package/lib/composables/use-id.d.ts +1 -0
  1291. package/lib/composables/use-id.js +32 -0
  1292. package/lib/composables/use-lazy-render.d.ts +2 -0
  1293. package/lib/composables/use-lazy-render.js +36 -0
  1294. package/lib/composables/use-lock-scroll.d.ts +2 -0
  1295. package/lib/composables/use-lock-scroll.js +77 -0
  1296. package/lib/composables/use-placeholder.d.ts +3 -0
  1297. package/lib/composables/use-placeholder.js +33 -0
  1298. package/lib/composables/use-refs.d.ts +2 -0
  1299. package/lib/composables/use-refs.js +39 -0
  1300. package/lib/composables/use-route.d.ts +13 -0
  1301. package/lib/composables/use-route.js +46 -0
  1302. package/lib/composables/use-scope-id.d.ts +3 -0
  1303. package/lib/composables/use-scope-id.js +28 -0
  1304. package/lib/composables/use-sync-prop-ref.d.ts +2 -0
  1305. package/lib/composables/use-sync-prop-ref.js +37 -0
  1306. package/lib/composables/use-tab-status.d.ts +3 -0
  1307. package/lib/composables/use-tab-status.js +26 -0
  1308. package/lib/composables/use-touch.d.ts +17 -0
  1309. package/lib/composables/use-touch.js +87 -0
  1310. package/lib/composables/use-visibility-change.d.ts +2 -0
  1311. package/lib/composables/use-visibility-change.js +49 -0
  1312. package/lib/config-provider/ConfigProvider.d.ts +71 -0
  1313. package/lib/config-provider/ConfigProvider.js +121 -0
  1314. package/lib/config-provider/index.d.ts +50 -0
  1315. package/lib/config-provider/index.js +39 -0
  1316. package/lib/config-provider/style/index.d.ts +1 -0
  1317. package/lib/config-provider/style/index.js +1 -0
  1318. package/lib/config-provider/types.d.ts +61 -0
  1319. package/lib/config-provider/types.js +15 -0
  1320. package/lib/contact-card/ContactCard.d.ts +47 -0
  1321. package/lib/contact-card/ContactCard.js +65 -0
  1322. package/lib/contact-card/index.css +1 -1
  1323. package/lib/contact-card/index.d.ts +39 -0
  1324. package/lib/contact-card/index.js +37 -70
  1325. package/lib/contact-card/style/index.d.ts +1 -0
  1326. package/lib/contact-card/style/index.js +5 -5
  1327. package/lib/contact-card/types.d.ts +6 -0
  1328. package/lib/contact-card/types.js +15 -0
  1329. package/lib/contact-edit/ContactEdit.d.ts +64 -0
  1330. package/lib/contact-edit/ContactEdit.js +131 -0
  1331. package/lib/contact-edit/index.css +1 -1
  1332. package/lib/contact-edit/index.d.ts +49 -0
  1333. package/lib/contact-edit/index.js +36 -207
  1334. package/lib/contact-edit/style/index.d.ts +1 -0
  1335. package/lib/contact-edit/style/index.js +9 -14
  1336. package/lib/contact-edit/types.d.ts +8 -0
  1337. package/lib/contact-edit/types.js +15 -0
  1338. package/lib/contact-list/ContactList.d.ts +32 -0
  1339. package/lib/contact-list/ContactList.js +108 -0
  1340. package/lib/contact-list/index.css +1 -1
  1341. package/lib/contact-list/index.d.ts +25 -0
  1342. package/lib/contact-list/index.js +38 -137
  1343. package/lib/contact-list/style/index.d.ts +1 -0
  1344. package/lib/contact-list/style/index.js +11 -10
  1345. package/lib/contact-list/types.d.ts +6 -0
  1346. package/lib/contact-list/types.js +15 -0
  1347. package/lib/count-down/CountDown.d.ts +55 -0
  1348. package/lib/count-down/CountDown.js +75 -0
  1349. package/lib/count-down/index.css +1 -1
  1350. package/lib/count-down/index.d.ts +46 -0
  1351. package/lib/count-down/index.js +37 -162
  1352. package/lib/count-down/style/index.d.ts +1 -0
  1353. package/lib/count-down/style/index.js +2 -2
  1354. package/lib/count-down/types.d.ts +16 -0
  1355. package/lib/count-down/types.js +15 -0
  1356. package/lib/count-down/utils.d.ts +2 -0
  1357. package/lib/count-down/utils.js +45 -65
  1358. package/lib/coupon/Coupon.d.ts +45 -0
  1359. package/lib/coupon/Coupon.js +98 -0
  1360. package/lib/coupon/index.css +1 -1
  1361. package/lib/coupon/index.d.ts +35 -0
  1362. package/lib/coupon/index.js +35 -121
  1363. package/lib/coupon/style/index.d.ts +1 -0
  1364. package/lib/coupon/style/index.js +6 -5
  1365. package/lib/coupon/types.d.ts +19 -0
  1366. package/lib/coupon/types.js +15 -0
  1367. package/lib/coupon/utils.d.ts +3 -0
  1368. package/lib/coupon/utils.js +33 -0
  1369. package/lib/coupon-cell/CouponCell.d.ts +78 -0
  1370. package/lib/coupon-cell/CouponCell.js +89 -0
  1371. package/lib/coupon-cell/index.css +1 -1
  1372. package/lib/coupon-cell/index.d.ts +60 -0
  1373. package/lib/coupon-cell/index.js +36 -89
  1374. package/lib/coupon-cell/style/index.d.ts +1 -0
  1375. package/lib/coupon-cell/style/index.js +5 -6
  1376. package/lib/coupon-cell/types.d.ts +3 -0
  1377. package/lib/coupon-cell/types.js +15 -0
  1378. package/lib/coupon-list/CouponList.d.ts +170 -0
  1379. package/lib/coupon-list/CouponList.js +215 -0
  1380. package/lib/coupon-list/index.css +1 -1
  1381. package/lib/coupon-list/index.d.ts +125 -0
  1382. package/lib/coupon-list/index.js +37 -278
  1383. package/lib/coupon-list/style/index.d.ts +1 -0
  1384. package/lib/coupon-list/style/index.js +17 -13
  1385. package/lib/coupon-list/types.d.ts +9 -0
  1386. package/lib/coupon-list/types.js +15 -0
  1387. package/lib/date-picker/DatePicker.d.ts +176 -0
  1388. package/lib/date-picker/DatePicker.js +152 -0
  1389. package/lib/date-picker/index.d.ts +127 -0
  1390. package/lib/date-picker/index.js +39 -0
  1391. package/lib/date-picker/style/index.d.ts +1 -0
  1392. package/lib/date-picker/style/index.js +10 -0
  1393. package/lib/date-picker/utils.d.ts +46 -0
  1394. package/lib/date-picker/utils.js +69 -0
  1395. package/lib/dialog/Dialog.d.ts +200 -0
  1396. package/lib/dialog/Dialog.js +218 -274
  1397. package/lib/dialog/function-call.d.ts +21 -0
  1398. package/lib/dialog/function-call.js +114 -0
  1399. package/lib/dialog/index.css +1 -1
  1400. package/lib/dialog/index.d.ts +147 -0
  1401. package/lib/dialog/index.js +42 -113
  1402. package/lib/dialog/style/index.d.ts +1 -0
  1403. package/lib/dialog/style/index.js +10 -10
  1404. package/lib/dialog/types.d.ts +53 -0
  1405. package/lib/dialog/types.js +15 -0
  1406. package/lib/divider/Divider.d.ts +44 -0
  1407. package/lib/divider/Divider.js +52 -0
  1408. package/lib/divider/index.css +1 -1
  1409. package/lib/divider/index.d.ts +37 -0
  1410. package/lib/divider/index.js +37 -48
  1411. package/lib/divider/style/index.d.ts +1 -0
  1412. package/lib/divider/style/index.js +2 -2
  1413. package/lib/divider/types.d.ts +10 -0
  1414. package/lib/divider/types.js +15 -0
  1415. package/lib/dropdown-item/DropdownItem.d.ts +59 -0
  1416. package/lib/dropdown-item/DropdownItem.js +220 -0
  1417. package/lib/dropdown-item/index.css +1 -1
  1418. package/lib/dropdown-item/index.d.ts +50 -0
  1419. package/lib/dropdown-item/index.js +37 -223
  1420. package/lib/dropdown-item/style/index.d.ts +1 -0
  1421. package/lib/dropdown-item/style/index.js +8 -7
  1422. package/lib/dropdown-item/types.d.ts +27 -0
  1423. package/lib/dropdown-item/types.js +15 -0
  1424. package/lib/dropdown-menu/DropdownMenu.d.ts +89 -0
  1425. package/lib/dropdown-menu/DropdownMenu.js +168 -0
  1426. package/lib/dropdown-menu/index.css +1 -1
  1427. package/lib/dropdown-menu/index.d.ts +68 -0
  1428. package/lib/dropdown-menu/index.js +37 -140
  1429. package/lib/dropdown-menu/style/index.d.ts +1 -0
  1430. package/lib/dropdown-menu/style/index.js +2 -2
  1431. package/lib/dropdown-menu/types.d.ts +27 -0
  1432. package/lib/dropdown-menu/types.js +15 -0
  1433. package/lib/empty/Empty.d.ts +29 -0
  1434. package/lib/empty/Empty.js +362 -0
  1435. package/lib/empty/index.css +1 -1
  1436. package/lib/empty/index.d.ts +26 -0
  1437. package/lib/empty/index.js +37 -90
  1438. package/lib/empty/style/index.d.ts +1 -0
  1439. package/lib/empty/style/index.js +2 -2
  1440. package/lib/empty/types.d.ts +10 -0
  1441. package/lib/empty/types.js +15 -0
  1442. package/lib/field/Field.d.ts +383 -0
  1443. package/lib/field/Field.js +567 -0
  1444. package/lib/field/index.css +1 -1
  1445. package/lib/field/index.d.ts +238 -0
  1446. package/lib/field/index.js +37 -650
  1447. package/lib/field/style/index.d.ts +1 -0
  1448. package/lib/field/style/index.js +5 -5
  1449. package/lib/field/types.d.ts +65 -0
  1450. package/lib/field/types.js +15 -0
  1451. package/lib/field/utils.d.ts +15 -0
  1452. package/lib/field/utils.js +116 -0
  1453. package/lib/floating-bubble/FloatingBubble.d.ts +81 -0
  1454. package/lib/floating-bubble/FloatingBubble.js +203 -0
  1455. package/lib/floating-bubble/index.css +1 -0
  1456. package/lib/floating-bubble/index.d.ts +63 -0
  1457. package/lib/floating-bubble/index.js +39 -0
  1458. package/lib/floating-bubble/style/index.d.ts +1 -0
  1459. package/lib/floating-bubble/style/index.js +4 -0
  1460. package/lib/floating-bubble/types.d.ts +20 -0
  1461. package/lib/floating-bubble/types.js +15 -0
  1462. package/lib/floating-panel/FloatingPanel.d.ts +81 -0
  1463. package/lib/floating-panel/FloatingPanel.js +153 -0
  1464. package/lib/floating-panel/index.css +1 -0
  1465. package/lib/floating-panel/index.d.ts +64 -0
  1466. package/lib/floating-panel/index.js +39 -0
  1467. package/lib/floating-panel/style/index.d.ts +1 -0
  1468. package/lib/floating-panel/style/index.js +2 -0
  1469. package/lib/floating-panel/types.d.ts +9 -0
  1470. package/lib/floating-panel/types.js +15 -0
  1471. package/lib/form/Form.d.ts +94 -0
  1472. package/lib/form/Form.js +187 -0
  1473. package/lib/form/index.d.ts +74 -0
  1474. package/lib/form/index.js +37 -206
  1475. package/lib/form/style/index.d.ts +1 -0
  1476. package/lib/form/style/index.js +1 -1
  1477. package/lib/form/types.d.ts +15 -0
  1478. package/lib/form/types.js +15 -0
  1479. package/lib/grid/Grid.d.ts +74 -0
  1480. package/lib/grid/Grid.js +66 -0
  1481. package/lib/grid/index.css +1 -1
  1482. package/lib/grid/index.d.ts +54 -0
  1483. package/lib/grid/index.js +37 -57
  1484. package/lib/grid/style/index.d.ts +1 -0
  1485. package/lib/grid/style/index.js +2 -2
  1486. package/lib/grid-item/GridItem.d.ts +45 -0
  1487. package/lib/grid-item/GridItem.js +164 -0
  1488. package/lib/grid-item/index.css +1 -1
  1489. package/lib/grid-item/index.d.ts +37 -0
  1490. package/lib/grid-item/index.js +37 -176
  1491. package/lib/grid-item/style/index.d.ts +1 -0
  1492. package/lib/grid-item/style/index.js +5 -4
  1493. package/lib/grid-item/types.d.ts +8 -0
  1494. package/lib/grid-item/types.js +15 -0
  1495. package/lib/highlight/Highlight.d.ts +96 -0
  1496. package/lib/highlight/Highlight.js +147 -0
  1497. package/lib/highlight/index.css +1 -0
  1498. package/lib/highlight/index.d.ts +73 -0
  1499. package/lib/highlight/index.js +39 -0
  1500. package/lib/highlight/style/index.d.ts +1 -0
  1501. package/lib/highlight/style/index.js +2 -0
  1502. package/lib/highlight/types.d.ts +3 -0
  1503. package/lib/highlight/types.js +15 -0
  1504. package/lib/icon/Icon.d.ts +45 -0
  1505. package/lib/icon/Icon.js +78 -0
  1506. package/lib/icon/index.css +1 -1
  1507. package/lib/icon/index.d.ts +36 -0
  1508. package/lib/icon/index.js +36 -84
  1509. package/lib/icon/style/index.d.ts +1 -0
  1510. package/lib/icon/style/index.js +3 -3
  1511. package/lib/image/Image.d.ts +110 -0
  1512. package/lib/image/Image.js +193 -0
  1513. package/lib/image/index.css +1 -1
  1514. package/lib/image/index.d.ts +83 -0
  1515. package/lib/image/index.js +37 -197
  1516. package/lib/image/style/index.d.ts +1 -0
  1517. package/lib/image/style/index.js +4 -4
  1518. package/lib/image/types.d.ts +12 -0
  1519. package/lib/image/types.js +15 -0
  1520. package/lib/image-preview/ImagePreview.d.ts +234 -0
  1521. package/lib/image-preview/ImagePreview.js +212 -237
  1522. package/lib/image-preview/ImagePreviewItem.d.ts +91 -0
  1523. package/lib/image-preview/ImagePreviewItem.js +326 -230
  1524. package/lib/image-preview/function-call.d.ts +6 -0
  1525. package/lib/image-preview/function-call.js +96 -0
  1526. package/lib/image-preview/index.css +1 -1
  1527. package/lib/image-preview/index.d.ts +172 -0
  1528. package/lib/image-preview/index.js +38 -95
  1529. package/lib/image-preview/style/index.d.ts +1 -0
  1530. package/lib/image-preview/style/index.js +10 -10
  1531. package/lib/image-preview/types.d.ts +61 -0
  1532. package/lib/image-preview/types.js +15 -0
  1533. package/lib/index-anchor/IndexAnchor.d.ts +11 -0
  1534. package/lib/index-anchor/IndexAnchor.js +106 -0
  1535. package/lib/index-anchor/index.css +1 -1
  1536. package/lib/index-anchor/index.d.ts +14 -0
  1537. package/lib/index-anchor/index.js +37 -91
  1538. package/lib/index-anchor/style/index.d.ts +1 -0
  1539. package/lib/index-anchor/style/index.js +3 -2
  1540. package/lib/index-anchor/types.d.ts +11 -0
  1541. package/lib/index-anchor/types.js +15 -0
  1542. package/lib/index-bar/IndexBar.d.ts +64 -0
  1543. package/lib/index-bar/IndexBar.js +253 -0
  1544. package/lib/index-bar/index.css +1 -1
  1545. package/lib/index-bar/index.d.ts +50 -0
  1546. package/lib/index-bar/index.js +37 -233
  1547. package/lib/index-bar/style/index.d.ts +1 -0
  1548. package/lib/index-bar/style/index.js +2 -2
  1549. package/lib/index-bar/types.d.ts +16 -0
  1550. package/lib/index-bar/types.js +15 -0
  1551. package/lib/index.css +1 -1
  1552. package/lib/index.d.ts +109 -0
  1553. package/lib/index.js +339 -380
  1554. package/lib/lazyload/index.d.ts +3 -0
  1555. package/lib/lazyload/index.js +25 -11
  1556. package/lib/lazyload/style/index.d.ts +1 -0
  1557. package/lib/lazyload/style/index.js +1 -1
  1558. package/lib/lazyload/vue-lazyload/index.d.ts +55 -0
  1559. package/lib/lazyload/vue-lazyload/index.js +65 -0
  1560. package/lib/lazyload/vue-lazyload/lazy-component.js +70 -0
  1561. package/lib/lazyload/vue-lazyload/lazy-container.js +91 -0
  1562. package/lib/lazyload/vue-lazyload/lazy-image.js +118 -0
  1563. package/lib/lazyload/vue-lazyload/lazy.js +455 -0
  1564. package/lib/lazyload/vue-lazyload/listener.js +235 -0
  1565. package/lib/lazyload/vue-lazyload/util.d.ts +25 -0
  1566. package/lib/lazyload/vue-lazyload/util.js +180 -0
  1567. package/lib/list/List.d.ts +81 -0
  1568. package/lib/list/List.js +162 -0
  1569. package/lib/list/index.css +1 -1
  1570. package/lib/list/index.d.ts +65 -0
  1571. package/lib/list/index.js +37 -189
  1572. package/lib/list/style/index.d.ts +1 -0
  1573. package/lib/list/style/index.js +3 -3
  1574. package/lib/list/types.d.ts +13 -0
  1575. package/lib/list/types.js +15 -0
  1576. package/lib/loading/Loading.d.ts +39 -0
  1577. package/lib/loading/Loading.js +89 -0
  1578. package/lib/loading/index.css +1 -1
  1579. package/lib/loading/index.d.ts +33 -0
  1580. package/lib/loading/index.js +37 -96
  1581. package/lib/loading/style/index.d.ts +1 -0
  1582. package/lib/loading/style/index.js +2 -2
  1583. package/lib/loading/types.d.ts +7 -0
  1584. package/lib/loading/types.js +15 -0
  1585. package/lib/locale/index.d.ts +8 -0
  1586. package/lib/locale/index.js +50 -33
  1587. package/lib/locale/lang/ar-SA.d.ts +63 -0
  1588. package/lib/locale/lang/ar-SA.js +84 -0
  1589. package/lib/locale/lang/bg-BG.d.ts +65 -0
  1590. package/lib/locale/lang/bg-BG.js +94 -0
  1591. package/lib/locale/lang/bn-BD.d.ts +63 -0
  1592. package/lib/locale/lang/bn-BD.js +92 -0
  1593. package/lib/locale/lang/da-DK.d.ts +65 -0
  1594. package/lib/locale/lang/da-DK.js +86 -0
  1595. package/lib/locale/lang/de-DE-formal.d.ts +63 -0
  1596. package/lib/locale/lang/de-DE-formal.js +63 -74
  1597. package/lib/locale/lang/de-DE.d.ts +63 -0
  1598. package/lib/locale/lang/de-DE.js +63 -74
  1599. package/lib/locale/lang/el-GR.d.ts +65 -0
  1600. package/lib/locale/lang/el-GR.js +94 -0
  1601. package/lib/locale/lang/en-US.d.ts +63 -0
  1602. package/lib/locale/lang/en-US.js +63 -74
  1603. package/lib/locale/lang/eo-EO.d.ts +63 -0
  1604. package/lib/locale/lang/eo-EO.js +84 -0
  1605. package/lib/locale/lang/es-ES.d.ts +63 -0
  1606. package/lib/locale/lang/es-ES.js +63 -74
  1607. package/lib/locale/lang/fa-IR.d.ts +65 -0
  1608. package/lib/locale/lang/fa-IR.js +94 -0
  1609. package/lib/locale/lang/fr-FR.d.ts +63 -0
  1610. package/lib/locale/lang/fr-FR.js +63 -74
  1611. package/lib/locale/lang/he-IL.d.ts +65 -0
  1612. package/lib/locale/lang/he-IL.js +86 -0
  1613. package/lib/locale/lang/hi-IN.d.ts +63 -0
  1614. package/lib/locale/lang/hi-IN.js +92 -0
  1615. package/lib/locale/lang/id-ID.d.ts +63 -0
  1616. package/lib/locale/lang/id-ID.js +84 -0
  1617. package/lib/locale/lang/is-IS.d.ts +63 -0
  1618. package/lib/locale/lang/is-IS.js +92 -0
  1619. package/lib/locale/lang/it-IT.d.ts +63 -0
  1620. package/lib/locale/lang/it-IT.js +84 -0
  1621. package/lib/locale/lang/ja-JP.d.ts +63 -0
  1622. package/lib/locale/lang/ja-JP.js +63 -75
  1623. package/lib/locale/lang/kk-KZ.d.ts +63 -0
  1624. package/lib/locale/lang/kk-KZ.js +100 -0
  1625. package/lib/locale/lang/km-KH.d.ts +63 -0
  1626. package/lib/locale/lang/km-KH.js +84 -0
  1627. package/lib/locale/lang/ko-KR.d.ts +63 -0
  1628. package/lib/locale/lang/ko-KR.js +92 -0
  1629. package/lib/locale/lang/la-LA.d.ts +63 -0
  1630. package/lib/locale/lang/la-LA.js +84 -0
  1631. package/lib/locale/lang/mm-MN.d.ts +63 -0
  1632. package/lib/locale/lang/mm-MN.js +84 -0
  1633. package/lib/locale/lang/nb-NO.d.ts +63 -0
  1634. package/lib/locale/lang/nb-NO.js +63 -74
  1635. package/lib/locale/lang/nl-NL.d.ts +63 -0
  1636. package/lib/locale/lang/nl-NL.js +84 -0
  1637. package/lib/locale/lang/pt-BR.d.ts +63 -0
  1638. package/lib/locale/lang/pt-BR.js +84 -0
  1639. package/lib/locale/lang/ro-RO.d.ts +63 -0
  1640. package/lib/locale/lang/ro-RO.js +63 -74
  1641. package/lib/locale/lang/ru-RU.d.ts +63 -0
  1642. package/lib/locale/lang/ru-RU.js +84 -0
  1643. package/lib/locale/lang/sr-RS.d.ts +63 -0
  1644. package/lib/locale/lang/sr-RS.js +92 -0
  1645. package/lib/locale/lang/sv-SE.d.ts +63 -0
  1646. package/lib/locale/lang/sv-SE.js +84 -0
  1647. package/lib/locale/lang/th-TH.d.ts +63 -0
  1648. package/lib/locale/lang/th-TH.js +63 -75
  1649. package/lib/locale/lang/tr-TR.d.ts +63 -0
  1650. package/lib/locale/lang/tr-TR.js +63 -74
  1651. package/lib/locale/lang/uk-UA.d.ts +63 -0
  1652. package/lib/locale/lang/uk-UA.js +84 -0
  1653. package/lib/locale/lang/vi-VN.d.ts +63 -0
  1654. package/lib/locale/lang/vi-VN.js +71 -75
  1655. package/lib/locale/lang/zh-CN.d.ts +63 -0
  1656. package/lib/locale/lang/zh-CN.js +63 -75
  1657. package/lib/locale/lang/zh-HK.d.ts +63 -0
  1658. package/lib/locale/lang/zh-HK.js +63 -75
  1659. package/lib/locale/lang/zh-TW.d.ts +63 -0
  1660. package/lib/locale/lang/zh-TW.js +63 -75
  1661. package/lib/locale/style/index.d.ts +1 -0
  1662. package/lib/locale/style/index.js +1 -1
  1663. package/lib/nav-bar/NavBar.d.ts +74 -0
  1664. package/lib/nav-bar/NavBar.js +124 -0
  1665. package/lib/nav-bar/index.css +1 -1
  1666. package/lib/nav-bar/index.d.ts +60 -0
  1667. package/lib/nav-bar/index.js +37 -141
  1668. package/lib/nav-bar/style/index.d.ts +1 -0
  1669. package/lib/nav-bar/style/index.js +4 -4
  1670. package/lib/nav-bar/types.d.ts +10 -0
  1671. package/lib/nav-bar/types.js +15 -0
  1672. package/lib/notice-bar/NoticeBar.d.ts +71 -0
  1673. package/lib/notice-bar/NoticeBar.js +184 -0
  1674. package/lib/notice-bar/index.css +1 -1
  1675. package/lib/notice-bar/index.d.ts +57 -0
  1676. package/lib/notice-bar/index.js +37 -233
  1677. package/lib/notice-bar/style/index.d.ts +1 -0
  1678. package/lib/notice-bar/style/index.js +4 -4
  1679. package/lib/notice-bar/types.d.ts +18 -0
  1680. package/lib/notice-bar/types.js +15 -0
  1681. package/lib/notify/Notify.d.ts +134 -0
  1682. package/lib/notify/Notify.js +57 -56
  1683. package/lib/notify/function-call.d.ts +18 -0
  1684. package/lib/notify/function-call.js +97 -0
  1685. package/lib/notify/index.css +1 -1
  1686. package/lib/notify/index.d.ts +100 -0
  1687. package/lib/notify/index.js +42 -102
  1688. package/lib/notify/style/index.d.ts +1 -0
  1689. package/lib/notify/style/index.js +6 -6
  1690. package/lib/notify/types.d.ts +30 -0
  1691. package/lib/notify/types.js +15 -0
  1692. package/lib/number-keyboard/NumberKeyboard.d.ts +162 -0
  1693. package/lib/number-keyboard/NumberKeyboard.js +264 -0
  1694. package/lib/number-keyboard/NumberKeyboardKey.d.ts +24 -0
  1695. package/lib/number-keyboard/NumberKeyboardKey.js +112 -0
  1696. package/lib/number-keyboard/index.css +1 -1
  1697. package/lib/number-keyboard/index.d.ts +121 -0
  1698. package/lib/number-keyboard/index.js +37 -283
  1699. package/lib/number-keyboard/style/index.d.ts +1 -0
  1700. package/lib/number-keyboard/style/index.js +3 -3
  1701. package/lib/number-keyboard/types.d.ts +17 -0
  1702. package/lib/number-keyboard/types.js +15 -0
  1703. package/lib/overlay/Overlay.d.ts +54 -0
  1704. package/lib/overlay/Overlay.js +84 -0
  1705. package/lib/overlay/index.css +1 -1
  1706. package/lib/overlay/index.d.ts +44 -0
  1707. package/lib/overlay/index.js +37 -65
  1708. package/lib/overlay/style/index.d.ts +1 -0
  1709. package/lib/overlay/style/index.js +2 -2
  1710. package/lib/overlay/types.d.ts +4 -0
  1711. package/lib/overlay/types.js +15 -0
  1712. package/lib/pagination/Pagination.d.ts +127 -0
  1713. package/lib/pagination/Pagination.js +173 -0
  1714. package/lib/pagination/index.css +1 -1
  1715. package/lib/pagination/index.d.ts +95 -0
  1716. package/lib/pagination/index.js +37 -174
  1717. package/lib/pagination/style/index.d.ts +1 -0
  1718. package/lib/pagination/style/index.js +2 -2
  1719. package/lib/pagination/types.d.ts +11 -0
  1720. package/lib/pagination/types.js +15 -0
  1721. package/lib/password-input/PasswordInput.d.ts +63 -0
  1722. package/lib/password-input/PasswordInput.js +97 -0
  1723. package/lib/password-input/index.css +1 -1
  1724. package/lib/password-input/index.d.ts +51 -0
  1725. package/lib/password-input/index.js +37 -95
  1726. package/lib/password-input/style/index.d.ts +1 -0
  1727. package/lib/password-input/style/index.js +2 -2
  1728. package/lib/password-input/types.d.ts +17 -0
  1729. package/lib/password-input/types.js +15 -0
  1730. package/lib/picker/Picker.d.ts +164 -0
  1731. package/lib/picker/Picker.js +243 -0
  1732. package/lib/picker/PickerColumn.d.ts +61 -0
  1733. package/lib/picker/PickerColumn.js +195 -338
  1734. package/lib/picker/PickerToolbar.d.ts +21 -0
  1735. package/lib/picker/PickerToolbar.js +85 -0
  1736. package/lib/picker/index.css +1 -1
  1737. package/lib/picker/index.d.ts +105 -0
  1738. package/lib/picker/index.js +37 -397
  1739. package/lib/picker/style/index.d.ts +1 -0
  1740. package/lib/picker/style/index.js +10 -3
  1741. package/lib/picker/types.d.ts +62 -0
  1742. package/lib/picker/types.js +15 -0
  1743. package/lib/picker/utils.d.ts +13 -0
  1744. package/lib/picker/utils.js +97 -0
  1745. package/lib/picker-group/PickerGroup.d.ts +69 -0
  1746. package/lib/picker-group/PickerGroup.js +110 -0
  1747. package/lib/picker-group/index.css +1 -0
  1748. package/lib/picker-group/index.d.ts +55 -0
  1749. package/lib/picker-group/index.js +39 -0
  1750. package/lib/picker-group/style/index.d.ts +1 -0
  1751. package/lib/picker-group/style/index.js +9 -0
  1752. package/lib/picker-group/types.d.ts +3 -0
  1753. package/lib/picker-group/types.js +15 -0
  1754. package/lib/popover/Popover.d.ts +177 -0
  1755. package/lib/popover/Popover.js +216 -0
  1756. package/lib/popover/index.css +1 -1
  1757. package/lib/popover/index.d.ts +130 -0
  1758. package/lib/popover/index.js +37 -236
  1759. package/lib/popover/style/index.d.ts +1 -0
  1760. package/lib/popover/style/index.js +6 -6
  1761. package/lib/popover/types.d.ts +27 -0
  1762. package/lib/popover/types.js +15 -0
  1763. package/lib/popup/Popup.d.ts +169 -0
  1764. package/lib/popup/Popup.js +239 -0
  1765. package/lib/popup/index.css +1 -1
  1766. package/lib/popup/index.d.ts +127 -0
  1767. package/lib/popup/index.js +37 -120
  1768. package/lib/popup/shared.d.ts +30 -0
  1769. package/lib/popup/shared.js +53 -0
  1770. package/lib/popup/style/index.d.ts +1 -0
  1771. package/lib/popup/style/index.js +5 -5
  1772. package/lib/popup/types.d.ts +17 -0
  1773. package/lib/popup/types.js +15 -0
  1774. package/lib/progress/Progress.d.ts +61 -0
  1775. package/lib/progress/Progress.js +95 -0
  1776. package/lib/progress/index.css +1 -1
  1777. package/lib/progress/index.d.ts +49 -0
  1778. package/lib/progress/index.js +37 -95
  1779. package/lib/progress/style/index.d.ts +1 -0
  1780. package/lib/progress/style/index.js +2 -2
  1781. package/lib/progress/types.d.ts +14 -0
  1782. package/lib/progress/types.js +15 -0
  1783. package/lib/pull-refresh/PullRefresh.d.ts +75 -0
  1784. package/lib/pull-refresh/PullRefresh.js +212 -0
  1785. package/lib/pull-refresh/index.css +1 -1
  1786. package/lib/pull-refresh/index.d.ts +60 -0
  1787. package/lib/pull-refresh/index.js +37 -226
  1788. package/lib/pull-refresh/style/index.d.ts +1 -0
  1789. package/lib/pull-refresh/style/index.js +3 -3
  1790. package/lib/pull-refresh/types.d.ts +6 -0
  1791. package/lib/pull-refresh/types.js +15 -0
  1792. package/lib/radio/Radio.d.ts +43 -0
  1793. package/lib/radio/Radio.js +73 -0
  1794. package/lib/radio/index.css +1 -1
  1795. package/lib/radio/index.d.ts +35 -0
  1796. package/lib/radio/index.js +37 -38
  1797. package/lib/radio/style/index.d.ts +1 -0
  1798. package/lib/radio/style/index.js +6 -4
  1799. package/lib/radio/types.d.ts +12 -0
  1800. package/lib/radio/types.js +15 -0
  1801. package/lib/radio-group/RadioGroup.d.ts +39 -0
  1802. package/lib/radio-group/RadioGroup.js +64 -0
  1803. package/lib/radio-group/index.css +1 -1
  1804. package/lib/radio-group/index.d.ts +28 -0
  1805. package/lib/radio-group/index.js +37 -39
  1806. package/lib/radio-group/style/index.d.ts +1 -0
  1807. package/lib/radio-group/style/index.js +2 -2
  1808. package/lib/rate/Rate.d.ts +111 -0
  1809. package/lib/rate/Rate.js +243 -0
  1810. package/lib/rate/index.css +1 -1
  1811. package/lib/rate/index.d.ts +85 -0
  1812. package/lib/rate/index.js +37 -238
  1813. package/lib/rate/style/index.d.ts +1 -0
  1814. package/lib/rate/style/index.js +4 -4
  1815. package/lib/rate/types.d.ts +7 -0
  1816. package/lib/rate/types.js +15 -0
  1817. package/lib/rolling-text/RollingText.d.ts +104 -0
  1818. package/lib/rolling-text/RollingText.js +123 -0
  1819. package/lib/rolling-text/RollingTextItem.d.ts +67 -0
  1820. package/lib/rolling-text/RollingTextItem.js +65 -0
  1821. package/lib/rolling-text/index.css +1 -0
  1822. package/lib/rolling-text/index.d.ts +79 -0
  1823. package/lib/rolling-text/index.js +39 -0
  1824. package/lib/rolling-text/style/index.d.ts +1 -0
  1825. package/lib/rolling-text/style/index.js +2 -0
  1826. package/lib/rolling-text/types.d.ts +17 -0
  1827. package/lib/rolling-text/types.js +15 -0
  1828. package/lib/row/Row.d.ts +68 -0
  1829. package/lib/row/Row.js +140 -0
  1830. package/lib/row/index.css +1 -1
  1831. package/lib/row/index.d.ts +43 -0
  1832. package/lib/row/index.js +37 -91
  1833. package/lib/row/style/index.d.ts +1 -0
  1834. package/lib/row/style/index.js +2 -2
  1835. package/lib/search/Search.d.ts +234 -0
  1836. package/lib/search/Search.js +140 -0
  1837. package/lib/search/index.css +1 -1
  1838. package/lib/search/index.d.ts +171 -0
  1839. package/lib/search/index.js +37 -126
  1840. package/lib/search/style/index.d.ts +1 -0
  1841. package/lib/search/style/index.js +6 -6
  1842. package/lib/search/types.d.ts +21 -0
  1843. package/lib/search/types.js +15 -0
  1844. package/lib/share-sheet/ShareSheet.d.ts +162 -0
  1845. package/lib/share-sheet/ShareSheet.js +142 -0
  1846. package/lib/share-sheet/index.css +1 -1
  1847. package/lib/share-sheet/index.d.ts +115 -0
  1848. package/lib/share-sheet/index.js +37 -181
  1849. package/lib/share-sheet/style/index.d.ts +1 -0
  1850. package/lib/share-sheet/style/index.js +6 -6
  1851. package/lib/share-sheet/types.d.ts +17 -0
  1852. package/lib/share-sheet/types.js +15 -0
  1853. package/lib/sidebar/Sidebar.d.ts +30 -0
  1854. package/lib/sidebar/Sidebar.js +63 -0
  1855. package/lib/sidebar/index.css +1 -1
  1856. package/lib/sidebar/index.d.ts +25 -0
  1857. package/lib/sidebar/index.js +37 -49
  1858. package/lib/sidebar/style/index.d.ts +1 -0
  1859. package/lib/sidebar/style/index.js +2 -2
  1860. package/lib/sidebar/types.d.ts +3 -0
  1861. package/lib/sidebar/types.js +15 -0
  1862. package/lib/sidebar-item/SidebarItem.d.ts +42 -0
  1863. package/lib/sidebar-item/SidebarItem.js +91 -0
  1864. package/lib/sidebar-item/index.css +1 -1
  1865. package/lib/sidebar-item/index.d.ts +36 -0
  1866. package/lib/sidebar-item/index.js +37 -76
  1867. package/lib/sidebar-item/style/index.d.ts +1 -0
  1868. package/lib/sidebar-item/style/index.js +4 -3
  1869. package/lib/sidebar-item/types.d.ts +15 -0
  1870. package/lib/sidebar-item/types.js +15 -0
  1871. package/lib/signature/Signature.d.ts +76 -0
  1872. package/lib/signature/Signature.js +179 -0
  1873. package/lib/signature/index.css +1 -0
  1874. package/lib/signature/index.d.ts +60 -0
  1875. package/lib/signature/index.js +37 -0
  1876. package/lib/signature/style/index.d.ts +1 -0
  1877. package/lib/signature/style/index.js +6 -0
  1878. package/lib/signature/types.d.ts +14 -0
  1879. package/lib/signature/types.js +15 -0
  1880. package/lib/skeleton/Skeleton.d.ts +96 -0
  1881. package/lib/skeleton/Skeleton.js +118 -0
  1882. package/lib/skeleton/index.css +1 -1
  1883. package/lib/skeleton/index.d.ts +73 -0
  1884. package/lib/skeleton/index.js +37 -117
  1885. package/lib/skeleton/style/index.d.ts +1 -0
  1886. package/lib/skeleton/style/index.js +5 -2
  1887. package/lib/skeleton/types.d.ts +11 -0
  1888. package/lib/skeleton/types.js +15 -0
  1889. package/lib/skeleton-avatar/SkeletonAvatar.d.ts +26 -0
  1890. package/lib/skeleton-avatar/SkeletonAvatar.js +40 -0
  1891. package/lib/skeleton-avatar/index.css +1 -0
  1892. package/lib/skeleton-avatar/index.d.ts +23 -0
  1893. package/lib/skeleton-avatar/index.js +39 -0
  1894. package/lib/skeleton-avatar/style/index.d.ts +1 -0
  1895. package/lib/skeleton-avatar/style/index.js +2 -0
  1896. package/lib/skeleton-image/SkeletonImage.d.ts +26 -0
  1897. package/lib/skeleton-image/SkeletonImage.js +44 -0
  1898. package/lib/skeleton-image/index.css +1 -0
  1899. package/lib/skeleton-image/index.d.ts +23 -0
  1900. package/lib/skeleton-image/index.js +39 -0
  1901. package/lib/skeleton-image/style/index.d.ts +1 -0
  1902. package/lib/skeleton-image/style/index.js +4 -0
  1903. package/lib/skeleton-paragraph/SkeletonParagraph.d.ts +27 -0
  1904. package/lib/skeleton-paragraph/SkeletonParagraph.js +49 -0
  1905. package/lib/skeleton-paragraph/index.css +1 -0
  1906. package/lib/skeleton-paragraph/index.d.ts +24 -0
  1907. package/lib/skeleton-paragraph/index.js +40 -0
  1908. package/lib/skeleton-paragraph/style/index.d.ts +1 -0
  1909. package/lib/skeleton-paragraph/style/index.js +2 -0
  1910. package/lib/skeleton-title/SkeletonTitle.d.ts +16 -0
  1911. package/lib/skeleton-title/SkeletonTitle.js +44 -0
  1912. package/lib/skeleton-title/index.css +1 -0
  1913. package/lib/skeleton-title/index.d.ts +17 -0
  1914. package/lib/skeleton-title/index.js +39 -0
  1915. package/lib/skeleton-title/style/index.d.ts +1 -0
  1916. package/lib/skeleton-title/style/index.js +2 -0
  1917. package/lib/slider/Slider.d.ts +100 -0
  1918. package/lib/slider/Slider.js +305 -0
  1919. package/lib/slider/index.css +1 -1
  1920. package/lib/slider/index.d.ts +77 -0
  1921. package/lib/slider/index.js +36 -323
  1922. package/lib/slider/style/index.d.ts +1 -0
  1923. package/lib/slider/style/index.js +2 -2
  1924. package/lib/slider/types.d.ts +11 -0
  1925. package/lib/slider/types.js +15 -0
  1926. package/lib/space/Space.d.ts +48 -0
  1927. package/lib/space/Space.js +106 -0
  1928. package/lib/space/index.css +1 -0
  1929. package/lib/space/index.d.ts +38 -0
  1930. package/lib/space/index.js +39 -0
  1931. package/lib/space/style/index.d.ts +1 -0
  1932. package/lib/space/style/index.js +2 -0
  1933. package/lib/step/Step.d.ts +2 -0
  1934. package/lib/step/Step.js +136 -0
  1935. package/lib/step/index.css +1 -1
  1936. package/lib/step/index.d.ts +8 -0
  1937. package/lib/step/index.js +35 -155
  1938. package/lib/step/style/index.d.ts +1 -0
  1939. package/lib/step/style/index.js +5 -4
  1940. package/lib/step/types.d.ts +13 -0
  1941. package/lib/step/types.js +15 -0
  1942. package/lib/stepper/Stepper.d.ts +194 -0
  1943. package/lib/stepper/Stepper.js +267 -0
  1944. package/lib/stepper/index.css +1 -1
  1945. package/lib/stepper/index.d.ts +143 -0
  1946. package/lib/stepper/index.js +37 -361
  1947. package/lib/stepper/style/index.d.ts +1 -0
  1948. package/lib/stepper/style/index.js +2 -2
  1949. package/lib/stepper/types.d.ts +15 -0
  1950. package/lib/stepper/types.js +15 -0
  1951. package/lib/steps/Steps.d.ts +71 -0
  1952. package/lib/steps/Steps.js +65 -0
  1953. package/lib/steps/index.css +1 -1
  1954. package/lib/steps/index.d.ts +52 -0
  1955. package/lib/steps/index.js +37 -44
  1956. package/lib/steps/style/index.d.ts +1 -0
  1957. package/lib/steps/style/index.js +2 -2
  1958. package/lib/steps/types.d.ts +3 -0
  1959. package/lib/steps/types.js +15 -0
  1960. package/lib/sticky/Sticky.d.ts +58 -0
  1961. package/lib/sticky/Sticky.js +157 -0
  1962. package/lib/sticky/index.css +1 -1
  1963. package/lib/sticky/index.d.ts +47 -0
  1964. package/lib/sticky/index.js +37 -160
  1965. package/lib/sticky/style/index.d.ts +1 -0
  1966. package/lib/sticky/style/index.js +2 -2
  1967. package/lib/sticky/types.d.ts +3 -0
  1968. package/lib/sticky/types.js +15 -0
  1969. package/lib/style/animation.css +1 -1
  1970. package/lib/style/base.css +1 -1
  1971. package/lib/style/css-variables.css +1 -0
  1972. package/lib/style/normalize.css +1 -1
  1973. package/lib/submit-bar/SubmitBar.d.ts +101 -0
  1974. package/lib/submit-bar/SubmitBar.js +134 -0
  1975. package/lib/submit-bar/index.css +1 -1
  1976. package/lib/submit-bar/index.d.ts +76 -0
  1977. package/lib/submit-bar/index.js +37 -117
  1978. package/lib/submit-bar/style/index.d.ts +1 -0
  1979. package/lib/submit-bar/style/index.js +6 -6
  1980. package/lib/submit-bar/types.d.ts +20 -0
  1981. package/lib/submit-bar/types.js +15 -0
  1982. package/lib/swipe/Swipe.d.ts +123 -0
  1983. package/lib/swipe/Swipe.js +394 -0
  1984. package/lib/swipe/index.css +1 -1
  1985. package/lib/swipe/index.d.ts +93 -0
  1986. package/lib/swipe/index.js +37 -444
  1987. package/lib/swipe/style/index.d.ts +1 -0
  1988. package/lib/swipe/style/index.js +2 -2
  1989. package/lib/swipe/types.d.ts +39 -0
  1990. package/lib/swipe/types.js +15 -0
  1991. package/lib/swipe-cell/SwipeCell.d.ts +44 -0
  1992. package/lib/swipe-cell/SwipeCell.js +193 -0
  1993. package/lib/swipe-cell/index.css +1 -1
  1994. package/lib/swipe-cell/index.d.ts +39 -0
  1995. package/lib/swipe-cell/index.js +37 -230
  1996. package/lib/swipe-cell/style/index.d.ts +1 -0
  1997. package/lib/swipe-cell/style/index.js +2 -2
  1998. package/lib/swipe-cell/types.d.ts +9 -0
  1999. package/lib/swipe-cell/types.js +15 -0
  2000. package/lib/swipe-item/SwipeItem.d.ts +2 -0
  2001. package/lib/swipe-item/SwipeItem.js +100 -0
  2002. package/lib/swipe-item/index.css +1 -1
  2003. package/lib/swipe-item/index.d.ts +7 -0
  2004. package/lib/swipe-item/index.js +35 -87
  2005. package/lib/swipe-item/style/index.d.ts +1 -0
  2006. package/lib/swipe-item/style/index.js +3 -2
  2007. package/lib/switch/Switch.d.ts +58 -0
  2008. package/lib/switch/Switch.js +104 -0
  2009. package/lib/switch/index.css +1 -1
  2010. package/lib/switch/index.d.ts +48 -0
  2011. package/lib/switch/index.js +37 -84
  2012. package/lib/switch/style/index.d.ts +1 -0
  2013. package/lib/switch/style/index.js +3 -3
  2014. package/lib/switch/types.d.ts +12 -0
  2015. package/lib/switch/types.js +15 -0
  2016. package/lib/tab/Tab.d.ts +58 -0
  2017. package/lib/tab/Tab.js +173 -0
  2018. package/lib/tab/TabTitle.d.ts +44 -0
  2019. package/lib/tab/TabTitle.js +109 -0
  2020. package/lib/tab/index.css +1 -1
  2021. package/lib/tab/index.d.ts +46 -0
  2022. package/lib/tab/index.js +37 -112
  2023. package/lib/tab/style/index.d.ts +1 -0
  2024. package/lib/tab/style/index.js +7 -2
  2025. package/lib/tabbar/Tabbar.d.ts +90 -0
  2026. package/lib/tabbar/Tabbar.js +103 -0
  2027. package/lib/tabbar/index.css +1 -1
  2028. package/lib/tabbar/index.d.ts +66 -0
  2029. package/lib/tabbar/index.js +37 -129
  2030. package/lib/tabbar/style/index.d.ts +1 -0
  2031. package/lib/tabbar/style/index.js +2 -2
  2032. package/lib/tabbar/types.d.ts +5 -0
  2033. package/lib/tabbar/types.js +15 -0
  2034. package/lib/tabbar-item/TabbarItem.d.ts +44 -0
  2035. package/lib/tabbar-item/TabbarItem.js +139 -0
  2036. package/lib/tabbar-item/index.css +1 -1
  2037. package/lib/tabbar-item/index.d.ts +37 -0
  2038. package/lib/tabbar-item/index.js +37 -131
  2039. package/lib/tabbar-item/style/index.d.ts +1 -0
  2040. package/lib/tabbar-item/style/index.js +5 -4
  2041. package/lib/tabbar-item/types.d.ts +9 -0
  2042. package/lib/tabbar-item/types.js +15 -0
  2043. package/lib/tabs/Tabs.d.ts +167 -0
  2044. package/lib/tabs/Tabs.js +386 -0
  2045. package/lib/tabs/TabsContent.d.ts +43 -0
  2046. package/lib/tabs/TabsContent.js +86 -0
  2047. package/lib/tabs/index.css +1 -1
  2048. package/lib/tabs/index.d.ts +124 -0
  2049. package/lib/tabs/index.js +37 -452
  2050. package/lib/tabs/style/index.d.ts +1 -0
  2051. package/lib/tabs/style/index.js +4 -4
  2052. package/lib/tabs/types.d.ts +39 -0
  2053. package/lib/tabs/types.js +15 -0
  2054. package/lib/tabs/utils.d.ts +3 -0
  2055. package/lib/tabs/utils.js +50 -32
  2056. package/lib/tag/Tag.d.ts +63 -0
  2057. package/lib/tag/Tag.js +97 -0
  2058. package/lib/tag/index.css +1 -1
  2059. package/lib/tag/index.d.ts +51 -0
  2060. package/lib/tag/index.js +37 -90
  2061. package/lib/tag/style/index.d.ts +1 -0
  2062. package/lib/tag/style/index.js +4 -4
  2063. package/lib/tag/types.d.ts +20 -0
  2064. package/lib/tag/types.js +15 -0
  2065. package/lib/text-ellipsis/TextEllipsis.d.ts +89 -0
  2066. package/lib/text-ellipsis/TextEllipsis.js +186 -0
  2067. package/lib/text-ellipsis/index.css +1 -0
  2068. package/lib/text-ellipsis/index.d.ts +69 -0
  2069. package/lib/text-ellipsis/index.js +39 -0
  2070. package/lib/text-ellipsis/style/index.d.ts +1 -0
  2071. package/lib/text-ellipsis/style/index.js +2 -0
  2072. package/lib/text-ellipsis/types.d.ts +9 -0
  2073. package/lib/text-ellipsis/types.js +15 -0
  2074. package/lib/time-picker/TimePicker.d.ts +246 -0
  2075. package/lib/time-picker/TimePicker.js +157 -0
  2076. package/lib/time-picker/index.d.ts +175 -0
  2077. package/lib/time-picker/index.js +39 -0
  2078. package/lib/time-picker/style/index.d.ts +1 -0
  2079. package/lib/time-picker/style/index.js +10 -0
  2080. package/lib/toast/Toast.d.ts +118 -0
  2081. package/lib/toast/Toast.js +136 -158
  2082. package/lib/toast/function-call.d.ts +36 -0
  2083. package/lib/toast/function-call.js +170 -0
  2084. package/lib/toast/index.css +1 -1
  2085. package/lib/toast/index.d.ts +89 -0
  2086. package/lib/toast/index.js +45 -197
  2087. package/lib/toast/lock-click.d.ts +1 -0
  2088. package/lib/toast/lock-click.js +27 -12
  2089. package/lib/toast/style/index.d.ts +1 -0
  2090. package/lib/toast/style/index.js +7 -7
  2091. package/lib/toast/types.d.ts +56 -0
  2092. package/lib/toast/types.js +15 -0
  2093. package/lib/tree-select/TreeSelect.d.ts +106 -0
  2094. package/lib/tree-select/TreeSelect.js +122 -0
  2095. package/lib/tree-select/index.css +1 -1
  2096. package/lib/tree-select/index.d.ts +72 -0
  2097. package/lib/tree-select/index.js +37 -161
  2098. package/lib/tree-select/style/index.d.ts +1 -0
  2099. package/lib/tree-select/style/index.js +6 -6
  2100. package/lib/tree-select/types.d.ts +10 -0
  2101. package/lib/tree-select/types.js +15 -0
  2102. package/lib/uploader/Uploader.d.ts +217 -0
  2103. package/lib/uploader/Uploader.js +301 -0
  2104. package/lib/uploader/UploaderPreviewItem.d.ts +40 -0
  2105. package/lib/uploader/UploaderPreviewItem.js +149 -0
  2106. package/lib/uploader/index.css +1 -1
  2107. package/lib/uploader/index.d.ts +159 -0
  2108. package/lib/uploader/index.js +37 -496
  2109. package/lib/uploader/style/index.d.ts +1 -0
  2110. package/lib/uploader/style/index.js +11 -11
  2111. package/lib/uploader/types.d.ts +61 -0
  2112. package/lib/uploader/types.js +15 -0
  2113. package/lib/uploader/utils.d.ts +11 -0
  2114. package/lib/uploader/utils.js +61 -54
  2115. package/lib/utils/basic.d.ts +30 -0
  2116. package/lib/utils/basic.js +75 -0
  2117. package/lib/utils/closest.d.ts +1 -0
  2118. package/lib/utils/closest.js +27 -0
  2119. package/lib/utils/constant.d.ts +14 -0
  2120. package/lib/utils/constant.js +45 -22
  2121. package/lib/utils/create.d.ts +17 -0
  2122. package/lib/utils/create.js +81 -0
  2123. package/lib/utils/deep-assign.d.ts +3 -0
  2124. package/lib/utils/deep-assign.js +30 -19
  2125. package/lib/utils/deep-clone.d.ts +1 -0
  2126. package/lib/utils/deep-clone.js +29 -18
  2127. package/lib/utils/dom.d.ts +13 -0
  2128. package/lib/utils/dom.js +103 -0
  2129. package/lib/utils/format.d.ts +13 -0
  2130. package/lib/utils/format.js +139 -0
  2131. package/lib/utils/index.d.ts +9 -0
  2132. package/lib/utils/index.js +24 -99
  2133. package/lib/utils/interceptor.d.ts +7 -0
  2134. package/lib/utils/interceptor.js +38 -18
  2135. package/lib/utils/mount-component.d.ts +14 -0
  2136. package/lib/utils/mount-component.js +58 -0
  2137. package/lib/utils/props.d.ts +31 -0
  2138. package/lib/utils/props.js +55 -0
  2139. package/lib/utils/support.js +1 -0
  2140. package/lib/utils/with-install.d.ts +13 -0
  2141. package/lib/utils/with-install.js +33 -0
  2142. package/lib/vant.cjs.js +17409 -0
  2143. package/lib/vant.es.js +17409 -0
  2144. package/lib/vant.js +17676 -22344
  2145. package/lib/vant.min.js +6 -7
  2146. package/lib/vue-sfc-shim.d.ts +6 -0
  2147. package/lib/vue-tsx-shim.d.ts +24 -0
  2148. package/lib/watermark/Watermark.d.ts +112 -0
  2149. package/lib/watermark/Watermark.js +151 -0
  2150. package/lib/watermark/index.css +1 -0
  2151. package/lib/watermark/index.d.ts +84 -0
  2152. package/lib/watermark/index.js +39 -0
  2153. package/lib/watermark/style/index.d.ts +1 -0
  2154. package/lib/watermark/style/index.js +2 -0
  2155. package/lib/watermark/types.d.ts +3 -0
  2156. package/lib/watermark/types.js +15 -0
  2157. package/lib/web-types.json +1 -0
  2158. package/package.json +50 -70
  2159. package/README.md +0 -112
  2160. package/README.zh-CN.md +0 -127
  2161. package/es/action-sheet/index.js +0 -180
  2162. package/es/action-sheet/index.less +0 -113
  2163. package/es/action-sheet/style/index.js +0 -7
  2164. package/es/action-sheet/style/less.js +0 -7
  2165. package/es/address-edit/Detail.js +0 -116
  2166. package/es/address-edit/index.js +0 -495
  2167. package/es/address-edit/index.less +0 -45
  2168. package/es/address-edit/style/index.js +0 -16
  2169. package/es/address-edit/style/less.js +0 -16
  2170. package/es/address-list/Item.js +0 -107
  2171. package/es/address-list/index.js +0 -93
  2172. package/es/address-list/index.less +0 -97
  2173. package/es/address-list/style/index.js +0 -10
  2174. package/es/address-list/style/less.js +0 -10
  2175. package/es/area/index.js +0 -321
  2176. package/es/area/style/index.js +0 -3
  2177. package/es/area/style/less.js +0 -3
  2178. package/es/badge/index.js +0 -68
  2179. package/es/badge/index.less +0 -38
  2180. package/es/badge/style/index.js +0 -2
  2181. package/es/badge/style/less.js +0 -2
  2182. package/es/button/index.js +0 -181
  2183. package/es/button/index.less +0 -190
  2184. package/es/button/style/index.js +0 -5
  2185. package/es/button/style/less.js +0 -5
  2186. package/es/calendar/components/Header.js +0 -55
  2187. package/es/calendar/components/Month.js +0 -333
  2188. package/es/calendar/index.js +0 -553
  2189. package/es/calendar/index.less +0 -188
  2190. package/es/calendar/style/index.js +0 -9
  2191. package/es/calendar/style/less.js +0 -9
  2192. package/es/calendar/utils.js +0 -66
  2193. package/es/card/index.js +0 -158
  2194. package/es/card/index.less +0 -109
  2195. package/es/card/style/index.js +0 -6
  2196. package/es/card/style/less.js +0 -6
  2197. package/es/cascader/index.js +0 -284
  2198. package/es/cascader/index.less +0 -82
  2199. package/es/cascader/style/index.js +0 -7
  2200. package/es/cascader/style/less.js +0 -7
  2201. package/es/cell/index.js +0 -121
  2202. package/es/cell/index.less +0 -103
  2203. package/es/cell/shared.js +0 -24
  2204. package/es/cell/style/index.js +0 -4
  2205. package/es/cell/style/less.js +0 -4
  2206. package/es/cell-group/index.js +0 -41
  2207. package/es/cell-group/index.less +0 -22
  2208. package/es/cell-group/style/index.js +0 -2
  2209. package/es/cell-group/style/less.js +0 -2
  2210. package/es/checkbox/index.js +0 -80
  2211. package/es/checkbox/index.less +0 -86
  2212. package/es/checkbox/style/index.js +0 -4
  2213. package/es/checkbox/style/less.js +0 -4
  2214. package/es/checkbox-group/index.js +0 -64
  2215. package/es/checkbox-group/index.less +0 -8
  2216. package/es/checkbox-group/style/index.js +0 -2
  2217. package/es/checkbox-group/style/less.js +0 -2
  2218. package/es/circle/index.js +0 -175
  2219. package/es/circle/index.less +0 -41
  2220. package/es/circle/style/index.js +0 -2
  2221. package/es/circle/style/less.js +0 -2
  2222. package/es/col/index.js +0 -55
  2223. package/es/col/index.less +0 -20
  2224. package/es/col/style/index.js +0 -2
  2225. package/es/col/style/less.js +0 -2
  2226. package/es/collapse/index.js +0 -39
  2227. package/es/collapse/style/index.js +0 -1
  2228. package/es/collapse/style/less.js +0 -1
  2229. package/es/collapse-item/index.js +0 -202
  2230. package/es/collapse-item/index.less +0 -69
  2231. package/es/collapse-item/style/index.js +0 -5
  2232. package/es/collapse-item/style/less.js +0 -5
  2233. package/es/contact-card/index.js +0 -59
  2234. package/es/contact-card/index.less +0 -42
  2235. package/es/contact-card/style/index.js +0 -5
  2236. package/es/contact-card/style/less.js +0 -5
  2237. package/es/contact-edit/index.js +0 -193
  2238. package/es/contact-edit/index.less +0 -30
  2239. package/es/contact-edit/style/index.js +0 -14
  2240. package/es/contact-edit/style/less.js +0 -14
  2241. package/es/contact-list/index.js +0 -119
  2242. package/es/contact-list/index.less +0 -54
  2243. package/es/contact-list/style/index.js +0 -10
  2244. package/es/contact-list/style/less.js +0 -10
  2245. package/es/count-down/index.js +0 -155
  2246. package/es/count-down/index.less +0 -7
  2247. package/es/count-down/style/index.js +0 -2
  2248. package/es/count-down/style/less.js +0 -2
  2249. package/es/count-down/utils.js +0 -67
  2250. package/es/coupon/index.js +0 -111
  2251. package/es/coupon/index.less +0 -104
  2252. package/es/coupon/style/index.js +0 -5
  2253. package/es/coupon/style/less.js +0 -5
  2254. package/es/coupon-cell/index.js +0 -79
  2255. package/es/coupon-cell/index.less +0 -7
  2256. package/es/coupon-cell/style/index.js +0 -6
  2257. package/es/coupon-cell/style/less.js +0 -6
  2258. package/es/coupon-list/index.js +0 -265
  2259. package/es/coupon-list/index.less +0 -89
  2260. package/es/coupon-list/style/index.js +0 -13
  2261. package/es/coupon-list/style/less.js +0 -13
  2262. package/es/datetime-picker/DatePicker.js +0 -314
  2263. package/es/datetime-picker/TimePicker.js +0 -135
  2264. package/es/datetime-picker/index.js +0 -29
  2265. package/es/datetime-picker/shared.js +0 -137
  2266. package/es/datetime-picker/style/index.js +0 -3
  2267. package/es/datetime-picker/style/less.js +0 -3
  2268. package/es/datetime-picker/utils.js +0 -33
  2269. package/es/dialog/Dialog.js +0 -281
  2270. package/es/dialog/index.js +0 -104
  2271. package/es/dialog/index.less +0 -120
  2272. package/es/dialog/style/index.js +0 -10
  2273. package/es/dialog/style/less.js +0 -10
  2274. package/es/divider/index.js +0 -38
  2275. package/es/divider/index.less +0 -64
  2276. package/es/divider/style/index.js +0 -2
  2277. package/es/divider/style/less.js +0 -2
  2278. package/es/dropdown-item/index.js +0 -210
  2279. package/es/dropdown-item/index.less +0 -39
  2280. package/es/dropdown-item/style/index.js +0 -7
  2281. package/es/dropdown-item/style/less.js +0 -7
  2282. package/es/dropdown-menu/index.js +0 -132
  2283. package/es/dropdown-menu/index.less +0 -77
  2284. package/es/dropdown-menu/style/index.js +0 -2
  2285. package/es/dropdown-menu/style/less.js +0 -2
  2286. package/es/empty/Network.js +0 -174
  2287. package/es/empty/index.js +0 -81
  2288. package/es/empty/index.less +0 -32
  2289. package/es/empty/style/index.js +0 -2
  2290. package/es/empty/style/less.js +0 -2
  2291. package/es/field/index.js +0 -635
  2292. package/es/field/index.less +0 -172
  2293. package/es/field/style/index.js +0 -5
  2294. package/es/field/style/less.js +0 -5
  2295. package/es/form/index.js +0 -200
  2296. package/es/form/style/index.js +0 -1
  2297. package/es/form/style/less.js +0 -1
  2298. package/es/goods-action/index.css +0 -1
  2299. package/es/goods-action/index.js +0 -24
  2300. package/es/goods-action/index.less +0 -19
  2301. package/es/goods-action/style/index.js +0 -2
  2302. package/es/goods-action/style/less.js +0 -2
  2303. package/es/goods-action-button/index.css +0 -1
  2304. package/es/goods-action-button/index.js +0 -57
  2305. package/es/goods-action-button/index.less +0 -34
  2306. package/es/goods-action-button/style/index.js +0 -6
  2307. package/es/goods-action-button/style/less.js +0 -6
  2308. package/es/goods-action-icon/index.css +0 -1
  2309. package/es/goods-action-icon/index.js +0 -76
  2310. package/es/goods-action-icon/index.less +0 -27
  2311. package/es/goods-action-icon/style/index.js +0 -4
  2312. package/es/goods-action-icon/style/less.js +0 -4
  2313. package/es/grid/index.js +0 -50
  2314. package/es/grid/index.less +0 -6
  2315. package/es/grid/style/index.js +0 -2
  2316. package/es/grid/style/less.js +0 -2
  2317. package/es/grid-item/index.js +0 -163
  2318. package/es/grid-item/index.less +0 -79
  2319. package/es/grid-item/style/index.js +0 -4
  2320. package/es/grid-item/style/less.js +0 -4
  2321. package/es/icon/index.js +0 -74
  2322. package/es/icon/index.less +0 -11
  2323. package/es/icon/local.css +0 -1
  2324. package/es/icon/local.less +0 -1
  2325. package/es/icon/style/index.js +0 -3
  2326. package/es/icon/style/less.js +0 -3
  2327. package/es/image/index.js +0 -189
  2328. package/es/image/index.less +0 -47
  2329. package/es/image/style/index.js +0 -4
  2330. package/es/image/style/less.js +0 -4
  2331. package/es/image-preview/ImagePreview.js +0 -234
  2332. package/es/image-preview/ImagePreviewItem.js +0 -247
  2333. package/es/image-preview/index.js +0 -88
  2334. package/es/image-preview/index.less +0 -103
  2335. package/es/image-preview/shared.js +0 -7
  2336. package/es/image-preview/style/index.js +0 -10
  2337. package/es/image-preview/style/less.js +0 -10
  2338. package/es/index-anchor/index.js +0 -83
  2339. package/es/index-anchor/index.less +0 -21
  2340. package/es/index-anchor/style/index.js +0 -2
  2341. package/es/index-anchor/style/less.js +0 -2
  2342. package/es/index-bar/index.js +0 -222
  2343. package/es/index-bar/index.less +0 -27
  2344. package/es/index-bar/style/index.js +0 -2
  2345. package/es/index-bar/style/less.js +0 -2
  2346. package/es/index.js +0 -111
  2347. package/es/info/index.css +0 -1
  2348. package/es/info/index.js +0 -30
  2349. package/es/info/index.less +0 -29
  2350. package/es/info/style/index.js +0 -2
  2351. package/es/info/style/less.js +0 -2
  2352. package/es/lazyload/index.js +0 -2
  2353. package/es/lazyload/style/index.js +0 -1
  2354. package/es/lazyload/style/less.js +0 -1
  2355. package/es/list/index.js +0 -178
  2356. package/es/list/index.less +0 -17
  2357. package/es/list/style/index.js +0 -3
  2358. package/es/list/style/less.js +0 -3
  2359. package/es/loading/index.js +0 -86
  2360. package/es/loading/index.less +0 -103
  2361. package/es/loading/style/index.js +0 -2
  2362. package/es/loading/style/less.js +0 -2
  2363. package/es/locale/index.js +0 -27
  2364. package/es/locale/lang/de-DE-formal.js +0 -90
  2365. package/es/locale/lang/de-DE.js +0 -90
  2366. package/es/locale/lang/en-US.js +0 -90
  2367. package/es/locale/lang/es-ES.js +0 -90
  2368. package/es/locale/lang/fr-FR.js +0 -90
  2369. package/es/locale/lang/ja-JP.js +0 -91
  2370. package/es/locale/lang/nb-NO.js +0 -90
  2371. package/es/locale/lang/ro-RO.js +0 -90
  2372. package/es/locale/lang/th-TH.js +0 -91
  2373. package/es/locale/lang/tr-TR.js +0 -90
  2374. package/es/locale/lang/vi-VN.js +0 -91
  2375. package/es/locale/lang/zh-CN.js +0 -91
  2376. package/es/locale/lang/zh-HK.js +0 -91
  2377. package/es/locale/lang/zh-TW.js +0 -91
  2378. package/es/locale/style/index.js +0 -1
  2379. package/es/locale/style/less.js +0 -1
  2380. package/es/mixins/bind-event.js +0 -29
  2381. package/es/mixins/checkbox.js +0 -139
  2382. package/es/mixins/click-outside.js +0 -33
  2383. package/es/mixins/close-on-popstate.js +0 -38
  2384. package/es/mixins/field.js +0 -24
  2385. package/es/mixins/popup/context.js +0 -18
  2386. package/es/mixins/popup/index.js +0 -220
  2387. package/es/mixins/popup/overlay.js +0 -77
  2388. package/es/mixins/portal.js +0 -48
  2389. package/es/mixins/relation.js +0 -76
  2390. package/es/mixins/slots.js +0 -23
  2391. package/es/mixins/touch.js +0 -63
  2392. package/es/nav-bar/index.js +0 -132
  2393. package/es/nav-bar/index.less +0 -74
  2394. package/es/nav-bar/style/index.js +0 -4
  2395. package/es/nav-bar/style/less.js +0 -4
  2396. package/es/notice-bar/index.js +0 -223
  2397. package/es/notice-bar/index.less +0 -60
  2398. package/es/notice-bar/style/index.js +0 -4
  2399. package/es/notice-bar/style/less.js +0 -4
  2400. package/es/notify/Notify.js +0 -45
  2401. package/es/notify/index.js +0 -93
  2402. package/es/notify/index.less +0 -33
  2403. package/es/notify/style/index.js +0 -6
  2404. package/es/notify/style/less.js +0 -6
  2405. package/es/number-keyboard/CollapseIcon.js +0 -16
  2406. package/es/number-keyboard/DeleteIcon.js +0 -16
  2407. package/es/number-keyboard/Key.js +0 -100
  2408. package/es/number-keyboard/index.js +0 -272
  2409. package/es/number-keyboard/index.less +0 -142
  2410. package/es/number-keyboard/style/index.js +0 -3
  2411. package/es/number-keyboard/style/less.js +0 -3
  2412. package/es/overlay/index.js +0 -53
  2413. package/es/overlay/index.less +0 -11
  2414. package/es/overlay/style/index.js +0 -2
  2415. package/es/overlay/style/less.js +0 -2
  2416. package/es/pagination/index.js +0 -168
  2417. package/es/pagination/index.less +0 -77
  2418. package/es/pagination/style/index.js +0 -2
  2419. package/es/pagination/style/less.js +0 -2
  2420. package/es/panel/index.css +0 -1
  2421. package/es/panel/index.js +0 -46
  2422. package/es/panel/index.less +0 -13
  2423. package/es/panel/style/index.js +0 -6
  2424. package/es/panel/style/less.js +0 -6
  2425. package/es/password-input/index.js +0 -84
  2426. package/es/password-input/index.less +0 -83
  2427. package/es/password-input/style/index.js +0 -2
  2428. package/es/password-input/style/less.js +0 -2
  2429. package/es/picker/PickerColumn.js +0 -348
  2430. package/es/picker/index.js +0 -383
  2431. package/es/picker/index.less +0 -117
  2432. package/es/picker/shared.js +0 -22
  2433. package/es/picker/style/index.js +0 -3
  2434. package/es/picker/style/less.js +0 -3
  2435. package/es/popover/index.js +0 -223
  2436. package/es/popover/index.less +0 -270
  2437. package/es/popover/style/index.js +0 -6
  2438. package/es/popover/style/less.js +0 -6
  2439. package/es/popup/index.js +0 -111
  2440. package/es/popup/index.less +0 -137
  2441. package/es/popup/style/index.js +0 -5
  2442. package/es/popup/style/less.js +0 -5
  2443. package/es/progress/index.js +0 -89
  2444. package/es/progress/index.less +0 -32
  2445. package/es/progress/style/index.js +0 -2
  2446. package/es/progress/style/less.js +0 -2
  2447. package/es/pull-refresh/index.js +0 -214
  2448. package/es/pull-refresh/index.less +0 -25
  2449. package/es/pull-refresh/style/index.js +0 -3
  2450. package/es/pull-refresh/style/less.js +0 -3
  2451. package/es/radio/index.js +0 -32
  2452. package/es/radio/index.less +0 -86
  2453. package/es/radio/style/index.js +0 -4
  2454. package/es/radio/style/less.js +0 -4
  2455. package/es/radio-group/index.js +0 -32
  2456. package/es/radio-group/index.less +0 -8
  2457. package/es/radio-group/style/index.js +0 -2
  2458. package/es/radio-group/style/less.js +0 -2
  2459. package/es/rate/index.js +0 -227
  2460. package/es/rate/index.less +0 -47
  2461. package/es/rate/style/index.js +0 -4
  2462. package/es/rate/style/less.js +0 -4
  2463. package/es/row/index.js +0 -85
  2464. package/es/row/index.less +0 -42
  2465. package/es/row/style/index.js +0 -2
  2466. package/es/row/style/less.js +0 -2
  2467. package/es/search/index.js +0 -114
  2468. package/es/search/index.less +0 -64
  2469. package/es/search/style/index.js +0 -6
  2470. package/es/search/style/less.js +0 -6
  2471. package/es/share-sheet/index.js +0 -170
  2472. package/es/share-sheet/index.less +0 -96
  2473. package/es/share-sheet/style/index.js +0 -6
  2474. package/es/share-sheet/style/less.js +0 -6
  2475. package/es/sidebar/index.js +0 -43
  2476. package/es/sidebar/index.less +0 -7
  2477. package/es/sidebar/style/index.js +0 -2
  2478. package/es/sidebar/style/less.js +0 -2
  2479. package/es/sidebar-item/index.js +0 -65
  2480. package/es/sidebar-item/index.less +0 -60
  2481. package/es/sidebar-item/style/index.js +0 -3
  2482. package/es/sidebar-item/style/less.js +0 -3
  2483. package/es/skeleton/index.js +0 -107
  2484. package/es/skeleton/index.less +0 -65
  2485. package/es/skeleton/style/index.js +0 -2
  2486. package/es/skeleton/style/less.js +0 -2
  2487. package/es/sku/Sku.js +0 -777
  2488. package/es/sku/components/SkuActions.js +0 -49
  2489. package/es/sku/components/SkuDateTimeField.js +0 -114
  2490. package/es/sku/components/SkuHeader.js +0 -78
  2491. package/es/sku/components/SkuHeaderItem.js +0 -16
  2492. package/es/sku/components/SkuImgUploader.js +0 -94
  2493. package/es/sku/components/SkuMessages.js +0 -220
  2494. package/es/sku/components/SkuRow.js +0 -117
  2495. package/es/sku/components/SkuRowItem.js +0 -102
  2496. package/es/sku/components/SkuRowPropItem.js +0 -53
  2497. package/es/sku/components/SkuStepper.js +0 -180
  2498. package/es/sku/constants.js +0 -9
  2499. package/es/sku/index.css +0 -1
  2500. package/es/sku/index.js +0 -27
  2501. package/es/sku/index.less +0 -399
  2502. package/es/sku/lang.js +0 -86
  2503. package/es/sku/style/index.js +0 -18
  2504. package/es/sku/style/less.js +0 -18
  2505. package/es/sku/utils/sku-helper.js +0 -148
  2506. package/es/sku/utils/time-helper.js +0 -34
  2507. package/es/slider/index.js +0 -314
  2508. package/es/slider/index.less +0 -94
  2509. package/es/slider/style/index.js +0 -2
  2510. package/es/slider/style/less.js +0 -2
  2511. package/es/step/index.js +0 -145
  2512. package/es/step/index.less +0 -139
  2513. package/es/step/style/index.js +0 -4
  2514. package/es/step/style/less.js +0 -4
  2515. package/es/stepper/index.js +0 -349
  2516. package/es/stepper/index.less +0 -130
  2517. package/es/stepper/style/index.js +0 -2
  2518. package/es/stepper/style/less.js +0 -2
  2519. package/es/steps/index.js +0 -38
  2520. package/es/steps/index.less +0 -21
  2521. package/es/steps/style/index.js +0 -2
  2522. package/es/steps/style/less.js +0 -2
  2523. package/es/sticky/index.js +0 -151
  2524. package/es/sticky/index.less +0 -11
  2525. package/es/sticky/style/index.js +0 -2
  2526. package/es/sticky/style/less.js +0 -2
  2527. package/es/style/animation.less +0 -139
  2528. package/es/style/base.less +0 -10
  2529. package/es/style/clearfix.css +0 -1
  2530. package/es/style/clearfix.less +0 -5
  2531. package/es/style/ellipsis.css +0 -1
  2532. package/es/style/ellipsis.less +0 -13
  2533. package/es/style/hairline.css +0 -1
  2534. package/es/style/hairline.less +0 -47
  2535. package/es/style/mixins/clearfix.less +0 -7
  2536. package/es/style/mixins/ellipsis.less +0 -15
  2537. package/es/style/mixins/hairline.less +0 -39
  2538. package/es/style/normalize.less +0 -38
  2539. package/es/style/reset.css +0 -1
  2540. package/es/style/reset.less +0 -171
  2541. package/es/style/var.less +0 -901
  2542. package/es/submit-bar/index.js +0 -105
  2543. package/es/submit-bar/index.less +0 -82
  2544. package/es/submit-bar/style/index.js +0 -6
  2545. package/es/submit-bar/style/less.js +0 -6
  2546. package/es/swipe/index.js +0 -432
  2547. package/es/swipe/index.less +0 -58
  2548. package/es/swipe/style/index.js +0 -2
  2549. package/es/swipe/style/less.js +0 -2
  2550. package/es/swipe-cell/index.js +0 -220
  2551. package/es/swipe-cell/index.less +0 -29
  2552. package/es/swipe-cell/style/index.js +0 -2
  2553. package/es/swipe-cell/style/less.js +0 -2
  2554. package/es/swipe-item/index.js +0 -78
  2555. package/es/swipe-item/index.less +0 -8
  2556. package/es/swipe-item/style/index.js +0 -2
  2557. package/es/swipe-item/style/less.js +0 -2
  2558. package/es/switch/index.js +0 -74
  2559. package/es/switch/index.less +0 -59
  2560. package/es/switch/shared.js +0 -19
  2561. package/es/switch/style/index.js +0 -3
  2562. package/es/switch/style/less.js +0 -3
  2563. package/es/switch-cell/index.css +0 -1
  2564. package/es/switch-cell/index.js +0 -46
  2565. package/es/switch-cell/index.less +0 -15
  2566. package/es/switch-cell/style/index.js +0 -7
  2567. package/es/switch-cell/style/less.js +0 -7
  2568. package/es/tab/index.js +0 -102
  2569. package/es/tab/index.less +0 -17
  2570. package/es/tab/style/index.js +0 -2
  2571. package/es/tab/style/less.js +0 -2
  2572. package/es/tabbar/index.js +0 -121
  2573. package/es/tabbar/index.less +0 -22
  2574. package/es/tabbar/style/index.js +0 -2
  2575. package/es/tabbar/style/less.js +0 -2
  2576. package/es/tabbar-item/index.js +0 -119
  2577. package/es/tabbar-item/index.less +0 -37
  2578. package/es/tabbar-item/style/index.js +0 -4
  2579. package/es/tabbar-item/style/less.js +0 -4
  2580. package/es/tabs/Content.js +0 -78
  2581. package/es/tabs/Title.js +0 -92
  2582. package/es/tabs/index.js +0 -432
  2583. package/es/tabs/index.less +0 -153
  2584. package/es/tabs/style/index.js +0 -4
  2585. package/es/tabs/style/less.js +0 -4
  2586. package/es/tabs/utils.js +0 -41
  2587. package/es/tag/index.js +0 -79
  2588. package/es/tag/index.less +0 -99
  2589. package/es/tag/style/index.js +0 -4
  2590. package/es/tag/style/less.js +0 -4
  2591. package/es/toast/Toast.js +0 -155
  2592. package/es/toast/index.js +0 -189
  2593. package/es/toast/index.less +0 -75
  2594. package/es/toast/lock-click.js +0 -16
  2595. package/es/toast/style/index.js +0 -7
  2596. package/es/toast/style/less.js +0 -7
  2597. package/es/tree-select/index.js +0 -148
  2598. package/es/tree-select/index.less +0 -51
  2599. package/es/tree-select/style/index.js +0 -6
  2600. package/es/tree-select/style/less.js +0 -6
  2601. package/es/uploader/index.js +0 -482
  2602. package/es/uploader/index.less +0 -163
  2603. package/es/uploader/style/index.js +0 -11
  2604. package/es/uploader/style/less.js +0 -11
  2605. package/es/uploader/utils.js +0 -66
  2606. package/es/utils/constant.js +0 -10
  2607. package/es/utils/create/bem.js +0 -39
  2608. package/es/utils/create/component.js +0 -57
  2609. package/es/utils/create/i18n.js +0 -16
  2610. package/es/utils/create/index.js +0 -7
  2611. package/es/utils/deep-assign.js +0 -24
  2612. package/es/utils/deep-clone.js +0 -22
  2613. package/es/utils/dom/event.js +0 -48
  2614. package/es/utils/dom/node.js +0 -7
  2615. package/es/utils/dom/raf.js +0 -36
  2616. package/es/utils/dom/reset-scroll.js +0 -14
  2617. package/es/utils/dom/scroll.js +0 -69
  2618. package/es/utils/dom/style.js +0 -9
  2619. package/es/utils/format/number.js +0 -52
  2620. package/es/utils/format/string.js +0 -19
  2621. package/es/utils/format/unit.js +0 -59
  2622. package/es/utils/functional.js +0 -56
  2623. package/es/utils/index.js +0 -71
  2624. package/es/utils/interceptor.js +0 -22
  2625. package/es/utils/router.js +0 -36
  2626. package/es/utils/validate/date.js +0 -4
  2627. package/es/utils/validate/email.js +0 -5
  2628. package/es/utils/validate/mobile.js +0 -4
  2629. package/es/utils/validate/number.js +0 -11
  2630. package/es/utils/validate/system.js +0 -9
  2631. package/es/utils/vnodes.js +0 -36
  2632. package/lib/action-sheet/index.less +0 -113
  2633. package/lib/action-sheet/style/less.js +0 -7
  2634. package/lib/address-edit/Detail.js +0 -130
  2635. package/lib/address-edit/index.less +0 -45
  2636. package/lib/address-edit/style/less.js +0 -16
  2637. package/lib/address-list/Item.js +0 -124
  2638. package/lib/address-list/index.less +0 -97
  2639. package/lib/address-list/style/less.js +0 -10
  2640. package/lib/area/style/less.js +0 -3
  2641. package/lib/badge/index.less +0 -38
  2642. package/lib/badge/style/less.js +0 -2
  2643. package/lib/button/index.less +0 -190
  2644. package/lib/button/style/less.js +0 -5
  2645. package/lib/calendar/components/Header.js +0 -63
  2646. package/lib/calendar/components/Month.js +0 -343
  2647. package/lib/calendar/index.less +0 -188
  2648. package/lib/calendar/style/less.js +0 -9
  2649. package/lib/card/index.less +0 -109
  2650. package/lib/card/style/less.js +0 -6
  2651. package/lib/cascader/index.less +0 -82
  2652. package/lib/cascader/style/less.js +0 -7
  2653. package/lib/cell/index.less +0 -103
  2654. package/lib/cell/shared.js +0 -29
  2655. package/lib/cell/style/less.js +0 -4
  2656. package/lib/cell-group/index.less +0 -22
  2657. package/lib/cell-group/style/less.js +0 -2
  2658. package/lib/checkbox/index.less +0 -86
  2659. package/lib/checkbox/style/less.js +0 -4
  2660. package/lib/checkbox-group/index.less +0 -8
  2661. package/lib/checkbox-group/style/less.js +0 -2
  2662. package/lib/circle/index.less +0 -41
  2663. package/lib/circle/style/less.js +0 -2
  2664. package/lib/col/index.less +0 -20
  2665. package/lib/col/style/less.js +0 -2
  2666. package/lib/collapse/style/less.js +0 -1
  2667. package/lib/collapse-item/index.less +0 -69
  2668. package/lib/collapse-item/style/less.js +0 -5
  2669. package/lib/contact-card/index.less +0 -42
  2670. package/lib/contact-card/style/less.js +0 -5
  2671. package/lib/contact-edit/index.less +0 -30
  2672. package/lib/contact-edit/style/less.js +0 -14
  2673. package/lib/contact-list/index.less +0 -54
  2674. package/lib/contact-list/style/less.js +0 -10
  2675. package/lib/count-down/index.less +0 -7
  2676. package/lib/count-down/style/less.js +0 -2
  2677. package/lib/coupon/index.less +0 -104
  2678. package/lib/coupon/shared.js +0 -1
  2679. package/lib/coupon/style/less.js +0 -5
  2680. package/lib/coupon-cell/index.less +0 -7
  2681. package/lib/coupon-cell/style/less.js +0 -6
  2682. package/lib/coupon-list/index.less +0 -89
  2683. package/lib/coupon-list/style/less.js +0 -13
  2684. package/lib/datetime-picker/DatePicker.js +0 -330
  2685. package/lib/datetime-picker/TimePicker.js +0 -148
  2686. package/lib/datetime-picker/index.js +0 -41
  2687. package/lib/datetime-picker/shared.js +0 -151
  2688. package/lib/datetime-picker/style/index.js +0 -3
  2689. package/lib/datetime-picker/style/less.js +0 -3
  2690. package/lib/datetime-picker/utils.js +0 -43
  2691. package/lib/dialog/index.less +0 -120
  2692. package/lib/dialog/style/less.js +0 -10
  2693. package/lib/divider/index.less +0 -64
  2694. package/lib/divider/style/less.js +0 -2
  2695. package/lib/dropdown-item/index.less +0 -39
  2696. package/lib/dropdown-item/style/less.js +0 -7
  2697. package/lib/dropdown-menu/index.less +0 -77
  2698. package/lib/dropdown-menu/style/less.js +0 -2
  2699. package/lib/empty/Network.js +0 -179
  2700. package/lib/empty/index.less +0 -32
  2701. package/lib/empty/style/less.js +0 -2
  2702. package/lib/field/index.less +0 -172
  2703. package/lib/field/style/less.js +0 -5
  2704. package/lib/form/style/less.js +0 -1
  2705. package/lib/goods-action/index.css +0 -1
  2706. package/lib/goods-action/index.js +0 -32
  2707. package/lib/goods-action/index.less +0 -19
  2708. package/lib/goods-action/style/index.js +0 -2
  2709. package/lib/goods-action/style/less.js +0 -2
  2710. package/lib/goods-action-button/index.css +0 -1
  2711. package/lib/goods-action-button/index.js +0 -70
  2712. package/lib/goods-action-button/index.less +0 -34
  2713. package/lib/goods-action-button/style/index.js +0 -6
  2714. package/lib/goods-action-button/style/less.js +0 -6
  2715. package/lib/goods-action-icon/index.css +0 -1
  2716. package/lib/goods-action-icon/index.js +0 -90
  2717. package/lib/goods-action-icon/index.less +0 -27
  2718. package/lib/goods-action-icon/style/index.js +0 -4
  2719. package/lib/goods-action-icon/style/less.js +0 -4
  2720. package/lib/grid/index.less +0 -6
  2721. package/lib/grid/style/less.js +0 -2
  2722. package/lib/grid-item/index.less +0 -79
  2723. package/lib/grid-item/style/less.js +0 -4
  2724. package/lib/icon/index.less +0 -11
  2725. package/lib/icon/local.css +0 -1
  2726. package/lib/icon/local.less +0 -1
  2727. package/lib/icon/style/less.js +0 -3
  2728. package/lib/image/index.less +0 -47
  2729. package/lib/image/style/less.js +0 -4
  2730. package/lib/image-preview/index.less +0 -103
  2731. package/lib/image-preview/shared.js +0 -13
  2732. package/lib/image-preview/style/less.js +0 -10
  2733. package/lib/index-anchor/index.less +0 -21
  2734. package/lib/index-anchor/style/less.js +0 -2
  2735. package/lib/index-bar/index.less +0 -27
  2736. package/lib/index-bar/style/less.js +0 -2
  2737. package/lib/index.less +0 -84
  2738. package/lib/info/index.css +0 -1
  2739. package/lib/info/index.js +0 -42
  2740. package/lib/info/index.less +0 -29
  2741. package/lib/info/style/index.js +0 -2
  2742. package/lib/info/style/less.js +0 -2
  2743. package/lib/lazyload/style/less.js +0 -1
  2744. package/lib/list/index.less +0 -17
  2745. package/lib/list/style/less.js +0 -3
  2746. package/lib/loading/index.less +0 -103
  2747. package/lib/loading/style/less.js +0 -2
  2748. package/lib/locale/style/less.js +0 -1
  2749. package/lib/mixins/bind-event.js +0 -36
  2750. package/lib/mixins/checkbox.js +0 -152
  2751. package/lib/mixins/click-outside.js +0 -41
  2752. package/lib/mixins/close-on-popstate.js +0 -46
  2753. package/lib/mixins/field.js +0 -29
  2754. package/lib/mixins/popup/context.js +0 -23
  2755. package/lib/mixins/popup/index.js +0 -236
  2756. package/lib/mixins/popup/overlay.js +0 -97
  2757. package/lib/mixins/popup/type.js +0 -1
  2758. package/lib/mixins/portal.js +0 -53
  2759. package/lib/mixins/relation.js +0 -84
  2760. package/lib/mixins/slots.js +0 -29
  2761. package/lib/mixins/touch.js +0 -69
  2762. package/lib/nav-bar/index.less +0 -74
  2763. package/lib/nav-bar/style/less.js +0 -4
  2764. package/lib/notice-bar/index.less +0 -60
  2765. package/lib/notice-bar/style/less.js +0 -4
  2766. package/lib/notify/index.less +0 -33
  2767. package/lib/notify/style/less.js +0 -6
  2768. package/lib/number-keyboard/CollapseIcon.js +0 -21
  2769. package/lib/number-keyboard/DeleteIcon.js +0 -21
  2770. package/lib/number-keyboard/Key.js +0 -113
  2771. package/lib/number-keyboard/index.less +0 -142
  2772. package/lib/number-keyboard/style/less.js +0 -3
  2773. package/lib/overlay/index.less +0 -11
  2774. package/lib/overlay/style/less.js +0 -2
  2775. package/lib/pagination/index.less +0 -77
  2776. package/lib/pagination/style/less.js +0 -2
  2777. package/lib/panel/index.css +0 -1
  2778. package/lib/panel/index.js +0 -61
  2779. package/lib/panel/index.less +0 -13
  2780. package/lib/panel/style/index.js +0 -6
  2781. package/lib/panel/style/less.js +0 -6
  2782. package/lib/password-input/index.less +0 -83
  2783. package/lib/password-input/style/less.js +0 -2
  2784. package/lib/picker/index.less +0 -117
  2785. package/lib/picker/shared.js +0 -28
  2786. package/lib/picker/style/less.js +0 -3
  2787. package/lib/popover/index.less +0 -270
  2788. package/lib/popover/style/less.js +0 -6
  2789. package/lib/popup/index.less +0 -137
  2790. package/lib/popup/style/less.js +0 -5
  2791. package/lib/progress/index.less +0 -32
  2792. package/lib/progress/style/less.js +0 -2
  2793. package/lib/pull-refresh/index.less +0 -25
  2794. package/lib/pull-refresh/style/less.js +0 -3
  2795. package/lib/radio/index.less +0 -86
  2796. package/lib/radio/style/less.js +0 -4
  2797. package/lib/radio-group/index.less +0 -8
  2798. package/lib/radio-group/style/less.js +0 -2
  2799. package/lib/rate/index.less +0 -47
  2800. package/lib/rate/style/less.js +0 -4
  2801. package/lib/row/index.less +0 -42
  2802. package/lib/row/style/less.js +0 -2
  2803. package/lib/search/index.less +0 -64
  2804. package/lib/search/style/less.js +0 -6
  2805. package/lib/share-sheet/index.less +0 -96
  2806. package/lib/share-sheet/style/less.js +0 -6
  2807. package/lib/sidebar/index.less +0 -7
  2808. package/lib/sidebar/style/less.js +0 -2
  2809. package/lib/sidebar-item/index.less +0 -60
  2810. package/lib/sidebar-item/style/less.js +0 -3
  2811. package/lib/skeleton/index.less +0 -65
  2812. package/lib/skeleton/style/less.js +0 -2
  2813. package/lib/sku/Sku.js +0 -802
  2814. package/lib/sku/components/SkuActions.js +0 -62
  2815. package/lib/sku/components/SkuDateTimeField.js +0 -129
  2816. package/lib/sku/components/SkuHeader.js +0 -93
  2817. package/lib/sku/components/SkuHeaderItem.js +0 -27
  2818. package/lib/sku/components/SkuImgUploader.js +0 -106
  2819. package/lib/sku/components/SkuMessages.js +0 -235
  2820. package/lib/sku/components/SkuRow.js +0 -128
  2821. package/lib/sku/components/SkuRowItem.js +0 -117
  2822. package/lib/sku/components/SkuRowPropItem.js +0 -63
  2823. package/lib/sku/components/SkuStepper.js +0 -193
  2824. package/lib/sku/constants.js +0 -16
  2825. package/lib/sku/index.css +0 -1
  2826. package/lib/sku/index.js +0 -49
  2827. package/lib/sku/index.less +0 -399
  2828. package/lib/sku/lang.js +0 -92
  2829. package/lib/sku/style/index.js +0 -18
  2830. package/lib/sku/style/less.js +0 -18
  2831. package/lib/sku/utils/sku-helper.js +0 -179
  2832. package/lib/sku/utils/time-helper.js +0 -42
  2833. package/lib/slider/index.less +0 -94
  2834. package/lib/slider/style/less.js +0 -2
  2835. package/lib/step/index.less +0 -139
  2836. package/lib/step/style/less.js +0 -4
  2837. package/lib/stepper/index.less +0 -130
  2838. package/lib/stepper/style/less.js +0 -2
  2839. package/lib/steps/index.less +0 -21
  2840. package/lib/steps/style/less.js +0 -2
  2841. package/lib/sticky/index.less +0 -11
  2842. package/lib/sticky/style/less.js +0 -2
  2843. package/lib/style/animation.less +0 -139
  2844. package/lib/style/base.less +0 -10
  2845. package/lib/style/clearfix.css +0 -1
  2846. package/lib/style/clearfix.less +0 -5
  2847. package/lib/style/ellipsis.css +0 -1
  2848. package/lib/style/ellipsis.less +0 -13
  2849. package/lib/style/hairline.css +0 -1
  2850. package/lib/style/hairline.less +0 -47
  2851. package/lib/style/mixins/clearfix.less +0 -7
  2852. package/lib/style/mixins/ellipsis.less +0 -15
  2853. package/lib/style/mixins/hairline.less +0 -39
  2854. package/lib/style/normalize.less +0 -38
  2855. package/lib/style/reset.css +0 -1
  2856. package/lib/style/reset.less +0 -171
  2857. package/lib/style/var.less +0 -901
  2858. package/lib/submit-bar/index.less +0 -82
  2859. package/lib/submit-bar/style/less.js +0 -6
  2860. package/lib/swipe/index.less +0 -58
  2861. package/lib/swipe/style/less.js +0 -2
  2862. package/lib/swipe-cell/index.less +0 -29
  2863. package/lib/swipe-cell/style/less.js +0 -2
  2864. package/lib/swipe-item/index.less +0 -8
  2865. package/lib/swipe-item/style/less.js +0 -2
  2866. package/lib/switch/index.less +0 -59
  2867. package/lib/switch/shared.js +0 -25
  2868. package/lib/switch/style/less.js +0 -3
  2869. package/lib/switch-cell/index.css +0 -1
  2870. package/lib/switch-cell/index.js +0 -62
  2871. package/lib/switch-cell/index.less +0 -15
  2872. package/lib/switch-cell/style/index.js +0 -7
  2873. package/lib/switch-cell/style/less.js +0 -7
  2874. package/lib/tab/index.less +0 -17
  2875. package/lib/tab/style/less.js +0 -2
  2876. package/lib/tabbar/index.less +0 -22
  2877. package/lib/tabbar/style/less.js +0 -2
  2878. package/lib/tabbar-item/index.less +0 -37
  2879. package/lib/tabbar-item/style/less.js +0 -4
  2880. package/lib/tabs/Content.js +0 -90
  2881. package/lib/tabs/Title.js +0 -102
  2882. package/lib/tabs/index.less +0 -153
  2883. package/lib/tabs/style/less.js +0 -4
  2884. package/lib/tag/index.less +0 -99
  2885. package/lib/tag/style/less.js +0 -4
  2886. package/lib/toast/index.less +0 -75
  2887. package/lib/toast/style/less.js +0 -7
  2888. package/lib/tree-select/index.less +0 -51
  2889. package/lib/tree-select/style/less.js +0 -6
  2890. package/lib/uploader/index.less +0 -163
  2891. package/lib/uploader/style/less.js +0 -11
  2892. package/lib/utils/create/bem.js +0 -44
  2893. package/lib/utils/create/component.js +0 -70
  2894. package/lib/utils/create/i18n.js +0 -27
  2895. package/lib/utils/create/index.js +0 -15
  2896. package/lib/utils/dom/event.js +0 -62
  2897. package/lib/utils/dom/node.js +0 -12
  2898. package/lib/utils/dom/raf.js +0 -47
  2899. package/lib/utils/dom/reset-scroll.js +0 -21
  2900. package/lib/utils/dom/scroll.js +0 -89
  2901. package/lib/utils/dom/style.js +0 -14
  2902. package/lib/utils/format/number.js +0 -60
  2903. package/lib/utils/format/string.js +0 -26
  2904. package/lib/utils/format/unit.js +0 -68
  2905. package/lib/utils/functional.js +0 -68
  2906. package/lib/utils/router.js +0 -46
  2907. package/lib/utils/types.js +0 -1
  2908. package/lib/utils/validate/date.js +0 -10
  2909. package/lib/utils/validate/email.js +0 -10
  2910. package/lib/utils/validate/mobile.js +0 -9
  2911. package/lib/utils/validate/number.js +0 -18
  2912. package/lib/utils/validate/system.js +0 -17
  2913. package/lib/utils/vnodes.js +0 -41
  2914. package/types/address-edit.d.ts +0 -5
  2915. package/types/area.d.ts +0 -5
  2916. package/types/calendar.d.ts +0 -7
  2917. package/types/checkbox-group.d.ts +0 -10
  2918. package/types/checkbox.d.ts +0 -5
  2919. package/types/collapse-item.d.ts +0 -5
  2920. package/types/component.d.ts +0 -7
  2921. package/types/count-down.d.ts +0 -9
  2922. package/types/datetime-picker.d.ts +0 -6
  2923. package/types/dialog.d.ts +0 -48
  2924. package/types/dropdown-item.d.ts +0 -5
  2925. package/types/field.d.ts +0 -7
  2926. package/types/form.d.ts +0 -11
  2927. package/types/image-preview.d.ts +0 -45
  2928. package/types/index-bar.d.ts +0 -5
  2929. package/types/index.d.ts +0 -124
  2930. package/types/jsx.d.ts +0 -11
  2931. package/types/lazyload.d.ts +0 -7
  2932. package/types/list.d.ts +0 -5
  2933. package/types/locale.d.ts +0 -7
  2934. package/types/mixins/popup.d.ts +0 -4
  2935. package/types/notify.d.ts +0 -43
  2936. package/types/picker.d.ts +0 -25
  2937. package/types/progress.d.ts +0 -5
  2938. package/types/sku.d.ts +0 -73
  2939. package/types/swipe-cell.d.ts +0 -7
  2940. package/types/swipe.d.ts +0 -15
  2941. package/types/tabs.d.ts +0 -7
  2942. package/types/toast.d.ts +0 -59
  2943. package/types/uploader.d.ts +0 -7
  2944. package/vetur/attributes.json +0 -3358
  2945. package/vetur/tags.json +0 -1146
  2946. package/vetur/web-types.json +0 -9768
  2947. /package/es/{style/var.css → action-bar/types.mjs} +0 -0
  2948. /package/es/{coupon/shared.js → action-bar-button/types.mjs} +0 -0
  2949. /package/es/{mixins/popup/type.js → action-bar-icon/types.mjs} +0 -0
  2950. /package/es/{utils/types.js → action-sheet/types.mjs} +0 -0
  2951. /package/{lib/style/var.css → es/address-edit/types.mjs} +0 -0
@@ -1,3358 +0,0 @@
1
- {
2
- "van-action-sheet/v-model (value)": {
3
- "type": "boolean",
4
- "description": "是否显示动作面板, 默认值: `false`"
5
- },
6
- "van-action-sheet/actions": {
7
- "type": "Action[]",
8
- "description": "面板选项列表, 默认值: `[]`"
9
- },
10
- "van-action-sheet/title": {
11
- "type": "string",
12
- "description": "顶部标题, 默认值: -"
13
- },
14
- "van-action-sheet/cancel-text": {
15
- "type": "string",
16
- "description": "取消按钮文字, 默认值: -"
17
- },
18
- "van-action-sheet/description": {
19
- "type": "string",
20
- "description": "选项上方的描述信息, 默认值: -"
21
- },
22
- "van-action-sheet/closeable": {
23
- "type": "boolean",
24
- "description": "是否显示关闭图标, 默认值: `true`"
25
- },
26
- "van-action-sheet/close-icon": {
27
- "type": "string",
28
- "description": "关闭[图标名称](#/zh-CN/icon)或图片链接, 默认值: `cross`"
29
- },
30
- "van-action-sheet/duration": {
31
- "type": "number | string",
32
- "description": "动画时长,单位秒, 默认值: `0.3`"
33
- },
34
- "van-action-sheet/round": {
35
- "type": "boolean",
36
- "description": "是否显示圆角, 默认值: `true`"
37
- },
38
- "van-action-sheet/overlay": {
39
- "type": "boolean",
40
- "description": "是否显示遮罩层, 默认值: `true`"
41
- },
42
- "van-action-sheet/lock-scroll": {
43
- "type": "boolean",
44
- "description": "是否锁定背景滚动, 默认值: `true`"
45
- },
46
- "van-action-sheet/lazy-render": {
47
- "type": "boolean",
48
- "description": "是否在显示弹层时才渲染节点, 默认值: `true`"
49
- },
50
- "van-action-sheet/close-on-popstate": {
51
- "type": "boolean",
52
- "description": "是否在页面回退时自动关闭, 默认值: `false`"
53
- },
54
- "van-action-sheet/close-on-click-action": {
55
- "type": "boolean",
56
- "description": "是否在点击选项后关闭, 默认值: `false`"
57
- },
58
- "van-action-sheet/close-on-click-overlay": {
59
- "type": "boolean",
60
- "description": "是否在点击遮罩层后关闭, 默认值: `true`"
61
- },
62
- "van-action-sheet/safe-area-inset-bottom": {
63
- "type": "boolean",
64
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
65
- },
66
- "van-action-sheet/get-container": {
67
- "type": "string | () => Element",
68
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
69
- },
70
- "van-address-edit/area-list": {
71
- "type": "object",
72
- "description": "地区列表, 默认值: -"
73
- },
74
- "van-address-edit/area-columns-placeholder": {
75
- "type": "string[]",
76
- "description": "地区选择列占位提示文字, 默认值: `[]`"
77
- },
78
- "van-address-edit/area-placeholder": {
79
- "type": "string",
80
- "description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
81
- },
82
- "van-address-edit/address-info": {
83
- "type": "AddressInfo",
84
- "description": "收货人信息初始值, 默认值: `{}`"
85
- },
86
- "van-address-edit/search-result": {
87
- "type": "SearchResult[]",
88
- "description": "详细地址搜索结果, 默认值: `[]`"
89
- },
90
- "van-address-edit/show-postal": {
91
- "type": "boolean",
92
- "description": "是否显示邮政编码, 默认值: `false`"
93
- },
94
- "van-address-edit/show-delete": {
95
- "type": "boolean",
96
- "description": "是否显示删除按钮, 默认值: `false`"
97
- },
98
- "van-address-edit/show-set-default": {
99
- "type": "boolean",
100
- "description": "是否显示默认地址栏, 默认值: `false`"
101
- },
102
- "van-address-edit/show-search-result": {
103
- "type": "boolean",
104
- "description": "是否显示搜索结果, 默认值: `false`"
105
- },
106
- "van-address-edit/show-area": {
107
- "type": "boolean",
108
- "description": "是否显示地区, 默认值: `true`"
109
- },
110
- "van-address-edit/show-detail": {
111
- "type": "boolean",
112
- "description": "是否显示详细地址, 默认值: `true`"
113
- },
114
- "van-address-edit/disable-area": {
115
- "type": "boolean",
116
- "description": "是否禁用地区选择, 默认值: `false`"
117
- },
118
- "van-address-edit/save-button-text": {
119
- "type": "string",
120
- "description": "保存按钮文字, 默认值: `保存`"
121
- },
122
- "van-address-edit/delete-button-text": {
123
- "type": "string",
124
- "description": "删除按钮文字, 默认值: `删除`"
125
- },
126
- "van-address-edit/detail-rows": {
127
- "type": "number | string",
128
- "description": "详细地址输入框行数, 默认值: `1`"
129
- },
130
- "van-address-edit/detail-maxlength": {
131
- "type": "number | string",
132
- "description": "详细地址最大长度, 默认值: `200`"
133
- },
134
- "van-address-edit/is-saving": {
135
- "type": "boolean",
136
- "description": "是否显示保存按钮加载动画, 默认值: `false`"
137
- },
138
- "van-address-edit/is-deleting": {
139
- "type": "boolean",
140
- "description": "是否显示删除按钮加载动画, 默认值: `false`"
141
- },
142
- "van-address-edit/tel-validator": {
143
- "type": "string => boolean",
144
- "description": "手机号格式校验函数, 默认值: -"
145
- },
146
- "van-address-edit/tel-maxlength": {
147
- "type": "number | string",
148
- "description": "手机号最大长度, 默认值: -"
149
- },
150
- "van-address-edit/postal-validator": {
151
- "type": "string => boolean",
152
- "description": "邮政编码格式校验函数, 默认值: -"
153
- },
154
- "van-address-edit/validator": {
155
- "type": "(key, val) => string",
156
- "description": "自定义校验函数, 默认值: -"
157
- },
158
- "van-area/value": {
159
- "type": "string",
160
- "description": "当前选中的省市区`code`, 默认值: -"
161
- },
162
- "van-area/title": {
163
- "type": "string",
164
- "description": "顶部栏标题, 默认值: -"
165
- },
166
- "van-area/confirm-button-text": {
167
- "type": "string",
168
- "description": "确认按钮文字, 默认值: `确认`"
169
- },
170
- "van-area/cancel-button-text": {
171
- "type": "string",
172
- "description": "取消按钮文字, 默认值: `取消`"
173
- },
174
- "van-area/area-list": {
175
- "type": "object",
176
- "description": "省市区数据,格式见下方, 默认值: -"
177
- },
178
- "van-area/columns-placeholder": {
179
- "type": "string[]",
180
- "description": "列占位提示文字, 默认值: `[]`"
181
- },
182
- "van-area/loading": {
183
- "type": "boolean",
184
- "description": "是否显示加载状态, 默认值: `false`"
185
- },
186
- "van-area/readonly": {
187
- "type": "boolean",
188
- "description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
189
- },
190
- "van-area/item-height": {
191
- "type": "number | string",
192
- "description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
193
- },
194
- "van-area/columns-num": {
195
- "type": "number | string",
196
- "description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
197
- },
198
- "van-area/visible-item-count": {
199
- "type": "number | string",
200
- "description": "可见的选项个数, 默认值: `6`"
201
- },
202
- "van-area/swipe-duration": {
203
- "type": "number | string",
204
- "description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
205
- },
206
- "van-area/is-oversea-code": {
207
- "type": "() => boolean",
208
- "description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
209
- },
210
- "van-address-list/v-model": {
211
- "type": "string",
212
- "description": "当前选中地址的 id, 默认值: -"
213
- },
214
- "van-address-list/list": {
215
- "type": "Address[]",
216
- "description": "地址列表, 默认值: `[]`"
217
- },
218
- "van-address-list/disabled-list": {
219
- "type": "Address[]",
220
- "description": "不可配送地址列表, 默认值: `[]`"
221
- },
222
- "van-address-list/disabled-text": {
223
- "type": "string",
224
- "description": "不可配送提示文案, 默认值: -"
225
- },
226
- "van-address-list/switchable": {
227
- "type": "boolean",
228
- "description": "是否允许切换地址, 默认值: `true`"
229
- },
230
- "van-address-list/add-button-text": {
231
- "type": "string",
232
- "description": "底部按钮文字, 默认值: `新增地址`"
233
- },
234
- "van-address-list/default-tag-text": {
235
- "type": "string",
236
- "description": "默认地址标签文字, 默认值: -"
237
- },
238
- "van-button/type": {
239
- "type": "string",
240
- "description": "类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
241
- },
242
- "van-button/size": {
243
- "type": "string",
244
- "description": "尺寸,可选值为 `large` `small` `mini`, 默认值: `normal`"
245
- },
246
- "van-button/text": {
247
- "type": "string",
248
- "description": "按钮文字, 默认值: -"
249
- },
250
- "van-button/color": {
251
- "type": "string",
252
- "description": "按钮颜色,支持传入 `linear-gradient` 渐变色, 默认值: -"
253
- },
254
- "van-button/icon": {
255
- "type": "string",
256
- "description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
257
- },
258
- "van-button/icon-prefix": {
259
- "type": "string",
260
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
261
- },
262
- "van-button/icon-position": {
263
- "type": "string",
264
- "description": "图标展示位置,可选值为 `right`, 默认值: `left`"
265
- },
266
- "van-button/tag": {
267
- "type": "string",
268
- "description": "按钮根节点的 HTML 标签, 默认值: `button`"
269
- },
270
- "van-button/native-type": {
271
- "type": "string",
272
- "description": "原生 button 标签的 type 属性, 默认值: -"
273
- },
274
- "van-button/block": {
275
- "type": "boolean",
276
- "description": "是否为块级元素, 默认值: `false`"
277
- },
278
- "van-button/plain": {
279
- "type": "boolean",
280
- "description": "是否为朴素按钮, 默认值: `false`"
281
- },
282
- "van-button/square": {
283
- "type": "boolean",
284
- "description": "是否为方形按钮, 默认值: `false`"
285
- },
286
- "van-button/round": {
287
- "type": "boolean",
288
- "description": "是否为圆形按钮, 默认值: `false`"
289
- },
290
- "van-button/disabled": {
291
- "type": "boolean",
292
- "description": "是否禁用按钮, 默认值: `false`"
293
- },
294
- "van-button/hairline": {
295
- "type": "boolean",
296
- "description": "是否使用 0.5px 边框, 默认值: `false`"
297
- },
298
- "van-button/loading": {
299
- "type": "boolean",
300
- "description": "是否显示为加载状态, 默认值: `false`"
301
- },
302
- "van-button/loading-text": {
303
- "type": "string",
304
- "description": "加载状态提示文字, 默认值: -"
305
- },
306
- "van-button/loading-type": {
307
- "type": "string",
308
- "description": "[加载图标类型](#/zh-CN/loading),可选值为 `spinner`, 默认值: `circular`"
309
- },
310
- "van-button/loading-size": {
311
- "type": "string",
312
- "description": "加载图标大小, 默认值: `20px`"
313
- },
314
- "van-button/url": {
315
- "type": "string",
316
- "description": "点击后跳转的链接地址, 默认值: -"
317
- },
318
- "van-button/to": {
319
- "type": "string | object",
320
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
321
- },
322
- "van-button/replace": {
323
- "type": "boolean",
324
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
325
- },
326
- "van-badge/content": {
327
- "type": "number | string",
328
- "description": "徽标内容, 默认值: -"
329
- },
330
- "van-badge/color": {
331
- "type": "string",
332
- "description": "徽标背景颜色, 默认值: `#ee0a24`"
333
- },
334
- "van-badge/dot": {
335
- "type": "boolean",
336
- "description": "是否展示为小红点, 默认值: `false`"
337
- },
338
- "van-badge/max": {
339
- "type": "number | string",
340
- "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
341
- },
342
- "van-calendar/type": {
343
- "type": "string",
344
- "description": "选择类型:<br>`single`表示选择单个日期,<br>`multiple`表示选择多个日期,<br>`range`表示选择日期区间, 默认值: `single`"
345
- },
346
- "van-calendar/title": {
347
- "type": "string",
348
- "description": "日历标题, 默认值: `日期选择`"
349
- },
350
- "van-calendar/color": {
351
- "type": "string",
352
- "description": "主题色,对底部按钮和选中日期生效, 默认值: `#ee0a24`"
353
- },
354
- "van-calendar/min-date": {
355
- "type": "Date",
356
- "description": "可选择的最小日期, 默认值: 当前日期"
357
- },
358
- "van-calendar/max-date": {
359
- "type": "Date",
360
- "description": "可选择的最大日期, 默认值: 当前日期的六个月后"
361
- },
362
- "van-calendar/default-date": {
363
- "type": "Date | Date[] \\",
364
- "description": "默认选中的日期,`type` 为 `multiple` 或 `range` 时为数组,传入 `null` 表示默认不选择, 默认值: null_"
365
- },
366
- "van-calendar/row-height": {
367
- "type": "number | string",
368
- "description": "日期行高, 默认值: `64`"
369
- },
370
- "van-calendar/formatter": {
371
- "type": "(day: Day) => Day",
372
- "description": "日期格式化函数, 默认值: -"
373
- },
374
- "van-calendar/poppable": {
375
- "type": "boolean",
376
- "description": "是否以弹层的形式展示日历, 默认值: `true`"
377
- },
378
- "van-calendar/lazy-render": {
379
- "type": "boolean",
380
- "description": "是否只渲染可视区域的内容, 默认值: `true`"
381
- },
382
- "van-calendar/show-mark": {
383
- "type": "boolean",
384
- "description": "是否显示月份背景水印, 默认值: `true`"
385
- },
386
- "van-calendar/show-title": {
387
- "type": "boolean",
388
- "description": "是否展示日历标题, 默认值: `true`"
389
- },
390
- "van-calendar/show-subtitle": {
391
- "type": "boolean",
392
- "description": "是否展示日历副标题(年月), 默认值: `true`"
393
- },
394
- "van-calendar/show-confirm": {
395
- "type": "boolean",
396
- "description": "是否展示确认按钮, 默认值: `true`"
397
- },
398
- "van-calendar/readonly": {
399
- "type": "boolean",
400
- "description": "是否为只读状态,只读状态下不能选择日期, 默认值: `false`"
401
- },
402
- "van-calendar/confirm-text": {
403
- "type": "string",
404
- "description": "确认按钮的文字, 默认值: `确定`"
405
- },
406
- "van-calendar/confirm-disabled-text": {
407
- "type": "string",
408
- "description": "确认按钮处于禁用状态时的文字, 默认值: `确定`"
409
- },
410
- "van-calendar/first-day-of-week": {
411
- "type": "0-6",
412
- "description": "设置周起始日, 默认值: `0`"
413
- },
414
- "van-calendar/v-model": {
415
- "type": "boolean",
416
- "description": "是否显示日历弹窗, 默认值: `false`"
417
- },
418
- "van-calendar/position": {
419
- "type": "string",
420
- "description": "弹出位置,可选值为 `top` `right` `left`, 默认值: `bottom`"
421
- },
422
- "van-calendar/round": {
423
- "type": "boolean",
424
- "description": "是否显示圆角弹窗, 默认值: `true`"
425
- },
426
- "van-calendar/close-on-popstate": {
427
- "type": "boolean",
428
- "description": "是否在页面回退时自动关闭, 默认值: `true`"
429
- },
430
- "van-calendar/close-on-click-overlay": {
431
- "type": "boolean",
432
- "description": "是否在点击遮罩层后关闭, 默认值: `true`"
433
- },
434
- "van-calendar/safe-area-inset-bottom": {
435
- "type": "boolean",
436
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
437
- },
438
- "van-calendar/get-container": {
439
- "type": "string | () => Element",
440
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
441
- },
442
- "van-calendar/max-range": {
443
- "type": "number | string",
444
- "description": "日期最多可选天数, 默认值: 无限制"
445
- },
446
- "van-calendar/range-prompt": {
447
- "type": "string",
448
- "description": "选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
449
- },
450
- "van-calendar/allow-same-day": {
451
- "type": "boolean",
452
- "description": "是否允许日期范围的起止时间为同一天, 默认值: `false`"
453
- },
454
- "van-card/thumb": {
455
- "type": "string",
456
- "description": "左侧图片 URL, 默认值: -"
457
- },
458
- "van-card/title": {
459
- "type": "string",
460
- "description": "标题, 默认值: -"
461
- },
462
- "van-card/desc": {
463
- "type": "string",
464
- "description": "描述, 默认值: -"
465
- },
466
- "van-card/tag": {
467
- "type": "string",
468
- "description": "图片角标, 默认值: -"
469
- },
470
- "van-card/num": {
471
- "type": "number | string",
472
- "description": "商品数量, 默认值: -"
473
- },
474
- "van-card/price": {
475
- "type": "number | string",
476
- "description": "商品价格, 默认值: -"
477
- },
478
- "van-card/origin-price": {
479
- "type": "number | string",
480
- "description": "商品划线原价, 默认值: -"
481
- },
482
- "van-card/centered": {
483
- "type": "boolean",
484
- "description": "内容是否垂直居中, 默认值: `false`"
485
- },
486
- "van-card/currency": {
487
- "type": "string",
488
- "description": "货币符号, 默认值: `¥`"
489
- },
490
- "van-card/thumb-link": {
491
- "type": "string",
492
- "description": "点击左侧图片后跳转的链接地址, 默认值: -"
493
- },
494
- "van-card/lazy-load": {
495
- "type": "boolean",
496
- "description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
497
- },
498
- "van-cascader/title": {
499
- "type": "string",
500
- "description": "顶部标题, 默认值: -"
501
- },
502
- "van-cascader/value": {
503
- "type": "string | number",
504
- "description": "选中项的值, 默认值: -"
505
- },
506
- "van-cascader/options": {
507
- "type": "Option[]",
508
- "description": "可选项数据源, 默认值: `[]`"
509
- },
510
- "van-cascader/placeholder": {
511
- "type": "string",
512
- "description": "未选中时的提示文案, 默认值: `请选择`"
513
- },
514
- "van-cascader/active-color": {
515
- "type": "string",
516
- "description": "选中状态的高亮颜色, 默认值: `#ee0a24`"
517
- },
518
- "van-cascader/closeable": {
519
- "type": "boolean",
520
- "description": "是否显示关闭图标, 默认值: `true`"
521
- },
522
- "van-cascader/show-header": {
523
- "type": "boolean",
524
- "description": "是否展示标题栏, 默认值: `true`"
525
- },
526
- "van-cascader/field-names": {
527
- "type": "object",
528
- "description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
529
- },
530
- "van-cell/title": {
531
- "type": "number | string",
532
- "description": "左侧标题, 默认值: -"
533
- },
534
- "van-cell/border": {
535
- "type": "boolean",
536
- "description": "是否显示内边框, 默认值: `true`"
537
- },
538
- "van-cell/value": {
539
- "type": "number | string",
540
- "description": "右侧内容, 默认值: -"
541
- },
542
- "van-cell/label": {
543
- "type": "string",
544
- "description": "标题下方的描述信息, 默认值: -"
545
- },
546
- "van-cell/size": {
547
- "type": "string",
548
- "description": "单元格大小,可选值为 `large`, 默认值: -"
549
- },
550
- "van-cell/icon": {
551
- "type": "string",
552
- "description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
553
- },
554
- "van-cell/icon-prefix": {
555
- "type": "string",
556
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
557
- },
558
- "van-cell/url": {
559
- "type": "string",
560
- "description": "点击后跳转的链接地址, 默认值: -"
561
- },
562
- "van-cell/to": {
563
- "type": "string | object",
564
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
565
- },
566
- "van-cell/replace": {
567
- "type": "boolean",
568
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
569
- },
570
- "van-cell/clickable": {
571
- "type": "boolean",
572
- "description": "是否开启点击反馈, 默认值: `null`"
573
- },
574
- "van-cell/is-link": {
575
- "type": "boolean",
576
- "description": "是否展示右侧箭头并开启点击反馈, 默认值: `false`"
577
- },
578
- "van-cell/required": {
579
- "type": "boolean",
580
- "description": "是否显示表单必填星号, 默认值: `false`"
581
- },
582
- "van-cell/center": {
583
- "type": "boolean",
584
- "description": "是否使内容垂直居中, 默认值: `false`"
585
- },
586
- "van-cell/arrow-direction": {
587
- "type": "string",
588
- "description": "箭头方向,可选值为 `left` `up` `down`, 默认值: `right`"
589
- },
590
- "van-cell/title-style": {
591
- "type": "any",
592
- "description": "左侧标题额外样式, 默认值: -"
593
- },
594
- "van-cell/title-class": {
595
- "type": "any",
596
- "description": "左侧标题额外类名, 默认值: -"
597
- },
598
- "van-cell/value-class": {
599
- "type": "any",
600
- "description": "右侧内容额外类名, 默认值: -"
601
- },
602
- "van-cell/label-class": {
603
- "type": "any",
604
- "description": "描述信息额外类名, 默认值: -"
605
- },
606
- "van-checkbox/v-model (value)": {
607
- "type": "any[]",
608
- "description": "所有选中项的标识符, 默认值: -"
609
- },
610
- "van-checkbox/name": {
611
- "type": "any",
612
- "description": "标识符, 默认值: -"
613
- },
614
- "van-checkbox/shape": {
615
- "type": "string",
616
- "description": "形状,可选值为 `square`, 默认值: `round`"
617
- },
618
- "van-checkbox/disabled": {
619
- "type": "boolean",
620
- "description": "是否禁用所有复选框, 默认值: `false`"
621
- },
622
- "van-checkbox/label-disabled": {
623
- "type": "boolean",
624
- "description": "是否禁用复选框文本点击, 默认值: `false`"
625
- },
626
- "van-checkbox/label-position": {
627
- "type": "string",
628
- "description": "文本位置,可选值为 `left`, 默认值: `right`"
629
- },
630
- "van-checkbox/icon-size": {
631
- "type": "number | string",
632
- "description": "所有复选框的图标大小,默认单位为 `px`, 默认值: `20px`"
633
- },
634
- "van-checkbox/checked-color": {
635
- "type": "string",
636
- "description": "所有复选框的选中状态颜色, 默认值: `#1989fa`"
637
- },
638
- "van-checkbox/bind-group": {
639
- "type": "boolean",
640
- "description": "是否与复选框组绑定, 默认值: `true`"
641
- },
642
- "van-checkbox/max": {
643
- "type": "number | string",
644
- "description": "最大可选数,`0`为无限制, 默认值: `0`"
645
- },
646
- "van-checkbox/direction": {
647
- "type": "string",
648
- "description": "排列方向,可选值为 `horizontal`, 默认值: `vertical`"
649
- },
650
- "van-circle/v-model": {
651
- "type": "number",
652
- "description": "当前进度, 默认值: -"
653
- },
654
- "van-circle/rate": {
655
- "type": "number | string",
656
- "description": "目标进度, 默认值: `100`"
657
- },
658
- "van-circle/size": {
659
- "type": "number | string",
660
- "description": "圆环直径,默认单位为 `px`, 默认值: `100px`"
661
- },
662
- "van-circle/color": {
663
- "type": "string | object",
664
- "description": "进度条颜色,传入对象格式可以定义渐变色, 默认值: `#1989fa`"
665
- },
666
- "van-circle/layer-color": {
667
- "type": "string",
668
- "description": "轨道颜色, 默认值: `white`"
669
- },
670
- "van-circle/fill": {
671
- "type": "string",
672
- "description": "填充颜色, 默认值: `none`"
673
- },
674
- "van-circle/speed": {
675
- "type": "number | string",
676
- "description": "动画速度(单位为 rate/s), 默认值: `0`"
677
- },
678
- "van-circle/text": {
679
- "type": "string",
680
- "description": "文字, 默认值: -"
681
- },
682
- "van-circle/stroke-width": {
683
- "type": "number | string",
684
- "description": "进度条宽度, 默认值: `40`"
685
- },
686
- "van-circle/stroke-linecap": {
687
- "type": "string",
688
- "description": "进度条端点的形状,可选值为`square` `butt`, 默认值: `round`"
689
- },
690
- "van-circle/clockwise": {
691
- "type": "boolean",
692
- "description": "是否顺时针增加, 默认值: `true`"
693
- },
694
- "van-layout/type": {
695
- "type": "string",
696
- "description": "布局方式,可选值为`flex`, 默认值: -"
697
- },
698
- "van-layout/gutter": {
699
- "type": "number | string",
700
- "description": "列元素之间的间距(单位为 px), 默认值: -"
701
- },
702
- "van-layout/tag": {
703
- "type": "string",
704
- "description": "自定义元素标签, 默认值: `div`"
705
- },
706
- "van-layout/justify": {
707
- "type": "string",
708
- "description": "Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between`, 默认值: `start`"
709
- },
710
- "van-layout/align": {
711
- "type": "string",
712
- "description": "Flex 交叉轴对齐方式,可选值为 `center` `bottom`, 默认值: `top`"
713
- },
714
- "van-layout/span": {
715
- "type": "number | string",
716
- "description": "列元素宽度, 默认值: -"
717
- },
718
- "van-layout/offset": {
719
- "type": "number | string",
720
- "description": "列元素偏移距离, 默认值: -"
721
- },
722
- "van-collapse/v-model": {
723
- "type": "手风琴模式:_number | string_<br>非手风琴模式:_(number \\",
724
- "description": "当前展开面板的 name, 默认值: string)[]_"
725
- },
726
- "van-collapse/accordion": {
727
- "type": "boolean",
728
- "description": "是否开启手风琴模式, 默认值: `false`"
729
- },
730
- "van-collapse/border": {
731
- "type": "boolean",
732
- "description": "是否显示内边框, 默认值: `true`"
733
- },
734
- "van-collapse/name": {
735
- "type": "number | string",
736
- "description": "唯一标识符,默认为索引值, 默认值: `index`"
737
- },
738
- "van-collapse/icon": {
739
- "type": "string",
740
- "description": "标题栏左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
741
- },
742
- "van-collapse/size": {
743
- "type": "string",
744
- "description": "标题栏大小,可选值为 `large`, 默认值: -"
745
- },
746
- "van-collapse/title": {
747
- "type": "number | string",
748
- "description": "标题栏左侧内容, 默认值: -"
749
- },
750
- "van-collapse/value": {
751
- "type": "number | string",
752
- "description": "标题栏右侧内容, 默认值: -"
753
- },
754
- "van-collapse/label": {
755
- "type": "number | string",
756
- "description": "标题栏描述信息, 默认值: -"
757
- },
758
- "van-collapse/is-link": {
759
- "type": "boolean",
760
- "description": "是否展示标题栏右侧箭头并开启点击反馈, 默认值: `true`"
761
- },
762
- "van-collapse/disabled": {
763
- "type": "boolean",
764
- "description": "是否禁用面板, 默认值: `false`"
765
- },
766
- "van-collapse/lazy-render": {
767
- "type": "boolean",
768
- "description": "是否在首次展开时才渲染面板内容, 默认值: `true`"
769
- },
770
- "van-collapse/title-class": {
771
- "type": "string",
772
- "description": "左侧标题额外类名, 默认值: -"
773
- },
774
- "van-collapse/value-class": {
775
- "type": "string",
776
- "description": "右侧内容额外类名, 默认值: -"
777
- },
778
- "van-collapse/label-class": {
779
- "type": "string",
780
- "description": "描述信息额外类名, 默认值: -"
781
- },
782
- "van-contact-card/type": {
783
- "type": "string",
784
- "description": "卡片类型,可选值为 `edit`, 默认值: `add`"
785
- },
786
- "van-contact-card/name": {
787
- "type": "string",
788
- "description": "联系人姓名, 默认值: -"
789
- },
790
- "van-contact-card/tel": {
791
- "type": "string",
792
- "description": "联系人手机号, 默认值: -"
793
- },
794
- "van-contact-card/add-text": {
795
- "type": "string",
796
- "description": "添加时的文案提示, 默认值: `添加联系人`"
797
- },
798
- "van-contact-edit/contact-info": {
799
- "type": "Contact",
800
- "description": "联系人信息, 默认值: `{}`"
801
- },
802
- "van-contact-edit/is-edit": {
803
- "type": "boolean",
804
- "description": "是否为编辑联系人, 默认值: `false`"
805
- },
806
- "van-contact-edit/is-saving": {
807
- "type": "boolean",
808
- "description": "是否显示保存按钮加载动画, 默认值: `false`"
809
- },
810
- "van-contact-edit/is-deleting": {
811
- "type": "boolean",
812
- "description": "是否显示删除按钮加载动画, 默认值: `false`"
813
- },
814
- "van-contact-edit/tel-validator": {
815
- "type": "(tel: string) => boolean",
816
- "description": "手机号格式校验函数, 默认值: -"
817
- },
818
- "van-contact-edit/show-set-default": {
819
- "type": "boolean",
820
- "description": "是否显示默认联系人栏, 默认值: `false`"
821
- },
822
- "van-contact-edit/set-default-label": {
823
- "type": "string",
824
- "description": "默认联系人栏文案, 默认值: -"
825
- },
826
- "van-contact-list/v-model": {
827
- "type": "number | string",
828
- "description": "当前选中联系人的 id, 默认值: -"
829
- },
830
- "van-contact-list/list": {
831
- "type": "Contact[]",
832
- "description": "联系人列表, 默认值: `[]`"
833
- },
834
- "van-contact-list/add-text": {
835
- "type": "string",
836
- "description": "新建按钮文案, 默认值: `新建联系人`"
837
- },
838
- "van-contact-list/default-tag-text": {
839
- "type": "string",
840
- "description": "默认联系人标签文案, 默认值: -"
841
- },
842
- "van-count-down/time": {
843
- "type": "number | string",
844
- "description": "倒计时时长,单位毫秒, 默认值: `0`"
845
- },
846
- "van-count-down/format": {
847
- "type": "string",
848
- "description": "时间格式, 默认值: `HH:mm:ss`"
849
- },
850
- "van-count-down/auto-start": {
851
- "type": "boolean",
852
- "description": "是否自动开始倒计时, 默认值: `true`"
853
- },
854
- "van-count-down/millisecond": {
855
- "type": "boolean",
856
- "description": "是否开启毫秒级渲染, 默认值: `false`"
857
- },
858
- "van-coupon/title": {
859
- "type": "string",
860
- "description": "单元格标题, 默认值: `优惠券`"
861
- },
862
- "van-coupon/chosen-coupon": {
863
- "type": "number",
864
- "description": "当前选中优惠券的索引, 默认值: `-1`"
865
- },
866
- "van-coupon/coupons": {
867
- "type": "Coupon[]",
868
- "description": "可用优惠券列表, 默认值: `[]`"
869
- },
870
- "van-coupon/editable": {
871
- "type": "boolean",
872
- "description": "能否切换优惠券, 默认值: `true`"
873
- },
874
- "van-coupon/border": {
875
- "type": "boolean",
876
- "description": "是否显示内边框, 默认值: `true`"
877
- },
878
- "van-coupon/currency": {
879
- "type": "string",
880
- "description": "货币符号, 默认值: `¥`"
881
- },
882
- "van-coupon/v-model": {
883
- "type": "string",
884
- "description": "当前输入的兑换码, 默认值: -"
885
- },
886
- "van-coupon/disabled-coupons": {
887
- "type": "Coupon[]",
888
- "description": "不可用优惠券列表, 默认值: `[]`"
889
- },
890
- "van-coupon/enabled-title": {
891
- "type": "string",
892
- "description": "可用优惠券列表标题, 默认值: `可使用优惠券`"
893
- },
894
- "van-coupon/disabled-title": {
895
- "type": "string",
896
- "description": "不可用优惠券列表标题, 默认值: `不可使用优惠券`"
897
- },
898
- "van-coupon/exchange-button-text": {
899
- "type": "string",
900
- "description": "兑换按钮文字, 默认值: `兑换`"
901
- },
902
- "van-coupon/exchange-button-loading": {
903
- "type": "boolean",
904
- "description": "是否显示兑换按钮加载动画, 默认值: `false`"
905
- },
906
- "van-coupon/exchange-button-disabled": {
907
- "type": "boolean",
908
- "description": "是否禁用兑换按钮, 默认值: `false`"
909
- },
910
- "van-coupon/exchange-min-length": {
911
- "type": "number",
912
- "description": "兑换码最小长度, 默认值: `1`"
913
- },
914
- "van-coupon/displayed-coupon-index": {
915
- "type": "number",
916
- "description": "滚动至特定优惠券位置, 默认值: -"
917
- },
918
- "van-coupon/show-close-button": {
919
- "type": "boolean",
920
- "description": "是否显示列表底部按钮, 默认值: `true`"
921
- },
922
- "van-coupon/close-button-text": {
923
- "type": "string",
924
- "description": "列表底部按钮文字, 默认值: `不使用优惠`"
925
- },
926
- "van-coupon/input-placeholder": {
927
- "type": "string",
928
- "description": "输入框文字提示, 默认值: `请输入优惠码`"
929
- },
930
- "van-coupon/show-exchange-bar": {
931
- "type": "boolean",
932
- "description": "是否展示兑换栏, 默认值: `true`"
933
- },
934
- "van-coupon/empty-image": {
935
- "type": "string",
936
- "description": "列表为空时的占位图, 默认值: `https://img01.yzcdn.cn/vant/coupon-empty.png`"
937
- },
938
- "van-coupon/show-count": {
939
- "type": "boolean",
940
- "description": "是否展示可用 / 不可用数量, 默认值: `true`"
941
- },
942
- "van-datetime-picker/type": {
943
- "type": "string",
944
- "description": "时间类型,可选值为 `date` `time` <br> `year-month` `month-day` `datehour`, 默认值: `datetime`"
945
- },
946
- "van-datetime-picker/title": {
947
- "type": "string",
948
- "description": "顶部栏标题, 默认值: `''`"
949
- },
950
- "van-datetime-picker/confirm-button-text": {
951
- "type": "string",
952
- "description": "确认按钮文字, 默认值: `确认`"
953
- },
954
- "van-datetime-picker/cancel-button-text": {
955
- "type": "string",
956
- "description": "取消按钮文字, 默认值: `取消`"
957
- },
958
- "van-datetime-picker/show-toolbar": {
959
- "type": "boolean",
960
- "description": "是否显示顶部栏, 默认值: `true`"
961
- },
962
- "van-datetime-picker/loading": {
963
- "type": "boolean",
964
- "description": "是否显示加载状态, 默认值: `false`"
965
- },
966
- "van-datetime-picker/readonly": {
967
- "type": "boolean",
968
- "description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
969
- },
970
- "van-datetime-picker/filter": {
971
- "type": "(type, vals) => vals",
972
- "description": "选项过滤函数, 默认值: -"
973
- },
974
- "van-datetime-picker/formatter": {
975
- "type": "(type, val) => val",
976
- "description": "选项格式化函数, 默认值: -"
977
- },
978
- "van-datetime-picker/columns-order": {
979
- "type": "string[]",
980
- "description": "自定义列排序数组, 子项可选值为<br> `year`、`month`、`day`、`hour`、`minute`, 默认值: -"
981
- },
982
- "van-datetime-picker/item-height": {
983
- "type": "number | string",
984
- "description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
985
- },
986
- "van-datetime-picker/visible-item-count": {
987
- "type": "number | string",
988
- "description": "可见的选项个数, 默认值: `6`"
989
- },
990
- "van-datetime-picker/swipe-duration": {
991
- "type": "number | string",
992
- "description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
993
- },
994
- "van-datetime-picker/min-date": {
995
- "type": "Date",
996
- "description": "可选的最小时间,精确到分钟, 默认值: 十年前"
997
- },
998
- "van-datetime-picker/max-date": {
999
- "type": "Date",
1000
- "description": "可选的最大时间,精确到分钟, 默认值: 十年后"
1001
- },
1002
- "van-datetime-picker/min-hour": {
1003
- "type": "number | string",
1004
- "description": "可选的最小小时, 默认值: `0`"
1005
- },
1006
- "van-datetime-picker/max-hour": {
1007
- "type": "number | string",
1008
- "description": "可选的最大小时, 默认值: `23`"
1009
- },
1010
- "van-datetime-picker/min-minute": {
1011
- "type": "number | string",
1012
- "description": "可选的最小分钟, 默认值: `0`"
1013
- },
1014
- "van-datetime-picker/max-minute": {
1015
- "type": "number | string",
1016
- "description": "可选的最大分钟, 默认值: `59`"
1017
- },
1018
- "van-dialog/v-model": {
1019
- "type": "boolean",
1020
- "description": "是否显示弹窗, 默认值: -"
1021
- },
1022
- "van-dialog/title": {
1023
- "type": "string",
1024
- "description": "标题, 默认值: -"
1025
- },
1026
- "van-dialog/width": {
1027
- "type": "number | string",
1028
- "description": "弹窗宽度,默认单位为 `px`, 默认值: `320px`"
1029
- },
1030
- "van-dialog/message": {
1031
- "type": "string",
1032
- "description": "文本内容,支持通过 `\\n` 换行, 默认值: -"
1033
- },
1034
- "van-dialog/message-align": {
1035
- "type": "string",
1036
- "description": "内容对齐方式,可选值为 `left` `right`, 默认值: `center`"
1037
- },
1038
- "van-dialog/theme": {
1039
- "type": "string",
1040
- "description": "样式风格,可选值为 `round-button`, 默认值: `default`"
1041
- },
1042
- "van-dialog/show-confirm-button": {
1043
- "type": "boolean",
1044
- "description": "是否展示确认按钮, 默认值: `true`"
1045
- },
1046
- "van-dialog/show-cancel-button": {
1047
- "type": "boolean",
1048
- "description": "是否展示取消按钮, 默认值: `false`"
1049
- },
1050
- "van-dialog/confirm-button-text": {
1051
- "type": "string",
1052
- "description": "确认按钮文案, 默认值: `确认`"
1053
- },
1054
- "van-dialog/confirm-button-color": {
1055
- "type": "string",
1056
- "description": "确认按钮颜色, 默认值: `#ee0a24`"
1057
- },
1058
- "van-dialog/cancel-button-text": {
1059
- "type": "string",
1060
- "description": "取消按钮文案, 默认值: `取消`"
1061
- },
1062
- "van-dialog/cancel-button-color": {
1063
- "type": "string",
1064
- "description": "取消按钮颜色, 默认值: `black`"
1065
- },
1066
- "van-dialog/overlay": {
1067
- "type": "boolean",
1068
- "description": "是否展示遮罩层, 默认值: `true`"
1069
- },
1070
- "van-dialog/overlay-class": {
1071
- "type": "string",
1072
- "description": "自定义遮罩层类名, 默认值: -"
1073
- },
1074
- "van-dialog/overlay-style": {
1075
- "type": "object",
1076
- "description": "自定义遮罩层样式, 默认值: -"
1077
- },
1078
- "van-dialog/close-on-popstate": {
1079
- "type": "boolean",
1080
- "description": "是否在页面回退时自动关闭, 默认值: `true`"
1081
- },
1082
- "van-dialog/close-on-click-overlay": {
1083
- "type": "boolean",
1084
- "description": "是否在点击遮罩层后关闭弹窗, 默认值: `false`"
1085
- },
1086
- "van-dialog/lazy-render": {
1087
- "type": "boolean",
1088
- "description": "是否在显示弹层时才渲染节点, 默认值: `true`"
1089
- },
1090
- "van-dialog/lock-scroll": {
1091
- "type": "boolean",
1092
- "description": "是否锁定背景滚动, 默认值: `true`"
1093
- },
1094
- "van-dialog/allow-html": {
1095
- "type": "boolean",
1096
- "description": "是否允许 message 内容中渲染 HTML, 默认值: `true`"
1097
- },
1098
- "van-dialog/before-close": {
1099
- "type": "(action, done) => void",
1100
- "description": "关闭前的回调函数,<br>调用 done() 后关闭弹窗,<br>调用 done(false) 阻止弹窗关闭, 默认值: -"
1101
- },
1102
- "van-dialog/transition": {
1103
- "type": "string",
1104
- "description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: -"
1105
- },
1106
- "van-dialog/get-container": {
1107
- "type": "string | () => Element",
1108
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1109
- },
1110
- "van-divider/dashed": {
1111
- "type": "boolean",
1112
- "description": "是否使用虚线, 默认值: `false`"
1113
- },
1114
- "van-divider/hairline": {
1115
- "type": "boolean",
1116
- "description": "是否使用 0.5px 线, 默认值: `true`"
1117
- },
1118
- "van-divider/content-position": {
1119
- "type": "string",
1120
- "description": "内容位置,可选值为`left` `right`, 默认值: `center`"
1121
- },
1122
- "van-dropdown-menu/active-color": {
1123
- "type": "string",
1124
- "description": "菜单标题和选项的选中态颜色, 默认值: `#ee0a24`"
1125
- },
1126
- "van-dropdown-menu/direction": {
1127
- "type": "string",
1128
- "description": "菜单展开方向,可选值为`up`, 默认值: `down`"
1129
- },
1130
- "van-dropdown-menu/z-index": {
1131
- "type": "number | string",
1132
- "description": "菜单栏 z-index 层级, 默认值: `10`"
1133
- },
1134
- "van-dropdown-menu/duration": {
1135
- "type": "number | string",
1136
- "description": "动画时长,单位秒, 默认值: `0.2`"
1137
- },
1138
- "van-dropdown-menu/overlay": {
1139
- "type": "boolean",
1140
- "description": "是否显示遮罩层, 默认值: `true`"
1141
- },
1142
- "van-dropdown-menu/close-on-click-overlay": {
1143
- "type": "boolean",
1144
- "description": "是否在点击遮罩层后关闭菜单, 默认值: `true`"
1145
- },
1146
- "van-dropdown-menu/close-on-click-outside": {
1147
- "type": "boolean",
1148
- "description": "是否在点击外部元素后关闭菜单, 默认值: `true`"
1149
- },
1150
- "van-dropdown-menu/value": {
1151
- "type": "number | string",
1152
- "description": "当前选中项对应的 value,可以通过`v-model`双向绑定, 默认值: -"
1153
- },
1154
- "van-dropdown-menu/title": {
1155
- "type": "string",
1156
- "description": "菜单项标题, 默认值: 当前选中项文字"
1157
- },
1158
- "van-dropdown-menu/options": {
1159
- "type": "Option[]",
1160
- "description": "选项数组, 默认值: `[]`"
1161
- },
1162
- "van-dropdown-menu/disabled": {
1163
- "type": "boolean",
1164
- "description": "是否禁用菜单, 默认值: `false`"
1165
- },
1166
- "van-dropdown-menu/lazy-render": {
1167
- "type": "boolean",
1168
- "description": "是否在首次展开时才渲染菜单内容, 默认值: `true`"
1169
- },
1170
- "van-dropdown-menu/title-class": {
1171
- "type": "string",
1172
- "description": "标题额外类名, 默认值: -"
1173
- },
1174
- "van-dropdown-menu/get-container": {
1175
- "type": "string | () => Element",
1176
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1177
- },
1178
- "van-empty/image": {
1179
- "type": "string",
1180
- "description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL, 默认值: `default`"
1181
- },
1182
- "van-empty/image-size": {
1183
- "type": "number | string",
1184
- "description": "图片大小,默认单位为 `px`, 默认值: -"
1185
- },
1186
- "van-empty/description": {
1187
- "type": "string",
1188
- "description": "图片下方的描述文字, 默认值: -"
1189
- },
1190
- "van-field/v-model (value)": {
1191
- "type": "number | string",
1192
- "description": "当前输入的值, 默认值: -"
1193
- },
1194
- "van-field/label": {
1195
- "type": "string",
1196
- "description": "输入框左侧文本, 默认值: -"
1197
- },
1198
- "van-field/name": {
1199
- "type": "string",
1200
- "description": "名称,提交表单的标识符, 默认值: -"
1201
- },
1202
- "van-field/type": {
1203
- "type": "string",
1204
- "description": "输入框类型, 可选值为 `tel` `digit`<br>`number` `textarea` `password` 等, 默认值: `text`"
1205
- },
1206
- "van-field/size": {
1207
- "type": "string",
1208
- "description": "大小,可选值为 `large`, 默认值: -"
1209
- },
1210
- "van-field/maxlength": {
1211
- "type": "number | string",
1212
- "description": "输入的最大字符数, 默认值: -"
1213
- },
1214
- "van-field/placeholder": {
1215
- "type": "string",
1216
- "description": "输入框占位提示文字, 默认值: -"
1217
- },
1218
- "van-field/border": {
1219
- "type": "boolean",
1220
- "description": "是否显示内边框, 默认值: `true`"
1221
- },
1222
- "van-field/disabled": {
1223
- "type": "boolean",
1224
- "description": "是否禁用输入框, 默认值: `false`"
1225
- },
1226
- "van-field/readonly": {
1227
- "type": "boolean",
1228
- "description": "是否只读, 默认值: `false`"
1229
- },
1230
- "van-field/colon": {
1231
- "type": "boolean",
1232
- "description": "是否在 label 后面添加冒号, 默认值: `false`"
1233
- },
1234
- "van-field/required": {
1235
- "type": "boolean",
1236
- "description": "是否显示表单必填星号, 默认值: `false`"
1237
- },
1238
- "van-field/center": {
1239
- "type": "boolean",
1240
- "description": "是否使内容垂直居中, 默认值: `false`"
1241
- },
1242
- "van-field/clearable": {
1243
- "type": "boolean",
1244
- "description": "是否启用清除图标,点击清除图标后会清空输入框, 默认值: `false`"
1245
- },
1246
- "van-field/clear-trigger": {
1247
- "type": "string",
1248
- "description": "显示清除图标的时机,`always` 表示输入框不为空时展示,<br>`focus` 表示输入框聚焦且不为空时展示, 默认值: `focus`"
1249
- },
1250
- "van-field/clickable": {
1251
- "type": "boolean",
1252
- "description": "是否开启点击反馈, 默认值: `false`"
1253
- },
1254
- "van-field/is-link": {
1255
- "type": "boolean",
1256
- "description": "是否展示右侧箭头并开启点击反馈, 默认值: `false`"
1257
- },
1258
- "van-field/autofocus": {
1259
- "type": "boolean",
1260
- "description": "是否自动聚焦,iOS 系统不支持该属性, 默认值: `false`"
1261
- },
1262
- "van-field/show-word-limit": {
1263
- "type": "boolean",
1264
- "description": "是否显示字数统计,需要设置`maxlength`属性, 默认值: `false`"
1265
- },
1266
- "van-field/error": {
1267
- "type": "boolean",
1268
- "description": "是否将输入内容标红, 默认值: `false`"
1269
- },
1270
- "van-field/error-message": {
1271
- "type": "string",
1272
- "description": "底部错误提示文案,为空时不展示, 默认值: -"
1273
- },
1274
- "van-field/formatter": {
1275
- "type": "Function",
1276
- "description": "输入内容格式化函数, 默认值: -"
1277
- },
1278
- "van-field/format-trigger": {
1279
- "type": "string",
1280
- "description": "格式化函数触发的时机,可选值为 `onBlur`, 默认值: `onChange`"
1281
- },
1282
- "van-field/arrow-direction": {
1283
- "type": "string",
1284
- "description": "箭头方向,可选值为 `left` `up` `down`, 默认值: `right`"
1285
- },
1286
- "van-field/label-class": {
1287
- "type": "any",
1288
- "description": "左侧文本额外类名, 默认值: -"
1289
- },
1290
- "van-field/label-width": {
1291
- "type": "number | string",
1292
- "description": "左侧文本宽度,默认单位为`px`, 默认值: `6.2em`"
1293
- },
1294
- "van-field/label-align": {
1295
- "type": "string",
1296
- "description": "左侧文本对齐方式,可选值为 `center` `right`, 默认值: `left`"
1297
- },
1298
- "van-field/input-align": {
1299
- "type": "string",
1300
- "description": "输入框对齐方式,可选值为 `center` `right`, 默认值: `left`"
1301
- },
1302
- "van-field/error-message-align": {
1303
- "type": "string",
1304
- "description": "错误提示文案对齐方式,可选值为 `center` `right`, 默认值: `left`"
1305
- },
1306
- "van-field/autosize": {
1307
- "type": "boolean | object",
1308
- "description": "是否自适应内容高度,只对 textarea 有效,<br>可传入对象,如 { maxHeight: 100, minHeight: 50 },<br>单位为`px`, 默认值: `false`"
1309
- },
1310
- "van-field/left-icon": {
1311
- "type": "string",
1312
- "description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
1313
- },
1314
- "van-field/right-icon": {
1315
- "type": "string",
1316
- "description": "右侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
1317
- },
1318
- "van-field/icon-prefix": {
1319
- "type": "string",
1320
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
1321
- },
1322
- "van-field/rules": {
1323
- "type": "Rule[]",
1324
- "description": "表单校验规则,详见 [Form 组件](#/zh-CN/form#rule-shu-ju-jie-gou), 默认值: -"
1325
- },
1326
- "van-field/autocomplete": {
1327
- "type": "string",
1328
- "description": "input 标签原生的[自动完成属性](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete), 默认值: -"
1329
- },
1330
- "van-form/label-width": {
1331
- "type": "number | string",
1332
- "description": "表单项 label 宽度,默认单位为`px`, 默认值: `6.2em`"
1333
- },
1334
- "van-form/label-align": {
1335
- "type": "string",
1336
- "description": "表单项 label 对齐方式,可选值为 `center` `right`, 默认值: `left`"
1337
- },
1338
- "van-form/input-align": {
1339
- "type": "string",
1340
- "description": "输入框对齐方式,可选值为 `center` `right`, 默认值: `left`"
1341
- },
1342
- "van-form/error-message-align": {
1343
- "type": "string",
1344
- "description": "错误提示文案对齐方式,可选值为 `center` `right`, 默认值: `left`"
1345
- },
1346
- "van-form/validate-trigger": {
1347
- "type": "string",
1348
- "description": "表单校验触发时机,可选值为 `onChange`、`onSubmit`,详见下表, 默认值: `onBlur`"
1349
- },
1350
- "van-form/colon": {
1351
- "type": "boolean",
1352
- "description": "是否在 label 后面添加冒号, 默认值: `false`"
1353
- },
1354
- "van-form/disabled": {
1355
- "type": "boolean",
1356
- "description": "是否禁用表单中的所有输入框, 默认值: `false`"
1357
- },
1358
- "van-form/readonly": {
1359
- "type": "boolean",
1360
- "description": "是否将表单中的所有输入框设置为只读, 默认值: `false`"
1361
- },
1362
- "van-form/validate-first": {
1363
- "type": "boolean",
1364
- "description": "是否在某一项校验不通过时停止校验, 默认值: `false`"
1365
- },
1366
- "van-form/scroll-to-error": {
1367
- "type": "boolean",
1368
- "description": "是否在提交表单且校验不通过时滚动至错误的表单项, 默认值: `false`"
1369
- },
1370
- "van-form/show-error": {
1371
- "type": "boolean",
1372
- "description": "是否在校验不通过时标红输入框, 默认值: `true`"
1373
- },
1374
- "van-form/show-error-message": {
1375
- "type": "boolean",
1376
- "description": "是否在校验不通过时在输入框下方展示错误提示, 默认值: `true`"
1377
- },
1378
- "van-form/submit-on-enter": {
1379
- "type": "boolean",
1380
- "description": "是否在按下回车键时提交表单, 默认值: `true`"
1381
- },
1382
- "van-goods-action/safe-area-inset-bottom": {
1383
- "type": "boolean",
1384
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
1385
- },
1386
- "van-goods-action/text": {
1387
- "type": "string",
1388
- "description": "按钮文字, 默认值: -"
1389
- },
1390
- "van-goods-action/icon": {
1391
- "type": "string",
1392
- "description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
1393
- },
1394
- "van-goods-action/color": {
1395
- "type": "string",
1396
- "description": "按钮颜色,支持传入`linear-gradient`渐变色, 默认值: -"
1397
- },
1398
- "van-goods-action/icon-class": {
1399
- "type": "any",
1400
- "description": "图标额外类名, 默认值: -"
1401
- },
1402
- "van-goods-action/dot": {
1403
- "type": "boolean",
1404
- "description": "是否显示图标右上角小红点, 默认值: `false`"
1405
- },
1406
- "van-goods-action/badge": {
1407
- "type": "number | string",
1408
- "description": "图标右上角徽标的内容, 默认值: -"
1409
- },
1410
- "van-goods-action/info": {
1411
- "type": "number | string",
1412
- "description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
1413
- },
1414
- "van-goods-action/url": {
1415
- "type": "string",
1416
- "description": "点击后跳转的链接地址, 默认值: -"
1417
- },
1418
- "van-goods-action/to": {
1419
- "type": "string | object",
1420
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
1421
- },
1422
- "van-goods-action/replace": {
1423
- "type": "boolean",
1424
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1425
- },
1426
- "van-goods-action/type": {
1427
- "type": "string",
1428
- "description": "按钮类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
1429
- },
1430
- "van-goods-action/disabled": {
1431
- "type": "boolean",
1432
- "description": "是否禁用按钮, 默认值: `false`"
1433
- },
1434
- "van-goods-action/loading": {
1435
- "type": "boolean",
1436
- "description": "是否显示为加载状态, 默认值: `false`"
1437
- },
1438
- "van-grid/column-num": {
1439
- "type": "number | string",
1440
- "description": "列数, 默认值: `4`"
1441
- },
1442
- "van-grid/icon-size": {
1443
- "type": "number | string",
1444
- "description": "图标大小,默认单位为`px`, 默认值: `28px`"
1445
- },
1446
- "van-grid/gutter": {
1447
- "type": "number | string",
1448
- "description": "格子之间的间距,默认单位为`px`, 默认值: `0`"
1449
- },
1450
- "van-grid/border": {
1451
- "type": "boolean",
1452
- "description": "是否显示边框, 默认值: `true`"
1453
- },
1454
- "van-grid/center": {
1455
- "type": "boolean",
1456
- "description": "是否将格子内容居中显示, 默认值: `true`"
1457
- },
1458
- "van-grid/square": {
1459
- "type": "boolean",
1460
- "description": "是否将格子固定为正方形, 默认值: `false`"
1461
- },
1462
- "van-grid/clickable": {
1463
- "type": "boolean",
1464
- "description": "是否开启格子点击反馈, 默认值: `false`"
1465
- },
1466
- "van-grid/direction": {
1467
- "type": "string",
1468
- "description": "格子内容排列的方向,可选值为 `horizontal`, 默认值: `vertical`"
1469
- },
1470
- "van-grid/text": {
1471
- "type": "string",
1472
- "description": "文字, 默认值: -"
1473
- },
1474
- "van-grid/icon": {
1475
- "type": "string",
1476
- "description": "[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
1477
- },
1478
- "van-grid/icon-prefix": {
1479
- "type": "string",
1480
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
1481
- },
1482
- "van-grid/dot": {
1483
- "type": "boolean",
1484
- "description": "是否显示图标右上角小红点, 默认值: `false`"
1485
- },
1486
- "van-grid/badge": {
1487
- "type": "number | string",
1488
- "description": "图标右上角徽标的内容, 默认值: -"
1489
- },
1490
- "van-grid/info": {
1491
- "type": "number | string",
1492
- "description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
1493
- },
1494
- "van-grid/url": {
1495
- "type": "string",
1496
- "description": "点击后跳转的链接地址, 默认值: -"
1497
- },
1498
- "van-grid/to": {
1499
- "type": "string | object",
1500
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
1501
- },
1502
- "van-grid/replace": {
1503
- "type": "boolean",
1504
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1505
- },
1506
- "van-icon/name": {
1507
- "type": "string",
1508
- "description": "图标名称或图片链接, 默认值: -"
1509
- },
1510
- "van-icon/dot": {
1511
- "type": "boolean",
1512
- "description": "是否显示图标右上角小红点, 默认值: `false`"
1513
- },
1514
- "van-icon/badge": {
1515
- "type": "number | string",
1516
- "description": "图标右上角徽标的内容, 默认值: -"
1517
- },
1518
- "van-icon/info": {
1519
- "type": "number | string",
1520
- "description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
1521
- },
1522
- "van-icon/color": {
1523
- "type": "string",
1524
- "description": "图标颜色, 默认值: `inherit`"
1525
- },
1526
- "van-icon/size": {
1527
- "type": "number | string",
1528
- "description": "图标大小,如 `20px` `2em`,默认单位为`px`, 默认值: `inherit`"
1529
- },
1530
- "van-icon/class-prefix": {
1531
- "type": "string",
1532
- "description": "类名前缀,用于使用自定义图标, 默认值: `van-icon`"
1533
- },
1534
- "van-icon/tag": {
1535
- "type": "string",
1536
- "description": "HTML 标签, 默认值: `i`"
1537
- },
1538
- "van-image/src": {
1539
- "type": "string",
1540
- "description": "图片链接, 默认值: -"
1541
- },
1542
- "van-image/fit": {
1543
- "type": "string",
1544
- "description": "图片填充模式, 默认值: `fill`"
1545
- },
1546
- "van-image/alt": {
1547
- "type": "string",
1548
- "description": "替代文本, 默认值: -"
1549
- },
1550
- "van-image/width": {
1551
- "type": "number | string",
1552
- "description": "宽度,默认单位为`px`, 默认值: -"
1553
- },
1554
- "van-image/height": {
1555
- "type": "number | string",
1556
- "description": "高度,默认单位为`px`, 默认值: -"
1557
- },
1558
- "van-image/radius": {
1559
- "type": "number | string",
1560
- "description": "圆角大小,默认单位为`px`, 默认值: `0`"
1561
- },
1562
- "van-image/round": {
1563
- "type": "boolean",
1564
- "description": "是否显示为圆形, 默认值: `false`"
1565
- },
1566
- "van-image/lazy-load": {
1567
- "type": "boolean",
1568
- "description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
1569
- },
1570
- "van-image/show-error": {
1571
- "type": "boolean",
1572
- "description": "是否展示图片加载失败提示, 默认值: `true`"
1573
- },
1574
- "van-image/show-loading": {
1575
- "type": "boolean",
1576
- "description": "是否展示图片加载中提示, 默认值: `true`"
1577
- },
1578
- "van-image/error-icon": {
1579
- "type": "string",
1580
- "description": "失败时提示的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `photo-fail`"
1581
- },
1582
- "van-image/loading-icon": {
1583
- "type": "string",
1584
- "description": "加载时提示的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `photo`"
1585
- },
1586
- "van-image/icon-prefix": {
1587
- "type": "string",
1588
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
1589
- },
1590
- "van-image-preview/images": {
1591
- "type": "string[]",
1592
- "description": "需要预览的图片 URL 数组, 默认值: `[]`"
1593
- },
1594
- "van-image-preview/start-position": {
1595
- "type": "number | string",
1596
- "description": "图片预览起始位置索引, 默认值: `0`"
1597
- },
1598
- "van-image-preview/swipe-duration": {
1599
- "type": "number | string",
1600
- "description": "动画时长,单位为 ms, 默认值: `300`"
1601
- },
1602
- "van-image-preview/show-index": {
1603
- "type": "boolean",
1604
- "description": "是否显示页码, 默认值: `true`"
1605
- },
1606
- "van-image-preview/show-indicators": {
1607
- "type": "boolean",
1608
- "description": "是否显示轮播指示器, 默认值: `false`"
1609
- },
1610
- "van-image-preview/loop": {
1611
- "type": "boolean",
1612
- "description": "是否开启循环播放, 默认值: `true`"
1613
- },
1614
- "van-image-preview/async-close": {
1615
- "type": "boolean",
1616
- "description": "是否开启异步关闭, 默认值: `false`"
1617
- },
1618
- "van-image-preview/close-on-popstate": {
1619
- "type": "boolean",
1620
- "description": "是否在页面回退时自动关闭, 默认值: `true`"
1621
- },
1622
- "van-image-preview/class-name": {
1623
- "type": "any",
1624
- "description": "自定义类名, 默认值: -"
1625
- },
1626
- "van-image-preview/max-zoom": {
1627
- "type": "number | string",
1628
- "description": "手势缩放时,最大缩放比例, 默认值: `3`"
1629
- },
1630
- "van-image-preview/min-zoom": {
1631
- "type": "number | string",
1632
- "description": "手势缩放时,最小缩放比例, 默认值: `1/3`"
1633
- },
1634
- "van-image-preview/closeable": {
1635
- "type": "boolean",
1636
- "description": "是否显示关闭图标, 默认值: `false`"
1637
- },
1638
- "van-image-preview/close-icon": {
1639
- "type": "string",
1640
- "description": "关闭图标名称或图片链接, 默认值: `clear`"
1641
- },
1642
- "van-image-preview/close-icon-position": {
1643
- "type": "string",
1644
- "description": "关闭图标位置,可选值为`top-left`<br>`bottom-left` `bottom-right`, 默认值: `top-right`"
1645
- },
1646
- "van-image-preview/transition": {
1647
- "type": "string",
1648
- "description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: `van-fade`"
1649
- },
1650
- "van-image-preview/overlay-style": {
1651
- "type": "object",
1652
- "description": "自定义遮罩层样式, 默认值: -"
1653
- },
1654
- "van-image-preview/get-container": {
1655
- "type": "string | () => Element",
1656
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1657
- },
1658
- "van-index-bar/index-list": {
1659
- "type": "string[] | number[]",
1660
- "description": "索引字符列表, 默认值: `A-Z`"
1661
- },
1662
- "van-index-bar/z-index": {
1663
- "type": "number | string",
1664
- "description": "z-index 层级, 默认值: `1`"
1665
- },
1666
- "van-index-bar/sticky": {
1667
- "type": "boolean",
1668
- "description": "是否开启锚点自动吸顶, 默认值: `true`"
1669
- },
1670
- "van-index-bar/sticky-offset-top": {
1671
- "type": "number",
1672
- "description": "锚点自动吸顶时与顶部的距离, 默认值: `0`"
1673
- },
1674
- "van-index-bar/highlight-color": {
1675
- "type": "string",
1676
- "description": "索引字符高亮颜色, 默认值: `#ee0a24`"
1677
- },
1678
- "van-index-bar/index": {
1679
- "type": "number | string",
1680
- "description": "索引字符, 默认值: -"
1681
- },
1682
- "van-list/v-model": {
1683
- "type": "boolean",
1684
- "description": "是否处于加载状态,加载过程中不触发`load`事件, 默认值: `false`"
1685
- },
1686
- "van-list/finished": {
1687
- "type": "boolean",
1688
- "description": "是否已加载完成,加载完成后不再触发`load`事件, 默认值: `false`"
1689
- },
1690
- "van-list/error": {
1691
- "type": "boolean",
1692
- "description": "是否加载失败,加载失败后点击错误提示可以重新<br>触发`load`事件,必须使用`sync`修饰符, 默认值: `false`"
1693
- },
1694
- "van-list/offset": {
1695
- "type": "number | string",
1696
- "description": "滚动条与底部距离小于 offset 时触发`load`事件, 默认值: `300`"
1697
- },
1698
- "van-list/loading-text": {
1699
- "type": "string",
1700
- "description": "加载过程中的提示文案, 默认值: `加载中...`"
1701
- },
1702
- "van-list/finished-text": {
1703
- "type": "string",
1704
- "description": "加载完成后的提示文案, 默认值: -"
1705
- },
1706
- "van-list/error-text": {
1707
- "type": "string",
1708
- "description": "加载失败后的提示文案, 默认值: -"
1709
- },
1710
- "van-list/immediate-check": {
1711
- "type": "boolean",
1712
- "description": "是否在初始化时立即执行滚动位置检查, 默认值: `true`"
1713
- },
1714
- "van-list/direction": {
1715
- "type": "string",
1716
- "description": "滚动触发加载的方向,可选值为`up`, 默认值: `down`"
1717
- },
1718
- "van-loading/color": {
1719
- "type": "string",
1720
- "description": "颜色, 默认值: `#c9c9c9`"
1721
- },
1722
- "van-loading/type": {
1723
- "type": "string",
1724
- "description": "类型,可选值为 `spinner`, 默认值: `circular`"
1725
- },
1726
- "van-loading/size": {
1727
- "type": "number | string",
1728
- "description": "加载图标大小,默认单位为 `px`, 默认值: `30px`"
1729
- },
1730
- "van-loading/text-size": {
1731
- "type": "number | string",
1732
- "description": "文字大小,默认单位为 `px`, 默认值: `14px`"
1733
- },
1734
- "van-loading/text-color": {
1735
- "type": "string",
1736
- "description": "文字颜色, 默认值: `#c9c9c9`"
1737
- },
1738
- "van-loading/vertical": {
1739
- "type": "boolean",
1740
- "description": "是否垂直排列图标和文字内容, 默认值: `false`"
1741
- },
1742
- "van-nav-bar/title": {
1743
- "type": "string",
1744
- "description": "标题, 默认值: `''`"
1745
- },
1746
- "van-nav-bar/left-text": {
1747
- "type": "string",
1748
- "description": "左侧文案, 默认值: `''`"
1749
- },
1750
- "van-nav-bar/right-text": {
1751
- "type": "string",
1752
- "description": "右侧文案, 默认值: `''`"
1753
- },
1754
- "van-nav-bar/left-arrow": {
1755
- "type": "boolean",
1756
- "description": "是否显示左侧箭头, 默认值: `false`"
1757
- },
1758
- "van-nav-bar/border": {
1759
- "type": "boolean",
1760
- "description": "是否显示下边框, 默认值: `true`"
1761
- },
1762
- "van-nav-bar/fixed": {
1763
- "type": "boolean",
1764
- "description": "是否固定在顶部, 默认值: `false`"
1765
- },
1766
- "van-nav-bar/placeholder": {
1767
- "type": "boolean",
1768
- "description": "固定在顶部时,是否在标签位置生成一个等高的占位元素, 默认值: `false`"
1769
- },
1770
- "van-nav-bar/z-index": {
1771
- "type": "number | string",
1772
- "description": "导航栏 z-index, 默认值: `1`"
1773
- },
1774
- "van-nav-bar/safe-area-inset-top": {
1775
- "type": "boolean",
1776
- "description": "是否开启[顶部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `false`"
1777
- },
1778
- "van-notice-bar/mode": {
1779
- "type": "string",
1780
- "description": "通知栏模式,可选值为 `closeable` `link`, 默认值: `''`"
1781
- },
1782
- "van-notice-bar/text": {
1783
- "type": "string",
1784
- "description": "通知文本内容, 默认值: `''`"
1785
- },
1786
- "van-notice-bar/color": {
1787
- "type": "string",
1788
- "description": "通知文本颜色, 默认值: `#f60`"
1789
- },
1790
- "van-notice-bar/background": {
1791
- "type": "string",
1792
- "description": "滚动条背景, 默认值: `#fff7cc`"
1793
- },
1794
- "van-notice-bar/left-icon": {
1795
- "type": "string",
1796
- "description": "左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
1797
- },
1798
- "van-notice-bar/delay": {
1799
- "type": "number | string",
1800
- "description": "动画延迟时间 (s), 默认值: `1`"
1801
- },
1802
- "van-notice-bar/speed": {
1803
- "type": "number | string",
1804
- "description": "滚动速率 (px/s), 默认值: `60`"
1805
- },
1806
- "van-notice-bar/scrollable": {
1807
- "type": "boolean",
1808
- "description": "是否开启滚动播放,内容长度溢出时默认开启, 默认值: -"
1809
- },
1810
- "van-notice-bar/wrapable": {
1811
- "type": "boolean",
1812
- "description": "是否开启文本换行,只在禁用滚动时生效, 默认值: `false`"
1813
- },
1814
- "van-overlay/show": {
1815
- "type": "boolean",
1816
- "description": "是否展示遮罩层, 默认值: `false`"
1817
- },
1818
- "van-overlay/z-index": {
1819
- "type": "number | string",
1820
- "description": "z-index 层级, 默认值: `1`"
1821
- },
1822
- "van-overlay/duration": {
1823
- "type": "number | string",
1824
- "description": "动画时长,单位秒, 默认值: `0.3`"
1825
- },
1826
- "van-overlay/class-name": {
1827
- "type": "string",
1828
- "description": "自定义类名, 默认值: -"
1829
- },
1830
- "van-overlay/custom-style": {
1831
- "type": "object",
1832
- "description": "自定义样式, 默认值: -"
1833
- },
1834
- "van-overlay/lock-scroll": {
1835
- "type": "boolean",
1836
- "description": "是否锁定背景滚动,锁定时蒙层里的内容也将无法滚动, 默认值: `true`"
1837
- },
1838
- "van-pagination/v-model": {
1839
- "type": "number",
1840
- "description": "当前页码, 默认值: -"
1841
- },
1842
- "van-pagination/mode": {
1843
- "type": "string",
1844
- "description": "显示模式,可选值为 `simple`, 默认值: `multi`"
1845
- },
1846
- "van-pagination/prev-text": {
1847
- "type": "string",
1848
- "description": "上一页按钮文字, 默认值: `上一页`"
1849
- },
1850
- "van-pagination/next-text": {
1851
- "type": "string",
1852
- "description": "下一页按钮文字, 默认值: `下一页`"
1853
- },
1854
- "van-pagination/page-count": {
1855
- "type": "number | string",
1856
- "description": "总页数, 默认值: 根据页数计算"
1857
- },
1858
- "van-pagination/total-items": {
1859
- "type": "number | string",
1860
- "description": "总记录数, 默认值: `0`"
1861
- },
1862
- "van-pagination/items-per-page": {
1863
- "type": "number | string",
1864
- "description": "每页记录数, 默认值: `10`"
1865
- },
1866
- "van-pagination/show-page-size": {
1867
- "type": "number | string",
1868
- "description": "显示的页码个数, 默认值: `5`"
1869
- },
1870
- "van-pagination/force-ellipses": {
1871
- "type": "boolean",
1872
- "description": "是否显示省略号, 默认值: `false`"
1873
- },
1874
- "van-number-keyboard/v-model (value)": {
1875
- "type": "string",
1876
- "description": "当前输入值, 默认值: -"
1877
- },
1878
- "van-number-keyboard/show": {
1879
- "type": "boolean",
1880
- "description": "是否显示键盘, 默认值: -"
1881
- },
1882
- "van-number-keyboard/title": {
1883
- "type": "string",
1884
- "description": "键盘标题, 默认值: -"
1885
- },
1886
- "van-number-keyboard/theme": {
1887
- "type": "string",
1888
- "description": "样式风格,可选值为 `custom`, 默认值: `default`"
1889
- },
1890
- "van-number-keyboard/maxlength": {
1891
- "type": "number | string",
1892
- "description": "输入值最大长度, 默认值: -"
1893
- },
1894
- "van-number-keyboard/transition": {
1895
- "type": "boolean",
1896
- "description": "是否开启过场动画, 默认值: `true`"
1897
- },
1898
- "van-number-keyboard/z-index": {
1899
- "type": "number | string",
1900
- "description": "键盘 z-index 层级, 默认值: `100`"
1901
- },
1902
- "van-number-keyboard/extra-key": {
1903
- "type": "string | string[]",
1904
- "description": "底部额外按键的内容, 默认值: `''`"
1905
- },
1906
- "van-number-keyboard/close-button-text": {
1907
- "type": "string",
1908
- "description": "关闭按钮文字,空则不展示, 默认值: -"
1909
- },
1910
- "van-number-keyboard/delete-button-text": {
1911
- "type": "string",
1912
- "description": "删除按钮文字,空则展示删除图标, 默认值: -"
1913
- },
1914
- "van-number-keyboard/close-button-loading": {
1915
- "type": "boolean",
1916
- "description": "是否将关闭按钮设置为加载中状态,仅在 `theme=\"custom\"` 时有效, 默认值: `false`"
1917
- },
1918
- "van-number-keyboard/show-delete-key": {
1919
- "type": "boolean",
1920
- "description": "是否展示删除图标, 默认值: `true`"
1921
- },
1922
- "van-number-keyboard/hide-on-click-outside": {
1923
- "type": "boolean",
1924
- "description": "点击外部时是否收起键盘, 默认值: `true`"
1925
- },
1926
- "van-number-keyboard/get-container": {
1927
- "type": "string | () => Element",
1928
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1929
- },
1930
- "van-number-keyboard/safe-area-inset-bottom": {
1931
- "type": "boolean",
1932
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
1933
- },
1934
- "van-number-keyboard/random-key-order": {
1935
- "type": "boolean",
1936
- "description": "是否将通过随机顺序展示按键, 默认值: `false`"
1937
- },
1938
- "van-panel/title": {
1939
- "type": "string",
1940
- "description": "标题, 默认值: -"
1941
- },
1942
- "van-panel/desc": {
1943
- "type": "string",
1944
- "description": "描述, 默认值: -"
1945
- },
1946
- "van-panel/status": {
1947
- "type": "string",
1948
- "description": "状态, 默认值: -"
1949
- },
1950
- "van-panel/icon": {
1951
- "type": "string",
1952
- "description": "标题左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
1953
- },
1954
- "van-password-input/value": {
1955
- "type": "string",
1956
- "description": "密码值, 默认值: `''`"
1957
- },
1958
- "van-password-input/info": {
1959
- "type": "string",
1960
- "description": "输入框下方文字提示, 默认值: -"
1961
- },
1962
- "van-password-input/error-info": {
1963
- "type": "string",
1964
- "description": "输入框下方错误提示, 默认值: -"
1965
- },
1966
- "van-password-input/length": {
1967
- "type": "number | string",
1968
- "description": "密码最大长度, 默认值: `6`"
1969
- },
1970
- "van-password-input/gutter": {
1971
- "type": "number | string",
1972
- "description": "输入框格子之间的间距,如 `20px` `2em`,默认单位为`px`, 默认值: `0`"
1973
- },
1974
- "van-password-input/mask": {
1975
- "type": "boolean",
1976
- "description": "是否隐藏密码内容, 默认值: `true`"
1977
- },
1978
- "van-password-input/focused": {
1979
- "type": "boolean",
1980
- "description": "是否已聚焦,聚焦时会显示光标, 默认值: `false`"
1981
- },
1982
- "van-picker/columns": {
1983
- "type": "Column[]",
1984
- "description": "对象数组,配置每一列显示的数据, 默认值: `[]`"
1985
- },
1986
- "van-picker/title": {
1987
- "type": "string",
1988
- "description": "顶部栏标题, 默认值: -"
1989
- },
1990
- "van-picker/confirm-button-text": {
1991
- "type": "string",
1992
- "description": "确认按钮文字, 默认值: `确认`"
1993
- },
1994
- "van-picker/cancel-button-text": {
1995
- "type": "string",
1996
- "description": "取消按钮文字, 默认值: `取消`"
1997
- },
1998
- "van-picker/value-key": {
1999
- "type": "string",
2000
- "description": "选项对象中,选项文字对应的键名, 默认值: `text`"
2001
- },
2002
- "van-picker/toolbar-position": {
2003
- "type": "string",
2004
- "description": "顶部栏位置,可选值为`bottom`, 默认值: `top`"
2005
- },
2006
- "van-picker/loading": {
2007
- "type": "boolean",
2008
- "description": "是否显示加载状态, 默认值: `false`"
2009
- },
2010
- "van-picker/readonly": {
2011
- "type": "boolean",
2012
- "description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
2013
- },
2014
- "van-picker/show-toolbar": {
2015
- "type": "boolean",
2016
- "description": "是否显示顶部栏, 默认值: `false`"
2017
- },
2018
- "van-picker/allow-html": {
2019
- "type": "boolean",
2020
- "description": "是否允许选项内容中渲染 HTML, 默认值: `true`"
2021
- },
2022
- "van-picker/default-index": {
2023
- "type": "number | string",
2024
- "description": "单列选择时,默认选中项的索引, 默认值: `0`"
2025
- },
2026
- "van-picker/item-height": {
2027
- "type": "number | string",
2028
- "description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
2029
- },
2030
- "van-picker/visible-item-count": {
2031
- "type": "number | string",
2032
- "description": "可见的选项个数, 默认值: `6`"
2033
- },
2034
- "van-picker/swipe-duration": {
2035
- "type": "number | string",
2036
- "description": "快速滑动时惯性滚动的时长,单位 `ms`, 默认值: `1000`"
2037
- },
2038
- "van-popup/v-model (value)": {
2039
- "type": "boolean",
2040
- "description": "是否显示弹出层, 默认值: `false`"
2041
- },
2042
- "van-popup/overlay": {
2043
- "type": "boolean",
2044
- "description": "是否显示遮罩层, 默认值: `true`"
2045
- },
2046
- "van-popup/position": {
2047
- "type": "string",
2048
- "description": "弹出位置,可选值为 `top` `bottom` `right` `left`, 默认值: `center`"
2049
- },
2050
- "van-popup/overlay-class": {
2051
- "type": "string",
2052
- "description": "自定义遮罩层类名, 默认值: -"
2053
- },
2054
- "van-popup/overlay-style": {
2055
- "type": "object",
2056
- "description": "自定义遮罩层样式, 默认值: -"
2057
- },
2058
- "van-popup/duration": {
2059
- "type": "number | string",
2060
- "description": "动画时长,单位秒, 默认值: `0.3`"
2061
- },
2062
- "van-popup/round": {
2063
- "type": "boolean",
2064
- "description": "是否显示圆角, 默认值: `false`"
2065
- },
2066
- "van-popup/lock-scroll": {
2067
- "type": "boolean",
2068
- "description": "是否锁定背景滚动, 默认值: `true`"
2069
- },
2070
- "van-popup/lazy-render": {
2071
- "type": "boolean",
2072
- "description": "是否在显示弹层时才渲染节点, 默认值: `true`"
2073
- },
2074
- "van-popup/close-on-popstate": {
2075
- "type": "boolean",
2076
- "description": "是否在页面回退时自动关闭, 默认值: `false`"
2077
- },
2078
- "van-popup/close-on-click-overlay": {
2079
- "type": "boolean",
2080
- "description": "是否在点击遮罩层后关闭, 默认值: `true`"
2081
- },
2082
- "van-popup/closeable": {
2083
- "type": "boolean",
2084
- "description": "是否显示关闭图标, 默认值: `false`"
2085
- },
2086
- "van-popup/close-icon": {
2087
- "type": "string",
2088
- "description": "关闭图标名称或图片链接, 默认值: `cross`"
2089
- },
2090
- "van-popup/close-icon-position": {
2091
- "type": "string",
2092
- "description": "关闭图标位置,可选值为`top-left`<br>`bottom-left` `bottom-right`, 默认值: `top-right`"
2093
- },
2094
- "van-popup/transition": {
2095
- "type": "string",
2096
- "description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的`name`属性, 默认值: -"
2097
- },
2098
- "van-popup/transition-appear": {
2099
- "type": "boolean",
2100
- "description": "是否在初始渲染时启用过渡动画, 默认值: `false`"
2101
- },
2102
- "van-popup/get-container": {
2103
- "type": "string | () => Element",
2104
- "description": "指定挂载的节点, 默认值: -"
2105
- },
2106
- "van-popup/safe-area-inset-bottom": {
2107
- "type": "boolean",
2108
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `false`"
2109
- },
2110
- "van-popover/v-model": {
2111
- "type": "boolean",
2112
- "description": "是否展示气泡弹出层, 默认值: `false`"
2113
- },
2114
- "van-popover/actions": {
2115
- "type": "Action[]",
2116
- "description": "选项列表, 默认值: `[]`"
2117
- },
2118
- "van-popover/placement": {
2119
- "type": "string",
2120
- "description": "弹出位置, 默认值: `bottom`"
2121
- },
2122
- "van-popover/theme": {
2123
- "type": "string",
2124
- "description": "主题风格,可选值为 `dark`, 默认值: `light`"
2125
- },
2126
- "van-popover/trigger": {
2127
- "type": "-",
2128
- "description": "触发方式,可选值为 `click`, 默认值: undefined"
2129
- },
2130
- "van-popover/offset": {
2131
- "type": "[number, number]",
2132
- "description": "出现位置的偏移量, 默认值: `[0, 8]`"
2133
- },
2134
- "van-popover/overlay": {
2135
- "type": "boolean",
2136
- "description": "是否显示遮罩层, 默认值: `false`"
2137
- },
2138
- "van-popover/close-on-click-action": {
2139
- "type": "boolean",
2140
- "description": "是否在点击选项后关闭, 默认值: `true`"
2141
- },
2142
- "van-popover/close-on-click-outside": {
2143
- "type": "boolean",
2144
- "description": "是否在点击外部元素后关闭菜单, 默认值: `true`"
2145
- },
2146
- "van-popover/get-container": {
2147
- "type": "string | () => Element",
2148
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: `body`"
2149
- },
2150
- "van-progress/percentage": {
2151
- "type": "number | string",
2152
- "description": "进度百分比, 默认值: `0`"
2153
- },
2154
- "van-progress/stroke-width": {
2155
- "type": "number | string",
2156
- "description": "进度条粗细,默认单位为`px`, 默认值: `4px`"
2157
- },
2158
- "van-progress/color": {
2159
- "type": "string",
2160
- "description": "进度条颜色, 默认值: `#1989fa`"
2161
- },
2162
- "van-progress/track-color": {
2163
- "type": "string",
2164
- "description": "轨道颜色, 默认值: `#e5e5e5`"
2165
- },
2166
- "van-progress/pivot-text": {
2167
- "type": "string",
2168
- "description": "进度文字内容, 默认值: 百分比"
2169
- },
2170
- "van-progress/pivot-color": {
2171
- "type": "string",
2172
- "description": "进度文字背景色, 默认值: 同进度条颜色"
2173
- },
2174
- "van-progress/text-color": {
2175
- "type": "string",
2176
- "description": "进度文字颜色, 默认值: `white`"
2177
- },
2178
- "van-progress/inactive": {
2179
- "type": "boolean",
2180
- "description": "是否置灰, 默认值: `false`"
2181
- },
2182
- "van-progress/show-pivot": {
2183
- "type": "boolean",
2184
- "description": "是否显示进度文字, 默认值: `true`"
2185
- },
2186
- "van-pull-refresh/v-model": {
2187
- "type": "boolean",
2188
- "description": "是否处于加载中状态, 默认值: -"
2189
- },
2190
- "van-pull-refresh/pulling-text": {
2191
- "type": "string",
2192
- "description": "下拉过程提示文案, 默认值: `下拉即可刷新...`"
2193
- },
2194
- "van-pull-refresh/loosing-text": {
2195
- "type": "string",
2196
- "description": "释放过程提示文案, 默认值: `释放即可刷新...`"
2197
- },
2198
- "van-pull-refresh/loading-text": {
2199
- "type": "string",
2200
- "description": "加载过程提示文案, 默认值: `加载中...`"
2201
- },
2202
- "van-pull-refresh/success-text": {
2203
- "type": "string",
2204
- "description": "刷新成功提示文案, 默认值: -"
2205
- },
2206
- "van-pull-refresh/success-duration": {
2207
- "type": "number | string",
2208
- "description": "刷新成功提示展示时长(ms), 默认值: `500`"
2209
- },
2210
- "van-pull-refresh/animation-duration": {
2211
- "type": "number | string",
2212
- "description": "动画时长, 默认值: `300`"
2213
- },
2214
- "van-pull-refresh/head-height": {
2215
- "type": "number | string",
2216
- "description": "顶部内容高度, 默认值: `50`"
2217
- },
2218
- "van-pull-refresh/pull-distance": {
2219
- "type": "number | string",
2220
- "description": "触发下拉刷新的距离, 默认值: 与 `head-height` 一致"
2221
- },
2222
- "van-pull-refresh/disabled": {
2223
- "type": "boolean",
2224
- "description": "是否禁用下拉刷新, 默认值: `false`"
2225
- },
2226
- "van-radio/name": {
2227
- "type": "any",
2228
- "description": "标识符, 默认值: -"
2229
- },
2230
- "van-radio/shape": {
2231
- "type": "string",
2232
- "description": "形状,可选值为 `square`, 默认值: `round`"
2233
- },
2234
- "van-radio/disabled": {
2235
- "type": "boolean",
2236
- "description": "是否禁用所有单选框, 默认值: `false`"
2237
- },
2238
- "van-radio/label-disabled": {
2239
- "type": "boolean",
2240
- "description": "是否禁用文本内容点击, 默认值: `false`"
2241
- },
2242
- "van-radio/label-position": {
2243
- "type": "string",
2244
- "description": "文本位置,可选值为 `left`, 默认值: `right`"
2245
- },
2246
- "van-radio/icon-size": {
2247
- "type": "number | string",
2248
- "description": "所有单选框的图标大小,默认单位为`px`, 默认值: `20px`"
2249
- },
2250
- "van-radio/checked-color": {
2251
- "type": "string",
2252
- "description": "所有单选框的选中状态颜色, 默认值: `#1989fa`"
2253
- },
2254
- "van-radio/v-model (value)": {
2255
- "type": "any",
2256
- "description": "当前选中项的标识符, 默认值: -"
2257
- },
2258
- "van-radio/direction": {
2259
- "type": "string",
2260
- "description": "排列方向,可选值为`horizontal`, 默认值: `vertical`"
2261
- },
2262
- "van-rate/v-model": {
2263
- "type": "number",
2264
- "description": "当前分值, 默认值: -"
2265
- },
2266
- "van-rate/count": {
2267
- "type": "number | string",
2268
- "description": "图标总数, 默认值: `5`"
2269
- },
2270
- "van-rate/size": {
2271
- "type": "number | string",
2272
- "description": "图标大小,默认单位为`px`, 默认值: `20px`"
2273
- },
2274
- "van-rate/gutter": {
2275
- "type": "number | string",
2276
- "description": "图标间距,默认单位为`px`, 默认值: `4px`"
2277
- },
2278
- "van-rate/color": {
2279
- "type": "string",
2280
- "description": "选中时的颜色, 默认值: `#ee0a24`"
2281
- },
2282
- "van-rate/void-color": {
2283
- "type": "string",
2284
- "description": "未选中时的颜色, 默认值: `#c8c9cc`"
2285
- },
2286
- "van-rate/disabled-color": {
2287
- "type": "string",
2288
- "description": "禁用时的颜色, 默认值: `#c8c9cc`"
2289
- },
2290
- "van-rate/icon": {
2291
- "type": "string",
2292
- "description": "选中时的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `star`"
2293
- },
2294
- "van-rate/void-icon": {
2295
- "type": "string",
2296
- "description": "未选中时的[图标名称](#/zh-CN/icon)或图片链接, 默认值: `star-o`"
2297
- },
2298
- "van-rate/icon-prefix": {
2299
- "type": "string",
2300
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
2301
- },
2302
- "van-rate/allow-half": {
2303
- "type": "boolean",
2304
- "description": "是否允许半选, 默认值: `false`"
2305
- },
2306
- "van-rate/readonly": {
2307
- "type": "boolean",
2308
- "description": "是否为只读状态, 默认值: `false`"
2309
- },
2310
- "van-rate/disabled": {
2311
- "type": "boolean",
2312
- "description": "是否禁用评分, 默认值: `false`"
2313
- },
2314
- "van-rate/touchable": {
2315
- "type": "boolean",
2316
- "description": "是否可以通过滑动手势选择评分, 默认值: `true`"
2317
- },
2318
- "van-search/label": {
2319
- "type": "string",
2320
- "description": "搜索框左侧文本, 默认值: -"
2321
- },
2322
- "van-search/shape": {
2323
- "type": "string",
2324
- "description": "搜索框形状,可选值为 `round`, 默认值: `square`"
2325
- },
2326
- "van-search/background": {
2327
- "type": "string",
2328
- "description": "搜索框外部背景色, 默认值: `#f2f2f2`"
2329
- },
2330
- "van-search/maxlength": {
2331
- "type": "number | string",
2332
- "description": "输入的最大字符数, 默认值: -"
2333
- },
2334
- "van-search/placeholder": {
2335
- "type": "string",
2336
- "description": "占位提示文字, 默认值: -"
2337
- },
2338
- "van-search/clearable": {
2339
- "type": "boolean",
2340
- "description": "是否启用清除图标,点击清除图标后会清空输入框, 默认值: `true`"
2341
- },
2342
- "van-search/clear-trigger": {
2343
- "type": "string",
2344
- "description": "显示清除图标的时机,`always` 表示输入框不为空时展示,<br>`focus` 表示输入框聚焦且不为空时展示, 默认值: `focus`"
2345
- },
2346
- "van-search/autofocus": {
2347
- "type": "boolean",
2348
- "description": "是否自动聚焦,iOS 系统不支持该属性, 默认值: `false`"
2349
- },
2350
- "van-search/show-action": {
2351
- "type": "boolean",
2352
- "description": "是否在搜索框右侧显示取消按钮, 默认值: `false`"
2353
- },
2354
- "van-search/action-text": {
2355
- "type": "boolean",
2356
- "description": "取消按钮文字, 默认值: `取消`"
2357
- },
2358
- "van-search/disabled": {
2359
- "type": "boolean",
2360
- "description": "是否禁用输入框, 默认值: `false`"
2361
- },
2362
- "van-search/readonly": {
2363
- "type": "boolean",
2364
- "description": "是否将输入框设为只读, 默认值: `false`"
2365
- },
2366
- "van-search/error": {
2367
- "type": "boolean",
2368
- "description": "是否将输入内容标红, 默认值: `false`"
2369
- },
2370
- "van-search/input-align": {
2371
- "type": "string",
2372
- "description": "输入框内容对齐方式,可选值为 `center` `right`, 默认值: `left`"
2373
- },
2374
- "van-search/left-icon": {
2375
- "type": "string",
2376
- "description": "输入框左侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: `search`"
2377
- },
2378
- "van-search/right-icon": {
2379
- "type": "string",
2380
- "description": "输入框右侧[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
2381
- },
2382
- "van-share-sheet/options": {
2383
- "type": "Option[]",
2384
- "description": "分享选项, 默认值: `[]`"
2385
- },
2386
- "van-share-sheet/title": {
2387
- "type": "string",
2388
- "description": "顶部标题, 默认值: -"
2389
- },
2390
- "van-share-sheet/cancel-text": {
2391
- "type": "string",
2392
- "description": "取消按钮文字,传入空字符串可以隐藏按钮, 默认值: `'取消'`"
2393
- },
2394
- "van-share-sheet/description": {
2395
- "type": "string",
2396
- "description": "标题下方的辅助描述文字, 默认值: -"
2397
- },
2398
- "van-share-sheet/duration": {
2399
- "type": "number | string",
2400
- "description": "动画时长,单位秒, 默认值: `0.3`"
2401
- },
2402
- "van-share-sheet/overlay": {
2403
- "type": "boolean",
2404
- "description": "是否显示遮罩层, 默认值: `true`"
2405
- },
2406
- "van-share-sheet/lock-scroll": {
2407
- "type": "boolean",
2408
- "description": "是否锁定背景滚动, 默认值: `true`"
2409
- },
2410
- "van-share-sheet/lazy-render": {
2411
- "type": "boolean",
2412
- "description": "是否在显示弹层时才渲染内容, 默认值: `true`"
2413
- },
2414
- "van-share-sheet/close-on-popstate": {
2415
- "type": "boolean",
2416
- "description": "是否在页面回退时自动关闭, 默认值: `true`"
2417
- },
2418
- "van-share-sheet/close-on-click-overlay": {
2419
- "type": "boolean",
2420
- "description": "是否在点击遮罩层后关闭, 默认值: `true`"
2421
- },
2422
- "van-share-sheet/safe-area-inset-bottom": {
2423
- "type": "boolean",
2424
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
2425
- },
2426
- "van-share-sheet/get-container": {
2427
- "type": "string | () => Element",
2428
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
2429
- },
2430
- "van-sidebar/v-model": {
2431
- "type": "number | string",
2432
- "description": "当前导航项的索引, 默认值: `0`"
2433
- },
2434
- "van-sidebar/title": {
2435
- "type": "string",
2436
- "description": "内容, 默认值: `''`"
2437
- },
2438
- "van-sidebar/dot": {
2439
- "type": "boolean",
2440
- "description": "是否显示右上角小红点, 默认值: `false`"
2441
- },
2442
- "van-sidebar/badge": {
2443
- "type": "number | string",
2444
- "description": "图标右上角徽标的内容, 默认值: -"
2445
- },
2446
- "van-sidebar/info": {
2447
- "type": "number | string",
2448
- "description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
2449
- },
2450
- "van-sidebar/disabled": {
2451
- "type": "boolean",
2452
- "description": "是否禁用该项, 默认值: `false`"
2453
- },
2454
- "van-sidebar/url": {
2455
- "type": "string",
2456
- "description": "点击后跳转的链接地址, 默认值: -"
2457
- },
2458
- "van-sidebar/to": {
2459
- "type": "string | object",
2460
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
2461
- },
2462
- "van-sidebar/replace": {
2463
- "type": "boolean",
2464
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
2465
- },
2466
- "van-skeleton/row": {
2467
- "type": "number | string",
2468
- "description": "段落占位图行数, 默认值: `0`"
2469
- },
2470
- "van-skeleton/row-width": {
2471
- "type": "number | string \\",
2472
- "description": "段落占位图宽度,可传数组来设置每一行的宽度, 默认值: <br>(number \\"
2473
- },
2474
- "van-skeleton/title": {
2475
- "type": "boolean",
2476
- "description": "是否显示标题占位图, 默认值: `false`"
2477
- },
2478
- "van-skeleton/avatar": {
2479
- "type": "boolean",
2480
- "description": "是否显示头像占位图, 默认值: `false`"
2481
- },
2482
- "van-skeleton/loading": {
2483
- "type": "boolean",
2484
- "description": "是否显示骨架屏,传 `false` 时会展示子组件内容, 默认值: `true`"
2485
- },
2486
- "van-skeleton/animate": {
2487
- "type": "boolean",
2488
- "description": "是否开启动画, 默认值: `true`"
2489
- },
2490
- "van-skeleton/round": {
2491
- "type": "boolean",
2492
- "description": "是否将标题和段落显示为圆角风格, 默认值: `false`"
2493
- },
2494
- "van-skeleton/title-width": {
2495
- "type": "number | string",
2496
- "description": "标题占位图宽度, 默认值: `40%`"
2497
- },
2498
- "van-skeleton/avatar-size": {
2499
- "type": "number | string",
2500
- "description": "头像占位图大小, 默认值: `32px`"
2501
- },
2502
- "van-skeleton/avatar-shape": {
2503
- "type": "string",
2504
- "description": "头像占位图形状,可选值为`square`, 默认值: `round`"
2505
- },
2506
- "van-sku/v-model": {
2507
- "type": "boolean",
2508
- "description": "是否显示商品规格弹窗, 默认值: `false`"
2509
- },
2510
- "van-sku/sku": {
2511
- "type": "object",
2512
- "description": "商品 sku 数据, 默认值: -"
2513
- },
2514
- "van-sku/goods": {
2515
- "type": "object",
2516
- "description": "商品信息, 默认值: -"
2517
- },
2518
- "van-sku/goods-id": {
2519
- "type": "number | string",
2520
- "description": "商品 id, 默认值: -"
2521
- },
2522
- "van-sku/price-tag": {
2523
- "type": "string",
2524
- "description": "显示在价格后面的标签, 默认值: -"
2525
- },
2526
- "van-sku/hide-stock": {
2527
- "type": "boolean",
2528
- "description": "是否显示商品剩余库存, 默认值: `false`"
2529
- },
2530
- "van-sku/hide-quota-text": {
2531
- "type": "boolean",
2532
- "description": "是否显示限购提示, 默认值: `false`"
2533
- },
2534
- "van-sku/hide-selected-text": {
2535
- "type": "boolean",
2536
- "description": "是否隐藏已选提示, 默认值: `false`"
2537
- },
2538
- "van-sku/stock-threshold": {
2539
- "type": "boolean",
2540
- "description": "库存阈值。低于这个值会把库存数高亮显示, 默认值: `50`"
2541
- },
2542
- "van-sku/show-add-cart-btn": {
2543
- "type": "boolean",
2544
- "description": "是否显示加入购物车按钮, 默认值: `true`"
2545
- },
2546
- "van-sku/buy-text": {
2547
- "type": "string",
2548
- "description": "购买按钮文字, 默认值: `立即购买`"
2549
- },
2550
- "van-sku/add-cart-text": {
2551
- "type": "string",
2552
- "description": "加入购物车按钮文字, 默认值: `加入购物车`"
2553
- },
2554
- "van-sku/quota": {
2555
- "type": "number",
2556
- "description": "限购数,0 表示不限购, 默认值: `0`"
2557
- },
2558
- "van-sku/quota-used": {
2559
- "type": "number",
2560
- "description": "已经购买过的数量, 默认值: `0`"
2561
- },
2562
- "van-sku/reset-stepper-on-hide": {
2563
- "type": "boolean",
2564
- "description": "隐藏时重置选择的商品数量, 默认值: `false`"
2565
- },
2566
- "van-sku/reset-selected-sku-on-hide": {
2567
- "type": "boolean",
2568
- "description": "隐藏时重置已选择的 sku, 默认值: `false`"
2569
- },
2570
- "van-sku/disable-stepper-input": {
2571
- "type": "boolean",
2572
- "description": "是否禁用步进器输入, 默认值: `false`"
2573
- },
2574
- "van-sku/close-on-click-overlay": {
2575
- "type": "boolean",
2576
- "description": "是否在点击遮罩层后关闭, 默认值: `true`"
2577
- },
2578
- "van-sku/stepper-title": {
2579
- "type": "string",
2580
- "description": "数量选择组件左侧文案, 默认值: `购买数量`"
2581
- },
2582
- "van-sku/custom-stepper-config": {
2583
- "type": "object",
2584
- "description": "步进器相关自定义配置, 默认值: `{}`"
2585
- },
2586
- "van-sku/message-config": {
2587
- "type": "object",
2588
- "description": "留言相关配置, 默认值: `{}`"
2589
- },
2590
- "van-sku/get-container": {
2591
- "type": "string | () => Element",
2592
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
2593
- },
2594
- "van-sku/initial-sku": {
2595
- "type": "object",
2596
- "description": "默认选中的 sku,具体参考高级用法, 默认值: `{}`"
2597
- },
2598
- "van-sku/show-soldout-sku": {
2599
- "type": "boolean",
2600
- "description": "是否展示售罄的 sku,默认展示并置灰, 默认值: `true`"
2601
- },
2602
- "van-sku/disable-soldout-sku": {
2603
- "type": "boolean",
2604
- "description": "是否禁用售罄的 sku, 默认值: `true`"
2605
- },
2606
- "van-sku/safe-area-inset-bottom": {
2607
- "type": "boolean",
2608
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
2609
- },
2610
- "van-sku/start-sale-num": {
2611
- "type": "number",
2612
- "description": "起售数量, 默认值: `1`"
2613
- },
2614
- "van-sku/properties": {
2615
- "type": "array",
2616
- "description": "商品属性, 默认值: -"
2617
- },
2618
- "van-sku/preview-on-click-image": {
2619
- "type": "boolean",
2620
- "description": "是否在点击商品图片时自动预览, 默认值: `true`"
2621
- },
2622
- "van-sku/show-header-image": {
2623
- "type": "boolean",
2624
- "description": "是否展示头部图片, 默认值: `true`"
2625
- },
2626
- "van-sku/lazy-load": {
2627
- "type": "boolean",
2628
- "description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
2629
- },
2630
- "van-slider/value": {
2631
- "type": "number | array",
2632
- "description": "当前进度百分比, 默认值: `0`"
2633
- },
2634
- "van-slider/max": {
2635
- "type": "number | string",
2636
- "description": "最大值, 默认值: `100`"
2637
- },
2638
- "van-slider/min": {
2639
- "type": "number | string",
2640
- "description": "最小值, 默认值: `0`"
2641
- },
2642
- "van-slider/step": {
2643
- "type": "number | string",
2644
- "description": "步长, 默认值: `1`"
2645
- },
2646
- "van-slider/bar-height": {
2647
- "type": "number | string",
2648
- "description": "进度条高度,默认单位为`px`, 默认值: `2px`"
2649
- },
2650
- "van-slider/button-size": {
2651
- "type": "number | string",
2652
- "description": "滑块按钮大小,默认单位为`px`, 默认值: `24px`"
2653
- },
2654
- "van-slider/active-color": {
2655
- "type": "string",
2656
- "description": "进度条激活态颜色, 默认值: `#1989fa`"
2657
- },
2658
- "van-slider/inactive-color": {
2659
- "type": "string",
2660
- "description": "进度条非激活态颜色, 默认值: `#e5e5e5`"
2661
- },
2662
- "van-slider/range": {
2663
- "type": "boolean",
2664
- "description": "是否开启双滑块模式, 默认值: `false`"
2665
- },
2666
- "van-slider/disabled": {
2667
- "type": "boolean",
2668
- "description": "是否禁用滑块, 默认值: `false`"
2669
- },
2670
- "van-slider/vertical": {
2671
- "type": "boolean",
2672
- "description": "是否垂直展示, 默认值: `false`"
2673
- },
2674
- "van-stepper/v-model": {
2675
- "type": "number | string",
2676
- "description": "当前输入的值, 默认值: -"
2677
- },
2678
- "van-stepper/min": {
2679
- "type": "number | string",
2680
- "description": "最小值, 默认值: `1`"
2681
- },
2682
- "van-stepper/max": {
2683
- "type": "number | string",
2684
- "description": "最大值, 默认值: -"
2685
- },
2686
- "van-stepper/default-value": {
2687
- "type": "number | string",
2688
- "description": "初始值,当 v-model 为空时生效, 默认值: `1`"
2689
- },
2690
- "van-stepper/step": {
2691
- "type": "number | string",
2692
- "description": "步长,每次点击时改变的值, 默认值: `1`"
2693
- },
2694
- "van-stepper/name": {
2695
- "type": "number | string",
2696
- "description": "标识符,可以在`change`事件回调参数中获取, 默认值: -"
2697
- },
2698
- "van-stepper/input-width": {
2699
- "type": "number | string",
2700
- "description": "输入框宽度,默认单位为`px`, 默认值: `32px`"
2701
- },
2702
- "van-stepper/button-size": {
2703
- "type": "number | string",
2704
- "description": "按钮大小以及输入框高度,默认单位为`px`, 默认值: `28px`"
2705
- },
2706
- "van-stepper/decimal-length": {
2707
- "type": "number | string",
2708
- "description": "固定显示的小数位数, 默认值: -"
2709
- },
2710
- "van-stepper/theme": {
2711
- "type": "string",
2712
- "description": "样式风格,可选值为 `round`, 默认值: -"
2713
- },
2714
- "van-stepper/placeholder": {
2715
- "type": "string",
2716
- "description": "输入框占位提示文字, 默认值: -"
2717
- },
2718
- "van-stepper/integer": {
2719
- "type": "boolean",
2720
- "description": "是否只允许输入整数, 默认值: `false`"
2721
- },
2722
- "van-stepper/disabled": {
2723
- "type": "boolean",
2724
- "description": "是否禁用步进器, 默认值: `false`"
2725
- },
2726
- "van-stepper/disable-plus": {
2727
- "type": "boolean",
2728
- "description": "是否禁用增加按钮, 默认值: `false`"
2729
- },
2730
- "van-stepper/disable-minus": {
2731
- "type": "boolean",
2732
- "description": "是否禁用减少按钮, 默认值: `false`"
2733
- },
2734
- "van-stepper/disable-input": {
2735
- "type": "boolean",
2736
- "description": "是否禁用输入框, 默认值: `false`"
2737
- },
2738
- "van-stepper/async-change": {
2739
- "type": "boolean",
2740
- "description": "是否开启异步变更,开启后需要手动控制输入值, 默认值: `false`"
2741
- },
2742
- "van-stepper/show-plus": {
2743
- "type": "boolean",
2744
- "description": "是否显示增加按钮, 默认值: `true`"
2745
- },
2746
- "van-stepper/show-minus": {
2747
- "type": "boolean",
2748
- "description": "是否显示减少按钮, 默认值: `true`"
2749
- },
2750
- "van-stepper/show-input": {
2751
- "type": "boolean",
2752
- "description": "是否显示输入框, 默认值: `true`"
2753
- },
2754
- "van-stepper/long-press": {
2755
- "type": "boolean",
2756
- "description": "是否开启长按手势, 默认值: `true`"
2757
- },
2758
- "van-stepper/allow-empty": {
2759
- "type": "boolean",
2760
- "description": "是否允许输入的值为空, 默认值: `false`"
2761
- },
2762
- "van-sticky/offset-top": {
2763
- "type": "number | string",
2764
- "description": "吸顶时与顶部的距离,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `0`"
2765
- },
2766
- "van-sticky/z-index": {
2767
- "type": "number | string",
2768
- "description": "吸顶时的 z-index, 默认值: `99`"
2769
- },
2770
- "van-sticky/container": {
2771
- "type": "Element",
2772
- "description": "容器对应的 HTML 节点, 默认值: -"
2773
- },
2774
- "van-steps/active": {
2775
- "type": "number | string",
2776
- "description": "当前步骤, 默认值: `0`"
2777
- },
2778
- "van-steps/direction": {
2779
- "type": "string",
2780
- "description": "显示方向,可选值为 `vertical`, 默认值: `horizontal`"
2781
- },
2782
- "van-steps/active-color": {
2783
- "type": "string",
2784
- "description": "激活状态颜色, 默认值: `#07c160`"
2785
- },
2786
- "van-steps/inactive-color": {
2787
- "type": "string",
2788
- "description": "未激活状态颜色, 默认值: `#969799`"
2789
- },
2790
- "van-steps/active-icon": {
2791
- "type": "string",
2792
- "description": "激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon), 默认值: `checked`"
2793
- },
2794
- "van-steps/inactive-icon": {
2795
- "type": "string",
2796
- "description": "未激活状态底部图标,可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -"
2797
- },
2798
- "van-steps/finish-icon": {
2799
- "type": "string",
2800
- "description": "已完成步骤对应的底部图标,优先级高于 `inactive-icon`,可选值见 [Icon 组件](#/zh-CN/icon), 默认值: -"
2801
- },
2802
- "van-steps/icon-prefix": {
2803
- "type": "string",
2804
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
2805
- },
2806
- "van-steps/center": {
2807
- "type": "boolean",
2808
- "description": "是否进行居中对齐,仅在竖向展示时有效, 默认值: `false`"
2809
- },
2810
- "van-submit-bar/price": {
2811
- "type": "number",
2812
- "description": "价格(单位分), 默认值: -"
2813
- },
2814
- "van-submit-bar/decimal-length": {
2815
- "type": "number | string",
2816
- "description": "价格小数点位数, 默认值: `2`"
2817
- },
2818
- "van-submit-bar/label": {
2819
- "type": "string",
2820
- "description": "价格左侧文案, 默认值: `合计:`"
2821
- },
2822
- "van-submit-bar/suffix-label": {
2823
- "type": "string",
2824
- "description": "价格右侧文案, 默认值: -"
2825
- },
2826
- "van-submit-bar/text-align": {
2827
- "type": "string",
2828
- "description": "价格文案对齐方向,可选值为 `left`, 默认值: `right`"
2829
- },
2830
- "van-submit-bar/button-text": {
2831
- "type": "string",
2832
- "description": "按钮文字, 默认值: -"
2833
- },
2834
- "van-submit-bar/button-type": {
2835
- "type": "string",
2836
- "description": "按钮类型, 默认值: `danger`"
2837
- },
2838
- "van-submit-bar/button-color": {
2839
- "type": "string",
2840
- "description": "自定义按钮颜色, 默认值: -"
2841
- },
2842
- "van-submit-bar/tip": {
2843
- "type": "string",
2844
- "description": "在订单栏上方的提示文案, 默认值: -"
2845
- },
2846
- "van-submit-bar/tip-icon": {
2847
- "type": "string",
2848
- "description": "提示文案左侧的[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
2849
- },
2850
- "van-submit-bar/currency": {
2851
- "type": "string",
2852
- "description": "货币符号, 默认值: `¥`"
2853
- },
2854
- "van-submit-bar/disabled": {
2855
- "type": "boolean",
2856
- "description": "是否禁用按钮, 默认值: `false`"
2857
- },
2858
- "van-submit-bar/loading": {
2859
- "type": "boolean",
2860
- "description": "是否显示将按钮显示为加载中状态, 默认值: `false`"
2861
- },
2862
- "van-submit-bar/safe-area-inset-bottom": {
2863
- "type": "boolean",
2864
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
2865
- },
2866
- "van-swipe-cell/name": {
2867
- "type": "number | string",
2868
- "description": "标识符,可以在事件参数中获取到, 默认值: -"
2869
- },
2870
- "van-swipe-cell/left-width": {
2871
- "type": "number | string",
2872
- "description": "指定左侧滑动区域宽度,单位为`px`, 默认值: `auto`"
2873
- },
2874
- "van-swipe-cell/right-width": {
2875
- "type": "number | string",
2876
- "description": "指定右侧滑动区域宽度,单位为`px`, 默认值: `auto`"
2877
- },
2878
- "van-swipe-cell/before-close": {
2879
- "type": "Function",
2880
- "description": "关闭前的回调函数, 默认值: -"
2881
- },
2882
- "van-swipe-cell/disabled": {
2883
- "type": "boolean",
2884
- "description": "是否禁用滑动, 默认值: `false`"
2885
- },
2886
- "van-swipe-cell/stop-propagation": {
2887
- "type": "boolean",
2888
- "description": "是否阻止滑动事件冒泡, 默认值: `false`"
2889
- },
2890
- "van-swipe/autoplay": {
2891
- "type": "number | string",
2892
- "description": "自动轮播间隔,单位为 ms, 默认值: -"
2893
- },
2894
- "van-swipe/duration": {
2895
- "type": "number | string",
2896
- "description": "动画时长,单位为 ms, 默认值: `500`"
2897
- },
2898
- "van-swipe/initial-swipe": {
2899
- "type": "number | string",
2900
- "description": "初始位置索引值, 默认值: `0`"
2901
- },
2902
- "van-swipe/width": {
2903
- "type": "number | string",
2904
- "description": "滑块宽度,单位为`px`, 默认值: `auto`"
2905
- },
2906
- "van-swipe/height": {
2907
- "type": "number | string",
2908
- "description": "滑块高度,单位为`px`, 默认值: `auto`"
2909
- },
2910
- "van-swipe/loop": {
2911
- "type": "boolean",
2912
- "description": "是否开启循环播放, 默认值: `true`"
2913
- },
2914
- "van-swipe/show-indicators": {
2915
- "type": "boolean",
2916
- "description": "是否显示指示器, 默认值: `true`"
2917
- },
2918
- "van-swipe/vertical": {
2919
- "type": "boolean",
2920
- "description": "是否为纵向滚动, 默认值: `false`"
2921
- },
2922
- "van-swipe/touchable": {
2923
- "type": "boolean",
2924
- "description": "是否可以通过手势滑动, 默认值: `true`"
2925
- },
2926
- "van-swipe/stop-propagation": {
2927
- "type": "boolean",
2928
- "description": "是否阻止滑动事件冒泡, 默认值: `true`"
2929
- },
2930
- "van-swipe/lazy-render": {
2931
- "type": "boolean",
2932
- "description": "是否延迟渲染未展示的轮播, 默认值: `false`"
2933
- },
2934
- "van-swipe/indicator-color": {
2935
- "type": "string",
2936
- "description": "指示器颜色, 默认值: `#1989fa`"
2937
- },
2938
- "van-switch-cell/v-model": {
2939
- "type": "any",
2940
- "description": "开关状态, 默认值: `false`"
2941
- },
2942
- "van-switch-cell/title": {
2943
- "type": "string",
2944
- "description": "左侧标题, 默认值: `''`"
2945
- },
2946
- "van-switch-cell/border": {
2947
- "type": "boolean",
2948
- "description": "是否展示单元格内边框, 默认值: `true`"
2949
- },
2950
- "van-switch-cell/cell-size": {
2951
- "type": "string",
2952
- "description": "单元格大小,可选值为 `large`, 默认值: -"
2953
- },
2954
- "van-switch-cell/loading": {
2955
- "type": "boolean",
2956
- "description": "是否为加载状态, 默认值: `false`"
2957
- },
2958
- "van-switch-cell/disabled": {
2959
- "type": "boolean",
2960
- "description": "是否为禁用状态, 默认值: `false`"
2961
- },
2962
- "van-switch-cell/size": {
2963
- "type": "number | string",
2964
- "description": "开关尺寸, 默认值: `24px`"
2965
- },
2966
- "van-switch-cell/active-color": {
2967
- "type": "string",
2968
- "description": "开关时的背景色, 默认值: `#1989fa`"
2969
- },
2970
- "van-switch-cell/inactive-color": {
2971
- "type": "string",
2972
- "description": "开关时的背景色, 默认值: `white`"
2973
- },
2974
- "van-switch-cell/active-value": {
2975
- "type": "any",
2976
- "description": "打开时的值, 默认值: `true`"
2977
- },
2978
- "van-switch-cell/inactive-value": {
2979
- "type": "any",
2980
- "description": "关闭时的值, 默认值: `false`"
2981
- },
2982
- "van-switch/v-model": {
2983
- "type": "any",
2984
- "description": "开关选中状态, 默认值: `false`"
2985
- },
2986
- "van-switch/loading": {
2987
- "type": "boolean",
2988
- "description": "是否为加载状态, 默认值: `false`"
2989
- },
2990
- "van-switch/disabled": {
2991
- "type": "boolean",
2992
- "description": "是否为禁用状态, 默认值: `false`"
2993
- },
2994
- "van-switch/size": {
2995
- "type": "number | string",
2996
- "description": "开关尺寸,默认单位为`px`, 默认值: `30px`"
2997
- },
2998
- "van-switch/active-color": {
2999
- "type": "string",
3000
- "description": "打开时的背景色, 默认值: `#1989fa`"
3001
- },
3002
- "van-switch/inactive-color": {
3003
- "type": "string",
3004
- "description": "关闭时的背景色, 默认值: `white`"
3005
- },
3006
- "van-switch/active-value": {
3007
- "type": "any",
3008
- "description": "打开时对应的值, 默认值: `true`"
3009
- },
3010
- "van-switch/inactive-value": {
3011
- "type": "any",
3012
- "description": "关闭时对应的值, 默认值: `false`"
3013
- },
3014
- "van-tab/v-model": {
3015
- "type": "number | string",
3016
- "description": "绑定当前选中标签的标识符, 默认值: `0`"
3017
- },
3018
- "van-tab/type": {
3019
- "type": "string",
3020
- "description": "样式风格类型,可选值为 `card`, 默认值: `line`"
3021
- },
3022
- "van-tab/color": {
3023
- "type": "string",
3024
- "description": "标签主题色, 默认值: `#ee0a24`"
3025
- },
3026
- "van-tab/background": {
3027
- "type": "string",
3028
- "description": "标签栏背景色, 默认值: `white`"
3029
- },
3030
- "van-tab/duration": {
3031
- "type": "number | string",
3032
- "description": "动画时间,单位秒, 默认值: `0.3`"
3033
- },
3034
- "van-tab/line-width": {
3035
- "type": "number | string",
3036
- "description": "底部条宽度,默认单位 `px`, 默认值: `40px`"
3037
- },
3038
- "van-tab/line-height": {
3039
- "type": "number | string",
3040
- "description": "底部条高度,默认单位 `px`, 默认值: `3px`"
3041
- },
3042
- "van-tab/animated": {
3043
- "type": "boolean",
3044
- "description": "是否开启切换标签内容时的转场动画, 默认值: `false`"
3045
- },
3046
- "van-tab/border": {
3047
- "type": "boolean",
3048
- "description": "是否显示标签栏外边框,仅在 `type=\"line\"` 时有效, 默认值: `false`"
3049
- },
3050
- "van-tab/ellipsis": {
3051
- "type": "boolean",
3052
- "description": "是否省略过长的标题文字, 默认值: `true`"
3053
- },
3054
- "van-tab/sticky": {
3055
- "type": "boolean",
3056
- "description": "是否使用粘性定位布局, 默认值: `false`"
3057
- },
3058
- "van-tab/swipeable": {
3059
- "type": "boolean",
3060
- "description": "是否开启手势滑动切换, 默认值: `false`"
3061
- },
3062
- "van-tab/lazy-render": {
3063
- "type": "boolean",
3064
- "description": "是否开启延迟渲染(首次切换到标签时才触发内容渲染), 默认值: `true`"
3065
- },
3066
- "van-tab/scrollspy": {
3067
- "type": "boolean",
3068
- "description": "是否开启滚动导航, 默认值: `false`"
3069
- },
3070
- "van-tab/offset-top": {
3071
- "type": "number | string",
3072
- "description": "粘性定位布局下与顶部的最小距离,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `0`"
3073
- },
3074
- "van-tab/swipe-threshold": {
3075
- "type": "number | string",
3076
- "description": "滚动阈值,标签数量超过阈值且总宽度超过标签栏宽度时开始横向滚动, 默认值: `5`"
3077
- },
3078
- "van-tab/title-active-color": {
3079
- "type": "string",
3080
- "description": "标题选中态颜色, 默认值: -"
3081
- },
3082
- "van-tab/title-inactive-color": {
3083
- "type": "string",
3084
- "description": "标题默认态颜色, 默认值: -"
3085
- },
3086
- "van-tab/before-change": {
3087
- "type": "(name) => boolean | Promise",
3088
- "description": "切换标签前的回调函数,返回 `false` 可阻止切换,支持返回 Promise, 默认值: -"
3089
- },
3090
- "van-tab/title": {
3091
- "type": "string",
3092
- "description": "标题, 默认值: -"
3093
- },
3094
- "van-tab/disabled": {
3095
- "type": "boolean",
3096
- "description": "是否禁用标签, 默认值: `false`"
3097
- },
3098
- "van-tab/dot": {
3099
- "type": "boolean",
3100
- "description": "是否在标题右上角显示小红点, 默认值: `false`"
3101
- },
3102
- "van-tab/badge": {
3103
- "type": "number | string",
3104
- "description": "图标右上角徽标的内容, 默认值: -"
3105
- },
3106
- "van-tab/info": {
3107
- "type": "number | string",
3108
- "description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
3109
- },
3110
- "van-tab/name": {
3111
- "type": "number | string",
3112
- "description": "标签名称,作为匹配的标识符, 默认值: 标签的索引值"
3113
- },
3114
- "van-tab/url": {
3115
- "type": "string",
3116
- "description": "点击后跳转的链接地址, 默认值: -"
3117
- },
3118
- "van-tab/to": {
3119
- "type": "string | object",
3120
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
3121
- },
3122
- "van-tab/replace": {
3123
- "type": "boolean",
3124
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
3125
- },
3126
- "van-tab/title-style": {
3127
- "type": "any",
3128
- "description": "自定义标题样式, 默认值: -"
3129
- },
3130
- "van-tab/title-class": {
3131
- "type": "any",
3132
- "description": "自定义标题类名, 默认值: -"
3133
- },
3134
- "van-tabbar/v-model": {
3135
- "type": "number | string",
3136
- "description": "当前选中标签的名称或索引值, 默认值: `0`"
3137
- },
3138
- "van-tabbar/fixed": {
3139
- "type": "boolean",
3140
- "description": "是否固定在底部, 默认值: `true`"
3141
- },
3142
- "van-tabbar/border": {
3143
- "type": "boolean",
3144
- "description": "是否显示外边框, 默认值: `true`"
3145
- },
3146
- "van-tabbar/z-index": {
3147
- "type": "number | string",
3148
- "description": "元素 z-index, 默认值: `1`"
3149
- },
3150
- "van-tabbar/active-color": {
3151
- "type": "string",
3152
- "description": "选中标签的颜色, 默认值: `#1989fa`"
3153
- },
3154
- "van-tabbar/inactive-color": {
3155
- "type": "string",
3156
- "description": "未选中标签的颜色, 默认值: `#7d7e80`"
3157
- },
3158
- "van-tabbar/route": {
3159
- "type": "boolean",
3160
- "description": "是否开启路由模式, 默认值: `false`"
3161
- },
3162
- "van-tabbar/placeholder": {
3163
- "type": "boolean",
3164
- "description": "固定在底部时,是否在标签位置生成一个等高的占位元素, 默认值: `false`"
3165
- },
3166
- "van-tabbar/safe-area-inset-bottom": {
3167
- "type": "boolean",
3168
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei),设置 fixed 时默认开启, 默认值: `false`"
3169
- },
3170
- "van-tabbar/before-change": {
3171
- "type": "(name) => boolean | Promise",
3172
- "description": "切换标签前的回调函数,返回 `false` 可阻止切换,支持返回 Promise, 默认值: -"
3173
- },
3174
- "van-tabbar/name": {
3175
- "type": "number | string",
3176
- "description": "标签名称,作为匹配的标识符, 默认值: 当前标签的索引值"
3177
- },
3178
- "van-tabbar/icon": {
3179
- "type": "string",
3180
- "description": "[图标名称](#/zh-CN/icon)或图片链接, 默认值: -"
3181
- },
3182
- "van-tabbar/icon-prefix": {
3183
- "type": "string",
3184
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props), 默认值: `van-icon`"
3185
- },
3186
- "van-tabbar/dot": {
3187
- "type": "boolean",
3188
- "description": "是否显示图标右上角小红点, 默认值: `false`"
3189
- },
3190
- "van-tabbar/badge": {
3191
- "type": "number | string",
3192
- "description": "图标右上角徽标的内容, 默认值: -"
3193
- },
3194
- "van-tabbar/info": {
3195
- "type": "number | string",
3196
- "description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
3197
- },
3198
- "van-tabbar/url": {
3199
- "type": "string",
3200
- "description": "点击后跳转的链接地址, 默认值: -"
3201
- },
3202
- "van-tabbar/to": {
3203
- "type": "string | object",
3204
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
3205
- },
3206
- "van-tabbar/replace": {
3207
- "type": "boolean",
3208
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
3209
- },
3210
- "van-tag/type": {
3211
- "type": "string",
3212
- "description": "类型,可选值为`primary` `success` `danger` `warning`, 默认值: `default`"
3213
- },
3214
- "van-tag/size": {
3215
- "type": "string",
3216
- "description": "大小, 可选值为`large` `medium`, 默认值: -"
3217
- },
3218
- "van-tag/color": {
3219
- "type": "string",
3220
- "description": "标签颜色, 默认值: -"
3221
- },
3222
- "van-tag/plain": {
3223
- "type": "boolean",
3224
- "description": "是否为空心样式, 默认值: `false`"
3225
- },
3226
- "van-tag/round": {
3227
- "type": "boolean",
3228
- "description": "是否为圆角样式, 默认值: `false`"
3229
- },
3230
- "van-tag/mark": {
3231
- "type": "boolean",
3232
- "description": "是否为标记样式, 默认值: `false`"
3233
- },
3234
- "van-tag/text-color": {
3235
- "type": "string",
3236
- "description": "文本颜色,优先级高于`color`属性, 默认值: `white`"
3237
- },
3238
- "van-tag/closeable": {
3239
- "type": "boolean",
3240
- "description": "是否为可关闭标签, 默认值: `false`"
3241
- },
3242
- "van-tree-select/items": {
3243
- "type": "Item[]",
3244
- "description": "分类显示所需的数据, 默认值: `[]`"
3245
- },
3246
- "van-tree-select/height": {
3247
- "type": "number | string",
3248
- "description": "高度,默认单位为`px`, 默认值: `300`"
3249
- },
3250
- "van-tree-select/main-active-index": {
3251
- "type": "number | string",
3252
- "description": "左侧选中项的索引, 默认值: `0`"
3253
- },
3254
- "van-tree-select/active-id": {
3255
- "type": "number | string \\",
3256
- "description": "右侧选中项的 id,支持传入数组, 默认值: <br>(number \\"
3257
- },
3258
- "van-tree-select/max": {
3259
- "type": "number | string",
3260
- "description": "右侧项最大选中个数, 默认值: `Infinity`"
3261
- },
3262
- "van-tree-select/selected-icon": {
3263
- "type": "string",
3264
- "description": "自定义右侧栏选中状态的图标, 默认值: `success`"
3265
- },
3266
- "van-uploader/v-model (fileList)": {
3267
- "type": "FileListItem[]",
3268
- "description": "已上传的文件列表, 默认值: -"
3269
- },
3270
- "van-uploader/accept": {
3271
- "type": "string",
3272
- "description": "允许上传的文件类型,[详细说明](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/Input/file#%E9%99%90%E5%88%B6%E5%85%81%E8%AE%B8%E7%9A%84%E6%96%87%E4%BB%B6%E7%B1%BB%E5%9E%8B), 默认值: `image/*`"
3273
- },
3274
- "van-uploader/name": {
3275
- "type": "number | string",
3276
- "description": "标识符,可以在回调函数的第二项参数中获取, 默认值: -"
3277
- },
3278
- "van-uploader/preview-size": {
3279
- "type": "number | string",
3280
- "description": "预览图和上传区域的尺寸,默认单位为 `px`, 默认值: `80px`"
3281
- },
3282
- "van-uploader/preview-image": {
3283
- "type": "boolean",
3284
- "description": "是否在上传完成后展示预览图, 默认值: `true`"
3285
- },
3286
- "van-uploader/preview-full-image": {
3287
- "type": "boolean",
3288
- "description": "是否在点击预览图后展示全屏图片预览, 默认值: `true`"
3289
- },
3290
- "van-uploader/preview-options": {
3291
- "type": "object",
3292
- "description": "全屏图片预览的配置项,可选值见 [ImagePreview](#/zh-CN/image-preview), 默认值: -"
3293
- },
3294
- "van-uploader/multiple": {
3295
- "type": "boolean",
3296
- "description": "是否开启图片多选,部分安卓机型不支持, 默认值: `false`"
3297
- },
3298
- "van-uploader/disabled": {
3299
- "type": "boolean",
3300
- "description": "是否禁用文件上传, 默认值: `false`"
3301
- },
3302
- "van-uploader/readonly": {
3303
- "type": "boolean",
3304
- "description": "是否将上传区域设置为只读状态, 默认值: `false`"
3305
- },
3306
- "van-uploader/deletable": {
3307
- "type": "boolean",
3308
- "description": "是否展示删除按钮, 默认值: `true`"
3309
- },
3310
- "van-uploader/show-upload": {
3311
- "type": "boolean",
3312
- "description": "是否展示上传区域, 默认值: `true`"
3313
- },
3314
- "van-uploader/lazy-load": {
3315
- "type": "boolean",
3316
- "description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
3317
- },
3318
- "van-uploader/capture": {
3319
- "type": "string",
3320
- "description": "图片选取模式,可选值为 `camera` (直接调起摄像头), 默认值: -"
3321
- },
3322
- "van-uploader/after-read": {
3323
- "type": "Function",
3324
- "description": "文件读取完成后的回调函数, 默认值: -"
3325
- },
3326
- "van-uploader/before-read": {
3327
- "type": "Function",
3328
- "description": "文件读取前的回调函数,返回 `false` 可终止文件读取,<br>支持返回 `Promise`, 默认值: -"
3329
- },
3330
- "van-uploader/before-delete": {
3331
- "type": "Function",
3332
- "description": "文件删除前的回调函数,返回 `false` 可终止文件读取,<br>支持返回 `Promise`, 默认值: -"
3333
- },
3334
- "van-uploader/max-size": {
3335
- "type": "number | string \\",
3336
- "description": "文件大小限制,单位为 `byte`, 默认值: (file: File) => boolean_"
3337
- },
3338
- "van-uploader/max-count": {
3339
- "type": "number | string",
3340
- "description": "文件上传数量限制, 默认值: -"
3341
- },
3342
- "van-uploader/result-type": {
3343
- "type": "string",
3344
- "description": "文件读取结果类型,可选值为 `file` `text`, 默认值: `dataUrl`"
3345
- },
3346
- "van-uploader/upload-text": {
3347
- "type": "string",
3348
- "description": "上传区域文字提示, 默认值: -"
3349
- },
3350
- "van-uploader/image-fit": {
3351
- "type": "string",
3352
- "description": "预览图裁剪模式,可选值见 [Image](#/zh-CN/image) 组件, 默认值: `cover`"
3353
- },
3354
- "van-uploader/upload-icon": {
3355
- "type": "string",
3356
- "description": "上传区域[图标名称](#/zh-CN/icon)或图片链接, 默认值: `photograph`"
3357
- }
3358
- }