antdv-next 1.2.1 → 1.2.2-beta.2

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 (377) 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/vueNode.d.ts +5 -5
  10. package/dist/_util/wave/WaveEffect.d.ts +5 -5
  11. package/dist/_util/wave/index.d.ts +2 -2
  12. package/dist/_util/wave/style.d.ts +2 -2
  13. package/dist/_util/zindexContext.d.ts +2 -2
  14. package/dist/affix/index.d.ts +3 -3
  15. package/dist/affix/style/index.d.ts +2 -2
  16. package/dist/alert/Alert.d.ts +2 -2
  17. package/dist/alert/style/index.d.ts +2 -2
  18. package/dist/anchor/Anchor.d.ts +2 -2
  19. package/dist/anchor/AnchorLink.d.ts +2 -2
  20. package/dist/anchor/style/index.d.ts +2 -2
  21. package/dist/antd-with-locales.esm.js +6440 -6421
  22. package/dist/antd-with-locales.js +74 -74
  23. package/dist/antd.esm.js +1302 -1283
  24. package/dist/antd.js +20 -20
  25. package/dist/app/App.d.ts +2 -2
  26. package/dist/app/context.d.ts +2 -2
  27. package/dist/app/style/index.d.ts +2 -2
  28. package/dist/auto-complete/index.d.ts +2 -2
  29. package/dist/avatar/Avatar.d.ts +2 -2
  30. package/dist/avatar/AvatarGroup.d.ts +2 -2
  31. package/dist/avatar/style/index.d.ts +2 -2
  32. package/dist/badge/Ribbon.d.ts +2 -2
  33. package/dist/badge/ScrollNumber.d.ts +2 -2
  34. package/dist/badge/SingleNumber.d.ts +2 -2
  35. package/dist/badge/index.d.ts +3 -3
  36. package/dist/badge/style/index.d.ts +2 -2
  37. package/dist/badge/style/ribbon.d.ts +2 -2
  38. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  39. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
  40. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  41. package/dist/breadcrumb/style/index.d.ts +2 -2
  42. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  43. package/dist/button/Button.d.ts +2 -2
  44. package/dist/button/Button.js +4 -1
  45. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  46. package/dist/button/DefaultLoadingIcon.js +28 -15
  47. package/dist/button/IconWrapper.d.ts +2 -2
  48. package/dist/button/style/compact.d.ts +4 -4
  49. package/dist/button/style/index.d.ts +2 -2
  50. package/dist/calendar/Header.d.ts +2 -2
  51. package/dist/calendar/generateCalendar.d.ts +2 -2
  52. package/dist/calendar/index.d.ts +2 -2
  53. package/dist/calendar/style/index.d.ts +2 -2
  54. package/dist/card/Card.d.ts +2 -2
  55. package/dist/card/Card.js +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/components.d.ts +12 -12
  92. package/dist/config-provider/DisabledContext.d.ts +2 -2
  93. package/dist/config-provider/SizeContext.d.ts +2 -2
  94. package/dist/config-provider/context.d.ts +16 -16
  95. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  96. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  97. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  98. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  99. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  100. package/dist/config-provider/index.d.ts +4 -4
  101. package/dist/date-picker/PickerButton.d.ts +2 -2
  102. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
  103. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
  104. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
  105. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  106. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  107. package/dist/date-picker/index.d.ts +13 -13
  108. package/dist/date-picker/style/index.d.ts +2 -2
  109. package/dist/date-picker/util.d.ts +3 -3
  110. package/dist/descriptions/Cell.d.ts +2 -2
  111. package/dist/descriptions/Item.d.ts +2 -2
  112. package/dist/descriptions/Row.d.ts +2 -2
  113. package/dist/descriptions/hooks/useItems.d.ts +10 -10
  114. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  115. package/dist/descriptions/index.d.ts +2 -2
  116. package/dist/descriptions/style/index.d.ts +2 -2
  117. package/dist/divider/index.d.ts +2 -2
  118. package/dist/divider/style/index.d.ts +2 -2
  119. package/dist/drawer/DrawerPanel.d.ts +2 -2
  120. package/dist/drawer/index.d.ts +3 -3
  121. package/dist/drawer/style/index.d.ts +2 -2
  122. package/dist/drawer/useFocusable.d.ts +2 -2
  123. package/dist/dropdown/dropdown.d.ts +2 -2
  124. package/dist/dropdown/style/index.d.ts +2 -2
  125. package/dist/empty/empty.d.ts +2 -2
  126. package/dist/empty/index.d.ts +5 -5
  127. package/dist/empty/simple.d.ts +2 -2
  128. package/dist/empty/style/index.d.ts +2 -2
  129. package/dist/flex/index.d.ts +2 -2
  130. package/dist/flex/style/index.d.ts +2 -2
  131. package/dist/float-button/BackTop.d.ts +2 -2
  132. package/dist/float-button/FloatButton.d.ts +2 -2
  133. package/dist/float-button/FloatButtonGroup.d.ts +2 -2
  134. package/dist/float-button/PurePanel.d.ts +2 -2
  135. package/dist/float-button/context.d.ts +3 -3
  136. package/dist/float-button/style/index.d.ts +2 -2
  137. package/dist/form/ErrorList.d.ts +2 -2
  138. package/dist/form/Form.d.ts +2 -2
  139. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  140. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  141. package/dist/form/FormItem/index.d.ts +2 -2
  142. package/dist/form/FormItemInput.d.ts +2 -2
  143. package/dist/form/FormItemLabel.d.ts +3 -3
  144. package/dist/form/context.d.ts +6 -6
  145. package/dist/form/hooks/useVariant.d.ts +2 -2
  146. package/dist/form/style/fallbackCmp.d.ts +4 -4
  147. package/dist/form/style/index.d.ts +2 -2
  148. package/dist/form/util.js +5 -1
  149. package/dist/grid/col.d.ts +2 -2
  150. package/dist/grid/index.d.ts +2 -2
  151. package/dist/grid/row.d.ts +2 -2
  152. package/dist/grid/style/index.d.ts +3 -3
  153. package/dist/image/PreviewGroup.d.ts +12 -12
  154. package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
  155. package/dist/image/hooks/usePreviewConfig.d.ts +7 -7
  156. package/dist/image/index.d.ts +3 -3
  157. package/dist/image/style/index.d.ts +2 -2
  158. package/dist/index.d.ts +14 -13
  159. package/dist/input/Group.d.ts +3 -3
  160. package/dist/input/Input.d.ts +2 -2
  161. package/dist/input/OTP/OTPInput.d.ts +3 -3
  162. package/dist/input/OTP/index.d.ts +2 -2
  163. package/dist/input/Password.d.ts +2 -2
  164. package/dist/input/Search.d.ts +2 -2
  165. package/dist/input/TextArea.d.ts +2 -2
  166. package/dist/input/index.d.ts +6 -6
  167. package/dist/input/style/index.d.ts +3 -3
  168. package/dist/input/style/otp.d.ts +2 -2
  169. package/dist/input/style/search.d.ts +2 -2
  170. package/dist/input/style/textarea.d.ts +2 -2
  171. package/dist/input-number/index.d.ts +2 -2
  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/style/index.d.ts +2 -2
  177. package/dist/layout/style/sider.d.ts +2 -2
  178. package/dist/locale/index.d.ts +2 -2
  179. package/dist/locale/useLocale.d.ts +2 -2
  180. package/dist/masonry/Masonry.d.ts +19 -8
  181. package/dist/masonry/MasonryItem.d.ts +4 -4
  182. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  183. package/dist/masonry/index.d.ts +6 -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 +2 -2
  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/Progress.d.ts +2 -2
  272. package/dist/spin/Indicator/index.d.ts +2 -2
  273. package/dist/spin/index.d.ts +2 -2
  274. package/dist/spin/style/index.d.ts +2 -2
  275. package/dist/spin/usePercent.d.ts +2 -2
  276. package/dist/splitter/Panel.d.ts +3 -3
  277. package/dist/splitter/SplitBar.d.ts +2 -2
  278. package/dist/splitter/SplitBar.js +1 -12
  279. package/dist/splitter/Splitter.d.ts +2 -2
  280. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  281. package/dist/splitter/hooks/useResize.d.ts +2 -2
  282. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  283. package/dist/splitter/index.d.ts +2 -2
  284. package/dist/splitter/style/index.d.ts +2 -2
  285. package/dist/statistic/Number.d.ts +2 -2
  286. package/dist/statistic/Statistic.d.ts +2 -2
  287. package/dist/statistic/Timer.d.ts +2 -2
  288. package/dist/statistic/index.d.ts +2 -2
  289. package/dist/statistic/style/index.d.ts +2 -2
  290. package/dist/steps/PanelArrow.d.ts +2 -2
  291. package/dist/steps/ProgressIcon.d.ts +2 -2
  292. package/dist/steps/index.d.ts +2 -2
  293. package/dist/steps/style/index.d.ts +2 -2
  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 +6 -5
  300. package/dist/table/Table.d.ts +16 -9
  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 +14 -14
  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/index.d.ts +4 -17
  309. package/dist/table/style/index.d.ts +2 -2
  310. package/dist/tabs/TabPane.d.ts +2 -2
  311. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  312. package/dist/tabs/index.d.ts +2 -2
  313. package/dist/tabs/style/index.d.ts +2 -2
  314. package/dist/tag/CheckableTag.d.ts +2 -2
  315. package/dist/tag/CheckableTagGroup.d.ts +2 -2
  316. package/dist/tag/hooks/useColor.d.ts +2 -2
  317. package/dist/tag/index.d.ts +2 -2
  318. package/dist/tag/style/index.d.ts +2 -2
  319. package/dist/tag/style/presetCmp.d.ts +4 -4
  320. package/dist/tag/style/statusCmp.d.ts +4 -4
  321. package/dist/theme/context.d.ts +2 -2
  322. package/dist/theme/index.d.ts +4 -5
  323. package/dist/theme/util/genStyleUtils.d.ts +6 -6
  324. package/dist/time-picker/index.d.ts +8 -6
  325. package/dist/time-picker/index.js +12 -11
  326. package/dist/timeline/Timeline.d.ts +2 -2
  327. package/dist/timeline/TimelineItem.d.ts +2 -2
  328. package/dist/timeline/style/index.d.ts +2 -2
  329. package/dist/tooltip/PurePanel.d.ts +2 -2
  330. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  331. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  332. package/dist/tooltip/index.d.ts +2 -2
  333. package/dist/tooltip/style/index.d.ts +2 -2
  334. package/dist/tour/PurePanel.d.ts +2 -2
  335. package/dist/tour/index.d.ts +2 -2
  336. package/dist/tour/panelRender.d.ts +2 -2
  337. package/dist/tour/style/index.d.ts +2 -2
  338. package/dist/transfer/Actions.d.ts +2 -2
  339. package/dist/transfer/ListBody.d.ts +2 -2
  340. package/dist/transfer/ListItem.d.ts +2 -2
  341. package/dist/transfer/Section.d.ts +2 -2
  342. package/dist/transfer/Transfer.d.ts +2 -2
  343. package/dist/transfer/hooks/useData.d.ts +2 -2
  344. package/dist/transfer/search.d.ts +2 -2
  345. package/dist/transfer/style/index.d.ts +2 -2
  346. package/dist/tree/DirectoryTree.d.ts +2 -2
  347. package/dist/tree/Tree.d.ts +2 -2
  348. package/dist/tree/style/index.d.ts +2 -2
  349. package/dist/tree/utils/iconUtil.d.ts +2 -2
  350. package/dist/tree-select/index.d.ts +3 -3
  351. package/dist/tree-select/style/index.d.ts +2 -2
  352. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  353. package/dist/typography/Base/Ellipsis.d.ts +3 -3
  354. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  355. package/dist/typography/Base/index.d.ts +2 -2
  356. package/dist/typography/Editable.d.ts +2 -2
  357. package/dist/typography/Link.d.ts +2 -2
  358. package/dist/typography/Paragraph.d.ts +2 -2
  359. package/dist/typography/Text.d.ts +2 -2
  360. package/dist/typography/Title.d.ts +2 -2
  361. package/dist/typography/Typography.d.ts +2 -2
  362. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  363. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  364. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  365. package/dist/typography/index.d.ts +5 -5
  366. package/dist/typography/style/index.d.ts +2 -2
  367. package/dist/upload/Dragger.d.ts +3 -3
  368. package/dist/upload/Upload.d.ts +2 -2
  369. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  370. package/dist/upload/UploadList/index.d.ts +2 -2
  371. package/dist/upload/index.d.ts +3 -3
  372. package/dist/upload/style/index.d.ts +2 -2
  373. package/dist/watermark/context.d.ts +2 -2
  374. package/dist/watermark/index.d.ts +2 -2
  375. package/package.json +1 -1
  376. package/web-tags.json +1124 -1120
  377. package/web-types.json +4016 -4003
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.1",
2
+ "version": "1.2.2-beta.2",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -85,6 +85,24 @@
85
85
  }
86
86
  ]
87
87
  },
88
+ {
89
+ "name": "a-app",
90
+ "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
91
+ "attributes": [
92
+ {
93
+ "name": "message",
94
+ "description": "Default: -\n\nGlobal config for Message"
95
+ },
96
+ {
97
+ "name": "notification",
98
+ "description": "Default: -\n\nGlobal config for Notification"
99
+ },
100
+ {
101
+ "name": "component",
102
+ "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
103
+ }
104
+ ]
105
+ },
88
106
  {
89
107
  "name": "a-anchor",
90
108
  "description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
@@ -140,20 +158,70 @@
140
158
  ]
141
159
  },
142
160
  {
143
- "name": "a-app",
144
- "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
161
+ "name": "a-avatar",
162
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
145
163
  "attributes": [
146
164
  {
147
- "name": "message",
148
- "description": "Default: -\n\nGlobal config for Message"
165
+ "name": "shape",
166
+ "description": "Default: circle\n\nThe shape of avatar"
149
167
  },
150
168
  {
151
- "name": "notification",
152
- "description": "Default: -\n\nGlobal config for Notification"
169
+ "name": "size",
170
+ "description": "Default: medium\n\nThe size of the avatar"
153
171
  },
154
172
  {
155
- "name": "component",
156
- "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
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
  },
@@ -248,70 +316,60 @@
248
316
  ]
249
317
  },
250
318
  {
251
- "name": "a-avatar",
252
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
319
+ "name": "a-badge",
320
+ "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
253
321
  "attributes": [
254
322
  {
255
- "name": "shape",
256
- "description": "Default: circle\n\nThe shape of avatar"
323
+ "name": "count",
324
+ "description": "Default: -\n\nNumber to show in badge"
257
325
  },
258
326
  {
259
- "name": "size",
260
- "description": "Default: medium\n\nThe size of the avatar"
327
+ "name": "show-zero",
328
+ "description": "Default: false\n\nWhether to show badge when count is zero"
261
329
  },
262
330
  {
263
- "name": "gap",
264
- "description": "Default: 4\n\nLetter type unit distance between left and right sides"
331
+ "name": "overflow-count",
332
+ "description": "Default: 99\n\nMax count to show"
265
333
  },
266
334
  {
267
- "name": "src",
268
- "description": "Default: -\n\nThe address of the image for an image avatar or image element"
335
+ "name": "dot",
336
+ "description": "Default: false\n\nWhether to display a red dot instead of count"
269
337
  },
270
338
  {
271
- "name": "src-set",
272
- "description": "Default: -\n\nA list of sources to use for different screen resolutions"
339
+ "name": "scroll-number-prefix-cls",
340
+ "description": "Default: -\n\n-"
273
341
  },
274
342
  {
275
- "name": "draggable",
276
- "description": "Default: true\n\nWhether the picture is allowed to be dragged"
343
+ "name": "status",
344
+ "description": "Default: -\n\nSet Badge as a status dot"
277
345
  },
278
346
  {
279
- "name": "icon",
280
- "description": "Default: -\n\nCustom icon type for an icon avatar"
347
+ "name": "color",
348
+ "description": "Default: -\n\nCustomize Badge dot color"
281
349
  },
282
350
  {
283
- "name": "alt",
284
- "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
351
+ "name": "text",
352
+ "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
285
353
  },
286
354
  {
287
- "name": "cross-origin",
288
- "description": "Default: -\n\nCORS settings attributes"
355
+ "name": "size",
356
+ "description": "Default: -\n\nIf count is set, size sets the size of badge"
289
357
  },
290
358
  {
291
- "name": "on-error",
292
- "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
293
- }
294
- ]
295
- },
296
- {
297
- "name": "a-avatar-group",
298
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
299
- "attributes": [
300
- {
301
- "name": "prefix-cls",
302
- "description": "Default: -\n\n-"
359
+ "name": "offset",
360
+ "description": "Default: -\n\nSet offset of the badge dot"
303
361
  },
304
362
  {
305
- "name": "max",
306
- "description": "Default: -\n\n-"
363
+ "name": "title",
364
+ "description": "Default: -\n\nText to show when hovering over the badge"
307
365
  },
308
366
  {
309
- "name": "size",
310
- "description": "Default: default\n\nThe size of the avatar"
367
+ "name": "classes",
368
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
311
369
  },
312
370
  {
313
- "name": "shape",
314
- "description": "Default: circle\n\nThe shape of avatar"
371
+ "name": "styles",
372
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
315
373
  }
316
374
  ]
317
375
  },
@@ -349,64 +407,6 @@
349
407
  }
350
408
  ]
351
409
  },
352
- {
353
- "name": "a-badge",
354
- "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
355
- "attributes": [
356
- {
357
- "name": "count",
358
- "description": "Default: -\n\nNumber to show in badge"
359
- },
360
- {
361
- "name": "show-zero",
362
- "description": "Default: false\n\nWhether to show badge when count is zero"
363
- },
364
- {
365
- "name": "overflow-count",
366
- "description": "Default: 99\n\nMax count to show"
367
- },
368
- {
369
- "name": "dot",
370
- "description": "Default: false\n\nWhether to display a red dot instead of count"
371
- },
372
- {
373
- "name": "scroll-number-prefix-cls",
374
- "description": "Default: -\n\n-"
375
- },
376
- {
377
- "name": "status",
378
- "description": "Default: -\n\nSet Badge as a status dot"
379
- },
380
- {
381
- "name": "color",
382
- "description": "Default: -\n\nCustomize Badge dot color"
383
- },
384
- {
385
- "name": "text",
386
- "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
387
- },
388
- {
389
- "name": "size",
390
- "description": "Default: -\n\nIf count is set, size sets the size of badge"
391
- },
392
- {
393
- "name": "offset",
394
- "description": "Default: -\n\nSet offset of the badge dot"
395
- },
396
- {
397
- "name": "title",
398
- "description": "Default: -\n\nText to show when hovering over the badge"
399
- },
400
- {
401
- "name": "classes",
402
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
403
- },
404
- {
405
- "name": "styles",
406
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
407
- }
408
- ]
409
- },
410
410
  {
411
411
  "name": "a-button",
412
412
  "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
@@ -482,55 +482,91 @@
482
482
  ]
483
483
  },
484
484
  {
485
- "name": "a-carousel",
486
- "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
485
+ "name": "a-calendar",
486
+ "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
487
487
  "attributes": [
488
488
  {
489
- "name": "effect",
490
- "description": "Default: scrollx\n\nTransition effect"
491
- },
492
- {
493
- "name": "id",
489
+ "name": "prefix-cls",
494
490
  "description": "Default: -\n\n-"
495
491
  },
496
492
  {
497
- "name": "slick-go-to",
493
+ "name": "root-class",
498
494
  "description": "Default: -\n\n-"
499
495
  },
500
496
  {
501
- "name": "dot-position",
502
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
497
+ "name": "classes",
498
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
503
499
  },
504
500
  {
505
- "name": "dot-placement",
506
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
501
+ "name": "styles",
502
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
507
503
  },
508
504
  {
509
- "name": "dots",
510
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
505
+ "name": "locale",
506
+ "description": "Default: (default)\n\nThe calendar's locale"
511
507
  },
512
508
  {
513
- "name": "wait-for-animate",
514
- "description": "Default: false\n\nWhether to wait for the animation when switching"
509
+ "name": "valid-range",
510
+ "description": "Default: -\n\nTo set valid range"
515
511
  },
516
512
  {
517
- "name": "autoplay",
518
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
513
+ "name": "disabled-date",
514
+ "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"
519
515
  },
520
516
  {
521
- "name": "prev-arrow",
522
- "description": "Default: -\n\n-"
517
+ "name": "date-full-cell-render",
518
+ "description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
523
519
  },
524
520
  {
525
- "name": "next-arrow",
526
- "description": "Default: -\n\n-"
527
- }
528
- ]
529
- },
530
- {
531
- "name": "a-card",
532
- "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
533
- "attributes": [
521
+ "name": "date-cell-render",
522
+ "description": "Default: -\n\nDeprecated."
523
+ },
524
+ {
525
+ "name": "month-full-cell-render",
526
+ "description": "Default: -\n\nDeprecated."
527
+ },
528
+ {
529
+ "name": "month-cell-render",
530
+ "description": "Default: -\n\nDeprecated."
531
+ },
532
+ {
533
+ "name": "cell-render",
534
+ "description": "Default: -\n\nCustomize cell content"
535
+ },
536
+ {
537
+ "name": "full-cell-render",
538
+ "description": "Default: -\n\nCustomize cell content"
539
+ },
540
+ {
541
+ "name": "header-render",
542
+ "description": "Default: -\n\nRender custom header in panel"
543
+ },
544
+ {
545
+ "name": "value",
546
+ "description": "Default: -\n\nThe current selected date, support v-model:value"
547
+ },
548
+ {
549
+ "name": "default-value",
550
+ "description": "Default: -\n\nThe date selected by default"
551
+ },
552
+ {
553
+ "name": "mode",
554
+ "description": "Default: month\n\nThe display mode of the calendar"
555
+ },
556
+ {
557
+ "name": "fullscreen",
558
+ "description": "Default: true\n\nWhether to display in full-screen"
559
+ },
560
+ {
561
+ "name": "show-week",
562
+ "description": "Default: false\n\nWhether to display week number"
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "name": "a-card",
568
+ "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
569
+ "attributes": [
534
570
  {
535
571
  "name": "title",
536
572
  "description": "Default: -\n\nCard title"
@@ -657,88 +693,6 @@
657
693
  }
658
694
  ]
659
695
  },
660
- {
661
- "name": "a-calendar",
662
- "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
663
- "attributes": [
664
- {
665
- "name": "prefix-cls",
666
- "description": "Default: -\n\n-"
667
- },
668
- {
669
- "name": "root-class",
670
- "description": "Default: -\n\n-"
671
- },
672
- {
673
- "name": "classes",
674
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
675
- },
676
- {
677
- "name": "styles",
678
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
679
- },
680
- {
681
- "name": "locale",
682
- "description": "Default: (default)\n\nThe calendar's locale"
683
- },
684
- {
685
- "name": "valid-range",
686
- "description": "Default: -\n\nTo set valid range"
687
- },
688
- {
689
- "name": "disabled-date",
690
- "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"
691
- },
692
- {
693
- "name": "date-full-cell-render",
694
- "description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
695
- },
696
- {
697
- "name": "date-cell-render",
698
- "description": "Default: -\n\nDeprecated."
699
- },
700
- {
701
- "name": "month-full-cell-render",
702
- "description": "Default: -\n\nDeprecated."
703
- },
704
- {
705
- "name": "month-cell-render",
706
- "description": "Default: -\n\nDeprecated."
707
- },
708
- {
709
- "name": "cell-render",
710
- "description": "Default: -\n\nCustomize cell content"
711
- },
712
- {
713
- "name": "full-cell-render",
714
- "description": "Default: -\n\nCustomize cell content"
715
- },
716
- {
717
- "name": "header-render",
718
- "description": "Default: -\n\nRender custom header in panel"
719
- },
720
- {
721
- "name": "value",
722
- "description": "Default: -\n\nThe current selected date, support v-model:value"
723
- },
724
- {
725
- "name": "default-value",
726
- "description": "Default: -\n\nThe date selected by default"
727
- },
728
- {
729
- "name": "mode",
730
- "description": "Default: month\n\nThe display mode of the calendar"
731
- },
732
- {
733
- "name": "fullscreen",
734
- "description": "Default: true\n\nWhether to display in full-screen"
735
- },
736
- {
737
- "name": "show-week",
738
- "description": "Default: false\n\nWhether to display week number"
739
- }
740
- ]
741
- },
742
696
  {
743
697
  "name": "a-cascader",
744
698
  "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
@@ -845,6 +799,52 @@
845
799
  }
846
800
  ]
847
801
  },
802
+ {
803
+ "name": "a-carousel",
804
+ "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
805
+ "attributes": [
806
+ {
807
+ "name": "effect",
808
+ "description": "Default: scrollx\n\nTransition effect"
809
+ },
810
+ {
811
+ "name": "id",
812
+ "description": "Default: -\n\n-"
813
+ },
814
+ {
815
+ "name": "slick-go-to",
816
+ "description": "Default: -\n\n-"
817
+ },
818
+ {
819
+ "name": "dot-position",
820
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
821
+ },
822
+ {
823
+ "name": "dot-placement",
824
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
825
+ },
826
+ {
827
+ "name": "dots",
828
+ "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
829
+ },
830
+ {
831
+ "name": "wait-for-animate",
832
+ "description": "Default: false\n\nWhether to wait for the animation when switching"
833
+ },
834
+ {
835
+ "name": "autoplay",
836
+ "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
837
+ },
838
+ {
839
+ "name": "prev-arrow",
840
+ "description": "Default: -\n\n-"
841
+ },
842
+ {
843
+ "name": "next-arrow",
844
+ "description": "Default: -\n\n-"
845
+ }
846
+ ]
847
+ },
848
848
  {
849
849
  "name": "a-checkbox",
850
850
  "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
@@ -910,196 +910,196 @@
910
910
  ]
911
911
  },
912
912
  {
913
- "name": "a-color-picker",
914
- "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
913
+ "name": "a-collapse",
914
+ "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
915
915
  "attributes": [
916
916
  {
917
- "name": "allow-clear",
918
- "description": "Default: false\n\nAllow clearing color selected"
917
+ "name": "active-key",
918
+ "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
919
919
  },
920
920
  {
921
- "name": "arrow",
922
- "description": "Default: true\n\nConfiguration for popup arrow"
921
+ "name": "default-active-key",
922
+ "description": "Default: -\n\nKey of the initial active panel"
923
923
  },
924
924
  {
925
- "name": "auto-adjust-overflow",
926
- "description": "Default: -\n\nAuto adjust placement when popup is invisible"
925
+ "name": "accordion",
926
+ "description": "Default: false\n\nIf true, Collapse renders as Accordion"
927
927
  },
928
928
  {
929
- "name": "classes",
930
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
929
+ "name": "destroy-on-hidden",
930
+ "description": "Default: false\n\nDestroy Inactive Panel"
931
931
  },
932
932
  {
933
- "name": "default-format",
934
- "description": "Default: hex\n\nDefault format of color"
933
+ "name": "root-class",
934
+ "description": "Default: -\n\nRoot container class"
935
935
  },
936
936
  {
937
- "name": "default-value",
938
- "description": "Default: -\n\nDefault value of color"
937
+ "name": "bordered",
938
+ "description": "Default: true\n\nToggles rendering of the border around the collapse block"
939
939
  },
940
940
  {
941
- "name": "destroy-on-hidden",
942
- "description": "Default: false\n\nWhether destroy dom when close"
941
+ "name": "expand-icon",
942
+ "description": "Default: -\n\nAllow to customize collapse icon"
943
943
  },
944
944
  {
945
- "name": "disabled",
946
- "description": "Default: false\n\nDisable ColorPicker"
945
+ "name": "expand-icon-placement",
946
+ "description": "Default: start\n\nSet expand icon placement"
947
947
  },
948
948
  {
949
- "name": "disabled-alpha",
950
- "description": "Default: false\n\nDisable Alpha"
949
+ "name": "ghost",
950
+ "description": "Default: false\n\nMake the collapse borderless and its background transparent"
951
951
  },
952
952
  {
953
- "name": "disabled-format",
954
- "description": "Default: false\n\nDisable format of color"
953
+ "name": "size",
954
+ "description": "Default: middle\n\nSet the size of collapse"
955
955
  },
956
956
  {
957
- "name": "format",
958
- "description": "Default: -\n\nFormat of color, support v-model:format"
957
+ "name": "collapsible",
958
+ "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
959
959
  },
960
960
  {
961
- "name": "get-popup-container",
962
- "description": "Default: -\n\nSpecify container for popup"
961
+ "name": "label-render",
962
+ "description": "Default: -\n\nCustom render label"
963
963
  },
964
964
  {
965
- "name": "mode",
966
- "description": "Default: single\n\nConfigure single or gradient color"
965
+ "name": "content-render",
966
+ "description": "Default: -\n\nCustom render content"
967
967
  },
968
968
  {
969
- "name": "open",
970
- "description": "Default: -\n\nWhether to show popup, support v-model:open"
969
+ "name": "classes",
970
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
971
971
  },
972
972
  {
973
- "name": "placement",
974
- "description": "Default: bottomLeft\n\nPlacement of popup"
973
+ "name": "styles",
974
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
975
975
  },
976
976
  {
977
- "name": "presets",
978
- "description": "Default: -\n\nPreset colors"
977
+ "name": "items",
978
+ "description": "Default: -\n\nCollapse items content"
979
+ }
980
+ ]
981
+ },
982
+ {
983
+ "name": "a-collapse-panel",
984
+ "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
985
+ "attributes": [
986
+ {
987
+ "name": "header",
988
+ "description": "Default: -\n\n-"
979
989
  },
980
990
  {
981
- "name": "panel-render",
982
- "description": "Default: -\n\nCustom Render Panel"
991
+ "name": "show-arrow",
992
+ "description": "Default: true\n\n-"
983
993
  },
984
994
  {
985
- "name": "root-class",
986
- "description": "Default: -\n\nRoot container class"
995
+ "name": "extra",
996
+ "description": "Default: -\n\n-"
987
997
  },
988
998
  {
989
- "name": "show-text",
990
- "description": "Default: false\n\nShow color text"
999
+ "name": "collapsible",
1000
+ "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
1001
+ }
1002
+ ]
1003
+ },
1004
+ {
1005
+ "name": "a-color-picker",
1006
+ "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
1007
+ "attributes": [
1008
+ {
1009
+ "name": "allow-clear",
1010
+ "description": "Default: false\n\nAllow clearing color selected"
991
1011
  },
992
1012
  {
993
- "name": "size",
994
- "description": "Default: middle\n\nSetting the trigger size"
1013
+ "name": "arrow",
1014
+ "description": "Default: true\n\nConfiguration for popup arrow"
995
1015
  },
996
1016
  {
997
- "name": "styles",
998
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1017
+ "name": "auto-adjust-overflow",
1018
+ "description": "Default: -\n\nAuto adjust placement when popup is invisible"
999
1019
  },
1000
1020
  {
1001
- "name": "trigger",
1002
- "description": "Default: click\n\nColorPicker trigger mode"
1021
+ "name": "classes",
1022
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1003
1023
  },
1004
1024
  {
1005
- "name": "value-format",
1006
- "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"
1025
+ "name": "default-format",
1026
+ "description": "Default: hex\n\nDefault format of color"
1007
1027
  },
1008
1028
  {
1009
- "name": "value",
1010
- "description": "Default: -\n\nValue of color, support v-model:value"
1011
- }
1012
- ]
1013
- },
1014
- {
1015
- "name": "a-collapse",
1016
- "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
1017
- "attributes": [
1029
+ "name": "default-value",
1030
+ "description": "Default: -\n\nDefault value of color"
1031
+ },
1018
1032
  {
1019
- "name": "active-key",
1020
- "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
1033
+ "name": "destroy-on-hidden",
1034
+ "description": "Default: false\n\nWhether destroy dom when close"
1021
1035
  },
1022
1036
  {
1023
- "name": "default-active-key",
1024
- "description": "Default: -\n\nKey of the initial active panel"
1037
+ "name": "disabled",
1038
+ "description": "Default: false\n\nDisable ColorPicker"
1025
1039
  },
1026
1040
  {
1027
- "name": "accordion",
1028
- "description": "Default: false\n\nIf true, Collapse renders as Accordion"
1041
+ "name": "disabled-alpha",
1042
+ "description": "Default: false\n\nDisable Alpha"
1029
1043
  },
1030
1044
  {
1031
- "name": "destroy-on-hidden",
1032
- "description": "Default: false\n\nDestroy Inactive Panel"
1045
+ "name": "disabled-format",
1046
+ "description": "Default: false\n\nDisable format of color"
1033
1047
  },
1034
1048
  {
1035
- "name": "root-class",
1036
- "description": "Default: -\n\nRoot container class"
1049
+ "name": "format",
1050
+ "description": "Default: -\n\nFormat of color, support v-model:format"
1037
1051
  },
1038
1052
  {
1039
- "name": "bordered",
1040
- "description": "Default: true\n\nToggles rendering of the border around the collapse block"
1053
+ "name": "get-popup-container",
1054
+ "description": "Default: -\n\nSpecify container for popup"
1041
1055
  },
1042
1056
  {
1043
- "name": "expand-icon",
1044
- "description": "Default: -\n\nAllow to customize collapse icon"
1057
+ "name": "mode",
1058
+ "description": "Default: single\n\nConfigure single or gradient color"
1045
1059
  },
1046
1060
  {
1047
- "name": "expand-icon-placement",
1048
- "description": "Default: start\n\nSet expand icon placement"
1061
+ "name": "open",
1062
+ "description": "Default: -\n\nWhether to show popup, support v-model:open"
1049
1063
  },
1050
1064
  {
1051
- "name": "ghost",
1052
- "description": "Default: false\n\nMake the collapse borderless and its background transparent"
1065
+ "name": "placement",
1066
+ "description": "Default: bottomLeft\n\nPlacement of popup"
1053
1067
  },
1054
1068
  {
1055
- "name": "size",
1056
- "description": "Default: middle\n\nSet the size of collapse"
1069
+ "name": "presets",
1070
+ "description": "Default: -\n\nPreset colors"
1057
1071
  },
1058
1072
  {
1059
- "name": "collapsible",
1060
- "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
1073
+ "name": "panel-render",
1074
+ "description": "Default: -\n\nCustom Render Panel"
1061
1075
  },
1062
1076
  {
1063
- "name": "label-render",
1064
- "description": "Default: -\n\nCustom render label"
1077
+ "name": "root-class",
1078
+ "description": "Default: -\n\nRoot container class"
1065
1079
  },
1066
1080
  {
1067
- "name": "content-render",
1068
- "description": "Default: -\n\nCustom render content"
1081
+ "name": "show-text",
1082
+ "description": "Default: false\n\nShow color text"
1069
1083
  },
1070
1084
  {
1071
- "name": "classes",
1072
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1085
+ "name": "size",
1086
+ "description": "Default: middle\n\nSetting the trigger size"
1073
1087
  },
1074
1088
  {
1075
1089
  "name": "styles",
1076
1090
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1077
1091
  },
1078
1092
  {
1079
- "name": "items",
1080
- "description": "Default: -\n\nCollapse items content"
1081
- }
1082
- ]
1083
- },
1084
- {
1085
- "name": "a-collapse-panel",
1086
- "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
1087
- "attributes": [
1088
- {
1089
- "name": "header",
1090
- "description": "Default: -\n\n-"
1091
- },
1092
- {
1093
- "name": "show-arrow",
1094
- "description": "Default: true\n\n-"
1093
+ "name": "trigger",
1094
+ "description": "Default: click\n\nColorPicker trigger mode"
1095
1095
  },
1096
1096
  {
1097
- "name": "extra",
1098
- "description": "Default: -\n\n-"
1097
+ "name": "value-format",
1098
+ "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"
1099
1099
  },
1100
1100
  {
1101
- "name": "collapsible",
1102
- "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
1101
+ "name": "value",
1102
+ "description": "Default: -\n\nValue of color, support v-model:value"
1103
1103
  }
1104
1104
  ]
1105
1105
  },
@@ -1233,6 +1233,48 @@
1233
1233
  "description": "输入或选择日期的控件。",
1234
1234
  "attributes": []
1235
1235
  },
1236
+ {
1237
+ "name": "a-divider",
1238
+ "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1239
+ "attributes": [
1240
+ {
1241
+ "name": "dashed",
1242
+ "description": "Default: false\n\nWhether line is dashed"
1243
+ },
1244
+ {
1245
+ "name": "orientation",
1246
+ "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1247
+ },
1248
+ {
1249
+ "name": "plain",
1250
+ "description": "Default: true\n\nDivider text show as plain style"
1251
+ },
1252
+ {
1253
+ "name": "size",
1254
+ "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1255
+ },
1256
+ {
1257
+ "name": "title-placement",
1258
+ "description": "Default: center\n\nThe position of title inside divider"
1259
+ },
1260
+ {
1261
+ "name": "variant",
1262
+ "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1263
+ },
1264
+ {
1265
+ "name": "vertical",
1266
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1267
+ },
1268
+ {
1269
+ "name": "classes",
1270
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1271
+ },
1272
+ {
1273
+ "name": "styles",
1274
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1275
+ }
1276
+ ]
1277
+ },
1236
1278
  {
1237
1279
  "name": "a-descriptions",
1238
1280
  "description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
@@ -1291,48 +1333,6 @@
1291
1333
  }
1292
1334
  ]
1293
1335
  },
1294
- {
1295
- "name": "a-divider",
1296
- "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1297
- "attributes": [
1298
- {
1299
- "name": "dashed",
1300
- "description": "Default: false\n\nWhether line is dashed"
1301
- },
1302
- {
1303
- "name": "orientation",
1304
- "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1305
- },
1306
- {
1307
- "name": "plain",
1308
- "description": "Default: true\n\nDivider text show as plain style"
1309
- },
1310
- {
1311
- "name": "size",
1312
- "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1313
- },
1314
- {
1315
- "name": "title-placement",
1316
- "description": "Default: center\n\nThe position of title inside divider"
1317
- },
1318
- {
1319
- "name": "variant",
1320
- "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1321
- },
1322
- {
1323
- "name": "vertical",
1324
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1325
- },
1326
- {
1327
- "name": "classes",
1328
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1329
- },
1330
- {
1331
- "name": "styles",
1332
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1333
- }
1334
- ]
1335
- },
1336
1336
  {
1337
1337
  "name": "a-dropdown",
1338
1338
  "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
@@ -1526,28 +1526,32 @@
1526
1526
  "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1527
1527
  "attributes": [
1528
1528
  {
1529
- "name": "classes",
1530
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1529
+ "name": "vertical",
1530
+ "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1531
1531
  },
1532
1532
  {
1533
- "name": "styles",
1534
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1533
+ "name": "wrap",
1534
+ "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1535
1535
  },
1536
1536
  {
1537
- "name": "image",
1538
- "description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
1537
+ "name": "justify",
1538
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1539
1539
  },
1540
1540
  {
1541
- "name": "description",
1542
- "description": "Default: -\n\nCustomize description"
1541
+ "name": "align",
1542
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1543
1543
  },
1544
1544
  {
1545
- "name": "root-class",
1546
- "description": "Default: -\n\nRoot container class"
1545
+ "name": "flex",
1546
+ "description": "Default: normal\n\nflex CSS shorthand properties"
1547
1547
  },
1548
1548
  {
1549
- "name": "prefix-cls",
1550
- "description": "Default: -\n\nPrefix class name"
1549
+ "name": "gap",
1550
+ "description": "Default: -\n\nSets the gap between grids"
1551
+ },
1552
+ {
1553
+ "name": "component",
1554
+ "description": "Default: div\n\ncustom element type"
1551
1555
  }
1552
1556
  ]
1553
1557
  },
@@ -1892,86 +1896,26 @@
1892
1896
  "attributes": []
1893
1897
  },
1894
1898
  {
1895
- "name": "a-common-icon",
1896
- "description": "Semantic vector graphics.",
1897
- "attributes": []
1898
- },
1899
- {
1900
- "name": "a-custom-icon",
1901
- "description": "Semantic vector graphics.",
1902
- "attributes": []
1903
- },
1904
- {
1905
- "name": "a-about-svg-icons",
1906
- "description": "Semantic vector graphics.",
1907
- "attributes": []
1908
- },
1909
- {
1910
- "name": "a-set-two-tone-color",
1911
- "description": "Semantic vector graphics.",
1912
- "attributes": []
1913
- },
1914
- {
1915
- "name": "a-custom-font-icon",
1916
- "description": "Semantic vector graphics.",
1917
- "attributes": []
1918
- },
1919
- {
1920
- "name": "a-custom-svg-icon",
1921
- "description": "Semantic vector graphics.",
1922
- "attributes": []
1923
- },
1924
- {
1925
- "name": "a-通用图标",
1926
- "description": "语义化的矢量图形。",
1927
- "attributes": []
1928
- },
1929
- {
1930
- "name": "a-自定义-icon",
1931
- "description": "语义化的矢量图形。",
1932
- "attributes": []
1933
- },
1934
- {
1935
- "name": "a-关于-svg-图标",
1936
- "description": "语义化的矢量图形。",
1937
- "attributes": []
1938
- },
1939
- {
1940
- "name": "a-双色图标主色",
1941
- "description": "语义化的矢量图形。",
1942
- "attributes": []
1943
- },
1944
- {
1945
- "name": "a-自定义-font-图标",
1946
- "description": "语义化的矢量图形。",
1947
- "attributes": []
1948
- },
1949
- {
1950
- "name": "a-自定义-svg-图标",
1951
- "description": "语义化的矢量图形。",
1952
- "attributes": []
1953
- },
1954
- {
1955
- "name": "a-row",
1956
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1957
- "attributes": [
1958
- {
1959
- "name": "align",
1960
- "description": "Default: top\n\nVertical alignment"
1961
- },
1962
- {
1963
- "name": "gutter",
1964
- "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]"
1965
- },
1966
- {
1967
- "name": "justify",
1968
- "description": "Default: start\n\nHorizontal arrangement"
1969
- },
1970
- {
1971
- "name": "wrap",
1972
- "description": "Default: true\n\nAuto wrap line"
1973
- }
1974
- ]
1899
+ "name": "a-row",
1900
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1901
+ "attributes": [
1902
+ {
1903
+ "name": "align",
1904
+ "description": "Default: top\n\nVertical alignment"
1905
+ },
1906
+ {
1907
+ "name": "gutter",
1908
+ "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]"
1909
+ },
1910
+ {
1911
+ "name": "justify",
1912
+ "description": "Default: start\n\nHorizontal arrangement"
1913
+ },
1914
+ {
1915
+ "name": "wrap",
1916
+ "description": "Default: true\n\nAuto wrap line"
1917
+ }
1918
+ ]
1975
1919
  },
1976
1920
  {
1977
1921
  "name": "a-col",
@@ -2031,6 +1975,66 @@
2031
1975
  }
2032
1976
  ]
2033
1977
  },
1978
+ {
1979
+ "name": "a-common-icon",
1980
+ "description": "Semantic vector graphics.",
1981
+ "attributes": []
1982
+ },
1983
+ {
1984
+ "name": "a-custom-icon",
1985
+ "description": "Semantic vector graphics.",
1986
+ "attributes": []
1987
+ },
1988
+ {
1989
+ "name": "a-about-svg-icons",
1990
+ "description": "Semantic vector graphics.",
1991
+ "attributes": []
1992
+ },
1993
+ {
1994
+ "name": "a-set-two-tone-color",
1995
+ "description": "Semantic vector graphics.",
1996
+ "attributes": []
1997
+ },
1998
+ {
1999
+ "name": "a-custom-font-icon",
2000
+ "description": "Semantic vector graphics.",
2001
+ "attributes": []
2002
+ },
2003
+ {
2004
+ "name": "a-custom-svg-icon",
2005
+ "description": "Semantic vector graphics.",
2006
+ "attributes": []
2007
+ },
2008
+ {
2009
+ "name": "a-通用图标",
2010
+ "description": "语义化的矢量图形。",
2011
+ "attributes": []
2012
+ },
2013
+ {
2014
+ "name": "a-自定义-icon",
2015
+ "description": "语义化的矢量图形。",
2016
+ "attributes": []
2017
+ },
2018
+ {
2019
+ "name": "a-关于-svg-图标",
2020
+ "description": "语义化的矢量图形。",
2021
+ "attributes": []
2022
+ },
2023
+ {
2024
+ "name": "a-双色图标主色",
2025
+ "description": "语义化的矢量图形。",
2026
+ "attributes": []
2027
+ },
2028
+ {
2029
+ "name": "a-自定义-font-图标",
2030
+ "description": "语义化的矢量图形。",
2031
+ "attributes": []
2032
+ },
2033
+ {
2034
+ "name": "a-自定义-svg-图标",
2035
+ "description": "语义化的矢量图形。",
2036
+ "attributes": []
2037
+ },
2034
2038
  {
2035
2039
  "name": "a-image",
2036
2040
  "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
@@ -2386,6 +2390,56 @@
2386
2390
  }
2387
2391
  ]
2388
2392
  },
2393
+ {
2394
+ "name": "a-mentions",
2395
+ "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2396
+ "attributes": [
2397
+ {
2398
+ "name": "loading",
2399
+ "description": "Default: -\n\n-"
2400
+ },
2401
+ {
2402
+ "name": "status",
2403
+ "description": "Default: -\n\nSet validation status"
2404
+ },
2405
+ {
2406
+ "name": "options",
2407
+ "description": "Default: \\[]\n\nOption Configuration"
2408
+ },
2409
+ {
2410
+ "name": "popup-class-name",
2411
+ "description": "Default: -\n\n-"
2412
+ },
2413
+ {
2414
+ "name": "variant",
2415
+ "description": "Default: outlined\n\nVariants of Input"
2416
+ },
2417
+ {
2418
+ "name": "classes",
2419
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2420
+ },
2421
+ {
2422
+ "name": "styles",
2423
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2424
+ },
2425
+ {
2426
+ "name": "size",
2427
+ "description": "Default: -\n\n-"
2428
+ },
2429
+ {
2430
+ "name": "label-render",
2431
+ "description": "Default: -\n\n-"
2432
+ },
2433
+ {
2434
+ "name": "allow-clear",
2435
+ "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2436
+ },
2437
+ {
2438
+ "name": "disabled",
2439
+ "description": "Default: -\n\n-"
2440
+ }
2441
+ ]
2442
+ },
2389
2443
  {
2390
2444
  "name": "a-masonry",
2391
2445
  "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
@@ -2727,52 +2781,56 @@
2727
2781
  "attributes": []
2728
2782
  },
2729
2783
  {
2730
- "name": "a-mentions",
2731
- "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2784
+ "name": "a-popconfirm",
2785
+ "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2732
2786
  "attributes": [
2733
2787
  {
2734
- "name": "loading",
2735
- "description": "Default: -\n\n-"
2788
+ "name": "cancel-button-props",
2789
+ "description": "Default: -\n\nThe cancel button props"
2736
2790
  },
2737
2791
  {
2738
- "name": "status",
2739
- "description": "Default: -\n\nSet validation status"
2792
+ "name": "cancel-text",
2793
+ "description": "Default: Cancel\n\nThe text of the Cancel button"
2740
2794
  },
2741
2795
  {
2742
- "name": "options",
2743
- "description": "Default: \\[]\n\nOption Configuration"
2796
+ "name": "disabled",
2797
+ "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2744
2798
  },
2745
2799
  {
2746
- "name": "popup-class-name",
2747
- "description": "Default: -\n\n-"
2800
+ "name": "icon",
2801
+ "description": "Default: -\n\nCustomize icon of confirmation"
2748
2802
  },
2749
2803
  {
2750
- "name": "variant",
2751
- "description": "Default: outlined\n\nVariants of Input"
2804
+ "name": "ok-button-props",
2805
+ "description": "Default: -\n\nThe ok button props"
2752
2806
  },
2753
2807
  {
2754
- "name": "classes",
2755
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2808
+ "name": "ok-text",
2809
+ "description": "Default: OK\n\nThe text of the Confirm button"
2756
2810
  },
2757
2811
  {
2758
- "name": "styles",
2759
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2812
+ "name": "ok-type",
2813
+ "description": "Default: primary\n\nButton type of the Confirm button"
2760
2814
  },
2761
2815
  {
2762
- "name": "size",
2763
- "description": "Default: -\n\n-"
2816
+ "name": "show-cancel",
2817
+ "description": "Default: true\n\nShow cancel button"
2764
2818
  },
2765
2819
  {
2766
- "name": "label-render",
2767
- "description": "Default: -\n\n-"
2820
+ "name": "title",
2821
+ "description": "Default: -\n\nThe title of the confirmation box"
2768
2822
  },
2769
2823
  {
2770
- "name": "allow-clear",
2771
- "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2824
+ "name": "description",
2825
+ "description": "Default: -\n\nThe description of the confirmation box"
2772
2826
  },
2773
2827
  {
2774
- "name": "disabled",
2775
- "description": "Default: -\n\n-"
2828
+ "name": "classes",
2829
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2830
+ },
2831
+ {
2832
+ "name": "styles",
2833
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2776
2834
  }
2777
2835
  ]
2778
2836
  },
@@ -2895,52 +2953,20 @@
2895
2953
  ]
2896
2954
  },
2897
2955
  {
2898
- "name": "a-popconfirm",
2899
- "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2956
+ "name": "a-popover",
2957
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2900
2958
  "attributes": [
2901
2959
  {
2902
- "name": "cancel-button-props",
2903
- "description": "Default: -\n\nThe cancel button props"
2960
+ "name": "title",
2961
+ "description": "Default: -\n\nTitle of the card"
2904
2962
  },
2905
2963
  {
2906
- "name": "cancel-text",
2907
- "description": "Default: Cancel\n\nThe text of the Cancel button"
2964
+ "name": "content",
2965
+ "description": "Default: -\n\nContent of the card"
2908
2966
  },
2909
2967
  {
2910
- "name": "disabled",
2911
- "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2912
- },
2913
- {
2914
- "name": "icon",
2915
- "description": "Default: -\n\nCustomize icon of confirmation"
2916
- },
2917
- {
2918
- "name": "ok-button-props",
2919
- "description": "Default: -\n\nThe ok button props"
2920
- },
2921
- {
2922
- "name": "ok-text",
2923
- "description": "Default: OK\n\nThe text of the Confirm button"
2924
- },
2925
- {
2926
- "name": "ok-type",
2927
- "description": "Default: primary\n\nButton type of the Confirm button"
2928
- },
2929
- {
2930
- "name": "show-cancel",
2931
- "description": "Default: true\n\nShow cancel button"
2932
- },
2933
- {
2934
- "name": "title",
2935
- "description": "Default: -\n\nThe title of the confirmation box"
2936
- },
2937
- {
2938
- "name": "description",
2939
- "description": "Default: -\n\nThe description of the confirmation box"
2940
- },
2941
- {
2942
- "name": "classes",
2943
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2968
+ "name": "classes",
2969
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2944
2970
  },
2945
2971
  {
2946
2972
  "name": "styles",
@@ -3018,72 +3044,6 @@
3018
3044
  }
3019
3045
  ]
3020
3046
  },
3021
- {
3022
- "name": "a-qrcode",
3023
- "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3024
- "attributes": [
3025
- {
3026
- "name": "value",
3027
- "description": "Default: -\n\nscanned text"
3028
- },
3029
- {
3030
- "name": "type",
3031
- "description": "Default: canvas\n\nrender type"
3032
- },
3033
- {
3034
- "name": "icon",
3035
- "description": "Default: -\n\ninclude image url (only image link are supported)"
3036
- },
3037
- {
3038
- "name": "size",
3039
- "description": "Default: 160\n\nQRCode size"
3040
- },
3041
- {
3042
- "name": "icon-size",
3043
- "description": "Default: 40\n\ninclude image size"
3044
- },
3045
- {
3046
- "name": "color",
3047
- "description": "Default: #000\n\nQRCode Color"
3048
- },
3049
- {
3050
- "name": "classes",
3051
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3052
- },
3053
- {
3054
- "name": "bg-color",
3055
- "description": "Default: transparent\n\nQRCode Background Color"
3056
- },
3057
- {
3058
- "name": "margin-size",
3059
- "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3060
- },
3061
- {
3062
- "name": "bordered",
3063
- "description": "Default: true\n\nWhether has border style"
3064
- },
3065
- {
3066
- "name": "error-level",
3067
- "description": "Default: 'M'\n\nError Code Level"
3068
- },
3069
- {
3070
- "name": "boost-level",
3071
- "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3072
- },
3073
- {
3074
- "name": "status",
3075
- "description": "Default: 'active'\n\nQRCode status"
3076
- },
3077
- {
3078
- "name": "status-render",
3079
- "description": "Default: -\n\ncustom status render"
3080
- },
3081
- {
3082
- "name": "styles",
3083
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3084
- }
3085
- ]
3086
- },
3087
3047
  {
3088
3048
  "name": "a-radio/radio-button",
3089
3049
  "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
@@ -3168,6 +3128,72 @@
3168
3128
  }
3169
3129
  ]
3170
3130
  },
3131
+ {
3132
+ "name": "a-qrcode",
3133
+ "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3134
+ "attributes": [
3135
+ {
3136
+ "name": "value",
3137
+ "description": "Default: -\n\nscanned text"
3138
+ },
3139
+ {
3140
+ "name": "type",
3141
+ "description": "Default: canvas\n\nrender type"
3142
+ },
3143
+ {
3144
+ "name": "icon",
3145
+ "description": "Default: -\n\ninclude image url (only image link are supported)"
3146
+ },
3147
+ {
3148
+ "name": "size",
3149
+ "description": "Default: 160\n\nQRCode size"
3150
+ },
3151
+ {
3152
+ "name": "icon-size",
3153
+ "description": "Default: 40\n\ninclude image size"
3154
+ },
3155
+ {
3156
+ "name": "color",
3157
+ "description": "Default: #000\n\nQRCode Color"
3158
+ },
3159
+ {
3160
+ "name": "classes",
3161
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3162
+ },
3163
+ {
3164
+ "name": "bg-color",
3165
+ "description": "Default: transparent\n\nQRCode Background Color"
3166
+ },
3167
+ {
3168
+ "name": "margin-size",
3169
+ "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3170
+ },
3171
+ {
3172
+ "name": "bordered",
3173
+ "description": "Default: true\n\nWhether has border style"
3174
+ },
3175
+ {
3176
+ "name": "error-level",
3177
+ "description": "Default: 'M'\n\nError Code Level"
3178
+ },
3179
+ {
3180
+ "name": "boost-level",
3181
+ "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3182
+ },
3183
+ {
3184
+ "name": "status",
3185
+ "description": "Default: 'active'\n\nQRCode status"
3186
+ },
3187
+ {
3188
+ "name": "status-render",
3189
+ "description": "Default: -\n\ncustom status render"
3190
+ },
3191
+ {
3192
+ "name": "styles",
3193
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3194
+ }
3195
+ ]
3196
+ },
3171
3197
  {
3172
3198
  "name": "a-rate",
3173
3199
  "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
@@ -3253,99 +3279,213 @@
3253
3279
  ]
3254
3280
  },
3255
3281
  {
3256
- "name": "a-segmented",
3257
- "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3282
+ "name": "a-select",
3283
+ "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
3258
3284
  "attributes": [
3259
3285
  {
3260
- "name": "block",
3261
- "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3286
+ "name": "allow-clear",
3287
+ "description": "Default: false\n\nShow clear button"
3288
+ },
3289
+ {
3290
+ "name": "auto-clear-search-value",
3291
+ "description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
3262
3292
  },
3263
3293
  {
3264
3294
  "name": "classes",
3265
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3295
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3266
3296
  },
3267
3297
  {
3268
- "name": "default-value",
3269
- "description": "Default: -\n\nDefault selected value"
3298
+ "name": "default-active-first-option",
3299
+ "description": "Default: true\n\nWhether active first option by default"
3270
3300
  },
3271
3301
  {
3272
3302
  "name": "disabled",
3273
- "description": "Default: false\n\nDisable all segments"
3303
+ "description": "Default: false\n\nWhether disabled select"
3274
3304
  },
3275
3305
  {
3276
- "name": "options",
3277
- "description": "Default: []\n\nSet children optional"
3306
+ "name": "dropdown-class-name",
3307
+ "description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
3278
3308
  },
3279
3309
  {
3280
- "name": "orientation",
3281
- "description": "Default: horizontal\n\nOrientation"
3310
+ "name": "dropdown-match-select-width",
3311
+ "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
3282
3312
  },
3283
3313
  {
3284
- "name": "size",
3285
- "description": "Default: middle\n\nThe size of the Segmented."
3314
+ "name": "dropdown-render",
3315
+ "description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
3286
3316
  },
3287
3317
  {
3288
- "name": "styles",
3289
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3318
+ "name": "dropdown-style",
3319
+ "description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
3290
3320
  },
3291
3321
  {
3292
- "name": "vertical",
3293
- "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3322
+ "name": "field-names",
3323
+ "description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
3294
3324
  },
3295
3325
  {
3296
- "name": "value",
3297
- "description": "Default: -\n\nCurrently selected value, support v-model:value"
3326
+ "name": "filter-option",
3327
+ "description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
3298
3328
  },
3299
3329
  {
3300
- "name": "shape",
3301
- "description": "Default: default\n\nshape of Segmented"
3330
+ "name": "filter-sort",
3331
+ "description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
3302
3332
  },
3303
3333
  {
3304
- "name": "name",
3305
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3306
- }
3307
- ]
3308
- },
3309
- {
3310
- "name": "a-popover",
3311
- "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
3312
- "attributes": [
3313
- {
3314
- "name": "title",
3315
- "description": "Default: -\n\nTitle of the card"
3334
+ "name": "get-popup-container",
3335
+ "description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative"
3316
3336
  },
3317
3337
  {
3318
- "name": "content",
3319
- "description": "Default: -\n\nContent of the card"
3338
+ "name": "label-in-value",
3339
+ "description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
3320
3340
  },
3321
3341
  {
3322
- "name": "classes",
3323
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3342
+ "name": "list-height",
3343
+ "description": "Default: 256\n\nConfig popup height"
3324
3344
  },
3325
3345
  {
3326
- "name": "styles",
3327
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3328
- }
3329
- ]
3330
- },
3331
- {
3332
- "name": "a-skeleton",
3333
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3334
- "attributes": [
3346
+ "name": "loading",
3347
+ "description": "Default: false\n\nIndicate loading state"
3348
+ },
3335
3349
  {
3336
- "name": "active",
3337
- "description": "Default: false\n\nShow animation effect"
3350
+ "name": "max-count",
3351
+ "description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
3338
3352
  },
3339
3353
  {
3340
- "name": "avatar",
3341
- "description": "Default: false\n\nShow avatar placeholder"
3354
+ "name": "max-tag-count",
3355
+ "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
3342
3356
  },
3343
3357
  {
3344
- "name": "loading",
3345
- "description": "Default: -\n\nDisplay the skeleton when true"
3358
+ "name": "max-tag-placeholder",
3359
+ "description": "Default: -\n\nPlaceholder for not showing tags"
3346
3360
  },
3347
3361
  {
3348
- "name": "paragraph",
3362
+ "name": "max-tag-text-length",
3363
+ "description": "Default: -\n\nMax tag text length to show"
3364
+ },
3365
+ {
3366
+ "name": "menu-item-selected-icon",
3367
+ "description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
3368
+ },
3369
+ {
3370
+ "name": "mode",
3371
+ "description": "Default: -\n\nSet mode of Select"
3372
+ },
3373
+ {
3374
+ "name": "not-found-content",
3375
+ "description": "Default: Not Found\n\nSpecify content to show when no result matches"
3376
+ },
3377
+ {
3378
+ "name": "open",
3379
+ "description": "Default: -\n\nControlled open state of dropdown"
3380
+ },
3381
+ {
3382
+ "name": "option-filter-prop",
3383
+ "description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
3384
+ },
3385
+ {
3386
+ "name": "options",
3387
+ "description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
3388
+ },
3389
+ {
3390
+ "name": "option-render",
3391
+ "description": "Default: -\n\nCustomize the rendering dropdown options"
3392
+ },
3393
+ {
3394
+ "name": "placeholder",
3395
+ "description": "Default: -\n\nThe placeholder of select"
3396
+ },
3397
+ {
3398
+ "name": "placement",
3399
+ "description": "Default: bottomLeft\n\nThe position where the selection box pops up"
3400
+ },
3401
+ {
3402
+ "name": "popup-class-name",
3403
+ "description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
3404
+ },
3405
+ {
3406
+ "name": "popup-match-select-width",
3407
+ "description": "Default: true\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"
3408
+ },
3409
+ {
3410
+ "name": "popup-render",
3411
+ "description": "Default: -\n\nCustomize dropdown content"
3412
+ },
3413
+ {
3414
+ "name": "prefix",
3415
+ "description": "Default: -\n\nThe custom prefix"
3416
+ },
3417
+ {
3418
+ "name": "remove-icon",
3419
+ "description": "Default: -\n\nThe custom remove icon"
3420
+ },
3421
+ {
3422
+ "name": "search-value",
3423
+ "description": "Default: -\n\nThe current input \"search\" text"
3424
+ },
3425
+ {
3426
+ "name": "show-search",
3427
+ "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3428
+ },
3429
+ {
3430
+ "name": "size",
3431
+ "description": "Default: -\n\nSize of Select input"
3432
+ },
3433
+ {
3434
+ "name": "status",
3435
+ "description": "Default: -\n\nSet validation status"
3436
+ },
3437
+ {
3438
+ "name": "styles",
3439
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3440
+ },
3441
+ {
3442
+ "name": "suffix-icon",
3443
+ "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3444
+ },
3445
+ {
3446
+ "name": "tag-render",
3447
+ "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3448
+ },
3449
+ {
3450
+ "name": "label-render",
3451
+ "description": "Default: -\n\nCustomize selected label render"
3452
+ },
3453
+ {
3454
+ "name": "token-separators",
3455
+ "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3456
+ },
3457
+ {
3458
+ "name": "value",
3459
+ "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3460
+ },
3461
+ {
3462
+ "name": "variant",
3463
+ "description": "Default: outlined\n\nVariants of selector"
3464
+ },
3465
+ {
3466
+ "name": "virtual",
3467
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
3468
+ }
3469
+ ]
3470
+ },
3471
+ {
3472
+ "name": "a-skeleton",
3473
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3474
+ "attributes": [
3475
+ {
3476
+ "name": "active",
3477
+ "description": "Default: false\n\nShow animation effect"
3478
+ },
3479
+ {
3480
+ "name": "avatar",
3481
+ "description": "Default: false\n\nShow avatar placeholder"
3482
+ },
3483
+ {
3484
+ "name": "loading",
3485
+ "description": "Default: -\n\nDisplay the skeleton when true"
3486
+ },
3487
+ {
3488
+ "name": "paragraph",
3349
3489
  "description": "Default: true\n\nShow paragraph placeholder"
3350
3490
  },
3351
3491
  {
@@ -3504,196 +3644,6 @@
3504
3644
  }
3505
3645
  ]
3506
3646
  },
3507
- {
3508
- "name": "a-select",
3509
- "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
3510
- "attributes": [
3511
- {
3512
- "name": "allow-clear",
3513
- "description": "Default: false\n\nShow clear button"
3514
- },
3515
- {
3516
- "name": "auto-clear-search-value",
3517
- "description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
3518
- },
3519
- {
3520
- "name": "classes",
3521
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3522
- },
3523
- {
3524
- "name": "default-active-first-option",
3525
- "description": "Default: true\n\nWhether active first option by default"
3526
- },
3527
- {
3528
- "name": "disabled",
3529
- "description": "Default: false\n\nWhether disabled select"
3530
- },
3531
- {
3532
- "name": "dropdown-class-name",
3533
- "description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
3534
- },
3535
- {
3536
- "name": "dropdown-match-select-width",
3537
- "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
3538
- },
3539
- {
3540
- "name": "dropdown-render",
3541
- "description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
3542
- },
3543
- {
3544
- "name": "dropdown-style",
3545
- "description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
3546
- },
3547
- {
3548
- "name": "field-names",
3549
- "description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
3550
- },
3551
- {
3552
- "name": "filter-option",
3553
- "description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
3554
- },
3555
- {
3556
- "name": "filter-sort",
3557
- "description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
3558
- },
3559
- {
3560
- "name": "get-popup-container",
3561
- "description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative"
3562
- },
3563
- {
3564
- "name": "label-in-value",
3565
- "description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
3566
- },
3567
- {
3568
- "name": "list-height",
3569
- "description": "Default: 256\n\nConfig popup height"
3570
- },
3571
- {
3572
- "name": "loading",
3573
- "description": "Default: false\n\nIndicate loading state"
3574
- },
3575
- {
3576
- "name": "max-count",
3577
- "description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
3578
- },
3579
- {
3580
- "name": "max-tag-count",
3581
- "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
3582
- },
3583
- {
3584
- "name": "max-tag-placeholder",
3585
- "description": "Default: -\n\nPlaceholder for not showing tags"
3586
- },
3587
- {
3588
- "name": "max-tag-text-length",
3589
- "description": "Default: -\n\nMax tag text length to show"
3590
- },
3591
- {
3592
- "name": "menu-item-selected-icon",
3593
- "description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
3594
- },
3595
- {
3596
- "name": "mode",
3597
- "description": "Default: -\n\nSet mode of Select"
3598
- },
3599
- {
3600
- "name": "not-found-content",
3601
- "description": "Default: Not Found\n\nSpecify content to show when no result matches"
3602
- },
3603
- {
3604
- "name": "open",
3605
- "description": "Default: -\n\nControlled open state of dropdown"
3606
- },
3607
- {
3608
- "name": "option-filter-prop",
3609
- "description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
3610
- },
3611
- {
3612
- "name": "options",
3613
- "description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
3614
- },
3615
- {
3616
- "name": "option-render",
3617
- "description": "Default: -\n\nCustomize the rendering dropdown options"
3618
- },
3619
- {
3620
- "name": "placeholder",
3621
- "description": "Default: -\n\nThe placeholder of select"
3622
- },
3623
- {
3624
- "name": "placement",
3625
- "description": "Default: bottomLeft\n\nThe position where the selection box pops up"
3626
- },
3627
- {
3628
- "name": "popup-class-name",
3629
- "description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
3630
- },
3631
- {
3632
- "name": "popup-match-select-width",
3633
- "description": "Default: true\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"
3634
- },
3635
- {
3636
- "name": "popup-render",
3637
- "description": "Default: -\n\nCustomize dropdown content"
3638
- },
3639
- {
3640
- "name": "prefix",
3641
- "description": "Default: -\n\nThe custom prefix"
3642
- },
3643
- {
3644
- "name": "remove-icon",
3645
- "description": "Default: -\n\nThe custom remove icon"
3646
- },
3647
- {
3648
- "name": "search-value",
3649
- "description": "Default: -\n\nThe current input \"search\" text"
3650
- },
3651
- {
3652
- "name": "show-search",
3653
- "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3654
- },
3655
- {
3656
- "name": "size",
3657
- "description": "Default: -\n\nSize of Select input"
3658
- },
3659
- {
3660
- "name": "status",
3661
- "description": "Default: -\n\nSet validation status"
3662
- },
3663
- {
3664
- "name": "styles",
3665
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3666
- },
3667
- {
3668
- "name": "suffix-icon",
3669
- "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3670
- },
3671
- {
3672
- "name": "tag-render",
3673
- "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3674
- },
3675
- {
3676
- "name": "label-render",
3677
- "description": "Default: -\n\nCustomize selected label render"
3678
- },
3679
- {
3680
- "name": "token-separators",
3681
- "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3682
- },
3683
- {
3684
- "name": "value",
3685
- "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3686
- },
3687
- {
3688
- "name": "variant",
3689
- "description": "Default: outlined\n\nVariants of selector"
3690
- },
3691
- {
3692
- "name": "virtual",
3693
- "description": "Default: true\n\nDisable virtual scroll when set to false"
3694
- }
3695
- ]
3696
- },
3697
3647
  {
3698
3648
  "name": "a-slider",
3699
3649
  "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
@@ -3769,56 +3719,67 @@
3769
3719
  ]
3770
3720
  },
3771
3721
  {
3772
- "name": "a-spin",
3773
- "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3722
+ "name": "a-space",
3723
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3774
3724
  "attributes": [
3775
3725
  {
3776
- "name": "spinning",
3777
- "description": "Default: true\n\nWhether Spin is visible"
3726
+ "name": "align",
3727
+ "description": "Default: -\n\nAlign items"
3778
3728
  },
3779
3729
  {
3780
- "name": "size",
3781
- "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3730
+ "name": "classes",
3731
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3782
3732
  },
3783
3733
  {
3784
- "name": "~~tip~~",
3785
- "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3734
+ "name": "orientation",
3735
+ "description": "Default: horizontal\n\nThe space direction"
3786
3736
  },
3787
3737
  {
3788
- "name": "description",
3789
- "description": "Default: -\n\nCustomize description content"
3738
+ "name": "separator",
3739
+ "description": "Default: -\n\nSet separator"
3790
3740
  },
3791
3741
  {
3792
- "name": "delay",
3793
- "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3742
+ "name": "size",
3743
+ "description": "Default: small\n\nThe space size"
3794
3744
  },
3795
3745
  {
3796
- "name": "wrapper-class-name",
3797
- "description": "Default: -\n\nThe className of wrapper when Spin has children"
3746
+ "name": "styles",
3747
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3798
3748
  },
3799
3749
  {
3800
- "name": "indicator",
3801
- "description": "Default: -\n\nThe node of the spinning indicator"
3750
+ "name": "vertical",
3751
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3802
3752
  },
3803
3753
  {
3804
- "name": "fullscreen",
3805
- "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3806
- },
3754
+ "name": "wrap",
3755
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3756
+ }
3757
+ ]
3758
+ },
3759
+ {
3760
+ "name": "a-size",
3761
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3762
+ "attributes": []
3763
+ },
3764
+ {
3765
+ "name": "a-space-compact",
3766
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3767
+ "attributes": [
3807
3768
  {
3808
- "name": "percent",
3809
- "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3769
+ "name": "block",
3770
+ "description": "Default: false\n\nOption to fit width to its parent's width"
3810
3771
  },
3811
3772
  {
3812
- "name": "root-class",
3813
- "description": "Default: -\n\nRoot container class"
3773
+ "name": "orientation",
3774
+ "description": "Default: horizontal\n\nSet direction of layout"
3814
3775
  },
3815
3776
  {
3816
- "name": "classes",
3817
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3777
+ "name": "size",
3778
+ "description": "Default: middle\n\nSet child component size"
3818
3779
  },
3819
3780
  {
3820
- "name": "styles",
3821
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3781
+ "name": "vertical",
3782
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3822
3783
  }
3823
3784
  ]
3824
3785
  },
@@ -3887,67 +3848,56 @@
3887
3848
  ]
3888
3849
  },
3889
3850
  {
3890
- "name": "a-space",
3891
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3851
+ "name": "a-spin",
3852
+ "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3892
3853
  "attributes": [
3893
3854
  {
3894
- "name": "align",
3895
- "description": "Default: -\n\nAlign items"
3855
+ "name": "spinning",
3856
+ "description": "Default: true\n\nWhether Spin is visible"
3896
3857
  },
3897
3858
  {
3898
- "name": "classes",
3899
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3859
+ "name": "size",
3860
+ "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3900
3861
  },
3901
3862
  {
3902
- "name": "orientation",
3903
- "description": "Default: horizontal\n\nThe space direction"
3863
+ "name": "~~tip~~",
3864
+ "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3904
3865
  },
3905
3866
  {
3906
- "name": "separator",
3907
- "description": "Default: -\n\nSet separator"
3867
+ "name": "description",
3868
+ "description": "Default: -\n\nCustomize description content"
3908
3869
  },
3909
3870
  {
3910
- "name": "size",
3911
- "description": "Default: small\n\nThe space size"
3871
+ "name": "delay",
3872
+ "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3912
3873
  },
3913
3874
  {
3914
- "name": "styles",
3915
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3875
+ "name": "wrapper-class-name",
3876
+ "description": "Default: -\n\nThe className of wrapper when Spin has children"
3916
3877
  },
3917
3878
  {
3918
- "name": "vertical",
3919
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3879
+ "name": "indicator",
3880
+ "description": "Default: -\n\nThe node of the spinning indicator"
3920
3881
  },
3921
3882
  {
3922
- "name": "wrap",
3923
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3924
- }
3925
- ]
3926
- },
3927
- {
3928
- "name": "a-size",
3929
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3930
- "attributes": []
3931
- },
3932
- {
3933
- "name": "a-space-compact",
3934
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3935
- "attributes": [
3883
+ "name": "fullscreen",
3884
+ "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3885
+ },
3936
3886
  {
3937
- "name": "block",
3938
- "description": "Default: false\n\nOption to fit width to its parent's width"
3887
+ "name": "percent",
3888
+ "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3939
3889
  },
3940
3890
  {
3941
- "name": "orientation",
3942
- "description": "Default: horizontal\n\nSet direction of layout"
3891
+ "name": "root-class",
3892
+ "description": "Default: -\n\nRoot container class"
3943
3893
  },
3944
3894
  {
3945
- "name": "size",
3946
- "description": "Default: middle\n\nSet child component size"
3895
+ "name": "classes",
3896
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3947
3897
  },
3948
3898
  {
3949
- "name": "vertical",
3950
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3899
+ "name": "styles",
3900
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3951
3901
  }
3952
3902
  ]
3953
3903
  },
@@ -4139,114 +4089,157 @@
4139
4089
  ]
4140
4090
  },
4141
4091
  {
4142
- "name": "a-tag",
4143
- "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
4092
+ "name": "a-segmented",
4093
+ "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
4144
4094
  "attributes": [
4145
4095
  {
4146
- "name": "closable",
4147
- "description": "Default: false\n\nWhether the Tag can be closed"
4096
+ "name": "block",
4097
+ "description": "Default: false\n\nOption to fit width to its parent\\'s width"
4148
4098
  },
4149
4099
  {
4150
- "name": "close-icon",
4151
- "description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
4100
+ "name": "classes",
4101
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
4152
4102
  },
4153
4103
  {
4154
- "name": "color",
4155
- "description": "Default: -\n\nColor of the Tag"
4104
+ "name": "default-value",
4105
+ "description": "Default: -\n\nDefault selected value"
4156
4106
  },
4157
4107
  {
4158
- "name": "classes",
4159
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4108
+ "name": "disabled",
4109
+ "description": "Default: false\n\nDisable all segments"
4160
4110
  },
4161
4111
  {
4162
- "name": "disabled",
4163
- "description": "Default: false\n\nWhether the tag is disabled"
4112
+ "name": "options",
4113
+ "description": "Default: []\n\nSet children optional"
4164
4114
  },
4165
4115
  {
4166
- "name": "href",
4167
- "description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
4116
+ "name": "orientation",
4117
+ "description": "Default: horizontal\n\nOrientation"
4168
4118
  },
4169
4119
  {
4170
- "name": "icon",
4171
- "description": "Default: -\n\nSet the icon of tag"
4120
+ "name": "size",
4121
+ "description": "Default: middle\n\nThe size of the Segmented."
4172
4122
  },
4173
4123
  {
4174
4124
  "name": "styles",
4175
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4125
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
4176
4126
  },
4177
4127
  {
4178
- "name": "target",
4179
- "description": "Default: -\n\nSame as target attribute of , works when href is specified"
4128
+ "name": "vertical",
4129
+ "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
4180
4130
  },
4181
4131
  {
4182
- "name": "variant",
4183
- "description": "Default: filled\n\nVariant of the tag"
4184
- }
4185
- ]
4186
- },
4187
- {
4188
- "name": "a-checkable-tag",
4189
- "description": "Used for marking and categorization.",
4190
- "attributes": [
4132
+ "name": "value",
4133
+ "description": "Default: -\n\nCurrently selected value, support v-model:value"
4134
+ },
4191
4135
  {
4192
- "name": "checked",
4193
- "description": "Default: false\n\nChecked status of Tag. This is a controlled component"
4136
+ "name": "shape",
4137
+ "description": "Default: default\n\nshape of Segmented"
4194
4138
  },
4195
4139
  {
4196
- "name": "icon",
4197
- "description": "Default: -\n\nSet the icon of tag"
4140
+ "name": "name",
4141
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
4198
4142
  }
4199
4143
  ]
4200
4144
  },
4201
4145
  {
4202
- "name": "a-checkable-tag-group",
4203
- "description": "Used for marking and categorization.",
4146
+ "name": "a-table",
4147
+ "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4204
4148
  "attributes": [
4149
+ {
4150
+ "name": "bordered",
4151
+ "description": "Default: false\n\nWhether to show all table borders"
4152
+ },
4205
4153
  {
4206
4154
  "name": "classes",
4207
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4155
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4208
4156
  },
4209
4157
  {
4210
- "name": "default-value",
4211
- "description": "Default: -\n\nInitial value"
4158
+ "name": "columns",
4159
+ "description": "Default: -\n\nColumns of table"
4212
4160
  },
4213
4161
  {
4214
- "name": "disabled",
4215
- "description": "Default: false\n\nDisable check/uncheck"
4162
+ "name": "data-source",
4163
+ "description": "Default: -\n\nData record array to be displayed"
4216
4164
  },
4217
4165
  {
4218
- "name": "multiple",
4219
- "description": "Default: false\n\nMultiple select mode"
4166
+ "name": "expandable",
4167
+ "description": "Default: -\n\nConfig expandable content"
4220
4168
  },
4221
4169
  {
4222
- "name": "options",
4223
- "description": "Default: -\n\nOption list"
4170
+ "name": "get-popup-container",
4171
+ "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4172
+ },
4173
+ {
4174
+ "name": "loading",
4175
+ "description": "Default: false\n\nLoading status of table"
4176
+ },
4177
+ {
4178
+ "name": "locale",
4179
+ "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4180
+ },
4181
+ {
4182
+ "name": "pagination",
4183
+ "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4184
+ },
4185
+ {
4186
+ "name": "row-class-name",
4187
+ "description": "Default: -\n\nRow's className"
4188
+ },
4189
+ {
4190
+ "name": "row-key",
4191
+ "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4192
+ },
4193
+ {
4194
+ "name": "row-selection",
4195
+ "description": "Default: -\n\nRow selection config"
4196
+ },
4197
+ {
4198
+ "name": "row-hoverable",
4199
+ "description": "Default: true\n\nRow hover"
4200
+ },
4201
+ {
4202
+ "name": "scroll",
4203
+ "description": "Default: -\n\nWhether the table can be scrollable, config"
4204
+ },
4205
+ {
4206
+ "name": "show-header",
4207
+ "description": "Default: true\n\nWhether to show table header"
4208
+ },
4209
+ {
4210
+ "name": "show-sorter-tooltip",
4211
+ "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"
4212
+ },
4213
+ {
4214
+ "name": "size",
4215
+ "description": "Default: large\n\nSize of table"
4216
+ },
4217
+ {
4218
+ "name": "sort-directions",
4219
+ "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4220
+ },
4221
+ {
4222
+ "name": "sticky",
4223
+ "description": "Default: -\n\nSet sticky header and scroll bar"
4224
4224
  },
4225
4225
  {
4226
4226
  "name": "styles",
4227
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4227
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4228
4228
  },
4229
4229
  {
4230
- "name": "value",
4231
- "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4230
+ "name": "table-layout",
4231
+ "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4232
+ },
4233
+ {
4234
+ "name": "dropdown-prefix-cls",
4235
+ "description": "Default: -\n\n-"
4236
+ },
4237
+ {
4238
+ "name": "virtual",
4239
+ "description": "Default: -\n\nSupport virtual list"
4232
4240
  }
4233
4241
  ]
4234
4242
  },
4235
- {
4236
- "name": "a-tag-checkable-tag",
4237
- "description": "进行标记和分类的小标签。",
4238
- "attributes": []
4239
- },
4240
- {
4241
- "name": "a-tag-checkable-tag-group",
4242
- "description": "进行标记和分类的小标签。",
4243
- "attributes": []
4244
- },
4245
- {
4246
- "name": "a-time-picker",
4247
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4248
- "attributes": []
4249
- },
4250
4243
  {
4251
4244
  "name": "a-tabs",
4252
4245
  "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
@@ -4308,35 +4301,139 @@
4308
4301
  "description": "Default: middle\n\nPreset tab bar size"
4309
4302
  },
4310
4303
  {
4311
- "name": "styles",
4312
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4304
+ "name": "styles",
4305
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4306
+ },
4307
+ {
4308
+ "name": "tab-bar-extra-content",
4309
+ "description": "Default: -\n\nExtra content in tab bar"
4310
+ },
4311
+ {
4312
+ "name": "tab-bar-gutter",
4313
+ "description": "Default: -\n\nThe gap between tabs"
4314
+ },
4315
+ {
4316
+ "name": "tab-bar-style",
4317
+ "description": "Default: -\n\nTab bar style object"
4318
+ },
4319
+ {
4320
+ "name": "tab-placement",
4321
+ "description": "Default: top\n\nPlacement of tabs"
4322
+ },
4323
+ {
4324
+ "name": "destroy-on-hidden",
4325
+ "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4326
+ },
4327
+ {
4328
+ "name": "type",
4329
+ "description": "Default: line\n\nBasic style of tabs"
4330
+ }
4331
+ ]
4332
+ },
4333
+ {
4334
+ "name": "a-tag",
4335
+ "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
4336
+ "attributes": [
4337
+ {
4338
+ "name": "closable",
4339
+ "description": "Default: false\n\nWhether the Tag can be closed"
4340
+ },
4341
+ {
4342
+ "name": "close-icon",
4343
+ "description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
4344
+ },
4345
+ {
4346
+ "name": "color",
4347
+ "description": "Default: -\n\nColor of the Tag"
4348
+ },
4349
+ {
4350
+ "name": "classes",
4351
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4352
+ },
4353
+ {
4354
+ "name": "disabled",
4355
+ "description": "Default: false\n\nWhether the tag is disabled"
4356
+ },
4357
+ {
4358
+ "name": "href",
4359
+ "description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
4360
+ },
4361
+ {
4362
+ "name": "icon",
4363
+ "description": "Default: -\n\nSet the icon of tag"
4364
+ },
4365
+ {
4366
+ "name": "styles",
4367
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4368
+ },
4369
+ {
4370
+ "name": "target",
4371
+ "description": "Default: -\n\nSame as target attribute of , works when href is specified"
4372
+ },
4373
+ {
4374
+ "name": "variant",
4375
+ "description": "Default: filled\n\nVariant of the tag"
4376
+ }
4377
+ ]
4378
+ },
4379
+ {
4380
+ "name": "a-checkable-tag",
4381
+ "description": "Used for marking and categorization.",
4382
+ "attributes": [
4383
+ {
4384
+ "name": "checked",
4385
+ "description": "Default: false\n\nChecked status of Tag. This is a controlled component"
4386
+ },
4387
+ {
4388
+ "name": "icon",
4389
+ "description": "Default: -\n\nSet the icon of tag"
4390
+ }
4391
+ ]
4392
+ },
4393
+ {
4394
+ "name": "a-checkable-tag-group",
4395
+ "description": "Used for marking and categorization.",
4396
+ "attributes": [
4397
+ {
4398
+ "name": "classes",
4399
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4313
4400
  },
4314
4401
  {
4315
- "name": "tab-bar-extra-content",
4316
- "description": "Default: -\n\nExtra content in tab bar"
4402
+ "name": "default-value",
4403
+ "description": "Default: -\n\nInitial value"
4317
4404
  },
4318
4405
  {
4319
- "name": "tab-bar-gutter",
4320
- "description": "Default: -\n\nThe gap between tabs"
4406
+ "name": "disabled",
4407
+ "description": "Default: false\n\nDisable check/uncheck"
4321
4408
  },
4322
4409
  {
4323
- "name": "tab-bar-style",
4324
- "description": "Default: -\n\nTab bar style object"
4410
+ "name": "multiple",
4411
+ "description": "Default: false\n\nMultiple select mode"
4325
4412
  },
4326
4413
  {
4327
- "name": "tab-placement",
4328
- "description": "Default: top\n\nPlacement of tabs"
4414
+ "name": "options",
4415
+ "description": "Default: -\n\nOption list"
4329
4416
  },
4330
4417
  {
4331
- "name": "destroy-on-hidden",
4332
- "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4418
+ "name": "styles",
4419
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4333
4420
  },
4334
4421
  {
4335
- "name": "type",
4336
- "description": "Default: line\n\nBasic style of tabs"
4422
+ "name": "value",
4423
+ "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4337
4424
  }
4338
4425
  ]
4339
4426
  },
4427
+ {
4428
+ "name": "a-tag-checkable-tag",
4429
+ "description": "进行标记和分类的小标签。",
4430
+ "attributes": []
4431
+ },
4432
+ {
4433
+ "name": "a-tag-checkable-tag-group",
4434
+ "description": "进行标记和分类的小标签。",
4435
+ "attributes": []
4436
+ },
4340
4437
  {
4341
4438
  "name": "a-timeline",
4342
4439
  "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
@@ -4840,159 +4937,10 @@
4840
4937
  ]
4841
4938
  },
4842
4939
  {
4843
- "name": "a-table",
4844
- "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4845
- "attributes": [
4846
- {
4847
- "name": "bordered",
4848
- "description": "Default: false\n\nWhether to show all table borders"
4849
- },
4850
- {
4851
- "name": "classes",
4852
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4853
- },
4854
- {
4855
- "name": "columns",
4856
- "description": "Default: -\n\nColumns of table"
4857
- },
4858
- {
4859
- "name": "data-source",
4860
- "description": "Default: -\n\nData record array to be displayed"
4861
- },
4862
- {
4863
- "name": "expandable",
4864
- "description": "Default: -\n\nConfig expandable content"
4865
- },
4866
- {
4867
- "name": "get-popup-container",
4868
- "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4869
- },
4870
- {
4871
- "name": "loading",
4872
- "description": "Default: false\n\nLoading status of table"
4873
- },
4874
- {
4875
- "name": "locale",
4876
- "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4877
- },
4878
- {
4879
- "name": "pagination",
4880
- "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4881
- },
4882
- {
4883
- "name": "row-class-name",
4884
- "description": "Default: -\n\nRow's className"
4885
- },
4886
- {
4887
- "name": "row-key",
4888
- "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4889
- },
4890
- {
4891
- "name": "row-selection",
4892
- "description": "Default: -\n\nRow selection config"
4893
- },
4894
- {
4895
- "name": "row-hoverable",
4896
- "description": "Default: true\n\nRow hover"
4897
- },
4898
- {
4899
- "name": "scroll",
4900
- "description": "Default: -\n\nWhether the table can be scrollable, config"
4901
- },
4902
- {
4903
- "name": "show-header",
4904
- "description": "Default: true\n\nWhether to show table header"
4905
- },
4906
- {
4907
- "name": "show-sorter-tooltip",
4908
- "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"
4909
- },
4910
- {
4911
- "name": "size",
4912
- "description": "Default: large\n\nSize of table"
4913
- },
4914
- {
4915
- "name": "sort-directions",
4916
- "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4917
- },
4918
- {
4919
- "name": "sticky",
4920
- "description": "Default: -\n\nSet sticky header and scroll bar"
4921
- },
4922
- {
4923
- "name": "styles",
4924
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4925
- },
4926
- {
4927
- "name": "table-layout",
4928
- "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4929
- },
4930
- {
4931
- "name": "dropdown-prefix-cls",
4932
- "description": "Default: -\n\n-"
4933
- },
4934
- {
4935
- "name": "virtual",
4936
- "description": "Default: -\n\nSupport virtual list"
4937
- }
4938
- ]
4939
- },
4940
- {
4941
- "name": "a-tree-select-props",
4942
- "description": "Tree selection control.",
4943
- "attributes": []
4944
- },
4945
- {
4946
- "name": "a-tree-select",
4947
- "description": "树型选择控件。",
4940
+ "name": "a-time-picker",
4941
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4948
4942
  "attributes": []
4949
4943
  },
4950
- {
4951
- "name": "a-watermark",
4952
- "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
4953
- "attributes": [
4954
- {
4955
- "name": "width",
4956
- "description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
4957
- },
4958
- {
4959
- "name": "height",
4960
- "description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
4961
- },
4962
- {
4963
- "name": "inherit",
4964
- "description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
4965
- },
4966
- {
4967
- "name": "rotate",
4968
- "description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
4969
- },
4970
- {
4971
- "name": "z-index",
4972
- "description": "Default: 9\n\nThe z-index of the appended watermark element"
4973
- },
4974
- {
4975
- "name": "image",
4976
- "description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
4977
- },
4978
- {
4979
- "name": "content",
4980
- "description": "Default: -\n\nWatermark text content"
4981
- },
4982
- {
4983
- "name": "font",
4984
- "description": "Default: Font\n\nText style"
4985
- },
4986
- {
4987
- "name": "gap",
4988
- "description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
4989
- },
4990
- {
4991
- "name": "offset",
4992
- "description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
4993
- }
4994
- ]
4995
- },
4996
4944
  {
4997
4945
  "name": "a-typography",
4998
4946
  "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
@@ -5287,6 +5235,62 @@
5287
5235
  }
5288
5236
  ]
5289
5237
  },
5238
+ {
5239
+ "name": "a-watermark",
5240
+ "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
5241
+ "attributes": [
5242
+ {
5243
+ "name": "width",
5244
+ "description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
5245
+ },
5246
+ {
5247
+ "name": "height",
5248
+ "description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
5249
+ },
5250
+ {
5251
+ "name": "inherit",
5252
+ "description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
5253
+ },
5254
+ {
5255
+ "name": "rotate",
5256
+ "description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
5257
+ },
5258
+ {
5259
+ "name": "z-index",
5260
+ "description": "Default: 9\n\nThe z-index of the appended watermark element"
5261
+ },
5262
+ {
5263
+ "name": "image",
5264
+ "description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
5265
+ },
5266
+ {
5267
+ "name": "content",
5268
+ "description": "Default: -\n\nWatermark text content"
5269
+ },
5270
+ {
5271
+ "name": "font",
5272
+ "description": "Default: Font\n\nText style"
5273
+ },
5274
+ {
5275
+ "name": "gap",
5276
+ "description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
5277
+ },
5278
+ {
5279
+ "name": "offset",
5280
+ "description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
5281
+ }
5282
+ ]
5283
+ },
5284
+ {
5285
+ "name": "a-tree-select-props",
5286
+ "description": "Tree selection control.",
5287
+ "attributes": []
5288
+ },
5289
+ {
5290
+ "name": "a-tree-select",
5291
+ "description": "树型选择控件。",
5292
+ "attributes": []
5293
+ },
5290
5294
  {
5291
5295
  "name": "a-menu-item",
5292
5296
  "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.",