antdv-next 1.1.4 → 1.1.5

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 (376) 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 +2 -2
  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 +2 -7
  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/zindexContext.d.ts +2 -6
  15. package/dist/affix/index.d.ts +3 -3
  16. package/dist/affix/style/index.d.ts +2 -2
  17. package/dist/alert/Alert.d.ts +2 -2
  18. package/dist/alert/style/index.d.ts +2 -2
  19. package/dist/anchor/Anchor.d.ts +2 -2
  20. package/dist/anchor/AnchorLink.d.ts +2 -2
  21. package/dist/anchor/style/index.d.ts +2 -2
  22. package/dist/antd-with-locales.esm.js +10298 -10267
  23. package/dist/antd-with-locales.js +81 -81
  24. package/dist/antd.css +1 -1
  25. package/dist/antd.esm.js +9433 -9402
  26. package/dist/antd.js +81 -81
  27. package/dist/app/App.d.ts +2 -2
  28. package/dist/app/context.d.ts +2 -2
  29. package/dist/app/style/index.d.ts +2 -2
  30. package/dist/auto-complete/index.d.ts +2 -2
  31. package/dist/avatar/Avatar.d.ts +2 -2
  32. package/dist/avatar/AvatarGroup.d.ts +2 -2
  33. package/dist/avatar/style/index.d.ts +2 -2
  34. package/dist/badge/Ribbon.d.ts +2 -2
  35. package/dist/badge/ScrollNumber.d.ts +2 -2
  36. package/dist/badge/SingleNumber.d.ts +2 -2
  37. package/dist/badge/index.d.ts +3 -3
  38. package/dist/badge/style/index.d.ts +2 -2
  39. package/dist/badge/style/ribbon.d.ts +2 -2
  40. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  41. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
  42. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  43. package/dist/breadcrumb/style/index.d.ts +2 -2
  44. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  45. package/dist/button/Button.d.ts +2 -2
  46. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  47. package/dist/button/IconWrapper.d.ts +2 -2
  48. package/dist/button/buttonHelper.d.ts +1 -1
  49. package/dist/button/style/compact.d.ts +4 -4
  50. package/dist/button/style/index.d.ts +2 -2
  51. package/dist/calendar/Header.d.ts +2 -2
  52. package/dist/calendar/generateCalendar.d.ts +2 -2
  53. package/dist/calendar/index.d.ts +2 -2
  54. package/dist/calendar/style/index.d.ts +2 -2
  55. package/dist/card/Card.d.ts +2 -2
  56. package/dist/card/CardGrid.d.ts +2 -2
  57. package/dist/card/CardMeta.d.ts +2 -2
  58. package/dist/card/style/index.d.ts +2 -2
  59. package/dist/carousel/index.d.ts +2 -2
  60. package/dist/carousel/style/index.d.ts +2 -2
  61. package/dist/cascader/Panel.d.ts +2 -2
  62. package/dist/cascader/hooks/useBase.d.ts +5 -5
  63. package/dist/cascader/hooks/useCheckable.d.ts +2 -2
  64. package/dist/cascader/index.d.ts +2 -2
  65. package/dist/cascader/style/index.d.ts +2 -2
  66. package/dist/cascader/style/panel.d.ts +2 -2
  67. package/dist/checkbox/Checkbox.d.ts +2 -2
  68. package/dist/checkbox/Group.d.ts +2 -2
  69. package/dist/checkbox/style/index.d.ts +4 -4
  70. package/dist/collapse/Collapse.d.ts +2 -2
  71. package/dist/collapse/CollapsePanel.d.ts +2 -2
  72. package/dist/collapse/style/index.d.ts +2 -2
  73. package/dist/color-picker/ColorPicker.d.ts +2 -2
  74. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  75. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  76. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  77. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  78. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  79. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  80. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  81. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  82. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  83. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  84. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  85. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  86. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  87. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  88. package/dist/color-picker/context.d.ts +3 -3
  89. package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
  90. package/dist/color-picker/style/index.d.ts +2 -2
  91. package/dist/config-provider/DisabledContext.d.ts +2 -2
  92. package/dist/config-provider/SizeContext.d.ts +2 -2
  93. package/dist/config-provider/context.d.ts +15 -15
  94. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  95. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  96. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  97. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  98. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  99. package/dist/config-provider/index.d.ts +4 -4
  100. package/dist/date-picker/PickerButton.d.ts +2 -2
  101. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
  102. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
  103. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
  104. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  105. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  106. package/dist/date-picker/index.d.ts +13 -13
  107. package/dist/date-picker/style/index.d.ts +2 -2
  108. package/dist/descriptions/Cell.d.ts +2 -2
  109. package/dist/descriptions/Item.d.ts +2 -2
  110. package/dist/descriptions/Row.d.ts +2 -2
  111. package/dist/descriptions/hooks/useItems.d.ts +8 -8
  112. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  113. package/dist/descriptions/index.d.ts +2 -2
  114. package/dist/descriptions/style/index.d.ts +2 -2
  115. package/dist/divider/index.d.ts +2 -2
  116. package/dist/divider/style/index.d.ts +2 -2
  117. package/dist/drawer/DrawerPanel.d.ts +2 -2
  118. package/dist/drawer/index.d.ts +3 -3
  119. package/dist/drawer/style/index.d.ts +2 -2
  120. package/dist/drawer/useFocusable.d.ts +2 -2
  121. package/dist/dropdown/dropdown.d.ts +2 -2
  122. package/dist/dropdown/style/index.d.ts +2 -2
  123. package/dist/empty/empty.d.ts +2 -2
  124. package/dist/empty/index.d.ts +5 -5
  125. package/dist/empty/simple.d.ts +2 -2
  126. package/dist/empty/style/index.d.ts +2 -2
  127. package/dist/flex/index.d.ts +2 -2
  128. package/dist/flex/style/index.d.ts +2 -2
  129. package/dist/float-button/BackTop.d.ts +2 -2
  130. package/dist/float-button/FloatButton.d.ts +2 -2
  131. package/dist/float-button/FloatButtonGroup.d.ts +2 -2
  132. package/dist/float-button/PurePanel.d.ts +2 -2
  133. package/dist/float-button/context.d.ts +3 -3
  134. package/dist/float-button/style/index.d.ts +2 -2
  135. package/dist/form/ErrorList.d.ts +2 -2
  136. package/dist/form/Form.d.ts +2 -2
  137. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  138. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  139. package/dist/form/FormItem/index.d.ts +2 -2
  140. package/dist/form/FormItemInput.d.ts +2 -2
  141. package/dist/form/FormItemLabel.d.ts +3 -3
  142. package/dist/form/context.d.ts +7 -7
  143. package/dist/form/hooks/useVariant.d.ts +2 -2
  144. package/dist/form/style/fallbackCmp.d.ts +4 -4
  145. package/dist/form/style/index.d.ts +2 -2
  146. package/dist/form/style/index.js +1 -1
  147. package/dist/grid/col.d.ts +2 -2
  148. package/dist/grid/index.d.ts +2 -2
  149. package/dist/grid/row.d.ts +2 -2
  150. package/dist/grid/style/index.d.ts +4 -3
  151. package/dist/grid/style/index.js +2 -1
  152. package/dist/image/PreviewGroup.d.ts +2 -2
  153. package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
  154. package/dist/image/hooks/usePreviewConfig.d.ts +8 -8
  155. package/dist/image/index.d.ts +3 -3
  156. package/dist/image/style/index.d.ts +2 -2
  157. package/dist/image/style/index.js +3 -1
  158. package/dist/input/Group.d.ts +3 -3
  159. package/dist/input/Input.d.ts +2 -2
  160. package/dist/input/OTP/OTPInput.d.ts +3 -3
  161. package/dist/input/OTP/index.d.ts +2 -2
  162. package/dist/input/Password.d.ts +2 -2
  163. package/dist/input/Search.d.ts +2 -2
  164. package/dist/input/TextArea.d.ts +2 -2
  165. package/dist/input/index.d.ts +7 -7
  166. package/dist/input/style/index.d.ts +3 -3
  167. package/dist/input/style/otp.d.ts +2 -2
  168. package/dist/input/style/search.d.ts +2 -2
  169. package/dist/input/style/textarea.d.ts +2 -2
  170. package/dist/input-number/index.d.ts +2 -2
  171. package/dist/input-number/index.js +22 -14
  172. package/dist/input-number/style/index.d.ts +2 -2
  173. package/dist/layout/Sider.d.ts +2 -2
  174. package/dist/layout/index.d.ts +5 -5
  175. package/dist/layout/layout.d.ts +5 -5
  176. package/dist/layout/layout.js +7 -5
  177. package/dist/layout/style/index.d.ts +2 -2
  178. package/dist/layout/style/sider.d.ts +2 -2
  179. package/dist/locale/index.d.ts +2 -2
  180. package/dist/locale/useLocale.d.ts +2 -2
  181. package/dist/masonry/Masonry.d.ts +2 -2
  182. package/dist/masonry/MasonryItem.d.ts +2 -2
  183. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  184. package/dist/masonry/style/index.d.ts +2 -2
  185. package/dist/mentions/index.d.ts +2 -2
  186. package/dist/mentions/style/index.d.ts +2 -2
  187. package/dist/menu/MenuContext.d.ts +3 -3
  188. package/dist/menu/MenuDivider.d.ts +2 -2
  189. package/dist/menu/MenuItem.d.ts +2 -2
  190. package/dist/menu/MenuItemGroup.d.ts +2 -2
  191. package/dist/menu/OverrideContext.d.ts +3 -3
  192. package/dist/menu/SubMenu.d.ts +2 -2
  193. package/dist/menu/index.d.ts +3 -3
  194. package/dist/menu/menu.d.ts +2 -2
  195. package/dist/menu/style/index.d.ts +2 -2
  196. package/dist/message/PurePanel.d.ts +3 -3
  197. package/dist/message/style/index.d.ts +2 -2
  198. package/dist/message/useMessage.d.ts +3 -3
  199. package/dist/modal/ConfirmDialog.d.ts +4 -4
  200. package/dist/modal/Modal.d.ts +2 -2
  201. package/dist/modal/PurePanel.d.ts +2 -2
  202. package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
  203. package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
  204. package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
  205. package/dist/modal/components/NormalOkBtn.d.ts +2 -2
  206. package/dist/modal/shared.d.ts +4 -4
  207. package/dist/modal/style/confirm.d.ts +4 -4
  208. package/dist/modal/style/index.d.ts +2 -2
  209. package/dist/modal/useModal/HookModal.d.ts +3 -3
  210. package/dist/notification/PurePanel.d.ts +3 -3
  211. package/dist/notification/style/index.d.ts +2 -2
  212. package/dist/notification/style/pure-panel.d.ts +4 -4
  213. package/dist/notification/useNotification.d.ts +3 -3
  214. package/dist/package.js +1 -1
  215. package/dist/pagination/Pagination.d.ts +2 -2
  216. package/dist/pagination/style/bordered.d.ts +4 -4
  217. package/dist/pagination/style/index.d.ts +2 -2
  218. package/dist/popconfirm/PurePanel.d.ts +3 -3
  219. package/dist/popconfirm/index.d.ts +2 -2
  220. package/dist/popconfirm/style/index.d.ts +2 -2
  221. package/dist/popover/PurePanel.d.ts +4 -4
  222. package/dist/popover/index.d.ts +2 -2
  223. package/dist/popover/style/index.d.ts +2 -2
  224. package/dist/progress/Circle.d.ts +3 -3
  225. package/dist/progress/Line.d.ts +3 -3
  226. package/dist/progress/Steps.d.ts +2 -2
  227. package/dist/progress/progress.d.ts +2 -2
  228. package/dist/progress/style/index.d.ts +2 -2
  229. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  230. package/dist/qrcode/index.d.ts +2 -2
  231. package/dist/qrcode/style/index.d.ts +2 -2
  232. package/dist/radio/group.d.ts +2 -2
  233. package/dist/radio/index.d.ts +3 -3
  234. package/dist/radio/radio.d.ts +2 -2
  235. package/dist/radio/radioButton.d.ts +2 -2
  236. package/dist/radio/style/index.d.ts +2 -2
  237. package/dist/rate/index.d.ts +2 -2
  238. package/dist/rate/style/index.d.ts +2 -2
  239. package/dist/result/index.d.ts +2 -2
  240. package/dist/result/noFound.d.ts +2 -2
  241. package/dist/result/serverError.d.ts +2 -2
  242. package/dist/result/style/index.d.ts +2 -2
  243. package/dist/result/unauthorized.d.ts +2 -2
  244. package/dist/segmented/index.d.ts +2 -2
  245. package/dist/segmented/style/index.d.ts +2 -2
  246. package/dist/select/index.d.ts +4 -4
  247. package/dist/select/style/index.d.ts +2 -2
  248. package/dist/select/useIcons.d.ts +5 -5
  249. package/dist/select/usePopupRender.d.ts +2 -2
  250. package/dist/skeleton/Avatar.d.ts +2 -2
  251. package/dist/skeleton/Button.d.ts +2 -2
  252. package/dist/skeleton/Element.d.ts +2 -2
  253. package/dist/skeleton/Image.d.ts +2 -2
  254. package/dist/skeleton/Input.d.ts +2 -2
  255. package/dist/skeleton/Node.d.ts +2 -2
  256. package/dist/skeleton/Paragraph.d.ts +2 -2
  257. package/dist/skeleton/Skeleton.d.ts +2 -2
  258. package/dist/skeleton/Title.d.ts +2 -2
  259. package/dist/skeleton/style/index.d.ts +2 -2
  260. package/dist/slider/SliderTooltip.d.ts +3 -3
  261. package/dist/slider/index.d.ts +2 -2
  262. package/dist/slider/style/index.d.ts +2 -2
  263. package/dist/space/Addon.d.ts +2 -2
  264. package/dist/space/Compact.d.ts +6 -6
  265. package/dist/space/Item.d.ts +2 -2
  266. package/dist/space/index.d.ts +4 -4
  267. package/dist/space/style/addon.d.ts +2 -2
  268. package/dist/space/style/compact.d.ts +2 -2
  269. package/dist/space/style/index.d.ts +2 -2
  270. package/dist/spin/Indicator/Looper.d.ts +2 -2
  271. package/dist/spin/Indicator/index.d.ts +2 -2
  272. package/dist/spin/index.d.ts +2 -2
  273. package/dist/spin/style/index.d.ts +2 -2
  274. package/dist/spin/usePercent.d.ts +2 -2
  275. package/dist/splitter/Panel.d.ts +3 -3
  276. package/dist/splitter/SplitBar.d.ts +2 -2
  277. package/dist/splitter/SplitBar.js +12 -1
  278. package/dist/splitter/Splitter.d.ts +2 -2
  279. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  280. package/dist/splitter/hooks/useResize.d.ts +2 -2
  281. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  282. package/dist/splitter/index.d.ts +2 -2
  283. package/dist/splitter/style/index.d.ts +2 -2
  284. package/dist/statistic/Number.d.ts +2 -2
  285. package/dist/statistic/Statistic.d.ts +2 -2
  286. package/dist/statistic/Timer.d.ts +2 -2
  287. package/dist/statistic/index.d.ts +2 -2
  288. package/dist/statistic/style/index.d.ts +2 -2
  289. package/dist/steps/PanelArrow.d.ts +2 -2
  290. package/dist/steps/ProgressIcon.d.ts +2 -2
  291. package/dist/steps/index.d.ts +2 -2
  292. package/dist/steps/style/index.d.ts +2 -2
  293. package/dist/style/index.js +1 -0
  294. package/dist/switch/index.d.ts +2 -2
  295. package/dist/switch/style/index.d.ts +2 -2
  296. package/dist/table/Column.d.ts +2 -2
  297. package/dist/table/ColumnGroup.d.ts +2 -2
  298. package/dist/table/ExpandIcon.d.ts +2 -2
  299. package/dist/table/InternalTable.d.ts +2 -2
  300. package/dist/table/Table.d.ts +2 -2
  301. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  302. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
  303. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  304. package/dist/table/hooks/useFilter/index.d.ts +7 -7
  305. package/dist/table/hooks/usePagination.d.ts +2 -2
  306. package/dist/table/hooks/useSelection.d.ts +2 -2
  307. package/dist/table/hooks/useSorter.d.ts +2 -2
  308. package/dist/table/style/index.d.ts +2 -2
  309. package/dist/tabs/TabPane.d.ts +2 -2
  310. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  311. package/dist/tabs/index.d.ts +2 -2
  312. package/dist/tabs/style/index.d.ts +2 -2
  313. package/dist/tag/CheckableTag.d.ts +2 -2
  314. package/dist/tag/CheckableTagGroup.d.ts +2 -2
  315. package/dist/tag/hooks/useColor.d.ts +2 -2
  316. package/dist/tag/index.d.ts +2 -2
  317. package/dist/tag/style/index.d.ts +2 -2
  318. package/dist/tag/style/presetCmp.d.ts +4 -4
  319. package/dist/tag/style/statusCmp.d.ts +4 -4
  320. package/dist/theme/context.d.ts +2 -6
  321. package/dist/theme/index.d.ts +7 -7
  322. package/dist/theme/util/genStyleUtils.d.ts +14 -14
  323. package/dist/time-picker/index.d.ts +4 -4
  324. package/dist/timeline/Timeline.d.ts +2 -2
  325. package/dist/timeline/TimelineItem.d.ts +2 -2
  326. package/dist/timeline/style/index.d.ts +2 -2
  327. package/dist/tooltip/PurePanel.d.ts +2 -2
  328. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  329. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  330. package/dist/tooltip/index.d.ts +2 -2
  331. package/dist/tooltip/style/index.d.ts +2 -2
  332. package/dist/tour/PurePanel.d.ts +2 -2
  333. package/dist/tour/index.d.ts +2 -2
  334. package/dist/tour/panelRender.d.ts +2 -2
  335. package/dist/tour/panelRender.js +2 -8
  336. package/dist/tour/style/index.d.ts +2 -2
  337. package/dist/transfer/Actions.d.ts +2 -2
  338. package/dist/transfer/ListBody.d.ts +2 -2
  339. package/dist/transfer/ListItem.d.ts +2 -2
  340. package/dist/transfer/Section.d.ts +2 -2
  341. package/dist/transfer/Transfer.d.ts +2 -2
  342. package/dist/transfer/hooks/useData.d.ts +2 -2
  343. package/dist/transfer/search.d.ts +2 -2
  344. package/dist/transfer/style/index.d.ts +2 -2
  345. package/dist/tree/DirectoryTree.d.ts +2 -2
  346. package/dist/tree/Tree.d.ts +2 -2
  347. package/dist/tree/style/index.d.ts +2 -2
  348. package/dist/tree/utils/iconUtil.d.ts +2 -2
  349. package/dist/tree-select/index.d.ts +3 -3
  350. package/dist/tree-select/style/index.d.ts +2 -2
  351. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  352. package/dist/typography/Base/Ellipsis.d.ts +3 -3
  353. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  354. package/dist/typography/Base/index.d.ts +2 -2
  355. package/dist/typography/Editable.d.ts +2 -2
  356. package/dist/typography/Link.d.ts +2 -2
  357. package/dist/typography/Paragraph.d.ts +2 -2
  358. package/dist/typography/Text.d.ts +2 -2
  359. package/dist/typography/Title.d.ts +2 -2
  360. package/dist/typography/Typography.d.ts +2 -2
  361. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  362. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  363. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  364. package/dist/typography/index.d.ts +5 -5
  365. package/dist/typography/style/index.d.ts +2 -2
  366. package/dist/upload/Dragger.d.ts +3 -3
  367. package/dist/upload/Upload.d.ts +2 -2
  368. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  369. package/dist/upload/UploadList/index.d.ts +2 -2
  370. package/dist/upload/index.d.ts +3 -3
  371. package/dist/upload/style/index.d.ts +2 -2
  372. package/dist/watermark/context.d.ts +2 -2
  373. package/dist/watermark/index.d.ts +2 -2
  374. package/package.json +7 -7
  375. package/web-tags.json +1449 -1421
  376. package/web-types.json +4728 -4668
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.4",
2
+ "version": "1.1.5",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -153,7 +153,75 @@
153
153
  },
154
154
  {
155
155
  "name": "component",
156
- "description": "Default: div\n\nConfig render element, if false will not create DOM node"
156
+ "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "name": "a-avatar",
162
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
163
+ "attributes": [
164
+ {
165
+ "name": "shape",
166
+ "description": "Default: circle\n\nThe shape of avatar"
167
+ },
168
+ {
169
+ "name": "size",
170
+ "description": "Default: medium\n\nThe size of the avatar"
171
+ },
172
+ {
173
+ "name": "gap",
174
+ "description": "Default: 4\n\nLetter type unit distance between left and right sides"
175
+ },
176
+ {
177
+ "name": "src",
178
+ "description": "Default: -\n\nThe address of the image for an image avatar or image element"
179
+ },
180
+ {
181
+ "name": "src-set",
182
+ "description": "Default: -\n\nA list of sources to use for different screen resolutions"
183
+ },
184
+ {
185
+ "name": "draggable",
186
+ "description": "Default: true\n\nWhether the picture is allowed to be dragged"
187
+ },
188
+ {
189
+ "name": "icon",
190
+ "description": "Default: -\n\nCustom icon type for an icon avatar"
191
+ },
192
+ {
193
+ "name": "alt",
194
+ "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
195
+ },
196
+ {
197
+ "name": "cross-origin",
198
+ "description": "Default: -\n\nCORS settings attributes"
199
+ },
200
+ {
201
+ "name": "on-error",
202
+ "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "a-avatar-group",
208
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
209
+ "attributes": [
210
+ {
211
+ "name": "prefix-cls",
212
+ "description": "Default: -\n\n-"
213
+ },
214
+ {
215
+ "name": "max",
216
+ "description": "Default: -\n\n-"
217
+ },
218
+ {
219
+ "name": "size",
220
+ "description": "Default: default\n\nThe size of the avatar"
221
+ },
222
+ {
223
+ "name": "shape",
224
+ "description": "Default: circle\n\nThe shape of avatar"
157
225
  }
158
226
  ]
159
227
  },
@@ -240,162 +308,118 @@
240
308
  ]
241
309
  },
242
310
  {
243
- "name": "a-avatar",
244
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
311
+ "name": "a-breadcrumb",
312
+ "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
245
313
  "attributes": [
246
314
  {
247
- "name": "shape",
248
- "description": "Default: circle\n\nThe shape of avatar"
249
- },
250
- {
251
- "name": "size",
252
- "description": "Default: medium\n\nThe size of the avatar"
253
- },
254
- {
255
- "name": "gap",
256
- "description": "Default: 4\n\nLetter type unit distance between left and right sides"
257
- },
258
- {
259
- "name": "src",
260
- "description": "Default: -\n\nThe address of the image for an image avatar or image element"
315
+ "name": "classes",
316
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
261
317
  },
262
318
  {
263
- "name": "src-set",
264
- "description": "Default: -\n\nA list of sources to use for different screen resolutions"
319
+ "name": "dropdown-icon",
320
+ "description": "Default: -\n\nCustom dropdown icon"
265
321
  },
266
322
  {
267
- "name": "draggable",
268
- "description": "Default: true\n\nWhether the picture is allowed to be dragged"
323
+ "name": "item-render",
324
+ "description": "Default: -\n\nCustom item renderer, work with vue-router"
269
325
  },
270
326
  {
271
- "name": "icon",
272
- "description": "Default: -\n\nCustom icon type for an icon avatar"
327
+ "name": "params",
328
+ "description": "Default: -\n\nRouting parameters"
273
329
  },
274
330
  {
275
- "name": "alt",
276
- "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
331
+ "name": "items",
332
+ "description": "Default: -\n\nThe routing stack information of router"
277
333
  },
278
334
  {
279
- "name": "cross-origin",
280
- "description": "Default: -\n\nCORS settings attributes"
335
+ "name": "separator",
336
+ "description": "Default: /\n\nCustom separator"
281
337
  },
282
338
  {
283
- "name": "on-error",
284
- "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
339
+ "name": "styles",
340
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
285
341
  }
286
342
  ]
287
343
  },
288
344
  {
289
- "name": "a-avatar-group",
290
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
345
+ "name": "a-calendar",
346
+ "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
291
347
  "attributes": [
292
348
  {
293
349
  "name": "prefix-cls",
294
350
  "description": "Default: -\n\n-"
295
351
  },
296
352
  {
297
- "name": "max",
353
+ "name": "root-class",
298
354
  "description": "Default: -\n\n-"
299
355
  },
300
356
  {
301
- "name": "size",
302
- "description": "Default: default\n\nThe size of the avatar"
303
- },
304
- {
305
- "name": "shape",
306
- "description": "Default: circle\n\nThe shape of avatar"
307
- }
308
- ]
309
- },
310
- {
311
- "name": "a-badge",
312
- "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
313
- "attributes": [
314
- {
315
- "name": "count",
316
- "description": "Default: -\n\nNumber to show in badge"
317
- },
318
- {
319
- "name": "show-zero",
320
- "description": "Default: false\n\nWhether to show badge when count is zero"
321
- },
322
- {
323
- "name": "overflow-count",
324
- "description": "Default: 99\n\nMax count to show"
357
+ "name": "classes",
358
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
325
359
  },
326
360
  {
327
- "name": "dot",
328
- "description": "Default: false\n\nWhether to display a red dot instead of count"
361
+ "name": "styles",
362
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
329
363
  },
330
364
  {
331
- "name": "scroll-number-prefix-cls",
332
- "description": "Default: -\n\n-"
365
+ "name": "locale",
366
+ "description": "Default: (default)\n\nThe calendar's locale"
333
367
  },
334
368
  {
335
- "name": "status",
336
- "description": "Default: -\n\nSet Badge as a status dot"
369
+ "name": "valid-range",
370
+ "description": "Default: -\n\nTo set valid range"
337
371
  },
338
372
  {
339
- "name": "color",
340
- "description": "Default: -\n\nCustomize Badge dot color"
373
+ "name": "disabled-date",
374
+ "description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
341
375
  },
342
376
  {
343
- "name": "text",
344
- "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
377
+ "name": "date-full-cell-render",
378
+ "description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
345
379
  },
346
380
  {
347
- "name": "size",
348
- "description": "Default: -\n\nIf count is set, size sets the size of badge"
381
+ "name": "date-cell-render",
382
+ "description": "Default: -\n\nDeprecated."
349
383
  },
350
384
  {
351
- "name": "offset",
352
- "description": "Default: -\n\nSet offset of the badge dot"
385
+ "name": "month-full-cell-render",
386
+ "description": "Default: -\n\nDeprecated."
353
387
  },
354
388
  {
355
- "name": "title",
356
- "description": "Default: -\n\nText to show when hovering over the badge"
389
+ "name": "month-cell-render",
390
+ "description": "Default: -\n\nDeprecated."
357
391
  },
358
392
  {
359
- "name": "classes",
360
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
393
+ "name": "cell-render",
394
+ "description": "Default: -\n\nCustomize cell content"
361
395
  },
362
396
  {
363
- "name": "styles",
364
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
365
- }
366
- ]
367
- },
368
- {
369
- "name": "a-breadcrumb",
370
- "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
371
- "attributes": [
372
- {
373
- "name": "classes",
374
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
397
+ "name": "full-cell-render",
398
+ "description": "Default: -\n\nCustomize cell content"
375
399
  },
376
400
  {
377
- "name": "dropdown-icon",
378
- "description": "Default: -\n\nCustom dropdown icon"
401
+ "name": "header-render",
402
+ "description": "Default: -\n\nRender custom header in panel"
379
403
  },
380
404
  {
381
- "name": "item-render",
382
- "description": "Default: -\n\nCustom item renderer, work with vue-router"
405
+ "name": "value",
406
+ "description": "Default: -\n\nThe current selected date, support v-model:value"
383
407
  },
384
408
  {
385
- "name": "params",
386
- "description": "Default: -\n\nRouting parameters"
409
+ "name": "default-value",
410
+ "description": "Default: -\n\nThe date selected by default"
387
411
  },
388
412
  {
389
- "name": "items",
390
- "description": "Default: -\n\nThe routing stack information of router"
413
+ "name": "mode",
414
+ "description": "Default: month\n\nThe display mode of the calendar"
391
415
  },
392
416
  {
393
- "name": "separator",
394
- "description": "Default: /\n\nCustom separator"
417
+ "name": "fullscreen",
418
+ "description": "Default: true\n\nWhether to display in full-screen"
395
419
  },
396
420
  {
397
- "name": "styles",
398
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
421
+ "name": "show-week",
422
+ "description": "Default: false\n\nWhether to display week number"
399
423
  }
400
424
  ]
401
425
  },
@@ -474,122 +498,40 @@
474
498
  ]
475
499
  },
476
500
  {
477
- "name": "a-calendar",
478
- "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
501
+ "name": "a-card",
502
+ "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
479
503
  "attributes": [
480
504
  {
481
- "name": "prefix-cls",
482
- "description": "Default: -\n\n-"
505
+ "name": "title",
506
+ "description": "Default: -\n\nCard title"
483
507
  },
484
508
  {
485
- "name": "root-class",
486
- "description": "Default: -\n\n-"
509
+ "name": "extra",
510
+ "description": "Default: -\n\nContent to render in the top-right corner of the card"
487
511
  },
488
512
  {
489
- "name": "classes",
490
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
513
+ "name": "bordered",
514
+ "description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
491
515
  },
492
516
  {
493
- "name": "styles",
494
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
517
+ "name": "head-style",
518
+ "description": "Default: -\n\nDeprecated."
495
519
  },
496
520
  {
497
- "name": "locale",
498
- "description": "Default: (default)\n\nThe calendar's locale"
521
+ "name": "body-style",
522
+ "description": "Default: -\n\nDeprecated."
499
523
  },
500
524
  {
501
- "name": "valid-range",
502
- "description": "Default: -\n\nTo set valid range"
525
+ "name": "loading",
526
+ "description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
503
527
  },
504
528
  {
505
- "name": "disabled-date",
506
- "description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
529
+ "name": "hoverable",
530
+ "description": "Default: false\n\nLift up when hovering card"
507
531
  },
508
532
  {
509
- "name": "date-full-cell-render",
510
- "description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
511
- },
512
- {
513
- "name": "date-cell-render",
514
- "description": "Default: -\n\nDeprecated."
515
- },
516
- {
517
- "name": "month-full-cell-render",
518
- "description": "Default: -\n\nDeprecated."
519
- },
520
- {
521
- "name": "month-cell-render",
522
- "description": "Default: -\n\nDeprecated."
523
- },
524
- {
525
- "name": "cell-render",
526
- "description": "Default: -\n\nCustomize cell content"
527
- },
528
- {
529
- "name": "full-cell-render",
530
- "description": "Default: -\n\nCustomize cell content"
531
- },
532
- {
533
- "name": "header-render",
534
- "description": "Default: -\n\nRender custom header in panel"
535
- },
536
- {
537
- "name": "value",
538
- "description": "Default: -\n\nThe current selected date, support v-model:value"
539
- },
540
- {
541
- "name": "default-value",
542
- "description": "Default: -\n\nThe date selected by default"
543
- },
544
- {
545
- "name": "mode",
546
- "description": "Default: month\n\nThe display mode of the calendar"
547
- },
548
- {
549
- "name": "fullscreen",
550
- "description": "Default: true\n\nWhether to display in full-screen"
551
- },
552
- {
553
- "name": "show-week",
554
- "description": "Default: false\n\nWhether to display week number"
555
- }
556
- ]
557
- },
558
- {
559
- "name": "a-card",
560
- "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
561
- "attributes": [
562
- {
563
- "name": "title",
564
- "description": "Default: -\n\nCard title"
565
- },
566
- {
567
- "name": "extra",
568
- "description": "Default: -\n\nContent to render in the top-right corner of the card"
569
- },
570
- {
571
- "name": "bordered",
572
- "description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
573
- },
574
- {
575
- "name": "head-style",
576
- "description": "Default: -\n\nDeprecated."
577
- },
578
- {
579
- "name": "body-style",
580
- "description": "Default: -\n\nDeprecated."
581
- },
582
- {
583
- "name": "loading",
584
- "description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
585
- },
586
- {
587
- "name": "hoverable",
588
- "description": "Default: false\n\nLift up when hovering card"
589
- },
590
- {
591
- "name": "id",
592
- "description": "Default: -\n\n-"
533
+ "name": "id",
534
+ "description": "Default: -\n\n-"
593
535
  },
594
536
  {
595
537
  "name": "size",
@@ -837,6 +779,64 @@
837
779
  }
838
780
  ]
839
781
  },
782
+ {
783
+ "name": "a-badge",
784
+ "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
785
+ "attributes": [
786
+ {
787
+ "name": "count",
788
+ "description": "Default: -\n\nNumber to show in badge"
789
+ },
790
+ {
791
+ "name": "show-zero",
792
+ "description": "Default: false\n\nWhether to show badge when count is zero"
793
+ },
794
+ {
795
+ "name": "overflow-count",
796
+ "description": "Default: 99\n\nMax count to show"
797
+ },
798
+ {
799
+ "name": "dot",
800
+ "description": "Default: false\n\nWhether to display a red dot instead of count"
801
+ },
802
+ {
803
+ "name": "scroll-number-prefix-cls",
804
+ "description": "Default: -\n\n-"
805
+ },
806
+ {
807
+ "name": "status",
808
+ "description": "Default: -\n\nSet Badge as a status dot"
809
+ },
810
+ {
811
+ "name": "color",
812
+ "description": "Default: -\n\nCustomize Badge dot color"
813
+ },
814
+ {
815
+ "name": "text",
816
+ "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
817
+ },
818
+ {
819
+ "name": "size",
820
+ "description": "Default: -\n\nIf count is set, size sets the size of badge"
821
+ },
822
+ {
823
+ "name": "offset",
824
+ "description": "Default: -\n\nSet offset of the badge dot"
825
+ },
826
+ {
827
+ "name": "title",
828
+ "description": "Default: -\n\nText to show when hovering over the badge"
829
+ },
830
+ {
831
+ "name": "classes",
832
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
833
+ },
834
+ {
835
+ "name": "styles",
836
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
837
+ }
838
+ ]
839
+ },
840
840
  {
841
841
  "name": "a-checkbox",
842
842
  "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
@@ -901,6 +901,108 @@
901
901
  }
902
902
  ]
903
903
  },
904
+ {
905
+ "name": "a-color-picker",
906
+ "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
907
+ "attributes": [
908
+ {
909
+ "name": "allow-clear",
910
+ "description": "Default: false\n\nAllow clearing color selected"
911
+ },
912
+ {
913
+ "name": "arrow",
914
+ "description": "Default: true\n\nConfiguration for popup arrow"
915
+ },
916
+ {
917
+ "name": "auto-adjust-overflow",
918
+ "description": "Default: -\n\nAuto adjust placement when popup is invisible"
919
+ },
920
+ {
921
+ "name": "classes",
922
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
923
+ },
924
+ {
925
+ "name": "default-format",
926
+ "description": "Default: hex\n\nDefault format of color"
927
+ },
928
+ {
929
+ "name": "default-value",
930
+ "description": "Default: -\n\nDefault value of color"
931
+ },
932
+ {
933
+ "name": "destroy-on-hidden",
934
+ "description": "Default: false\n\nWhether destroy dom when close"
935
+ },
936
+ {
937
+ "name": "disabled",
938
+ "description": "Default: false\n\nDisable ColorPicker"
939
+ },
940
+ {
941
+ "name": "disabled-alpha",
942
+ "description": "Default: false\n\nDisable Alpha"
943
+ },
944
+ {
945
+ "name": "disabled-format",
946
+ "description": "Default: false\n\nDisable format of color"
947
+ },
948
+ {
949
+ "name": "format",
950
+ "description": "Default: -\n\nFormat of color, support v-model:format"
951
+ },
952
+ {
953
+ "name": "get-popup-container",
954
+ "description": "Default: -\n\nSpecify container for popup"
955
+ },
956
+ {
957
+ "name": "mode",
958
+ "description": "Default: single\n\nConfigure single or gradient color"
959
+ },
960
+ {
961
+ "name": "open",
962
+ "description": "Default: -\n\nWhether to show popup, support v-model:open"
963
+ },
964
+ {
965
+ "name": "placement",
966
+ "description": "Default: bottomLeft\n\nPlacement of popup"
967
+ },
968
+ {
969
+ "name": "presets",
970
+ "description": "Default: -\n\nPreset colors"
971
+ },
972
+ {
973
+ "name": "panel-render",
974
+ "description": "Default: -\n\nCustom Render Panel"
975
+ },
976
+ {
977
+ "name": "root-class",
978
+ "description": "Default: -\n\nRoot container class"
979
+ },
980
+ {
981
+ "name": "show-text",
982
+ "description": "Default: false\n\nShow color text"
983
+ },
984
+ {
985
+ "name": "size",
986
+ "description": "Default: middle\n\nSetting the trigger size"
987
+ },
988
+ {
989
+ "name": "styles",
990
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
991
+ },
992
+ {
993
+ "name": "trigger",
994
+ "description": "Default: click\n\nColorPicker trigger mode"
995
+ },
996
+ {
997
+ "name": "value-format",
998
+ "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
999
+ },
1000
+ {
1001
+ "name": "value",
1002
+ "description": "Default: -\n\nValue of color, support v-model:value"
1003
+ }
1004
+ ]
1005
+ },
904
1006
  {
905
1007
  "name": "a-collapse",
906
1008
  "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
@@ -994,176 +1096,64 @@
994
1096
  ]
995
1097
  },
996
1098
  {
997
- "name": "a-config-provider",
998
- "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
999
- "attributes": [
1000
- {
1001
- "name": "component-disabled",
1002
- "description": "Default: -\n\nConfig antd component disabled"
1003
- },
1004
- {
1005
- "name": "component-size",
1006
- "description": "Default: -\n\nConfig antd component size"
1007
- },
1008
- {
1009
- "name": "csp",
1010
- "description": "Default: -\n\nSet Content Security Policy config"
1011
- },
1012
- {
1013
- "name": "direction",
1014
- "description": "Default: ltr\n\nSet direction of layout. See demo"
1015
- },
1016
- {
1017
- "name": "get-popup-container",
1018
- "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1019
- },
1020
- {
1021
- "name": "get-target-container",
1022
- "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1023
- },
1024
- {
1025
- "name": "icon-prefix-cls",
1026
- "description": "Default: anticon\n\nSet icon prefix className"
1027
- },
1028
- {
1029
- "name": "locale",
1030
- "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1031
- },
1032
- {
1033
- "name": "popup-match-select-width",
1034
- "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"
1035
- },
1036
- {
1037
- "name": "popup-overflow",
1038
- "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1039
- },
1040
- {
1041
- "name": "prefix-cls",
1042
- "description": "Default: ant\n\nSet prefix className"
1043
- },
1044
- {
1045
- "name": "render-empty",
1046
- "description": "Default: -\n\nSet empty content of components. Ref Empty"
1047
- },
1048
- {
1049
- "name": "theme",
1050
- "description": "Default: -\n\nSet theme, ref Customize Theme"
1051
- },
1052
- {
1053
- "name": "variant",
1054
- "description": "Default: -\n\nSet variant of data entry components"
1055
- },
1056
- {
1057
- "name": "virtual",
1058
- "description": "Default: -\n\nDisable virtual scroll when set to false"
1059
- },
1060
- {
1061
- "name": "warning",
1062
- "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1063
- }
1064
- ]
1099
+ "name": "a-localization",
1100
+ "description": "To select or input a date.",
1101
+ "attributes": []
1065
1102
  },
1066
1103
  {
1067
- "name": "a-color-picker",
1068
- "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
1069
- "attributes": [
1070
- {
1071
- "name": "allow-clear",
1072
- "description": "Default: false\n\nAllow clearing color selected"
1073
- },
1074
- {
1075
- "name": "arrow",
1076
- "description": "Default: true\n\nConfiguration for popup arrow"
1077
- },
1078
- {
1079
- "name": "auto-adjust-overflow",
1080
- "description": "Default: -\n\nAuto adjust placement when popup is invisible"
1081
- },
1082
- {
1083
- "name": "classes",
1084
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1085
- },
1086
- {
1087
- "name": "default-format",
1088
- "description": "Default: hex\n\nDefault format of color"
1089
- },
1090
- {
1091
- "name": "default-value",
1092
- "description": "Default: -\n\nDefault value of color"
1093
- },
1094
- {
1095
- "name": "destroy-on-hidden",
1096
- "description": "Default: false\n\nWhether destroy dom when close"
1097
- },
1098
- {
1099
- "name": "disabled",
1100
- "description": "Default: false\n\nDisable ColorPicker"
1101
- },
1102
- {
1103
- "name": "disabled-alpha",
1104
- "description": "Default: false\n\nDisable Alpha"
1105
- },
1106
- {
1107
- "name": "disabled-format",
1108
- "description": "Default: false\n\nDisable format of color"
1109
- },
1110
- {
1111
- "name": "format",
1112
- "description": "Default: -\n\nFormat of color, support v-model:format"
1113
- },
1114
- {
1115
- "name": "get-popup-container",
1116
- "description": "Default: -\n\nSpecify container for popup"
1117
- },
1118
- {
1119
- "name": "mode",
1120
- "description": "Default: single\n\nConfigure single or gradient color"
1121
- },
1122
- {
1123
- "name": "open",
1124
- "description": "Default: -\n\nWhether to show popup, support v-model:open"
1125
- },
1126
- {
1127
- "name": "placement",
1128
- "description": "Default: bottomLeft\n\nPlacement of popup"
1129
- },
1130
- {
1131
- "name": "presets",
1132
- "description": "Default: -\n\nPreset colors"
1133
- },
1134
- {
1135
- "name": "panel-render",
1136
- "description": "Default: -\n\nCustom Render Panel"
1137
- },
1138
- {
1139
- "name": "root-class",
1140
- "description": "Default: -\n\nRoot container class"
1141
- },
1142
- {
1143
- "name": "show-text",
1144
- "description": "Default: false\n\nShow color text"
1145
- },
1146
- {
1147
- "name": "size",
1148
- "description": "Default: middle\n\nSetting the trigger size"
1149
- },
1150
- {
1151
- "name": "styles",
1152
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1153
- },
1154
- {
1155
- "name": "trigger",
1156
- "description": "Default: click\n\nColorPicker trigger mode"
1157
- },
1158
- {
1159
- "name": "value-format",
1160
- "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
1161
- },
1162
- {
1163
- "name": "value",
1164
- "description": "Default: -\n\nValue of color, support v-model:value"
1165
- }
1166
- ]
1104
+ "name": "a-common-api",
1105
+ "description": "To select or input a date.",
1106
+ "attributes": []
1107
+ },
1108
+ {
1109
+ "name": "a-common-methods",
1110
+ "description": "To select or input a date.",
1111
+ "attributes": []
1112
+ },
1113
+ {
1114
+ "name": "a-date-picker",
1115
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1116
+ "attributes": []
1117
+ },
1118
+ {
1119
+ "name": "a-date-picker[picker=year]",
1120
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1121
+ "attributes": []
1122
+ },
1123
+ {
1124
+ "name": "a-date-picker[picker=quarter]",
1125
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1126
+ "attributes": []
1127
+ },
1128
+ {
1129
+ "name": "a-date-picker[picker=month]",
1130
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1131
+ "attributes": []
1132
+ },
1133
+ {
1134
+ "name": "a-date-picker[picker=week]",
1135
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1136
+ "attributes": []
1137
+ },
1138
+ {
1139
+ "name": "a-range-picker",
1140
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1141
+ "attributes": []
1142
+ },
1143
+ {
1144
+ "name": "a-国际化配置",
1145
+ "description": "输入或选择日期的控件。",
1146
+ "attributes": []
1147
+ },
1148
+ {
1149
+ "name": "a-共同的-api",
1150
+ "description": "输入或选择日期的控件。",
1151
+ "attributes": []
1152
+ },
1153
+ {
1154
+ "name": "a-共同的方法",
1155
+ "description": "输入或选择日期的控件。",
1156
+ "attributes": []
1167
1157
  },
1168
1158
  {
1169
1159
  "name": "a-descriptions",
@@ -1265,66 +1255,6 @@
1265
1255
  }
1266
1256
  ]
1267
1257
  },
1268
- {
1269
- "name": "a-localization",
1270
- "description": "To select or input a date.",
1271
- "attributes": []
1272
- },
1273
- {
1274
- "name": "a-common-api",
1275
- "description": "To select or input a date.",
1276
- "attributes": []
1277
- },
1278
- {
1279
- "name": "a-common-methods",
1280
- "description": "To select or input a date.",
1281
- "attributes": []
1282
- },
1283
- {
1284
- "name": "a-date-picker",
1285
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1286
- "attributes": []
1287
- },
1288
- {
1289
- "name": "a-date-picker[picker=year]",
1290
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1291
- "attributes": []
1292
- },
1293
- {
1294
- "name": "a-date-picker[picker=quarter]",
1295
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1296
- "attributes": []
1297
- },
1298
- {
1299
- "name": "a-date-picker[picker=month]",
1300
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1301
- "attributes": []
1302
- },
1303
- {
1304
- "name": "a-date-picker[picker=week]",
1305
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1306
- "attributes": []
1307
- },
1308
- {
1309
- "name": "a-range-picker",
1310
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1311
- "attributes": []
1312
- },
1313
- {
1314
- "name": "a-国际化配置",
1315
- "description": "输入或选择日期的控件。",
1316
- "attributes": []
1317
- },
1318
- {
1319
- "name": "a-共同的-api",
1320
- "description": "输入或选择日期的控件。",
1321
- "attributes": []
1322
- },
1323
- {
1324
- "name": "a-共同的方法",
1325
- "description": "输入或选择日期的控件。",
1326
- "attributes": []
1327
- },
1328
1258
  {
1329
1259
  "name": "a-drawer",
1330
1260
  "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
@@ -1391,39 +1321,314 @@
1391
1321
  },
1392
1322
  {
1393
1323
  "name": "push",
1394
- "description": "Default: \\{ distance: 180 \\}\n\nNested drawers push behavior"
1324
+ "description": "Default: \\{ distance: 180 \\}\n\nNested drawers push behavior"
1325
+ },
1326
+ {
1327
+ "name": "resizable",
1328
+ "description": "Default: -\n\nEnable resizable by dragging"
1329
+ },
1330
+ {
1331
+ "name": "root-class",
1332
+ "description": "Default: -\n\nRoot container class"
1333
+ },
1334
+ {
1335
+ "name": "root-style",
1336
+ "description": "Default: -\n\nStyle of wrapper element which contains mask"
1337
+ },
1338
+ {
1339
+ "name": "size",
1340
+ "description": "Default: 'default'\n\nPreset size of drawer, default 378px and large 736px, or a custom number"
1341
+ },
1342
+ {
1343
+ "name": "styles",
1344
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Drawer component. Supports object or function."
1345
+ },
1346
+ {
1347
+ "name": "title",
1348
+ "description": "Default: -\n\nThe title for Drawer"
1349
+ },
1350
+ {
1351
+ "name": "open",
1352
+ "description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
1353
+ },
1354
+ {
1355
+ "name": "z-index",
1356
+ "description": "Default: 1000\n\nThe z-index of the Drawer"
1357
+ }
1358
+ ]
1359
+ },
1360
+ {
1361
+ "name": "a-dropdown",
1362
+ "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1363
+ "attributes": [
1364
+ {
1365
+ "name": "classes",
1366
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1367
+ },
1368
+ {
1369
+ "name": "styles",
1370
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1371
+ },
1372
+ {
1373
+ "name": "menu",
1374
+ "description": "Default: -\n\nThe menu props"
1375
+ },
1376
+ {
1377
+ "name": "auto-focus",
1378
+ "description": "Default: -\n\nFocus the first menu item when opened"
1379
+ },
1380
+ {
1381
+ "name": "arrow",
1382
+ "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1383
+ },
1384
+ {
1385
+ "name": "trigger",
1386
+ "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1387
+ },
1388
+ {
1389
+ "name": "popup-render",
1390
+ "description": "Default: -\n\nCustomize popup content"
1391
+ },
1392
+ {
1393
+ "name": "open",
1394
+ "description": "Default: -\n\nWhether the dropdown menu is currently open"
1395
+ },
1396
+ {
1397
+ "name": "disabled",
1398
+ "description": "Default: -\n\nWhether the dropdown menu is disabled"
1399
+ },
1400
+ {
1401
+ "name": "destroy-on-hidden",
1402
+ "description": "Default: false\n\nWhether destroy dropdown when hidden"
1403
+ },
1404
+ {
1405
+ "name": "align",
1406
+ "description": "Default: -\n\nPopup align config"
1407
+ },
1408
+ {
1409
+ "name": "get-popup-container",
1410
+ "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"
1411
+ },
1412
+ {
1413
+ "name": "prefix-cls",
1414
+ "description": "Default: -\n\nCustomize prefix class name"
1415
+ },
1416
+ {
1417
+ "name": "transition-name",
1418
+ "description": "Default: -\n\nMotion name of dropdown"
1419
+ },
1420
+ {
1421
+ "name": "placement",
1422
+ "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1423
+ },
1424
+ {
1425
+ "name": "force-render",
1426
+ "description": "Default: -\n\nForce render dropdown overlay"
1427
+ },
1428
+ {
1429
+ "name": "mouse-enter-delay",
1430
+ "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1431
+ },
1432
+ {
1433
+ "name": "mouse-leave-delay",
1434
+ "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1435
+ },
1436
+ {
1437
+ "name": "open-class-name",
1438
+ "description": "Default: -\n\nClass added to trigger when dropdown is open"
1439
+ },
1440
+ {
1441
+ "name": "auto-adjust-overflow",
1442
+ "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1443
+ }
1444
+ ]
1445
+ },
1446
+ {
1447
+ "name": "a-empty",
1448
+ "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1449
+ "attributes": [
1450
+ {
1451
+ "name": "vertical",
1452
+ "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1453
+ },
1454
+ {
1455
+ "name": "wrap",
1456
+ "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1457
+ },
1458
+ {
1459
+ "name": "justify",
1460
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1461
+ },
1462
+ {
1463
+ "name": "align",
1464
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1465
+ },
1466
+ {
1467
+ "name": "flex",
1468
+ "description": "Default: normal\n\nflex CSS shorthand properties"
1469
+ },
1470
+ {
1471
+ "name": "gap",
1472
+ "description": "Default: -\n\nSets the gap between grids"
1473
+ },
1474
+ {
1475
+ "name": "component",
1476
+ "description": "Default: div\n\ncustom element type"
1477
+ }
1478
+ ]
1479
+ },
1480
+ {
1481
+ "name": "a-flex",
1482
+ "description": "用于对齐的弹性布局容器。",
1483
+ "attributes": []
1484
+ },
1485
+ {
1486
+ "name": "a-config-provider",
1487
+ "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1488
+ "attributes": [
1489
+ {
1490
+ "name": "component-disabled",
1491
+ "description": "Default: -\n\nConfig antd component disabled"
1492
+ },
1493
+ {
1494
+ "name": "component-size",
1495
+ "description": "Default: -\n\nConfig antd component size"
1496
+ },
1497
+ {
1498
+ "name": "csp",
1499
+ "description": "Default: -\n\nSet Content Security Policy config"
1500
+ },
1501
+ {
1502
+ "name": "direction",
1503
+ "description": "Default: ltr\n\nSet direction of layout. See demo"
1504
+ },
1505
+ {
1506
+ "name": "get-popup-container",
1507
+ "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1508
+ },
1509
+ {
1510
+ "name": "get-target-container",
1511
+ "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1512
+ },
1513
+ {
1514
+ "name": "icon-prefix-cls",
1515
+ "description": "Default: anticon\n\nSet icon prefix className"
1516
+ },
1517
+ {
1518
+ "name": "locale",
1519
+ "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1520
+ },
1521
+ {
1522
+ "name": "popup-match-select-width",
1523
+ "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"
1524
+ },
1525
+ {
1526
+ "name": "popup-overflow",
1527
+ "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1528
+ },
1529
+ {
1530
+ "name": "prefix-cls",
1531
+ "description": "Default: ant\n\nSet prefix className"
1532
+ },
1533
+ {
1534
+ "name": "render-empty",
1535
+ "description": "Default: -\n\nSet empty content of components. Ref Empty"
1536
+ },
1537
+ {
1538
+ "name": "theme",
1539
+ "description": "Default: -\n\nSet theme, ref Customize Theme"
1540
+ },
1541
+ {
1542
+ "name": "variant",
1543
+ "description": "Default: -\n\nSet variant of data entry components"
1544
+ },
1545
+ {
1546
+ "name": "virtual",
1547
+ "description": "Default: -\n\nDisable virtual scroll when set to false"
1548
+ },
1549
+ {
1550
+ "name": "warning",
1551
+ "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1552
+ }
1553
+ ]
1554
+ },
1555
+ {
1556
+ "name": "a-row",
1557
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1558
+ "attributes": [
1559
+ {
1560
+ "name": "align",
1561
+ "description": "Default: top\n\nVertical alignment"
1562
+ },
1563
+ {
1564
+ "name": "gutter",
1565
+ "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]"
1566
+ },
1567
+ {
1568
+ "name": "justify",
1569
+ "description": "Default: start\n\nHorizontal arrangement"
1570
+ },
1571
+ {
1572
+ "name": "wrap",
1573
+ "description": "Default: true\n\nAuto wrap line"
1574
+ }
1575
+ ]
1576
+ },
1577
+ {
1578
+ "name": "a-col",
1579
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1580
+ "attributes": [
1581
+ {
1582
+ "name": "flex",
1583
+ "description": "Default: -\n\nFlex layout style"
1584
+ },
1585
+ {
1586
+ "name": "offset",
1587
+ "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1588
+ },
1589
+ {
1590
+ "name": "order",
1591
+ "description": "Default: 0\n\nRaster order"
1592
+ },
1593
+ {
1594
+ "name": "pull",
1595
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1596
+ },
1597
+ {
1598
+ "name": "push",
1599
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1395
1600
  },
1396
1601
  {
1397
- "name": "resizable",
1398
- "description": "Default: -\n\nEnable resizable by dragging"
1602
+ "name": "span",
1603
+ "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1399
1604
  },
1400
1605
  {
1401
- "name": "root-class",
1402
- "description": "Default: -\n\nRoot container class"
1606
+ "name": "xs",
1607
+ "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1403
1608
  },
1404
1609
  {
1405
- "name": "root-style",
1406
- "description": "Default: -\n\nStyle of wrapper element which contains mask"
1610
+ "name": "sm",
1611
+ "description": "Default: -\n\nscreen 576px, could be a span value or an object containing above props"
1407
1612
  },
1408
1613
  {
1409
- "name": "size",
1410
- "description": "Default: 'default'\n\nPreset size of drawer, default 378px and large 736px, or a custom number"
1614
+ "name": "md",
1615
+ "description": "Default: -\n\nscreen 768px, could be a span value or an object containing above props"
1411
1616
  },
1412
1617
  {
1413
- "name": "styles",
1414
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Drawer component. Supports object or function."
1618
+ "name": "lg",
1619
+ "description": "Default: -\n\nscreen 992px, could be a span value or an object containing above props"
1415
1620
  },
1416
1621
  {
1417
- "name": "title",
1418
- "description": "Default: -\n\nThe title for Drawer"
1622
+ "name": "xl",
1623
+ "description": "Default: -\n\nscreen 1200px, could be a span value or an object containing above props"
1419
1624
  },
1420
1625
  {
1421
- "name": "open",
1422
- "description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
1626
+ "name": "xxl",
1627
+ "description": "Default: -\n\nscreen 1600px, could be a span value or an object containing above props"
1423
1628
  },
1424
1629
  {
1425
- "name": "z-index",
1426
- "description": "Default: 1000\n\nThe z-index of the Drawer"
1630
+ "name": "xxxl",
1631
+ "description": "Default: -\n\nscreen 1920px, could be a span value or an object containing above props"
1427
1632
  }
1428
1633
  ]
1429
1634
  },
@@ -1557,131 +1762,6 @@
1557
1762
  }
1558
1763
  ]
1559
1764
  },
1560
- {
1561
- "name": "a-dropdown",
1562
- "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1563
- "attributes": [
1564
- {
1565
- "name": "classes",
1566
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1567
- },
1568
- {
1569
- "name": "styles",
1570
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1571
- },
1572
- {
1573
- "name": "menu",
1574
- "description": "Default: -\n\nThe menu props"
1575
- },
1576
- {
1577
- "name": "auto-focus",
1578
- "description": "Default: -\n\nFocus the first menu item when opened"
1579
- },
1580
- {
1581
- "name": "arrow",
1582
- "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1583
- },
1584
- {
1585
- "name": "trigger",
1586
- "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1587
- },
1588
- {
1589
- "name": "popup-render",
1590
- "description": "Default: -\n\nCustomize popup content"
1591
- },
1592
- {
1593
- "name": "open",
1594
- "description": "Default: -\n\nWhether the dropdown menu is currently open"
1595
- },
1596
- {
1597
- "name": "disabled",
1598
- "description": "Default: -\n\nWhether the dropdown menu is disabled"
1599
- },
1600
- {
1601
- "name": "destroy-on-hidden",
1602
- "description": "Default: false\n\nWhether destroy dropdown when hidden"
1603
- },
1604
- {
1605
- "name": "align",
1606
- "description": "Default: -\n\nPopup align config"
1607
- },
1608
- {
1609
- "name": "get-popup-container",
1610
- "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"
1611
- },
1612
- {
1613
- "name": "prefix-cls",
1614
- "description": "Default: -\n\nCustomize prefix class name"
1615
- },
1616
- {
1617
- "name": "transition-name",
1618
- "description": "Default: -\n\nMotion name of dropdown"
1619
- },
1620
- {
1621
- "name": "placement",
1622
- "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1623
- },
1624
- {
1625
- "name": "force-render",
1626
- "description": "Default: -\n\nForce render dropdown overlay"
1627
- },
1628
- {
1629
- "name": "mouse-enter-delay",
1630
- "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1631
- },
1632
- {
1633
- "name": "mouse-leave-delay",
1634
- "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1635
- },
1636
- {
1637
- "name": "open-class-name",
1638
- "description": "Default: -\n\nClass added to trigger when dropdown is open"
1639
- },
1640
- {
1641
- "name": "auto-adjust-overflow",
1642
- "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1643
- }
1644
- ]
1645
- },
1646
- {
1647
- "name": "a-empty",
1648
- "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1649
- "attributes": [
1650
- {
1651
- "name": "vertical",
1652
- "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1653
- },
1654
- {
1655
- "name": "wrap",
1656
- "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1657
- },
1658
- {
1659
- "name": "justify",
1660
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1661
- },
1662
- {
1663
- "name": "align",
1664
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1665
- },
1666
- {
1667
- "name": "flex",
1668
- "description": "Default: normal\n\nflex CSS shorthand properties"
1669
- },
1670
- {
1671
- "name": "gap",
1672
- "description": "Default: -\n\nSets the gap between grids"
1673
- },
1674
- {
1675
- "name": "component",
1676
- "description": "Default: div\n\ncustom element type"
1677
- }
1678
- ]
1679
- },
1680
- {
1681
- "name": "a-flex",
1682
- "description": "用于对齐的弹性布局容器。",
1683
- "attributes": []
1684
- },
1685
1765
  {
1686
1766
  "name": "a-form",
1687
1767
  "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
@@ -1947,6 +2027,48 @@
1947
2027
  "description": "语义化的矢量图形。",
1948
2028
  "attributes": []
1949
2029
  },
2030
+ {
2031
+ "name": "a-image",
2032
+ "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2033
+ "attributes": [
2034
+ {
2035
+ "name": "preview",
2036
+ "description": "Default: true\n\nPreview configuration; set to false to disable"
2037
+ },
2038
+ {
2039
+ "name": "wrapper-style",
2040
+ "description": "Default: -\n\nDeprecated."
2041
+ },
2042
+ {
2043
+ "name": "classes",
2044
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2045
+ },
2046
+ {
2047
+ "name": "styles",
2048
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2049
+ },
2050
+ {
2051
+ "name": "root-class",
2052
+ "description": "Default: -\n\n-"
2053
+ },
2054
+ {
2055
+ "name": "alt",
2056
+ "description": "Default: -\n\nImage description"
2057
+ },
2058
+ {
2059
+ "name": "height",
2060
+ "description": "Default: -\n\nImage height"
2061
+ },
2062
+ {
2063
+ "name": "src",
2064
+ "description": "Default: -\n\nImage URL"
2065
+ },
2066
+ {
2067
+ "name": "width",
2068
+ "description": "Default: -\n\nImage width"
2069
+ }
2070
+ ]
2071
+ },
1950
2072
  {
1951
2073
  "name": "a-input",
1952
2074
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
@@ -2092,94 +2214,52 @@
2092
2214
  "description": "Default: -\n\nDefault value"
2093
2215
  },
2094
2216
  {
2095
- "name": "disabled",
2096
- "description": "Default: false\n\nWhether the input is disabled"
2097
- },
2098
- {
2099
- "name": "formatter",
2100
- "description": "Default: -\n\nFormat display, blank fields will be filled with"
2101
- },
2102
- {
2103
- "name": "separator",
2104
- "description": "Default: -\n\nrender the separator after the input box of the specified index"
2105
- },
2106
- {
2107
- "name": "styles",
2108
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2109
- },
2110
- {
2111
- "name": "mask",
2112
- "description": "Default: false\n\nCustom display, the original value will not be modified"
2113
- },
2114
- {
2115
- "name": "length",
2116
- "description": "Default: 6\n\nThe number of input elements"
2117
- },
2118
- {
2119
- "name": "status",
2120
- "description": "Default: -\n\nSet validation status"
2121
- },
2122
- {
2123
- "name": "size",
2124
- "description": "Default: middle\n\nThe size of the input box"
2125
- },
2126
- {
2127
- "name": "variant",
2128
- "description": "Default: outlined\n\nVariants of Input"
2129
- },
2130
- {
2131
- "name": "value",
2132
- "description": "Default: -\n\nThe input content value"
2133
- }
2134
- ]
2135
- },
2136
- {
2137
- "name": "a-types",
2138
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2139
- "attributes": []
2140
- },
2141
- {
2142
- "name": "a-image",
2143
- "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2144
- "attributes": [
2145
- {
2146
- "name": "preview",
2147
- "description": "Default: true\n\nPreview configuration; set to false to disable"
2217
+ "name": "disabled",
2218
+ "description": "Default: false\n\nWhether the input is disabled"
2148
2219
  },
2149
2220
  {
2150
- "name": "wrapper-style",
2151
- "description": "Default: -\n\nDeprecated."
2221
+ "name": "formatter",
2222
+ "description": "Default: -\n\nFormat display, blank fields will be filled with"
2152
2223
  },
2153
2224
  {
2154
- "name": "classes",
2155
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2225
+ "name": "separator",
2226
+ "description": "Default: -\n\nrender the separator after the input box of the specified index"
2156
2227
  },
2157
2228
  {
2158
2229
  "name": "styles",
2159
2230
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2160
2231
  },
2161
2232
  {
2162
- "name": "root-class",
2163
- "description": "Default: -\n\n-"
2233
+ "name": "mask",
2234
+ "description": "Default: false\n\nCustom display, the original value will not be modified"
2164
2235
  },
2165
2236
  {
2166
- "name": "alt",
2167
- "description": "Default: -\n\nImage description"
2237
+ "name": "length",
2238
+ "description": "Default: 6\n\nThe number of input elements"
2168
2239
  },
2169
2240
  {
2170
- "name": "height",
2171
- "description": "Default: -\n\nImage height"
2241
+ "name": "status",
2242
+ "description": "Default: -\n\nSet validation status"
2172
2243
  },
2173
2244
  {
2174
- "name": "src",
2175
- "description": "Default: -\n\nImage URL"
2245
+ "name": "size",
2246
+ "description": "Default: middle\n\nThe size of the input box"
2176
2247
  },
2177
2248
  {
2178
- "name": "width",
2179
- "description": "Default: -\n\nImage width"
2249
+ "name": "variant",
2250
+ "description": "Default: outlined\n\nVariants of Input"
2251
+ },
2252
+ {
2253
+ "name": "value",
2254
+ "description": "Default: -\n\nThe input content value"
2180
2255
  }
2181
2256
  ]
2182
2257
  },
2258
+ {
2259
+ "name": "a-types",
2260
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2261
+ "attributes": []
2262
+ },
2183
2263
  {
2184
2264
  "name": "a-layout",
2185
2265
  "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
@@ -2233,24 +2313,40 @@
2233
2313
  ]
2234
2314
  },
2235
2315
  {
2236
- "name": "a-mentions",
2237
- "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2316
+ "name": "a-input-number",
2317
+ "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
2238
2318
  "attributes": [
2239
2319
  {
2240
- "name": "loading",
2241
- "description": "Default: -\n\n-"
2320
+ "name": "size",
2321
+ "description": "Default: -\n\nThe height of input box"
2242
2322
  },
2243
2323
  {
2244
2324
  "name": "status",
2245
2325
  "description": "Default: -\n\nSet validation status"
2246
2326
  },
2247
2327
  {
2248
- "name": "options",
2249
- "description": "Default: \\[]\n\nOption Configuration"
2328
+ "name": "disabled",
2329
+ "description": "Default: false\n\nIf the input is disabled"
2250
2330
  },
2251
2331
  {
2252
- "name": "popup-class-name",
2253
- "description": "Default: -\n\n-"
2332
+ "name": "addon-before",
2333
+ "description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
2334
+ },
2335
+ {
2336
+ "name": "addon-after",
2337
+ "description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
2338
+ },
2339
+ {
2340
+ "name": "prefix",
2341
+ "description": "Default: -\n\nThe prefix icon for the Input"
2342
+ },
2343
+ {
2344
+ "name": "suffix",
2345
+ "description": "Default: -\n\nThe suffix icon for the Input"
2346
+ },
2347
+ {
2348
+ "name": "bordered",
2349
+ "description": "Default: -\n\nDeprecated."
2254
2350
  },
2255
2351
  {
2256
2352
  "name": "variant",
@@ -2265,58 +2361,72 @@
2265
2361
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2266
2362
  },
2267
2363
  {
2268
- "name": "size",
2269
- "description": "Default: -\n\n-"
2364
+ "name": "controls",
2365
+ "description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
2270
2366
  },
2271
2367
  {
2272
- "name": "label-render",
2368
+ "name": "type",
2273
2369
  "description": "Default: -\n\n-"
2274
2370
  },
2275
2371
  {
2276
- "name": "allow-clear",
2277
- "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2278
- },
2279
- {
2280
- "name": "disabled",
2281
- "description": "Default: -\n\n-"
2372
+ "name": "step",
2373
+ "description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
2282
2374
  }
2283
2375
  ]
2284
2376
  },
2285
2377
  {
2286
- "name": "a-input-number",
2287
- "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
2378
+ "name": "a-masonry",
2379
+ "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2288
2380
  "attributes": [
2289
2381
  {
2290
- "name": "size",
2291
- "description": "Default: -\n\nThe height of input box"
2382
+ "name": "classes",
2383
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2292
2384
  },
2293
2385
  {
2294
- "name": "status",
2295
- "description": "Default: -\n\nSet validation status"
2386
+ "name": "styles",
2387
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2296
2388
  },
2297
2389
  {
2298
- "name": "disabled",
2299
- "description": "Default: false\n\nIf the input is disabled"
2390
+ "name": "columns",
2391
+ "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2300
2392
  },
2301
2393
  {
2302
- "name": "addon-before",
2303
- "description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
2394
+ "name": "fresh",
2395
+ "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2304
2396
  },
2305
2397
  {
2306
- "name": "addon-after",
2307
- "description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
2398
+ "name": "gutter",
2399
+ "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2308
2400
  },
2309
2401
  {
2310
- "name": "prefix",
2311
- "description": "Default: -\n\nThe prefix icon for the Input"
2402
+ "name": "items",
2403
+ "description": "Default: -\n\nMasonry items"
2312
2404
  },
2313
2405
  {
2314
- "name": "suffix",
2315
- "description": "Default: -\n\nThe suffix icon for the Input"
2406
+ "name": "item-render",
2407
+ "description": "Default: -\n\nCustom item rendering function"
2408
+ }
2409
+ ]
2410
+ },
2411
+ {
2412
+ "name": "a-mentions",
2413
+ "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2414
+ "attributes": [
2415
+ {
2416
+ "name": "loading",
2417
+ "description": "Default: -\n\n-"
2316
2418
  },
2317
2419
  {
2318
- "name": "bordered",
2319
- "description": "Default: -\n\nDeprecated."
2420
+ "name": "status",
2421
+ "description": "Default: -\n\nSet validation status"
2422
+ },
2423
+ {
2424
+ "name": "options",
2425
+ "description": "Default: \\[]\n\nOption Configuration"
2426
+ },
2427
+ {
2428
+ "name": "popup-class-name",
2429
+ "description": "Default: -\n\n-"
2320
2430
  },
2321
2431
  {
2322
2432
  "name": "variant",
@@ -2331,16 +2441,20 @@
2331
2441
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2332
2442
  },
2333
2443
  {
2334
- "name": "controls",
2335
- "description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
2444
+ "name": "size",
2445
+ "description": "Default: -\n\n-"
2336
2446
  },
2337
2447
  {
2338
- "name": "type",
2448
+ "name": "label-render",
2339
2449
  "description": "Default: -\n\n-"
2340
2450
  },
2341
2451
  {
2342
- "name": "step",
2343
- "description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
2452
+ "name": "allow-clear",
2453
+ "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2454
+ },
2455
+ {
2456
+ "name": "disabled",
2457
+ "description": "Default: -\n\n-"
2344
2458
  }
2345
2459
  ]
2346
2460
  },
@@ -2454,6 +2568,56 @@
2454
2568
  }
2455
2569
  ]
2456
2570
  },
2571
+ {
2572
+ "name": "a-static-methods",
2573
+ "description": "Display global messages as feedback in response to user operations.",
2574
+ "attributes": []
2575
+ },
2576
+ {
2577
+ "name": "a-args-props",
2578
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2579
+ "attributes": []
2580
+ },
2581
+ {
2582
+ "name": "a-notification-use-notification",
2583
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2584
+ "attributes": []
2585
+ },
2586
+ {
2587
+ "name": "a-closable-type",
2588
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2589
+ "attributes": []
2590
+ },
2591
+ {
2592
+ "name": "a-global-configuration",
2593
+ "description": "Display global messages as feedback in response to user operations.",
2594
+ "attributes": []
2595
+ },
2596
+ {
2597
+ "name": "a-静态方法",
2598
+ "description": "全局展示操作反馈信息。",
2599
+ "attributes": []
2600
+ },
2601
+ {
2602
+ "name": "a-全局配置",
2603
+ "description": "全局展示操作反馈信息。",
2604
+ "attributes": []
2605
+ },
2606
+ {
2607
+ "name": "a-arguments",
2608
+ "description": "Display global messages as feedback in response to user operations.",
2609
+ "attributes": []
2610
+ },
2611
+ {
2612
+ "name": "a-config",
2613
+ "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2614
+ "attributes": []
2615
+ },
2616
+ {
2617
+ "name": "a-参数",
2618
+ "description": "全局展示操作反馈信息。",
2619
+ "attributes": []
2620
+ },
2457
2621
  {
2458
2622
  "name": "a-modal",
2459
2623
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2597,132 +2761,148 @@
2597
2761
  ]
2598
2762
  },
2599
2763
  {
2600
- "name": "a-static-methods",
2601
- "description": "Prompt notification message globally.",
2602
- "attributes": []
2603
- },
2604
- {
2605
- "name": "a-arguments",
2606
- "description": "Display global messages as feedback in response to user operations.",
2607
- "attributes": []
2608
- },
2609
- {
2610
- "name": "a-config",
2611
- "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2612
- "attributes": []
2613
- },
2614
- {
2615
- "name": "a-global-configuration",
2616
- "description": "Prompt notification message globally.",
2617
- "attributes": []
2618
- },
2619
- {
2620
- "name": "a-静态方法",
2621
- "description": "全局展示通知提醒信息。",
2622
- "attributes": []
2623
- },
2624
- {
2625
- "name": "a-参数",
2626
- "description": "全局展示操作反馈信息。",
2627
- "attributes": []
2628
- },
2629
- {
2630
- "name": "a-全局配置",
2631
- "description": "全局展示通知提醒信息。",
2632
- "attributes": []
2633
- },
2634
- {
2635
- "name": "a-args-props",
2636
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2637
- "attributes": []
2638
- },
2639
- {
2640
- "name": "a-notification-use-notification",
2641
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2642
- "attributes": []
2643
- },
2644
- {
2645
- "name": "a-closable-type",
2646
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2647
- "attributes": []
2648
- },
2649
- {
2650
- "name": "a-row",
2651
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
2764
+ "name": "a-popconfirm",
2765
+ "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2766
+ "attributes": [
2767
+ {
2768
+ "name": "cancel-button-props",
2769
+ "description": "Default: -\n\nThe cancel button props"
2770
+ },
2771
+ {
2772
+ "name": "cancel-text",
2773
+ "description": "Default: Cancel\n\nThe text of the Cancel button"
2774
+ },
2775
+ {
2776
+ "name": "disabled",
2777
+ "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2778
+ },
2779
+ {
2780
+ "name": "icon",
2781
+ "description": "Default: -\n\nCustomize icon of confirmation"
2782
+ },
2783
+ {
2784
+ "name": "ok-button-props",
2785
+ "description": "Default: -\n\nThe ok button props"
2786
+ },
2787
+ {
2788
+ "name": "ok-text",
2789
+ "description": "Default: OK\n\nThe text of the Confirm button"
2790
+ },
2791
+ {
2792
+ "name": "ok-type",
2793
+ "description": "Default: primary\n\nButton type of the Confirm button"
2794
+ },
2795
+ {
2796
+ "name": "show-cancel",
2797
+ "description": "Default: true\n\nShow cancel button"
2798
+ },
2799
+ {
2800
+ "name": "title",
2801
+ "description": "Default: -\n\nThe title of the confirmation box"
2802
+ },
2803
+ {
2804
+ "name": "description",
2805
+ "description": "Default: -\n\nThe description of the confirmation box"
2806
+ },
2807
+ {
2808
+ "name": "classes",
2809
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2810
+ },
2811
+ {
2812
+ "name": "styles",
2813
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2814
+ }
2815
+ ]
2816
+ },
2817
+ {
2818
+ "name": "a-popover",
2819
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2652
2820
  "attributes": [
2653
2821
  {
2654
- "name": "align",
2655
- "description": "Default: top\n\nVertical alignment"
2822
+ "name": "title",
2823
+ "description": "Default: -\n\nTitle of the card"
2656
2824
  },
2657
2825
  {
2658
- "name": "gutter",
2659
- "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]"
2826
+ "name": "content",
2827
+ "description": "Default: -\n\nContent of the card"
2660
2828
  },
2661
2829
  {
2662
- "name": "justify",
2663
- "description": "Default: start\n\nHorizontal arrangement"
2830
+ "name": "classes",
2831
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2664
2832
  },
2665
2833
  {
2666
- "name": "wrap",
2667
- "description": "Default: true\n\nAuto wrap line"
2834
+ "name": "styles",
2835
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2668
2836
  }
2669
2837
  ]
2670
2838
  },
2671
2839
  {
2672
- "name": "a-col",
2673
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
2840
+ "name": "a-progress",
2841
+ "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
2674
2842
  "attributes": [
2675
2843
  {
2676
- "name": "flex",
2677
- "description": "Default: -\n\nFlex layout style"
2844
+ "name": "classes",
2845
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2678
2846
  },
2679
2847
  {
2680
- "name": "offset",
2681
- "description": "Default: 0\n\nThe number of cells to offset Col from the left"
2848
+ "name": "styles",
2849
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2682
2850
  },
2683
2851
  {
2684
- "name": "order",
2685
- "description": "Default: 0\n\nRaster order"
2852
+ "name": "root-class",
2853
+ "description": "Default: -\n\nRoot container class"
2686
2854
  },
2687
2855
  {
2688
- "name": "pull",
2689
- "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
2856
+ "name": "type",
2857
+ "description": "Default: line\n\nTo set the type, options: line circle dashboard"
2690
2858
  },
2691
2859
  {
2692
- "name": "push",
2693
- "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
2860
+ "name": "percent",
2861
+ "description": "Default: 0\n\nTo set the completion percentage"
2694
2862
  },
2695
2863
  {
2696
- "name": "span",
2697
- "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
2864
+ "name": "format",
2865
+ "description": "Default: (percent) => percent + %\n\nThe template function of the content"
2698
2866
  },
2699
2867
  {
2700
- "name": "xs",
2701
- "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
2868
+ "name": "status",
2869
+ "description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
2702
2870
  },
2703
2871
  {
2704
- "name": "sm",
2705
- "description": "Default: -\n\nscreen 576px, could be a span value or an object containing above props"
2872
+ "name": "show-info",
2873
+ "description": "Default: true\n\nWhether to display the progress value and the status icon"
2706
2874
  },
2707
2875
  {
2708
- "name": "md",
2709
- "description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
2876
+ "name": "stroke-width",
2877
+ "description": "Default: -\n\n-"
2710
2878
  },
2711
2879
  {
2712
- "name": "lg",
2713
- "description": "Default: -\n\nscreen 992px, could be a span value or an object containing above props"
2880
+ "name": "stroke-linecap",
2881
+ "description": "Default: round\n\nTo set the style of the progress linecap"
2714
2882
  },
2715
2883
  {
2716
- "name": "xl",
2717
- "description": "Default: -\n\nscreen 1200px, could be a span value or an object containing above props"
2884
+ "name": "stroke-color",
2885
+ "description": "Default: -\n\nThe color of progress bar"
2718
2886
  },
2719
2887
  {
2720
- "name": "xxl",
2721
- "description": "Default: -\n\nscreen 1600px, could be a span value or an object containing above props"
2888
+ "name": "rail-color",
2889
+ "description": "Default: -\n\nThe color of unfilled part"
2722
2890
  },
2723
2891
  {
2724
- "name": "xxxl",
2725
- "description": "Default: -\n\nscreen 1920px, could be a span value or an object containing above props"
2892
+ "name": "success",
2893
+ "description": "Default: -\n\nConfigs of successfully progress bar"
2894
+ },
2895
+ {
2896
+ "name": "trail-color",
2897
+ "description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
2898
+ },
2899
+ {
2900
+ "name": "width",
2901
+ "description": "Default: -\n\nDeprecated. Use size instead"
2902
+ },
2903
+ {
2904
+ "name": "size",
2905
+ "description": "Default: default\n\nProgress size"
2726
2906
  }
2727
2907
  ]
2728
2908
  },
@@ -2845,148 +3025,68 @@
2845
3025
  ]
2846
3026
  },
2847
3027
  {
2848
- "name": "a-popover",
2849
- "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2850
- "attributes": [
2851
- {
2852
- "name": "title",
2853
- "description": "Default: -\n\nTitle of the card"
2854
- },
2855
- {
2856
- "name": "content",
2857
- "description": "Default: -\n\nContent of the card"
2858
- },
2859
- {
2860
- "name": "classes",
2861
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2862
- },
2863
- {
2864
- "name": "styles",
2865
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2866
- }
2867
- ]
2868
- },
2869
- {
2870
- "name": "a-popconfirm",
2871
- "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
3028
+ "name": "a-qrcode",
3029
+ "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
2872
3030
  "attributes": [
2873
3031
  {
2874
- "name": "cancel-button-props",
2875
- "description": "Default: -\n\nThe cancel button props"
2876
- },
2877
- {
2878
- "name": "cancel-text",
2879
- "description": "Default: Cancel\n\nThe text of the Cancel button"
3032
+ "name": "value",
3033
+ "description": "Default: -\n\nscanned text"
2880
3034
  },
2881
3035
  {
2882
- "name": "disabled",
2883
- "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
3036
+ "name": "type",
3037
+ "description": "Default: canvas\n\nrender type"
2884
3038
  },
2885
3039
  {
2886
3040
  "name": "icon",
2887
- "description": "Default: -\n\nCustomize icon of confirmation"
2888
- },
2889
- {
2890
- "name": "ok-button-props",
2891
- "description": "Default: -\n\nThe ok button props"
2892
- },
2893
- {
2894
- "name": "ok-text",
2895
- "description": "Default: OK\n\nThe text of the Confirm button"
2896
- },
2897
- {
2898
- "name": "ok-type",
2899
- "description": "Default: primary\n\nButton type of the Confirm button"
2900
- },
2901
- {
2902
- "name": "show-cancel",
2903
- "description": "Default: true\n\nShow cancel button"
3041
+ "description": "Default: -\n\ninclude image url (only image link are supported)"
2904
3042
  },
2905
3043
  {
2906
- "name": "title",
2907
- "description": "Default: -\n\nThe title of the confirmation box"
3044
+ "name": "size",
3045
+ "description": "Default: 160\n\nQRCode size"
2908
3046
  },
2909
3047
  {
2910
- "name": "description",
2911
- "description": "Default: -\n\nThe description of the confirmation box"
3048
+ "name": "icon-size",
3049
+ "description": "Default: 40\n\ninclude image size"
2912
3050
  },
2913
3051
  {
2914
- "name": "classes",
2915
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3052
+ "name": "color",
3053
+ "description": "Default: #000\n\nQRCode Color"
2916
3054
  },
2917
- {
2918
- "name": "styles",
2919
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2920
- }
2921
- ]
2922
- },
2923
- {
2924
- "name": "a-progress",
2925
- "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
2926
- "attributes": [
2927
3055
  {
2928
3056
  "name": "classes",
2929
3057
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2930
3058
  },
2931
3059
  {
2932
- "name": "styles",
2933
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2934
- },
2935
- {
2936
- "name": "root-class",
2937
- "description": "Default: -\n\nRoot container class"
2938
- },
2939
- {
2940
- "name": "type",
2941
- "description": "Default: line\n\nTo set the type, options: line circle dashboard"
2942
- },
2943
- {
2944
- "name": "percent",
2945
- "description": "Default: 0\n\nTo set the completion percentage"
2946
- },
2947
- {
2948
- "name": "format",
2949
- "description": "Default: (percent) => percent + %\n\nThe template function of the content"
2950
- },
2951
- {
2952
- "name": "status",
2953
- "description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
2954
- },
2955
- {
2956
- "name": "show-info",
2957
- "description": "Default: true\n\nWhether to display the progress value and the status icon"
2958
- },
2959
- {
2960
- "name": "stroke-width",
2961
- "description": "Default: -\n\n-"
3060
+ "name": "bg-color",
3061
+ "description": "Default: transparent\n\nQRCode Background Color"
2962
3062
  },
2963
3063
  {
2964
- "name": "stroke-linecap",
2965
- "description": "Default: round\n\nTo set the style of the progress linecap"
3064
+ "name": "margin-size",
3065
+ "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
2966
3066
  },
2967
3067
  {
2968
- "name": "stroke-color",
2969
- "description": "Default: -\n\nThe color of progress bar"
3068
+ "name": "bordered",
3069
+ "description": "Default: true\n\nWhether has border style"
2970
3070
  },
2971
3071
  {
2972
- "name": "rail-color",
2973
- "description": "Default: -\n\nThe color of unfilled part"
3072
+ "name": "error-level",
3073
+ "description": "Default: 'M'\n\nError Code Level"
2974
3074
  },
2975
3075
  {
2976
- "name": "success",
2977
- "description": "Default: -\n\nConfigs of successfully progress bar"
3076
+ "name": "boost-level",
3077
+ "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
2978
3078
  },
2979
3079
  {
2980
- "name": "trail-color",
2981
- "description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
3080
+ "name": "status",
3081
+ "description": "Default: 'active'\n\nQRCode status"
2982
3082
  },
2983
3083
  {
2984
- "name": "width",
2985
- "description": "Default: -\n\nDeprecated. Use size instead"
3084
+ "name": "status-render",
3085
+ "description": "Default: -\n\ncustom status render"
2986
3086
  },
2987
3087
  {
2988
- "name": "size",
2989
- "description": "Default: default\n\nProgress size"
3088
+ "name": "styles",
3089
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2990
3090
  }
2991
3091
  ]
2992
3092
  },
@@ -3125,68 +3225,56 @@
3125
3225
  ]
3126
3226
  },
3127
3227
  {
3128
- "name": "a-qrcode",
3129
- "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3228
+ "name": "a-segmented",
3229
+ "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3130
3230
  "attributes": [
3131
3231
  {
3132
- "name": "value",
3133
- "description": "Default: -\n\nscanned text"
3134
- },
3135
- {
3136
- "name": "type",
3137
- "description": "Default: canvas\n\nrender type"
3138
- },
3139
- {
3140
- "name": "icon",
3141
- "description": "Default: -\n\ninclude image url (only image link are supported)"
3142
- },
3143
- {
3144
- "name": "size",
3145
- "description": "Default: 160\n\nQRCode size"
3232
+ "name": "block",
3233
+ "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3146
3234
  },
3147
3235
  {
3148
- "name": "icon-size",
3149
- "description": "Default: 40\n\ninclude image size"
3236
+ "name": "classes",
3237
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3150
3238
  },
3151
3239
  {
3152
- "name": "color",
3153
- "description": "Default: #000\n\nQRCode Color"
3240
+ "name": "default-value",
3241
+ "description": "Default: -\n\nDefault selected value"
3154
3242
  },
3155
3243
  {
3156
- "name": "classes",
3157
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3244
+ "name": "disabled",
3245
+ "description": "Default: false\n\nDisable all segments"
3158
3246
  },
3159
3247
  {
3160
- "name": "bg-color",
3161
- "description": "Default: transparent\n\nQRCode Background Color"
3248
+ "name": "options",
3249
+ "description": "Default: []\n\nSet children optional"
3162
3250
  },
3163
3251
  {
3164
- "name": "margin-size",
3165
- "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3252
+ "name": "orientation",
3253
+ "description": "Default: horizontal\n\nOrientation"
3166
3254
  },
3167
3255
  {
3168
- "name": "bordered",
3169
- "description": "Default: true\n\nWhether has border style"
3256
+ "name": "size",
3257
+ "description": "Default: middle\n\nThe size of the Segmented."
3170
3258
  },
3171
3259
  {
3172
- "name": "error-level",
3173
- "description": "Default: 'M'\n\nError Code Level"
3260
+ "name": "styles",
3261
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3174
3262
  },
3175
3263
  {
3176
- "name": "boost-level",
3177
- "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3264
+ "name": "vertical",
3265
+ "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3178
3266
  },
3179
3267
  {
3180
- "name": "status",
3181
- "description": "Default: 'active'\n\nQRCode status"
3268
+ "name": "value",
3269
+ "description": "Default: -\n\nCurrently selected value, support v-model:value"
3182
3270
  },
3183
3271
  {
3184
- "name": "status-render",
3185
- "description": "Default: -\n\ncustom status render"
3272
+ "name": "shape",
3273
+ "description": "Default: default\n\nshape of Segmented"
3186
3274
  },
3187
3275
  {
3188
- "name": "styles",
3189
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3276
+ "name": "name",
3277
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3190
3278
  }
3191
3279
  ]
3192
3280
  },
@@ -3590,6 +3678,71 @@
3590
3678
  }
3591
3679
  ]
3592
3680
  },
3681
+ {
3682
+ "name": "a-space",
3683
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3684
+ "attributes": [
3685
+ {
3686
+ "name": "align",
3687
+ "description": "Default: -\n\nAlign items"
3688
+ },
3689
+ {
3690
+ "name": "classes",
3691
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3692
+ },
3693
+ {
3694
+ "name": "orientation",
3695
+ "description": "Default: horizontal\n\nThe space direction"
3696
+ },
3697
+ {
3698
+ "name": "separator",
3699
+ "description": "Default: -\n\nSet separator"
3700
+ },
3701
+ {
3702
+ "name": "size",
3703
+ "description": "Default: small\n\nThe space size"
3704
+ },
3705
+ {
3706
+ "name": "styles",
3707
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3708
+ },
3709
+ {
3710
+ "name": "vertical",
3711
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3712
+ },
3713
+ {
3714
+ "name": "wrap",
3715
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3716
+ }
3717
+ ]
3718
+ },
3719
+ {
3720
+ "name": "a-size",
3721
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3722
+ "attributes": []
3723
+ },
3724
+ {
3725
+ "name": "a-space-compact",
3726
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3727
+ "attributes": [
3728
+ {
3729
+ "name": "block",
3730
+ "description": "Default: false\n\nOption to fit width to its parent's width"
3731
+ },
3732
+ {
3733
+ "name": "orientation",
3734
+ "description": "Default: horizontal\n\nSet direction of layout"
3735
+ },
3736
+ {
3737
+ "name": "size",
3738
+ "description": "Default: middle\n\nSet child component size"
3739
+ },
3740
+ {
3741
+ "name": "vertical",
3742
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3743
+ }
3744
+ ]
3745
+ },
3593
3746
  {
3594
3747
  "name": "a-slider",
3595
3748
  "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
@@ -3664,60 +3817,6 @@
3664
3817
  }
3665
3818
  ]
3666
3819
  },
3667
- {
3668
- "name": "a-segmented",
3669
- "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3670
- "attributes": [
3671
- {
3672
- "name": "block",
3673
- "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3674
- },
3675
- {
3676
- "name": "classes",
3677
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3678
- },
3679
- {
3680
- "name": "default-value",
3681
- "description": "Default: -\n\nDefault selected value"
3682
- },
3683
- {
3684
- "name": "disabled",
3685
- "description": "Default: false\n\nDisable all segments"
3686
- },
3687
- {
3688
- "name": "options",
3689
- "description": "Default: []\n\nSet children optional"
3690
- },
3691
- {
3692
- "name": "orientation",
3693
- "description": "Default: horizontal\n\nOrientation"
3694
- },
3695
- {
3696
- "name": "size",
3697
- "description": "Default: middle\n\nThe size of the Segmented."
3698
- },
3699
- {
3700
- "name": "styles",
3701
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3702
- },
3703
- {
3704
- "name": "vertical",
3705
- "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3706
- },
3707
- {
3708
- "name": "value",
3709
- "description": "Default: -\n\nCurrently selected value, support v-model:value"
3710
- },
3711
- {
3712
- "name": "shape",
3713
- "description": "Default: default\n\nshape of Segmented"
3714
- },
3715
- {
3716
- "name": "name",
3717
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3718
- }
3719
- ]
3720
- },
3721
3820
  {
3722
3821
  "name": "a-spin",
3723
3822
  "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
@@ -3743,113 +3842,54 @@
3743
3842
  "description": "Default: -\n\nThe className of wrapper when Spin has children"
3744
3843
  },
3745
3844
  {
3746
- "name": "indicator",
3747
- "description": "Default: -\n\nThe node of the spinning indicator"
3748
- },
3749
- {
3750
- "name": "fullscreen",
3751
- "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3752
- },
3753
- {
3754
- "name": "percent",
3755
- "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3756
- },
3757
- {
3758
- "name": "root-class",
3759
- "description": "Default: -\n\nRoot container class"
3760
- },
3761
- {
3762
- "name": "classes",
3763
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3764
- },
3765
- {
3766
- "name": "styles",
3767
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3768
- }
3769
- ]
3770
- },
3771
- {
3772
- "name": "a-statistic",
3773
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3774
- "attributes": [
3775
- {
3776
- "name": "classes",
3777
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3778
- },
3779
- {
3780
- "name": "decimal-separator",
3781
- "description": "Default: .\n\nThe decimal separator"
3782
- },
3783
- {
3784
- "name": "formatter",
3785
- "description": "Default: -\n\nCustomize value display logic"
3786
- },
3787
- {
3788
- "name": "group-separator",
3789
- "description": "Default: ,\n\nGroup separator"
3790
- },
3791
- {
3792
- "name": "loading",
3793
- "description": "Default: false\n\nLoading status of Statistic"
3794
- },
3795
- {
3796
- "name": "precision",
3797
- "description": "Default: -\n\nThe precision of input value"
3798
- },
3799
- {
3800
- "name": "prefix",
3801
- "description": "Default: -\n\nThe prefix node of value"
3845
+ "name": "indicator",
3846
+ "description": "Default: -\n\nThe node of the spinning indicator"
3802
3847
  },
3803
3848
  {
3804
- "name": "styles",
3805
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
3849
+ "name": "fullscreen",
3850
+ "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3806
3851
  },
3807
3852
  {
3808
- "name": "suffix",
3809
- "description": "Default: -\n\nThe suffix node of value"
3853
+ "name": "percent",
3854
+ "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3810
3855
  },
3811
3856
  {
3812
- "name": "title",
3813
- "description": "Default: -\n\nDisplay title"
3857
+ "name": "root-class",
3858
+ "description": "Default: -\n\nRoot container class"
3814
3859
  },
3815
3860
  {
3816
- "name": "value",
3817
- "description": "Default: -\n\nDisplay value"
3861
+ "name": "classes",
3862
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3818
3863
  },
3819
3864
  {
3820
- "name": "value-style",
3821
- "description": "Default: -\n\nSet value section style"
3865
+ "name": "styles",
3866
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3822
3867
  }
3823
3868
  ]
3824
3869
  },
3825
3870
  {
3826
- "name": "a-statistic-timer",
3827
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3828
- "attributes": []
3829
- },
3830
- {
3831
- "name": "a-space",
3832
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3871
+ "name": "a-splitter",
3872
+ "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
3833
3873
  "attributes": [
3834
- {
3835
- "name": "align",
3836
- "description": "Default: -\n\nAlign items"
3837
- },
3838
3874
  {
3839
3875
  "name": "classes",
3840
3876
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3841
3877
  },
3842
3878
  {
3843
- "name": "orientation",
3844
- "description": "Default: horizontal\n\nThe space direction"
3879
+ "name": "collapsible-icon",
3880
+ "description": "Default: -\n\nCustom collapsible icon"
3845
3881
  },
3846
3882
  {
3847
- "name": "separator",
3848
- "description": "Default: -\n\nSet separator"
3883
+ "name": "dragger-icon",
3884
+ "description": "Default: -\n\nCustom dragger icon"
3849
3885
  },
3850
3886
  {
3851
- "name": "size",
3852
- "description": "Default: small\n\nThe space size"
3887
+ "name": "lazy",
3888
+ "description": "Default: false\n\nLazy rendering mode"
3889
+ },
3890
+ {
3891
+ "name": "orientation",
3892
+ "description": "Default: horizontal\n\nLayout direction"
3853
3893
  },
3854
3894
  {
3855
3895
  "name": "styles",
@@ -3857,38 +3897,37 @@
3857
3897
  },
3858
3898
  {
3859
3899
  "name": "vertical",
3860
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3861
- },
3862
- {
3863
- "name": "wrap",
3864
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3900
+ "description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
3865
3901
  }
3866
3902
  ]
3867
3903
  },
3868
3904
  {
3869
- "name": "a-size",
3870
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3871
- "attributes": []
3872
- },
3873
- {
3874
- "name": "a-space-compact",
3875
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3905
+ "name": "a-splitter-panel",
3906
+ "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
3876
3907
  "attributes": [
3877
3908
  {
3878
- "name": "block",
3879
- "description": "Default: false\n\nOption to fit width to its parent's width"
3909
+ "name": "collapsible",
3910
+ "description": "Default: false\n\nEnable collapsible"
3880
3911
  },
3881
3912
  {
3882
- "name": "orientation",
3883
- "description": "Default: horizontal\n\nSet direction of layout"
3913
+ "name": "default-size",
3914
+ "description": "Default: -\n\nInitial panel size, supports px and percentage"
3884
3915
  },
3885
3916
  {
3886
- "name": "size",
3887
- "description": "Default: middle\n\nSet child component size"
3917
+ "name": "max",
3918
+ "description": "Default: -\n\nMaximum threshold, supports px and percentage"
3888
3919
  },
3889
3920
  {
3890
- "name": "vertical",
3891
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3921
+ "name": "min",
3922
+ "description": "Default: -\n\nMinimum threshold, supports px and percentage"
3923
+ },
3924
+ {
3925
+ "name": "resizable",
3926
+ "description": "Default: true\n\nWhether to enable resize"
3927
+ },
3928
+ {
3929
+ "name": "size",
3930
+ "description": "Default: -\n\nControlled panel size, supports px and percentage"
3892
3931
  }
3893
3932
  ]
3894
3933
  },
@@ -3959,36 +3998,100 @@
3959
3998
  ]
3960
3999
  },
3961
4000
  {
3962
- "name": "a-masonry",
3963
- "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
4001
+ "name": "a-table",
4002
+ "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
3964
4003
  "attributes": [
3965
4004
  {
3966
- "name": "classes",
3967
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4005
+ "name": "bordered",
4006
+ "description": "Default: false\n\nWhether to show all table borders"
3968
4007
  },
3969
4008
  {
3970
- "name": "styles",
3971
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4009
+ "name": "classes",
4010
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3972
4011
  },
3973
4012
  {
3974
4013
  "name": "columns",
3975
- "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
4014
+ "description": "Default: -\n\nColumns of table"
3976
4015
  },
3977
4016
  {
3978
- "name": "fresh",
3979
- "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
4017
+ "name": "data-source",
4018
+ "description": "Default: -\n\nData record array to be displayed"
3980
4019
  },
3981
4020
  {
3982
- "name": "gutter",
3983
- "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
4021
+ "name": "expandable",
4022
+ "description": "Default: -\n\nConfig expandable content"
3984
4023
  },
3985
4024
  {
3986
- "name": "items",
3987
- "description": "Default: -\n\nMasonry items"
4025
+ "name": "get-popup-container",
4026
+ "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
3988
4027
  },
3989
4028
  {
3990
- "name": "item-render",
3991
- "description": "Default: -\n\nCustom item rendering function"
4029
+ "name": "loading",
4030
+ "description": "Default: false\n\nLoading status of table"
4031
+ },
4032
+ {
4033
+ "name": "locale",
4034
+ "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4035
+ },
4036
+ {
4037
+ "name": "pagination",
4038
+ "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4039
+ },
4040
+ {
4041
+ "name": "row-class-name",
4042
+ "description": "Default: -\n\nRow's className"
4043
+ },
4044
+ {
4045
+ "name": "row-key",
4046
+ "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4047
+ },
4048
+ {
4049
+ "name": "row-selection",
4050
+ "description": "Default: -\n\nRow selection config"
4051
+ },
4052
+ {
4053
+ "name": "row-hoverable",
4054
+ "description": "Default: true\n\nRow hover"
4055
+ },
4056
+ {
4057
+ "name": "scroll",
4058
+ "description": "Default: -\n\nWhether the table can be scrollable, config"
4059
+ },
4060
+ {
4061
+ "name": "show-header",
4062
+ "description": "Default: true\n\nWhether to show table header"
4063
+ },
4064
+ {
4065
+ "name": "show-sorter-tooltip",
4066
+ "description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4067
+ },
4068
+ {
4069
+ "name": "size",
4070
+ "description": "Default: large\n\nSize of table"
4071
+ },
4072
+ {
4073
+ "name": "sort-directions",
4074
+ "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4075
+ },
4076
+ {
4077
+ "name": "sticky",
4078
+ "description": "Default: -\n\nSet sticky header and scroll bar"
4079
+ },
4080
+ {
4081
+ "name": "styles",
4082
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4083
+ },
4084
+ {
4085
+ "name": "table-layout",
4086
+ "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4087
+ },
4088
+ {
4089
+ "name": "dropdown-prefix-cls",
4090
+ "description": "Default: -\n\n-"
4091
+ },
4092
+ {
4093
+ "name": "virtual",
4094
+ "description": "Default: -\n\nSupport virtual list"
3992
4095
  }
3993
4096
  ]
3994
4097
  },
@@ -4049,8 +4152,98 @@
4049
4152
  "description": "Default: false\n\nThe value when unchecked"
4050
4153
  },
4051
4154
  {
4052
- "name": "value",
4053
- "description": "Default: -\n\nAlias for checked, support v-model:value"
4155
+ "name": "value",
4156
+ "description": "Default: -\n\nAlias for checked, support v-model:value"
4157
+ }
4158
+ ]
4159
+ },
4160
+ {
4161
+ "name": "a-tabs",
4162
+ "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
4163
+ "attributes": [
4164
+ {
4165
+ "name": "active-key",
4166
+ "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
4167
+ },
4168
+ {
4169
+ "name": "add-icon",
4170
+ "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
4171
+ },
4172
+ {
4173
+ "name": "animated",
4174
+ "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4175
+ },
4176
+ {
4177
+ "name": "centered",
4178
+ "description": "Default: false\n\nCenters tabs"
4179
+ },
4180
+ {
4181
+ "name": "classes",
4182
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4183
+ },
4184
+ {
4185
+ "name": "default-active-key",
4186
+ "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4187
+ },
4188
+ {
4189
+ "name": "hide-add",
4190
+ "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4191
+ },
4192
+ {
4193
+ "name": "indicator",
4194
+ "description": "Default: -\n\nCustomize size and align of indicator"
4195
+ },
4196
+ {
4197
+ "name": "items",
4198
+ "description": "Default: []\n\nConfigure tab content"
4199
+ },
4200
+ {
4201
+ "name": "more",
4202
+ "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4203
+ },
4204
+ {
4205
+ "name": "more-icon",
4206
+ "description": "Default: -\n\nCustom icon of the collapse menu"
4207
+ },
4208
+ {
4209
+ "name": "remove-icon",
4210
+ "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4211
+ },
4212
+ {
4213
+ "name": "render-tab-bar",
4214
+ "description": "Default: -\n\nReplace the TabBar"
4215
+ },
4216
+ {
4217
+ "name": "size",
4218
+ "description": "Default: middle\n\nPreset tab bar size"
4219
+ },
4220
+ {
4221
+ "name": "styles",
4222
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4223
+ },
4224
+ {
4225
+ "name": "tab-bar-extra-content",
4226
+ "description": "Default: -\n\nExtra content in tab bar"
4227
+ },
4228
+ {
4229
+ "name": "tab-bar-gutter",
4230
+ "description": "Default: -\n\nThe gap between tabs"
4231
+ },
4232
+ {
4233
+ "name": "tab-bar-style",
4234
+ "description": "Default: -\n\nTab bar style object"
4235
+ },
4236
+ {
4237
+ "name": "tab-placement",
4238
+ "description": "Default: top\n\nPlacement of tabs"
4239
+ },
4240
+ {
4241
+ "name": "destroy-on-hidden",
4242
+ "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4243
+ },
4244
+ {
4245
+ "name": "type",
4246
+ "description": "Default: line\n\nBasic style of tabs"
4054
4247
  }
4055
4248
  ]
4056
4249
  },
@@ -4159,213 +4352,168 @@
4159
4352
  "attributes": []
4160
4353
  },
4161
4354
  {
4162
- "name": "a-table",
4163
- "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4355
+ "name": "a-time-picker",
4356
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4357
+ "attributes": []
4358
+ },
4359
+ {
4360
+ "name": "a-statistic",
4361
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
4164
4362
  "attributes": [
4165
4363
  {
4166
4364
  "name": "classes",
4167
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4168
- },
4169
- {
4170
- "name": "styles",
4171
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4172
- },
4173
- {
4174
- "name": "dropdown-prefix-cls",
4175
- "description": "Default: -\n\n-"
4365
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
4176
4366
  },
4177
4367
  {
4178
- "name": "data-source",
4179
- "description": "Default: -\n\nData record array to be displayed"
4368
+ "name": "decimal-separator",
4369
+ "description": "Default: .\n\nThe decimal separator"
4180
4370
  },
4181
4371
  {
4182
- "name": "columns",
4183
- "description": "Default: -\n\nColumns of table"
4372
+ "name": "formatter",
4373
+ "description": "Default: -\n\nCustomize value display logic"
4184
4374
  },
4185
4375
  {
4186
- "name": "pagination",
4187
- "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4376
+ "name": "group-separator",
4377
+ "description": "Default: ,\n\nGroup separator"
4188
4378
  },
4189
4379
  {
4190
4380
  "name": "loading",
4191
- "description": "Default: false\n\nLoading status of table"
4192
- },
4193
- {
4194
- "name": "size",
4195
- "description": "Default: large\n\nSize of table"
4196
- },
4197
- {
4198
- "name": "bordered",
4199
- "description": "Default: false\n\nWhether to show all table borders"
4381
+ "description": "Default: false\n\nLoading status of Statistic"
4200
4382
  },
4201
4383
  {
4202
- "name": "locale",
4203
- "description": "Default: Default Value\n\nThe i18n text including filter, sort, empty text, etc"
4384
+ "name": "precision",
4385
+ "description": "Default: -\n\nThe precision of input value"
4204
4386
  },
4205
4387
  {
4206
- "name": "row-selection",
4207
- "description": "Default: -\n\nRow selection config"
4388
+ "name": "prefix",
4389
+ "description": "Default: -\n\nThe prefix node of value"
4208
4390
  },
4209
4391
  {
4210
- "name": "get-popup-container",
4211
- "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4392
+ "name": "styles",
4393
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
4212
4394
  },
4213
4395
  {
4214
- "name": "scroll",
4215
- "description": "Default: -\n\nWhether the table can be scrollable, config"
4396
+ "name": "suffix",
4397
+ "description": "Default: -\n\nThe suffix node of value"
4216
4398
  },
4217
4399
  {
4218
- "name": "sort-directions",
4219
- "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4400
+ "name": "title",
4401
+ "description": "Default: -\n\nDisplay title"
4220
4402
  },
4221
4403
  {
4222
- "name": "show-sorter-tooltip",
4223
- "description": "Default: &#123; target: 'full-header' &#125;\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4404
+ "name": "value",
4405
+ "description": "Default: -\n\nDisplay value"
4224
4406
  },
4225
4407
  {
4226
- "name": "virtual",
4227
- "description": "Default: -\n\nSupport virtual list"
4408
+ "name": "value-style",
4409
+ "description": "Default: -\n\nSet value section style"
4228
4410
  }
4229
4411
  ]
4230
4412
  },
4231
4413
  {
4232
- "name": "a-tabs",
4233
- "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
4414
+ "name": "a-statistic-timer",
4415
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
4416
+ "attributes": []
4417
+ },
4418
+ {
4419
+ "name": "a-tooltip",
4420
+ "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4234
4421
  "attributes": [
4235
4422
  {
4236
- "name": "active-key",
4237
- "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
4238
- },
4239
- {
4240
- "name": "add-icon",
4241
- "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
4242
- },
4243
- {
4244
- "name": "animated",
4245
- "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4246
- },
4247
- {
4248
- "name": "centered",
4249
- "description": "Default: false\n\nCenters tabs"
4250
- },
4251
- {
4252
- "name": "classes",
4253
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4254
- },
4255
- {
4256
- "name": "default-active-key",
4257
- "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4258
- },
4259
- {
4260
- "name": "hide-add",
4261
- "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4423
+ "name": "align",
4424
+ "description": "Default: -\n\nPopup alignment config"
4262
4425
  },
4263
4426
  {
4264
- "name": "indicator",
4265
- "description": "Default: -\n\nCustomize size and align of indicator"
4427
+ "name": "arrow",
4428
+ "description": "Default: -\n\nShow, hide or keep arrow in the center"
4266
4429
  },
4267
4430
  {
4268
- "name": "items",
4269
- "description": "Default: []\n\nConfigure tab content"
4431
+ "name": "auto-adjust-overflow",
4432
+ "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4270
4433
  },
4271
4434
  {
4272
- "name": "more",
4273
- "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4435
+ "name": "color",
4436
+ "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4274
4437
  },
4275
4438
  {
4276
- "name": "more-icon",
4277
- "description": "Default: -\n\nCustom icon of the collapse menu"
4439
+ "name": "open",
4440
+ "description": "Default: -\n\nWhether tooltip is visible"
4278
4441
  },
4279
4442
  {
4280
- "name": "remove-icon",
4281
- "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4443
+ "name": "default-open",
4444
+ "description": "Default: false\n\nInitial open state"
4282
4445
  },
4283
4446
  {
4284
- "name": "render-tab-bar",
4285
- "description": "Default: -\n\nReplace the TabBar"
4447
+ "name": "get-popup-container",
4448
+ "description": "Default: -\n\nSpecify container for tooltip"
4286
4449
  },
4287
4450
  {
4288
- "name": "size",
4289
- "description": "Default: middle\n\nPreset tab bar size"
4451
+ "name": "destroy-on-hidden",
4452
+ "description": "Default: -\n\nDestroy tooltip when hidden"
4290
4453
  },
4291
4454
  {
4292
- "name": "styles",
4293
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4455
+ "name": "z-index",
4456
+ "description": "Default: -\n\nSet z-index of tooltip"
4294
4457
  },
4295
4458
  {
4296
- "name": "tab-bar-extra-content",
4297
- "description": "Default: -\n\nExtra content in tab bar"
4459
+ "name": "placement",
4460
+ "description": "Default: top\n\nTooltip placement"
4298
4461
  },
4299
4462
  {
4300
- "name": "tab-bar-gutter",
4301
- "description": "Default: -\n\nThe gap between tabs"
4463
+ "name": "trigger",
4464
+ "description": "Default: -\n\nTrigger action"
4302
4465
  },
4303
4466
  {
4304
- "name": "tab-bar-style",
4305
- "description": "Default: -\n\nTab bar style object"
4467
+ "name": "fresh",
4468
+ "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4306
4469
  },
4307
4470
  {
4308
- "name": "tab-placement",
4309
- "description": "Default: top\n\nPlacement of tabs"
4471
+ "name": "mouse-enter-delay",
4472
+ "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4310
4473
  },
4311
4474
  {
4312
- "name": "destroy-on-hidden",
4313
- "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4475
+ "name": "mouse-leave-delay",
4476
+ "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4314
4477
  },
4315
- {
4316
- "name": "type",
4317
- "description": "Default: line\n\nBasic style of tabs"
4318
- }
4319
- ]
4320
- },
4321
- {
4322
- "name": "a-time-picker",
4323
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4324
- "attributes": []
4325
- },
4326
- {
4327
- "name": "a-timeline",
4328
- "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
4329
- "attributes": [
4330
4478
  {
4331
4479
  "name": "classes",
4332
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4480
+ "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4333
4481
  },
4334
4482
  {
4335
- "name": "items",
4336
- "description": "Default: -\n\nEach node of timeline"
4483
+ "name": "styles",
4484
+ "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4337
4485
  },
4338
4486
  {
4339
- "name": "mode",
4340
- "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
4487
+ "name": "get-tooltip-container",
4488
+ "description": "Default: -\n\nLegacy alias of getPopupContainer"
4341
4489
  },
4342
4490
  {
4343
- "name": "pending",
4344
- "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
4491
+ "name": "motion",
4492
+ "description": "Default: -\n\nPopup motion config"
4345
4493
  },
4346
4494
  {
4347
- "name": "pending-dot",
4348
- "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
4495
+ "name": "after-open-change",
4496
+ "description": "Default: -\n\nCallback after visibility change"
4349
4497
  },
4350
4498
  {
4351
- "name": "reverse",
4352
- "description": "Default: false\n\nWhether reverse nodes or not"
4499
+ "name": "builtin-placements",
4500
+ "description": "Default: -\n\nBuilt-in placement config"
4353
4501
  },
4354
4502
  {
4355
- "name": "styles",
4356
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4503
+ "name": "title",
4504
+ "description": "Default: -\n\nThe text shown in the tooltip"
4357
4505
  },
4358
4506
  {
4359
- "name": "dot-render",
4360
- "description": "Default: -\n\nCustom rendering function for timeline dot"
4507
+ "name": "overlay",
4508
+ "description": "Default: -\n\nLegacy alias of title"
4361
4509
  },
4362
4510
  {
4363
- "name": "label-render",
4364
- "description": "Default: -\n\nCustom rendering function for timeline label"
4511
+ "name": "open-class",
4512
+ "description": "Default: -\n\nClass added to child when tooltip is open"
4365
4513
  },
4366
4514
  {
4367
- "name": "content-render",
4368
- "description": "Default: -\n\nCustom rendering function for timeline content"
4515
+ "name": "unique",
4516
+ "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4369
4517
  }
4370
4518
  ]
4371
4519
  },
@@ -4452,104 +4600,88 @@
4452
4600
  ]
4453
4601
  },
4454
4602
  {
4455
- "name": "a-tooltip",
4456
- "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4603
+ "name": "a-transfer",
4604
+ "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4457
4605
  "attributes": [
4458
4606
  {
4459
- "name": "align",
4460
- "description": "Default: -\n\nPopup alignment config"
4461
- },
4462
- {
4463
- "name": "arrow",
4464
- "description": "Default: -\n\nShow, hide or keep arrow in the center"
4465
- },
4466
- {
4467
- "name": "auto-adjust-overflow",
4468
- "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4469
- },
4470
- {
4471
- "name": "color",
4472
- "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4473
- },
4474
- {
4475
- "name": "open",
4476
- "description": "Default: -\n\nWhether tooltip is visible"
4607
+ "name": "actions",
4608
+ "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4477
4609
  },
4478
4610
  {
4479
- "name": "default-open",
4480
- "description": "Default: false\n\nInitial open state"
4611
+ "name": "classes",
4612
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4481
4613
  },
4482
4614
  {
4483
- "name": "get-popup-container",
4484
- "description": "Default: -\n\nSpecify container for tooltip"
4615
+ "name": "data-source",
4616
+ "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4485
4617
  },
4486
4618
  {
4487
- "name": "destroy-on-hidden",
4488
- "description": "Default: -\n\nDestroy tooltip when hidden"
4619
+ "name": "disabled",
4620
+ "description": "Default: false\n\nWhether disabled transfer"
4489
4621
  },
4490
4622
  {
4491
- "name": "z-index",
4492
- "description": "Default: -\n\nSet z-index of tooltip"
4623
+ "name": "filter-option",
4624
+ "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4493
4625
  },
4494
4626
  {
4495
- "name": "placement",
4496
- "description": "Default: top\n\nTooltip placement"
4627
+ "name": "footer",
4628
+ "description": "Default: -\n\nA function used for rendering the footer"
4497
4629
  },
4498
4630
  {
4499
- "name": "trigger",
4500
- "description": "Default: -\n\nTrigger action"
4631
+ "name": "locale",
4632
+ "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4501
4633
  },
4502
4634
  {
4503
- "name": "fresh",
4504
- "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4635
+ "name": "one-way",
4636
+ "description": "Default: false\n\nDisplay as single direction style"
4505
4637
  },
4506
4638
  {
4507
- "name": "mouse-enter-delay",
4508
- "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4639
+ "name": "pagination",
4640
+ "description": "Default: false\n\nUse pagination. Not work in render props"
4509
4641
  },
4510
4642
  {
4511
- "name": "mouse-leave-delay",
4512
- "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4643
+ "name": "render",
4644
+ "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4513
4645
  },
4514
4646
  {
4515
- "name": "classes",
4516
- "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4647
+ "name": "row-key",
4648
+ "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4517
4649
  },
4518
4650
  {
4519
- "name": "styles",
4520
- "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4651
+ "name": "select-all-labels",
4652
+ "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4521
4653
  },
4522
4654
  {
4523
- "name": "get-tooltip-container",
4524
- "description": "Default: -\n\nLegacy alias of getPopupContainer"
4655
+ "name": "selected-keys",
4656
+ "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4525
4657
  },
4526
4658
  {
4527
- "name": "motion",
4528
- "description": "Default: -\n\nPopup motion config"
4659
+ "name": "selections-icon",
4660
+ "description": "Default: -\n\nCustom dropdown icon"
4529
4661
  },
4530
4662
  {
4531
- "name": "after-open-change",
4532
- "description": "Default: -\n\nCallback after visibility change"
4663
+ "name": "show-search",
4664
+ "description": "Default: false\n\nIf included, a search box is shown on each column"
4533
4665
  },
4534
4666
  {
4535
- "name": "builtin-placements",
4536
- "description": "Default: -\n\nBuilt-in placement config"
4667
+ "name": "show-select-all",
4668
+ "description": "Default: true\n\nShow select all checkbox on the header"
4537
4669
  },
4538
4670
  {
4539
- "name": "title",
4540
- "description": "Default: -\n\nThe text shown in the tooltip"
4671
+ "name": "status",
4672
+ "description": "Default: -\n\nSet validation status"
4541
4673
  },
4542
4674
  {
4543
- "name": "overlay",
4544
- "description": "Default: -\n\nLegacy alias of title"
4675
+ "name": "styles",
4676
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4545
4677
  },
4546
4678
  {
4547
- "name": "open-class",
4548
- "description": "Default: -\n\nClass added to child when tooltip is open"
4679
+ "name": "target-keys",
4680
+ "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4549
4681
  },
4550
4682
  {
4551
- "name": "unique",
4552
- "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4683
+ "name": "titles",
4684
+ "description": "Default: -\n\nA set of titles that are sorted from left to right"
4553
4685
  }
4554
4686
  ]
4555
4687
  },
@@ -4739,92 +4871,6 @@
4739
4871
  }
4740
4872
  ]
4741
4873
  },
4742
- {
4743
- "name": "a-transfer",
4744
- "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4745
- "attributes": [
4746
- {
4747
- "name": "actions",
4748
- "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4749
- },
4750
- {
4751
- "name": "classes",
4752
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4753
- },
4754
- {
4755
- "name": "data-source",
4756
- "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4757
- },
4758
- {
4759
- "name": "disabled",
4760
- "description": "Default: false\n\nWhether disabled transfer"
4761
- },
4762
- {
4763
- "name": "filter-option",
4764
- "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4765
- },
4766
- {
4767
- "name": "footer",
4768
- "description": "Default: -\n\nA function used for rendering the footer"
4769
- },
4770
- {
4771
- "name": "locale",
4772
- "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4773
- },
4774
- {
4775
- "name": "one-way",
4776
- "description": "Default: false\n\nDisplay as single direction style"
4777
- },
4778
- {
4779
- "name": "pagination",
4780
- "description": "Default: false\n\nUse pagination. Not work in render props"
4781
- },
4782
- {
4783
- "name": "render",
4784
- "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4785
- },
4786
- {
4787
- "name": "row-key",
4788
- "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4789
- },
4790
- {
4791
- "name": "select-all-labels",
4792
- "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4793
- },
4794
- {
4795
- "name": "selected-keys",
4796
- "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4797
- },
4798
- {
4799
- "name": "selections-icon",
4800
- "description": "Default: -\n\nCustom dropdown icon"
4801
- },
4802
- {
4803
- "name": "show-search",
4804
- "description": "Default: false\n\nIf included, a search box is shown on each column"
4805
- },
4806
- {
4807
- "name": "show-select-all",
4808
- "description": "Default: true\n\nShow select all checkbox on the header"
4809
- },
4810
- {
4811
- "name": "status",
4812
- "description": "Default: -\n\nSet validation status"
4813
- },
4814
- {
4815
- "name": "styles",
4816
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4817
- },
4818
- {
4819
- "name": "target-keys",
4820
- "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4821
- },
4822
- {
4823
- "name": "titles",
4824
- "description": "Default: -\n\nA set of titles that are sorted from left to right"
4825
- }
4826
- ]
4827
- },
4828
4874
  {
4829
4875
  "name": "a-tree-select-props",
4830
4876
  "description": "Tree selection control.",
@@ -5023,6 +5069,52 @@
5023
5069
  }
5024
5070
  ]
5025
5071
  },
5072
+ {
5073
+ "name": "a-timeline",
5074
+ "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
5075
+ "attributes": [
5076
+ {
5077
+ "name": "classes",
5078
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5079
+ },
5080
+ {
5081
+ "name": "items",
5082
+ "description": "Default: -\n\nEach node of timeline"
5083
+ },
5084
+ {
5085
+ "name": "mode",
5086
+ "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
5087
+ },
5088
+ {
5089
+ "name": "pending",
5090
+ "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
5091
+ },
5092
+ {
5093
+ "name": "pending-dot",
5094
+ "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
5095
+ },
5096
+ {
5097
+ "name": "reverse",
5098
+ "description": "Default: false\n\nWhether reverse nodes or not"
5099
+ },
5100
+ {
5101
+ "name": "styles",
5102
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5103
+ },
5104
+ {
5105
+ "name": "dot-render",
5106
+ "description": "Default: -\n\nCustom rendering function for timeline dot"
5107
+ },
5108
+ {
5109
+ "name": "label-render",
5110
+ "description": "Default: -\n\nCustom rendering function for timeline label"
5111
+ },
5112
+ {
5113
+ "name": "content-render",
5114
+ "description": "Default: -\n\nCustom rendering function for timeline content"
5115
+ }
5116
+ ]
5117
+ },
5026
5118
  {
5027
5119
  "name": "a-watermark",
5028
5120
  "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
@@ -5175,70 +5267,6 @@
5175
5267
  }
5176
5268
  ]
5177
5269
  },
5178
- {
5179
- "name": "a-splitter",
5180
- "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
5181
- "attributes": [
5182
- {
5183
- "name": "classes",
5184
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5185
- },
5186
- {
5187
- "name": "collapsible-icon",
5188
- "description": "Default: -\n\nCustom collapsible icon"
5189
- },
5190
- {
5191
- "name": "dragger-icon",
5192
- "description": "Default: -\n\nCustom dragger icon"
5193
- },
5194
- {
5195
- "name": "lazy",
5196
- "description": "Default: false\n\nLazy rendering mode"
5197
- },
5198
- {
5199
- "name": "orientation",
5200
- "description": "Default: horizontal\n\nLayout direction"
5201
- },
5202
- {
5203
- "name": "styles",
5204
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5205
- },
5206
- {
5207
- "name": "vertical",
5208
- "description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
5209
- }
5210
- ]
5211
- },
5212
- {
5213
- "name": "a-splitter-panel",
5214
- "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
5215
- "attributes": [
5216
- {
5217
- "name": "collapsible",
5218
- "description": "Default: false\n\nEnable collapsible"
5219
- },
5220
- {
5221
- "name": "default-size",
5222
- "description": "Default: -\n\nInitial panel size, supports px and percentage"
5223
- },
5224
- {
5225
- "name": "max",
5226
- "description": "Default: -\n\nMaximum threshold, supports px and percentage"
5227
- },
5228
- {
5229
- "name": "min",
5230
- "description": "Default: -\n\nMinimum threshold, supports px and percentage"
5231
- },
5232
- {
5233
- "name": "resizable",
5234
- "description": "Default: true\n\nWhether to enable resize"
5235
- },
5236
- {
5237
- "name": "size",
5238
- "description": "Default: -\n\nControlled panel size, supports px and percentage"
5239
- }
5240
- ]
5241
- },
5242
5270
  {
5243
5271
  "name": "a-menu-item",
5244
5272
  "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.",