antdv-next 1.3.3 → 1.3.4

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 (408) hide show
  1. package/dist/_util/ActionButton.d.ts +2 -2
  2. package/dist/_util/ContextIsolator.d.ts +3 -3
  3. package/dist/_util/hooks/useClosable.d.ts +2 -2
  4. package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
  5. package/dist/_util/hooks/useMergedMask.d.ts +3 -3
  6. package/dist/_util/instance.d.ts +2 -2
  7. package/dist/_util/is.d.ts +4 -0
  8. package/dist/_util/is.js +9 -0
  9. package/dist/_util/responsiveObserver.d.ts +2 -2
  10. package/dist/_util/statusUtils.d.ts +1 -1
  11. package/dist/_util/tools.d.ts +14 -1
  12. package/dist/_util/tools.js +29 -2
  13. package/dist/_util/vueNode.d.ts +2 -7
  14. package/dist/_util/wave/WaveEffect.d.ts +5 -5
  15. package/dist/_util/wave/index.d.ts +2 -2
  16. package/dist/_util/wave/style.d.ts +2 -2
  17. package/dist/_util/zindexContext.d.ts +2 -2
  18. package/dist/affix/index.d.ts +3 -3
  19. package/dist/affix/style/index.d.ts +2 -2
  20. package/dist/alert/Alert.d.ts +2 -2
  21. package/dist/alert/style/index.d.ts +2 -2
  22. package/dist/anchor/Anchor.d.ts +2 -2
  23. package/dist/anchor/AnchorLink.d.ts +2 -2
  24. package/dist/anchor/style/index.d.ts +2 -2
  25. package/dist/antd-with-locales.esm.js +12861 -12583
  26. package/dist/antd-with-locales.js +80 -80
  27. package/dist/antd.css +1 -1
  28. package/dist/antd.esm.js +10489 -10224
  29. package/dist/antd.js +77 -77
  30. package/dist/app/App.d.ts +2 -2
  31. package/dist/app/context.d.ts +2 -2
  32. package/dist/app/style/index.d.ts +2 -2
  33. package/dist/auto-complete/index.d.ts +5 -4
  34. package/dist/auto-complete/index.js +5 -13
  35. package/dist/avatar/Avatar.d.ts +2 -2
  36. package/dist/avatar/AvatarContext.d.ts +2 -2
  37. package/dist/avatar/AvatarGroup.d.ts +2 -2
  38. package/dist/avatar/style/index.d.ts +2 -2
  39. package/dist/badge/Ribbon.d.ts +2 -2
  40. package/dist/badge/ScrollNumber.d.ts +2 -2
  41. package/dist/badge/SingleNumber.d.ts +2 -2
  42. package/dist/badge/index.d.ts +3 -3
  43. package/dist/badge/style/index.d.ts +2 -2
  44. package/dist/badge/style/ribbon.d.ts +2 -2
  45. package/dist/border-beam/BorderBeam.d.ts +3 -3
  46. package/dist/border-beam/hooks/useBorderSize.d.ts +2 -2
  47. package/dist/border-beam/style/index.d.ts +2 -2
  48. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  49. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
  50. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  51. package/dist/breadcrumb/style/index.d.ts +2 -2
  52. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  53. package/dist/button/Button.d.ts +2 -2
  54. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  55. package/dist/button/IconWrapper.d.ts +2 -2
  56. package/dist/button/buttonHelper.d.ts +1 -1
  57. package/dist/button/style/compact.d.ts +4 -4
  58. package/dist/button/style/index.d.ts +2 -2
  59. package/dist/calendar/Header.d.ts +2 -2
  60. package/dist/calendar/generateCalendar.d.ts +2 -2
  61. package/dist/calendar/generateCalendar.js +3 -2
  62. package/dist/calendar/index.d.ts +2 -2
  63. package/dist/calendar/style/index.d.ts +2 -2
  64. package/dist/card/Card.d.ts +2 -2
  65. package/dist/card/CardGrid.d.ts +2 -2
  66. package/dist/card/CardMeta.d.ts +2 -2
  67. package/dist/card/style/index.d.ts +2 -2
  68. package/dist/carousel/index.d.ts +2 -2
  69. package/dist/carousel/style/index.d.ts +2 -2
  70. package/dist/cascader/Panel.d.ts +2 -2
  71. package/dist/cascader/hooks/useBase.d.ts +5 -5
  72. package/dist/cascader/index.d.ts +2 -2
  73. package/dist/cascader/style/index.d.ts +2 -2
  74. package/dist/cascader/style/panel.d.ts +2 -2
  75. package/dist/checkbox/Checkbox.d.ts +2 -2
  76. package/dist/checkbox/Group.d.ts +2 -2
  77. package/dist/checkbox/style/index.d.ts +4 -4
  78. package/dist/collapse/Collapse.d.ts +2 -2
  79. package/dist/collapse/Collapse.js +7 -2
  80. package/dist/collapse/CollapsePanel.d.ts +2 -2
  81. package/dist/collapse/style/index.d.ts +2 -2
  82. package/dist/color-picker/ColorPicker.d.ts +2 -2
  83. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  84. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  85. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  86. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  87. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  88. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  89. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  90. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  91. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  92. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  93. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  94. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  95. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  96. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  97. package/dist/color-picker/context.d.ts +3 -3
  98. package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
  99. package/dist/color-picker/style/index.d.ts +2 -2
  100. package/dist/components.d.ts +2 -1
  101. package/dist/components.js +4 -1
  102. package/dist/config-provider/DisabledContext.d.ts +2 -2
  103. package/dist/config-provider/SizeContext.d.ts +2 -2
  104. package/dist/config-provider/context.d.ts +15 -15
  105. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  106. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  107. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  108. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  109. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  110. package/dist/config-provider/index.d.ts +4 -4
  111. package/dist/date-picker/PickerButton.d.ts +2 -2
  112. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
  113. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
  114. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
  115. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  116. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  117. package/dist/date-picker/index.d.ts +13 -13
  118. package/dist/date-picker/style/index.d.ts +2 -2
  119. package/dist/date-picker/util.d.ts +3 -3
  120. package/dist/descriptions/Cell.d.ts +2 -2
  121. package/dist/descriptions/Cell.js +4 -1
  122. package/dist/descriptions/Item.d.ts +2 -2
  123. package/dist/descriptions/Row.d.ts +2 -2
  124. package/dist/descriptions/hooks/useItems.d.ts +10 -10
  125. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  126. package/dist/descriptions/index.d.ts +2 -2
  127. package/dist/descriptions/style/index.d.ts +2 -2
  128. package/dist/divider/index.d.ts +2 -2
  129. package/dist/divider/style/index.d.ts +2 -2
  130. package/dist/drawer/DrawerPanel.d.ts +2 -2
  131. package/dist/drawer/index.d.ts +3 -3
  132. package/dist/drawer/style/index.d.ts +2 -2
  133. package/dist/drawer/useFocusable.d.ts +2 -2
  134. package/dist/dropdown/dropdown.d.ts +2 -2
  135. package/dist/dropdown/style/index.d.ts +2 -2
  136. package/dist/empty/empty.d.ts +2 -2
  137. package/dist/empty/index.d.ts +5 -5
  138. package/dist/empty/simple.d.ts +2 -2
  139. package/dist/empty/style/index.d.ts +2 -2
  140. package/dist/flex/index.d.ts +2 -2
  141. package/dist/flex/style/index.d.ts +2 -2
  142. package/dist/float-button/BackTop.d.ts +2 -2
  143. package/dist/float-button/FloatButton.d.ts +2 -2
  144. package/dist/float-button/FloatButtonGroup.d.ts +2 -2
  145. package/dist/float-button/PurePanel.d.ts +2 -2
  146. package/dist/float-button/context.d.ts +3 -3
  147. package/dist/float-button/style/index.d.ts +2 -2
  148. package/dist/form/ErrorList.d.ts +2 -2
  149. package/dist/form/Form.d.ts +4 -4
  150. package/dist/form/Form.js +52 -9
  151. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  152. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  153. package/dist/form/FormItem/index.d.ts +2 -2
  154. package/dist/form/FormItem/index.js +11 -4
  155. package/dist/form/FormItemInput.d.ts +2 -2
  156. package/dist/form/FormItemLabel.d.ts +3 -3
  157. package/dist/form/context.d.ts +7 -6
  158. package/dist/form/hooks/useForm.d.ts +28 -1
  159. package/dist/form/hooks/useForm.js +60 -1
  160. package/dist/form/hooks/useVariant.d.ts +2 -2
  161. package/dist/form/index.d.ts +2 -1
  162. package/dist/form/index.js +4 -1
  163. package/dist/form/style/fallbackCmp.d.ts +4 -4
  164. package/dist/form/style/index.d.ts +2 -2
  165. package/dist/grid/col.d.ts +2 -2
  166. package/dist/grid/index.d.ts +2 -2
  167. package/dist/grid/row.d.ts +2 -2
  168. package/dist/grid/style/index.d.ts +3 -3
  169. package/dist/image/PreviewGroup.d.ts +12 -12
  170. package/dist/image/hooks/useMergedPreviewConfig.d.ts +2 -2
  171. package/dist/image/hooks/usePreviewConfig.d.ts +9 -9
  172. package/dist/image/index.d.ts +3 -3
  173. package/dist/image/style/index.d.ts +2 -2
  174. package/dist/index.d.ts +2 -1
  175. package/dist/index.js +2 -1
  176. package/dist/input/Group.d.ts +3 -3
  177. package/dist/input/Input.d.ts +2 -2
  178. package/dist/input/OTP/OTPInput.d.ts +3 -3
  179. package/dist/input/OTP/index.d.ts +2 -2
  180. package/dist/input/Password.d.ts +2 -2
  181. package/dist/input/Search.d.ts +2 -2
  182. package/dist/input/TextArea.d.ts +2 -2
  183. package/dist/input/index.d.ts +6 -6
  184. package/dist/input/style/index.d.ts +3 -3
  185. package/dist/input/style/otp.d.ts +2 -2
  186. package/dist/input/style/search.d.ts +2 -2
  187. package/dist/input/style/textarea.d.ts +2 -2
  188. package/dist/input-number/index.d.ts +2 -2
  189. package/dist/input-number/style/index.d.ts +2 -2
  190. package/dist/layout/Sider.d.ts +2 -2
  191. package/dist/layout/index.d.ts +5 -5
  192. package/dist/layout/layout.d.ts +5 -5
  193. package/dist/layout/style/index.d.ts +2 -2
  194. package/dist/layout/style/sider.d.ts +2 -2
  195. package/dist/locale/en_GB.js +12 -1
  196. package/dist/locale/index.d.ts +2 -2
  197. package/dist/locale/useLocale.d.ts +2 -2
  198. package/dist/masonry/Masonry.d.ts +3 -3
  199. package/dist/masonry/MasonryItem.d.ts +2 -2
  200. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  201. package/dist/masonry/style/index.d.ts +2 -2
  202. package/dist/mentions/index.d.ts +2 -2
  203. package/dist/mentions/style/index.d.ts +2 -2
  204. package/dist/menu/MenuContext.d.ts +3 -3
  205. package/dist/menu/MenuDivider.d.ts +2 -2
  206. package/dist/menu/MenuItem.d.ts +2 -2
  207. package/dist/menu/MenuItemGroup.d.ts +2 -2
  208. package/dist/menu/OverrideContext.d.ts +3 -3
  209. package/dist/menu/SubMenu.d.ts +2 -2
  210. package/dist/menu/index.d.ts +3 -3
  211. package/dist/menu/menu.d.ts +2 -2
  212. package/dist/menu/style/index.d.ts +2 -2
  213. package/dist/menu/style/vertical.js +3 -2
  214. package/dist/message/PureList.d.ts +3 -3
  215. package/dist/message/PurePanel.d.ts +3 -3
  216. package/dist/message/style/index.d.ts +5 -5
  217. package/dist/message/useMessage.d.ts +3 -3
  218. package/dist/modal/ConfirmDialog.d.ts +4 -4
  219. package/dist/modal/ConfirmDialog.js +15 -0
  220. package/dist/modal/Modal.d.ts +2 -2
  221. package/dist/modal/Modal.js +5 -0
  222. package/dist/modal/PurePanel.d.ts +2 -2
  223. package/dist/modal/PurePanel.js +5 -0
  224. package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
  225. package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
  226. package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
  227. package/dist/modal/components/NormalOkBtn.d.ts +2 -2
  228. package/dist/modal/confirm.js +5 -0
  229. package/dist/modal/shared.d.ts +4 -4
  230. package/dist/modal/style/confirm.d.ts +4 -4
  231. package/dist/modal/style/index.d.ts +2 -2
  232. package/dist/modal/useModal/HookModal.d.ts +3 -3
  233. package/dist/notification/PureList.d.ts +3 -3
  234. package/dist/notification/PurePanel.d.ts +3 -3
  235. package/dist/notification/style/index.d.ts +5 -5
  236. package/dist/notification/useNotification.d.ts +3 -3
  237. package/dist/notification/useNotification.js +3 -1
  238. package/dist/package.js +1 -1
  239. package/dist/pagination/Pagination.d.ts +2 -2
  240. package/dist/pagination/style/bordered.d.ts +4 -4
  241. package/dist/pagination/style/index.d.ts +2 -2
  242. package/dist/popconfirm/PurePanel.d.ts +3 -3
  243. package/dist/popconfirm/PurePanel.js +3 -2
  244. package/dist/popconfirm/index.d.ts +3 -3
  245. package/dist/popconfirm/index.js +3 -2
  246. package/dist/popconfirm/style/index.d.ts +2 -2
  247. package/dist/popover/PurePanel.d.ts +4 -4
  248. package/dist/popover/PurePanel.js +4 -3
  249. package/dist/popover/index.d.ts +2 -2
  250. package/dist/popover/index.js +2 -1
  251. package/dist/popover/style/index.d.ts +2 -2
  252. package/dist/progress/Circle.d.ts +3 -3
  253. package/dist/progress/Line.d.ts +3 -3
  254. package/dist/progress/Steps.d.ts +2 -2
  255. package/dist/progress/progress.d.ts +2 -2
  256. package/dist/progress/style/index.d.ts +2 -2
  257. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  258. package/dist/qrcode/index.d.ts +2 -2
  259. package/dist/qrcode/style/index.d.ts +2 -2
  260. package/dist/radio/group.d.ts +2 -2
  261. package/dist/radio/index.d.ts +3 -3
  262. package/dist/radio/radio.d.ts +2 -2
  263. package/dist/radio/radioButton.d.ts +2 -2
  264. package/dist/radio/style/index.d.ts +2 -2
  265. package/dist/radio/style/index.js +68 -2
  266. package/dist/rate/index.d.ts +2 -2
  267. package/dist/rate/style/index.d.ts +2 -2
  268. package/dist/result/index.d.ts +2 -2
  269. package/dist/result/noFound.d.ts +2 -2
  270. package/dist/result/serverError.d.ts +2 -2
  271. package/dist/result/style/index.d.ts +2 -2
  272. package/dist/result/unauthorized.d.ts +2 -2
  273. package/dist/segmented/index.d.ts +2 -2
  274. package/dist/segmented/style/index.d.ts +2 -2
  275. package/dist/select/index.d.ts +6 -6
  276. package/dist/select/style/index.d.ts +2 -2
  277. package/dist/select/useIcons.d.ts +5 -5
  278. package/dist/select/usePopupRender.d.ts +2 -2
  279. package/dist/skeleton/Avatar.d.ts +2 -2
  280. package/dist/skeleton/Button.d.ts +2 -2
  281. package/dist/skeleton/Element.d.ts +2 -2
  282. package/dist/skeleton/Image.d.ts +2 -2
  283. package/dist/skeleton/Input.d.ts +2 -2
  284. package/dist/skeleton/Node.d.ts +2 -2
  285. package/dist/skeleton/Paragraph.d.ts +2 -2
  286. package/dist/skeleton/Skeleton.d.ts +2 -2
  287. package/dist/skeleton/Title.d.ts +2 -2
  288. package/dist/skeleton/style/index.d.ts +2 -2
  289. package/dist/slider/SliderTooltip.d.ts +3 -3
  290. package/dist/slider/index.d.ts +2 -2
  291. package/dist/slider/style/index.d.ts +2 -2
  292. package/dist/slider/style/index.js +1 -0
  293. package/dist/space/Addon.d.ts +2 -2
  294. package/dist/space/Compact.d.ts +6 -6
  295. package/dist/space/Item.d.ts +2 -2
  296. package/dist/space/index.d.ts +4 -4
  297. package/dist/space/style/addon.d.ts +2 -2
  298. package/dist/space/style/compact.d.ts +2 -2
  299. package/dist/space/style/index.d.ts +2 -2
  300. package/dist/spin/Indicator/Looper.d.ts +2 -2
  301. package/dist/spin/Indicator/Progress.d.ts +2 -2
  302. package/dist/spin/Indicator/index.d.ts +2 -2
  303. package/dist/spin/index.d.ts +2 -2
  304. package/dist/spin/style/index.d.ts +2 -2
  305. package/dist/spin/usePercent.d.ts +2 -2
  306. package/dist/splitter/Panel.d.ts +3 -3
  307. package/dist/splitter/SplitBar.d.ts +2 -2
  308. package/dist/splitter/Splitter.d.ts +2 -2
  309. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  310. package/dist/splitter/hooks/useResize.d.ts +2 -2
  311. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  312. package/dist/splitter/index.d.ts +2 -2
  313. package/dist/splitter/style/index.d.ts +2 -2
  314. package/dist/splitter/style/index.js +1 -1
  315. package/dist/statistic/Number.d.ts +2 -2
  316. package/dist/statistic/Statistic.d.ts +2 -2
  317. package/dist/statistic/Timer.d.ts +2 -2
  318. package/dist/statistic/index.d.ts +2 -2
  319. package/dist/statistic/style/index.d.ts +2 -2
  320. package/dist/steps/PanelArrow.d.ts +2 -2
  321. package/dist/steps/ProgressIcon.d.ts +2 -2
  322. package/dist/steps/index.d.ts +2 -2
  323. package/dist/steps/style/index.d.ts +2 -2
  324. package/dist/style/index.js +14 -5
  325. package/dist/switch/index.d.ts +2 -2
  326. package/dist/switch/style/index.d.ts +2 -2
  327. package/dist/table/Column.d.ts +2 -2
  328. package/dist/table/ColumnGroup.d.ts +2 -2
  329. package/dist/table/ExpandIcon.d.ts +2 -2
  330. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  331. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
  332. package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
  333. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  334. package/dist/table/hooks/usePagination.d.ts +2 -2
  335. package/dist/table/hooks/useSelection.d.ts +2 -2
  336. package/dist/table/hooks/useSorter.d.ts +2 -2
  337. package/dist/table/style/index.d.ts +2 -2
  338. package/dist/tabs/TabPane.d.ts +2 -2
  339. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  340. package/dist/tabs/index.d.ts +2 -2
  341. package/dist/tabs/style/index.d.ts +2 -2
  342. package/dist/tag/CheckableTag.d.ts +2 -2
  343. package/dist/tag/CheckableTagGroup.d.ts +2 -2
  344. package/dist/tag/hooks/useColor.d.ts +2 -2
  345. package/dist/tag/index.d.ts +2 -2
  346. package/dist/tag/style/index.d.ts +2 -2
  347. package/dist/tag/style/presetCmp.d.ts +4 -4
  348. package/dist/tag/style/statusCmp.d.ts +4 -4
  349. package/dist/theme/context.d.ts +2 -2
  350. package/dist/theme/index.d.ts +4 -4
  351. package/dist/theme/util/alias.js +3 -3
  352. package/dist/theme/util/genStyleUtils.d.ts +6 -6
  353. package/dist/time-picker/index.d.ts +4 -4
  354. package/dist/timeline/Timeline.d.ts +2 -2
  355. package/dist/timeline/TimelineItem.d.ts +2 -2
  356. package/dist/timeline/style/index.d.ts +2 -2
  357. package/dist/tooltip/PurePanel.d.ts +2 -2
  358. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  359. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  360. package/dist/tooltip/index.d.ts +2 -2
  361. package/dist/tooltip/style/index.d.ts +2 -2
  362. package/dist/tour/PurePanel.d.ts +2 -2
  363. package/dist/tour/index.d.ts +2 -2
  364. package/dist/tour/panelRender.d.ts +2 -2
  365. package/dist/tour/style/index.d.ts +2 -2
  366. package/dist/tour/style/index.js +1 -0
  367. package/dist/transfer/Actions.d.ts +2 -2
  368. package/dist/transfer/ListBody.d.ts +2 -2
  369. package/dist/transfer/ListItem.d.ts +2 -2
  370. package/dist/transfer/Section.d.ts +2 -2
  371. package/dist/transfer/Transfer.d.ts +2 -2
  372. package/dist/transfer/hooks/useData.d.ts +2 -2
  373. package/dist/transfer/search.d.ts +2 -2
  374. package/dist/transfer/style/index.d.ts +2 -2
  375. package/dist/tree/DirectoryTree.d.ts +2 -2
  376. package/dist/tree/Tree.d.ts +2 -2
  377. package/dist/tree/style/index.d.ts +2 -2
  378. package/dist/tree/utils/dropIndicator.d.ts +2 -2
  379. package/dist/tree/utils/iconUtil.d.ts +2 -2
  380. package/dist/tree-select/index.d.ts +3 -3
  381. package/dist/tree-select/style/index.d.ts +2 -2
  382. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  383. package/dist/typography/Base/Ellipsis.d.ts +3 -3
  384. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  385. package/dist/typography/Base/index.d.ts +2 -2
  386. package/dist/typography/Editable.d.ts +2 -2
  387. package/dist/typography/Link.d.ts +2 -2
  388. package/dist/typography/Paragraph.d.ts +2 -2
  389. package/dist/typography/Text.d.ts +2 -2
  390. package/dist/typography/Title.d.ts +2 -2
  391. package/dist/typography/Typography.d.ts +2 -2
  392. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  393. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  394. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  395. package/dist/typography/index.d.ts +5 -5
  396. package/dist/typography/style/index.d.ts +2 -2
  397. package/dist/upload/Dragger.d.ts +3 -3
  398. package/dist/upload/Upload.d.ts +2 -2
  399. package/dist/upload/Upload.js +6 -2
  400. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  401. package/dist/upload/UploadList/index.d.ts +2 -2
  402. package/dist/upload/index.d.ts +3 -3
  403. package/dist/upload/style/index.d.ts +2 -2
  404. package/dist/watermark/context.d.ts +2 -2
  405. package/dist/watermark/index.d.ts +2 -2
  406. package/package.json +8 -8
  407. package/web-tags.json +944 -924
  408. package/web-types.json +2926 -2886
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.3",
2
+ "version": "1.3.4",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -71,6 +71,22 @@
71
71
  "name": "icon",
72
72
  "description": "Default: -\n\nCustom icon, effective when showIcon is true"
73
73
  },
74
+ {
75
+ "name": "success-icon",
76
+ "description": "Default: -\n\n(Only supports global configuration) Custom success icon in Alert icon"
77
+ },
78
+ {
79
+ "name": "info-icon",
80
+ "description": "Default: -\n\n(Only supports global configuration) Custom info icon in Alert icon"
81
+ },
82
+ {
83
+ "name": "warning-icon",
84
+ "description": "Default: -\n\n(Only supports global configuration) Custom warning icon in Alert icon"
85
+ },
86
+ {
87
+ "name": "error-icon",
88
+ "description": "Default: -\n\n(Only supports global configuration) Custom error icon in Alert icon"
89
+ },
74
90
  {
75
91
  "name": "close-icon",
76
92
  "description": "Default: -\n\n-"
@@ -139,24 +155,6 @@
139
155
  }
140
156
  ]
141
157
  },
142
- {
143
- "name": "a-app",
144
- "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
145
- "attributes": [
146
- {
147
- "name": "message",
148
- "description": "Default: -\n\nGlobal config for Message"
149
- },
150
- {
151
- "name": "notification",
152
- "description": "Default: -\n\nGlobal config for Notification"
153
- },
154
- {
155
- "name": "component",
156
- "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
157
- }
158
- ]
159
- },
160
158
  {
161
159
  "name": "a-auto-complete",
162
160
  "description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
@@ -247,6 +245,24 @@
247
245
  }
248
246
  ]
249
247
  },
248
+ {
249
+ "name": "a-app",
250
+ "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
251
+ "attributes": [
252
+ {
253
+ "name": "message",
254
+ "description": "Default: -\n\nGlobal config for Message"
255
+ },
256
+ {
257
+ "name": "notification",
258
+ "description": "Default: -\n\nGlobal config for Notification"
259
+ },
260
+ {
261
+ "name": "component",
262
+ "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
263
+ }
264
+ ]
265
+ },
250
266
  {
251
267
  "name": "a-avatar",
252
268
  "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
@@ -315,128 +331,6 @@
315
331
  }
316
332
  ]
317
333
  },
318
- {
319
- "name": "a-border-beam",
320
- "description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
321
- "attributes": [
322
- {
323
- "name": "color",
324
- "description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
325
- },
326
- {
327
- "name": "outset",
328
- "description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
329
- }
330
- ]
331
- },
332
- {
333
- "name": "a-breadcrumb",
334
- "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
335
- "attributes": [
336
- {
337
- "name": "classes",
338
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
339
- },
340
- {
341
- "name": "dropdown-icon",
342
- "description": "Default: -\n\nCustom dropdown icon"
343
- },
344
- {
345
- "name": "item-render",
346
- "description": "Default: -\n\nCustom item renderer, work with vue-router"
347
- },
348
- {
349
- "name": "params",
350
- "description": "Default: -\n\nRouting parameters"
351
- },
352
- {
353
- "name": "items",
354
- "description": "Default: -\n\nThe routing stack information of router"
355
- },
356
- {
357
- "name": "separator",
358
- "description": "Default: /\n\nCustom separator"
359
- },
360
- {
361
- "name": "styles",
362
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
363
- }
364
- ]
365
- },
366
- {
367
- "name": "a-button",
368
- "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
369
- "attributes": [
370
- {
371
- "name": "auto-insert-space",
372
- "description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
373
- },
374
- {
375
- "name": "block",
376
- "description": "Default: false\n\nOption to fit button width to its parent width"
377
- },
378
- {
379
- "name": "classes",
380
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
381
- },
382
- {
383
- "name": "color",
384
- "description": "Default: -\n\nSet button color"
385
- },
386
- {
387
- "name": "danger",
388
- "description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
389
- },
390
- {
391
- "name": "disabled",
392
- "description": "Default: false\n\nDisabled state of button"
393
- },
394
- {
395
- "name": "ghost",
396
- "description": "Default: false\n\nMake background transparent and invert text and border colors"
397
- },
398
- {
399
- "name": "href",
400
- "description": "Default: -\n\nRedirect url of link button"
401
- },
402
- {
403
- "name": "html-type",
404
- "description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
405
- },
406
- {
407
- "name": "icon-placement",
408
- "description": "Default: start\n\nSet the icon position of button"
409
- },
410
- {
411
- "name": "loading",
412
- "description": "Default: false\n\nSet the loading status of button"
413
- },
414
- {
415
- "name": "shape",
416
- "description": "Default: default\n\nCan be used to set button shape"
417
- },
418
- {
419
- "name": "size",
420
- "description": "Default: middle\n\nSet the size of button"
421
- },
422
- {
423
- "name": "styles",
424
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
425
- },
426
- {
427
- "name": "target",
428
- "description": "Default: -\n\nSame as target attribute of a, works when href is specified"
429
- },
430
- {
431
- "name": "type",
432
- "description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
433
- },
434
- {
435
- "name": "variant",
436
- "description": "Default: -\n\nSet button variant"
437
- }
438
- ]
439
- },
440
334
  {
441
335
  "name": "a-badge",
442
336
  "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
@@ -495,6 +389,54 @@
495
389
  }
496
390
  ]
497
391
  },
392
+ {
393
+ "name": "a-border-beam",
394
+ "description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
395
+ "attributes": [
396
+ {
397
+ "name": "color",
398
+ "description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
399
+ },
400
+ {
401
+ "name": "outset",
402
+ "description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
403
+ }
404
+ ]
405
+ },
406
+ {
407
+ "name": "a-breadcrumb",
408
+ "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
409
+ "attributes": [
410
+ {
411
+ "name": "classes",
412
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
413
+ },
414
+ {
415
+ "name": "dropdown-icon",
416
+ "description": "Default: -\n\nCustom dropdown icon"
417
+ },
418
+ {
419
+ "name": "item-render",
420
+ "description": "Default: -\n\nCustom item renderer, work with vue-router"
421
+ },
422
+ {
423
+ "name": "params",
424
+ "description": "Default: -\n\nRouting parameters"
425
+ },
426
+ {
427
+ "name": "items",
428
+ "description": "Default: -\n\nThe routing stack information of router"
429
+ },
430
+ {
431
+ "name": "separator",
432
+ "description": "Default: /\n\nCustom separator"
433
+ },
434
+ {
435
+ "name": "styles",
436
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
437
+ }
438
+ ]
439
+ },
498
440
  {
499
441
  "name": "a-calendar",
500
442
  "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
@@ -578,48 +520,126 @@
578
520
  ]
579
521
  },
580
522
  {
581
- "name": "a-card",
582
- "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
523
+ "name": "a-button",
524
+ "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
583
525
  "attributes": [
584
526
  {
585
- "name": "title",
586
- "description": "Default: -\n\nCard title"
527
+ "name": "auto-insert-space",
528
+ "description": "Default: true\n\nWe add a space between two Chinese characters by default. Set autoInsertSpace to false to disable."
587
529
  },
588
530
  {
589
- "name": "extra",
590
- "description": "Default: -\n\nContent to render in the top-right corner of the card"
531
+ "name": "block",
532
+ "description": "Default: false\n\nOption to fit button width to its parent width"
591
533
  },
592
534
  {
593
- "name": "bordered",
594
- "description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
535
+ "name": "classes",
536
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
595
537
  },
596
538
  {
597
- "name": "head-style",
598
- "description": "Default: -\n\nDeprecated."
539
+ "name": "color",
540
+ "description": "Default: -\n\nSet button color"
599
541
  },
600
542
  {
601
- "name": "body-style",
602
- "description": "Default: -\n\nDeprecated."
543
+ "name": "danger",
544
+ "description": "Default: false\n\nSyntactic sugar. Set the danger status of button. Will follow color if provided"
603
545
  },
604
546
  {
605
- "name": "loading",
606
- "description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
547
+ "name": "disabled",
548
+ "description": "Default: false\n\nDisabled state of button"
607
549
  },
608
550
  {
609
- "name": "hoverable",
610
- "description": "Default: false\n\nLift up when hovering card"
551
+ "name": "ghost",
552
+ "description": "Default: false\n\nMake background transparent and invert text and border colors"
611
553
  },
612
554
  {
613
- "name": "id",
614
- "description": "Default: -\n\n-"
555
+ "name": "href",
556
+ "description": "Default: -\n\nRedirect url of link button"
615
557
  },
616
558
  {
617
- "name": "size",
618
- "description": "Default: default\n\nSize of card"
559
+ "name": "html-type",
560
+ "description": "Default: button\n\nSet the original html type of button, see: HTML Standard"
619
561
  },
620
562
  {
621
- "name": "type",
622
- "description": "Default: -\n\nCard style type, can be set to inner or not set"
563
+ "name": "icon-placement",
564
+ "description": "Default: start\n\nSet the icon position of button"
565
+ },
566
+ {
567
+ "name": "loading",
568
+ "description": "Default: false\n\nSet the loading status of button"
569
+ },
570
+ {
571
+ "name": "loading-icon",
572
+ "description": "Default: -\n\n(Global config only) Set the loading icon of button"
573
+ },
574
+ {
575
+ "name": "shape",
576
+ "description": "Default: default\n\nCan be used to set button shape"
577
+ },
578
+ {
579
+ "name": "size",
580
+ "description": "Default: middle\n\nSet the size of button"
581
+ },
582
+ {
583
+ "name": "styles",
584
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
585
+ },
586
+ {
587
+ "name": "target",
588
+ "description": "Default: -\n\nSame as target attribute of a, works when href is specified"
589
+ },
590
+ {
591
+ "name": "type",
592
+ "description": "Default: default\n\nSyntactic sugar. Set button type. Will follow variant & color if provided"
593
+ },
594
+ {
595
+ "name": "variant",
596
+ "description": "Default: -\n\nSet button variant"
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "name": "a-card",
602
+ "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
603
+ "attributes": [
604
+ {
605
+ "name": "title",
606
+ "description": "Default: -\n\nCard title"
607
+ },
608
+ {
609
+ "name": "extra",
610
+ "description": "Default: -\n\nContent to render in the top-right corner of the card"
611
+ },
612
+ {
613
+ "name": "bordered",
614
+ "description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
615
+ },
616
+ {
617
+ "name": "head-style",
618
+ "description": "Default: -\n\nDeprecated."
619
+ },
620
+ {
621
+ "name": "body-style",
622
+ "description": "Default: -\n\nDeprecated."
623
+ },
624
+ {
625
+ "name": "loading",
626
+ "description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
627
+ },
628
+ {
629
+ "name": "hoverable",
630
+ "description": "Default: false\n\nLift up when hovering card"
631
+ },
632
+ {
633
+ "name": "id",
634
+ "description": "Default: -\n\n-"
635
+ },
636
+ {
637
+ "name": "size",
638
+ "description": "Default: default\n\nSize of card"
639
+ },
640
+ {
641
+ "name": "type",
642
+ "description": "Default: -\n\nCard style type, can be set to inner or not set"
623
643
  },
624
644
  {
625
645
  "name": "cover",
@@ -859,70 +879,6 @@
859
879
  }
860
880
  ]
861
881
  },
862
- {
863
- "name": "a-checkbox",
864
- "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
865
- "attributes": [
866
- {
867
- "name": "checked",
868
- "description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
869
- },
870
- {
871
- "name": "checked-value",
872
- "description": "Default: true\n\nThe value when checked"
873
- },
874
- {
875
- "name": "default-checked",
876
- "description": "Default: false\n\nWhether to set the initial state"
877
- },
878
- {
879
- "name": "disabled",
880
- "description": "Default: false\n\nIf disable checkbox"
881
- },
882
- {
883
- "name": "indeterminate",
884
- "description": "Default: false\n\nThe indeterminate checked state of checkbox"
885
- },
886
- {
887
- "name": "un-checked-value",
888
- "description": "Default: false\n\nThe value when unchecked"
889
- },
890
- {
891
- "name": "classes",
892
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
893
- },
894
- {
895
- "name": "styles",
896
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
897
- }
898
- ]
899
- },
900
- {
901
- "name": "a-checkbox-group",
902
- "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
903
- "attributes": [
904
- {
905
- "name": "options",
906
- "description": "Default: \\[]\n\nSpecifies options"
907
- },
908
- {
909
- "name": "disabled",
910
- "description": "Default: false\n\nIf disable all checkboxes"
911
- },
912
- {
913
- "name": "name",
914
- "description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
915
- },
916
- {
917
- "name": "value",
918
- "description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
919
- },
920
- {
921
- "name": "label-render",
922
- "description": "Default: -\n\n-"
923
- }
924
- ]
925
- },
926
882
  {
927
883
  "name": "a-collapse",
928
884
  "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
@@ -1015,6 +971,70 @@
1015
971
  }
1016
972
  ]
1017
973
  },
974
+ {
975
+ "name": "a-checkbox",
976
+ "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
977
+ "attributes": [
978
+ {
979
+ "name": "checked",
980
+ "description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
981
+ },
982
+ {
983
+ "name": "checked-value",
984
+ "description": "Default: true\n\nThe value when checked"
985
+ },
986
+ {
987
+ "name": "default-checked",
988
+ "description": "Default: false\n\nWhether to set the initial state"
989
+ },
990
+ {
991
+ "name": "disabled",
992
+ "description": "Default: false\n\nIf disable checkbox"
993
+ },
994
+ {
995
+ "name": "indeterminate",
996
+ "description": "Default: false\n\nThe indeterminate checked state of checkbox"
997
+ },
998
+ {
999
+ "name": "un-checked-value",
1000
+ "description": "Default: false\n\nThe value when unchecked"
1001
+ },
1002
+ {
1003
+ "name": "classes",
1004
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1005
+ },
1006
+ {
1007
+ "name": "styles",
1008
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1009
+ }
1010
+ ]
1011
+ },
1012
+ {
1013
+ "name": "a-checkbox-group",
1014
+ "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
1015
+ "attributes": [
1016
+ {
1017
+ "name": "options",
1018
+ "description": "Default: \\[]\n\nSpecifies options"
1019
+ },
1020
+ {
1021
+ "name": "disabled",
1022
+ "description": "Default: false\n\nIf disable all checkboxes"
1023
+ },
1024
+ {
1025
+ "name": "name",
1026
+ "description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
1027
+ },
1028
+ {
1029
+ "name": "value",
1030
+ "description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
1031
+ },
1032
+ {
1033
+ "name": "label-render",
1034
+ "description": "Default: -\n\n-"
1035
+ }
1036
+ ]
1037
+ },
1018
1038
  {
1019
1039
  "name": "a-color-picker",
1020
1040
  "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
@@ -1187,106 +1207,6 @@
1187
1207
  }
1188
1208
  ]
1189
1209
  },
1190
- {
1191
- "name": "a-descriptions",
1192
- "description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
1193
- "attributes": [
1194
- {
1195
- "name": "bordered",
1196
- "description": "Default: false\n\nWhether to display the border"
1197
- },
1198
- {
1199
- "name": "size",
1200
- "description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
1201
- },
1202
- {
1203
- "name": "title",
1204
- "description": "Default: -\n\nThe title of the description list, placed at the top"
1205
- },
1206
- {
1207
- "name": "extra",
1208
- "description": "Default: -\n\nThe action area of the description list, placed at the top-right"
1209
- },
1210
- {
1211
- "name": "label-render",
1212
- "description": "Default: -\n\n-"
1213
- },
1214
- {
1215
- "name": "content-render",
1216
- "description": "Default: -\n\n-"
1217
- },
1218
- {
1219
- "name": "column",
1220
- "description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
1221
- },
1222
- {
1223
- "name": "layout",
1224
- "description": "Default: horizontal\n\nDefine description layout"
1225
- },
1226
- {
1227
- "name": "colon",
1228
- "description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
1229
- },
1230
- {
1231
- "name": "styles",
1232
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1233
- },
1234
- {
1235
- "name": "classes",
1236
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1237
- },
1238
- {
1239
- "name": "items",
1240
- "description": "Default: -\n\nDescribe the contents of the list item"
1241
- },
1242
- {
1243
- "name": "id",
1244
- "description": "Default: -\n\n-"
1245
- }
1246
- ]
1247
- },
1248
- {
1249
- "name": "a-divider",
1250
- "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1251
- "attributes": [
1252
- {
1253
- "name": "dashed",
1254
- "description": "Default: false\n\nWhether line is dashed"
1255
- },
1256
- {
1257
- "name": "orientation",
1258
- "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1259
- },
1260
- {
1261
- "name": "plain",
1262
- "description": "Default: true\n\nDivider text show as plain style"
1263
- },
1264
- {
1265
- "name": "size",
1266
- "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1267
- },
1268
- {
1269
- "name": "title-placement",
1270
- "description": "Default: center\n\nThe position of title inside divider"
1271
- },
1272
- {
1273
- "name": "variant",
1274
- "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1275
- },
1276
- {
1277
- "name": "vertical",
1278
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1279
- },
1280
- {
1281
- "name": "classes",
1282
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1283
- },
1284
- {
1285
- "name": "styles",
1286
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1287
- }
1288
- ]
1289
- },
1290
1210
  {
1291
1211
  "name": "a-localization",
1292
1212
  "description": "To select or input a date.",
@@ -1347,6 +1267,64 @@
1347
1267
  "description": "输入或选择日期的控件。",
1348
1268
  "attributes": []
1349
1269
  },
1270
+ {
1271
+ "name": "a-descriptions",
1272
+ "description": "(ZH) 展示多个只读字段的组合。\n\n(EN) Display multiple read-only fields in a group.",
1273
+ "attributes": [
1274
+ {
1275
+ "name": "bordered",
1276
+ "description": "Default: false\n\nWhether to display the border"
1277
+ },
1278
+ {
1279
+ "name": "size",
1280
+ "description": "Default: -\n\nSet the size of the list. Can be set to middle,small, or not filled"
1281
+ },
1282
+ {
1283
+ "name": "title",
1284
+ "description": "Default: -\n\nThe title of the description list, placed at the top"
1285
+ },
1286
+ {
1287
+ "name": "extra",
1288
+ "description": "Default: -\n\nThe action area of the description list, placed at the top-right"
1289
+ },
1290
+ {
1291
+ "name": "label-render",
1292
+ "description": "Default: -\n\n-"
1293
+ },
1294
+ {
1295
+ "name": "content-render",
1296
+ "description": "Default: -\n\n-"
1297
+ },
1298
+ {
1299
+ "name": "column",
1300
+ "description": "Default: {xxxl: 4,xxl: 3,xl: 3,lg: 3,md: 3,sm: 2,xs: 1}\n\nThe number of DescriptionItems in a row, could be a number or a responsive object like { xs: 8, sm: 16, md: 24}"
1301
+ },
1302
+ {
1303
+ "name": "layout",
1304
+ "description": "Default: horizontal\n\nDefine description layout"
1305
+ },
1306
+ {
1307
+ "name": "colon",
1308
+ "description": "Default: true\n\nChange default props colon value of Descriptions.Item. Indicates whether the colon after the label is displayed"
1309
+ },
1310
+ {
1311
+ "name": "styles",
1312
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1313
+ },
1314
+ {
1315
+ "name": "classes",
1316
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1317
+ },
1318
+ {
1319
+ "name": "items",
1320
+ "description": "Default: -\n\nDescribe the contents of the list item"
1321
+ },
1322
+ {
1323
+ "name": "id",
1324
+ "description": "Default: -\n\n-"
1325
+ }
1326
+ ]
1327
+ },
1350
1328
  {
1351
1329
  "name": "a-drawer",
1352
1330
  "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
@@ -1449,6 +1427,82 @@
1449
1427
  }
1450
1428
  ]
1451
1429
  },
1430
+ {
1431
+ "name": "a-divider",
1432
+ "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1433
+ "attributes": [
1434
+ {
1435
+ "name": "dashed",
1436
+ "description": "Default: false\n\nWhether line is dashed"
1437
+ },
1438
+ {
1439
+ "name": "orientation",
1440
+ "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1441
+ },
1442
+ {
1443
+ "name": "plain",
1444
+ "description": "Default: true\n\nDivider text show as plain style"
1445
+ },
1446
+ {
1447
+ "name": "size",
1448
+ "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1449
+ },
1450
+ {
1451
+ "name": "title-placement",
1452
+ "description": "Default: center\n\nThe position of title inside divider"
1453
+ },
1454
+ {
1455
+ "name": "variant",
1456
+ "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1457
+ },
1458
+ {
1459
+ "name": "vertical",
1460
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1461
+ },
1462
+ {
1463
+ "name": "classes",
1464
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1465
+ },
1466
+ {
1467
+ "name": "styles",
1468
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1469
+ }
1470
+ ]
1471
+ },
1472
+ {
1473
+ "name": "a-empty",
1474
+ "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1475
+ "attributes": [
1476
+ {
1477
+ "name": "vertical",
1478
+ "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1479
+ },
1480
+ {
1481
+ "name": "wrap",
1482
+ "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1483
+ },
1484
+ {
1485
+ "name": "justify",
1486
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1487
+ },
1488
+ {
1489
+ "name": "align",
1490
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1491
+ },
1492
+ {
1493
+ "name": "flex",
1494
+ "description": "Default: normal\n\nflex CSS shorthand properties"
1495
+ },
1496
+ {
1497
+ "name": "gap",
1498
+ "description": "Default: -\n\nSets the gap between grids"
1499
+ },
1500
+ {
1501
+ "name": "component",
1502
+ "description": "Default: div\n\ncustom element type"
1503
+ }
1504
+ ]
1505
+ },
1452
1506
  {
1453
1507
  "name": "a-dropdown",
1454
1508
  "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
@@ -1535,40 +1589,6 @@
1535
1589
  }
1536
1590
  ]
1537
1591
  },
1538
- {
1539
- "name": "a-empty",
1540
- "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1541
- "attributes": [
1542
- {
1543
- "name": "vertical",
1544
- "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1545
- },
1546
- {
1547
- "name": "wrap",
1548
- "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1549
- },
1550
- {
1551
- "name": "justify",
1552
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1553
- },
1554
- {
1555
- "name": "align",
1556
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1557
- },
1558
- {
1559
- "name": "flex",
1560
- "description": "Default: normal\n\nflex CSS shorthand properties"
1561
- },
1562
- {
1563
- "name": "gap",
1564
- "description": "Default: -\n\nSets the gap between grids"
1565
- },
1566
- {
1567
- "name": "component",
1568
- "description": "Default: div\n\ncustom element type"
1569
- }
1570
- ]
1571
- },
1572
1592
  {
1573
1593
  "name": "a-flex",
1574
1594
  "description": "用于对齐的弹性布局容器。",
@@ -2352,6 +2372,40 @@
2352
2372
  }
2353
2373
  ]
2354
2374
  },
2375
+ {
2376
+ "name": "a-masonry",
2377
+ "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2378
+ "attributes": [
2379
+ {
2380
+ "name": "classes",
2381
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2382
+ },
2383
+ {
2384
+ "name": "styles",
2385
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2386
+ },
2387
+ {
2388
+ "name": "columns",
2389
+ "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2390
+ },
2391
+ {
2392
+ "name": "fresh",
2393
+ "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2394
+ },
2395
+ {
2396
+ "name": "gutter",
2397
+ "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2398
+ },
2399
+ {
2400
+ "name": "items",
2401
+ "description": "Default: -\n\nMasonry items"
2402
+ },
2403
+ {
2404
+ "name": "item-render",
2405
+ "description": "Default: -\n\nCustom item rendering function"
2406
+ }
2407
+ ]
2408
+ },
2355
2409
  {
2356
2410
  "name": "a-layout",
2357
2411
  "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
@@ -2405,42 +2459,8 @@
2405
2459
  ]
2406
2460
  },
2407
2461
  {
2408
- "name": "a-masonry",
2409
- "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2410
- "attributes": [
2411
- {
2412
- "name": "classes",
2413
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2414
- },
2415
- {
2416
- "name": "styles",
2417
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2418
- },
2419
- {
2420
- "name": "columns",
2421
- "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2422
- },
2423
- {
2424
- "name": "fresh",
2425
- "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2426
- },
2427
- {
2428
- "name": "gutter",
2429
- "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2430
- },
2431
- {
2432
- "name": "items",
2433
- "description": "Default: -\n\nMasonry items"
2434
- },
2435
- {
2436
- "name": "item-render",
2437
- "description": "Default: -\n\nCustom item rendering function"
2438
- }
2439
- ]
2440
- },
2441
- {
2442
- "name": "a-mentions",
2443
- "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2462
+ "name": "a-mentions",
2463
+ "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2444
2464
  "attributes": [
2445
2465
  {
2446
2466
  "name": "loading",
@@ -3250,6 +3270,40 @@
3250
3270
  }
3251
3271
  ]
3252
3272
  },
3273
+ {
3274
+ "name": "a-result",
3275
+ "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3276
+ "attributes": [
3277
+ {
3278
+ "name": "classes",
3279
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3280
+ },
3281
+ {
3282
+ "name": "extra",
3283
+ "description": "Default: -\n\nOperating area"
3284
+ },
3285
+ {
3286
+ "name": "icon",
3287
+ "description": "Default: -\n\nCustom back icon"
3288
+ },
3289
+ {
3290
+ "name": "status",
3291
+ "description": "Default: info\n\nResult status, decide icons and colors"
3292
+ },
3293
+ {
3294
+ "name": "styles",
3295
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3296
+ },
3297
+ {
3298
+ "name": "sub-title",
3299
+ "description": "Default: -\n\nThe subTitle"
3300
+ },
3301
+ {
3302
+ "name": "title",
3303
+ "description": "Default: -\n\nThe title"
3304
+ }
3305
+ ]
3306
+ },
3253
3307
  {
3254
3308
  "name": "a-segmented",
3255
3309
  "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
@@ -3305,36 +3359,178 @@
3305
3359
  ]
3306
3360
  },
3307
3361
  {
3308
- "name": "a-result",
3309
- "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3362
+ "name": "a-skeleton",
3363
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3310
3364
  "attributes": [
3365
+ {
3366
+ "name": "active",
3367
+ "description": "Default: false\n\nShow animation effect"
3368
+ },
3369
+ {
3370
+ "name": "avatar",
3371
+ "description": "Default: false\n\nShow avatar placeholder"
3372
+ },
3373
+ {
3374
+ "name": "loading",
3375
+ "description": "Default: -\n\nDisplay the skeleton when true"
3376
+ },
3377
+ {
3378
+ "name": "paragraph",
3379
+ "description": "Default: true\n\nShow paragraph placeholder"
3380
+ },
3381
+ {
3382
+ "name": "round",
3383
+ "description": "Default: false\n\nShow paragraph and title radius when true"
3384
+ },
3385
+ {
3386
+ "name": "title",
3387
+ "description": "Default: true\n\nShow title placeholder"
3388
+ },
3311
3389
  {
3312
3390
  "name": "classes",
3313
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3391
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3314
3392
  },
3315
3393
  {
3316
- "name": "extra",
3317
- "description": "Default: -\n\nOperating area"
3394
+ "name": "styles",
3395
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3396
+ }
3397
+ ]
3398
+ },
3399
+ {
3400
+ "name": "a-skeleton-avatar",
3401
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3402
+ "attributes": [
3403
+ {
3404
+ "name": "active",
3405
+ "description": "Default: false\n\nShow animation effect"
3318
3406
  },
3319
3407
  {
3320
- "name": "icon",
3321
- "description": "Default: -\n\nCustom back icon"
3408
+ "name": "shape",
3409
+ "description": "Default: circle\n\nSet the shape of avatar"
3322
3410
  },
3323
3411
  {
3324
- "name": "status",
3325
- "description": "Default: info\n\nResult status, decide icons and colors"
3412
+ "name": "size",
3413
+ "description": "Default: medium\n\nSet the size of avatar"
3414
+ },
3415
+ {
3416
+ "name": "classes",
3417
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3326
3418
  },
3327
3419
  {
3328
3420
  "name": "styles",
3329
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3421
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3422
+ }
3423
+ ]
3424
+ },
3425
+ {
3426
+ "name": "a-skeleton-title",
3427
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3428
+ "attributes": [
3429
+ {
3430
+ "name": "width",
3431
+ "description": "Default: -\n\nSet the width of title"
3432
+ }
3433
+ ]
3434
+ },
3435
+ {
3436
+ "name": "a-skeleton-paragraph",
3437
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3438
+ "attributes": [
3439
+ {
3440
+ "name": "rows",
3441
+ "description": "Default: -\n\nSet the row count of paragraph"
3330
3442
  },
3331
3443
  {
3332
- "name": "sub-title",
3333
- "description": "Default: -\n\nThe subTitle"
3444
+ "name": "width",
3445
+ "description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
3446
+ }
3447
+ ]
3448
+ },
3449
+ {
3450
+ "name": "a-skeleton-button",
3451
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3452
+ "attributes": [
3453
+ {
3454
+ "name": "active",
3455
+ "description": "Default: false\n\nShow animation effect"
3334
3456
  },
3335
3457
  {
3336
- "name": "title",
3337
- "description": "Default: -\n\nThe title"
3458
+ "name": "block",
3459
+ "description": "Default: false\n\nOption to fit button width to its parent width"
3460
+ },
3461
+ {
3462
+ "name": "shape",
3463
+ "description": "Default: -\n\nSet the shape of button"
3464
+ },
3465
+ {
3466
+ "name": "size",
3467
+ "description": "Default: medium\n\nSet the size of button"
3468
+ },
3469
+ {
3470
+ "name": "classes",
3471
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3472
+ },
3473
+ {
3474
+ "name": "styles",
3475
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3476
+ }
3477
+ ]
3478
+ },
3479
+ {
3480
+ "name": "a-skeleton-input",
3481
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3482
+ "attributes": [
3483
+ {
3484
+ "name": "active",
3485
+ "description": "Default: false\n\nShow animation effect"
3486
+ },
3487
+ {
3488
+ "name": "size",
3489
+ "description": "Default: medium\n\nSet the size of input"
3490
+ },
3491
+ {
3492
+ "name": "classes",
3493
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3494
+ },
3495
+ {
3496
+ "name": "styles",
3497
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3498
+ }
3499
+ ]
3500
+ },
3501
+ {
3502
+ "name": "a-skeleton-image",
3503
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3504
+ "attributes": [
3505
+ {
3506
+ "name": "active",
3507
+ "description": "Default: false\n\nShow animation effect"
3508
+ },
3509
+ {
3510
+ "name": "classes",
3511
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3512
+ },
3513
+ {
3514
+ "name": "styles",
3515
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3516
+ }
3517
+ ]
3518
+ },
3519
+ {
3520
+ "name": "a-skeleton-node",
3521
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3522
+ "attributes": [
3523
+ {
3524
+ "name": "active",
3525
+ "description": "Default: false\n\nShow animation effect"
3526
+ },
3527
+ {
3528
+ "name": "classes",
3529
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3530
+ },
3531
+ {
3532
+ "name": "styles",
3533
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3338
3534
  }
3339
3535
  ]
3340
3536
  },
@@ -3529,196 +3725,20 @@
3529
3725
  ]
3530
3726
  },
3531
3727
  {
3532
- "name": "a-skeleton",
3533
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3728
+ "name": "a-slider",
3729
+ "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
3534
3730
  "attributes": [
3535
3731
  {
3536
- "name": "active",
3537
- "description": "Default: false\n\nShow animation effect"
3732
+ "name": "classes",
3733
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3538
3734
  },
3539
3735
  {
3540
- "name": "avatar",
3541
- "description": "Default: false\n\nShow avatar placeholder"
3736
+ "name": "default-value",
3737
+ "description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
3542
3738
  },
3543
3739
  {
3544
- "name": "loading",
3545
- "description": "Default: -\n\nDisplay the skeleton when true"
3546
- },
3547
- {
3548
- "name": "paragraph",
3549
- "description": "Default: true\n\nShow paragraph placeholder"
3550
- },
3551
- {
3552
- "name": "round",
3553
- "description": "Default: false\n\nShow paragraph and title radius when true"
3554
- },
3555
- {
3556
- "name": "title",
3557
- "description": "Default: true\n\nShow title placeholder"
3558
- },
3559
- {
3560
- "name": "classes",
3561
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3562
- },
3563
- {
3564
- "name": "styles",
3565
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3566
- }
3567
- ]
3568
- },
3569
- {
3570
- "name": "a-skeleton-avatar",
3571
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3572
- "attributes": [
3573
- {
3574
- "name": "active",
3575
- "description": "Default: false\n\nShow animation effect"
3576
- },
3577
- {
3578
- "name": "shape",
3579
- "description": "Default: circle\n\nSet the shape of avatar"
3580
- },
3581
- {
3582
- "name": "size",
3583
- "description": "Default: medium\n\nSet the size of avatar"
3584
- },
3585
- {
3586
- "name": "classes",
3587
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3588
- },
3589
- {
3590
- "name": "styles",
3591
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3592
- }
3593
- ]
3594
- },
3595
- {
3596
- "name": "a-skeleton-title",
3597
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3598
- "attributes": [
3599
- {
3600
- "name": "width",
3601
- "description": "Default: -\n\nSet the width of title"
3602
- }
3603
- ]
3604
- },
3605
- {
3606
- "name": "a-skeleton-paragraph",
3607
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3608
- "attributes": [
3609
- {
3610
- "name": "rows",
3611
- "description": "Default: -\n\nSet the row count of paragraph"
3612
- },
3613
- {
3614
- "name": "width",
3615
- "description": "Default: -\n\nSet the width of paragraph. When width is an Array, it can set the width of each row. Otherwise only set the last row width"
3616
- }
3617
- ]
3618
- },
3619
- {
3620
- "name": "a-skeleton-button",
3621
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3622
- "attributes": [
3623
- {
3624
- "name": "active",
3625
- "description": "Default: false\n\nShow animation effect"
3626
- },
3627
- {
3628
- "name": "block",
3629
- "description": "Default: false\n\nOption to fit button width to its parent width"
3630
- },
3631
- {
3632
- "name": "shape",
3633
- "description": "Default: -\n\nSet the shape of button"
3634
- },
3635
- {
3636
- "name": "size",
3637
- "description": "Default: medium\n\nSet the size of button"
3638
- },
3639
- {
3640
- "name": "classes",
3641
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3642
- },
3643
- {
3644
- "name": "styles",
3645
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3646
- }
3647
- ]
3648
- },
3649
- {
3650
- "name": "a-skeleton-input",
3651
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3652
- "attributes": [
3653
- {
3654
- "name": "active",
3655
- "description": "Default: false\n\nShow animation effect"
3656
- },
3657
- {
3658
- "name": "size",
3659
- "description": "Default: medium\n\nSet the size of input"
3660
- },
3661
- {
3662
- "name": "classes",
3663
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3664
- },
3665
- {
3666
- "name": "styles",
3667
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3668
- }
3669
- ]
3670
- },
3671
- {
3672
- "name": "a-skeleton-image",
3673
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3674
- "attributes": [
3675
- {
3676
- "name": "active",
3677
- "description": "Default: false\n\nShow animation effect"
3678
- },
3679
- {
3680
- "name": "classes",
3681
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3682
- },
3683
- {
3684
- "name": "styles",
3685
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3686
- }
3687
- ]
3688
- },
3689
- {
3690
- "name": "a-skeleton-node",
3691
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3692
- "attributes": [
3693
- {
3694
- "name": "active",
3695
- "description": "Default: false\n\nShow animation effect"
3696
- },
3697
- {
3698
- "name": "classes",
3699
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3700
- },
3701
- {
3702
- "name": "styles",
3703
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3704
- }
3705
- ]
3706
- },
3707
- {
3708
- "name": "a-slider",
3709
- "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
3710
- "attributes": [
3711
- {
3712
- "name": "classes",
3713
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3714
- },
3715
- {
3716
- "name": "default-value",
3717
- "description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
3718
- },
3719
- {
3720
- "name": "disabled",
3721
- "description": "Default: false\n\nIf true, the slider will not be interactive"
3740
+ "name": "disabled",
3741
+ "description": "Default: false\n\nIf true, the slider will not be interactive"
3722
3742
  },
3723
3743
  {
3724
3744
  "name": "dots",
@@ -4337,80 +4357,184 @@
4337
4357
  ]
4338
4358
  },
4339
4359
  {
4340
- "name": "a-time-picker",
4341
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4342
- "attributes": []
4343
- },
4344
- {
4345
- "name": "a-timeline",
4346
- "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
4360
+ "name": "a-tag",
4361
+ "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
4347
4362
  "attributes": [
4348
4363
  {
4349
- "name": "classes",
4350
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4364
+ "name": "closable",
4365
+ "description": "Default: false\n\nWhether the Tag can be closed"
4351
4366
  },
4352
4367
  {
4353
- "name": "items",
4354
- "description": "Default: -\n\nEach node of timeline"
4368
+ "name": "close-icon",
4369
+ "description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
4355
4370
  },
4356
4371
  {
4357
- "name": "mode",
4358
- "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
4372
+ "name": "color",
4373
+ "description": "Default: -\n\nColor of the Tag"
4359
4374
  },
4360
4375
  {
4361
- "name": "pending",
4362
- "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
4376
+ "name": "classes",
4377
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4363
4378
  },
4364
4379
  {
4365
- "name": "pending-dot",
4366
- "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
4380
+ "name": "disabled",
4381
+ "description": "Default: false\n\nWhether the tag is disabled"
4367
4382
  },
4368
4383
  {
4369
- "name": "reverse",
4370
- "description": "Default: false\n\nWhether reverse nodes or not"
4384
+ "name": "href",
4385
+ "description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
4386
+ },
4387
+ {
4388
+ "name": "icon",
4389
+ "description": "Default: -\n\nSet the icon of tag"
4371
4390
  },
4372
4391
  {
4373
4392
  "name": "styles",
4374
4393
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4375
4394
  },
4376
4395
  {
4377
- "name": "dot-render",
4378
- "description": "Default: -\n\nCustom rendering function for timeline dot"
4396
+ "name": "target",
4397
+ "description": "Default: -\n\nSame as target attribute of , works when href is specified"
4379
4398
  },
4380
4399
  {
4381
- "name": "label-render",
4382
- "description": "Default: -\n\nCustom rendering function for timeline label"
4400
+ "name": "variant",
4401
+ "description": "Default: filled\n\nVariant of the tag"
4402
+ }
4403
+ ]
4404
+ },
4405
+ {
4406
+ "name": "a-checkable-tag",
4407
+ "description": "Used for marking and categorization.",
4408
+ "attributes": [
4409
+ {
4410
+ "name": "checked",
4411
+ "description": "Default: false\n\nChecked status of Tag. This is a controlled component"
4383
4412
  },
4384
4413
  {
4385
- "name": "content-render",
4386
- "description": "Default: -\n\nCustom rendering function for timeline content"
4414
+ "name": "icon",
4415
+ "description": "Default: -\n\nSet the icon of tag"
4387
4416
  }
4388
4417
  ]
4389
4418
  },
4390
4419
  {
4391
- "name": "a-tooltip",
4392
- "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4420
+ "name": "a-checkable-tag-group",
4421
+ "description": "Used for marking and categorization.",
4393
4422
  "attributes": [
4394
4423
  {
4395
- "name": "align",
4396
- "description": "Default: -\n\nPopup alignment config"
4424
+ "name": "classes",
4425
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4397
4426
  },
4398
4427
  {
4399
- "name": "arrow",
4400
- "description": "Default: -\n\nShow, hide or keep arrow in the center"
4428
+ "name": "default-value",
4429
+ "description": "Default: -\n\nInitial value"
4401
4430
  },
4402
4431
  {
4403
- "name": "auto-adjust-overflow",
4404
- "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4432
+ "name": "disabled",
4433
+ "description": "Default: false\n\nDisable check/uncheck"
4405
4434
  },
4406
4435
  {
4407
- "name": "color",
4408
- "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4436
+ "name": "multiple",
4437
+ "description": "Default: false\n\nMultiple select mode"
4409
4438
  },
4410
4439
  {
4411
- "name": "open",
4412
- "description": "Default: -\n\nWhether tooltip is visible"
4413
- },
4440
+ "name": "options",
4441
+ "description": "Default: -\n\nOption list"
4442
+ },
4443
+ {
4444
+ "name": "styles",
4445
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4446
+ },
4447
+ {
4448
+ "name": "value",
4449
+ "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4450
+ }
4451
+ ]
4452
+ },
4453
+ {
4454
+ "name": "a-tag-checkable-tag",
4455
+ "description": "进行标记和分类的小标签。",
4456
+ "attributes": []
4457
+ },
4458
+ {
4459
+ "name": "a-tag-checkable-tag-group",
4460
+ "description": "进行标记和分类的小标签。",
4461
+ "attributes": []
4462
+ },
4463
+ {
4464
+ "name": "a-timeline",
4465
+ "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
4466
+ "attributes": [
4467
+ {
4468
+ "name": "classes",
4469
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4470
+ },
4471
+ {
4472
+ "name": "items",
4473
+ "description": "Default: -\n\nEach node of timeline"
4474
+ },
4475
+ {
4476
+ "name": "mode",
4477
+ "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
4478
+ },
4479
+ {
4480
+ "name": "pending",
4481
+ "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
4482
+ },
4483
+ {
4484
+ "name": "pending-dot",
4485
+ "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
4486
+ },
4487
+ {
4488
+ "name": "reverse",
4489
+ "description": "Default: false\n\nWhether reverse nodes or not"
4490
+ },
4491
+ {
4492
+ "name": "styles",
4493
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4494
+ },
4495
+ {
4496
+ "name": "dot-render",
4497
+ "description": "Default: -\n\nCustom rendering function for timeline dot"
4498
+ },
4499
+ {
4500
+ "name": "label-render",
4501
+ "description": "Default: -\n\nCustom rendering function for timeline label"
4502
+ },
4503
+ {
4504
+ "name": "content-render",
4505
+ "description": "Default: -\n\nCustom rendering function for timeline content"
4506
+ }
4507
+ ]
4508
+ },
4509
+ {
4510
+ "name": "a-time-picker",
4511
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4512
+ "attributes": []
4513
+ },
4514
+ {
4515
+ "name": "a-tooltip",
4516
+ "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4517
+ "attributes": [
4518
+ {
4519
+ "name": "align",
4520
+ "description": "Default: -\n\nPopup alignment config"
4521
+ },
4522
+ {
4523
+ "name": "arrow",
4524
+ "description": "Default: -\n\nShow, hide or keep arrow in the center"
4525
+ },
4526
+ {
4527
+ "name": "auto-adjust-overflow",
4528
+ "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4529
+ },
4530
+ {
4531
+ "name": "color",
4532
+ "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4533
+ },
4534
+ {
4535
+ "name": "open",
4536
+ "description": "Default: -\n\nWhether tooltip is visible"
4537
+ },
4414
4538
  {
4415
4539
  "name": "default-open",
4416
4540
  "description": "Default: false\n\nInitial open state"
@@ -4571,92 +4695,6 @@
4571
4695
  }
4572
4696
  ]
4573
4697
  },
4574
- {
4575
- "name": "a-transfer",
4576
- "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4577
- "attributes": [
4578
- {
4579
- "name": "actions",
4580
- "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4581
- },
4582
- {
4583
- "name": "classes",
4584
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4585
- },
4586
- {
4587
- "name": "data-source",
4588
- "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4589
- },
4590
- {
4591
- "name": "disabled",
4592
- "description": "Default: false\n\nWhether disabled transfer"
4593
- },
4594
- {
4595
- "name": "filter-option",
4596
- "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4597
- },
4598
- {
4599
- "name": "footer",
4600
- "description": "Default: -\n\nA function used for rendering the footer"
4601
- },
4602
- {
4603
- "name": "locale",
4604
- "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4605
- },
4606
- {
4607
- "name": "one-way",
4608
- "description": "Default: false\n\nDisplay as single direction style"
4609
- },
4610
- {
4611
- "name": "pagination",
4612
- "description": "Default: false\n\nUse pagination. Not work in render props"
4613
- },
4614
- {
4615
- "name": "render",
4616
- "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4617
- },
4618
- {
4619
- "name": "row-key",
4620
- "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4621
- },
4622
- {
4623
- "name": "select-all-labels",
4624
- "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4625
- },
4626
- {
4627
- "name": "selected-keys",
4628
- "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4629
- },
4630
- {
4631
- "name": "selections-icon",
4632
- "description": "Default: -\n\nCustom dropdown icon"
4633
- },
4634
- {
4635
- "name": "show-search",
4636
- "description": "Default: false\n\nIf included, a search box is shown on each column"
4637
- },
4638
- {
4639
- "name": "show-select-all",
4640
- "description": "Default: true\n\nShow select all checkbox on the header"
4641
- },
4642
- {
4643
- "name": "status",
4644
- "description": "Default: -\n\nSet validation status"
4645
- },
4646
- {
4647
- "name": "styles",
4648
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4649
- },
4650
- {
4651
- "name": "target-keys",
4652
- "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4653
- },
4654
- {
4655
- "name": "titles",
4656
- "description": "Default: -\n\nA set of titles that are sorted from left to right"
4657
- }
4658
- ]
4659
- },
4660
4698
  {
4661
4699
  "name": "a-tree",
4662
4700
  "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
@@ -4844,202 +4882,100 @@
4844
4882
  ]
4845
4883
  },
4846
4884
  {
4847
- "name": "a-tree-select-props",
4848
- "description": "Tree selection control.",
4849
- "attributes": []
4850
- },
4851
- {
4852
- "name": "a-tree-select",
4853
- "description": "树型选择控件。",
4854
- "attributes": []
4855
- },
4856
- {
4857
- "name": "a-typography",
4858
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4859
- "attributes": [
4860
- {
4861
- "name": "direction",
4862
- "description": "Default: -\n\nDirection control"
4863
- }
4864
- ]
4865
- },
4866
- {
4867
- "name": "a-typography-text",
4868
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4885
+ "name": "a-transfer",
4886
+ "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4869
4887
  "attributes": [
4870
4888
  {
4871
- "name": "code",
4872
- "description": "Default: false\n\nCode style"
4889
+ "name": "actions",
4890
+ "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4873
4891
  },
4874
4892
  {
4875
- "name": "copyable",
4876
- "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
4893
+ "name": "classes",
4894
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4877
4895
  },
4878
4896
  {
4879
- "name": "delete",
4880
- "description": "Default: false\n\nDeleted line style"
4897
+ "name": "data-source",
4898
+ "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4881
4899
  },
4882
4900
  {
4883
4901
  "name": "disabled",
4884
- "description": "Default: false\n\nDisabled content"
4902
+ "description": "Default: false\n\nWhether disabled transfer"
4885
4903
  },
4886
4904
  {
4887
- "name": "editable",
4888
- "description": "Default: false\n\nIf editable. Can control edit state when is object"
4905
+ "name": "filter-option",
4906
+ "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4889
4907
  },
4890
4908
  {
4891
- "name": "ellipsis",
4892
- "description": "Default: false\n\nDisplay ellipsis when text overflows, can't configure expandable, rows and onExpand by using object. Diff with Typography.Paragraph, Text do not have 100% width style which means it will fix width on the first ellipsis. If you want to have responsive ellipsis, please set width manually"
4909
+ "name": "footer",
4910
+ "description": "Default: -\n\nA function used for rendering the footer"
4893
4911
  },
4894
4912
  {
4895
- "name": "keyboard",
4896
- "description": "Default: false\n\nKeyboard style"
4913
+ "name": "locale",
4914
+ "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4897
4915
  },
4898
4916
  {
4899
- "name": "mark",
4900
- "description": "Default: false\n\nMarked style"
4917
+ "name": "one-way",
4918
+ "description": "Default: false\n\nDisplay as single direction style"
4901
4919
  },
4902
4920
  {
4903
- "name": "strong",
4904
- "description": "Default: false\n\nBold style"
4921
+ "name": "pagination",
4922
+ "description": "Default: false\n\nUse pagination. Not work in render props"
4905
4923
  },
4906
4924
  {
4907
- "name": "italic",
4908
- "description": "Default: false\n\nItalic style"
4925
+ "name": "render",
4926
+ "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4909
4927
  },
4910
4928
  {
4911
- "name": "type",
4912
- "description": "Default: -\n\nContent type"
4929
+ "name": "row-key",
4930
+ "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4913
4931
  },
4914
4932
  {
4915
- "name": "underline",
4916
- "description": "Default: false\n\nUnderlined style"
4933
+ "name": "select-all-labels",
4934
+ "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4917
4935
  },
4918
4936
  {
4919
- "name": "classes",
4920
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
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
- },
4928
- {
4929
- "name": "a-typography-title",
4930
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4931
- "attributes": [
4932
- {
4933
- "name": "code",
4934
- "description": "Default: false\n\nCode style"
4935
- },
4936
- {
4937
- "name": "copyable",
4938
- "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
4939
- },
4940
- {
4941
- "name": "delete",
4942
- "description": "Default: false\n\nDeleted line style"
4943
- },
4944
- {
4945
- "name": "disabled",
4946
- "description": "Default: false\n\nDisabled content"
4947
- },
4948
- {
4949
- "name": "editable",
4950
- "description": "Default: false\n\nIf editable. Can control edit state when is object"
4951
- },
4952
- {
4953
- "name": "ellipsis",
4954
- "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
4937
+ "name": "selected-keys",
4938
+ "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4955
4939
  },
4956
4940
  {
4957
- "name": "level",
4958
- "description": "Default: 1\n\nSet content importance. Match with h1, h2, h3, h4, h5"
4941
+ "name": "selections-icon",
4942
+ "description": "Default: -\n\nCustom dropdown icon"
4959
4943
  },
4960
4944
  {
4961
- "name": "mark",
4962
- "description": "Default: false\n\nMarked style"
4945
+ "name": "show-search",
4946
+ "description": "Default: false\n\nIf included, a search box is shown on each column"
4963
4947
  },
4964
4948
  {
4965
- "name": "italic",
4966
- "description": "Default: false\n\nItalic style"
4949
+ "name": "show-select-all",
4950
+ "description": "Default: true\n\nShow select all checkbox on the header"
4967
4951
  },
4968
4952
  {
4969
- "name": "type",
4970
- "description": "Default: -\n\nContent type"
4953
+ "name": "status",
4954
+ "description": "Default: -\n\nSet validation status"
4971
4955
  },
4972
4956
  {
4973
- "name": "underline",
4974
- "description": "Default: false\n\nUnderlined style"
4957
+ "name": "styles",
4958
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4975
4959
  },
4976
4960
  {
4977
- "name": "classes",
4978
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4961
+ "name": "target-keys",
4962
+ "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4979
4963
  },
4980
4964
  {
4981
- "name": "styles",
4982
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4965
+ "name": "titles",
4966
+ "description": "Default: -\n\nA set of titles that are sorted from left to right"
4983
4967
  }
4984
4968
  ]
4985
4969
  },
4986
4970
  {
4987
- "name": "a-typography-paragraph",
4988
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4989
- "attributes": [
4990
- {
4991
- "name": "code",
4992
- "description": "Default: false\n\nCode style"
4993
- },
4994
- {
4995
- "name": "copyable",
4996
- "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
4997
- },
4998
- {
4999
- "name": "delete",
5000
- "description": "Default: false\n\nDeleted line style"
5001
- },
5002
- {
5003
- "name": "disabled",
5004
- "description": "Default: false\n\nDisabled content"
5005
- },
5006
- {
5007
- "name": "editable",
5008
- "description": "Default: false\n\nIf editable. Can control edit state when is object"
5009
- },
5010
- {
5011
- "name": "ellipsis",
5012
- "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
5013
- },
5014
- {
5015
- "name": "mark",
5016
- "description": "Default: false\n\nMarked style"
5017
- },
5018
- {
5019
- "name": "strong",
5020
- "description": "Default: false\n\nBold style"
5021
- },
5022
- {
5023
- "name": "italic",
5024
- "description": "Default: false\n\nItalic style"
5025
- },
5026
- {
5027
- "name": "type",
5028
- "description": "Default: -\n\nContent type"
5029
- },
5030
- {
5031
- "name": "underline",
5032
- "description": "Default: false\n\nUnderlined style"
5033
- },
5034
- {
5035
- "name": "classes",
5036
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5037
- },
5038
- {
5039
- "name": "styles",
5040
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5041
- }
5042
- ]
4971
+ "name": "a-tree-select-props",
4972
+ "description": "Tree selection control.",
4973
+ "attributes": []
4974
+ },
4975
+ {
4976
+ "name": "a-tree-select",
4977
+ "description": "树型选择控件。",
4978
+ "attributes": []
5043
4979
  },
5044
4980
  {
5045
4981
  "name": "a-upload",
@@ -5075,7 +5011,7 @@
5075
5011
  },
5076
5012
  {
5077
5013
  "name": "disabled",
5078
- "description": "Default: false\n\nDisable upload button"
5014
+ "description": "Default: false\n\nDisable upload button. When customizing Upload children, please pass the disabled attribute to the child node at the same time to ensure the disabled rendering effect is consistent."
5079
5015
  },
5080
5016
  {
5081
5017
  "name": "file-list",
@@ -5148,109 +5084,193 @@
5148
5084
  ]
5149
5085
  },
5150
5086
  {
5151
- "name": "a-tag",
5152
- "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
5087
+ "name": "a-typography",
5088
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
5153
5089
  "attributes": [
5154
5090
  {
5155
- "name": "closable",
5156
- "description": "Default: false\n\nWhether the Tag can be closed"
5157
- },
5091
+ "name": "direction",
5092
+ "description": "Default: -\n\nDirection control"
5093
+ }
5094
+ ]
5095
+ },
5096
+ {
5097
+ "name": "a-typography-text",
5098
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
5099
+ "attributes": [
5158
5100
  {
5159
- "name": "close-icon",
5160
- "description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
5101
+ "name": "code",
5102
+ "description": "Default: false\n\nCode style"
5161
5103
  },
5162
5104
  {
5163
- "name": "color",
5164
- "description": "Default: -\n\nColor of the Tag"
5105
+ "name": "copyable",
5106
+ "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
5165
5107
  },
5166
5108
  {
5167
- "name": "classes",
5168
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5109
+ "name": "delete",
5110
+ "description": "Default: false\n\nDeleted line style"
5169
5111
  },
5170
5112
  {
5171
5113
  "name": "disabled",
5172
- "description": "Default: false\n\nWhether the tag is disabled"
5114
+ "description": "Default: false\n\nDisabled content"
5173
5115
  },
5174
5116
  {
5175
- "name": "href",
5176
- "description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
5117
+ "name": "editable",
5118
+ "description": "Default: false\n\nIf editable. Can control edit state when is object"
5177
5119
  },
5178
5120
  {
5179
- "name": "icon",
5180
- "description": "Default: -\n\nSet the icon of tag"
5121
+ "name": "ellipsis",
5122
+ "description": "Default: false\n\nDisplay ellipsis when text overflows, can't configure expandable, rows and onExpand by using object. Diff with Typography.Paragraph, Text do not have 100% width style which means it will fix width on the first ellipsis. If you want to have responsive ellipsis, please set width manually"
5181
5123
  },
5182
5124
  {
5183
- "name": "styles",
5184
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5125
+ "name": "keyboard",
5126
+ "description": "Default: false\n\nKeyboard style"
5185
5127
  },
5186
5128
  {
5187
- "name": "target",
5188
- "description": "Default: -\n\nSame as target attribute of , works when href is specified"
5129
+ "name": "mark",
5130
+ "description": "Default: false\n\nMarked style"
5189
5131
  },
5190
5132
  {
5191
- "name": "variant",
5192
- "description": "Default: filled\n\nVariant of the tag"
5133
+ "name": "strong",
5134
+ "description": "Default: false\n\nBold style"
5135
+ },
5136
+ {
5137
+ "name": "italic",
5138
+ "description": "Default: false\n\nItalic style"
5139
+ },
5140
+ {
5141
+ "name": "type",
5142
+ "description": "Default: -\n\nContent type"
5143
+ },
5144
+ {
5145
+ "name": "underline",
5146
+ "description": "Default: false\n\nUnderlined style"
5147
+ },
5148
+ {
5149
+ "name": "classes",
5150
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5151
+ },
5152
+ {
5153
+ "name": "styles",
5154
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5193
5155
  }
5194
5156
  ]
5195
5157
  },
5196
5158
  {
5197
- "name": "a-checkable-tag",
5198
- "description": "Used for marking and categorization.",
5159
+ "name": "a-typography-title",
5160
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
5199
5161
  "attributes": [
5200
5162
  {
5201
- "name": "checked",
5202
- "description": "Default: false\n\nChecked status of Tag. This is a controlled component"
5163
+ "name": "code",
5164
+ "description": "Default: false\n\nCode style"
5203
5165
  },
5204
5166
  {
5205
- "name": "icon",
5206
- "description": "Default: -\n\nSet the icon of tag"
5167
+ "name": "copyable",
5168
+ "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
5169
+ },
5170
+ {
5171
+ "name": "delete",
5172
+ "description": "Default: false\n\nDeleted line style"
5173
+ },
5174
+ {
5175
+ "name": "disabled",
5176
+ "description": "Default: false\n\nDisabled content"
5177
+ },
5178
+ {
5179
+ "name": "editable",
5180
+ "description": "Default: false\n\nIf editable. Can control edit state when is object"
5181
+ },
5182
+ {
5183
+ "name": "ellipsis",
5184
+ "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
5185
+ },
5186
+ {
5187
+ "name": "level",
5188
+ "description": "Default: 1\n\nSet content importance. Match with h1, h2, h3, h4, h5"
5189
+ },
5190
+ {
5191
+ "name": "mark",
5192
+ "description": "Default: false\n\nMarked style"
5193
+ },
5194
+ {
5195
+ "name": "italic",
5196
+ "description": "Default: false\n\nItalic style"
5197
+ },
5198
+ {
5199
+ "name": "type",
5200
+ "description": "Default: -\n\nContent type"
5201
+ },
5202
+ {
5203
+ "name": "underline",
5204
+ "description": "Default: false\n\nUnderlined style"
5205
+ },
5206
+ {
5207
+ "name": "classes",
5208
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5209
+ },
5210
+ {
5211
+ "name": "styles",
5212
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5207
5213
  }
5208
5214
  ]
5209
5215
  },
5210
5216
  {
5211
- "name": "a-checkable-tag-group",
5212
- "description": "Used for marking and categorization.",
5217
+ "name": "a-typography-paragraph",
5218
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
5213
5219
  "attributes": [
5214
5220
  {
5215
- "name": "classes",
5216
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5221
+ "name": "code",
5222
+ "description": "Default: false\n\nCode style"
5217
5223
  },
5218
5224
  {
5219
- "name": "default-value",
5220
- "description": "Default: -\n\nInitial value"
5225
+ "name": "copyable",
5226
+ "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
5227
+ },
5228
+ {
5229
+ "name": "delete",
5230
+ "description": "Default: false\n\nDeleted line style"
5221
5231
  },
5222
5232
  {
5223
5233
  "name": "disabled",
5224
- "description": "Default: false\n\nDisable check/uncheck"
5234
+ "description": "Default: false\n\nDisabled content"
5225
5235
  },
5226
5236
  {
5227
- "name": "multiple",
5228
- "description": "Default: false\n\nMultiple select mode"
5237
+ "name": "editable",
5238
+ "description": "Default: false\n\nIf editable. Can control edit state when is object"
5229
5239
  },
5230
5240
  {
5231
- "name": "options",
5232
- "description": "Default: -\n\nOption list"
5241
+ "name": "ellipsis",
5242
+ "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
5233
5243
  },
5234
5244
  {
5235
- "name": "styles",
5236
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5245
+ "name": "mark",
5246
+ "description": "Default: false\n\nMarked style"
5237
5247
  },
5238
5248
  {
5239
- "name": "value",
5240
- "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
5249
+ "name": "strong",
5250
+ "description": "Default: false\n\nBold style"
5251
+ },
5252
+ {
5253
+ "name": "italic",
5254
+ "description": "Default: false\n\nItalic style"
5255
+ },
5256
+ {
5257
+ "name": "type",
5258
+ "description": "Default: -\n\nContent type"
5259
+ },
5260
+ {
5261
+ "name": "underline",
5262
+ "description": "Default: false\n\nUnderlined style"
5263
+ },
5264
+ {
5265
+ "name": "classes",
5266
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5267
+ },
5268
+ {
5269
+ "name": "styles",
5270
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5241
5271
  }
5242
5272
  ]
5243
5273
  },
5244
- {
5245
- "name": "a-tag-checkable-tag",
5246
- "description": "进行标记和分类的小标签。",
5247
- "attributes": []
5248
- },
5249
- {
5250
- "name": "a-tag-checkable-tag-group",
5251
- "description": "进行标记和分类的小标签。",
5252
- "attributes": []
5253
- },
5254
5274
  {
5255
5275
  "name": "a-watermark",
5256
5276
  "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",