antdv-next 1.2.2 → 1.3.0-beta.1

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 (491) hide show
  1. package/dist/_util/ActionButton.d.ts +2 -2
  2. package/dist/_util/ContextIsolator.d.ts +3 -3
  3. package/dist/_util/PurePanel.d.ts +3 -3
  4. package/dist/_util/hooks/useClosable.d.ts +7 -7
  5. package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
  6. package/dist/_util/hooks/useMergedMask.d.ts +3 -3
  7. package/dist/_util/instance.d.ts +2 -2
  8. package/dist/_util/responsiveObserver.d.ts +2 -2
  9. package/dist/_util/statusUtils.d.ts +1 -1
  10. package/dist/_util/vueNode.d.ts +4 -9
  11. package/dist/_util/wave/WaveEffect.d.ts +5 -5
  12. package/dist/_util/wave/index.d.ts +2 -2
  13. package/dist/_util/wave/style.d.ts +2 -2
  14. package/dist/_util/wave/util.d.ts +1 -1
  15. package/dist/_util/wave/util.js +1 -1
  16. package/dist/_util/zindexContext.d.ts +2 -2
  17. package/dist/affix/index.d.ts +3 -3
  18. package/dist/affix/style/index.d.ts +2 -2
  19. package/dist/alert/Alert.d.ts +17 -10
  20. package/dist/alert/Alert.js +9 -3
  21. package/dist/alert/style/index.d.ts +3 -3
  22. package/dist/anchor/Anchor.d.ts +3 -3
  23. package/dist/anchor/Anchor.js +2 -2
  24. package/dist/anchor/AnchorLink.d.ts +9 -4
  25. package/dist/anchor/AnchorLink.js +5 -1
  26. package/dist/anchor/style/index.d.ts +2 -2
  27. package/dist/antd-with-locales.esm.js +14614 -14290
  28. package/dist/antd-with-locales.js +73 -80
  29. package/dist/antd.css +1 -1
  30. package/dist/antd.esm.js +10754 -10431
  31. package/dist/antd.js +70 -77
  32. package/dist/app/App.d.ts +2 -2
  33. package/dist/app/App.js +6 -1
  34. package/dist/app/context.d.ts +2 -2
  35. package/dist/app/style/index.d.ts +2 -2
  36. package/dist/auto-complete/index.d.ts +6 -6
  37. package/dist/auto-complete/index.js +1 -1
  38. package/dist/avatar/Avatar.d.ts +5 -5
  39. package/dist/avatar/AvatarGroup.d.ts +2 -2
  40. package/dist/avatar/style/index.d.ts +3 -3
  41. package/dist/badge/Ribbon.d.ts +4 -4
  42. package/dist/badge/ScrollNumber.d.ts +2 -2
  43. package/dist/badge/SingleNumber.d.ts +2 -2
  44. package/dist/badge/index.d.ts +6 -6
  45. package/dist/badge/style/index.d.ts +7 -2
  46. package/dist/badge/style/index.js +4 -3
  47. package/dist/badge/style/ribbon.d.ts +2 -2
  48. package/dist/border-beam/BorderBeam.d.ts +19 -0
  49. package/dist/border-beam/BorderBeam.js +82 -0
  50. package/dist/border-beam/hooks/useBorderSize.d.ts +12 -0
  51. package/dist/border-beam/hooks/useBorderSize.js +42 -0
  52. package/dist/border-beam/index.d.ts +3 -0
  53. package/dist/border-beam/index.js +7 -0
  54. package/dist/border-beam/style/index.d.ts +7 -0
  55. package/dist/border-beam/style/index.js +59 -0
  56. package/dist/border-beam/util.d.ts +11 -0
  57. package/dist/border-beam/util.js +35 -0
  58. package/dist/breadcrumb/Breadcrumb.d.ts +7 -7
  59. package/dist/breadcrumb/BreadcrumbItem.d.ts +7 -7
  60. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  61. package/dist/breadcrumb/style/index.d.ts +2 -2
  62. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  63. package/dist/button/Button.d.ts +4 -4
  64. package/dist/button/Button.js +1 -0
  65. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  66. package/dist/button/IconWrapper.d.ts +2 -2
  67. package/dist/button/buttonHelper.d.ts +1 -1
  68. package/dist/button/style/compact.d.ts +4 -4
  69. package/dist/button/style/index.d.ts +2 -2
  70. package/dist/button/style/index.js +5 -0
  71. package/dist/calendar/Header.d.ts +2 -2
  72. package/dist/calendar/generateCalendar.d.ts +12 -10
  73. package/dist/calendar/generateCalendar.js +8 -2
  74. package/dist/calendar/index.d.ts +2 -2
  75. package/dist/calendar/style/index.d.ts +2 -2
  76. package/dist/card/Card.d.ts +11 -11
  77. package/dist/card/CardGrid.d.ts +2 -2
  78. package/dist/card/CardMeta.d.ts +6 -6
  79. package/dist/card/style/index.d.ts +2 -2
  80. package/dist/carousel/index.d.ts +5 -5
  81. package/dist/carousel/style/index.d.ts +2 -2
  82. package/dist/cascader/Panel.d.ts +2 -2
  83. package/dist/cascader/hooks/useBase.d.ts +5 -5
  84. package/dist/cascader/hooks/useCheckable.d.ts +2 -2
  85. package/dist/cascader/index.d.ts +4 -4
  86. package/dist/cascader/index.js +11 -2
  87. package/dist/cascader/style/index.d.ts +2 -2
  88. package/dist/cascader/style/panel.d.ts +2 -2
  89. package/dist/checkbox/Checkbox.d.ts +2 -2
  90. package/dist/checkbox/Group.d.ts +4 -4
  91. package/dist/checkbox/style/index.d.ts +2 -2
  92. package/dist/collapse/Collapse.d.ts +5 -5
  93. package/dist/collapse/CollapsePanel.d.ts +5 -5
  94. package/dist/collapse/style/index.d.ts +2 -2
  95. package/dist/color-picker/ColorPicker.d.ts +2 -2
  96. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  97. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  98. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  99. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  100. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  101. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  102. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  103. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  104. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  105. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  106. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  107. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  108. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  109. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  110. package/dist/color-picker/context.d.ts +3 -3
  111. package/dist/color-picker/hooks/useModeColor.d.ts +4 -4
  112. package/dist/color-picker/interface.d.ts +2 -2
  113. package/dist/color-picker/style/index.d.ts +2 -2
  114. package/dist/components.d.ts +4 -1
  115. package/dist/components.js +3 -1
  116. package/dist/config-provider/DisabledContext.d.ts +2 -2
  117. package/dist/config-provider/SizeContext.d.ts +2 -2
  118. package/dist/config-provider/context.d.ts +67 -34
  119. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  120. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  121. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  122. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  123. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  124. package/dist/config-provider/index.d.ts +4 -4
  125. package/dist/config-provider/index.js +2 -0
  126. package/dist/date-picker/PickerButton.d.ts +2 -2
  127. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +5 -5
  128. package/dist/date-picker/generatePicker/SuffixIcon.js +1 -1
  129. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +4 -4
  130. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +9 -9
  131. package/dist/date-picker/generatePicker/generateSinglePicker.js +4 -0
  132. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  133. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  134. package/dist/date-picker/index.d.ts +13 -13
  135. package/dist/date-picker/style/index.d.ts +2 -2
  136. package/dist/date-picker/style/index.js +13 -3
  137. package/dist/date-picker/util.d.ts +7 -3
  138. package/dist/descriptions/Cell.d.ts +5 -5
  139. package/dist/descriptions/Item.d.ts +5 -5
  140. package/dist/descriptions/Row.d.ts +2 -2
  141. package/dist/descriptions/Row.js +3 -3
  142. package/dist/descriptions/hooks/useItems.d.ts +11 -11
  143. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  144. package/dist/descriptions/index.d.ts +5 -5
  145. package/dist/descriptions/style/index.d.ts +2 -2
  146. package/dist/divider/index.d.ts +2 -2
  147. package/dist/divider/style/index.d.ts +2 -2
  148. package/dist/drawer/DrawerPanel.d.ts +7 -7
  149. package/dist/drawer/index.d.ts +3 -3
  150. package/dist/drawer/index.js +5 -2
  151. package/dist/drawer/style/index.d.ts +2 -2
  152. package/dist/drawer/useFocusable.d.ts +2 -2
  153. package/dist/dropdown/dropdown.d.ts +2 -2
  154. package/dist/dropdown/style/index.d.ts +2 -2
  155. package/dist/dropdown/style/index.js +1 -1
  156. package/dist/empty/empty.d.ts +2 -2
  157. package/dist/empty/index.d.ts +8 -8
  158. package/dist/empty/simple.d.ts +2 -2
  159. package/dist/empty/style/index.d.ts +2 -2
  160. package/dist/flex/index.d.ts +2 -2
  161. package/dist/flex/style/index.d.ts +2 -2
  162. package/dist/float-button/BackTop.d.ts +2 -2
  163. package/dist/float-button/BackTop.js +5 -0
  164. package/dist/float-button/FloatButton.d.ts +8 -7
  165. package/dist/float-button/FloatButton.js +6 -0
  166. package/dist/float-button/FloatButtonGroup.d.ts +4 -4
  167. package/dist/float-button/FloatButtonGroup.js +5 -0
  168. package/dist/float-button/PurePanel.d.ts +2 -2
  169. package/dist/float-button/PurePanel.js +10 -0
  170. package/dist/float-button/context.d.ts +3 -3
  171. package/dist/float-button/style/index.d.ts +2 -2
  172. package/dist/form/ErrorList.d.ts +8 -4
  173. package/dist/form/ErrorList.js +13 -2
  174. package/dist/form/Form.d.ts +9 -2
  175. package/dist/form/Form.js +10 -4
  176. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  177. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  178. package/dist/form/FormItem/index.d.ts +2 -2
  179. package/dist/form/FormItemInput.d.ts +6 -6
  180. package/dist/form/FormItemInput.js +6 -2
  181. package/dist/form/FormItemLabel.d.ts +7 -7
  182. package/dist/form/context.d.ts +7 -7
  183. package/dist/form/hooks/useVariant.d.ts +2 -2
  184. package/dist/form/style/fallbackCmp.d.ts +4 -4
  185. package/dist/form/style/index.d.ts +2 -2
  186. package/dist/grid/col.d.ts +2 -2
  187. package/dist/grid/index.d.ts +2 -2
  188. package/dist/grid/row.d.ts +2 -2
  189. package/dist/grid/style/index.d.ts +3 -3
  190. package/dist/image/PreviewGroup.d.ts +12 -12
  191. package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
  192. package/dist/image/hooks/usePreviewConfig.d.ts +10 -10
  193. package/dist/image/index.d.ts +12 -5
  194. package/dist/image/style/index.d.ts +2 -2
  195. package/dist/index.d.ts +3 -1
  196. package/dist/index.js +2 -1
  197. package/dist/input/Group.d.ts +3 -3
  198. package/dist/input/Input.d.ts +10 -7
  199. package/dist/input/Input.js +8 -2
  200. package/dist/input/OTP/OTPInput.d.ts +3 -3
  201. package/dist/input/OTP/OTPInput.js +4 -0
  202. package/dist/input/OTP/index.d.ts +4 -4
  203. package/dist/input/Password.d.ts +4 -4
  204. package/dist/input/Password.js +4 -0
  205. package/dist/input/Search.d.ts +14 -4
  206. package/dist/input/Search.js +19 -2
  207. package/dist/input/TextArea.d.ts +2 -2
  208. package/dist/input/index.d.ts +6 -6
  209. package/dist/input/style/index.d.ts +3 -3
  210. package/dist/input/style/otp.d.ts +2 -2
  211. package/dist/input/style/search.d.ts +2 -2
  212. package/dist/input/style/textarea.d.ts +2 -2
  213. package/dist/input/style/variants.js +14 -8
  214. package/dist/input-number/index.d.ts +9 -9
  215. package/dist/input-number/style/index.d.ts +2 -2
  216. package/dist/layout/Sider.d.ts +2 -2
  217. package/dist/layout/index.d.ts +5 -5
  218. package/dist/layout/layout.d.ts +5 -5
  219. package/dist/layout/style/index.d.ts +2 -2
  220. package/dist/layout/style/sider.d.ts +2 -2
  221. package/dist/locale/index.d.ts +2 -2
  222. package/dist/locale/useLocale.d.ts +2 -2
  223. package/dist/masonry/Masonry.d.ts +3 -3
  224. package/dist/masonry/MasonryItem.d.ts +4 -4
  225. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  226. package/dist/masonry/style/index.d.ts +2 -2
  227. package/dist/mentions/index.d.ts +6 -6
  228. package/dist/mentions/index.js +7 -1
  229. package/dist/mentions/style/index.d.ts +2 -2
  230. package/dist/menu/MenuContext.d.ts +3 -3
  231. package/dist/menu/MenuDivider.d.ts +2 -2
  232. package/dist/menu/MenuItem.d.ts +5 -5
  233. package/dist/menu/MenuItemGroup.d.ts +4 -4
  234. package/dist/menu/OverrideContext.d.ts +5 -5
  235. package/dist/menu/SubMenu.d.ts +4 -4
  236. package/dist/menu/index.d.ts +3 -3
  237. package/dist/menu/menu.d.ts +2 -2
  238. package/dist/menu/style/index.d.ts +2 -2
  239. package/dist/menu/style/index.js +11 -3
  240. package/dist/menu/style/vertical.js +2 -1
  241. package/dist/message/PureList.d.ts +28 -0
  242. package/dist/message/PureList.js +75 -0
  243. package/dist/message/PurePanel.d.ts +17 -9
  244. package/dist/message/PurePanel.js +33 -38
  245. package/dist/message/index.d.ts +3 -0
  246. package/dist/message/index.js +3 -1
  247. package/dist/message/interface.d.ts +11 -5
  248. package/dist/message/style/index.d.ts +12 -6
  249. package/dist/message/style/index.js +102 -98
  250. package/dist/message/useMessage.d.ts +3 -3
  251. package/dist/message/useMessage.js +18 -14
  252. package/dist/message/util.js +1 -1
  253. package/dist/modal/ConfirmDialog.d.ts +4 -4
  254. package/dist/modal/Modal.d.ts +2 -2
  255. package/dist/modal/Modal.js +7 -3
  256. package/dist/modal/PurePanel.d.ts +2 -2
  257. package/dist/modal/components/ConfirmCancelBtn.d.ts +4 -4
  258. package/dist/modal/components/ConfirmOkBtn.d.ts +4 -4
  259. package/dist/modal/components/NormalCancelBtn.d.ts +4 -4
  260. package/dist/modal/components/NormalOkBtn.d.ts +4 -4
  261. package/dist/modal/interface.d.ts +22 -14
  262. package/dist/modal/shared.d.ts +4 -4
  263. package/dist/modal/style/confirm.d.ts +4 -4
  264. package/dist/modal/style/index.d.ts +4 -4
  265. package/dist/modal/useModal/HookModal.d.ts +3 -3
  266. package/dist/notification/PureList.d.ts +32 -0
  267. package/dist/notification/PureList.js +72 -0
  268. package/dist/notification/PurePanel.d.ts +16 -13
  269. package/dist/notification/PurePanel.js +42 -19
  270. package/dist/notification/index.d.ts +3 -0
  271. package/dist/notification/index.js +3 -1
  272. package/dist/notification/interface.d.ts +8 -8
  273. package/dist/notification/style/index.d.ts +27 -26
  274. package/dist/notification/style/index.js +104 -174
  275. package/dist/notification/style/notification.d.ts +23 -0
  276. package/dist/notification/style/notification.js +195 -0
  277. package/dist/notification/style/placement.d.ts +1 -0
  278. package/dist/notification/style/placement.js +125 -60
  279. package/dist/notification/useNotification.d.ts +3 -3
  280. package/dist/notification/useNotification.js +22 -14
  281. package/dist/notification/util.d.ts +14 -4
  282. package/dist/notification/util.js +18 -52
  283. package/dist/package.js +1 -1
  284. package/dist/package.json.d.ts +12 -12
  285. package/dist/pagination/Pagination.d.ts +2 -2
  286. package/dist/pagination/interface.d.ts +7 -7
  287. package/dist/pagination/style/bordered.d.ts +4 -4
  288. package/dist/pagination/style/index.d.ts +2 -2
  289. package/dist/popconfirm/PurePanel.d.ts +6 -7
  290. package/dist/popconfirm/PurePanel.js +4 -1
  291. package/dist/popconfirm/index.d.ts +16 -12
  292. package/dist/popconfirm/style/index.d.ts +2 -2
  293. package/dist/popover/PurePanel.d.ts +7 -7
  294. package/dist/popover/index.d.ts +5 -5
  295. package/dist/popover/style/index.d.ts +2 -2
  296. package/dist/progress/Circle.d.ts +3 -3
  297. package/dist/progress/Line.d.ts +3 -3
  298. package/dist/progress/Steps.d.ts +2 -2
  299. package/dist/progress/progress.d.ts +2 -2
  300. package/dist/progress/style/index.d.ts +2 -2
  301. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  302. package/dist/qrcode/index.d.ts +2 -2
  303. package/dist/qrcode/style/index.d.ts +2 -2
  304. package/dist/radio/group.d.ts +2 -2
  305. package/dist/radio/index.d.ts +3 -3
  306. package/dist/radio/radio.d.ts +2 -2
  307. package/dist/radio/radioButton.d.ts +2 -2
  308. package/dist/radio/style/index.d.ts +2 -2
  309. package/dist/rate/index.d.ts +2 -2
  310. package/dist/rate/style/index.d.ts +2 -2
  311. package/dist/result/index.d.ts +7 -7
  312. package/dist/result/noFound.d.ts +2 -2
  313. package/dist/result/serverError.d.ts +2 -2
  314. package/dist/result/style/index.d.ts +4 -4
  315. package/dist/result/style/index.js +1 -1
  316. package/dist/result/unauthorized.d.ts +2 -2
  317. package/dist/segmented/index.d.ts +4 -4
  318. package/dist/segmented/index.js +1 -1
  319. package/dist/segmented/style/index.d.ts +2 -2
  320. package/dist/select/index.d.ts +8 -8
  321. package/dist/select/index.js +1 -1
  322. package/dist/select/style/dropdown.js +1 -1
  323. package/dist/select/style/index.d.ts +2 -2
  324. package/dist/select/style/select-input.js +10 -5
  325. package/dist/select/useIcons.d.ts +15 -10
  326. package/dist/select/usePopupRender.d.ts +2 -2
  327. package/dist/skeleton/Avatar.d.ts +2 -2
  328. package/dist/skeleton/Button.d.ts +2 -2
  329. package/dist/skeleton/Element.d.ts +2 -2
  330. package/dist/skeleton/Image.d.ts +2 -2
  331. package/dist/skeleton/Input.d.ts +2 -2
  332. package/dist/skeleton/Node.d.ts +2 -2
  333. package/dist/skeleton/Paragraph.d.ts +2 -2
  334. package/dist/skeleton/Skeleton.d.ts +2 -2
  335. package/dist/skeleton/Title.d.ts +2 -2
  336. package/dist/skeleton/style/index.d.ts +2 -2
  337. package/dist/slider/SliderTooltip.d.ts +3 -3
  338. package/dist/slider/index.d.ts +2 -2
  339. package/dist/slider/style/index.d.ts +2 -2
  340. package/dist/space/Addon.d.ts +2 -2
  341. package/dist/space/Compact.d.ts +6 -6
  342. package/dist/space/Item.d.ts +2 -2
  343. package/dist/space/index.d.ts +6 -6
  344. package/dist/space/style/addon.d.ts +2 -2
  345. package/dist/space/style/compact.d.ts +2 -2
  346. package/dist/space/style/index.d.ts +16 -3
  347. package/dist/spin/Indicator/Looper.d.ts +2 -2
  348. package/dist/spin/Indicator/Progress.d.ts +2 -2
  349. package/dist/spin/Indicator/index.d.ts +4 -4
  350. package/dist/spin/index.d.ts +7 -7
  351. package/dist/spin/style/index.d.ts +2 -2
  352. package/dist/spin/usePercent.d.ts +2 -2
  353. package/dist/splitter/Panel.d.ts +3 -3
  354. package/dist/splitter/Panel.js +14 -3
  355. package/dist/splitter/SplitBar.d.ts +2 -2
  356. package/dist/splitter/SplitBar.js +1 -12
  357. package/dist/splitter/Splitter.d.ts +2 -2
  358. package/dist/splitter/Splitter.js +8 -2
  359. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  360. package/dist/splitter/hooks/useResize.d.ts +2 -2
  361. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  362. package/dist/splitter/index.d.ts +2 -2
  363. package/dist/splitter/interface.d.ts +21 -4
  364. package/dist/splitter/style/index.d.ts +2 -2
  365. package/dist/statistic/Number.d.ts +2 -2
  366. package/dist/statistic/Statistic.d.ts +6 -6
  367. package/dist/statistic/Timer.d.ts +2 -2
  368. package/dist/statistic/index.d.ts +2 -2
  369. package/dist/statistic/style/index.d.ts +3 -3
  370. package/dist/steps/PanelArrow.d.ts +2 -2
  371. package/dist/steps/ProgressIcon.d.ts +2 -2
  372. package/dist/steps/index.d.ts +8 -8
  373. package/dist/steps/style/index.d.ts +3 -3
  374. package/dist/style/compact-item-vertical.js +2 -1
  375. package/dist/style/compact-item.js +6 -6
  376. package/dist/switch/index.d.ts +5 -5
  377. package/dist/switch/style/index.d.ts +2 -2
  378. package/dist/table/Column.d.ts +2 -2
  379. package/dist/table/ColumnGroup.d.ts +2 -2
  380. package/dist/table/ExpandIcon.d.ts +2 -2
  381. package/dist/table/InternalTable.d.ts +2 -2
  382. package/dist/table/InternalTable.js +6 -4
  383. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  384. package/dist/table/hooks/useFilledColumns.d.ts +14 -0
  385. package/dist/table/hooks/useFilledColumns.js +41 -0
  386. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
  387. package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
  388. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  389. package/dist/table/hooks/useFilter/index.d.ts +24 -24
  390. package/dist/table/hooks/usePagination.d.ts +2 -2
  391. package/dist/table/hooks/useSelection.d.ts +2 -2
  392. package/dist/table/hooks/useSorter.d.ts +2 -2
  393. package/dist/table/style/index.d.ts +2 -2
  394. package/dist/tabs/TabPane.d.ts +2 -2
  395. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  396. package/dist/tabs/index.d.ts +9 -7
  397. package/dist/tabs/style/index.d.ts +2 -2
  398. package/dist/tag/CheckableTag.d.ts +4 -4
  399. package/dist/tag/CheckableTagGroup.d.ts +4 -4
  400. package/dist/tag/hooks/useColor.d.ts +2 -2
  401. package/dist/tag/index.d.ts +7 -5
  402. package/dist/tag/index.js +7 -2
  403. package/dist/tag/style/index.d.ts +2 -2
  404. package/dist/tag/style/presetCmp.d.ts +4 -4
  405. package/dist/tag/style/statusCmp.d.ts +4 -4
  406. package/dist/theme/context.d.ts +2 -2
  407. package/dist/theme/index.d.ts +4 -4
  408. package/dist/theme/interface/alias.d.ts +14 -0
  409. package/dist/theme/interface/components.d.ts +118 -116
  410. package/dist/theme/interface/maps/colors.d.ts +14 -0
  411. package/dist/theme/interface/maps/font.d.ts +5 -5
  412. package/dist/theme/themes/shared/genColorMapToken.js +2 -0
  413. package/dist/theme/useToken.js +1 -1
  414. package/dist/theme/util/alias.js +2 -0
  415. package/dist/theme/util/genStyleUtils.d.ts +6 -6
  416. package/dist/time-picker/index.d.ts +6 -6
  417. package/dist/time-picker/index.js +4 -0
  418. package/dist/timeline/Timeline.d.ts +11 -11
  419. package/dist/timeline/TimelineItem.d.ts +2 -2
  420. package/dist/timeline/style/index.d.ts +2 -2
  421. package/dist/tooltip/PurePanel.d.ts +2 -2
  422. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  423. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  424. package/dist/tooltip/index.d.ts +5 -5
  425. package/dist/tooltip/style/index.d.ts +2 -2
  426. package/dist/tour/PurePanel.d.ts +2 -2
  427. package/dist/tour/index.d.ts +2 -2
  428. package/dist/tour/index.js +5 -0
  429. package/dist/tour/interface.d.ts +6 -4
  430. package/dist/tour/panelRender.d.ts +2 -2
  431. package/dist/tour/panelRender.js +4 -9
  432. package/dist/tour/style/index.d.ts +2 -2
  433. package/dist/transfer/Actions.d.ts +4 -4
  434. package/dist/transfer/ListBody.d.ts +2 -2
  435. package/dist/transfer/ListItem.d.ts +4 -4
  436. package/dist/transfer/Section.d.ts +2 -2
  437. package/dist/transfer/Transfer.d.ts +2 -2
  438. package/dist/transfer/Transfer.js +34 -4
  439. package/dist/transfer/hooks/useData.d.ts +2 -2
  440. package/dist/transfer/interface.d.ts +47 -15
  441. package/dist/transfer/search.d.ts +4 -4
  442. package/dist/transfer/style/index.d.ts +2 -2
  443. package/dist/tree/DirectoryTree.d.ts +2 -2
  444. package/dist/tree/DirectoryTree.js +0 -4
  445. package/dist/tree/Tree.d.ts +10 -8
  446. package/dist/tree/Tree.js +0 -4
  447. package/dist/tree/style/index.d.ts +2 -2
  448. package/dist/tree/utils/dropIndicator.d.ts +2 -2
  449. package/dist/tree/utils/iconUtil.d.ts +4 -4
  450. package/dist/tree-select/index.d.ts +8 -6
  451. package/dist/tree-select/index.js +1 -1
  452. package/dist/tree-select/style/index.d.ts +2 -2
  453. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  454. package/dist/typography/Base/Ellipsis.d.ts +5 -5
  455. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  456. package/dist/typography/Base/index.d.ts +2 -2
  457. package/dist/typography/Base/index.js +31 -26
  458. package/dist/typography/Editable.d.ts +11 -4
  459. package/dist/typography/Editable.js +18 -3
  460. package/dist/typography/Link.d.ts +2 -2
  461. package/dist/typography/Link.js +4 -0
  462. package/dist/typography/Paragraph.d.ts +2 -2
  463. package/dist/typography/Paragraph.js +4 -0
  464. package/dist/typography/Text.d.ts +2 -2
  465. package/dist/typography/Text.js +4 -0
  466. package/dist/typography/Title.d.ts +2 -2
  467. package/dist/typography/Title.js +4 -0
  468. package/dist/typography/Typography.d.ts +2 -2
  469. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  470. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  471. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  472. package/dist/typography/index.d.ts +5 -5
  473. package/dist/typography/interface.d.ts +25 -17
  474. package/dist/typography/style/index.d.ts +2 -2
  475. package/dist/upload/Dragger.d.ts +3 -3
  476. package/dist/upload/Upload.d.ts +2 -2
  477. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  478. package/dist/upload/UploadList/index.d.ts +2 -2
  479. package/dist/upload/index.d.ts +3 -3
  480. package/dist/upload/style/index.d.ts +2 -2
  481. package/dist/upload/utils.js +1 -1
  482. package/dist/watermark/context.d.ts +2 -2
  483. package/dist/watermark/index.d.ts +2 -2
  484. package/dist/watermark/index.js +4 -3
  485. package/package.json +65 -29
  486. package/web-tags.json +1353 -1339
  487. package/web-types.json +4223 -4192
  488. package/dist/notification/style/pure-panel.d.ts +0 -12
  489. package/dist/notification/style/pure-panel.js +0 -18
  490. package/dist/notification/style/stack.d.ts +0 -9
  491. package/dist/notification/style/stack.js +0 -88
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.2",
2
+ "version": "1.3.0-beta.1",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -140,70 +140,20 @@
140
140
  ]
141
141
  },
142
142
  {
143
- "name": "a-avatar",
144
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
145
- "attributes": [
146
- {
147
- "name": "shape",
148
- "description": "Default: circle\n\nThe shape of avatar"
149
- },
150
- {
151
- "name": "size",
152
- "description": "Default: medium\n\nThe size of the avatar"
153
- },
154
- {
155
- "name": "gap",
156
- "description": "Default: 4\n\nLetter type unit distance between left and right sides"
157
- },
158
- {
159
- "name": "src",
160
- "description": "Default: -\n\nThe address of the image for an image avatar or image element"
161
- },
162
- {
163
- "name": "src-set",
164
- "description": "Default: -\n\nA list of sources to use for different screen resolutions"
165
- },
166
- {
167
- "name": "draggable",
168
- "description": "Default: true\n\nWhether the picture is allowed to be dragged"
169
- },
170
- {
171
- "name": "icon",
172
- "description": "Default: -\n\nCustom icon type for an icon avatar"
173
- },
174
- {
175
- "name": "alt",
176
- "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
177
- },
178
- {
179
- "name": "cross-origin",
180
- "description": "Default: -\n\nCORS settings attributes"
181
- },
182
- {
183
- "name": "on-error",
184
- "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
185
- }
186
- ]
187
- },
188
- {
189
- "name": "a-avatar-group",
190
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
143
+ "name": "a-app",
144
+ "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
191
145
  "attributes": [
192
146
  {
193
- "name": "prefix-cls",
194
- "description": "Default: -\n\n-"
195
- },
196
- {
197
- "name": "max",
198
- "description": "Default: -\n\n-"
147
+ "name": "message",
148
+ "description": "Default: -\n\nGlobal config for Message"
199
149
  },
200
150
  {
201
- "name": "size",
202
- "description": "Default: default\n\nThe size of the avatar"
151
+ "name": "notification",
152
+ "description": "Default: -\n\nGlobal config for Notification"
203
153
  },
204
154
  {
205
- "name": "shape",
206
- "description": "Default: circle\n\nThe shape of avatar"
155
+ "name": "component",
156
+ "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
207
157
  }
208
158
  ]
209
159
  },
@@ -298,32 +248,124 @@
298
248
  ]
299
249
  },
300
250
  {
301
- "name": "a-breadcrumb",
302
- "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
251
+ "name": "a-avatar",
252
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
303
253
  "attributes": [
304
254
  {
305
- "name": "classes",
306
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
255
+ "name": "shape",
256
+ "description": "Default: circle\n\nThe shape of avatar"
307
257
  },
308
258
  {
309
- "name": "dropdown-icon",
310
- "description": "Default: -\n\nCustom dropdown icon"
259
+ "name": "size",
260
+ "description": "Default: medium\n\nThe size of the avatar"
311
261
  },
312
262
  {
313
- "name": "item-render",
314
- "description": "Default: -\n\nCustom item renderer, work with vue-router"
263
+ "name": "gap",
264
+ "description": "Default: 4\n\nLetter type unit distance between left and right sides"
315
265
  },
316
266
  {
317
- "name": "params",
318
- "description": "Default: -\n\nRouting parameters"
267
+ "name": "src",
268
+ "description": "Default: -\n\nThe address of the image for an image avatar or image element"
319
269
  },
320
270
  {
321
- "name": "items",
322
- "description": "Default: -\n\nThe routing stack information of router"
271
+ "name": "src-set",
272
+ "description": "Default: -\n\nA list of sources to use for different screen resolutions"
323
273
  },
324
274
  {
325
- "name": "separator",
326
- "description": "Default: /\n\nCustom separator"
275
+ "name": "draggable",
276
+ "description": "Default: true\n\nWhether the picture is allowed to be dragged"
277
+ },
278
+ {
279
+ "name": "icon",
280
+ "description": "Default: -\n\nCustom icon type for an icon avatar"
281
+ },
282
+ {
283
+ "name": "alt",
284
+ "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
285
+ },
286
+ {
287
+ "name": "cross-origin",
288
+ "description": "Default: -\n\nCORS settings attributes"
289
+ },
290
+ {
291
+ "name": "on-error",
292
+ "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
293
+ }
294
+ ]
295
+ },
296
+ {
297
+ "name": "a-avatar-group",
298
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
299
+ "attributes": [
300
+ {
301
+ "name": "prefix-cls",
302
+ "description": "Default: -\n\n-"
303
+ },
304
+ {
305
+ "name": "max",
306
+ "description": "Default: -\n\n-"
307
+ },
308
+ {
309
+ "name": "size",
310
+ "description": "Default: default\n\nThe size of the avatar"
311
+ },
312
+ {
313
+ "name": "shape",
314
+ "description": "Default: circle\n\nThe shape of avatar"
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "name": "a-badge",
320
+ "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
321
+ "attributes": [
322
+ {
323
+ "name": "count",
324
+ "description": "Default: -\n\nNumber to show in badge"
325
+ },
326
+ {
327
+ "name": "show-zero",
328
+ "description": "Default: false\n\nWhether to show badge when count is zero"
329
+ },
330
+ {
331
+ "name": "overflow-count",
332
+ "description": "Default: 99\n\nMax count to show"
333
+ },
334
+ {
335
+ "name": "dot",
336
+ "description": "Default: false\n\nWhether to display a red dot instead of count"
337
+ },
338
+ {
339
+ "name": "scroll-number-prefix-cls",
340
+ "description": "Default: -\n\n-"
341
+ },
342
+ {
343
+ "name": "status",
344
+ "description": "Default: -\n\nSet Badge as a status dot"
345
+ },
346
+ {
347
+ "name": "color",
348
+ "description": "Default: -\n\nCustomize Badge dot color"
349
+ },
350
+ {
351
+ "name": "text",
352
+ "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
353
+ },
354
+ {
355
+ "name": "size",
356
+ "description": "Default: -\n\nIf count is set, size sets the size of badge"
357
+ },
358
+ {
359
+ "name": "offset",
360
+ "description": "Default: -\n\nSet offset of the badge dot"
361
+ },
362
+ {
363
+ "name": "title",
364
+ "description": "Default: -\n\nText to show when hovering over the badge"
365
+ },
366
+ {
367
+ "name": "classes",
368
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
327
369
  },
328
370
  {
329
371
  "name": "styles",
@@ -331,6 +373,20 @@
331
373
  }
332
374
  ]
333
375
  },
376
+ {
377
+ "name": "a-border-beam",
378
+ "description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
379
+ "attributes": [
380
+ {
381
+ "name": "color",
382
+ "description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
383
+ },
384
+ {
385
+ "name": "outset",
386
+ "description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
387
+ }
388
+ ]
389
+ },
334
390
  {
335
391
  "name": "a-button",
336
392
  "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
@@ -405,6 +461,40 @@
405
461
  }
406
462
  ]
407
463
  },
464
+ {
465
+ "name": "a-breadcrumb",
466
+ "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
467
+ "attributes": [
468
+ {
469
+ "name": "classes",
470
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
471
+ },
472
+ {
473
+ "name": "dropdown-icon",
474
+ "description": "Default: -\n\nCustom dropdown icon"
475
+ },
476
+ {
477
+ "name": "item-render",
478
+ "description": "Default: -\n\nCustom item renderer, work with vue-router"
479
+ },
480
+ {
481
+ "name": "params",
482
+ "description": "Default: -\n\nRouting parameters"
483
+ },
484
+ {
485
+ "name": "items",
486
+ "description": "Default: -\n\nThe routing stack information of router"
487
+ },
488
+ {
489
+ "name": "separator",
490
+ "description": "Default: /\n\nCustom separator"
491
+ },
492
+ {
493
+ "name": "styles",
494
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
495
+ }
496
+ ]
497
+ },
408
498
  {
409
499
  "name": "a-calendar",
410
500
  "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
@@ -618,150 +708,28 @@
618
708
  ]
619
709
  },
620
710
  {
621
- "name": "a-badge",
622
- "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
711
+ "name": "a-cascader",
712
+ "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
623
713
  "attributes": [
624
714
  {
625
- "name": "count",
626
- "description": "Default: -\n\nNumber to show in badge"
715
+ "name": "allow-clear",
716
+ "description": "Default: true\n\nShow clear button"
627
717
  },
628
718
  {
629
- "name": "show-zero",
630
- "description": "Default: false\n\nWhether to show badge when count is zero"
719
+ "name": "change-on-select",
720
+ "description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
631
721
  },
632
722
  {
633
- "name": "overflow-count",
634
- "description": "Default: 99\n\nMax count to show"
723
+ "name": "classes",
724
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
635
725
  },
636
726
  {
637
- "name": "dot",
638
- "description": "Default: false\n\nWhether to display a red dot instead of count"
727
+ "name": "disabled",
728
+ "description": "Default: false\n\nWhether disabled select"
639
729
  },
640
730
  {
641
- "name": "scroll-number-prefix-cls",
642
- "description": "Default: -\n\n-"
643
- },
644
- {
645
- "name": "status",
646
- "description": "Default: -\n\nSet Badge as a status dot"
647
- },
648
- {
649
- "name": "color",
650
- "description": "Default: -\n\nCustomize Badge dot color"
651
- },
652
- {
653
- "name": "text",
654
- "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
655
- },
656
- {
657
- "name": "size",
658
- "description": "Default: -\n\nIf count is set, size sets the size of badge"
659
- },
660
- {
661
- "name": "offset",
662
- "description": "Default: -\n\nSet offset of the badge dot"
663
- },
664
- {
665
- "name": "title",
666
- "description": "Default: -\n\nText to show when hovering over the badge"
667
- },
668
- {
669
- "name": "classes",
670
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
671
- },
672
- {
673
- "name": "styles",
674
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
675
- }
676
- ]
677
- },
678
- {
679
- "name": "a-carousel",
680
- "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
681
- "attributes": [
682
- {
683
- "name": "effect",
684
- "description": "Default: scrollx\n\nTransition effect"
685
- },
686
- {
687
- "name": "id",
688
- "description": "Default: -\n\n-"
689
- },
690
- {
691
- "name": "slick-go-to",
692
- "description": "Default: -\n\n-"
693
- },
694
- {
695
- "name": "dot-position",
696
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
697
- },
698
- {
699
- "name": "dot-placement",
700
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
701
- },
702
- {
703
- "name": "dots",
704
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
705
- },
706
- {
707
- "name": "wait-for-animate",
708
- "description": "Default: false\n\nWhether to wait for the animation when switching"
709
- },
710
- {
711
- "name": "autoplay",
712
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
713
- },
714
- {
715
- "name": "prev-arrow",
716
- "description": "Default: -\n\n-"
717
- },
718
- {
719
- "name": "next-arrow",
720
- "description": "Default: -\n\n-"
721
- }
722
- ]
723
- },
724
- {
725
- "name": "a-app",
726
- "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
727
- "attributes": [
728
- {
729
- "name": "message",
730
- "description": "Default: -\n\nGlobal config for Message"
731
- },
732
- {
733
- "name": "notification",
734
- "description": "Default: -\n\nGlobal config for Notification"
735
- },
736
- {
737
- "name": "component",
738
- "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
739
- }
740
- ]
741
- },
742
- {
743
- "name": "a-cascader",
744
- "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
745
- "attributes": [
746
- {
747
- "name": "allow-clear",
748
- "description": "Default: true\n\nShow clear button"
749
- },
750
- {
751
- "name": "change-on-select",
752
- "description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
753
- },
754
- {
755
- "name": "classes",
756
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
757
- },
758
- {
759
- "name": "disabled",
760
- "description": "Default: false\n\nWhether disabled select"
761
- },
762
- {
763
- "name": "expand-trigger",
764
- "description": "Default: click\n\nexpand current item when click or hover, one of click hover"
731
+ "name": "expand-trigger",
732
+ "description": "Default: click\n\nexpand current item when click or hover, one of click hover"
765
733
  },
766
734
  {
767
735
  "name": "field-names",
@@ -845,6 +813,52 @@
845
813
  }
846
814
  ]
847
815
  },
816
+ {
817
+ "name": "a-carousel",
818
+ "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
819
+ "attributes": [
820
+ {
821
+ "name": "effect",
822
+ "description": "Default: scrollx\n\nTransition effect"
823
+ },
824
+ {
825
+ "name": "id",
826
+ "description": "Default: -\n\n-"
827
+ },
828
+ {
829
+ "name": "slick-go-to",
830
+ "description": "Default: -\n\n-"
831
+ },
832
+ {
833
+ "name": "dot-position",
834
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
835
+ },
836
+ {
837
+ "name": "dot-placement",
838
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
839
+ },
840
+ {
841
+ "name": "dots",
842
+ "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
843
+ },
844
+ {
845
+ "name": "wait-for-animate",
846
+ "description": "Default: false\n\nWhether to wait for the animation when switching"
847
+ },
848
+ {
849
+ "name": "autoplay",
850
+ "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
851
+ },
852
+ {
853
+ "name": "prev-arrow",
854
+ "description": "Default: -\n\n-"
855
+ },
856
+ {
857
+ "name": "next-arrow",
858
+ "description": "Default: -\n\n-"
859
+ }
860
+ ]
861
+ },
848
862
  {
849
863
  "name": "a-collapse",
850
864
  "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
@@ -938,72 +952,66 @@
938
952
  ]
939
953
  },
940
954
  {
941
- "name": "a-config-provider",
942
- "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
955
+ "name": "a-checkbox",
956
+ "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
943
957
  "attributes": [
944
958
  {
945
- "name": "component-disabled",
946
- "description": "Default: -\n\nConfig antd component disabled"
947
- },
948
- {
949
- "name": "component-size",
950
- "description": "Default: -\n\nConfig antd component size"
951
- },
952
- {
953
- "name": "csp",
954
- "description": "Default: -\n\nSet Content Security Policy config"
955
- },
956
- {
957
- "name": "direction",
958
- "description": "Default: ltr\n\nSet direction of layout. See demo"
959
+ "name": "checked",
960
+ "description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
959
961
  },
960
962
  {
961
- "name": "get-popup-container",
962
- "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
963
+ "name": "checked-value",
964
+ "description": "Default: true\n\nThe value when checked"
963
965
  },
964
966
  {
965
- "name": "get-target-container",
966
- "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
967
+ "name": "default-checked",
968
+ "description": "Default: false\n\nWhether to set the initial state"
967
969
  },
968
970
  {
969
- "name": "icon-prefix-cls",
970
- "description": "Default: anticon\n\nSet icon prefix className"
971
+ "name": "disabled",
972
+ "description": "Default: false\n\nIf disable checkbox"
971
973
  },
972
974
  {
973
- "name": "locale",
974
- "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
975
+ "name": "indeterminate",
976
+ "description": "Default: false\n\nThe indeterminate checked state of checkbox"
975
977
  },
976
978
  {
977
- "name": "popup-match-select-width",
978
- "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
979
+ "name": "un-checked-value",
980
+ "description": "Default: false\n\nThe value when unchecked"
979
981
  },
980
982
  {
981
- "name": "popup-overflow",
982
- "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
983
+ "name": "classes",
984
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
983
985
  },
984
986
  {
985
- "name": "prefix-cls",
986
- "description": "Default: ant\n\nSet prefix className"
987
- },
987
+ "name": "styles",
988
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "name": "a-checkbox-group",
994
+ "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
995
+ "attributes": [
988
996
  {
989
- "name": "render-empty",
990
- "description": "Default: -\n\nSet empty content of components. Ref Empty"
997
+ "name": "options",
998
+ "description": "Default: \\[]\n\nSpecifies options"
991
999
  },
992
1000
  {
993
- "name": "theme",
994
- "description": "Default: -\n\nSet theme, ref Customize Theme"
1001
+ "name": "disabled",
1002
+ "description": "Default: false\n\nIf disable all checkboxes"
995
1003
  },
996
1004
  {
997
- "name": "variant",
998
- "description": "Default: -\n\nSet variant of data entry components"
1005
+ "name": "name",
1006
+ "description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
999
1007
  },
1000
1008
  {
1001
- "name": "virtual",
1002
- "description": "Default: -\n\nDisable virtual scroll when set to false"
1009
+ "name": "value",
1010
+ "description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
1003
1011
  },
1004
1012
  {
1005
- "name": "warning",
1006
- "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1013
+ "name": "label-render",
1014
+ "description": "Default: -\n\n-"
1007
1015
  }
1008
1016
  ]
1009
1017
  },
@@ -1109,70 +1117,6 @@
1109
1117
  }
1110
1118
  ]
1111
1119
  },
1112
- {
1113
- "name": "a-checkbox",
1114
- "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
1115
- "attributes": [
1116
- {
1117
- "name": "checked",
1118
- "description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
1119
- },
1120
- {
1121
- "name": "checked-value",
1122
- "description": "Default: true\n\nThe value when checked"
1123
- },
1124
- {
1125
- "name": "default-checked",
1126
- "description": "Default: false\n\nWhether to set the initial state"
1127
- },
1128
- {
1129
- "name": "disabled",
1130
- "description": "Default: false\n\nIf disable checkbox"
1131
- },
1132
- {
1133
- "name": "indeterminate",
1134
- "description": "Default: false\n\nThe indeterminate checked state of checkbox"
1135
- },
1136
- {
1137
- "name": "un-checked-value",
1138
- "description": "Default: false\n\nThe value when unchecked"
1139
- },
1140
- {
1141
- "name": "classes",
1142
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1143
- },
1144
- {
1145
- "name": "styles",
1146
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1147
- }
1148
- ]
1149
- },
1150
- {
1151
- "name": "a-checkbox-group",
1152
- "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
1153
- "attributes": [
1154
- {
1155
- "name": "options",
1156
- "description": "Default: \\[]\n\nSpecifies options"
1157
- },
1158
- {
1159
- "name": "disabled",
1160
- "description": "Default: false\n\nIf disable all checkboxes"
1161
- },
1162
- {
1163
- "name": "name",
1164
- "description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
1165
- },
1166
- {
1167
- "name": "value",
1168
- "description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
1169
- },
1170
- {
1171
- "name": "label-render",
1172
- "description": "Default: -\n\n-"
1173
- }
1174
- ]
1175
- },
1176
1120
  {
1177
1121
  "name": "a-localization",
1178
1122
  "description": "To select or input a date.",
@@ -1233,48 +1177,6 @@
1233
1177
  "description": "输入或选择日期的控件。",
1234
1178
  "attributes": []
1235
1179
  },
1236
- {
1237
- "name": "a-divider",
1238
- "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1239
- "attributes": [
1240
- {
1241
- "name": "dashed",
1242
- "description": "Default: false\n\nWhether line is dashed"
1243
- },
1244
- {
1245
- "name": "orientation",
1246
- "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1247
- },
1248
- {
1249
- "name": "plain",
1250
- "description": "Default: true\n\nDivider text show as plain style"
1251
- },
1252
- {
1253
- "name": "size",
1254
- "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1255
- },
1256
- {
1257
- "name": "title-placement",
1258
- "description": "Default: center\n\nThe position of title inside divider"
1259
- },
1260
- {
1261
- "name": "variant",
1262
- "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1263
- },
1264
- {
1265
- "name": "vertical",
1266
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1267
- },
1268
- {
1269
- "name": "classes",
1270
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1271
- },
1272
- {
1273
- "name": "styles",
1274
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1275
- }
1276
- ]
1277
- },
1278
1180
  {
1279
1181
  "name": "a-descriptions",
1280
1182
  "description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
@@ -1334,126 +1236,117 @@
1334
1236
  ]
1335
1237
  },
1336
1238
  {
1337
- "name": "a-dropdown",
1338
- "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1239
+ "name": "a-config-provider",
1240
+ "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1339
1241
  "attributes": [
1340
1242
  {
1341
- "name": "classes",
1342
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1343
- },
1344
- {
1345
- "name": "styles",
1346
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1347
- },
1348
- {
1349
- "name": "menu",
1350
- "description": "Default: -\n\nThe menu props"
1243
+ "name": "component-disabled",
1244
+ "description": "Default: -\n\nConfig antd component disabled"
1351
1245
  },
1352
1246
  {
1353
- "name": "auto-focus",
1354
- "description": "Default: -\n\nFocus the first menu item when opened"
1247
+ "name": "component-size",
1248
+ "description": "Default: -\n\nConfig antd component size"
1355
1249
  },
1356
1250
  {
1357
- "name": "arrow",
1358
- "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1251
+ "name": "csp",
1252
+ "description": "Default: -\n\nSet Content Security Policy config"
1359
1253
  },
1360
1254
  {
1361
- "name": "trigger",
1362
- "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1255
+ "name": "direction",
1256
+ "description": "Default: ltr\n\nSet direction of layout. See demo"
1363
1257
  },
1364
1258
  {
1365
- "name": "popup-render",
1366
- "description": "Default: -\n\nCustomize popup content"
1259
+ "name": "get-popup-container",
1260
+ "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1367
1261
  },
1368
1262
  {
1369
- "name": "open",
1370
- "description": "Default: -\n\nWhether the dropdown menu is currently open"
1263
+ "name": "get-target-container",
1264
+ "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1371
1265
  },
1372
1266
  {
1373
- "name": "disabled",
1374
- "description": "Default: -\n\nWhether the dropdown menu is disabled"
1267
+ "name": "icon-prefix-cls",
1268
+ "description": "Default: anticon\n\nSet icon prefix className"
1375
1269
  },
1376
1270
  {
1377
- "name": "destroy-on-hidden",
1378
- "description": "Default: false\n\nWhether destroy dropdown when hidden"
1271
+ "name": "locale",
1272
+ "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1379
1273
  },
1380
1274
  {
1381
- "name": "align",
1382
- "description": "Default: -\n\nPopup align config"
1275
+ "name": "popup-match-select-width",
1276
+ "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
1383
1277
  },
1384
1278
  {
1385
- "name": "get-popup-container",
1386
- "description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
1279
+ "name": "popup-overflow",
1280
+ "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1387
1281
  },
1388
1282
  {
1389
1283
  "name": "prefix-cls",
1390
- "description": "Default: -\n\nCustomize prefix class name"
1391
- },
1392
- {
1393
- "name": "transition-name",
1394
- "description": "Default: -\n\nMotion name of dropdown"
1395
- },
1396
- {
1397
- "name": "placement",
1398
- "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1284
+ "description": "Default: ant\n\nSet prefix className"
1399
1285
  },
1400
1286
  {
1401
- "name": "force-render",
1402
- "description": "Default: -\n\nForce render dropdown overlay"
1287
+ "name": "render-empty",
1288
+ "description": "Default: -\n\nSet empty content of components. Ref Empty"
1403
1289
  },
1404
1290
  {
1405
- "name": "mouse-enter-delay",
1406
- "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1291
+ "name": "theme",
1292
+ "description": "Default: -\n\nSet theme, ref Customize Theme"
1407
1293
  },
1408
1294
  {
1409
- "name": "mouse-leave-delay",
1410
- "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1295
+ "name": "variant",
1296
+ "description": "Default: -\n\nSet variant of data entry components"
1411
1297
  },
1412
1298
  {
1413
- "name": "open-class-name",
1414
- "description": "Default: -\n\nClass added to trigger when dropdown is open"
1299
+ "name": "virtual",
1300
+ "description": "Default: -\n\nDisable virtual scroll when set to false"
1415
1301
  },
1416
1302
  {
1417
- "name": "auto-adjust-overflow",
1418
- "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1303
+ "name": "warning",
1304
+ "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1419
1305
  }
1420
1306
  ]
1421
1307
  },
1422
1308
  {
1423
- "name": "a-empty",
1424
- "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1309
+ "name": "a-divider",
1310
+ "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1425
1311
  "attributes": [
1426
1312
  {
1427
- "name": "classes",
1428
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1313
+ "name": "dashed",
1314
+ "description": "Default: false\n\nWhether line is dashed"
1429
1315
  },
1430
1316
  {
1431
- "name": "styles",
1432
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1317
+ "name": "orientation",
1318
+ "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1433
1319
  },
1434
1320
  {
1435
- "name": "image",
1436
- "description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
1321
+ "name": "plain",
1322
+ "description": "Default: true\n\nDivider text show as plain style"
1437
1323
  },
1438
1324
  {
1439
- "name": "description",
1440
- "description": "Default: -\n\nCustomize description"
1325
+ "name": "size",
1326
+ "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1441
1327
  },
1442
1328
  {
1443
- "name": "root-class",
1444
- "description": "Default: -\n\nRoot container class"
1329
+ "name": "title-placement",
1330
+ "description": "Default: center\n\nThe position of title inside divider"
1445
1331
  },
1446
1332
  {
1447
- "name": "prefix-cls",
1448
- "description": "Default: -\n\nPrefix class name"
1333
+ "name": "variant",
1334
+ "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1335
+ },
1336
+ {
1337
+ "name": "vertical",
1338
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1339
+ },
1340
+ {
1341
+ "name": "classes",
1342
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1343
+ },
1344
+ {
1345
+ "name": "styles",
1346
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1449
1347
  }
1450
1348
  ]
1451
1349
  },
1452
- {
1453
- "name": "a-flex",
1454
- "description": "用于对齐的弹性布局容器。",
1455
- "attributes": []
1456
- },
1457
1350
  {
1458
1351
  "name": "a-drawer",
1459
1352
  "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
@@ -1557,8 +1450,8 @@
1557
1450
  ]
1558
1451
  },
1559
1452
  {
1560
- "name": "a-form",
1561
- "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
1453
+ "name": "a-empty",
1454
+ "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1562
1455
  "attributes": [
1563
1456
  {
1564
1457
  "name": "classes",
@@ -1569,198 +1462,114 @@
1569
1462
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1570
1463
  },
1571
1464
  {
1572
- "name": "colon",
1573
- "description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
1465
+ "name": "image",
1466
+ "description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
1574
1467
  },
1575
1468
  {
1576
- "name": "name",
1577
- "description": "Default: -\n\nForm name. Will be the prefix of Field id"
1469
+ "name": "description",
1470
+ "description": "Default: -\n\nCustomize description"
1578
1471
  },
1579
1472
  {
1580
- "name": "layout",
1581
- "description": "Default: horizontal\n\nForm layout"
1473
+ "name": "root-class",
1474
+ "description": "Default: -\n\nRoot container class"
1582
1475
  },
1583
1476
  {
1584
- "name": "label-align",
1585
- "description": "Default: right\n\nThe text align of label of all items"
1586
- },
1477
+ "name": "prefix-cls",
1478
+ "description": "Default: -\n\nPrefix class name"
1479
+ }
1480
+ ]
1481
+ },
1482
+ {
1483
+ "name": "a-flex",
1484
+ "description": "用于对齐的弹性布局容器。",
1485
+ "attributes": []
1486
+ },
1487
+ {
1488
+ "name": "a-dropdown",
1489
+ "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1490
+ "attributes": [
1587
1491
  {
1588
- "name": "label-wrap",
1589
- "description": "Default: false\n\nwhether label can be wrap"
1492
+ "name": "classes",
1493
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1590
1494
  },
1591
1495
  {
1592
- "name": "label-col",
1593
- "description": "Default: -\n\nLabel layout, like Col component. Set span offset value like {span: 3, offset: 12} or sm: {span: 3, offset: 12}"
1594
- },
1595
- {
1596
- "name": "wrapper-col",
1597
- "description": "Default: -\n\nThe layout for input controls, same as labelCol"
1598
- },
1599
- {
1600
- "name": "feedback-icons",
1601
- "description": "Default: -\n\nCan be passed custom icons while Form.Item element has hasFeedback"
1602
- },
1603
- {
1604
- "name": "size",
1605
- "description": "Default: -\n\nSet field component size (antd components only)"
1606
- },
1607
- {
1608
- "name": "disabled",
1609
- "description": "Default: false\n\nSet form component disable, only available for antd components"
1610
- },
1611
- {
1612
- "name": "scroll-to-first-error",
1613
- "description": "Default: false\n\nAuto scroll to first failed field when submit"
1496
+ "name": "styles",
1497
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1614
1498
  },
1615
1499
  {
1616
- "name": "required-mark",
1617
- "description": "Default: true\n\nRequired mark style. Can use required mark or optional mark. You can not config to single Form.Item since this is a Form level config"
1500
+ "name": "menu",
1501
+ "description": "Default: -\n\nThe menu props"
1618
1502
  },
1619
1503
  {
1620
- "name": "variant",
1621
- "description": "Default: outlined\n\nVariant of components inside form"
1504
+ "name": "auto-focus",
1505
+ "description": "Default: -\n\nFocus the first menu item when opened"
1622
1506
  },
1623
1507
  {
1624
- "name": "validate-messages",
1625
- "description": "Default: -\n\nValidation prompt template, description see below"
1508
+ "name": "arrow",
1509
+ "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1626
1510
  },
1627
1511
  {
1628
- "name": "model",
1629
- "description": "Default: -\n\nForm model"
1512
+ "name": "trigger",
1513
+ "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1630
1514
  },
1631
1515
  {
1632
- "name": "rules",
1633
- "description": "Default: -\n\nForm rules"
1516
+ "name": "popup-render",
1517
+ "description": "Default: -\n\nCustomize popup content"
1634
1518
  },
1635
1519
  {
1636
- "name": "validate-trigger",
1637
- "description": "Default: change\n\nConfig field validate trigger. When set to false, all interaction-driven validation is disabled even if a rule declares trigger or validateTrigger; validateFields and submit validation still run"
1520
+ "name": "open",
1521
+ "description": "Default: -\n\nWhether the dropdown menu is currently open"
1638
1522
  },
1639
1523
  {
1640
- "name": "preserve",
1641
- "description": "Default: true\n\nKeep field value even when field removed. You can get the preserve field value by getFieldsValue(true)"
1524
+ "name": "disabled",
1525
+ "description": "Default: -\n\nWhether the dropdown menu is disabled"
1642
1526
  },
1643
1527
  {
1644
- "name": "clear-on-destroy",
1645
- "description": "Default: false\n\nClear form values when the form is uninstalled"
1528
+ "name": "destroy-on-hidden",
1529
+ "description": "Default: false\n\nWhether destroy dropdown when hidden"
1646
1530
  },
1647
1531
  {
1648
- "name": "validate-on-rule-change",
1649
- "description": "Default: false\n\nAutomatically revalidates the form when Form.rules changes"
1532
+ "name": "align",
1533
+ "description": "Default: -\n\nPopup align config"
1650
1534
  },
1651
1535
  {
1652
- "name": "root-class",
1653
- "description": "Default: -\n\nRoot container class"
1536
+ "name": "get-popup-container",
1537
+ "description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
1654
1538
  },
1655
1539
  {
1656
1540
  "name": "prefix-cls",
1657
- "description": "Default: -\n\nPrefix class name"
1658
- }
1659
- ]
1660
- },
1661
- {
1662
- "name": "a-form-item",
1663
- "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
1664
- "attributes": [
1665
- {
1666
- "name": "name",
1667
- "description": "Default: -\n\nField name"
1668
- },
1669
- {
1670
- "name": "label",
1671
- "description": "Default: -\n\nLabel text"
1672
- },
1673
- {
1674
- "name": "label-align",
1675
- "description": "Default: right\n\nThe text align of label"
1676
- },
1677
- {
1678
- "name": "label-col",
1679
- "description": "Default: -\n\nThe layout of label. If both Form and Form.Item exists, use Item first"
1680
- },
1681
- {
1682
- "name": "wrapper-col",
1683
- "description": "Default: -\n\nThe layout for input controls, same as labelCol"
1684
- },
1685
- {
1686
- "name": "colon",
1687
- "description": "Default: true\n\nUsed with label, whether to display : after label text"
1688
- },
1689
- {
1690
- "name": "extra",
1691
- "description": "Default: -\n\nThe extra prompt message"
1692
- },
1693
- {
1694
- "name": "help",
1695
- "description": "Default: -\n\nThe prompt message. If not provided, the prompt message will be generated by the validation rule"
1696
- },
1697
- {
1698
- "name": "has-feedback",
1699
- "description": "Default: false\n\nDisplay validation status icon"
1700
- },
1701
- {
1702
- "name": "validate-status",
1703
- "description": "Default: -\n\nThe validation status"
1704
- },
1705
- {
1706
- "name": "required",
1707
- "description": "Default: false\n\nDisplay required style. It will be generated by the validation rule"
1708
- },
1709
- {
1710
- "name": "rules",
1711
- "description": "Default: -\n\nRules for field validation"
1712
- },
1713
- {
1714
- "name": "validate-trigger",
1715
- "description": "Default: change\n\nWhen to validate the value of children node. When set to false, all interaction-driven validation for the field is disabled even if a rule declares trigger or validateTrigger; explicit validateFields and submit validation still run"
1716
- },
1717
- {
1718
- "name": "validate-debounce",
1719
- "description": "Default: -\n\nDelay milliseconds to start validation"
1720
- },
1721
- {
1722
- "name": "validate-first",
1723
- "description": "Default: false\n\nWhether stop validate on first rule of error for this field. Will parallel validate when parallel configured"
1724
- },
1725
- {
1726
- "name": "no-style",
1727
- "description": "Default: false\n\nNo style for true, used as a pure field control"
1541
+ "description": "Default: -\n\nCustomize prefix class name"
1728
1542
  },
1729
1543
  {
1730
- "name": "id",
1731
- "description": "Default: -\n\nSet sub label htmlFor"
1544
+ "name": "transition-name",
1545
+ "description": "Default: -\n\nMotion name of dropdown"
1732
1546
  },
1733
1547
  {
1734
- "name": "hidden",
1735
- "description": "Default: false\n\nWhether to hide Form.Item (still collect and validate value)"
1548
+ "name": "placement",
1549
+ "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1736
1550
  },
1737
1551
  {
1738
- "name": "message-variables",
1739
- "description": "Default: -\n\nThe default validate field info"
1552
+ "name": "force-render",
1553
+ "description": "Default: -\n\nForce render dropdown overlay"
1740
1554
  },
1741
1555
  {
1742
- "name": "tooltip",
1743
- "description": "Default: -\n\nConfig tooltip info"
1556
+ "name": "mouse-enter-delay",
1557
+ "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1744
1558
  },
1745
1559
  {
1746
- "name": "layout",
1747
- "description": "Default: -\n\nForm item layout"
1560
+ "name": "mouse-leave-delay",
1561
+ "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1748
1562
  },
1749
1563
  {
1750
- "name": "root-class",
1751
- "description": "Default: -\n\nRoot container class"
1564
+ "name": "open-class-name",
1565
+ "description": "Default: -\n\nClass added to trigger when dropdown is open"
1752
1566
  },
1753
1567
  {
1754
- "name": "prefix-cls",
1755
- "description": "Default: -\n\nPrefix class name"
1568
+ "name": "auto-adjust-overflow",
1569
+ "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1756
1570
  }
1757
1571
  ]
1758
1572
  },
1759
- {
1760
- "name": "a-类型",
1761
- "description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
1762
- "attributes": []
1763
- },
1764
1573
  {
1765
1574
  "name": "a-float-button-group",
1766
1575
  "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
@@ -1892,127 +1701,210 @@
1892
1701
  ]
1893
1702
  },
1894
1703
  {
1895
- "name": "a-row",
1896
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1704
+ "name": "a-form",
1705
+ "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
1897
1706
  "attributes": [
1898
1707
  {
1899
- "name": "align",
1900
- "description": "Default: top\n\nVertical alignment"
1708
+ "name": "classes",
1709
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1901
1710
  },
1902
1711
  {
1903
- "name": "gutter",
1904
- "description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
1712
+ "name": "styles",
1713
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1905
1714
  },
1906
1715
  {
1907
- "name": "justify",
1908
- "description": "Default: start\n\nHorizontal arrangement"
1716
+ "name": "colon",
1717
+ "description": "Default: true\n\nConfigure the default value of colon for Form.Item. Indicates whether the colon after the label is displayed (only effective when prop layout is horizontal)"
1909
1718
  },
1910
1719
  {
1911
- "name": "wrap",
1912
- "description": "Default: true\n\nAuto wrap line"
1913
- }
1914
- ]
1915
- },
1916
- {
1917
- "name": "a-col",
1918
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1919
- "attributes": [
1920
- {
1921
- "name": "flex",
1922
- "description": "Default: -\n\nFlex layout style"
1720
+ "name": "name",
1721
+ "description": "Default: -\n\nForm name. Will be the prefix of Field id"
1923
1722
  },
1924
1723
  {
1925
- "name": "offset",
1926
- "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1724
+ "name": "layout",
1725
+ "description": "Default: horizontal\n\nForm layout"
1927
1726
  },
1928
1727
  {
1929
- "name": "order",
1930
- "description": "Default: 0\n\nRaster order"
1728
+ "name": "label-align",
1729
+ "description": "Default: right\n\nThe text align of label of all items"
1931
1730
  },
1932
1731
  {
1933
- "name": "pull",
1934
- "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1732
+ "name": "label-wrap",
1733
+ "description": "Default: false\n\nwhether label can be wrap"
1935
1734
  },
1936
1735
  {
1937
- "name": "push",
1938
- "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1736
+ "name": "label-col",
1737
+ "description": "Default: -\n\nLabel layout, like Col component. Set span offset value like {span: 3, offset: 12} or sm: {span: 3, offset: 12}"
1939
1738
  },
1940
1739
  {
1941
- "name": "span",
1942
- "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1740
+ "name": "wrapper-col",
1741
+ "description": "Default: -\n\nThe layout for input controls, same as labelCol"
1943
1742
  },
1944
1743
  {
1945
- "name": "xs",
1946
- "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1744
+ "name": "feedback-icons",
1745
+ "description": "Default: -\n\nCan be passed custom icons while Form.Item element has hasFeedback"
1947
1746
  },
1948
1747
  {
1949
- "name": "sm",
1950
- "description": "Default: -\n\nscreen 576px, could be a span value or an object containing above props"
1748
+ "name": "size",
1749
+ "description": "Default: -\n\nSet field component size (antd components only)"
1951
1750
  },
1952
1751
  {
1953
- "name": "md",
1954
- "description": "Default: -\n\nscreen 768px, could be a span value or an object containing above props"
1752
+ "name": "disabled",
1753
+ "description": "Default: false\n\nSet form component disable, only available for antd components"
1955
1754
  },
1956
1755
  {
1957
- "name": "lg",
1958
- "description": "Default: -\n\nscreen 992px, could be a span value or an object containing above props"
1756
+ "name": "scroll-to-first-error",
1757
+ "description": "Default: false\n\nAuto scroll to first failed field when submit"
1959
1758
  },
1960
1759
  {
1961
- "name": "xl",
1962
- "description": "Default: -\n\nscreen 1200px, could be a span value or an object containing above props"
1760
+ "name": "required-mark",
1761
+ "description": "Default: true\n\nRequired mark style. Can use required mark or optional mark. You can not config to single Form.Item since this is a Form level config"
1963
1762
  },
1964
1763
  {
1965
- "name": "xxl",
1966
- "description": "Default: -\n\nscreen 1600px, could be a span value or an object containing above props"
1764
+ "name": "variant",
1765
+ "description": "Default: outlined\n\nVariant of components inside form"
1967
1766
  },
1968
1767
  {
1969
- "name": "xxxl",
1970
- "description": "Default: -\n\nscreen 1920px, could be a span value or an object containing above props"
1971
- }
1972
- ]
1973
- },
1974
- {
1975
- "name": "a-image",
1976
- "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
1977
- "attributes": [
1978
- {
1979
- "name": "preview",
1980
- "description": "Default: true\n\nPreview configuration; set to false to disable"
1768
+ "name": "validate-messages",
1769
+ "description": "Default: -\n\nValidation prompt template, description see below"
1981
1770
  },
1982
1771
  {
1983
- "name": "wrapper-style",
1984
- "description": "Default: -\n\nDeprecated."
1772
+ "name": "model",
1773
+ "description": "Default: -\n\nForm model"
1985
1774
  },
1986
1775
  {
1987
- "name": "classes",
1988
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1776
+ "name": "rules",
1777
+ "description": "Default: -\n\nForm rules"
1989
1778
  },
1990
1779
  {
1991
- "name": "styles",
1992
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1780
+ "name": "validate-trigger",
1781
+ "description": "Default: change\n\nConfig field validate trigger. When set to false, all interaction-driven validation is disabled even if a rule declares trigger or validateTrigger; validateFields and submit validation still run"
1782
+ },
1783
+ {
1784
+ "name": "preserve",
1785
+ "description": "Default: true\n\nKeep field value even when field removed. You can get the preserve field value by getFieldsValue(true)"
1786
+ },
1787
+ {
1788
+ "name": "clear-on-destroy",
1789
+ "description": "Default: false\n\nClear form values when the form is uninstalled"
1790
+ },
1791
+ {
1792
+ "name": "validate-on-rule-change",
1793
+ "description": "Default: false\n\nAutomatically revalidates the form when Form.rules changes"
1993
1794
  },
1994
1795
  {
1995
1796
  "name": "root-class",
1996
- "description": "Default: -\n\n-"
1797
+ "description": "Default: -\n\nRoot container class"
1997
1798
  },
1998
1799
  {
1999
- "name": "alt",
2000
- "description": "Default: -\n\nImage description"
1800
+ "name": "prefix-cls",
1801
+ "description": "Default: -\n\nPrefix class name"
1802
+ }
1803
+ ]
1804
+ },
1805
+ {
1806
+ "name": "a-form-item",
1807
+ "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
1808
+ "attributes": [
1809
+ {
1810
+ "name": "name",
1811
+ "description": "Default: -\n\nField name"
2001
1812
  },
2002
1813
  {
2003
- "name": "height",
2004
- "description": "Default: -\n\nImage height"
1814
+ "name": "label",
1815
+ "description": "Default: -\n\nLabel text"
2005
1816
  },
2006
1817
  {
2007
- "name": "src",
2008
- "description": "Default: -\n\nImage URL"
1818
+ "name": "label-align",
1819
+ "description": "Default: right\n\nThe text align of label"
2009
1820
  },
2010
1821
  {
2011
- "name": "width",
2012
- "description": "Default: -\n\nImage width"
1822
+ "name": "label-col",
1823
+ "description": "Default: -\n\nThe layout of label. If both Form and Form.Item exists, use Item first"
1824
+ },
1825
+ {
1826
+ "name": "wrapper-col",
1827
+ "description": "Default: -\n\nThe layout for input controls, same as labelCol"
1828
+ },
1829
+ {
1830
+ "name": "colon",
1831
+ "description": "Default: true\n\nUsed with label, whether to display : after label text"
1832
+ },
1833
+ {
1834
+ "name": "extra",
1835
+ "description": "Default: -\n\nThe extra prompt message"
1836
+ },
1837
+ {
1838
+ "name": "help",
1839
+ "description": "Default: -\n\nThe prompt message. If not provided, the prompt message will be generated by the validation rule"
1840
+ },
1841
+ {
1842
+ "name": "has-feedback",
1843
+ "description": "Default: false\n\nDisplay validation status icon"
1844
+ },
1845
+ {
1846
+ "name": "validate-status",
1847
+ "description": "Default: -\n\nThe validation status"
1848
+ },
1849
+ {
1850
+ "name": "required",
1851
+ "description": "Default: false\n\nDisplay required style. It will be generated by the validation rule"
1852
+ },
1853
+ {
1854
+ "name": "rules",
1855
+ "description": "Default: -\n\nRules for field validation"
1856
+ },
1857
+ {
1858
+ "name": "validate-trigger",
1859
+ "description": "Default: change\n\nWhen to validate the value of children node. When set to false, all interaction-driven validation for the field is disabled even if a rule declares trigger or validateTrigger; explicit validateFields and submit validation still run"
1860
+ },
1861
+ {
1862
+ "name": "validate-debounce",
1863
+ "description": "Default: -\n\nDelay milliseconds to start validation"
1864
+ },
1865
+ {
1866
+ "name": "validate-first",
1867
+ "description": "Default: false\n\nWhether stop validate on first rule of error for this field. Will parallel validate when parallel configured"
1868
+ },
1869
+ {
1870
+ "name": "no-style",
1871
+ "description": "Default: false\n\nNo style for true, used as a pure field control"
1872
+ },
1873
+ {
1874
+ "name": "id",
1875
+ "description": "Default: -\n\nSet sub label htmlFor"
1876
+ },
1877
+ {
1878
+ "name": "hidden",
1879
+ "description": "Default: false\n\nWhether to hide Form.Item (still collect and validate value)"
1880
+ },
1881
+ {
1882
+ "name": "message-variables",
1883
+ "description": "Default: -\n\nThe default validate field info"
1884
+ },
1885
+ {
1886
+ "name": "tooltip",
1887
+ "description": "Default: -\n\nConfig tooltip info"
1888
+ },
1889
+ {
1890
+ "name": "layout",
1891
+ "description": "Default: -\n\nForm item layout"
1892
+ },
1893
+ {
1894
+ "name": "root-class",
1895
+ "description": "Default: -\n\nRoot container class"
1896
+ },
1897
+ {
1898
+ "name": "prefix-cls",
1899
+ "description": "Default: -\n\nPrefix class name"
2013
1900
  }
2014
1901
  ]
2015
1902
  },
1903
+ {
1904
+ "name": "a-类型",
1905
+ "description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
1906
+ "attributes": []
1907
+ },
2016
1908
  {
2017
1909
  "name": "a-common-icon",
2018
1910
  "description": "Semantic vector graphics.",
@@ -2073,6 +1965,128 @@
2073
1965
  "description": "语义化的矢量图形。",
2074
1966
  "attributes": []
2075
1967
  },
1968
+ {
1969
+ "name": "a-row",
1970
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1971
+ "attributes": [
1972
+ {
1973
+ "name": "align",
1974
+ "description": "Default: top\n\nVertical alignment"
1975
+ },
1976
+ {
1977
+ "name": "gutter",
1978
+ "description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
1979
+ },
1980
+ {
1981
+ "name": "justify",
1982
+ "description": "Default: start\n\nHorizontal arrangement"
1983
+ },
1984
+ {
1985
+ "name": "wrap",
1986
+ "description": "Default: true\n\nAuto wrap line"
1987
+ }
1988
+ ]
1989
+ },
1990
+ {
1991
+ "name": "a-col",
1992
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1993
+ "attributes": [
1994
+ {
1995
+ "name": "flex",
1996
+ "description": "Default: -\n\nFlex layout style"
1997
+ },
1998
+ {
1999
+ "name": "offset",
2000
+ "description": "Default: 0\n\nThe number of cells to offset Col from the left"
2001
+ },
2002
+ {
2003
+ "name": "order",
2004
+ "description": "Default: 0\n\nRaster order"
2005
+ },
2006
+ {
2007
+ "name": "pull",
2008
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
2009
+ },
2010
+ {
2011
+ "name": "push",
2012
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
2013
+ },
2014
+ {
2015
+ "name": "span",
2016
+ "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
2017
+ },
2018
+ {
2019
+ "name": "xs",
2020
+ "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
2021
+ },
2022
+ {
2023
+ "name": "sm",
2024
+ "description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
2025
+ },
2026
+ {
2027
+ "name": "md",
2028
+ "description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
2029
+ },
2030
+ {
2031
+ "name": "lg",
2032
+ "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
2033
+ },
2034
+ {
2035
+ "name": "xl",
2036
+ "description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
2037
+ },
2038
+ {
2039
+ "name": "xxl",
2040
+ "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
2041
+ },
2042
+ {
2043
+ "name": "xxxl",
2044
+ "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
2045
+ }
2046
+ ]
2047
+ },
2048
+ {
2049
+ "name": "a-image",
2050
+ "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2051
+ "attributes": [
2052
+ {
2053
+ "name": "preview",
2054
+ "description": "Default: true\n\nPreview configuration; set to false to disable"
2055
+ },
2056
+ {
2057
+ "name": "wrapper-style",
2058
+ "description": "Default: -\n\nDeprecated."
2059
+ },
2060
+ {
2061
+ "name": "classes",
2062
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2063
+ },
2064
+ {
2065
+ "name": "styles",
2066
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2067
+ },
2068
+ {
2069
+ "name": "root-class",
2070
+ "description": "Default: -\n\n-"
2071
+ },
2072
+ {
2073
+ "name": "alt",
2074
+ "description": "Default: -\n\nImage description"
2075
+ },
2076
+ {
2077
+ "name": "height",
2078
+ "description": "Default: -\n\nImage height"
2079
+ },
2080
+ {
2081
+ "name": "src",
2082
+ "description": "Default: -\n\nImage URL"
2083
+ },
2084
+ {
2085
+ "name": "width",
2086
+ "description": "Default: -\n\nImage width"
2087
+ }
2088
+ ]
2089
+ },
2076
2090
  {
2077
2091
  "name": "a-input",
2078
2092
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
@@ -2387,7 +2401,41 @@
2387
2401
  ]
2388
2402
  },
2389
2403
  {
2390
- "name": "a-menu",
2404
+ "name": "a-masonry",
2405
+ "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2406
+ "attributes": [
2407
+ {
2408
+ "name": "classes",
2409
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2410
+ },
2411
+ {
2412
+ "name": "styles",
2413
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2414
+ },
2415
+ {
2416
+ "name": "columns",
2417
+ "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2418
+ },
2419
+ {
2420
+ "name": "fresh",
2421
+ "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2422
+ },
2423
+ {
2424
+ "name": "gutter",
2425
+ "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2426
+ },
2427
+ {
2428
+ "name": "items",
2429
+ "description": "Default: -\n\nMasonry items"
2430
+ },
2431
+ {
2432
+ "name": "item-render",
2433
+ "description": "Default: -\n\nCustom item rendering function"
2434
+ }
2435
+ ]
2436
+ },
2437
+ {
2438
+ "name": "a-menu",
2391
2439
  "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2392
2440
  "attributes": [
2393
2441
  {
@@ -2496,41 +2544,6 @@
2496
2544
  }
2497
2545
  ]
2498
2546
  },
2499
- {
2500
- "name": "a-static-methods",
2501
- "description": "Prompt notification message globally.",
2502
- "attributes": []
2503
- },
2504
- {
2505
- "name": "a-arguments",
2506
- "description": "Display global messages as feedback in response to user operations.",
2507
- "attributes": []
2508
- },
2509
- {
2510
- "name": "a-config",
2511
- "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2512
- "attributes": []
2513
- },
2514
- {
2515
- "name": "a-global-configuration",
2516
- "description": "Prompt notification message globally.",
2517
- "attributes": []
2518
- },
2519
- {
2520
- "name": "a-静态方法",
2521
- "description": "全局展示通知提醒信息。",
2522
- "attributes": []
2523
- },
2524
- {
2525
- "name": "a-参数",
2526
- "description": "全局展示操作反馈信息。",
2527
- "attributes": []
2528
- },
2529
- {
2530
- "name": "a-全局配置",
2531
- "description": "全局展示通知提醒信息。",
2532
- "attributes": []
2533
- },
2534
2547
  {
2535
2548
  "name": "a-mentions",
2536
2549
  "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
@@ -2581,40 +2594,6 @@
2581
2594
  }
2582
2595
  ]
2583
2596
  },
2584
- {
2585
- "name": "a-masonry",
2586
- "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2587
- "attributes": [
2588
- {
2589
- "name": "classes",
2590
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2591
- },
2592
- {
2593
- "name": "styles",
2594
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2595
- },
2596
- {
2597
- "name": "columns",
2598
- "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2599
- },
2600
- {
2601
- "name": "fresh",
2602
- "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2603
- },
2604
- {
2605
- "name": "gutter",
2606
- "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2607
- },
2608
- {
2609
- "name": "items",
2610
- "description": "Default: -\n\nMasonry items"
2611
- },
2612
- {
2613
- "name": "item-render",
2614
- "description": "Default: -\n\nCustom item rendering function"
2615
- }
2616
- ]
2617
- },
2618
2597
  {
2619
2598
  "name": "a-modal",
2620
2599
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2761,6 +2740,41 @@
2761
2740
  }
2762
2741
  ]
2763
2742
  },
2743
+ {
2744
+ "name": "a-static-methods",
2745
+ "description": "Prompt notification message globally.",
2746
+ "attributes": []
2747
+ },
2748
+ {
2749
+ "name": "a-arguments",
2750
+ "description": "Display global messages as feedback in response to user operations.",
2751
+ "attributes": []
2752
+ },
2753
+ {
2754
+ "name": "a-config",
2755
+ "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2756
+ "attributes": []
2757
+ },
2758
+ {
2759
+ "name": "a-global-configuration",
2760
+ "description": "Prompt notification message globally.",
2761
+ "attributes": []
2762
+ },
2763
+ {
2764
+ "name": "a-静态方法",
2765
+ "description": "全局展示通知提醒信息。",
2766
+ "attributes": []
2767
+ },
2768
+ {
2769
+ "name": "a-参数",
2770
+ "description": "全局展示操作反馈信息。",
2771
+ "attributes": []
2772
+ },
2773
+ {
2774
+ "name": "a-全局配置",
2775
+ "description": "全局展示通知提醒信息。",
2776
+ "attributes": []
2777
+ },
2764
2778
  {
2765
2779
  "name": "a-args-props",
2766
2780
  "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
@@ -2776,28 +2790,6 @@
2776
2790
  "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2777
2791
  "attributes": []
2778
2792
  },
2779
- {
2780
- "name": "a-popover",
2781
- "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2782
- "attributes": [
2783
- {
2784
- "name": "title",
2785
- "description": "Default: -\n\nTitle of the card"
2786
- },
2787
- {
2788
- "name": "content",
2789
- "description": "Default: -\n\nContent of the card"
2790
- },
2791
- {
2792
- "name": "classes",
2793
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2794
- },
2795
- {
2796
- "name": "styles",
2797
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2798
- }
2799
- ]
2800
- },
2801
2793
  {
2802
2794
  "name": "a-popconfirm",
2803
2795
  "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
@@ -2853,306 +2845,278 @@
2853
2845
  ]
2854
2846
  },
2855
2847
  {
2856
- "name": "a-progress",
2857
- "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
2848
+ "name": "a-pagination",
2849
+ "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
2858
2850
  "attributes": [
2859
2851
  {
2860
- "name": "classes",
2861
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2852
+ "name": "align",
2853
+ "description": "Default: -\n\nAlignment of pagination"
2862
2854
  },
2863
2855
  {
2864
- "name": "styles",
2865
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2856
+ "name": "classes",
2857
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2866
2858
  },
2867
2859
  {
2868
- "name": "root-class",
2869
- "description": "Default: -\n\nRoot container class"
2860
+ "name": "current",
2861
+ "description": "Default: -\n\nCurrent page number"
2870
2862
  },
2871
2863
  {
2872
- "name": "type",
2873
- "description": "Default: line\n\nTo set the type, options: line circle dashboard"
2864
+ "name": "default-current",
2865
+ "description": "Default: 1\n\nDefault initial page number"
2874
2866
  },
2875
2867
  {
2876
- "name": "percent",
2877
- "description": "Default: 0\n\nTo set the completion percentage"
2868
+ "name": "default-page-size",
2869
+ "description": "Default: 10\n\nDefault number of data items per page"
2878
2870
  },
2879
2871
  {
2880
- "name": "format",
2881
- "description": "Default: (percent) => percent + %\n\nThe template function of the content"
2872
+ "name": "disabled",
2873
+ "description": "Default: -\n\nDisable pagination"
2882
2874
  },
2883
2875
  {
2884
- "name": "status",
2885
- "description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
2876
+ "name": "hide-on-single-page",
2877
+ "description": "Default: false\n\nWhether to hide pager on single page"
2886
2878
  },
2887
2879
  {
2888
- "name": "show-info",
2889
- "description": "Default: true\n\nWhether to display the progress value and the status icon"
2880
+ "name": "item-render",
2881
+ "description": "Default: -\n\nTo customize item's innerHTML"
2890
2882
  },
2891
2883
  {
2892
- "name": "stroke-width",
2893
- "description": "Default: -\n\n-"
2884
+ "name": "page-size",
2885
+ "description": "Default: -\n\nNumber of data items per page"
2894
2886
  },
2895
2887
  {
2896
- "name": "stroke-linecap",
2897
- "description": "Default: round\n\nTo set the style of the progress linecap"
2888
+ "name": "page-size-options",
2889
+ "description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
2898
2890
  },
2899
2891
  {
2900
- "name": "stroke-color",
2901
- "description": "Default: -\n\nThe color of progress bar"
2892
+ "name": "responsive",
2893
+ "description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
2902
2894
  },
2903
2895
  {
2904
- "name": "rail-color",
2905
- "description": "Default: -\n\nThe color of unfilled part"
2896
+ "name": "root-class",
2897
+ "description": "Default: -\n\nRoot container class"
2906
2898
  },
2907
2899
  {
2908
- "name": "success",
2909
- "description": "Default: -\n\nConfigs of successfully progress bar"
2900
+ "name": "show-less-items",
2901
+ "description": "Default: false\n\nShow less page items"
2910
2902
  },
2911
2903
  {
2912
- "name": "trail-color",
2913
- "description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
2904
+ "name": "show-quick-jumper",
2905
+ "description": "Default: false\n\nDetermine whether you can jump to pages directly"
2914
2906
  },
2915
2907
  {
2916
- "name": "width",
2917
- "description": "Default: -\n\nDeprecated. Use size instead"
2908
+ "name": "show-size-changer",
2909
+ "description": "Default: -\n\nDetermine whether to show pageSize select"
2918
2910
  },
2919
2911
  {
2920
- "name": "size",
2921
- "description": "Default: default\n\nProgress size"
2922
- }
2923
- ]
2924
- },
2925
- {
2926
- "name": "a-qrcode",
2927
- "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
2928
- "attributes": [
2912
+ "name": "total-boundary-show-size-changer",
2913
+ "description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
2914
+ },
2929
2915
  {
2930
- "name": "value",
2931
- "description": "Default: -\n\nscanned text"
2916
+ "name": "show-title",
2917
+ "description": "Default: true\n\nShow page item's title"
2932
2918
  },
2933
2919
  {
2934
- "name": "type",
2935
- "description": "Default: canvas\n\nrender type"
2920
+ "name": "show-total",
2921
+ "description": "Default: -\n\nTo display the total number and range"
2936
2922
  },
2937
2923
  {
2938
- "name": "icon",
2939
- "description": "Default: -\n\ninclude image url (only image link are supported)"
2924
+ "name": "simple",
2925
+ "description": "Default: -\n\nWhether to use simple mode"
2940
2926
  },
2941
2927
  {
2942
2928
  "name": "size",
2943
- "description": "Default: 160\n\nQRCode size"
2929
+ "description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
2944
2930
  },
2945
2931
  {
2946
- "name": "icon-size",
2947
- "description": "Default: 40\n\ninclude image size"
2932
+ "name": "styles",
2933
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2948
2934
  },
2949
2935
  {
2950
- "name": "color",
2951
- "description": "Default: #000\n\nQRCode Color"
2936
+ "name": "total",
2937
+ "description": "Default: 0\n\nTotal number of data items"
2952
2938
  },
2953
2939
  {
2954
- "name": "classes",
2955
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2940
+ "name": "locale",
2941
+ "description": "Default: -\n\nPagination locale"
2956
2942
  },
2957
2943
  {
2958
- "name": "bg-color",
2959
- "description": "Default: transparent\n\nQRCode Background Color"
2944
+ "name": "prev-icon",
2945
+ "description": "Default: -\n\nCustom previous icon"
2960
2946
  },
2961
2947
  {
2962
- "name": "margin-size",
2963
- "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
2948
+ "name": "next-icon",
2949
+ "description": "Default: -\n\nCustom next icon"
2964
2950
  },
2965
2951
  {
2966
- "name": "bordered",
2967
- "description": "Default: true\n\nWhether has border style"
2952
+ "name": "jump-prev-icon",
2953
+ "description": "Default: -\n\nCustom jump-prev icon"
2968
2954
  },
2969
2955
  {
2970
- "name": "error-level",
2971
- "description": "Default: 'M'\n\nError Code Level"
2956
+ "name": "jump-next-icon",
2957
+ "description": "Default: -\n\nCustom jump-next icon"
2972
2958
  },
2973
2959
  {
2974
- "name": "boost-level",
2975
- "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
2960
+ "name": "select-component-class",
2961
+ "description": "Default: -\n\nDeprecated, not official support"
2962
+ }
2963
+ ]
2964
+ },
2965
+ {
2966
+ "name": "a-popover",
2967
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2968
+ "attributes": [
2969
+ {
2970
+ "name": "title",
2971
+ "description": "Default: -\n\nTitle of the card"
2976
2972
  },
2977
2973
  {
2978
- "name": "status",
2979
- "description": "Default: 'active'\n\nQRCode status"
2974
+ "name": "content",
2975
+ "description": "Default: -\n\nContent of the card"
2980
2976
  },
2981
2977
  {
2982
- "name": "status-render",
2983
- "description": "Default: -\n\ncustom status render"
2978
+ "name": "classes",
2979
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2984
2980
  },
2985
2981
  {
2986
2982
  "name": "styles",
2987
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2983
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2988
2984
  }
2989
2985
  ]
2990
2986
  },
2991
2987
  {
2992
- "name": "a-pagination",
2993
- "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
2988
+ "name": "a-progress",
2989
+ "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
2994
2990
  "attributes": [
2995
- {
2996
- "name": "align",
2997
- "description": "Default: -\n\nAlignment of pagination"
2998
- },
2999
2991
  {
3000
2992
  "name": "classes",
3001
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3002
- },
3003
- {
3004
- "name": "current",
3005
- "description": "Default: -\n\nCurrent page number"
3006
- },
3007
- {
3008
- "name": "default-current",
3009
- "description": "Default: 1\n\nDefault initial page number"
3010
- },
3011
- {
3012
- "name": "default-page-size",
3013
- "description": "Default: 10\n\nDefault number of data items per page"
3014
- },
3015
- {
3016
- "name": "disabled",
3017
- "description": "Default: -\n\nDisable pagination"
3018
- },
3019
- {
3020
- "name": "hide-on-single-page",
3021
- "description": "Default: false\n\nWhether to hide pager on single page"
3022
- },
3023
- {
3024
- "name": "item-render",
3025
- "description": "Default: -\n\nTo customize item's innerHTML"
3026
- },
3027
- {
3028
- "name": "page-size",
3029
- "description": "Default: -\n\nNumber of data items per page"
3030
- },
3031
- {
3032
- "name": "page-size-options",
3033
- "description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
2993
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3034
2994
  },
3035
2995
  {
3036
- "name": "responsive",
3037
- "description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
2996
+ "name": "styles",
2997
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3038
2998
  },
3039
2999
  {
3040
3000
  "name": "root-class",
3041
3001
  "description": "Default: -\n\nRoot container class"
3042
3002
  },
3043
3003
  {
3044
- "name": "show-less-items",
3045
- "description": "Default: false\n\nShow less page items"
3046
- },
3047
- {
3048
- "name": "show-quick-jumper",
3049
- "description": "Default: false\n\nDetermine whether you can jump to pages directly"
3050
- },
3051
- {
3052
- "name": "show-size-changer",
3053
- "description": "Default: -\n\nDetermine whether to show pageSize select"
3054
- },
3055
- {
3056
- "name": "total-boundary-show-size-changer",
3057
- "description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
3004
+ "name": "type",
3005
+ "description": "Default: line\n\nTo set the type, options: line circle dashboard"
3058
3006
  },
3059
3007
  {
3060
- "name": "show-title",
3061
- "description": "Default: true\n\nShow page item's title"
3008
+ "name": "percent",
3009
+ "description": "Default: 0\n\nTo set the completion percentage"
3062
3010
  },
3063
3011
  {
3064
- "name": "show-total",
3065
- "description": "Default: -\n\nTo display the total number and range"
3012
+ "name": "format",
3013
+ "description": "Default: (percent) => percent + %\n\nThe template function of the content"
3066
3014
  },
3067
3015
  {
3068
- "name": "simple",
3069
- "description": "Default: -\n\nWhether to use simple mode"
3016
+ "name": "status",
3017
+ "description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
3070
3018
  },
3071
3019
  {
3072
- "name": "size",
3073
- "description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
3020
+ "name": "show-info",
3021
+ "description": "Default: true\n\nWhether to display the progress value and the status icon"
3074
3022
  },
3075
3023
  {
3076
- "name": "styles",
3077
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3024
+ "name": "stroke-width",
3025
+ "description": "Default: -\n\n-"
3078
3026
  },
3079
3027
  {
3080
- "name": "total",
3081
- "description": "Default: 0\n\nTotal number of data items"
3028
+ "name": "stroke-linecap",
3029
+ "description": "Default: round\n\nTo set the style of the progress linecap"
3082
3030
  },
3083
3031
  {
3084
- "name": "locale",
3085
- "description": "Default: -\n\nPagination locale"
3032
+ "name": "stroke-color",
3033
+ "description": "Default: -\n\nThe color of progress bar"
3086
3034
  },
3087
3035
  {
3088
- "name": "prev-icon",
3089
- "description": "Default: -\n\nCustom previous icon"
3036
+ "name": "rail-color",
3037
+ "description": "Default: -\n\nThe color of unfilled part"
3090
3038
  },
3091
3039
  {
3092
- "name": "next-icon",
3093
- "description": "Default: -\n\nCustom next icon"
3040
+ "name": "success",
3041
+ "description": "Default: -\n\nConfigs of successfully progress bar"
3094
3042
  },
3095
3043
  {
3096
- "name": "jump-prev-icon",
3097
- "description": "Default: -\n\nCustom jump-prev icon"
3044
+ "name": "trail-color",
3045
+ "description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
3098
3046
  },
3099
3047
  {
3100
- "name": "jump-next-icon",
3101
- "description": "Default: -\n\nCustom jump-next icon"
3048
+ "name": "width",
3049
+ "description": "Default: -\n\nDeprecated. Use size instead"
3102
3050
  },
3103
3051
  {
3104
- "name": "select-component-class",
3105
- "description": "Default: -\n\nDeprecated, not official support"
3052
+ "name": "size",
3053
+ "description": "Default: default\n\nProgress size"
3106
3054
  }
3107
3055
  ]
3108
3056
  },
3109
3057
  {
3110
- "name": "a-rate",
3111
- "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
3058
+ "name": "a-qrcode",
3059
+ "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3112
3060
  "attributes": [
3113
3061
  {
3114
- "name": "allow-clear",
3115
- "description": "Default: true\n\nWhether to allow clear when click again"
3062
+ "name": "value",
3063
+ "description": "Default: -\n\nscanned text"
3116
3064
  },
3117
3065
  {
3118
- "name": "allow-half",
3119
- "description": "Default: false\n\nWhether to allow semi selection"
3066
+ "name": "type",
3067
+ "description": "Default: canvas\n\nrender type"
3120
3068
  },
3121
3069
  {
3122
- "name": "character",
3123
- "description": "Default: -\n\nThe custom character of rate"
3070
+ "name": "icon",
3071
+ "description": "Default: -\n\ninclude image url (only image link are supported)"
3124
3072
  },
3125
3073
  {
3126
- "name": "class-name",
3127
- "description": "Default: -\n\nThe custom class name of rate"
3074
+ "name": "size",
3075
+ "description": "Default: 160\n\nQRCode size"
3128
3076
  },
3129
3077
  {
3130
- "name": "count",
3131
- "description": "Default: 5\n\nStar count"
3078
+ "name": "icon-size",
3079
+ "description": "Default: 40\n\ninclude image size"
3132
3080
  },
3133
3081
  {
3134
- "name": "disabled",
3135
- "description": "Default: false\n\nIf read only, unable to interact"
3082
+ "name": "color",
3083
+ "description": "Default: #000\n\nQRCode Color"
3136
3084
  },
3137
3085
  {
3138
- "name": "keyboard",
3139
- "description": "Default: true\n\nSupport keyboard operation"
3086
+ "name": "classes",
3087
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3140
3088
  },
3141
3089
  {
3142
- "name": "size",
3143
- "description": "Default: 'middle'\n\nStar size"
3090
+ "name": "bg-color",
3091
+ "description": "Default: transparent\n\nQRCode Background Color"
3144
3092
  },
3145
3093
  {
3146
- "name": "style",
3147
- "description": "Default: -\n\nThe custom style object of rate"
3094
+ "name": "margin-size",
3095
+ "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3148
3096
  },
3149
3097
  {
3150
- "name": "tooltips",
3151
- "description": "Default: -\n\nCustomize tooltip by each character"
3098
+ "name": "bordered",
3099
+ "description": "Default: true\n\nWhether has border style"
3152
3100
  },
3153
3101
  {
3154
- "name": "value",
3155
- "description": "Default: -\n\nThe current value, support v-model:value"
3102
+ "name": "error-level",
3103
+ "description": "Default: 'M'\n\nError Code Level"
3104
+ },
3105
+ {
3106
+ "name": "boost-level",
3107
+ "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3108
+ },
3109
+ {
3110
+ "name": "status",
3111
+ "description": "Default: 'active'\n\nQRCode status"
3112
+ },
3113
+ {
3114
+ "name": "status-render",
3115
+ "description": "Default: -\n\ncustom status render"
3116
+ },
3117
+ {
3118
+ "name": "styles",
3119
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3156
3120
  }
3157
3121
  ]
3158
3122
  },
@@ -3240,6 +3204,56 @@
3240
3204
  }
3241
3205
  ]
3242
3206
  },
3207
+ {
3208
+ "name": "a-rate",
3209
+ "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
3210
+ "attributes": [
3211
+ {
3212
+ "name": "allow-clear",
3213
+ "description": "Default: true\n\nWhether to allow clear when click again"
3214
+ },
3215
+ {
3216
+ "name": "allow-half",
3217
+ "description": "Default: false\n\nWhether to allow semi selection"
3218
+ },
3219
+ {
3220
+ "name": "character",
3221
+ "description": "Default: -\n\nThe custom character of rate"
3222
+ },
3223
+ {
3224
+ "name": "class-name",
3225
+ "description": "Default: -\n\nThe custom class name of rate"
3226
+ },
3227
+ {
3228
+ "name": "count",
3229
+ "description": "Default: 5\n\nStar count"
3230
+ },
3231
+ {
3232
+ "name": "disabled",
3233
+ "description": "Default: false\n\nIf read only, unable to interact"
3234
+ },
3235
+ {
3236
+ "name": "keyboard",
3237
+ "description": "Default: true\n\nSupport keyboard operation"
3238
+ },
3239
+ {
3240
+ "name": "size",
3241
+ "description": "Default: 'middle'\n\nStar size"
3242
+ },
3243
+ {
3244
+ "name": "style",
3245
+ "description": "Default: -\n\nThe custom style object of rate"
3246
+ },
3247
+ {
3248
+ "name": "tooltips",
3249
+ "description": "Default: -\n\nCustomize tooltip by each character"
3250
+ },
3251
+ {
3252
+ "name": "value",
3253
+ "description": "Default: -\n\nThe current value, support v-model:value"
3254
+ }
3255
+ ]
3256
+ },
3243
3257
  {
3244
3258
  "name": "a-segmented",
3245
3259
  "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
@@ -3294,6 +3308,40 @@
3294
3308
  }
3295
3309
  ]
3296
3310
  },
3311
+ {
3312
+ "name": "a-result",
3313
+ "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3314
+ "attributes": [
3315
+ {
3316
+ "name": "classes",
3317
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3318
+ },
3319
+ {
3320
+ "name": "extra",
3321
+ "description": "Default: -\n\nOperating area"
3322
+ },
3323
+ {
3324
+ "name": "icon",
3325
+ "description": "Default: -\n\nCustom back icon"
3326
+ },
3327
+ {
3328
+ "name": "status",
3329
+ "description": "Default: info\n\nResult status, decide icons and colors"
3330
+ },
3331
+ {
3332
+ "name": "styles",
3333
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3334
+ },
3335
+ {
3336
+ "name": "sub-title",
3337
+ "description": "Default: -\n\nThe subTitle"
3338
+ },
3339
+ {
3340
+ "name": "title",
3341
+ "description": "Default: -\n\nThe title"
3342
+ }
3343
+ ]
3344
+ },
3297
3345
  {
3298
3346
  "name": "a-select",
3299
3347
  "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
@@ -3455,97 +3503,208 @@
3455
3503
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3456
3504
  },
3457
3505
  {
3458
- "name": "suffix-icon",
3459
- "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3506
+ "name": "suffix-icon",
3507
+ "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3508
+ },
3509
+ {
3510
+ "name": "tag-render",
3511
+ "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3512
+ },
3513
+ {
3514
+ "name": "label-render",
3515
+ "description": "Default: -\n\nCustomize selected label render"
3516
+ },
3517
+ {
3518
+ "name": "token-separators",
3519
+ "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3520
+ },
3521
+ {
3522
+ "name": "value",
3523
+ "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3524
+ },
3525
+ {
3526
+ "name": "variant",
3527
+ "description": "Default: outlined\n\nVariants of selector"
3528
+ },
3529
+ {
3530
+ "name": "virtual",
3531
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
3532
+ }
3533
+ ]
3534
+ },
3535
+ {
3536
+ "name": "a-skeleton",
3537
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3538
+ "attributes": [
3539
+ {
3540
+ "name": "active",
3541
+ "description": "Default: false\n\nShow animation effect"
3542
+ },
3543
+ {
3544
+ "name": "avatar",
3545
+ "description": "Default: false\n\nShow avatar placeholder"
3546
+ },
3547
+ {
3548
+ "name": "loading",
3549
+ "description": "Default: -\n\nDisplay the skeleton when true"
3550
+ },
3551
+ {
3552
+ "name": "paragraph",
3553
+ "description": "Default: true\n\nShow paragraph placeholder"
3554
+ },
3555
+ {
3556
+ "name": "round",
3557
+ "description": "Default: false\n\nShow paragraph and title radius when true"
3558
+ },
3559
+ {
3560
+ "name": "title",
3561
+ "description": "Default: true\n\nShow title placeholder"
3562
+ },
3563
+ {
3564
+ "name": "classes",
3565
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3566
+ },
3567
+ {
3568
+ "name": "styles",
3569
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3570
+ }
3571
+ ]
3572
+ },
3573
+ {
3574
+ "name": "a-skeleton-avatar",
3575
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3576
+ "attributes": [
3577
+ {
3578
+ "name": "active",
3579
+ "description": "Default: false\n\nShow animation effect"
3580
+ },
3581
+ {
3582
+ "name": "shape",
3583
+ "description": "Default: circle\n\nSet the shape of avatar"
3460
3584
  },
3461
3585
  {
3462
- "name": "tag-render",
3463
- "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3586
+ "name": "size",
3587
+ "description": "Default: medium\n\nSet the size of avatar"
3464
3588
  },
3465
3589
  {
3466
- "name": "label-render",
3467
- "description": "Default: -\n\nCustomize selected label render"
3590
+ "name": "classes",
3591
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3468
3592
  },
3469
3593
  {
3470
- "name": "token-separators",
3471
- "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3472
- },
3594
+ "name": "styles",
3595
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3596
+ }
3597
+ ]
3598
+ },
3599
+ {
3600
+ "name": "a-skeleton-title",
3601
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3602
+ "attributes": [
3473
3603
  {
3474
- "name": "value",
3475
- "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3476
- },
3604
+ "name": "width",
3605
+ "description": "Default: -\n\nSet the width of title"
3606
+ }
3607
+ ]
3608
+ },
3609
+ {
3610
+ "name": "a-skeleton-paragraph",
3611
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3612
+ "attributes": [
3477
3613
  {
3478
- "name": "variant",
3479
- "description": "Default: outlined\n\nVariants of selector"
3614
+ "name": "rows",
3615
+ "description": "Default: -\n\nSet the row count of paragraph"
3480
3616
  },
3481
3617
  {
3482
- "name": "virtual",
3483
- "description": "Default: true\n\nDisable virtual scroll when set to false"
3618
+ "name": "width",
3619
+ "description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
3484
3620
  }
3485
3621
  ]
3486
3622
  },
3487
3623
  {
3488
- "name": "a-space",
3489
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3624
+ "name": "a-skeleton-button",
3625
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3490
3626
  "attributes": [
3491
3627
  {
3492
- "name": "align",
3493
- "description": "Default: -\n\nAlign items"
3628
+ "name": "active",
3629
+ "description": "Default: false\n\nShow animation effect"
3494
3630
  },
3495
3631
  {
3496
- "name": "classes",
3497
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3632
+ "name": "block",
3633
+ "description": "Default: false\n\nOption to fit button width to its parent width"
3498
3634
  },
3499
3635
  {
3500
- "name": "orientation",
3501
- "description": "Default: horizontal\n\nThe space direction"
3636
+ "name": "shape",
3637
+ "description": "Default: -\n\nSet the shape of button"
3502
3638
  },
3503
3639
  {
3504
- "name": "separator",
3505
- "description": "Default: -\n\nSet separator"
3640
+ "name": "size",
3641
+ "description": "Default: medium\n\nSet the size of button"
3506
3642
  },
3507
3643
  {
3508
- "name": "size",
3509
- "description": "Default: small\n\nThe space size"
3644
+ "name": "classes",
3645
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3510
3646
  },
3511
3647
  {
3512
3648
  "name": "styles",
3513
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3649
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3650
+ }
3651
+ ]
3652
+ },
3653
+ {
3654
+ "name": "a-skeleton-input",
3655
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3656
+ "attributes": [
3657
+ {
3658
+ "name": "active",
3659
+ "description": "Default: false\n\nShow animation effect"
3514
3660
  },
3515
3661
  {
3516
- "name": "vertical",
3517
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3662
+ "name": "size",
3663
+ "description": "Default: medium\n\nSet the size of input"
3518
3664
  },
3519
3665
  {
3520
- "name": "wrap",
3521
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3666
+ "name": "classes",
3667
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3668
+ },
3669
+ {
3670
+ "name": "styles",
3671
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3522
3672
  }
3523
3673
  ]
3524
3674
  },
3525
3675
  {
3526
- "name": "a-size",
3527
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3528
- "attributes": []
3529
- },
3530
- {
3531
- "name": "a-space-compact",
3532
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3676
+ "name": "a-skeleton-image",
3677
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3533
3678
  "attributes": [
3534
3679
  {
3535
- "name": "block",
3536
- "description": "Default: false\n\nOption to fit width to its parent's width"
3680
+ "name": "active",
3681
+ "description": "Default: false\n\nShow animation effect"
3537
3682
  },
3538
3683
  {
3539
- "name": "orientation",
3540
- "description": "Default: horizontal\n\nSet direction of layout"
3684
+ "name": "classes",
3685
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3541
3686
  },
3542
3687
  {
3543
- "name": "size",
3544
- "description": "Default: middle\n\nSet child component size"
3688
+ "name": "styles",
3689
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3690
+ }
3691
+ ]
3692
+ },
3693
+ {
3694
+ "name": "a-skeleton-node",
3695
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3696
+ "attributes": [
3697
+ {
3698
+ "name": "active",
3699
+ "description": "Default: false\n\nShow animation effect"
3545
3700
  },
3546
3701
  {
3547
- "name": "vertical",
3548
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3702
+ "name": "classes",
3703
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3704
+ },
3705
+ {
3706
+ "name": "styles",
3707
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3549
3708
  }
3550
3709
  ]
3551
3710
  },
@@ -3750,295 +3909,119 @@
3750
3909
  "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3751
3910
  },
3752
3911
  {
3753
- "name": "decimal-separator",
3754
- "description": "Default: .\n\nThe decimal separator"
3755
- },
3756
- {
3757
- "name": "formatter",
3758
- "description": "Default: -\n\nCustomize value display logic"
3759
- },
3760
- {
3761
- "name": "group-separator",
3762
- "description": "Default: ,\n\nGroup separator"
3763
- },
3764
- {
3765
- "name": "loading",
3766
- "description": "Default: false\n\nLoading status of Statistic"
3767
- },
3768
- {
3769
- "name": "precision",
3770
- "description": "Default: -\n\nThe precision of input value"
3771
- },
3772
- {
3773
- "name": "prefix",
3774
- "description": "Default: -\n\nThe prefix node of value"
3775
- },
3776
- {
3777
- "name": "styles",
3778
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
3779
- },
3780
- {
3781
- "name": "suffix",
3782
- "description": "Default: -\n\nThe suffix node of value"
3783
- },
3784
- {
3785
- "name": "title",
3786
- "description": "Default: -\n\nDisplay title"
3787
- },
3788
- {
3789
- "name": "value",
3790
- "description": "Default: -\n\nDisplay value"
3791
- },
3792
- {
3793
- "name": "value-style",
3794
- "description": "Default: -\n\nSet value section style"
3795
- }
3796
- ]
3797
- },
3798
- {
3799
- "name": "a-statistic-timer",
3800
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3801
- "attributes": []
3802
- },
3803
- {
3804
- "name": "a-steps",
3805
- "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
3806
- "attributes": [
3807
- {
3808
- "name": "classes",
3809
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3810
- },
3811
- {
3812
- "name": "current",
3813
- "description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
3814
- },
3815
- {
3816
- "name": "icon-render",
3817
- "description": "Default: -\n\nCustom render icon, please use items.icon first"
3818
- },
3819
- {
3820
- "name": "initial",
3821
- "description": "Default: 0\n\nSet the initial step, counting from 0"
3822
- },
3823
- {
3824
- "name": "items",
3825
- "description": "Default: []\n\nStepItem content"
3826
- },
3827
- {
3828
- "name": "orientation",
3829
- "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
3830
- },
3831
- {
3832
- "name": "percent",
3833
- "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
3834
- },
3835
- {
3836
- "name": "progress-dot",
3837
- "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
3838
- },
3839
- {
3840
- "name": "responsive",
3841
- "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
3842
- },
3843
- {
3844
- "name": "size",
3845
- "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
3846
- },
3847
- {
3848
- "name": "status",
3849
- "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
3850
- },
3851
- {
3852
- "name": "styles",
3853
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3854
- },
3855
- {
3856
- "name": "title-placement",
3857
- "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
3858
- },
3859
- {
3860
- "name": "type",
3861
- "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
3862
- },
3863
- {
3864
- "name": "variant",
3865
- "description": "Default: filled\n\nConfig style variant"
3866
- }
3867
- ]
3868
- },
3869
- {
3870
- "name": "a-skeleton",
3871
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3872
- "attributes": [
3873
- {
3874
- "name": "active",
3875
- "description": "Default: false\n\nShow animation effect"
3876
- },
3877
- {
3878
- "name": "avatar",
3879
- "description": "Default: false\n\nShow avatar placeholder"
3912
+ "name": "decimal-separator",
3913
+ "description": "Default: .\n\nThe decimal separator"
3880
3914
  },
3881
3915
  {
3882
- "name": "loading",
3883
- "description": "Default: -\n\nDisplay the skeleton when true"
3916
+ "name": "formatter",
3917
+ "description": "Default: -\n\nCustomize value display logic"
3884
3918
  },
3885
3919
  {
3886
- "name": "paragraph",
3887
- "description": "Default: true\n\nShow paragraph placeholder"
3920
+ "name": "group-separator",
3921
+ "description": "Default: ,\n\nGroup separator"
3888
3922
  },
3889
3923
  {
3890
- "name": "round",
3891
- "description": "Default: false\n\nShow paragraph and title radius when true"
3924
+ "name": "loading",
3925
+ "description": "Default: false\n\nLoading status of Statistic"
3892
3926
  },
3893
3927
  {
3894
- "name": "title",
3895
- "description": "Default: true\n\nShow title placeholder"
3928
+ "name": "precision",
3929
+ "description": "Default: -\n\nThe precision of input value"
3896
3930
  },
3897
3931
  {
3898
- "name": "classes",
3899
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3932
+ "name": "prefix",
3933
+ "description": "Default: -\n\nThe prefix node of value"
3900
3934
  },
3901
3935
  {
3902
3936
  "name": "styles",
3903
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3904
- }
3905
- ]
3906
- },
3907
- {
3908
- "name": "a-skeleton-avatar",
3909
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3910
- "attributes": [
3911
- {
3912
- "name": "active",
3913
- "description": "Default: false\n\nShow animation effect"
3937
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
3914
3938
  },
3915
3939
  {
3916
- "name": "shape",
3917
- "description": "Default: circle\n\nSet the shape of avatar"
3940
+ "name": "suffix",
3941
+ "description": "Default: -\n\nThe suffix node of value"
3918
3942
  },
3919
3943
  {
3920
- "name": "size",
3921
- "description": "Default: medium\n\nSet the size of avatar"
3944
+ "name": "title",
3945
+ "description": "Default: -\n\nDisplay title"
3922
3946
  },
3923
3947
  {
3924
- "name": "classes",
3925
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3948
+ "name": "value",
3949
+ "description": "Default: -\n\nDisplay value"
3926
3950
  },
3927
3951
  {
3928
- "name": "styles",
3929
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3952
+ "name": "value-style",
3953
+ "description": "Default: -\n\nSet value section style"
3930
3954
  }
3931
3955
  ]
3932
3956
  },
3933
3957
  {
3934
- "name": "a-skeleton-title",
3935
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3936
- "attributes": [
3937
- {
3938
- "name": "width",
3939
- "description": "Default: -\n\nSet the width of title"
3940
- }
3941
- ]
3958
+ "name": "a-statistic-timer",
3959
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3960
+ "attributes": []
3942
3961
  },
3943
3962
  {
3944
- "name": "a-skeleton-paragraph",
3945
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3963
+ "name": "a-steps",
3964
+ "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
3946
3965
  "attributes": [
3947
3966
  {
3948
- "name": "rows",
3949
- "description": "Default: -\n\nSet the row count of paragraph"
3967
+ "name": "classes",
3968
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3950
3969
  },
3951
3970
  {
3952
- "name": "width",
3953
- "description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
3954
- }
3955
- ]
3956
- },
3957
- {
3958
- "name": "a-skeleton-button",
3959
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3960
- "attributes": [
3961
- {
3962
- "name": "active",
3963
- "description": "Default: false\n\nShow animation effect"
3971
+ "name": "current",
3972
+ "description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
3964
3973
  },
3965
3974
  {
3966
- "name": "block",
3967
- "description": "Default: false\n\nOption to fit button width to its parent width"
3975
+ "name": "icon-render",
3976
+ "description": "Default: -\n\nCustom render icon, please use items.icon first"
3968
3977
  },
3969
3978
  {
3970
- "name": "shape",
3971
- "description": "Default: -\n\nSet the shape of button"
3979
+ "name": "initial",
3980
+ "description": "Default: 0\n\nSet the initial step, counting from 0"
3972
3981
  },
3973
3982
  {
3974
- "name": "size",
3975
- "description": "Default: medium\n\nSet the size of button"
3983
+ "name": "items",
3984
+ "description": "Default: []\n\nStepItem content"
3976
3985
  },
3977
3986
  {
3978
- "name": "classes",
3979
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3987
+ "name": "orientation",
3988
+ "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
3980
3989
  },
3981
3990
  {
3982
- "name": "styles",
3983
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3984
- }
3985
- ]
3986
- },
3987
- {
3988
- "name": "a-skeleton-input",
3989
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3990
- "attributes": [
3991
- {
3992
- "name": "active",
3993
- "description": "Default: false\n\nShow animation effect"
3991
+ "name": "percent",
3992
+ "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
3994
3993
  },
3995
3994
  {
3996
- "name": "size",
3997
- "description": "Default: medium\n\nSet the size of input"
3995
+ "name": "progress-dot",
3996
+ "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
3998
3997
  },
3999
3998
  {
4000
- "name": "classes",
4001
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3999
+ "name": "responsive",
4000
+ "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
4002
4001
  },
4003
4002
  {
4004
- "name": "styles",
4005
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
4006
- }
4007
- ]
4008
- },
4009
- {
4010
- "name": "a-skeleton-image",
4011
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
4012
- "attributes": [
4013
- {
4014
- "name": "active",
4015
- "description": "Default: false\n\nShow animation effect"
4003
+ "name": "size",
4004
+ "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
4016
4005
  },
4017
4006
  {
4018
- "name": "classes",
4019
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
4007
+ "name": "status",
4008
+ "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
4020
4009
  },
4021
4010
  {
4022
4011
  "name": "styles",
4023
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
4024
- }
4025
- ]
4026
- },
4027
- {
4028
- "name": "a-skeleton-node",
4029
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
4030
- "attributes": [
4012
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4013
+ },
4031
4014
  {
4032
- "name": "active",
4033
- "description": "Default: false\n\nShow animation effect"
4015
+ "name": "title-placement",
4016
+ "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4034
4017
  },
4035
4018
  {
4036
- "name": "classes",
4037
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
4019
+ "name": "type",
4020
+ "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
4038
4021
  },
4039
4022
  {
4040
- "name": "styles",
4041
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
4023
+ "name": "variant",
4024
+ "description": "Default: filled\n\nConfig style variant"
4042
4025
  }
4043
4026
  ]
4044
4027
  },
@@ -4491,143 +4474,53 @@
4491
4474
  "name": "gap",
4492
4475
  "description": "Default: &#123; offset: 6, radius: 2 &#125;\n\nControl the radius of the highlighted area and the offset between highlighted area and the element"
4493
4476
  },
4494
- {
4495
- "name": "placement",
4496
- "description": "Default: bottom\n\nPosition of the guide card relative to the target element"
4497
- },
4498
- {
4499
- "name": "mask",
4500
- "description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
4501
- },
4502
- {
4503
- "name": "type",
4504
- "description": "Default: default\n\nType, affects the background color and text color"
4505
- },
4506
- {
4507
- "name": "scroll-into-view-options",
4508
- "description": "Default: true\n\nsupport pass custom scrollIntoView options"
4509
- },
4510
- {
4511
- "name": "indicators-render",
4512
- "description": "Default: -\n\nCustom indicator"
4513
- },
4514
- {
4515
- "name": "actions-render",
4516
- "description": "Default: -\n\nCustom action"
4517
- },
4518
- {
4519
- "name": "z-index",
4520
- "description": "Default: 1001\n\nTour zIndex"
4521
- },
4522
- {
4523
- "name": "get-popup-container",
4524
- "description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
4525
- },
4526
- {
4527
- "name": "classes",
4528
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4529
- },
4530
- {
4531
- "name": "styles",
4532
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4533
- },
4534
- {
4535
- "name": "root-class",
4536
- "description": "Default: -\n\nRoot container class"
4537
- },
4538
- {
4539
- "name": "prefix-cls",
4540
- "description": "Default: -\n\n-"
4541
- }
4542
- ]
4543
- },
4544
- {
4545
- "name": "a-tabs",
4546
- "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
4547
- "attributes": [
4548
- {
4549
- "name": "active-key",
4550
- "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
4551
- },
4552
- {
4553
- "name": "add-icon",
4554
- "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
4555
- },
4556
- {
4557
- "name": "animated",
4558
- "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4559
- },
4560
- {
4561
- "name": "centered",
4562
- "description": "Default: false\n\nCenters tabs"
4563
- },
4564
- {
4565
- "name": "classes",
4566
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4567
- },
4568
- {
4569
- "name": "default-active-key",
4570
- "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4571
- },
4572
- {
4573
- "name": "hide-add",
4574
- "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4575
- },
4576
- {
4577
- "name": "indicator",
4578
- "description": "Default: -\n\nCustomize size and align of indicator"
4579
- },
4580
- {
4581
- "name": "items",
4582
- "description": "Default: []\n\nConfigure tab content"
4583
- },
4584
- {
4585
- "name": "more",
4586
- "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4477
+ {
4478
+ "name": "placement",
4479
+ "description": "Default: bottom\n\nPosition of the guide card relative to the target element"
4587
4480
  },
4588
4481
  {
4589
- "name": "more-icon",
4590
- "description": "Default: -\n\nCustom icon of the collapse menu"
4482
+ "name": "mask",
4483
+ "description": "Default: true\n\nWhether to enable masking, change mask style and fill color by pass custom props"
4591
4484
  },
4592
4485
  {
4593
- "name": "remove-icon",
4594
- "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4486
+ "name": "type",
4487
+ "description": "Default: default\n\nType, affects the background color and text color"
4595
4488
  },
4596
4489
  {
4597
- "name": "render-tab-bar",
4598
- "description": "Default: -\n\nReplace the TabBar"
4490
+ "name": "scroll-into-view-options",
4491
+ "description": "Default: true\n\nsupport pass custom scrollIntoView options"
4599
4492
  },
4600
4493
  {
4601
- "name": "size",
4602
- "description": "Default: middle\n\nPreset tab bar size"
4494
+ "name": "indicators-render",
4495
+ "description": "Default: -\n\nCustom indicator"
4603
4496
  },
4604
4497
  {
4605
- "name": "styles",
4606
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4498
+ "name": "actions-render",
4499
+ "description": "Default: -\n\nCustom action"
4607
4500
  },
4608
4501
  {
4609
- "name": "tab-bar-extra-content",
4610
- "description": "Default: -\n\nExtra content in tab bar"
4502
+ "name": "z-index",
4503
+ "description": "Default: 1001\n\nTour zIndex"
4611
4504
  },
4612
4505
  {
4613
- "name": "tab-bar-gutter",
4614
- "description": "Default: -\n\nThe gap between tabs"
4506
+ "name": "get-popup-container",
4507
+ "description": "Default: () => document.body\n\nSet the rendering node of Tour floating layer"
4615
4508
  },
4616
4509
  {
4617
- "name": "tab-bar-style",
4618
- "description": "Default: -\n\nTab bar style object"
4510
+ "name": "classes",
4511
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4619
4512
  },
4620
4513
  {
4621
- "name": "tab-placement",
4622
- "description": "Default: top\n\nPlacement of tabs"
4514
+ "name": "styles",
4515
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4623
4516
  },
4624
4517
  {
4625
- "name": "destroy-on-hidden",
4626
- "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4518
+ "name": "root-class",
4519
+ "description": "Default: -\n\nRoot container class"
4627
4520
  },
4628
4521
  {
4629
- "name": "type",
4630
- "description": "Default: line\n\nBasic style of tabs"
4522
+ "name": "prefix-cls",
4523
+ "description": "Default: -\n\n-"
4631
4524
  }
4632
4525
  ]
4633
4526
  },
@@ -4717,6 +4610,16 @@
4717
4610
  }
4718
4611
  ]
4719
4612
  },
4613
+ {
4614
+ "name": "a-tree-select-props",
4615
+ "description": "Tree selection control.",
4616
+ "attributes": []
4617
+ },
4618
+ {
4619
+ "name": "a-tree-select",
4620
+ "description": "树型选择控件。",
4621
+ "attributes": []
4622
+ },
4720
4623
  {
4721
4624
  "name": "a-tree",
4722
4625
  "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
@@ -4903,6 +4806,71 @@
4903
4806
  }
4904
4807
  ]
4905
4808
  },
4809
+ {
4810
+ "name": "a-space",
4811
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
4812
+ "attributes": [
4813
+ {
4814
+ "name": "align",
4815
+ "description": "Default: -\n\nAlign items"
4816
+ },
4817
+ {
4818
+ "name": "classes",
4819
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4820
+ },
4821
+ {
4822
+ "name": "orientation",
4823
+ "description": "Default: horizontal\n\nThe space direction"
4824
+ },
4825
+ {
4826
+ "name": "separator",
4827
+ "description": "Default: -\n\nSet separator"
4828
+ },
4829
+ {
4830
+ "name": "size",
4831
+ "description": "Default: small\n\nThe space size"
4832
+ },
4833
+ {
4834
+ "name": "styles",
4835
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4836
+ },
4837
+ {
4838
+ "name": "vertical",
4839
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
4840
+ },
4841
+ {
4842
+ "name": "wrap",
4843
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
4844
+ }
4845
+ ]
4846
+ },
4847
+ {
4848
+ "name": "a-size",
4849
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
4850
+ "attributes": []
4851
+ },
4852
+ {
4853
+ "name": "a-space-compact",
4854
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
4855
+ "attributes": [
4856
+ {
4857
+ "name": "block",
4858
+ "description": "Default: false\n\nOption to fit width to its parent's width"
4859
+ },
4860
+ {
4861
+ "name": "orientation",
4862
+ "description": "Default: horizontal\n\nSet direction of layout"
4863
+ },
4864
+ {
4865
+ "name": "size",
4866
+ "description": "Default: middle\n\nSet child component size"
4867
+ },
4868
+ {
4869
+ "name": "vertical",
4870
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
4871
+ }
4872
+ ]
4873
+ },
4906
4874
  {
4907
4875
  "name": "a-typography",
4908
4876
  "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
@@ -5091,6 +5059,96 @@
5091
5059
  }
5092
5060
  ]
5093
5061
  },
5062
+ {
5063
+ "name": "a-tabs",
5064
+ "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
5065
+ "attributes": [
5066
+ {
5067
+ "name": "active-key",
5068
+ "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
5069
+ },
5070
+ {
5071
+ "name": "add-icon",
5072
+ "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
5073
+ },
5074
+ {
5075
+ "name": "animated",
5076
+ "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
5077
+ },
5078
+ {
5079
+ "name": "centered",
5080
+ "description": "Default: false\n\nCenters tabs"
5081
+ },
5082
+ {
5083
+ "name": "classes",
5084
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5085
+ },
5086
+ {
5087
+ "name": "default-active-key",
5088
+ "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
5089
+ },
5090
+ {
5091
+ "name": "hide-add",
5092
+ "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
5093
+ },
5094
+ {
5095
+ "name": "indicator",
5096
+ "description": "Default: -\n\nCustomize size and align of indicator"
5097
+ },
5098
+ {
5099
+ "name": "items",
5100
+ "description": "Default: []\n\nConfigure tab content"
5101
+ },
5102
+ {
5103
+ "name": "more",
5104
+ "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
5105
+ },
5106
+ {
5107
+ "name": "more-icon",
5108
+ "description": "Default: -\n\nCustom icon of the collapse menu"
5109
+ },
5110
+ {
5111
+ "name": "remove-icon",
5112
+ "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
5113
+ },
5114
+ {
5115
+ "name": "render-tab-bar",
5116
+ "description": "Default: -\n\nReplace the TabBar"
5117
+ },
5118
+ {
5119
+ "name": "size",
5120
+ "description": "Default: middle\n\nPreset tab bar size"
5121
+ },
5122
+ {
5123
+ "name": "styles",
5124
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5125
+ },
5126
+ {
5127
+ "name": "tab-bar-extra-content",
5128
+ "description": "Default: -\n\nExtra content in tab bar"
5129
+ },
5130
+ {
5131
+ "name": "tab-bar-gutter",
5132
+ "description": "Default: -\n\nThe gap between tabs"
5133
+ },
5134
+ {
5135
+ "name": "tab-bar-style",
5136
+ "description": "Default: -\n\nTab bar style object"
5137
+ },
5138
+ {
5139
+ "name": "tab-placement",
5140
+ "description": "Default: top\n\nPlacement of tabs"
5141
+ },
5142
+ {
5143
+ "name": "destroy-on-hidden",
5144
+ "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
5145
+ },
5146
+ {
5147
+ "name": "type",
5148
+ "description": "Default: line\n\nBasic style of tabs"
5149
+ }
5150
+ ]
5151
+ },
5094
5152
  {
5095
5153
  "name": "a-upload",
5096
5154
  "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
@@ -5243,50 +5301,6 @@
5243
5301
  }
5244
5302
  ]
5245
5303
  },
5246
- {
5247
- "name": "a-tree-select-props",
5248
- "description": "Tree selection control.",
5249
- "attributes": []
5250
- },
5251
- {
5252
- "name": "a-tree-select",
5253
- "description": "树型选择控件。",
5254
- "attributes": []
5255
- },
5256
- {
5257
- "name": "a-result",
5258
- "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
5259
- "attributes": [
5260
- {
5261
- "name": "classes",
5262
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5263
- },
5264
- {
5265
- "name": "extra",
5266
- "description": "Default: -\n\nOperating area"
5267
- },
5268
- {
5269
- "name": "icon",
5270
- "description": "Default: -\n\nCustom back icon"
5271
- },
5272
- {
5273
- "name": "status",
5274
- "description": "Default: info\n\nResult status, decide icons and colors"
5275
- },
5276
- {
5277
- "name": "styles",
5278
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5279
- },
5280
- {
5281
- "name": "sub-title",
5282
- "description": "Default: -\n\nThe subTitle"
5283
- },
5284
- {
5285
- "name": "title",
5286
- "description": "Default: -\n\nThe title"
5287
- }
5288
- ]
5289
- },
5290
5304
  {
5291
5305
  "name": "a-menu-item",
5292
5306
  "description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",