vant 2.13.4 → 2.13.6

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