@nutui/nutui 3.3.1 → 4.0.0-beta.0

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 (527) hide show
  1. package/README.md +2 -2
  2. package/dist/{nutui.es.js → nutui.js} +3863 -3683
  3. package/dist/{nutui.umd.js → nutui.umd.cjs} +3776 -3703
  4. package/dist/packages/_es/ActionSheet.js +72 -65
  5. package/dist/packages/_es/Address.js +77 -72
  6. package/dist/packages/_es/AddressList.js +41 -34
  7. package/dist/packages/_es/Animate.js +8 -6
  8. package/dist/packages/_es/Audio.js +28 -23
  9. package/dist/packages/_es/AudioOperate.js +12 -6
  10. package/dist/packages/_es/Avatar.js +15 -64
  11. package/dist/packages/_es/AvatarGroup.js +7 -5
  12. package/dist/packages/_es/{BackTop.js → Backtop.js} +20 -22
  13. package/dist/packages/_es/Badge.js +9 -7
  14. package/dist/packages/_es/Barrage.js +13 -12
  15. package/dist/packages/_es/Button.js +14 -33
  16. package/dist/packages/_es/Calendar.js +15 -9
  17. package/dist/packages/_es/CalendarItem.js +9 -6
  18. package/dist/packages/_es/Card.js +14 -5
  19. package/dist/packages/_es/Cascader.js +31 -16
  20. package/dist/packages/_es/Category.js +10 -10
  21. package/dist/packages/_es/CategoryPane.js +22 -20
  22. package/dist/packages/_es/Cell.js +57 -60
  23. package/dist/packages/_es/CellGroup.js +7 -5
  24. package/dist/packages/_es/Checkbox.js +26 -40
  25. package/dist/packages/_es/CheckboxGroup.js +8 -6
  26. package/dist/packages/_es/CircleProgress.js +12 -10
  27. package/dist/packages/_es/Col.js +7 -5
  28. package/dist/packages/_es/Collapse.js +27 -47
  29. package/dist/packages/_es/CollapseItem.js +71 -83
  30. package/dist/packages/_es/Comment.js +33 -36
  31. package/dist/packages/_es/ConfigProvider.js +23 -4
  32. package/dist/packages/_es/{CountDown.js → Countdown.js} +8 -6
  33. package/dist/packages/_es/{CountUp.js → Countup.js} +21 -19
  34. package/dist/packages/_es/DatePicker.js +31 -29
  35. package/dist/packages/_es/Dialog.js +66 -46
  36. package/dist/packages/_es/Divider.js +7 -5
  37. package/dist/packages/_es/Drag.js +8 -6
  38. package/dist/packages/_es/Ecard.js +17 -11
  39. package/dist/packages/_es/Elevator.js +23 -21
  40. package/dist/packages/_es/Ellipsis.js +11 -9
  41. package/dist/packages/_es/Empty.js +10 -8
  42. package/dist/packages/_es/FixedNav.js +84 -75
  43. package/dist/packages/_es/Form.js +149 -140
  44. package/dist/packages/_es/FormItem.js +14 -7
  45. package/dist/packages/_es/Grid.js +7 -5
  46. package/dist/packages/_es/GridItem.js +19 -42
  47. package/dist/packages/_es/Icon.js +8 -44
  48. package/dist/packages/_es/Image.js +22 -10
  49. package/dist/packages/_es/ImagePreview.js +72 -55
  50. package/dist/packages/_es/Indicator.js +7 -5
  51. package/dist/packages/_es/InfiniteLoading.js +56 -124
  52. package/dist/packages/_es/Input.js +57 -186
  53. package/dist/packages/_es/InputNumber.js +43 -35
  54. package/dist/packages/_es/Invoice.js +29 -10
  55. package/dist/packages/_es/Layout.js +5 -3
  56. package/dist/packages/_es/List.js +7 -5
  57. package/dist/packages/_es/Menu.js +22 -13
  58. package/dist/packages/_es/MenuItem.js +25 -24
  59. package/dist/packages/_es/Navbar.js +47 -37
  60. package/dist/packages/_es/{NoticeBar.js → Noticebar.js} +52 -65
  61. package/dist/packages/_es/Notify.js +12 -7
  62. package/dist/packages/_es/NumberKeyboard.js +123 -112
  63. package/dist/packages/_es/{OverLay.js → Overlay.js} +7 -5
  64. package/dist/packages/_es/Pagination.js +7 -5
  65. package/dist/packages/_es/Picker.js +307 -304
  66. package/dist/packages/_es/Popover.js +34 -24
  67. package/dist/packages/_es/Popup.js +9 -152
  68. package/dist/packages/_es/Price.js +9 -12
  69. package/dist/packages/_es/Progress.js +18 -20
  70. package/dist/packages/_es/PullRefresh.js +222 -0
  71. package/dist/packages/_es/Radio.js +10 -103
  72. package/dist/packages/_es/RadioGroup.js +8 -44
  73. package/dist/packages/_es/Range.js +22 -20
  74. package/dist/packages/_es/Rate.js +153 -166
  75. package/dist/packages/_es/Row.js +7 -5
  76. package/dist/packages/_es/{SearchBar.js → Searchbar.js} +16 -15
  77. package/dist/packages/_es/ShortPassword.js +53 -121
  78. package/dist/packages/_es/{SideNavBar.js → SideNavbar.js} +11 -9
  79. package/dist/packages/_es/{SideNavBarItem.js → SideNavbarItem.js} +12 -10
  80. package/dist/packages/_es/Signature.js +12 -6
  81. package/dist/packages/_es/Skeleton.js +95 -85
  82. package/dist/packages/_es/Sku.js +28 -24
  83. package/dist/packages/_es/Step.js +28 -41
  84. package/dist/packages/_es/Steps.js +5 -3
  85. package/dist/packages/_es/Sticky.js +9 -150
  86. package/dist/packages/_es/{SubSideNavBar.js → SubSideNavbar.js} +18 -16
  87. package/dist/packages/_es/Swipe.js +8 -6
  88. package/dist/packages/_es/Swiper.js +121 -61
  89. package/dist/packages/_es/SwiperItem.js +8 -6
  90. package/dist/packages/_es/Switch.js +16 -28
  91. package/dist/packages/_es/TabPane.js +9 -7
  92. package/dist/packages/_es/Tabbar.js +21 -26
  93. package/dist/packages/_es/TabbarItem.js +39 -83
  94. package/dist/packages/_es/Table.js +15 -11
  95. package/dist/packages/_es/Tabs.js +33 -25
  96. package/dist/packages/_es/Tag.js +15 -9
  97. package/dist/packages/_es/{TextArea.js → Textarea.js} +8 -6
  98. package/dist/packages/_es/TimeDetail.js +12 -10
  99. package/dist/packages/_es/TimePannel.js +9 -7
  100. package/dist/packages/_es/TimeSelect.js +19 -11
  101. package/dist/packages/_es/Toast.js +25 -26
  102. package/dist/packages/_es/Tour.js +270 -0
  103. package/dist/packages/_es/TrendArrow.js +24 -43
  104. package/dist/packages/_es/Uploader.js +98 -61
  105. package/dist/packages/_es/Video.js +24 -22
  106. package/dist/packages/_es/{WaterMark.js → Watermark.js} +7 -5
  107. package/dist/packages/_es/{plugin-vue_export-helper.js → _plugin-vue_export-helper.bf57b04e.js} +5 -3
  108. package/dist/packages/_es/{common.js → common.4b8c0eb2.js} +7 -11
  109. package/dist/packages/_es/{component.js → component.fb9ce7ad.js} +19 -2
  110. package/dist/packages/_es/index.1be0d1a5.js +35 -0
  111. package/dist/packages/_es/{index5.js → index.3dd88014.js} +72 -70
  112. package/dist/packages/_es/index.4ed42c18.js +239 -0
  113. package/dist/packages/_es/{index.js → index.51da6a3b.js} +4 -2
  114. package/dist/packages/_es/{index3.js → index.617ba243.js} +4 -2
  115. package/dist/packages/_es/{index4.js → index.983240fc.js} +4 -2
  116. package/dist/packages/_es/{index2.js → index.af02c42d.js} +4 -2
  117. package/dist/packages/_es/index.vue_vue_type_script_lang.43efbcd1.js +102 -0
  118. package/dist/packages/_es/index.vue_vue_type_script_lang.6e735bb8.js +50 -0
  119. package/dist/packages/_es/index.vue_vue_type_script_lang.ccc15054.js +156 -0
  120. package/dist/packages/_es/index.vue_vue_type_script_lang.de4367bf.js +12 -0
  121. package/dist/packages/_es/{interceptor.js → interceptor.ba45688c.js} +5 -3
  122. package/dist/packages/_es/{mountComponent.js → mountComponent.dddeb43c.js} +5 -3
  123. package/dist/packages/_es/{pxCheck.js → pxCheck.09969b22.js} +4 -2
  124. package/dist/packages/_es/{raf.js → raf.42b42f63.js} +14 -3
  125. package/dist/packages/_es/renderIcon.f32ed340.js +14 -0
  126. package/dist/packages/_es/style.css +2 -2
  127. package/dist/packages/actionsheet/index.js +3 -0
  128. package/dist/packages/actionsheet/index.scss +16 -32
  129. package/dist/packages/address/index.js +4 -0
  130. package/dist/packages/address/index.scss +28 -52
  131. package/dist/packages/addresslist/index.js +2 -0
  132. package/dist/packages/addresslist/index.scss +3 -3
  133. package/dist/packages/animate/index.js +1 -0
  134. package/dist/packages/animate/index.scss +1 -1
  135. package/dist/packages/audio/index.js +2 -0
  136. package/dist/packages/audio/index.scss +9 -9
  137. package/dist/packages/audiooperate/index.js +2 -0
  138. package/dist/packages/avatar/index.js +1 -0
  139. package/dist/packages/avatar/index.scss +1 -12
  140. package/dist/packages/avatargroup/index.js +1 -0
  141. package/dist/packages/backtop/index.js +1 -0
  142. package/dist/packages/badge/index.js +1 -0
  143. package/dist/packages/badge/index.scss +17 -17
  144. package/dist/packages/barrage/index.js +1 -0
  145. package/dist/packages/barrage/index.scss +2 -22
  146. package/dist/packages/button/index.js +1 -0
  147. package/dist/packages/button/index.scss +2 -1
  148. package/dist/packages/calendar/index.js +4 -0
  149. package/dist/packages/calendar/index.scss +39 -43
  150. package/dist/packages/calendaritem/index.js +1 -0
  151. package/dist/packages/card/index.js +3 -0
  152. package/dist/packages/cascader/index.js +6 -0
  153. package/dist/packages/cascader/index.scss +1 -1
  154. package/dist/packages/category/index.js +1 -0
  155. package/dist/packages/categorypane/index.js +1 -0
  156. package/dist/packages/categorypane/index.scss +2 -2
  157. package/dist/packages/cell/index.js +1 -0
  158. package/dist/packages/cellgroup/index.js +1 -0
  159. package/dist/packages/checkbox/index.js +1 -0
  160. package/dist/packages/checkboxgroup/index.js +1 -0
  161. package/dist/packages/circleprogress/index.js +1 -0
  162. package/dist/packages/circleprogress/index.scss +5 -5
  163. package/dist/packages/col/index.js +1 -0
  164. package/dist/packages/collapse/index.js +1 -0
  165. package/dist/packages/collapseitem/index.js +1 -0
  166. package/dist/packages/collapseitem/index.scss +54 -77
  167. package/dist/packages/comment/index.js +2 -0
  168. package/dist/packages/comment/index.scss +1 -3
  169. package/dist/packages/configprovider/index.js +1 -0
  170. package/dist/packages/countdown/index.js +1 -0
  171. package/dist/packages/countup/index.js +1 -0
  172. package/dist/packages/countup/index.scss +8 -38
  173. package/dist/packages/datepicker/index.js +4 -0
  174. package/dist/packages/datepicker/index.scss +1 -1
  175. package/dist/packages/dialog/index.js +4 -0
  176. package/dist/packages/divider/index.js +1 -0
  177. package/dist/packages/drag/index.js +1 -0
  178. package/dist/packages/drag/index.scss +1 -1
  179. package/dist/packages/ecard/index.js +2 -0
  180. package/dist/packages/elevator/index.js +1 -0
  181. package/dist/packages/ellipsis/index.js +1 -0
  182. package/dist/packages/ellipsis/index.scss +3 -3
  183. package/dist/packages/empty/index.js +1 -0
  184. package/dist/packages/empty/index.scss +2 -2
  185. package/dist/packages/fixednav/index.js +2 -0
  186. package/dist/packages/fixednav/index.scss +5 -5
  187. package/dist/packages/form/index.js +2 -0
  188. package/dist/packages/formitem/index.js +2 -0
  189. package/dist/packages/grid/index.js +1 -0
  190. package/dist/packages/griditem/index.js +1 -0
  191. package/dist/packages/icon/index.js +1 -0
  192. package/dist/packages/icon/index.scss +1 -131
  193. package/dist/packages/image/index.js +1 -0
  194. package/dist/packages/imagepreview/index.js +6 -0
  195. package/dist/packages/imagepreview/index.scss +4 -4
  196. package/dist/packages/indicator/index.js +1 -0
  197. package/dist/packages/infiniteloading/index.js +1 -0
  198. package/dist/packages/infiniteloading/index.scss +15 -41
  199. package/dist/packages/input/index.js +1 -0
  200. package/dist/packages/input/index.scss +20 -18
  201. package/dist/packages/inputnumber/index.js +1 -0
  202. package/dist/packages/inputnumber/index.scss +4 -2
  203. package/dist/packages/invoice/index.js +8 -0
  204. package/dist/packages/layout/index.js +1 -0
  205. package/dist/packages/list/index.js +1 -0
  206. package/dist/packages/locale/index.d.ts +1 -1
  207. package/dist/packages/locale/lang/baseLang.d.ts +5 -0
  208. package/dist/packages/locale/lang/baseLang.ff3ed8bc.js +10 -0
  209. package/dist/packages/locale/lang/en-US.d.ts +5 -0
  210. package/dist/packages/locale/lang/en-US.js +61 -51
  211. package/dist/packages/locale/lang/id-ID.d.ts +5 -0
  212. package/dist/packages/locale/lang/id-ID.js +61 -51
  213. package/dist/packages/locale/lang/index.js +25 -38
  214. package/dist/packages/locale/lang/zh-CN.d.ts +5 -0
  215. package/dist/packages/locale/lang/zh-CN.js +60 -50
  216. package/dist/packages/locale/lang/zh-TW.d.ts +5 -0
  217. package/dist/packages/locale/lang/zh-TW.js +60 -50
  218. package/dist/packages/menu/index.js +1 -0
  219. package/dist/packages/menu/index.scss +1 -0
  220. package/dist/packages/menuitem/index.js +3 -0
  221. package/dist/packages/menuitem/index.scss +4 -2
  222. package/dist/packages/navbar/index.js +1 -0
  223. package/dist/packages/navbar/index.scss +5 -1
  224. package/dist/packages/noticebar/index.js +1 -0
  225. package/dist/packages/noticebar/index.scss +15 -16
  226. package/dist/packages/notify/index.js +3 -0
  227. package/dist/packages/notify/index.scss +0 -20
  228. package/dist/packages/numberkeyboard/index.js +3 -0
  229. package/dist/packages/numberkeyboard/index.scss +45 -49
  230. package/dist/packages/overlay/index.js +1 -0
  231. package/dist/packages/pagination/index.js +1 -0
  232. package/dist/packages/picker/index.js +3 -0
  233. package/dist/packages/picker/index.scss +19 -56
  234. package/dist/packages/popover/index.js +3 -0
  235. package/dist/packages/popover/index.scss +7 -0
  236. package/dist/packages/popup/index.js +2 -0
  237. package/dist/packages/popup/index.scss +6 -6
  238. package/dist/packages/price/index.js +1 -0
  239. package/dist/packages/price/index.scss +0 -9
  240. package/dist/packages/progress/index.js +1 -0
  241. package/dist/packages/pullrefresh/index.js +1 -0
  242. package/dist/packages/pullrefresh/index.scss +30 -0
  243. package/dist/packages/radio/index.js +1 -0
  244. package/dist/packages/radiogroup/index.js +1 -0
  245. package/dist/packages/radiogroup/index.scss +1 -1
  246. package/dist/packages/range/index.js +1 -0
  247. package/dist/packages/range/index.scss +4 -4
  248. package/dist/packages/rate/index.js +1 -0
  249. package/dist/packages/row/index.js +1 -0
  250. package/dist/packages/searchbar/index.js +1 -0
  251. package/dist/packages/shortpassword/index.js +3 -0
  252. package/dist/packages/shortpassword/index.scss +15 -122
  253. package/dist/packages/sidenavbar/index.js +1 -0
  254. package/dist/packages/sidenavbar/index.scss +1 -1
  255. package/dist/packages/sidenavbaritem/index.js +1 -0
  256. package/dist/packages/sidenavbaritem/index.scss +3 -2
  257. package/dist/packages/signature/index.js +2 -0
  258. package/dist/packages/skeleton/index.js +2 -0
  259. package/dist/packages/skeleton/index.scss +11 -11
  260. package/dist/packages/sku/index.js +5 -0
  261. package/dist/packages/step/index.js +1 -0
  262. package/dist/packages/step/index.scss +7 -8
  263. package/dist/packages/steps/index.js +1 -0
  264. package/dist/packages/sticky/index.js +1 -0
  265. package/dist/packages/subsidenavbar/index.js +1 -0
  266. package/dist/packages/subsidenavbar/index.scss +2 -2
  267. package/dist/packages/swipe/index.js +1 -0
  268. package/dist/packages/swiper/index.js +1 -0
  269. package/dist/packages/swiperitem/index.js +1 -0
  270. package/dist/packages/switch/index.js +1 -0
  271. package/dist/packages/switch/index.scss +5 -15
  272. package/dist/packages/tabbar/index.js +1 -0
  273. package/dist/packages/tabbaritem/index.js +2 -0
  274. package/dist/packages/tabbaritem/index.scss +0 -29
  275. package/dist/packages/table/index.js +1 -0
  276. package/dist/packages/tabpane/index.js +1 -0
  277. package/dist/packages/tabpane/index.scss +2 -2
  278. package/dist/packages/tabs/index.js +2 -0
  279. package/dist/packages/tabs/index.scss +4 -4
  280. package/dist/packages/tag/index.js +1 -0
  281. package/dist/packages/textarea/index.js +1 -0
  282. package/dist/packages/textarea/index.scss +1 -1
  283. package/dist/packages/timedetail/index.js +1 -0
  284. package/dist/packages/timedetail/index.scss +2 -2
  285. package/dist/packages/timepannel/index.js +1 -0
  286. package/dist/packages/timepannel/index.scss +2 -2
  287. package/dist/packages/timeselect/index.js +3 -0
  288. package/dist/packages/timeselect/index.scss +2 -2
  289. package/dist/packages/toast/index.js +1 -0
  290. package/dist/packages/tour/index.js +4 -0
  291. package/dist/packages/tour/index.scss +78 -0
  292. package/dist/packages/trendarrow/index.js +1 -0
  293. package/dist/packages/trendarrow/index.scss +1 -1
  294. package/dist/packages/uploader/index.js +3 -0
  295. package/dist/packages/uploader/index.scss +2 -0
  296. package/dist/packages/video/index.js +1 -0
  297. package/dist/packages/video/index.scss +11 -17
  298. package/dist/packages/watermark/index.js +1 -0
  299. package/dist/smartips/attributes.json +215 -447
  300. package/dist/smartips/tags.json +116 -171
  301. package/dist/smartips/web-types.json +382 -906
  302. package/dist/style.css +1 -1
  303. package/dist/style.js +4 -0
  304. package/dist/styles/animation/index.scss +0 -1
  305. package/dist/styles/css-variables.scss +920 -0
  306. package/dist/styles/themes/default.scss +54 -52
  307. package/dist/styles/themes/jdb.scss +54 -52
  308. package/dist/styles/themes/jddkh.scss +54 -52
  309. package/dist/styles/themes/jdt.scss +54 -52
  310. package/dist/styles/variables-jdb.scss +3 -3
  311. package/dist/styles/variables-jddkh.scss +3 -3
  312. package/dist/styles/variables-jdt.scss +3 -3
  313. package/dist/styles/variables-var.scss +854 -0
  314. package/dist/styles/variables.scss +7 -7
  315. package/dist/types/__VUE/actionsheet/index.vue.d.ts +28 -20
  316. package/dist/types/__VUE/address/address-list.d.ts +30 -0
  317. package/dist/types/__VUE/address/index.vue.d.ts +33 -72
  318. package/dist/types/__VUE/address/type.d.ts +18 -0
  319. package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +3 -14
  320. package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +3 -14
  321. package/dist/types/__VUE/addresslist/components/SwipeShell.vue.d.ts +3 -14
  322. package/dist/types/__VUE/addresslist/index.vue.d.ts +8 -9
  323. package/dist/types/__VUE/animate/index.vue.d.ts +16 -15
  324. package/dist/types/__VUE/animate/type.d.ts +2 -6
  325. package/dist/types/__VUE/audio/index.vue.d.ts +19 -17
  326. package/dist/types/__VUE/audiooperate/index.vue.d.ts +12 -7
  327. package/dist/types/__VUE/avatar/index.vue.d.ts +14 -48
  328. package/dist/types/__VUE/avatargroup/index.vue.d.ts +8 -9
  329. package/dist/types/__VUE/backtop/index.vue.d.ts +8 -9
  330. package/dist/types/__VUE/badge/index.vue.d.ts +9 -10
  331. package/dist/types/__VUE/barrage/index.vue.d.ts +7 -8
  332. package/dist/types/__VUE/button/index.vue.d.ts +21 -47
  333. package/dist/types/__VUE/button/type.d.ts +3 -7
  334. package/dist/types/__VUE/calendar/index.vue.d.ts +13 -13
  335. package/dist/types/__VUE/calendaritem/index.vue.d.ts +23 -22
  336. package/dist/types/__VUE/calendaritem/type.d.ts +70 -0
  337. package/dist/types/__VUE/card/index.vue.d.ts +6 -7
  338. package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +10 -9
  339. package/dist/types/__VUE/cascader/helper.d.ts +0 -4
  340. package/dist/types/__VUE/cascader/index.vue.d.ts +12 -11
  341. package/dist/types/__VUE/cascader/tree.d.ts +0 -4
  342. package/dist/types/__VUE/cascader/types.d.ts +6 -10
  343. package/dist/types/__VUE/category/index.vue.d.ts +18 -14
  344. package/dist/types/__VUE/categorypane/index.vue.d.ts +23 -14
  345. package/dist/types/__VUE/cell/index.vue.d.ts +13 -32
  346. package/dist/types/__VUE/cellgroup/index.vue.d.ts +6 -7
  347. package/dist/types/__VUE/checkbox/common.d.ts +2 -59
  348. package/dist/types/__VUE/checkbox/index.vue.d.ts +6 -113
  349. package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +6 -7
  350. package/dist/types/__VUE/circleprogress/index.vue.d.ts +18 -14
  351. package/dist/types/__VUE/col/index.vue.d.ts +6 -7
  352. package/dist/types/__VUE/collapse/index.vue.d.ts +16 -81
  353. package/dist/types/__VUE/collapseitem/index.vue.d.ts +52 -24
  354. package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +7 -17
  355. package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +3 -14
  356. package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +29 -21
  357. package/dist/types/__VUE/comment/index.vue.d.ts +29 -19
  358. package/dist/types/__VUE/configprovider/common.d.ts +4 -4
  359. package/dist/types/__VUE/configprovider/index.vue.d.ts +15 -7
  360. package/dist/types/__VUE/countdown/index.vue.d.ts +11 -12
  361. package/dist/types/__VUE/countdown/util.d.ts +1 -5
  362. package/dist/types/__VUE/countup/index.vue.d.ts +13 -14
  363. package/dist/types/__VUE/datepicker/index.vue.d.ts +32 -168
  364. package/dist/types/__VUE/datepicker/type.d.ts +2 -6
  365. package/dist/types/__VUE/dialog/index.d.ts +0 -4
  366. package/dist/types/__VUE/dialog/index.vue.d.ts +19 -16
  367. package/dist/types/__VUE/divider/index.vue.d.ts +6 -7
  368. package/dist/types/__VUE/drag/index.vue.d.ts +6 -7
  369. package/dist/types/__VUE/ecard/index.vue.d.ts +15 -11
  370. package/dist/types/__VUE/elevator/index.vue.d.ts +14 -13
  371. package/dist/types/__VUE/elevator/type.d.ts +5 -0
  372. package/dist/types/__VUE/ellipsis/index.vue.d.ts +14 -9
  373. package/dist/types/__VUE/empty/index.vue.d.ts +6 -7
  374. package/dist/types/__VUE/fixednav/common.d.ts +2 -5
  375. package/dist/types/__VUE/fixednav/index.vue.d.ts +10 -11
  376. package/dist/types/__VUE/form/common.d.ts +2 -6
  377. package/dist/types/__VUE/form/index.vue.d.ts +7 -8
  378. package/dist/types/__VUE/form/types.d.ts +3 -7
  379. package/dist/types/__VUE/formitem/common.d.ts +0 -0
  380. package/dist/types/__VUE/formitem/index.vue.d.ts +11 -11
  381. package/dist/types/__VUE/formitem/types.d.ts +0 -4
  382. package/dist/types/__VUE/grid/common.d.ts +2 -20
  383. package/dist/types/__VUE/grid/index.vue.d.ts +7 -23
  384. package/dist/types/__VUE/griditem/index.vue.d.ts +9 -42
  385. package/dist/types/__VUE/icon/index.vue.d.ts +6 -68
  386. package/dist/types/__VUE/image/index.vue.d.ts +15 -17
  387. package/dist/types/__VUE/image/type.d.ts +2 -6
  388. package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +10 -9
  389. package/dist/types/__VUE/imagepreview/index.d.ts +1 -5
  390. package/dist/types/__VUE/imagepreview/index.vue.d.ts +14 -12
  391. package/dist/types/__VUE/imagepreview/types.d.ts +2 -6
  392. package/dist/types/__VUE/indicator/index.vue.d.ts +7 -8
  393. package/dist/types/__VUE/infiniteloading/index.vue.d.ts +18 -57
  394. package/dist/types/__VUE/input/index.vue.d.ts +42 -146
  395. package/dist/types/__VUE/input/type.d.ts +5 -9
  396. package/dist/types/__VUE/input/util.d.ts +0 -4
  397. package/dist/types/__VUE/inputnumber/index.vue.d.ts +10 -29
  398. package/dist/types/__VUE/invoice/index.vue.d.ts +9 -10
  399. package/dist/types/__VUE/invoice/types.d.ts +6 -0
  400. package/dist/types/__VUE/layout/index.vue.d.ts +6 -7
  401. package/dist/types/__VUE/list/index.vue.d.ts +12 -12
  402. package/dist/types/__VUE/menu/index.vue.d.ts +10 -11
  403. package/dist/types/__VUE/menuitem/index.vue.d.ts +13 -21
  404. package/dist/types/__VUE/menuitem/type.d.ts +1 -5
  405. package/dist/types/__VUE/navbar/index.vue.d.ts +20 -22
  406. package/dist/types/__VUE/noticebar/index.vue.d.ts +38 -30
  407. package/dist/types/__VUE/notify/index.d.ts +0 -4
  408. package/dist/types/__VUE/notify/index.vue.d.ts +8 -9
  409. package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +27 -54
  410. package/dist/types/__VUE/overlay/index.vue.d.ts +10 -10
  411. package/dist/types/__VUE/pagination/index.vue.d.ts +6 -7
  412. package/dist/types/__VUE/picker/Column.vue.d.ts +41 -35
  413. package/dist/types/__VUE/picker/baseProps.d.ts +55 -0
  414. package/dist/types/__VUE/picker/common.d.ts +555 -0
  415. package/dist/types/__VUE/picker/doc.en.d.ts +88 -0
  416. package/dist/types/__VUE/picker/index.vue.d.ts +60 -236
  417. package/dist/types/__VUE/picker/types.d.ts +1 -5
  418. package/dist/types/__VUE/picker/usePicker.d.ts +17 -0
  419. package/dist/types/__VUE/popover/index.vue.d.ts +24 -20
  420. package/dist/types/__VUE/popover/type.d.ts +5 -8
  421. package/dist/types/__VUE/popup/common.d.ts +2 -6
  422. package/dist/types/__VUE/popup/index.vue.d.ts +9 -10
  423. package/dist/types/__VUE/popup/props.d.ts +0 -4
  424. package/dist/types/__VUE/price/index.vue.d.ts +9 -19
  425. package/dist/types/__VUE/progress/index.vue.d.ts +9 -28
  426. package/dist/types/__VUE/pullrefresh/index.vue.d.ts +126 -0
  427. package/dist/types/__VUE/radio/index.vue.d.ts +9 -46
  428. package/dist/types/__VUE/radiogroup/index.vue.d.ts +9 -10
  429. package/dist/types/__VUE/range/index.vue.d.ts +22 -21
  430. package/dist/types/__VUE/range/type.d.ts +1 -5
  431. package/dist/types/__VUE/rate/index.vue.d.ts +28 -55
  432. package/dist/types/__VUE/row/index.vue.d.ts +6 -7
  433. package/dist/types/__VUE/searchbar/index.vue.d.ts +25 -21
  434. package/dist/types/__VUE/searchbar/type.d.ts +1 -5
  435. package/dist/types/__VUE/shortpassword/index.vue.d.ts +10 -44
  436. package/dist/types/__VUE/sidenavbar/index.vue.d.ts +7 -7
  437. package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +6 -7
  438. package/dist/types/__VUE/signature/index.vue.d.ts +13 -9
  439. package/dist/types/__VUE/skeleton/common.d.ts +3 -6
  440. package/dist/types/__VUE/skeleton/index.vue.d.ts +8 -9
  441. package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +3 -14
  442. package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +9 -19
  443. package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +10 -15
  444. package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +6 -17
  445. package/dist/types/__VUE/sku/data.d.ts +22 -0
  446. package/dist/types/__VUE/sku/index.vue.d.ts +21 -21
  447. package/dist/types/__VUE/step/index.vue.d.ts +6 -34
  448. package/dist/types/__VUE/steps/index.vue.d.ts +7 -8
  449. package/dist/types/__VUE/sticky/index.vue.d.ts +9 -9
  450. package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +6 -7
  451. package/dist/types/__VUE/swipe/index.vue.d.ts +8 -7
  452. package/dist/types/__VUE/swiper/index.vue.d.ts +18 -19
  453. package/dist/types/__VUE/swiper/use-touch.d.ts +16 -0
  454. package/dist/types/__VUE/swiperitem/index.vue.d.ts +7 -7
  455. package/dist/types/__VUE/swiperitem/type.d.ts +5 -0
  456. package/dist/types/__VUE/switch/index.vue.d.ts +15 -43
  457. package/dist/types/__VUE/tabbar/index.vue.d.ts +16 -17
  458. package/dist/types/__VUE/tabbaritem/index.vue.d.ts +14 -69
  459. package/dist/types/__VUE/table/common.d.ts +2 -4
  460. package/dist/types/__VUE/table/index.vue.d.ts +7 -8
  461. package/dist/types/__VUE/table/renderColumn.d.ts +11 -5
  462. package/dist/types/__VUE/table/types.d.ts +0 -4
  463. package/dist/types/__VUE/tabpane/index.vue.d.ts +6 -7
  464. package/dist/types/__VUE/tabs/index.vue.d.ts +28 -18
  465. package/dist/types/__VUE/tag/index.vue.d.ts +15 -14
  466. package/dist/types/__VUE/tag/type.d.ts +1 -5
  467. package/dist/types/__VUE/textarea/index.vue.d.ts +15 -16
  468. package/dist/types/__VUE/timedetail/index.vue.d.ts +8 -9
  469. package/dist/types/__VUE/timepannel/index.vue.d.ts +7 -8
  470. package/dist/types/__VUE/timeselect/index.vue.d.ts +6 -7
  471. package/dist/types/__VUE/toast/index.d.ts +1 -5
  472. package/dist/types/__VUE/toast/index.vue.d.ts +19 -18
  473. package/dist/types/__VUE/tour/index.vue.d.ts +195 -0
  474. package/dist/types/__VUE/tour/type.d.ts +2 -0
  475. package/dist/types/__VUE/trendarrow/index.vue.d.ts +7 -40
  476. package/dist/types/__VUE/uploader/index.vue.d.ts +18 -43
  477. package/dist/types/__VUE/uploader/type.d.ts +3 -7
  478. package/dist/types/__VUE/uploader/uploader.d.ts +0 -4
  479. package/dist/types/__VUE/video/index.vue.d.ts +25 -25
  480. package/dist/types/__VUE/watermark/index.vue.d.ts +9 -10
  481. package/dist/types/index.d.ts +113 -7
  482. package/dist/types/locale/index.d.ts +8 -0
  483. package/dist/types/locale/lang/baseLang.d.ts +93 -0
  484. package/dist/types/locale/lang/en-US.d.ts +109 -0
  485. package/dist/types/locale/lang/id-ID.d.ts +109 -0
  486. package/dist/types/locale/lang/zh-CN.d.ts +109 -0
  487. package/dist/types/locale/lang/zh-TW.d.ts +109 -0
  488. package/dist/types/utils/create/component.d.ts +7 -0
  489. package/dist/types/utils/create/index.d.ts +4 -0
  490. package/dist/types/utils/create/mountComponent.d.ts +4 -0
  491. package/dist/types/utils/create/renderIcon.d.ts +4 -0
  492. package/dist/types/utils/date.d.ts +12 -0
  493. package/dist/types/utils/interceptor.d.ts +6 -0
  494. package/dist/types/utils/pxCheck.d.ts +1 -0
  495. package/dist/types/utils/raf.d.ts +4 -0
  496. package/dist/types/utils/throttle.d.ts +2 -0
  497. package/dist/types/utils/unit.d.ts +6 -0
  498. package/dist/types/utils/useExpose/index.d.ts +1 -0
  499. package/dist/types/utils/useLockScroll/index.d.ts +1 -0
  500. package/dist/types/utils/useRect/index.d.ts +17 -0
  501. package/dist/types/utils/useRelation/useInject.d.ts +14 -0
  502. package/dist/types/utils/useRelation/useProvide.d.ts +8 -0
  503. package/dist/types/utils/useRelation/useRelation.d.ts +1 -0
  504. package/dist/types/utils/useRoute/index.d.ts +1 -0
  505. package/dist/types/utils/useScrollParent/index.d.ts +5 -0
  506. package/dist/types/utils/useTaroRect/index.d.ts +10 -0
  507. package/dist/types/utils/useTouch/index.d.ts +18 -0
  508. package/dist/types/utils/util.d.ts +25 -0
  509. package/package.json +43 -35
  510. package/dist/packages/_es/props.js +0 -80
  511. package/dist/packages/locale/lang/baseLang.js +0 -8
  512. package/dist/style.es.js +0 -2
  513. package/dist/styles/animation/icon.scss +0 -245
  514. package/dist/styles/font/config.json +0 -175
  515. package/dist/styles/font/demo.css +0 -539
  516. package/dist/styles/font/demo_index.html +0 -3063
  517. package/dist/styles/font/iconfont.css +0 -515
  518. package/dist/styles/font/iconfont.eot +0 -0
  519. package/dist/styles/font/iconfont.js +0 -66
  520. package/dist/styles/font/iconfont.json +0 -884
  521. package/dist/styles/font/iconfont.svg +0 -356
  522. package/dist/styles/font/iconfont.ttf +0 -0
  523. package/dist/styles/font/iconfont.woff +0 -0
  524. package/dist/styles/font/iconfont.woff2 +0 -0
  525. package/dist/types/__VUE/rate/common.d.ts +0 -149
  526. package/dist/types/__VUE/tabs/common.d.ts +0 -95
  527. package/dist/types/nutui.d.ts +0 -104
@@ -71,22 +71,6 @@
71
71
  "type": "array",
72
72
  "description": "属性说明:已存在地址列表,每个地址对象中,必传值provinceName、cityName、countyName、townName、addressDetail、selectedAddress(字段解释见下),默认值:[]"
73
73
  },
74
- "nut-address/default-icon": {
75
- "type": "string",
76
- "description": "属性说明:已有地址列表默认图标,type=‘exist’ 时生效,默认值:''"
77
- },
78
- "nut-address/selected-icon": {
79
- "type": "string",
80
- "description": "属性说明:已有地址列表选中图标,type=‘exist’ 时生效,默认值:''"
81
- },
82
- "nut-address/close-btn-icon": {
83
- "type": "string",
84
- "description": "属性说明:自定义关闭弹框按钮图标,默认值:-"
85
- },
86
- "nut-address/back-btn-icon": {
87
- "type": "string",
88
- "description": "属性说明:自定义地址与已有地址切换时,自定义返回的按钮图标,默认值:-"
89
- },
90
74
  "nut-address/is-show-custom-address": {
91
75
  "type": "boolean",
92
76
  "description": "属性说明:是否可以切换自定义地址选择,type=‘exist’ 时生效,默认值:true"
@@ -177,23 +161,11 @@
177
161
  },
178
162
  "nut-avatar/color": {
179
163
  "type": "string",
180
- "description": "属性说明:Icon、字符类型头像的颜色,默认值:#666"
164
+ "description": "属性说明:字体颜色,默认值:#666"
181
165
  },
182
166
  "nut-avatar/bg-color": {
183
167
  "type": "string",
184
- "description": "属性说明:Icon、字符类型头像的背景色,默认值:#eee"
185
- },
186
- "nut-avatar/url": {
187
- "type": "string",
188
- "description": "属性说明:图片类型头像的地址,默认值:-"
189
- },
190
- "nut-avatar/alt": {
191
- "type": "string",
192
- "description": "属性说明:图片类型头像无法显示时的替代文本,默认值:-"
193
- },
194
- "nut-avatar/icon": {
195
- "type": "string",
196
- "description": "属性说明:Icon 类型头像图标, 类似 Icon 组件的 name 属性,默认值:-"
168
+ "description": "属性说明:背景色,默认值:#eee"
197
169
  },
198
170
  "nut-backtop/el-id": {
199
171
  "type": "string",
@@ -307,18 +279,6 @@
307
279
  "type": "boolean",
308
280
  "description": "属性说明:是否为块级元素,默认值:`false`"
309
281
  },
310
- "nut-button/icon": {
311
- "type": "string",
312
- "description": "属性说明:按钮图标,同 Icon 组件 name 属性,默认值:-"
313
- },
314
- "nut-button/icon-font-class-name": {
315
- "type": "string",
316
- "description": "属性说明:自定义 icon 字体基础类名,默认值:`nutui-iconfont`"
317
- },
318
- "nut-button/icon-class-prefix ": {
319
- "type": "string",
320
- "description": "属性说明:自定义 icon 类名前缀,用于使用自定义图标,默认值:`nut-icon`"
321
- },
322
282
  "nut-button/loading": {
323
283
  "type": "boolean",
324
284
  "description": "属性说明:按钮 loading 状态,默认值:`false`"
@@ -451,23 +411,23 @@
451
411
  "type": "object",
452
412
  "description": "属性说明:当options为可转换为树形结构的扁平结构时,配置转换规则,默认值:-"
453
413
  },
454
- "nut-cascader/title ": {
414
+ "nut-cascader/title": {
455
415
  "type": "string",
456
416
  "description": "属性说明:标题,默认值:''"
457
417
  },
458
- "nut-cascader/close-icon-position ": {
418
+ "nut-cascader/close-icon-position": {
459
419
  "type": "string",
460
420
  "description": "属性说明:取消按钮位置,继承 Popup 组件,默认值:\"top-right\""
461
421
  },
462
- "nut-cascader/close-icon ": {
422
+ "nut-cascader/close-icon": {
463
423
  "type": "string",
464
424
  "description": "属性说明:自定义关闭按钮,继承 Popup 组件,默认值:\"close\""
465
425
  },
466
- "nut-cascader/closeable ": {
426
+ "nut-cascader/closeable": {
467
427
  "type": "boolean",
468
428
  "description": "属性说明:是否显示关闭按钮,继承 Popup 组件,默认值:true"
469
429
  },
470
- "nut-cascader/poppable ": {
430
+ "nut-cascader/poppable": {
471
431
  "type": "boolean",
472
432
  "description": "属性说明:是否需要弹层展示(设置为false后,title失效),默认值:true"
473
433
  },
@@ -503,26 +463,6 @@
503
463
  "type": "string、number",
504
464
  "description": "属性说明:[图标尺寸](#/zh-CN/component/icon),默认值:`18`"
505
465
  },
506
- "nut-checkbox/icon-name": {
507
- "type": "string",
508
- "description": "属性说明:[图标名称](#/zh-CN/component/icon),选中前(建议和`icon-active-name`一起修改),默认值:`'check-normal'`"
509
- },
510
- "nut-checkbox/icon-active-name": {
511
- "type": "string",
512
- "description": "属性说明:[图标名称](#/zh-CN/component/icon),选中后(建议和`icon-name`一起修改),默认值:`'checked'`"
513
- },
514
- "nut-checkbox/icon-indeterminate-name": {
515
- "type": "string",
516
- "description": "属性说明:[图标名称](#/zh-CN/component/icon),半选状态,默认值:`'check-disabled'`"
517
- },
518
- "nut-checkbox/icon-class-prefix": {
519
- "type": "string",
520
- "description": "属性说明:自定义 icon 类名前缀,用于使用自定义图标,默认值:`nut-icon`"
521
- },
522
- "nut-checkbox/icon-font-class-name": {
523
- "type": "string",
524
- "description": "属性说明:自定义 icon 字体基础类名,默认值:`nutui-iconfont`"
525
- },
526
466
  "nut-checkbox/label": {
527
467
  "type": "string",
528
468
  "description": "属性说明:复选框的文本内容,默认值:-"
@@ -564,46 +504,14 @@
564
504
  "description": "属性说明:当前展开面板的 name,默认值:-"
565
505
  },
566
506
  "nut-collapse/accordion": {
567
- "type": "boolean",
568
- "description": "属性说明:是否开启手风琴模式,默认值:false"
569
- },
570
- "nut-collapse/icon": {
571
- "type": "string",
572
- "description": "属性说明:图标链接/或使用 NutUI 的 icon,默认值:‘’"
573
- },
574
- "nut-collapse/icon-size": {
575
- "type": "string",
576
- "description": "属性说明:图标大小,默认值:16px"
577
- },
578
- "nut-collapse/icon-color": {
579
- "type": "string",
580
- "description": "属性说明:图标颜色,默认值:''"
581
- },
582
- "nut-collapse/title-icon": {
583
- "type": "string",
584
- "description": "属性说明:标题图标链接/或使用 NutUI 的 icon,默认值:‘’"
585
- },
586
- "nut-collapse/title-icon-size": {
587
- "type": "string",
588
- "description": "属性说明:标题图标大小,默认值:16px"
589
- },
590
- "nut-collapse/title-icon-color": {
591
- "type": "string",
592
- "description": "属性说明:标题图标颜色,默认值:’‘"
593
- },
594
- "nut-collapse/title-icon-position": {
595
- "type": "string",
596
- "description": "属性说明:标题图标位置,默认值:‘left'"
597
- },
598
- "nut-collapse/rotate": {
599
- "type": "string \\ number",
600
- "description": "属性说明:点击折叠和展开的旋转角度,在自定义图标模式下生效,默认值:180"
507
+ "type": "_boolean_",
508
+ "description": "属性说明:是否开启手风琴模式,默认值:`false`"
601
509
  },
602
- "nut-comment/headerType": {
510
+ "nut-comment/header-type": {
603
511
  "type": "string",
604
512
  "description": "属性说明:头部样式展示类型,可选: default,complex,默认值:default"
605
513
  },
606
- "nut-comment/imagesRows": {
514
+ "nut-comment/images-rows": {
607
515
  "type": "string",
608
516
  "description": "属性说明:评论图片展示行数,可选: one,multi,默认值:one"
609
517
  },
@@ -651,19 +559,19 @@
651
559
  "type": "string, number",
652
560
  "description": "属性说明:结束时间,默认值:Date.now()"
653
561
  },
654
- "nut-countdown/format ": {
562
+ "nut-countdown/format": {
655
563
  "type": "string",
656
564
  "description": "属性说明:时间格式,默认值:HH:mm:ss"
657
565
  },
658
- "nut-countdown/millisecond ": {
566
+ "nut-countdown/millisecond": {
659
567
  "type": "boolean",
660
568
  "description": "属性说明:是否开启毫秒级渲染,默认值:false"
661
569
  },
662
- "nut-countdown/auto-start ": {
570
+ "nut-countdown/auto-start": {
663
571
  "type": "boolean",
664
572
  "description": "属性说明:是否自动开始倒计时,默认值:true"
665
573
  },
666
- "nut-countdown/time ": {
574
+ "nut-countdown/time": {
667
575
  "type": "string,number",
668
576
  "description": "属性说明:倒计时显示时间,单位是毫秒。autoStart 为 false 时生效,默认值:0"
669
577
  },
@@ -671,14 +579,6 @@
671
579
  "type": "boolean",
672
580
  "description": "属性说明:是否暂停,默认值:false"
673
581
  },
674
- "nut-countdown/show-days": {
675
- "type": "boolean",
676
- "description": "属性说明:是否显示天`v3.1.20(废弃)`,默认值:false"
677
- },
678
- "nut-countdown/show-plain-text": {
679
- "type": "boolean",
680
- "description": "属性说明:显示为纯文本`v3.1.20(废弃)`,默认值:false"
681
- },
682
582
  "nut-countup/init-num": {
683
583
  "type": "number",
684
584
  "description": "属性说明:初始数字,默认值:0"
@@ -755,10 +655,6 @@
755
655
  "type": "date",
756
656
  "description": "属性说明:初始值,默认值:`null`"
757
657
  },
758
- "nut-datepicker/v-model:visible": {
759
- "type": "boolean",
760
- "description": "属性说明:是否可见,默认值:`false`"
761
- },
762
658
  "nut-datepicker/type": {
763
659
  "type": "string",
764
660
  "description": "属性说明:时间类型,可选值 date time year-month month-day datehour,默认值:`'date'`"
@@ -779,11 +675,11 @@
779
675
  "type": "date",
780
676
  "description": "属性说明:结束日期,默认值:`十年后`"
781
677
  },
782
- "nut-datepicker/formatter ": {
678
+ "nut-datepicker/formatter": {
783
679
  "type": "(type: string, option: pickeroption) => pickeroption",
784
680
  "description": "属性说明:选项格式化函数,默认值:"
785
681
  },
786
- "nut-datepicker/filter ": {
682
+ "nut-datepicker/filter": {
787
683
  "type": "(type: string, option: pickeroption) => pickeroption[]",
788
684
  "description": "属性说明:选项过滤函数,默认值:"
789
685
  },
@@ -799,17 +695,25 @@
799
695
  "type": "string",
800
696
  "description": "属性说明:取消按钮文案,默认值:取消"
801
697
  },
802
- "nut-datepicker/three-dimensional ": {
698
+ "nut-datepicker/three-dimensional": {
803
699
  "type": "boolean",
804
700
  "description": "属性说明:是否开启3D效果,默认值:true"
805
701
  },
806
- "nut-datepicker/swipe-duration ": {
702
+ "nut-datepicker/swipe-duration": {
807
703
  "type": "number、string",
808
704
  "description": "属性说明:惯性滚动时长,默认值:1000"
809
705
  },
810
- "nut-datepicker/safe-area-inset-bottom ": {
706
+ "nut-datepicker/visible-option-num": {
707
+ "type": "number | string",
708
+ "description": "属性说明:可见的选项个数,默认值:7"
709
+ },
710
+ "nut-datepicker/option-height": {
711
+ "type": "number | string",
712
+ "description": "属性说明:选项高度,默认值:36"
713
+ },
714
+ "nut-datepicker/show-toolbar": {
811
715
  "type": "boolean",
812
- "description": "属性说明:是否开启 iphone 系列全面屏底部安全区适配,仅当 `position` 为 `bottom` 时有效,默认值:`false`"
716
+ "description": "属性说明:是否显示顶部导航,默认值:true"
813
717
  },
814
718
  "nut-dialog/title": {
815
719
  "type": "string",
@@ -875,11 +779,11 @@
875
779
  "type": "cssproperties",
876
780
  "description": "属性说明:自定义遮罩样式,默认值:-"
877
781
  },
878
- "nut-dialog/popClass ": {
782
+ "nut-dialog/popClass": {
879
783
  "type": "string",
880
784
  "description": "属性说明:自定义popup弹框类名,默认值:-"
881
785
  },
882
- "nut-dialog/popStyle ": {
786
+ "nut-dialog/popStyle": {
883
787
  "type": "cssproperties",
884
788
  "description": "属性说明:自定义popup弹框样式,默认值:-"
885
789
  },
@@ -919,7 +823,7 @@
919
823
  "type": "string",
920
824
  "description": "属性说明:内容位置,可选值为left right,默认值:center"
921
825
  },
922
- "nut-divider/direction ": {
826
+ "nut-divider/direction": {
923
827
  "type": "string",
924
828
  "description": "属性说明:水平还是垂直类型,默认值:'horizontal'"
925
829
  },
@@ -1083,14 +987,6 @@
1083
987
  "type": "number | string",
1084
988
  "description": "属性说明:列数,默认值:`4`"
1085
989
  },
1086
- "nut-grid/icon-size": {
1087
- "type": "number | string",
1088
- "description": "属性说明:图标大小,如 `20px` `2em` `2rem`,默认值:`28px`"
1089
- },
1090
- "nut-grid/icon-color": {
1091
- "type": "string",
1092
- "description": "属性说明:图标颜色,默认值:-"
1093
- },
1094
990
  "nut-grid/border": {
1095
991
  "type": "boolean",
1096
992
  "description": "属性说明:是否显示边框,默认值:`true`"
@@ -1127,21 +1023,13 @@
1127
1023
  "type": "string",
1128
1024
  "description": "属性说明:图标颜色,默认值:-"
1129
1025
  },
1130
- "nut-icon/size": {
1026
+ "nut-icon/width": {
1131
1027
  "type": "string or number",
1132
1028
  "description": "属性说明:图标大小,如 `20px` `2em` `2rem`,默认值:-"
1133
1029
  },
1134
- "nut-icon/font-class-name": {
1135
- "type": "string",
1136
- "description": "属性说明:自定义 icon 字体基础类名,默认值:`nutui-iconfont`"
1137
- },
1138
- "nut-icon/class-prefix": {
1139
- "type": "string",
1140
- "description": "属性说明:自定义 icon 类名前缀,用于使用自定义图标,默认值:`nut-icon`"
1141
- },
1142
- "nut-icon/tag": {
1143
- "type": "string",
1144
- "description": "属性说明:HTML 标签,默认值:`i`"
1030
+ "nut-icon/height": {
1031
+ "type": "string or number",
1032
+ "description": "属性说明:图标大小,如 `20px` `2em` `2rem`,默认值:-"
1145
1033
  },
1146
1034
  "nut-image/src": {
1147
1035
  "type": "string",
@@ -1223,10 +1111,6 @@
1223
1111
  "type": "boolean",
1224
1112
  "description": "属性说明:是否显示关闭图标,默认值:false"
1225
1113
  },
1226
- "nut-imagepreview/close-icon": {
1227
- "type": "string",
1228
- "description": "属性说明:关闭图片名称或图片链接,默认值:‘circle-close’"
1229
- },
1230
1114
  "nut-imagepreview/close-icon-position": {
1231
1115
  "type": "string",
1232
1116
  "description": "属性说明:关闭图标位置,可选值:top-left,默认值:‘top-right’"
@@ -1267,6 +1151,10 @@
1267
1151
  "type": "boolean",
1268
1152
  "description": "属性说明:单数前面是否补0,默认值:true"
1269
1153
  },
1154
+ "nut-infiniteloading/v-model": {
1155
+ "type": "boolean",
1156
+ "description": "属性说明:是否触发滚动加载,默认值:`false`"
1157
+ },
1270
1158
  "nut-infiniteloading/has-more": {
1271
1159
  "type": "boolean",
1272
1160
  "description": "属性说明:是否还有更多数据,默认值:`true`"
@@ -1275,38 +1163,14 @@
1275
1163
  "type": "number",
1276
1164
  "description": "属性说明:滚动条与底部距离小于 threshold 时触发 loadMore 事件,默认值:`200`"
1277
1165
  },
1278
- "nut-infiniteloading/use-window": {
1279
- "type": "boolean",
1280
- "description": "属性说明:将滚动侦听器添加到 window 否则侦听组件的父节点,默认值:`true`"
1281
- },
1282
1166
  "nut-infiniteloading/use-capture": {
1283
1167
  "type": "boolean",
1284
1168
  "description": "属性说明:是否使用捕获模式 true 捕获 false 冒泡,默认值:`false`"
1285
1169
  },
1286
- "nut-infiniteloading/container-id": {
1287
- "type": "string",
1288
- "description": "属性说明:在 useWindow 属性为 false 的时候,自定义设置节点ID,默认值:`''`"
1289
- },
1290
1170
  "nut-infiniteloading/load-more-txt": {
1291
1171
  "type": "string",
1292
1172
  "description": "属性说明:“没有更多数”据展示文案,默认值:`'哎呀,这里是底部了啦'`"
1293
1173
  },
1294
- "nut-infiniteloading/is-open-refresh": {
1295
- "type": "boolean",
1296
- "description": "属性说明:是否开启下拉刷新,默认值:`false`"
1297
- },
1298
- "nut-infiniteloading/pull-icon": {
1299
- "type": "string",
1300
- "description": "属性说明:下拉刷新[图标名称](#/zh-CN/component/icon),默认值:<img src=\"https://img10.360buyimg.com/imagetools/jfs/t1/169863/6/4565/6306/60125948E7e92774e/40b3a0cf42852bcb.png\" width=40/>"
1301
- },
1302
- "nut-infiniteloading/pull-txt": {
1303
- "type": "string",
1304
- "description": "属性说明:下拉刷新提示文案,默认值:`松手刷新`"
1305
- },
1306
- "nut-infiniteloading/load-icon": {
1307
- "type": "string",
1308
- "description": "属性说明:上拉加载[图标名称](#/zh-CN/component/icon),默认值:<img src=\"https://img10.360buyimg.com/imagetools/jfs/t1/169863/6/4565/6306/60125948E7e92774e/40b3a0cf42852bcb.png\" width=40 />"
1309
- },
1310
1174
  "nut-infiniteloading/load-txt": {
1311
1175
  "type": "string",
1312
1176
  "description": "属性说明:上拉加载提示文案,默认值:`加载中...`"
@@ -1317,40 +1181,16 @@
1317
1181
  },
1318
1182
  "nut-input/type": {
1319
1183
  "type": "string",
1320
- "description": "属性说明:输入框类型,支持原生 `input` 标签的所有 `type` 属性,另外还支持 `textarea` `number` `digit`,默认值:`text`"
1184
+ "description": "属性说明:输入框类型,支持原生 `input` 标签的所有 `type` 属性,另外还支持 `number` `digit`,默认值:`text`"
1321
1185
  },
1322
1186
  "nut-input/placeholder": {
1323
1187
  "type": "string",
1324
1188
  "description": "属性说明:输入框为空时占位符,默认值:-"
1325
1189
  },
1326
- "nut-input/label": {
1327
- "type": "string",
1328
- "description": "属性说明:左侧文本,默认值:-"
1329
- },
1330
- "nut-input/label-class": {
1331
- "type": "string",
1332
- "description": "属性说明:左侧文本额外类名,默认值:-"
1333
- },
1334
- "nut-input/label-width": {
1335
- "type": "string、number",
1336
- "description": "属性说明:左侧文本宽度,默认单位为 `px`,默认值:`80`"
1337
- },
1338
- "nut-input/label-align": {
1339
- "type": "string",
1340
- "description": "属性说明:左侧文本对齐方式,可选值 `left`、`center`、`right`,默认值:`left`"
1341
- },
1342
1190
  "nut-input/input-align": {
1343
1191
  "type": "string",
1344
1192
  "description": "属性说明:输入框内容对齐方式,可选值 `left`、`center`、`right`,默认值:`left`"
1345
1193
  },
1346
- "nut-input/colon": {
1347
- "type": "boolean",
1348
- "description": "属性说明:是否在 label 后面添加冒号,默认值:`false`"
1349
- },
1350
- "nut-input/required": {
1351
- "type": "boolean",
1352
- "description": "属性说明:左侧*号是否展示,默认值:`false`"
1353
- },
1354
1194
  "nut-input/border": {
1355
1195
  "type": "boolean",
1356
1196
  "description": "属性说明:是否显示下边框,默认值:`true`"
@@ -1375,30 +1215,10 @@
1375
1215
  "type": "boolean",
1376
1216
  "description": "属性说明:展示清除 Icon,默认值:`false`"
1377
1217
  },
1378
- "nut-input/clear-icon": {
1379
- "type": "string",
1380
- "description": "属性说明:清除图标 Icon 名称或图片链接,[可参考 Icon 组件的 name 属性](#/zh-CN/component/icon),默认值:`mask-close`"
1381
- },
1382
1218
  "nut-input/clear-size": {
1383
1219
  "type": "string",
1384
1220
  "description": "属性说明:清除图标的 `font-size` 大小,默认值:`14`"
1385
1221
  },
1386
- "nut-input/left-icon": {
1387
- "type": "string",
1388
- "description": "属性说明:左侧 Icon 名称或图片链接,[可参考 Icon 组件的 name 属性](#/zh-CN/component/icon),默认值:-"
1389
- },
1390
- "nut-input/right-icon": {
1391
- "type": "string",
1392
- "description": "属性说明:右侧 Icon 名称或图片链接,[可参考 Icon 组件的 name 属性](#/zh-CN/component/icon),默认值:-"
1393
- },
1394
- "nut-input/left-icon-size": {
1395
- "type": "string",
1396
- "description": "属性说明:左侧 Icon 的 `font-size` 大小,默认值:`14`"
1397
- },
1398
- "nut-input/right-icon-size": {
1399
- "type": "string",
1400
- "description": "属性说明:右侧 Icon 的 `font-size` 大小,默认值:`14`"
1401
- },
1402
1222
  "nut-input/show-word-limit": {
1403
1223
  "type": "boolean",
1404
1224
  "description": "属性说明:是否显示限制最长输入字符,需要设置 `max-length` 属性,默认值:`false`"
@@ -1407,14 +1227,6 @@
1407
1227
  "type": "boolean",
1408
1228
  "description": "属性说明:是否标红,默认值:`false`"
1409
1229
  },
1410
- "nut-input/error-message": {
1411
- "type": "string、number",
1412
- "description": "属性说明:底部错误提示文案,为空时不展示,默认值:-"
1413
- },
1414
- "nut-input/error-message-align": {
1415
- "type": "string",
1416
- "description": "属性说明:底部错误提示文案对齐方式,可选值 `left`、`center`、`right`,默认值:-"
1417
- },
1418
1230
  "nut-input/formatter": {
1419
1231
  "type": "`(val: string) => string`",
1420
1232
  "description": "属性说明:输入内容格式化函数,默认值:-"
@@ -1423,18 +1235,10 @@
1423
1235
  "type": "string",
1424
1236
  "description": "属性说明:格式化函数触发的时机,可选值为 `onChange`、`onBlur`,默认值:-"
1425
1237
  },
1426
- "nut-input/confirm-type ": {
1238
+ "nut-input/confirm-type": {
1427
1239
  "type": "string",
1428
1240
  "description": "属性说明:键盘右下角按钮的文字,仅在`type='text'`时生效,可选值 `send`:发送、`search`:搜索、`next`:下一个、`go`:前往、`done`:完成,默认值:`done`"
1429
1241
  },
1430
- "nut-input/adjust-position": {
1431
- "type": "boolean",
1432
- "description": "属性说明:键盘弹起时,是否自动上推页面(`仅支持小程序`),默认值:`true`"
1433
- },
1434
- "nut-input/always-system": {
1435
- "type": "boolean",
1436
- "description": "属性说明:是否强制使用系统键盘和 Web-view 创建的 input 元素。为 true 时,`confirm-type`、`confirm-hold` 可能失效(`仅支持小程序`),默认值:`false`"
1437
- },
1438
1242
  "nut-inputnumber/v-model": {
1439
1243
  "type": "string、number",
1440
1244
  "description": "属性说明:初始值,默认值:-"
@@ -1471,22 +1275,6 @@
1471
1275
  "type": "boolean",
1472
1276
  "description": "属性说明:只读状态禁用输入框操作行为,默认值:false"
1473
1277
  },
1474
- "nut-inputnumber/icon-left ": {
1475
- "type": "string",
1476
- "description": "属性说明:左侧操作符图标名,同 Icon 组件 name 属性,默认值:`minus`"
1477
- },
1478
- "nut-inputnumber/icon-right ": {
1479
- "type": "string",
1480
- "description": "属性说明:右侧操作符图标名,同 Icon 组件 name 属性,默认值:`plus`"
1481
- },
1482
- "nut-inputnumber/font-class-name ": {
1483
- "type": "string",
1484
- "description": "属性说明:自定义icon 字体基础类名,默认值:`nutui-iconfont`"
1485
- },
1486
- "nut-inputnumber/class-prefix ": {
1487
- "type": "string",
1488
- "description": "属性说明:自定义icon 类名前缀,用于使用自定义图标,默认值:`nut-icon`"
1489
- },
1490
1278
  "nut-invoice/data": {
1491
1279
  "type": "array",
1492
1280
  "description": "属性说明:发票数据,默认值:-"
@@ -1527,7 +1315,7 @@
1527
1315
  "type": "any[]",
1528
1316
  "description": "属性说明:列表数据,默认值:`[]`"
1529
1317
  },
1530
- "nut-list/container-height ": {
1318
+ "nut-list/container-height": {
1531
1319
  "type": "number",
1532
1320
  "description": "属性说明:容器高度(最大值不能超过可视区),默认值:`可视区高度`"
1533
1321
  },
@@ -1535,31 +1323,27 @@
1535
1323
  "type": "string",
1536
1324
  "description": "属性说明:选项的选中态图标颜色,默认值:#F2270C"
1537
1325
  },
1538
- "nut-menu/close-on-click-overlay ": {
1326
+ "nut-menu/close-on-click-overlay": {
1539
1327
  "type": "boolean",
1540
1328
  "description": "属性说明:是否在点击遮罩层后关闭菜单,默认值:true"
1541
1329
  },
1542
- "nut-menu/scroll-fixed ": {
1330
+ "nut-menu/scroll-fixed": {
1543
1331
  "type": "boolean、string、number",
1544
1332
  "description": "属性说明:滚动后是否固定,可设置固定位置,默认值:false"
1545
1333
  },
1546
- "nut-menu/title-class ": {
1334
+ "nut-menu/title-class": {
1547
1335
  "type": "string",
1548
1336
  "description": "属性说明:自定义标题样式类,默认值:-"
1549
1337
  },
1550
- "nut-menu/lock-scroll ": {
1338
+ "nut-menu/lock-scroll": {
1551
1339
  "type": "boolean",
1552
1340
  "description": "属性说明:背景是否锁定,默认值:true"
1553
1341
  },
1554
- "nut-menu/title-icon ": {
1555
- "type": "string",
1556
- "description": "属性说明:自定义标题图标,默认值:-"
1557
- },
1558
1342
  "nut-navbar/title": {
1559
1343
  "type": "string",
1560
1344
  "description": "属性说明:标题名称,默认值:-"
1561
1345
  },
1562
- "nut-navbar/left-text ": {
1346
+ "nut-navbar/left-text": {
1563
1347
  "type": "string",
1564
1348
  "description": "属性说明:左侧文案,默认值:-"
1565
1349
  },
@@ -1571,11 +1355,11 @@
1571
1355
  "type": "boolean",
1572
1356
  "description": "属性说明:是否展示左侧箭头,默认值:false"
1573
1357
  },
1574
- "nut-navbar/tit-icon": {
1575
- "type": "string",
1576
- "description": "属性说明:标题中插入icon,默认值:-"
1358
+ "nut-navbar/title-icon": {
1359
+ "type": "boolean",
1360
+ "description": "属性说明:标题中是否展示icon,默认值:false"
1577
1361
  },
1578
- "nut-navbar/border ": {
1362
+ "nut-navbar/border": {
1579
1363
  "type": "boolean",
1580
1364
  "description": "属性说明:是否显示下边框,默认值:false"
1581
1365
  },
@@ -1583,7 +1367,7 @@
1583
1367
  "type": "boolean",
1584
1368
  "description": "属性说明:是否固定到顶部,默认值:false"
1585
1369
  },
1586
- "nut-navbar/placeholder ": {
1370
+ "nut-navbar/placeholder": {
1587
1371
  "type": "boolean",
1588
1372
  "description": "属性说明:固定在顶部时,是否在标签位置生成一个等高的占位元素,默认值:false"
1589
1373
  },
@@ -1591,7 +1375,7 @@
1591
1375
  "type": "boolean",
1592
1376
  "description": "属性说明:是否开启顶部安全区适配,默认值:false"
1593
1377
  },
1594
- "nut-navbar/z-index ": {
1378
+ "nut-navbar/z-index": {
1595
1379
  "type": "number | string",
1596
1380
  "description": "属性说明:导航栏 z-index,默认值:-"
1597
1381
  },
@@ -1635,7 +1419,7 @@
1635
1419
  "type": "number",
1636
1420
  "description": "属性说明:滚动速率 (px/s),默认值:50"
1637
1421
  },
1638
- "nut-noticebar/wrapable ": {
1422
+ "nut-noticebar/wrapable": {
1639
1423
  "type": "boolean",
1640
1424
  "description": "属性说明:是否开启文本换行,默认值:false"
1641
1425
  },
@@ -1671,6 +1455,10 @@
1671
1455
  "type": "boolean",
1672
1456
  "description": "属性说明:是否显示键盘,默认值:false"
1673
1457
  },
1458
+ "nut-numberkeyboard/v-model": {
1459
+ "type": "string",
1460
+ "description": "属性说明:当前输入值,默认值:-"
1461
+ },
1674
1462
  "nut-numberkeyboard/title": {
1675
1463
  "type": "string",
1676
1464
  "description": "属性说明:键盘标题,默认值:-"
@@ -1691,10 +1479,6 @@
1691
1479
  "type": "boolean",
1692
1480
  "description": "属性说明:是否显示遮罩,默认值:true"
1693
1481
  },
1694
- "nut-numberkeyboard/v-model:value": {
1695
- "type": "string",
1696
- "description": "属性说明:当前输入值,默认值:-"
1697
- },
1698
1482
  "nut-numberkeyboard/maxlength": {
1699
1483
  "type": "number | string",
1700
1484
  "description": "属性说明:输入值最大长度,结合 v-model 使用,默认值:6"
@@ -1703,10 +1487,6 @@
1703
1487
  "type": "string",
1704
1488
  "description": "属性说明:自定义完成按钮文字,如\"支付\",\"下一步\",\"提交\"等,默认值:完成"
1705
1489
  },
1706
- "nut-numberkeyboard/teleport": {
1707
- "type": "string",
1708
- "description": "属性说明:指定挂载节点(`小程序不支持`),默认值:`\"body\"`"
1709
- },
1710
1490
  "nut-numberkeyboard/pop-class": {
1711
1491
  "type": "string",
1712
1492
  "description": "属性说明:自定义弹框类名,默认值:-"
@@ -1779,10 +1559,6 @@
1779
1559
  "type": "array",
1780
1560
  "description": "属性说明:默认选中项,默认值:[]"
1781
1561
  },
1782
- "nut-picker/v-model:visible": {
1783
- "type": "boolean",
1784
- "description": "属性说明:是否可见,默认值:-"
1785
- },
1786
1562
  "nut-picker/columns": {
1787
1563
  "type": "array",
1788
1564
  "description": "属性说明:对象数组,配置每一列显示的数据,默认值:-"
@@ -1807,17 +1583,21 @@
1807
1583
  "type": "number、string",
1808
1584
  "description": "属性说明:惯性滚动时长,默认值:1000"
1809
1585
  },
1810
- "nut-picker/safe-area-inset-bottom ": {
1586
+ "nut-picker/safe-area-inset-bottom": {
1811
1587
  "type": "boolean",
1812
1588
  "description": "属性说明:是否开启 iphone 系列全面屏底部安全区适配,仅当 `position` 为 `bottom` 时有效,默认值:`false`"
1813
1589
  },
1814
- "nut-picker/show-ok-text ": {
1815
- "type": "boolean",
1816
- "description": "属性说明:是否展示确定按钮,默认值:`true`"
1590
+ "nut-picker/visible-option-num": {
1591
+ "type": "number | string",
1592
+ "description": "属性说明:可见的选项个数,默认值:7"
1817
1593
  },
1818
- "nut-picker/show-cancel-text ": {
1594
+ "nut-picker/option-height": {
1595
+ "type": "number | string",
1596
+ "description": "属性说明:选项高度,默认值:36"
1597
+ },
1598
+ "nut-picker/show-toolbar": {
1819
1599
  "type": "boolean",
1820
- "description": "属性说明:是否展示取消按钮,默认值:`true`"
1600
+ "description": "属性说明:是否显示顶部导航,默认值:true"
1821
1601
  },
1822
1602
  "nut-popover/list": {
1823
1603
  "type": "list[]",
@@ -1835,59 +1615,59 @@
1835
1615
  "type": "string",
1836
1616
  "description": "属性说明:弹出位置,默认值:`bottom`"
1837
1617
  },
1838
- "nut-popover/offset ": {
1618
+ "nut-popover/offset": {
1839
1619
  "type": "[number, number]",
1840
1620
  "description": "属性说明:出现位置的偏移量,默认值:[0, 12]"
1841
1621
  },
1842
- "nut-popover/show-arrow ": {
1622
+ "nut-popover/show-arrow": {
1843
1623
  "type": "boolean",
1844
1624
  "description": "属性说明:是否显示小箭头,默认值:true"
1845
1625
  },
1846
- "nut-popover/custom-class ": {
1626
+ "nut-popover/custom-class": {
1847
1627
  "type": "string",
1848
1628
  "description": "属性说明:自定义 class 值,默认值:''"
1849
1629
  },
1850
- "nut-popover/duration ": {
1630
+ "nut-popover/duration": {
1851
1631
  "type": "[number, number]",
1852
1632
  "description": "属性说明:动画时长,默认值:0.3"
1853
1633
  },
1854
- "nut-popover/iconPrefix ": {
1634
+ "nut-popover/iconPrefix": {
1855
1635
  "type": "string",
1856
1636
  "description": "属性说明:图标自定义类值,等同于 Icon 组件的[ class-prefix 属性](https://nutui.jd.com/#/zh-CN/component/icon),默认值:'nut-icon''"
1857
1637
  },
1858
- "nut-popover/overlay ": {
1638
+ "nut-popover/overlay": {
1859
1639
  "type": "boolean",
1860
1640
  "description": "属性说明:是否显示遮罩层,默认值:false"
1861
1641
  },
1862
- "nut-popover/overlay-class ": {
1642
+ "nut-popover/overlay-class": {
1863
1643
  "type": "string",
1864
1644
  "description": "属性说明:自定义遮罩层类名,默认值:''"
1865
1645
  },
1866
- "nut-popover/overlay-style ": {
1646
+ "nut-popover/overlay-style": {
1867
1647
  "type": "string",
1868
1648
  "description": "属性说明:自定义遮罩层样式,默认值:''"
1869
1649
  },
1870
- "nut-popover/close-on-click-overlay ": {
1650
+ "nut-popover/close-on-click-overlay": {
1871
1651
  "type": "boolean",
1872
1652
  "description": "属性说明:是否在点击遮罩层后关闭菜单,默认值:true"
1873
1653
  },
1874
- "nut-popover/close-on-click-action ": {
1654
+ "nut-popover/close-on-click-action": {
1875
1655
  "type": "boolean",
1876
1656
  "description": "属性说明:是否在点击选项后关闭,默认值:true"
1877
1657
  },
1878
- "nut-popover/close-on-click-outside ": {
1658
+ "nut-popover/close-on-click-outside": {
1879
1659
  "type": "boolean",
1880
1660
  "description": "属性说明:是否在点击外部元素后关闭菜单,默认值:true"
1881
1661
  },
1882
- "nut-popover/bg-color ": {
1662
+ "nut-popover/bg-color": {
1883
1663
  "type": "string",
1884
1664
  "description": "属性说明:自定义背景色,默认值:-"
1885
1665
  },
1886
- "nut-popover/target-id ": {
1666
+ "nut-popover/target-id": {
1887
1667
  "type": "string",
1888
1668
  "description": "属性说明:自定义目标元素 id,默认值:-"
1889
1669
  },
1890
- "nut-popover/arrow-offset ": {
1670
+ "nut-popover/arrow-offset": {
1891
1671
  "type": "number",
1892
1672
  "description": "属性说明:小箭头的偏移量,默认值:0"
1893
1673
  },
@@ -1939,10 +1719,6 @@
1939
1719
  "type": "string",
1940
1720
  "description": "属性说明:关闭按钮位置(top-left,top-right,bottom-left,bottom-right),默认值:`\"top-right\"`"
1941
1721
  },
1942
- "nut-popup/close-icon": {
1943
- "type": "string",
1944
- "description": "属性说明:[图标名称](#/zh-CN/component/icon) 或图片链接,默认值:`\"close\"`"
1945
- },
1946
1722
  "nut-popup/destroy-on-close": {
1947
1723
  "type": "boolean",
1948
1724
  "description": "属性说明:弹层关闭后 `slot`内容会不会清空,默认值:`true`"
@@ -1953,13 +1729,13 @@
1953
1729
  },
1954
1730
  "nut-popup/teleport": {
1955
1731
  "type": "string",
1956
- "description": "属性说明:指定挂载节点(`小程序不支持`),默认值:`\"body\"`"
1732
+ "description": "属性说明:指定挂载节点,默认值:`\"body\"`"
1957
1733
  },
1958
- "nut-popup/teleport-disable ": {
1734
+ "nut-popup/teleport-disable": {
1959
1735
  "type": "boolean",
1960
- "description": "属性说明:是否允许挂载节点(`小程序不支持`),默认值:`false`"
1736
+ "description": "属性说明:是否允许挂载节点,默认值:`false`"
1961
1737
  },
1962
- "nut-popup/safe-area-inset-bottom ": {
1738
+ "nut-popup/safe-area-inset-bottom": {
1963
1739
  "type": "boolean",
1964
1740
  "description": "属性说明:是否开启 iphone 系列全面屏底部安全区适配,仅当 `position` 为 `bottom` 时有效,默认值:`false`"
1965
1741
  },
@@ -1976,7 +1752,7 @@
1976
1752
  "description": "属性说明:符号类型,默认值:&yen;"
1977
1753
  },
1978
1754
  "nut-price/decimal-digits": {
1979
- "type": "number | string",
1755
+ "type": "number",
1980
1756
  "description": "属性说明:小数位位数,默认值:2"
1981
1757
  },
1982
1758
  "nut-price/thousands": {
@@ -1991,10 +1767,6 @@
1991
1767
  "type": "string",
1992
1768
  "description": "属性说明:价格尺寸,`large`、`normal`、`small`,默认值:large"
1993
1769
  },
1994
- "nut-price/strike-through": {
1995
- "type": "boolean",
1996
- "description": "属性说明:是否展示划线价,默认值:false"
1997
- },
1998
1770
  "nut-progress/percentage": {
1999
1771
  "type": "number",
2000
1772
  "description": "属性说明:百分比,默认值:0"
@@ -2035,37 +1807,49 @@
2035
1807
  "type": "string",
2036
1808
  "description": "属性说明:进度条当前状态,active(展示动画效果)/icon(展示icon标签),默认值:text"
2037
1809
  },
2038
- "nut-progress/icon-name": {
2039
- "type": "string",
2040
- "description": "属性说明:icon名称,默认值:checked"
1810
+ "nut-pullrefresh/v-model": {
1811
+ "type": "boolean",
1812
+ "description": "属性说明:是否触发下拉刷新,默认值:`false`"
2041
1813
  },
2042
- "nut-progress/icon-color": {
2043
- "type": "string",
2044
- "description": "属性说明:icon颜色,默认值:#439422"
1814
+ "nut-pullrefresh/pull-distance": {
1815
+ "type": "number | string",
1816
+ "description": "属性说明:触发下拉刷新的距离,默认值:`50`"
2045
1817
  },
2046
- "nut-radio/disabled": {
2047
- "type": "boolean",
2048
- "description": "属性说明:是否禁用选择,默认值:`false`"
1818
+ "nut-pullrefresh/head-height": {
1819
+ "type": "number | string",
1820
+ "description": "属性说明:顶部内容高度,默认值:`50`"
2049
1821
  },
2050
- "nut-radio/icon-size": {
2051
- "type": "string、number",
2052
- "description": "属性说明:[图标尺寸](#/zh-CN/component/icon),默认值:`18`"
1822
+ "nut-pullrefresh/loading-icon": {
1823
+ "type": "string",
1824
+ "description": "属性说明:加载中状态时,loading 图标。为空表示去掉,默认值:`loading`"
2053
1825
  },
2054
- "nut-radio/icon-name": {
1826
+ "nut-pullrefresh/pulling-txt": {
2055
1827
  "type": "string",
2056
- "description": "属性说明:[图标名称](#/zh-CN/component/icon),选中前(建议和`icon-active-name`一起修改),默认值:`'check-normal'`"
1828
+ "description": "属性说明:下拉过程提示文案,默认值:`下拉刷新`"
2057
1829
  },
2058
- "nut-radio/icon-active-name": {
1830
+ "nut-pullrefresh/loosing-txt": {
2059
1831
  "type": "string",
2060
- "description": "属性说明:[图标名称](#/zh-CN/component/icon),选中后(建议和`icon-name`一起修改),默认值:`'check-checked'`"
1832
+ "description": "属性说明:释放过程提示文案,默认值:`释放刷新`"
2061
1833
  },
2062
- "nut-radio/icon-class-prefix": {
1834
+ "nut-pullrefresh/loading-txt": {
2063
1835
  "type": "string",
2064
- "description": "属性说明:自定义 icon 类名前缀,用于使用自定义图标,默认值:`nut-icon`"
1836
+ "description": "属性说明:加载过程提示文案,默认值:`加载中...`"
2065
1837
  },
2066
- "nut-radio/icon-font-class-name": {
1838
+ "nut-pullrefresh/complete-txt": {
2067
1839
  "type": "string",
2068
- "description": "属性说明:自定义 icon 字体基础类名,默认值:`nutui-iconfont`"
1840
+ "description": "属性说明:刷新成功提示文案,默认值:''"
1841
+ },
1842
+ "nut-pullrefresh/duration": {
1843
+ "type": "number",
1844
+ "description": "属性说明:动画加载时长,默认值:0.3"
1845
+ },
1846
+ "nut-radio/disabled": {
1847
+ "type": "boolean",
1848
+ "description": "属性说明:是否禁用选择,默认值:`false`"
1849
+ },
1850
+ "nut-radio/icon-size": {
1851
+ "type": "string、number",
1852
+ "description": "属性说明:[图标尺寸](#/zh-CN/component/icon),默认值:`18`"
2069
1853
  },
2070
1854
  "nut-radio/label": {
2071
1855
  "type": "string、number、boolean",
@@ -2135,10 +1919,6 @@
2135
1919
  "type": "number",
2136
1920
  "description": "属性说明:star 总数,默认值:5"
2137
1921
  },
2138
- "nut-rate/icon-size": {
2139
- "type": "number",
2140
- "description": "属性说明:star 大小,默认值:18"
2141
- },
2142
1922
  "nut-rate/active-color": {
2143
1923
  "type": "string",
2144
1924
  "description": "属性说明:图标选中颜色,默认值:#fa200c"
@@ -2147,22 +1927,6 @@
2147
1927
  "type": "string",
2148
1928
  "description": "属性说明:图标未选中颜色,默认值:#ccc"
2149
1929
  },
2150
- "nut-rate/unchecked-icon": {
2151
- "type": "string",
2152
- "description": "属性说明:使用图标(未选中)[图标名称](#/zh-CN/component/icon),默认值:star-n"
2153
- },
2154
- "nut-rate/checked-icon": {
2155
- "type": "string",
2156
- "description": "属性说明:使用图标(选中)[图标名称](#/zh-CN/component/icon),默认值:star-fill-n"
2157
- },
2158
- "nut-rate/font-class-name": {
2159
- "type": "string",
2160
- "description": "属性说明:自定义icon 字体基础类名,默认值:`nutui-iconfont`"
2161
- },
2162
- "nut-rate/class-prefix": {
2163
- "type": "string",
2164
- "description": "属性说明:自定义icon 类名前缀,用于使用自定义图标,默认值:`nut-icon`"
2165
- },
2166
1930
  "nut-rate/allow-half": {
2167
1931
  "type": "boolean",
2168
1932
  "description": "属性说明:是否半星,默认值:false"
@@ -2179,7 +1943,7 @@
2179
1943
  "type": "number",
2180
1944
  "description": "属性说明:间距,默认值:20"
2181
1945
  },
2182
- "nut-rate/touchable ": {
1946
+ "nut-rate/touchable": {
2183
1947
  "type": "boolean",
2184
1948
  "description": "属性说明:是否可以通过滑动手势选择评分,默认值:true"
2185
1949
  },
@@ -2187,7 +1951,7 @@
2187
1951
  "type": "number / string",
2188
1952
  "description": "属性说明:当前输入的值,默认值:''"
2189
1953
  },
2190
- "nut-searchbar/label ": {
1954
+ "nut-searchbar/label": {
2191
1955
  "type": "string",
2192
1956
  "description": "属性说明:搜索框左侧文本,默认值:''"
2193
1957
  },
@@ -2211,7 +1975,7 @@
2211
1975
  "type": "boolean",
2212
1976
  "description": "属性说明:是否展示清除按钮,默认值:true"
2213
1977
  },
2214
- "nut-searchbar/clear-icon ": {
1978
+ "nut-searchbar/clear-icon": {
2215
1979
  "type": "string",
2216
1980
  "description": "属性说明:自定义清除按钮图标,默认值:\"circle-close\""
2217
1981
  },
@@ -2223,27 +1987,23 @@
2223
1987
  "type": "string",
2224
1988
  "description": "属性说明:输入框内部背景,默认值:'#f7f7f7'"
2225
1989
  },
2226
- "nut-searchbar/confirm-type": {
2227
- "type": "string",
2228
- "description": "属性说明:键盘右下角按钮的文字(`仅支持小程序`),仅在`type='text'`时生效,可选值 `send`:发送、`search`:搜索、`next`:下一个、`go`:前往、`done`:完成,默认值:`done`"
2229
- },
2230
- "nut-searchbar/autofocus ": {
1990
+ "nut-searchbar/autofocus": {
2231
1991
  "type": "boolean",
2232
1992
  "description": "属性说明:是否自动聚焦,默认值:false"
2233
1993
  },
2234
- "nut-searchbar/focus-style ": {
1994
+ "nut-searchbar/focus-style": {
2235
1995
  "type": "object",
2236
1996
  "description": "属性说明:聚焦时搜索框样式,默认值:-"
2237
1997
  },
2238
- "nut-searchbar/disabled ": {
1998
+ "nut-searchbar/disabled": {
2239
1999
  "type": "boolean",
2240
2000
  "description": "属性说明:是否禁用输入框,默认值:false"
2241
2001
  },
2242
- "nut-searchbar/readonly ": {
2002
+ "nut-searchbar/readonly": {
2243
2003
  "type": "boolean",
2244
2004
  "description": "属性说明:输入框只读,默认值:false"
2245
2005
  },
2246
- "nut-searchbar/input-align ": {
2006
+ "nut-searchbar/input-align": {
2247
2007
  "type": "string",
2248
2008
  "description": "属性说明:对齐方式,可选`center` `right`,默认值:`left`"
2249
2009
  },
@@ -2271,10 +2031,6 @@
2271
2031
  "type": "boolean",
2272
2032
  "description": "属性说明:是否点击遮罩关闭,默认值:true"
2273
2033
  },
2274
- "nut-shortpassword/no-button": {
2275
- "type": "boolean",
2276
- "description": "属性说明:是否隐藏底部按钮,默认值:true"
2277
- },
2278
2034
  "nut-shortpassword/length": {
2279
2035
  "type": "string、number",
2280
2036
  "description": "属性说明:密码长度,取值为4~6,默认值:6"
@@ -2421,16 +2177,12 @@
2421
2177
  },
2422
2178
  "nut-sticky/container": {
2423
2179
  "type": "element",
2424
- "description": "属性说明:容器的 `HTML` 节点, 在小程序环境下需要同时指定 `id`,默认值:-"
2180
+ "description": "属性说明:容器的 `HTML` 节点,默认值:-"
2425
2181
  },
2426
2182
  "nut-sticky/z-index": {
2427
2183
  "type": "number",
2428
2184
  "description": "属性说明:吸附时的层级,默认值:`2000`"
2429
2185
  },
2430
- "nut-sticky/parent-height": {
2431
- "type": "number",
2432
- "description": "属性说明:设置粘性元素父级高度,默认值:`667`"
2433
- },
2434
2186
  "nut-swipe/name": {
2435
2187
  "type": "string",
2436
2188
  "description": "属性说明:唯一标识,默认值:-"
@@ -2449,11 +2201,11 @@
2449
2201
  },
2450
2202
  "nut-swiper/width": {
2451
2203
  "type": "number、string",
2452
- "description": "属性说明:轮播卡片的宽度,默认值:`auto`"
2204
+ "description": "属性说明:轮播卡片的宽度,默认值:window.innerWidth"
2453
2205
  },
2454
2206
  "nut-swiper/height": {
2455
2207
  "type": "string、number",
2456
- "description": "属性说明:轮播卡片的高度,默认值:`auto`"
2208
+ "description": "属性说明:轮播卡片的高度,默认值:0"
2457
2209
  },
2458
2210
  "nut-swiper/direction": {
2459
2211
  "type": "string",
@@ -2487,11 +2239,11 @@
2487
2239
  "type": "boolean",
2488
2240
  "description": "属性说明:是否可触摸滑动,默认值:true"
2489
2241
  },
2490
- "nut-swiper/is-prevent-default": {
2242
+ "nut-swiper/is-preventDefault": {
2491
2243
  "type": "boolean",
2492
2244
  "description": "属性说明:滑动过程中是否禁用默认事件,默认值:true"
2493
2245
  },
2494
- "nut-swiper/is-stop-propagation": {
2246
+ "nut-swiper/is-stopPropagation": {
2495
2247
  "type": "boolean",
2496
2248
  "description": "属性说明:滑动过程中是否禁止冒泡,默认值:true"
2497
2249
  },
@@ -2511,18 +2263,6 @@
2511
2263
  "type": "boolean",
2512
2264
  "description": "属性说明:加载状态,默认值:`false`"
2513
2265
  },
2514
- "nut-switch/name": {
2515
- "type": "string",
2516
- "description": "属性说明:[图标名称](#/zh-CN/component/icon),默认值:`loading`"
2517
- },
2518
- "nut-switch/color": {
2519
- "type": "string",
2520
- "description": "属性说明:[图标颜色](#/zh-CN/component/icon),仅在`loading`状态下生效,默认值:-"
2521
- },
2522
- "nut-switch/size": {
2523
- "type": "string | number",
2524
- "description": "属性说明:[图标尺寸](#/zh-CN/component/icon),仅在`loading`状态下生效,默认值:`12px`"
2525
- },
2526
2266
  "nut-switch/active-color": {
2527
2267
  "type": "string",
2528
2268
  "description": "属性说明:打开时的背景颜色,默认值:`#fa2c19`"
@@ -2547,25 +2287,21 @@
2547
2287
  "type": "boolean | string | number",
2548
2288
  "description": "属性说明:关闭组件的值,默认值:`false`"
2549
2289
  },
2550
- "nut-tabbar/v-model:visible": {
2551
- "type": "number|string",
2552
- "description": "属性说明:当前选中标签的名称或索引值,默认值:0"
2290
+ "nut-tabbar/v-model": {
2291
+ "type": "number",
2292
+ "description": "属性说明:选中标签的索引值或者名称,默认值:0"
2553
2293
  },
2554
2294
  "nut-tabbar/bottom": {
2555
2295
  "type": "boolean",
2556
2296
  "description": "属性说明:是否固定在页面底部,默认值:false"
2557
2297
  },
2558
- "nut-tabbar/size": {
2559
- "type": "string",
2560
- "description": "属性说明:icon的尺寸/图片的宽高,默认值:'20px'"
2561
- },
2562
2298
  "nut-tabbar/unactive-color": {
2563
2299
  "type": "string",
2564
- "description": "属性说明:icon未激活的颜色,默认值:#000"
2300
+ "description": "属性说明:icon未激活的颜色,默认值:#7d7e80"
2565
2301
  },
2566
2302
  "nut-tabbar/active-color": {
2567
2303
  "type": "string",
2568
- "description": "属性说明:icon激活的颜色,默认值:#fa2c19"
2304
+ "description": "属性说明:icon激活的颜色,默认值:#1989fa"
2569
2305
  },
2570
2306
  "nut-tabbar/safe-area-inset-bottom": {
2571
2307
  "type": "boolean",
@@ -2637,13 +2373,13 @@
2637
2373
  },
2638
2374
  "nut-tabs/auto-height": {
2639
2375
  "type": "boolean",
2640
- "description": "属性说明:自动高度。设置为 true 时,nut-tabs 和 nut-tabs__content 会随着当前 nut-tabpane 的高度而发生变化。,默认值:false"
2376
+ "description": "属性说明:自动高度。设置为 true 时,nut-tabs 和 nut-tabs__content 会随着当前 nut-tab-pane 的高度而发生变化。,默认值:false"
2641
2377
  },
2642
- "nut-tabs/sticky ": {
2378
+ "nut-tabs/sticky": {
2643
2379
  "type": "boolean",
2644
2380
  "description": "属性说明:是否使用粘性布局,默认值:false"
2645
2381
  },
2646
- "nut-tabs/top ": {
2382
+ "nut-tabs/top": {
2647
2383
  "type": "number",
2648
2384
  "description": "属性说明:粘性布局下的吸顶距离,默认值:0"
2649
2385
  },
@@ -2675,26 +2411,6 @@
2675
2411
  "type": "boolean",
2676
2412
  "description": "属性说明:是否为可关闭标签,默认值:`false`"
2677
2413
  },
2678
- "nut-temp/name": {
2679
- "type": "string",
2680
- "description": "属性说明:图标名称或图片链接,默认值:-"
2681
- },
2682
- "nut-temp/color": {
2683
- "type": "string",
2684
- "description": "属性说明:图标颜色,默认值:-"
2685
- },
2686
- "nut-temp/size": {
2687
- "type": "string",
2688
- "description": "属性说明:图标大小,如 `20px` `2em` `2rem`,默认值:-"
2689
- },
2690
- "nut-temp/class-prefix": {
2691
- "type": "string",
2692
- "description": "属性说明:类名前缀,用于使用自定义图标,默认值:`nutui-iconfont`"
2693
- },
2694
- "nut-temp/tag": {
2695
- "type": "string",
2696
- "description": "属性说明:HTML 标签,默认值:`i`"
2697
- },
2698
2414
  "nut-textarea/v-model": {
2699
2415
  "type": "string",
2700
2416
  "description": "属性说明:输入值,支持双向绑定,默认值:-"
@@ -2707,7 +2423,7 @@
2707
2423
  "type": "string、number",
2708
2424
  "description": "属性说明:限制最长输入字符,默认值:-"
2709
2425
  },
2710
- "nut-textarea/rows ": {
2426
+ "nut-textarea/rows": {
2711
2427
  "type": "string、number",
2712
2428
  "description": "属性说明:textarea的高度,优先级高于autosize属性 `仅支持 H5`,默认值:`2`"
2713
2429
  },
@@ -2715,7 +2431,7 @@
2715
2431
  "type": "boolean",
2716
2432
  "description": "属性说明:textarea是否展示输入字符。须配合`max-length`使用,默认值:`false`"
2717
2433
  },
2718
- "nut-textarea/autosize ": {
2434
+ "nut-textarea/autosize": {
2719
2435
  "type": "boolean 、{maxheight?: number; minheight?: number}",
2720
2436
  "description": "属性说明:是否自适应内容高度,也可传入对象, 如 { maxHeight: 200, minHeight: 100 },单位为px,默认值:`false`"
2721
2437
  },
@@ -2791,6 +2507,78 @@
2791
2507
  "type": "message| options",
2792
2508
  "description": "属性说明:展示加载提示,默认值:toast 实例"
2793
2509
  },
2510
+ "nut-tour/visible": {
2511
+ "type": "boolean",
2512
+ "description": "属性说明:是否展示引导弹出层,默认值:false"
2513
+ },
2514
+ "nut-tour/type": {
2515
+ "type": "string",
2516
+ "description": "属性说明:引导类型,默认值:`step`"
2517
+ },
2518
+ "nut-tour/steps": {
2519
+ "type": "stepoptions[]",
2520
+ "description": "属性说明:引导步骤内容,默认值:[]"
2521
+ },
2522
+ "nut-tour/offset": {
2523
+ "type": "[number, number]",
2524
+ "description": "属性说明:镂空遮罩相对于目标元素的偏移量,默认值:[8, 10]"
2525
+ },
2526
+ "nut-tour/current": {
2527
+ "type": "number",
2528
+ "description": "属性说明:类型为 `step` 时,默认展示第几步,默认值:0"
2529
+ },
2530
+ "nut-tour/custom-class": {
2531
+ "type": "string",
2532
+ "description": "属性说明:自定义 class 值,默认值:''"
2533
+ },
2534
+ "nut-tour/location": {
2535
+ "type": "string",
2536
+ "description": "属性说明:弹出层位置,同 Popopver 的[location 属性](https://nutui.jd.com/#/zh-CN/component/popover),默认值:'bottom'"
2537
+ },
2538
+ "nut-tour/next-step-Txt": {
2539
+ "type": "string",
2540
+ "description": "属性说明:下一步按钮文案,默认值:'下一步'"
2541
+ },
2542
+ "nut-tour/prev-step-Txt": {
2543
+ "type": "string",
2544
+ "description": "属性说明:上一步按钮文案,默认值:'上一步'"
2545
+ },
2546
+ "nut-tour/complete-txt": {
2547
+ "type": "string",
2548
+ "description": "属性说明:完成按钮文案,默认值:'完成'"
2549
+ },
2550
+ "nut-tour/mask": {
2551
+ "type": "boolean",
2552
+ "description": "属性说明:是否显示镂空遮罩,默认值:true"
2553
+ },
2554
+ "nut-tour/bg-color": {
2555
+ "type": "boolean",
2556
+ "description": "属性说明:自定义背景色,默认值:''"
2557
+ },
2558
+ "nut-tour/theme": {
2559
+ "type": "string",
2560
+ "description": "属性说明:气泡遮罩层主题,同 Popopver 的[theme 属性](https://nutui.jd.com/#/zh-CN/component/popover),默认值:'light'"
2561
+ },
2562
+ "nut-tour/mask-width": {
2563
+ "type": "number、string",
2564
+ "description": "属性说明:镂空遮罩层宽度,默认值:''"
2565
+ },
2566
+ "nut-tour/mask-height": {
2567
+ "type": "number、string",
2568
+ "description": "属性说明:镂空遮罩层高度,默认值:''"
2569
+ },
2570
+ "nut-tour/close-on-click-overlay": {
2571
+ "type": "boolean",
2572
+ "description": "属性说明:是否在点击镂空遮罩层后关闭,同 Popopver 的[closeOnClickOverlay 属性](https://nutui.jd.com/#/zh-CN/component/popover),默认值:true"
2573
+ },
2574
+ "nut-tour/show-prev-step": {
2575
+ "type": "boolean",
2576
+ "description": "属性说明:是否展示上一步按钮,默认值:true"
2577
+ },
2578
+ "nut-tour/show-title-bar": {
2579
+ "type": "boolean",
2580
+ "description": "属性说明:是否展示标题栏,默认值:false"
2581
+ },
2794
2582
  "nut-trendarrow/rate": {
2795
2583
  "type": "number",
2796
2584
  "description": "属性说明:数值,大于0时箭头向上,小于0时箭头向下,默认值:-"
@@ -2827,18 +2615,6 @@
2827
2615
  "type": "string",
2828
2616
  "description": "属性说明:向下箭头颜色,默认值:‘#64b578’"
2829
2617
  },
2830
- "nut-trendarrow/icon-size": {
2831
- "type": "string",
2832
- "description": "属性说明:箭头大小,默认值:'12px'"
2833
- },
2834
- "nut-trendarrow/up-icon-name": {
2835
- "type": "string",
2836
- "description": "属性说明:自定义向上箭头icon,默认值:'triangle-up'"
2837
- },
2838
- "nut-trendarrow/down-icon-name": {
2839
- "type": "string",
2840
- "description": "属性说明:自定义向下箭头icon,默认值:'triangle-down'"
2841
- },
2842
2618
  "nut-uploader/auto-upload": {
2843
2619
  "type": "boolean",
2844
2620
  "description": "属性说明:是否在选取文件后立即进行上传,false 时需要手动执行 ref submit 方法进行上传,默认值:true"
@@ -2903,10 +2679,6 @@
2903
2679
  "type": "string",
2904
2680
  "description": "属性说明:上传区域[图标名称](#/zh-CN/component/icon)或图片链接,默认值:\"photograph\""
2905
2681
  },
2906
- "nut-uploader/upload-icon-size": {
2907
- "type": "string or number",
2908
- "description": "属性说明:上传区域[图标尺寸](#/zh-CN/component/icon)大小,如 `20px` `2em` `2rem`,默认值:-"
2909
- },
2910
2682
  "nut-uploader/xhr-state": {
2911
2683
  "type": "number",
2912
2684
  "description": "属性说明:接口响应的成功状态(status)值,默认值:200"
@@ -2939,10 +2711,6 @@
2939
2711
  "type": "function(file,filelist): boolean 丨promise",
2940
2712
  "description": "属性说明:除文件时的回调,返回值为 false 时不移除。支持返回一个 `Promise` 对象,`Promise` 对象 resolve(false) 或 reject 时不移除,默认值:-"
2941
2713
  },
2942
- "nut-uploader/delete-icon": {
2943
- "type": "string",
2944
- "description": "属性说明:自定义删除按钮,可传入[图标名称](/#/zh-CN/component/icon)或图片链接,默认值:\"photograph\""
2945
- },
2946
2714
  "nut-video/source": {
2947
2715
  "type": "object",
2948
2716
  "description": "属性说明:视频地址和类型设置,默认值:-"