antdv-next 1.3.2 → 1.3.3

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 (404) hide show
  1. package/dist/_util/ActionButton.d.ts +2 -2
  2. package/dist/_util/ContextIsolator.d.ts +3 -3
  3. package/dist/_util/PurePanel.d.ts +3 -3
  4. package/dist/_util/hooks/useClosable.d.ts +2 -2
  5. package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
  6. package/dist/_util/hooks/useMergedMask.d.ts +3 -3
  7. package/dist/_util/instance.d.ts +2 -2
  8. package/dist/_util/responsiveObserver.d.ts +2 -2
  9. package/dist/_util/statusUtils.d.ts +1 -1
  10. package/dist/_util/vueNode.d.ts +5 -5
  11. package/dist/_util/wave/WaveEffect.d.ts +5 -5
  12. package/dist/_util/wave/index.d.ts +2 -2
  13. package/dist/_util/wave/style.d.ts +2 -2
  14. package/dist/_util/zindexContext.d.ts +2 -2
  15. package/dist/affix/index.d.ts +3 -3
  16. package/dist/affix/style/index.d.ts +2 -2
  17. package/dist/alert/Alert.d.ts +2 -2
  18. package/dist/alert/style/index.d.ts +2 -2
  19. package/dist/anchor/Anchor.d.ts +2 -2
  20. package/dist/anchor/AnchorLink.d.ts +2 -2
  21. package/dist/anchor/style/index.d.ts +2 -2
  22. package/dist/antd-with-locales.esm.js +6022 -5965
  23. package/dist/antd-with-locales.js +82 -68
  24. package/dist/antd.css +1 -1
  25. package/dist/antd.esm.js +7367 -7326
  26. package/dist/antd.js +84 -70
  27. package/dist/app/App.d.ts +2 -2
  28. package/dist/app/context.d.ts +2 -2
  29. package/dist/app/style/index.d.ts +2 -2
  30. package/dist/auto-complete/index.d.ts +2 -2
  31. package/dist/avatar/Avatar.d.ts +2 -2
  32. package/dist/avatar/AvatarContext.d.ts +2 -2
  33. package/dist/avatar/AvatarGroup.d.ts +2 -2
  34. package/dist/avatar/style/index.d.ts +2 -2
  35. package/dist/badge/Ribbon.d.ts +2 -2
  36. package/dist/badge/ScrollNumber.d.ts +2 -2
  37. package/dist/badge/SingleNumber.d.ts +2 -2
  38. package/dist/badge/index.d.ts +3 -3
  39. package/dist/badge/style/index.d.ts +2 -2
  40. package/dist/badge/style/ribbon.d.ts +2 -2
  41. package/dist/border-beam/BorderBeam.d.ts +3 -3
  42. package/dist/border-beam/hooks/useBorderSize.d.ts +2 -2
  43. package/dist/border-beam/style/index.d.ts +2 -2
  44. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  45. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
  46. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  47. package/dist/breadcrumb/style/index.d.ts +2 -2
  48. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  49. package/dist/button/Button.d.ts +2 -2
  50. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  51. package/dist/button/IconWrapper.d.ts +2 -2
  52. package/dist/button/style/compact.d.ts +4 -4
  53. package/dist/button/style/index.d.ts +2 -2
  54. package/dist/calendar/Header.d.ts +2 -2
  55. package/dist/calendar/generateCalendar.d.ts +2 -2
  56. package/dist/calendar/index.d.ts +2 -2
  57. package/dist/calendar/style/index.d.ts +2 -2
  58. package/dist/card/Card.d.ts +2 -2
  59. package/dist/card/CardGrid.d.ts +2 -2
  60. package/dist/card/CardMeta.d.ts +2 -2
  61. package/dist/card/style/index.d.ts +2 -2
  62. package/dist/carousel/index.d.ts +2 -2
  63. package/dist/carousel/style/index.d.ts +2 -2
  64. package/dist/cascader/Panel.d.ts +2 -2
  65. package/dist/cascader/hooks/useBase.d.ts +5 -5
  66. package/dist/cascader/hooks/useCheckable.d.ts +2 -2
  67. package/dist/cascader/index.d.ts +2 -2
  68. package/dist/cascader/style/index.d.ts +2 -2
  69. package/dist/cascader/style/panel.d.ts +2 -2
  70. package/dist/checkbox/Checkbox.d.ts +2 -2
  71. package/dist/checkbox/Group.d.ts +2 -2
  72. package/dist/checkbox/style/index.d.ts +2 -2
  73. package/dist/checkbox/style/index.js +10 -9
  74. package/dist/collapse/Collapse.d.ts +2 -2
  75. package/dist/collapse/CollapsePanel.d.ts +2 -2
  76. package/dist/collapse/style/index.d.ts +2 -2
  77. package/dist/color-picker/ColorPicker.d.ts +2 -2
  78. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  79. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  80. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  81. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  82. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  83. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  84. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  85. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  86. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  87. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  88. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  89. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  90. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  91. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  92. package/dist/color-picker/context.d.ts +3 -3
  93. package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
  94. package/dist/color-picker/style/index.d.ts +2 -2
  95. package/dist/config-provider/DisabledContext.d.ts +2 -2
  96. package/dist/config-provider/SizeContext.d.ts +2 -2
  97. package/dist/config-provider/context.d.ts +15 -15
  98. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  99. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  100. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  101. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  102. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  103. package/dist/config-provider/index.d.ts +4 -4
  104. package/dist/date-picker/PickerButton.d.ts +2 -2
  105. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
  106. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
  107. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
  108. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  109. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  110. package/dist/date-picker/index.d.ts +13 -13
  111. package/dist/date-picker/style/index.d.ts +2 -2
  112. package/dist/date-picker/style/index.js +13 -4
  113. package/dist/date-picker/util.d.ts +3 -3
  114. package/dist/descriptions/Cell.d.ts +2 -2
  115. package/dist/descriptions/Item.d.ts +2 -2
  116. package/dist/descriptions/Row.d.ts +2 -2
  117. package/dist/descriptions/hooks/useItems.d.ts +10 -10
  118. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  119. package/dist/descriptions/index.d.ts +2 -2
  120. package/dist/descriptions/style/index.d.ts +2 -2
  121. package/dist/descriptions/style/index.js +2 -1
  122. package/dist/divider/index.d.ts +2 -2
  123. package/dist/divider/style/index.d.ts +2 -2
  124. package/dist/drawer/DrawerPanel.d.ts +2 -2
  125. package/dist/drawer/index.d.ts +3 -3
  126. package/dist/drawer/style/index.d.ts +2 -2
  127. package/dist/drawer/useFocusable.d.ts +2 -2
  128. package/dist/dropdown/dropdown.d.ts +2 -2
  129. package/dist/dropdown/style/index.d.ts +2 -2
  130. package/dist/empty/empty.d.ts +2 -2
  131. package/dist/empty/empty.js +33 -31
  132. package/dist/empty/index.d.ts +5 -5
  133. package/dist/empty/simple.d.ts +2 -2
  134. package/dist/empty/simple.js +4 -4
  135. package/dist/empty/style/index.d.ts +2 -2
  136. package/dist/empty/utils.d.ts +4 -0
  137. package/dist/empty/utils.js +10 -0
  138. package/dist/flex/index.d.ts +2 -2
  139. package/dist/flex/style/index.d.ts +2 -2
  140. package/dist/float-button/BackTop.d.ts +2 -2
  141. package/dist/float-button/FloatButton.d.ts +2 -2
  142. package/dist/float-button/FloatButtonGroup.d.ts +2 -2
  143. package/dist/float-button/PurePanel.d.ts +2 -2
  144. package/dist/float-button/context.d.ts +3 -3
  145. package/dist/float-button/style/index.d.ts +2 -2
  146. package/dist/form/ErrorList.d.ts +2 -2
  147. package/dist/form/ErrorList.js +2 -1
  148. package/dist/form/Form.d.ts +2 -2
  149. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  150. package/dist/form/FormItem/ItemHolder.js +1 -1
  151. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  152. package/dist/form/FormItem/index.d.ts +2 -2
  153. package/dist/form/FormItemInput.d.ts +2 -2
  154. package/dist/form/FormItemLabel.d.ts +3 -3
  155. package/dist/form/context.d.ts +7 -7
  156. package/dist/form/hooks/useVariant.d.ts +2 -2
  157. package/dist/form/style/fallbackCmp.d.ts +4 -4
  158. package/dist/form/style/index.d.ts +2 -2
  159. package/dist/grid/col.d.ts +2 -2
  160. package/dist/grid/index.d.ts +2 -2
  161. package/dist/grid/row.d.ts +2 -2
  162. package/dist/grid/style/index.d.ts +3 -3
  163. package/dist/image/PreviewGroup.d.ts +12 -12
  164. package/dist/image/hooks/useMergedPreviewConfig.d.ts +2 -2
  165. package/dist/image/hooks/usePreviewConfig.d.ts +11 -11
  166. package/dist/image/index.d.ts +3 -3
  167. package/dist/image/style/index.d.ts +2 -2
  168. package/dist/input/Group.d.ts +3 -3
  169. package/dist/input/Input.d.ts +2 -2
  170. package/dist/input/OTP/OTPInput.d.ts +3 -3
  171. package/dist/input/OTP/index.d.ts +2 -2
  172. package/dist/input/Password.d.ts +2 -2
  173. package/dist/input/Search.d.ts +2 -2
  174. package/dist/input/TextArea.d.ts +2 -2
  175. package/dist/input/index.d.ts +6 -6
  176. package/dist/input/style/index.d.ts +3 -3
  177. package/dist/input/style/otp.d.ts +2 -2
  178. package/dist/input/style/search.d.ts +2 -2
  179. package/dist/input/style/textarea.d.ts +2 -2
  180. package/dist/input-number/index.d.ts +2 -2
  181. package/dist/input-number/style/index.d.ts +2 -2
  182. package/dist/layout/Sider.d.ts +2 -2
  183. package/dist/layout/index.d.ts +5 -5
  184. package/dist/layout/layout.d.ts +5 -5
  185. package/dist/layout/style/index.d.ts +2 -2
  186. package/dist/layout/style/sider.d.ts +2 -2
  187. package/dist/locale/index.d.ts +2 -2
  188. package/dist/locale/km_KH.js +5 -0
  189. package/dist/locale/pt_BR.js +11 -0
  190. package/dist/locale/useLocale.d.ts +2 -2
  191. package/dist/masonry/Masonry.d.ts +3 -3
  192. package/dist/masonry/MasonryItem.d.ts +2 -2
  193. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  194. package/dist/masonry/style/index.d.ts +2 -2
  195. package/dist/mentions/index.d.ts +2 -2
  196. package/dist/mentions/style/index.d.ts +2 -2
  197. package/dist/menu/MenuContext.d.ts +3 -3
  198. package/dist/menu/MenuDivider.d.ts +2 -2
  199. package/dist/menu/MenuItem.d.ts +2 -2
  200. package/dist/menu/MenuItem.js +3 -2
  201. package/dist/menu/MenuItemGroup.d.ts +2 -2
  202. package/dist/menu/OverrideContext.d.ts +3 -3
  203. package/dist/menu/SubMenu.d.ts +2 -2
  204. package/dist/menu/index.d.ts +3 -3
  205. package/dist/menu/menu.d.ts +2 -2
  206. package/dist/menu/style/index.d.ts +2 -2
  207. package/dist/message/PureList.d.ts +3 -3
  208. package/dist/message/PurePanel.d.ts +3 -3
  209. package/dist/message/style/index.d.ts +5 -5
  210. package/dist/message/useMessage.d.ts +3 -3
  211. package/dist/modal/ConfirmDialog.d.ts +4 -4
  212. package/dist/modal/Modal.d.ts +2 -2
  213. package/dist/modal/PurePanel.d.ts +2 -2
  214. package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
  215. package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
  216. package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
  217. package/dist/modal/components/NormalOkBtn.d.ts +2 -2
  218. package/dist/modal/shared.d.ts +4 -4
  219. package/dist/modal/style/confirm.d.ts +4 -4
  220. package/dist/modal/style/index.d.ts +2 -2
  221. package/dist/modal/style/index.js +3 -0
  222. package/dist/modal/useModal/HookModal.d.ts +3 -3
  223. package/dist/notification/PureList.d.ts +3 -3
  224. package/dist/notification/PurePanel.d.ts +3 -3
  225. package/dist/notification/style/index.d.ts +5 -5
  226. package/dist/notification/useNotification.d.ts +3 -3
  227. package/dist/package.js +1 -1
  228. package/dist/pagination/Pagination.d.ts +2 -2
  229. package/dist/pagination/style/bordered.d.ts +4 -4
  230. package/dist/pagination/style/index.d.ts +2 -2
  231. package/dist/popconfirm/PurePanel.d.ts +3 -3
  232. package/dist/popconfirm/index.d.ts +2 -2
  233. package/dist/popconfirm/style/index.d.ts +2 -2
  234. package/dist/popconfirm/style/index.js +1 -1
  235. package/dist/popover/PurePanel.d.ts +4 -4
  236. package/dist/popover/index.d.ts +2 -2
  237. package/dist/popover/style/index.d.ts +2 -2
  238. package/dist/popover/style/index.js +3 -3
  239. package/dist/progress/Circle.d.ts +3 -3
  240. package/dist/progress/Line.d.ts +3 -3
  241. package/dist/progress/Steps.d.ts +2 -2
  242. package/dist/progress/progress.d.ts +2 -2
  243. package/dist/progress/style/index.d.ts +2 -2
  244. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  245. package/dist/qrcode/index.d.ts +2 -2
  246. package/dist/qrcode/style/index.d.ts +2 -2
  247. package/dist/radio/group.d.ts +2 -2
  248. package/dist/radio/index.d.ts +3 -3
  249. package/dist/radio/radio.d.ts +2 -2
  250. package/dist/radio/radioButton.d.ts +2 -2
  251. package/dist/radio/style/index.d.ts +2 -2
  252. package/dist/rate/index.d.ts +2 -2
  253. package/dist/rate/style/index.d.ts +2 -2
  254. package/dist/result/index.d.ts +2 -2
  255. package/dist/result/noFound.d.ts +2 -2
  256. package/dist/result/serverError.d.ts +2 -2
  257. package/dist/result/style/index.d.ts +2 -2
  258. package/dist/result/style/index.js +5 -5
  259. package/dist/result/unauthorized.d.ts +2 -2
  260. package/dist/segmented/index.d.ts +2 -2
  261. package/dist/segmented/style/index.d.ts +2 -2
  262. package/dist/select/index.d.ts +4 -4
  263. package/dist/select/style/dropdown.js +1 -0
  264. package/dist/select/style/index.d.ts +2 -2
  265. package/dist/select/style/select-input-customize.js +13 -1
  266. package/dist/select/useIcons.d.ts +5 -5
  267. package/dist/select/usePopupRender.d.ts +2 -2
  268. package/dist/skeleton/Avatar.d.ts +2 -2
  269. package/dist/skeleton/Button.d.ts +2 -2
  270. package/dist/skeleton/Element.d.ts +2 -2
  271. package/dist/skeleton/Image.d.ts +2 -2
  272. package/dist/skeleton/Input.d.ts +2 -2
  273. package/dist/skeleton/Node.d.ts +2 -2
  274. package/dist/skeleton/Paragraph.d.ts +2 -2
  275. package/dist/skeleton/Skeleton.d.ts +2 -2
  276. package/dist/skeleton/Title.d.ts +2 -2
  277. package/dist/skeleton/style/index.d.ts +2 -2
  278. package/dist/slider/SliderTooltip.d.ts +3 -3
  279. package/dist/slider/index.d.ts +2 -2
  280. package/dist/slider/style/index.d.ts +2 -2
  281. package/dist/space/Addon.d.ts +2 -2
  282. package/dist/space/Compact.d.ts +6 -6
  283. package/dist/space/Item.d.ts +2 -2
  284. package/dist/space/index.d.ts +4 -4
  285. package/dist/space/style/addon.d.ts +2 -2
  286. package/dist/space/style/compact.d.ts +2 -2
  287. package/dist/space/style/index.d.ts +2 -2
  288. package/dist/spin/Indicator/Looper.d.ts +2 -2
  289. package/dist/spin/Indicator/Progress.d.ts +2 -2
  290. package/dist/spin/Indicator/index.d.ts +2 -2
  291. package/dist/spin/index.d.ts +2 -2
  292. package/dist/spin/style/index.d.ts +2 -2
  293. package/dist/spin/usePercent.d.ts +2 -2
  294. package/dist/splitter/Panel.d.ts +3 -3
  295. package/dist/splitter/SplitBar.d.ts +2 -2
  296. package/dist/splitter/SplitBar.js +1 -12
  297. package/dist/splitter/Splitter.d.ts +2 -2
  298. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  299. package/dist/splitter/hooks/useResize.d.ts +2 -2
  300. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  301. package/dist/splitter/index.d.ts +2 -2
  302. package/dist/splitter/style/index.d.ts +2 -2
  303. package/dist/statistic/Number.d.ts +2 -2
  304. package/dist/statistic/Statistic.d.ts +2 -2
  305. package/dist/statistic/Timer.d.ts +2 -2
  306. package/dist/statistic/index.d.ts +2 -2
  307. package/dist/statistic/style/index.d.ts +2 -2
  308. package/dist/steps/PanelArrow.d.ts +2 -2
  309. package/dist/steps/ProgressIcon.d.ts +2 -2
  310. package/dist/steps/index.d.ts +2 -2
  311. package/dist/steps/style/index.d.ts +2 -2
  312. package/dist/style/placementArrow.d.ts +1 -0
  313. package/dist/style/placementArrow.js +2 -2
  314. package/dist/style/roundedArrow.d.ts +1 -1
  315. package/dist/style/roundedArrow.js +18 -17
  316. package/dist/switch/index.d.ts +2 -2
  317. package/dist/switch/style/index.d.ts +2 -2
  318. package/dist/table/Column.d.ts +2 -2
  319. package/dist/table/ColumnGroup.d.ts +2 -2
  320. package/dist/table/ExpandIcon.d.ts +2 -2
  321. package/dist/table/InternalTable.d.ts +2 -2
  322. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  323. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
  324. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  325. package/dist/table/hooks/useFilter/FilterWrapper.js +2 -1
  326. package/dist/table/hooks/usePagination.d.ts +2 -2
  327. package/dist/table/hooks/useSelection.d.ts +2 -2
  328. package/dist/table/hooks/useSorter.d.ts +2 -2
  329. package/dist/table/style/index.d.ts +2 -2
  330. package/dist/tabs/TabPane.d.ts +2 -2
  331. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  332. package/dist/tabs/index.d.ts +2 -2
  333. package/dist/tabs/style/index.d.ts +2 -2
  334. package/dist/tabs/style/index.js +20 -1
  335. package/dist/tag/CheckableTag.d.ts +2 -2
  336. package/dist/tag/CheckableTagGroup.d.ts +2 -2
  337. package/dist/tag/hooks/useColor.d.ts +2 -2
  338. package/dist/tag/index.d.ts +2 -2
  339. package/dist/tag/style/index.d.ts +2 -2
  340. package/dist/tag/style/presetCmp.d.ts +4 -4
  341. package/dist/tag/style/statusCmp.d.ts +4 -4
  342. package/dist/theme/context.d.ts +2 -2
  343. package/dist/theme/index.d.ts +7 -7
  344. package/dist/theme/interface/alias.d.ts +2 -0
  345. package/dist/theme/themes/default/theme.d.ts +2 -2
  346. package/dist/theme/util/alias.js +1 -0
  347. package/dist/theme/util/genStyleUtils.d.ts +14 -14
  348. package/dist/time-picker/index.d.ts +4 -4
  349. package/dist/timeline/Timeline.d.ts +2 -2
  350. package/dist/timeline/TimelineItem.d.ts +2 -2
  351. package/dist/timeline/style/index.d.ts +2 -2
  352. package/dist/tooltip/PurePanel.d.ts +2 -2
  353. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  354. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  355. package/dist/tooltip/index.d.ts +2 -2
  356. package/dist/tooltip/style/index.d.ts +2 -2
  357. package/dist/tooltip/style/index.js +5 -5
  358. package/dist/tour/PurePanel.d.ts +2 -2
  359. package/dist/tour/index.d.ts +2 -2
  360. package/dist/tour/panelRender.d.ts +2 -2
  361. package/dist/tour/style/index.d.ts +2 -2
  362. package/dist/transfer/Actions.d.ts +2 -2
  363. package/dist/transfer/ListBody.d.ts +2 -2
  364. package/dist/transfer/ListItem.d.ts +2 -2
  365. package/dist/transfer/Section.d.ts +2 -2
  366. package/dist/transfer/Section.js +5 -2
  367. package/dist/transfer/Transfer.d.ts +2 -2
  368. package/dist/transfer/hooks/useData.d.ts +2 -2
  369. package/dist/transfer/search.d.ts +2 -2
  370. package/dist/transfer/style/index.d.ts +2 -2
  371. package/dist/tree/DirectoryTree.d.ts +2 -2
  372. package/dist/tree/DirectoryTree.js +1 -1
  373. package/dist/tree/Tree.d.ts +2 -2
  374. package/dist/tree/style/index.d.ts +2 -2
  375. package/dist/tree/utils/dropIndicator.d.ts +2 -2
  376. package/dist/tree/utils/iconUtil.d.ts +2 -2
  377. package/dist/tree-select/index.d.ts +3 -3
  378. package/dist/tree-select/style/index.d.ts +2 -2
  379. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  380. package/dist/typography/Base/Ellipsis.d.ts +3 -3
  381. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  382. package/dist/typography/Base/index.d.ts +2 -2
  383. package/dist/typography/Editable.d.ts +2 -2
  384. package/dist/typography/Link.d.ts +2 -2
  385. package/dist/typography/Paragraph.d.ts +2 -2
  386. package/dist/typography/Text.d.ts +2 -2
  387. package/dist/typography/Title.d.ts +2 -2
  388. package/dist/typography/Typography.d.ts +2 -2
  389. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  390. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  391. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  392. package/dist/typography/index.d.ts +5 -5
  393. package/dist/typography/style/index.d.ts +2 -2
  394. package/dist/upload/Dragger.d.ts +3 -3
  395. package/dist/upload/Upload.d.ts +2 -2
  396. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  397. package/dist/upload/UploadList/index.d.ts +2 -2
  398. package/dist/upload/index.d.ts +3 -3
  399. package/dist/upload/style/index.d.ts +2 -2
  400. package/dist/watermark/context.d.ts +2 -2
  401. package/dist/watermark/index.d.ts +2 -2
  402. package/package.json +4 -4
  403. package/web-tags.json +1216 -1220
  404. package/web-types.json +4934 -4937
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.2",
2
+ "version": "1.3.3",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -85,24 +85,6 @@
85
85
  }
86
86
  ]
87
87
  },
88
- {
89
- "name": "a-app",
90
- "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
91
- "attributes": [
92
- {
93
- "name": "message",
94
- "description": "Default: -\n\nGlobal config for Message"
95
- },
96
- {
97
- "name": "notification",
98
- "description": "Default: -\n\nGlobal config for Notification"
99
- },
100
- {
101
- "name": "component",
102
- "description": "Default: div\n\nConfig render element, iffalse will not create DOM node"
103
- }
104
- ]
105
- },
106
88
  {
107
89
  "name": "a-anchor",
108
90
  "description": "(ZH) 用于跳转到页面指定位置。\n\n(EN) Hyperlinks to scroll on one page.",
@@ -157,6 +139,24 @@
157
139
  }
158
140
  ]
159
141
  },
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
160
  {
161
161
  "name": "a-auto-complete",
162
162
  "description": "(ZH) 输入框自动完成功能。\n\n(EN) Autocomplete function of input field.",
@@ -329,64 +329,6 @@
329
329
  }
330
330
  ]
331
331
  },
332
- {
333
- "name": "a-badge",
334
- "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
335
- "attributes": [
336
- {
337
- "name": "count",
338
- "description": "Default: -\n\nNumber to show in badge"
339
- },
340
- {
341
- "name": "show-zero",
342
- "description": "Default: false\n\nWhether to show badge when count is zero"
343
- },
344
- {
345
- "name": "overflow-count",
346
- "description": "Default: 99\n\nMax count to show"
347
- },
348
- {
349
- "name": "dot",
350
- "description": "Default: false\n\nWhether to display a red dot instead of count"
351
- },
352
- {
353
- "name": "scroll-number-prefix-cls",
354
- "description": "Default: -\n\n-"
355
- },
356
- {
357
- "name": "status",
358
- "description": "Default: -\n\nSet Badge as a status dot"
359
- },
360
- {
361
- "name": "color",
362
- "description": "Default: -\n\nCustomize Badge dot color"
363
- },
364
- {
365
- "name": "text",
366
- "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
367
- },
368
- {
369
- "name": "size",
370
- "description": "Default: -\n\nIf count is set, size sets the size of badge"
371
- },
372
- {
373
- "name": "offset",
374
- "description": "Default: -\n\nSet offset of the badge dot"
375
- },
376
- {
377
- "name": "title",
378
- "description": "Default: -\n\nText to show when hovering over the badge"
379
- },
380
- {
381
- "name": "classes",
382
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
383
- },
384
- {
385
- "name": "styles",
386
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
387
- }
388
- ]
389
- },
390
332
  {
391
333
  "name": "a-breadcrumb",
392
334
  "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
@@ -495,6 +437,146 @@
495
437
  }
496
438
  ]
497
439
  },
440
+ {
441
+ "name": "a-badge",
442
+ "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
443
+ "attributes": [
444
+ {
445
+ "name": "count",
446
+ "description": "Default: -\n\nNumber to show in badge"
447
+ },
448
+ {
449
+ "name": "show-zero",
450
+ "description": "Default: false\n\nWhether to show badge when count is zero"
451
+ },
452
+ {
453
+ "name": "overflow-count",
454
+ "description": "Default: 99\n\nMax count to show"
455
+ },
456
+ {
457
+ "name": "dot",
458
+ "description": "Default: false\n\nWhether to display a red dot instead of count"
459
+ },
460
+ {
461
+ "name": "scroll-number-prefix-cls",
462
+ "description": "Default: -\n\n-"
463
+ },
464
+ {
465
+ "name": "status",
466
+ "description": "Default: -\n\nSet Badge as a status dot"
467
+ },
468
+ {
469
+ "name": "color",
470
+ "description": "Default: -\n\nCustomize Badge dot color"
471
+ },
472
+ {
473
+ "name": "text",
474
+ "description": "Default: -\n\nIf status is set, text sets the display text of the status dot"
475
+ },
476
+ {
477
+ "name": "size",
478
+ "description": "Default: -\n\nIf count is set, size sets the size of badge"
479
+ },
480
+ {
481
+ "name": "offset",
482
+ "description": "Default: -\n\nSet offset of the badge dot"
483
+ },
484
+ {
485
+ "name": "title",
486
+ "description": "Default: -\n\nText to show when hovering over the badge"
487
+ },
488
+ {
489
+ "name": "classes",
490
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
491
+ },
492
+ {
493
+ "name": "styles",
494
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
495
+ }
496
+ ]
497
+ },
498
+ {
499
+ "name": "a-calendar",
500
+ "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
501
+ "attributes": [
502
+ {
503
+ "name": "prefix-cls",
504
+ "description": "Default: -\n\n-"
505
+ },
506
+ {
507
+ "name": "root-class",
508
+ "description": "Default: -\n\n-"
509
+ },
510
+ {
511
+ "name": "classes",
512
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
513
+ },
514
+ {
515
+ "name": "styles",
516
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
517
+ },
518
+ {
519
+ "name": "locale",
520
+ "description": "Default: (default)\n\nThe calendar's locale"
521
+ },
522
+ {
523
+ "name": "valid-range",
524
+ "description": "Default: -\n\nTo set valid range"
525
+ },
526
+ {
527
+ "name": "disabled-date",
528
+ "description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
529
+ },
530
+ {
531
+ "name": "date-full-cell-render",
532
+ "description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
533
+ },
534
+ {
535
+ "name": "date-cell-render",
536
+ "description": "Default: -\n\nDeprecated."
537
+ },
538
+ {
539
+ "name": "month-full-cell-render",
540
+ "description": "Default: -\n\nDeprecated."
541
+ },
542
+ {
543
+ "name": "month-cell-render",
544
+ "description": "Default: -\n\nDeprecated."
545
+ },
546
+ {
547
+ "name": "cell-render",
548
+ "description": "Default: -\n\nCustomize cell content"
549
+ },
550
+ {
551
+ "name": "full-cell-render",
552
+ "description": "Default: -\n\nCustomize cell content"
553
+ },
554
+ {
555
+ "name": "header-render",
556
+ "description": "Default: -\n\nRender custom header in panel"
557
+ },
558
+ {
559
+ "name": "value",
560
+ "description": "Default: -\n\nThe current selected date, support v-model:value"
561
+ },
562
+ {
563
+ "name": "default-value",
564
+ "description": "Default: -\n\nThe date selected by default"
565
+ },
566
+ {
567
+ "name": "mode",
568
+ "description": "Default: month\n\nThe display mode of the calendar"
569
+ },
570
+ {
571
+ "name": "fullscreen",
572
+ "description": "Default: true\n\nWhether to display in full-screen"
573
+ },
574
+ {
575
+ "name": "show-week",
576
+ "description": "Default: false\n\nWhether to display week number"
577
+ }
578
+ ]
579
+ },
498
580
  {
499
581
  "name": "a-card",
500
582
  "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
@@ -626,84 +708,48 @@
626
708
  ]
627
709
  },
628
710
  {
629
- "name": "a-calendar",
630
- "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
711
+ "name": "a-carousel",
712
+ "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
631
713
  "attributes": [
632
714
  {
633
- "name": "prefix-cls",
634
- "description": "Default: -\n\n-"
715
+ "name": "effect",
716
+ "description": "Default: scrollx\n\nTransition effect"
635
717
  },
636
718
  {
637
- "name": "root-class",
719
+ "name": "id",
638
720
  "description": "Default: -\n\n-"
639
721
  },
640
722
  {
641
- "name": "classes",
642
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
723
+ "name": "slick-go-to",
724
+ "description": "Default: -\n\n-"
643
725
  },
644
726
  {
645
- "name": "styles",
646
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
727
+ "name": "dot-position",
728
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
647
729
  },
648
730
  {
649
- "name": "locale",
650
- "description": "Default: (default)\n\nThe calendar's locale"
731
+ "name": "dot-placement",
732
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
651
733
  },
652
734
  {
653
- "name": "valid-range",
654
- "description": "Default: -\n\nTo set valid range"
655
- },
656
- {
657
- "name": "disabled-date",
658
- "description": "Default: -\n\nFunction that specifies the dates that cannot be selected, currentDate is same dayjs object as value prop which you shouldn't mutate it"
659
- },
660
- {
661
- "name": "date-full-cell-render",
662
- "description": "Default: -\n\nCustomize the display of the date cell, the returned content will override the cell"
663
- },
664
- {
665
- "name": "date-cell-render",
666
- "description": "Default: -\n\nDeprecated."
667
- },
668
- {
669
- "name": "month-full-cell-render",
670
- "description": "Default: -\n\nDeprecated."
671
- },
672
- {
673
- "name": "month-cell-render",
674
- "description": "Default: -\n\nDeprecated."
675
- },
676
- {
677
- "name": "cell-render",
678
- "description": "Default: -\n\nCustomize cell content"
679
- },
680
- {
681
- "name": "full-cell-render",
682
- "description": "Default: -\n\nCustomize cell content"
683
- },
684
- {
685
- "name": "header-render",
686
- "description": "Default: -\n\nRender custom header in panel"
687
- },
688
- {
689
- "name": "value",
690
- "description": "Default: -\n\nThe current selected date, support v-model:value"
735
+ "name": "dots",
736
+ "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
691
737
  },
692
738
  {
693
- "name": "default-value",
694
- "description": "Default: -\n\nThe date selected by default"
739
+ "name": "wait-for-animate",
740
+ "description": "Default: false\n\nWhether to wait for the animation when switching"
695
741
  },
696
742
  {
697
- "name": "mode",
698
- "description": "Default: month\n\nThe display mode of the calendar"
743
+ "name": "autoplay",
744
+ "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
699
745
  },
700
746
  {
701
- "name": "fullscreen",
702
- "description": "Default: true\n\nWhether to display in full-screen"
747
+ "name": "prev-arrow",
748
+ "description": "Default: -\n\n-"
703
749
  },
704
750
  {
705
- "name": "show-week",
706
- "description": "Default: false\n\nWhether to display week number"
751
+ "name": "next-arrow",
752
+ "description": "Default: -\n\n-"
707
753
  }
708
754
  ]
709
755
  },
@@ -813,52 +859,6 @@
813
859
  }
814
860
  ]
815
861
  },
816
- {
817
- "name": "a-carousel",
818
- "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
819
- "attributes": [
820
- {
821
- "name": "effect",
822
- "description": "Default: scrollx\n\nTransition effect"
823
- },
824
- {
825
- "name": "id",
826
- "description": "Default: -\n\n-"
827
- },
828
- {
829
- "name": "slick-go-to",
830
- "description": "Default: -\n\n-"
831
- },
832
- {
833
- "name": "dot-position",
834
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
835
- },
836
- {
837
- "name": "dot-placement",
838
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
839
- },
840
- {
841
- "name": "dots",
842
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
843
- },
844
- {
845
- "name": "wait-for-animate",
846
- "description": "Default: false\n\nWhether to wait for the animation when switching"
847
- },
848
- {
849
- "name": "autoplay",
850
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
851
- },
852
- {
853
- "name": "prev-arrow",
854
- "description": "Default: -\n\n-"
855
- },
856
- {
857
- "name": "next-arrow",
858
- "description": "Default: -\n\n-"
859
- }
860
- ]
861
- },
862
862
  {
863
863
  "name": "a-checkbox",
864
864
  "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
@@ -924,72 +924,94 @@
924
924
  ]
925
925
  },
926
926
  {
927
- "name": "a-config-provider",
928
- "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
927
+ "name": "a-collapse",
928
+ "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
929
929
  "attributes": [
930
930
  {
931
- "name": "component-disabled",
932
- "description": "Default: -\n\nConfig antd component disabled"
931
+ "name": "active-key",
932
+ "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
933
933
  },
934
934
  {
935
- "name": "component-size",
936
- "description": "Default: -\n\nConfig antd component size"
935
+ "name": "default-active-key",
936
+ "description": "Default: -\n\nKey of the initial active panel"
937
937
  },
938
938
  {
939
- "name": "csp",
940
- "description": "Default: -\n\nSet Content Security Policy config"
939
+ "name": "accordion",
940
+ "description": "Default: false\n\nIf true, Collapse renders as Accordion"
941
941
  },
942
942
  {
943
- "name": "direction",
944
- "description": "Default: ltr\n\nSet direction of layout. See demo"
943
+ "name": "destroy-on-hidden",
944
+ "description": "Default: false\n\nDestroy Inactive Panel"
945
945
  },
946
946
  {
947
- "name": "get-popup-container",
948
- "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
947
+ "name": "root-class",
948
+ "description": "Default: -\n\nRoot container class"
949
949
  },
950
950
  {
951
- "name": "get-target-container",
952
- "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
951
+ "name": "bordered",
952
+ "description": "Default: true\n\nToggles rendering of the border around the collapse block"
953
953
  },
954
954
  {
955
- "name": "icon-prefix-cls",
956
- "description": "Default: anticon\n\nSet icon prefix className"
955
+ "name": "expand-icon",
956
+ "description": "Default: -\n\nAllow to customize collapse icon"
957
957
  },
958
958
  {
959
- "name": "locale",
960
- "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
959
+ "name": "expand-icon-placement",
960
+ "description": "Default: start\n\nSet expand icon placement"
961
961
  },
962
962
  {
963
- "name": "popup-match-select-width",
964
- "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
963
+ "name": "ghost",
964
+ "description": "Default: false\n\nMake the collapse borderless and its background transparent"
965
965
  },
966
966
  {
967
- "name": "popup-overflow",
968
- "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
967
+ "name": "size",
968
+ "description": "Default: middle\n\nSet the size of collapse"
969
969
  },
970
970
  {
971
- "name": "prefix-cls",
972
- "description": "Default: ant\n\nSet prefix className"
971
+ "name": "collapsible",
972
+ "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
973
973
  },
974
974
  {
975
- "name": "render-empty",
976
- "description": "Default: -\n\nSet empty content of components. Ref Empty"
975
+ "name": "label-render",
976
+ "description": "Default: -\n\nCustom render label"
977
977
  },
978
978
  {
979
- "name": "theme",
980
- "description": "Default: -\n\nSet theme, ref Customize Theme"
979
+ "name": "content-render",
980
+ "description": "Default: -\n\nCustom render content"
981
981
  },
982
982
  {
983
- "name": "variant",
984
- "description": "Default: -\n\nSet variant of data entry components"
983
+ "name": "classes",
984
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
985
985
  },
986
986
  {
987
- "name": "virtual",
988
- "description": "Default: -\n\nDisable virtual scroll when set to false"
987
+ "name": "styles",
988
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
989
989
  },
990
990
  {
991
- "name": "warning",
992
- "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
991
+ "name": "items",
992
+ "description": "Default: -\n\nCollapse items content"
993
+ }
994
+ ]
995
+ },
996
+ {
997
+ "name": "a-collapse-panel",
998
+ "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
999
+ "attributes": [
1000
+ {
1001
+ "name": "header",
1002
+ "description": "Default: -\n\n-"
1003
+ },
1004
+ {
1005
+ "name": "show-arrow",
1006
+ "description": "Default: true\n\n-"
1007
+ },
1008
+ {
1009
+ "name": "extra",
1010
+ "description": "Default: -\n\n-"
1011
+ },
1012
+ {
1013
+ "name": "collapsible",
1014
+ "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
993
1015
  }
994
1016
  ]
995
1017
  },
@@ -1096,154 +1118,72 @@
1096
1118
  ]
1097
1119
  },
1098
1120
  {
1099
- "name": "a-localization",
1100
- "description": "To select or input a date.",
1101
- "attributes": []
1102
- },
1103
- {
1104
- "name": "a-common-api",
1105
- "description": "To select or input a date.",
1106
- "attributes": []
1107
- },
1108
- {
1109
- "name": "a-common-methods",
1110
- "description": "To select or input a date.",
1111
- "attributes": []
1112
- },
1113
- {
1114
- "name": "a-date-picker",
1115
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1116
- "attributes": []
1117
- },
1118
- {
1119
- "name": "a-date-picker[picker=year]",
1120
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1121
- "attributes": []
1122
- },
1123
- {
1124
- "name": "a-date-picker[picker=quarter]",
1125
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1126
- "attributes": []
1127
- },
1128
- {
1129
- "name": "a-date-picker[picker=month]",
1130
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1131
- "attributes": []
1132
- },
1133
- {
1134
- "name": "a-date-picker[picker=week]",
1135
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1136
- "attributes": []
1137
- },
1138
- {
1139
- "name": "a-range-picker",
1140
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1141
- "attributes": []
1142
- },
1143
- {
1144
- "name": "a-国际化配置",
1145
- "description": "输入或选择日期的控件。",
1146
- "attributes": []
1147
- },
1148
- {
1149
- "name": "a-共同的-api",
1150
- "description": "输入或选择日期的控件。",
1151
- "attributes": []
1152
- },
1153
- {
1154
- "name": "a-共同的方法",
1155
- "description": "输入或选择日期的控件。",
1156
- "attributes": []
1157
- },
1158
- {
1159
- "name": "a-collapse",
1160
- "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
1121
+ "name": "a-config-provider",
1122
+ "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1161
1123
  "attributes": [
1162
1124
  {
1163
- "name": "active-key",
1164
- "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
1165
- },
1166
- {
1167
- "name": "default-active-key",
1168
- "description": "Default: -\n\nKey of the initial active panel"
1169
- },
1170
- {
1171
- "name": "accordion",
1172
- "description": "Default: false\n\nIf true, Collapse renders as Accordion"
1173
- },
1174
- {
1175
- "name": "destroy-on-hidden",
1176
- "description": "Default: false\n\nDestroy Inactive Panel"
1125
+ "name": "component-disabled",
1126
+ "description": "Default: -\n\nConfig antd component disabled"
1177
1127
  },
1178
1128
  {
1179
- "name": "root-class",
1180
- "description": "Default: -\n\nRoot container class"
1129
+ "name": "component-size",
1130
+ "description": "Default: -\n\nConfig antd component size"
1181
1131
  },
1182
1132
  {
1183
- "name": "bordered",
1184
- "description": "Default: true\n\nToggles rendering of the border around the collapse block"
1133
+ "name": "csp",
1134
+ "description": "Default: -\n\nSet Content Security Policy config"
1185
1135
  },
1186
1136
  {
1187
- "name": "expand-icon",
1188
- "description": "Default: -\n\nAllow to customize collapse icon"
1137
+ "name": "direction",
1138
+ "description": "Default: ltr\n\nSet direction of layout. See demo"
1189
1139
  },
1190
1140
  {
1191
- "name": "expand-icon-placement",
1192
- "description": "Default: start\n\nSet expand icon placement"
1141
+ "name": "get-popup-container",
1142
+ "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1193
1143
  },
1194
1144
  {
1195
- "name": "ghost",
1196
- "description": "Default: false\n\nMake the collapse borderless and its background transparent"
1145
+ "name": "get-target-container",
1146
+ "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1197
1147
  },
1198
1148
  {
1199
- "name": "size",
1200
- "description": "Default: middle\n\nSet the size of collapse"
1149
+ "name": "icon-prefix-cls",
1150
+ "description": "Default: anticon\n\nSet icon prefix className"
1201
1151
  },
1202
1152
  {
1203
- "name": "collapsible",
1204
- "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
1153
+ "name": "locale",
1154
+ "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1205
1155
  },
1206
1156
  {
1207
- "name": "label-render",
1208
- "description": "Default: -\n\nCustom render label"
1157
+ "name": "popup-match-select-width",
1158
+ "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
1209
1159
  },
1210
1160
  {
1211
- "name": "content-render",
1212
- "description": "Default: -\n\nCustom render content"
1161
+ "name": "popup-overflow",
1162
+ "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1213
1163
  },
1214
1164
  {
1215
- "name": "classes",
1216
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1165
+ "name": "prefix-cls",
1166
+ "description": "Default: ant\n\nSet prefix className"
1217
1167
  },
1218
1168
  {
1219
- "name": "styles",
1220
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1169
+ "name": "render-empty",
1170
+ "description": "Default: -\n\nSet empty content of components. Ref Empty"
1221
1171
  },
1222
1172
  {
1223
- "name": "items",
1224
- "description": "Default: -\n\nCollapse items content"
1225
- }
1226
- ]
1227
- },
1228
- {
1229
- "name": "a-collapse-panel",
1230
- "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
1231
- "attributes": [
1232
- {
1233
- "name": "header",
1234
- "description": "Default: -\n\n-"
1173
+ "name": "theme",
1174
+ "description": "Default: -\n\nSet theme, ref Customize Theme"
1235
1175
  },
1236
1176
  {
1237
- "name": "show-arrow",
1238
- "description": "Default: true\n\n-"
1177
+ "name": "variant",
1178
+ "description": "Default: -\n\nSet variant of data entry components"
1239
1179
  },
1240
1180
  {
1241
- "name": "extra",
1242
- "description": "Default: -\n\n-"
1181
+ "name": "virtual",
1182
+ "description": "Default: -\n\nDisable virtual scroll when set to false"
1243
1183
  },
1244
1184
  {
1245
- "name": "collapsible",
1246
- "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
1185
+ "name": "warning",
1186
+ "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1247
1187
  }
1248
1188
  ]
1249
1189
  },
@@ -1348,90 +1288,64 @@
1348
1288
  ]
1349
1289
  },
1350
1290
  {
1351
- "name": "a-dropdown",
1352
- "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1353
- "attributes": [
1354
- {
1355
- "name": "classes",
1356
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1357
- },
1358
- {
1359
- "name": "styles",
1360
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1361
- },
1362
- {
1363
- "name": "menu",
1364
- "description": "Default: -\n\nThe menu props"
1365
- },
1366
- {
1367
- "name": "auto-focus",
1368
- "description": "Default: -\n\nFocus the first menu item when opened"
1369
- },
1370
- {
1371
- "name": "arrow",
1372
- "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1373
- },
1374
- {
1375
- "name": "trigger",
1376
- "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1377
- },
1378
- {
1379
- "name": "popup-render",
1380
- "description": "Default: -\n\nCustomize popup content"
1381
- },
1382
- {
1383
- "name": "open",
1384
- "description": "Default: -\n\nWhether the dropdown menu is currently open"
1385
- },
1386
- {
1387
- "name": "disabled",
1388
- "description": "Default: -\n\nWhether the dropdown menu is disabled"
1389
- },
1390
- {
1391
- "name": "destroy-on-hidden",
1392
- "description": "Default: false\n\nWhether destroy dropdown when hidden"
1393
- },
1394
- {
1395
- "name": "align",
1396
- "description": "Default: -\n\nPopup align config"
1397
- },
1398
- {
1399
- "name": "get-popup-container",
1400
- "description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
1401
- },
1402
- {
1403
- "name": "prefix-cls",
1404
- "description": "Default: -\n\nCustomize prefix class name"
1405
- },
1406
- {
1407
- "name": "transition-name",
1408
- "description": "Default: -\n\nMotion name of dropdown"
1409
- },
1410
- {
1411
- "name": "placement",
1412
- "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1413
- },
1414
- {
1415
- "name": "force-render",
1416
- "description": "Default: -\n\nForce render dropdown overlay"
1417
- },
1418
- {
1419
- "name": "mouse-enter-delay",
1420
- "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1421
- },
1422
- {
1423
- "name": "mouse-leave-delay",
1424
- "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1425
- },
1426
- {
1427
- "name": "open-class-name",
1428
- "description": "Default: -\n\nClass added to trigger when dropdown is open"
1429
- },
1430
- {
1431
- "name": "auto-adjust-overflow",
1432
- "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1433
- }
1434
- ]
1291
+ "name": "a-localization",
1292
+ "description": "To select or input a date.",
1293
+ "attributes": []
1294
+ },
1295
+ {
1296
+ "name": "a-common-api",
1297
+ "description": "To select or input a date.",
1298
+ "attributes": []
1299
+ },
1300
+ {
1301
+ "name": "a-common-methods",
1302
+ "description": "To select or input a date.",
1303
+ "attributes": []
1304
+ },
1305
+ {
1306
+ "name": "a-date-picker",
1307
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1308
+ "attributes": []
1309
+ },
1310
+ {
1311
+ "name": "a-date-picker[picker=year]",
1312
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1313
+ "attributes": []
1314
+ },
1315
+ {
1316
+ "name": "a-date-picker[picker=quarter]",
1317
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1318
+ "attributes": []
1319
+ },
1320
+ {
1321
+ "name": "a-date-picker[picker=month]",
1322
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1323
+ "attributes": []
1324
+ },
1325
+ {
1326
+ "name": "a-date-picker[picker=week]",
1327
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1328
+ "attributes": []
1329
+ },
1330
+ {
1331
+ "name": "a-range-picker",
1332
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1333
+ "attributes": []
1334
+ },
1335
+ {
1336
+ "name": "a-国际化配置",
1337
+ "description": "输入或选择日期的控件。",
1338
+ "attributes": []
1339
+ },
1340
+ {
1341
+ "name": "a-共同的-api",
1342
+ "description": "输入或选择日期的控件。",
1343
+ "attributes": []
1344
+ },
1345
+ {
1346
+ "name": "a-共同的方法",
1347
+ "description": "输入或选择日期的控件。",
1348
+ "attributes": []
1435
1349
  },
1436
1350
  {
1437
1351
  "name": "a-drawer",
@@ -1536,40 +1450,260 @@
1536
1450
  ]
1537
1451
  },
1538
1452
  {
1539
- "name": "a-empty",
1540
- "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1453
+ "name": "a-dropdown",
1454
+ "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1541
1455
  "attributes": [
1542
1456
  {
1543
1457
  "name": "classes",
1544
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1458
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1545
1459
  },
1546
1460
  {
1547
1461
  "name": "styles",
1548
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1462
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1549
1463
  },
1550
1464
  {
1551
- "name": "image",
1552
- "description": "Default: Empty.PRESENTED_IMAGE_DEFAULT\n\nCustomize image. Will treat as image url when string provided"
1465
+ "name": "menu",
1466
+ "description": "Default: -\n\nThe menu props"
1553
1467
  },
1554
1468
  {
1555
- "name": "description",
1556
- "description": "Default: -\n\nCustomize description"
1469
+ "name": "auto-focus",
1470
+ "description": "Default: -\n\nFocus the first menu item when opened"
1557
1471
  },
1558
1472
  {
1559
- "name": "root-class",
1560
- "description": "Default: -\n\nRoot container class"
1473
+ "name": "arrow",
1474
+ "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1561
1475
  },
1562
1476
  {
1563
- "name": "prefix-cls",
1564
- "description": "Default: -\n\nPrefix class name"
1565
- }
1566
- ]
1567
- },
1568
- {
1569
- "name": "a-flex",
1570
- "description": "用于对齐的弹性布局容器。",
1571
- "attributes": []
1572
- },
1477
+ "name": "trigger",
1478
+ "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1479
+ },
1480
+ {
1481
+ "name": "popup-render",
1482
+ "description": "Default: -\n\nCustomize popup content"
1483
+ },
1484
+ {
1485
+ "name": "open",
1486
+ "description": "Default: -\n\nWhether the dropdown menu is currently open"
1487
+ },
1488
+ {
1489
+ "name": "disabled",
1490
+ "description": "Default: -\n\nWhether the dropdown menu is disabled"
1491
+ },
1492
+ {
1493
+ "name": "destroy-on-hidden",
1494
+ "description": "Default: false\n\nWhether destroy dropdown when hidden"
1495
+ },
1496
+ {
1497
+ "name": "align",
1498
+ "description": "Default: -\n\nPopup align config"
1499
+ },
1500
+ {
1501
+ "name": "get-popup-container",
1502
+ "description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
1503
+ },
1504
+ {
1505
+ "name": "prefix-cls",
1506
+ "description": "Default: -\n\nCustomize prefix class name"
1507
+ },
1508
+ {
1509
+ "name": "transition-name",
1510
+ "description": "Default: -\n\nMotion name of dropdown"
1511
+ },
1512
+ {
1513
+ "name": "placement",
1514
+ "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1515
+ },
1516
+ {
1517
+ "name": "force-render",
1518
+ "description": "Default: -\n\nForce render dropdown overlay"
1519
+ },
1520
+ {
1521
+ "name": "mouse-enter-delay",
1522
+ "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1523
+ },
1524
+ {
1525
+ "name": "mouse-leave-delay",
1526
+ "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1527
+ },
1528
+ {
1529
+ "name": "open-class-name",
1530
+ "description": "Default: -\n\nClass added to trigger when dropdown is open"
1531
+ },
1532
+ {
1533
+ "name": "auto-adjust-overflow",
1534
+ "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1535
+ }
1536
+ ]
1537
+ },
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
+ {
1573
+ "name": "a-flex",
1574
+ "description": "用于对齐的弹性布局容器。",
1575
+ "attributes": []
1576
+ },
1577
+ {
1578
+ "name": "a-float-button-group",
1579
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1580
+ "attributes": [
1581
+ {
1582
+ "name": "shape",
1583
+ "description": "Default: circle\n\nSetting button shape of children"
1584
+ },
1585
+ {
1586
+ "name": "trigger",
1587
+ "description": "Default: -\n\nWhich action can trigger menu open/close"
1588
+ },
1589
+ {
1590
+ "name": "open",
1591
+ "description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
1592
+ },
1593
+ {
1594
+ "name": "close-icon",
1595
+ "description": "Default: -\n\nCustomize close button icon"
1596
+ },
1597
+ {
1598
+ "name": "placement",
1599
+ "description": "Default: top\n\nCustomize menu animation placement"
1600
+ },
1601
+ {
1602
+ "name": "classes",
1603
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1604
+ },
1605
+ {
1606
+ "name": "styles",
1607
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1608
+ }
1609
+ ]
1610
+ },
1611
+ {
1612
+ "name": "a-float-button",
1613
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1614
+ "attributes": [
1615
+ {
1616
+ "name": "icon",
1617
+ "description": "Default: -\n\nSet the icon component of button"
1618
+ },
1619
+ {
1620
+ "name": "content",
1621
+ "description": "Default: -\n\nText and other"
1622
+ },
1623
+ {
1624
+ "name": "~~description~~",
1625
+ "description": "Default: -\n\nPlease use content instead"
1626
+ },
1627
+ {
1628
+ "name": "tooltip",
1629
+ "description": "Default: -\n\nThe text shown in the tooltip"
1630
+ },
1631
+ {
1632
+ "name": "type",
1633
+ "description": "Default: default\n\nSetting button type"
1634
+ },
1635
+ {
1636
+ "name": "shape",
1637
+ "description": "Default: circle\n\nSetting button shape"
1638
+ },
1639
+ {
1640
+ "name": "href",
1641
+ "description": "Default: -\n\nThe target of hyperlink"
1642
+ },
1643
+ {
1644
+ "name": "target",
1645
+ "description": "Default: -\n\nSpecifies where to display the linked URL"
1646
+ },
1647
+ {
1648
+ "name": "html-type",
1649
+ "description": "Default: button\n\nSet the original html type of button, see: MDN"
1650
+ },
1651
+ {
1652
+ "name": "badge",
1653
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1654
+ },
1655
+ {
1656
+ "name": "classes",
1657
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1658
+ },
1659
+ {
1660
+ "name": "styles",
1661
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1662
+ }
1663
+ ]
1664
+ },
1665
+ {
1666
+ "name": "a-float-back-top",
1667
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1668
+ "attributes": [
1669
+ {
1670
+ "name": "duration",
1671
+ "description": "Default: 450\n\nTime to return to top(ms)"
1672
+ },
1673
+ {
1674
+ "name": "target",
1675
+ "description": "Default: -\n\nSpecifies where to display the linked URL"
1676
+ },
1677
+ {
1678
+ "name": "visibility-height",
1679
+ "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
1680
+ },
1681
+ {
1682
+ "name": "badge",
1683
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1684
+ },
1685
+ {
1686
+ "name": "html-type",
1687
+ "description": "Default: button\n\nSet the original html type of button, see: MDN"
1688
+ },
1689
+ {
1690
+ "name": "aria-label",
1691
+ "description": "Default: -\n\n-"
1692
+ },
1693
+ {
1694
+ "name": "style",
1695
+ "description": "Default: -\n\n-"
1696
+ },
1697
+ {
1698
+ "name": "classes",
1699
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1700
+ },
1701
+ {
1702
+ "name": "styles",
1703
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1704
+ }
1705
+ ]
1706
+ },
1573
1707
  {
1574
1708
  "name": "a-form",
1575
1709
  "description": "(ZH) 高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。\n\n(EN) High-performance form component with data domain management. Includes data entry, validation, and corresponding styles.",
@@ -1775,136 +1909,6 @@
1775
1909
  "description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
1776
1910
  "attributes": []
1777
1911
  },
1778
- {
1779
- "name": "a-float-button-group",
1780
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1781
- "attributes": [
1782
- {
1783
- "name": "shape",
1784
- "description": "Default: circle\n\nSetting button shape of children"
1785
- },
1786
- {
1787
- "name": "trigger",
1788
- "description": "Default: -\n\nWhich action can trigger menu open/close"
1789
- },
1790
- {
1791
- "name": "open",
1792
- "description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
1793
- },
1794
- {
1795
- "name": "close-icon",
1796
- "description": "Default: -\n\nCustomize close button icon"
1797
- },
1798
- {
1799
- "name": "placement",
1800
- "description": "Default: top\n\nCustomize menu animation placement"
1801
- },
1802
- {
1803
- "name": "classes",
1804
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1805
- },
1806
- {
1807
- "name": "styles",
1808
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1809
- }
1810
- ]
1811
- },
1812
- {
1813
- "name": "a-float-button",
1814
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1815
- "attributes": [
1816
- {
1817
- "name": "icon",
1818
- "description": "Default: -\n\nSet the icon component of button"
1819
- },
1820
- {
1821
- "name": "content",
1822
- "description": "Default: -\n\nText and other"
1823
- },
1824
- {
1825
- "name": "~~description~~",
1826
- "description": "Default: -\n\nPlease use content instead"
1827
- },
1828
- {
1829
- "name": "tooltip",
1830
- "description": "Default: -\n\nThe text shown in the tooltip"
1831
- },
1832
- {
1833
- "name": "type",
1834
- "description": "Default: default\n\nSetting button type"
1835
- },
1836
- {
1837
- "name": "shape",
1838
- "description": "Default: circle\n\nSetting button shape"
1839
- },
1840
- {
1841
- "name": "href",
1842
- "description": "Default: -\n\nThe target of hyperlink"
1843
- },
1844
- {
1845
- "name": "target",
1846
- "description": "Default: -\n\nSpecifies where to display the linked URL"
1847
- },
1848
- {
1849
- "name": "html-type",
1850
- "description": "Default: button\n\nSet the original html type of button, see: MDN"
1851
- },
1852
- {
1853
- "name": "badge",
1854
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1855
- },
1856
- {
1857
- "name": "classes",
1858
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1859
- },
1860
- {
1861
- "name": "styles",
1862
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1863
- }
1864
- ]
1865
- },
1866
- {
1867
- "name": "a-float-back-top",
1868
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1869
- "attributes": [
1870
- {
1871
- "name": "duration",
1872
- "description": "Default: 450\n\nTime to return to top(ms)"
1873
- },
1874
- {
1875
- "name": "target",
1876
- "description": "Default: -\n\nSpecifies where to display the linked URL"
1877
- },
1878
- {
1879
- "name": "visibility-height",
1880
- "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
1881
- },
1882
- {
1883
- "name": "badge",
1884
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1885
- },
1886
- {
1887
- "name": "html-type",
1888
- "description": "Default: button\n\nSet the original html type of button, see: MDN"
1889
- },
1890
- {
1891
- "name": "aria-label",
1892
- "description": "Default: -\n\n-"
1893
- },
1894
- {
1895
- "name": "style",
1896
- "description": "Default: -\n\n-"
1897
- },
1898
- {
1899
- "name": "classes",
1900
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1901
- },
1902
- {
1903
- "name": "styles",
1904
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1905
- }
1906
- ]
1907
- },
1908
1912
  {
1909
1913
  "name": "a-row",
1910
1914
  "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
@@ -2045,6 +2049,48 @@
2045
2049
  "description": "语义化的矢量图形。",
2046
2050
  "attributes": []
2047
2051
  },
2052
+ {
2053
+ "name": "a-image",
2054
+ "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2055
+ "attributes": [
2056
+ {
2057
+ "name": "preview",
2058
+ "description": "Default: true\n\nPreview configuration; set to false to disable"
2059
+ },
2060
+ {
2061
+ "name": "wrapper-style",
2062
+ "description": "Default: -\n\nDeprecated."
2063
+ },
2064
+ {
2065
+ "name": "classes",
2066
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2067
+ },
2068
+ {
2069
+ "name": "styles",
2070
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2071
+ },
2072
+ {
2073
+ "name": "root-class",
2074
+ "description": "Default: -\n\n-"
2075
+ },
2076
+ {
2077
+ "name": "alt",
2078
+ "description": "Default: -\n\nImage description"
2079
+ },
2080
+ {
2081
+ "name": "height",
2082
+ "description": "Default: -\n\nImage height"
2083
+ },
2084
+ {
2085
+ "name": "src",
2086
+ "description": "Default: -\n\nImage URL"
2087
+ },
2088
+ {
2089
+ "name": "width",
2090
+ "description": "Default: -\n\nImage width"
2091
+ }
2092
+ ]
2093
+ },
2048
2094
  {
2049
2095
  "name": "a-input",
2050
2096
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
@@ -2237,17 +2283,45 @@
2237
2283
  "attributes": []
2238
2284
  },
2239
2285
  {
2240
- "name": "a-image",
2241
- "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2286
+ "name": "a-input-number",
2287
+ "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
2242
2288
  "attributes": [
2243
2289
  {
2244
- "name": "preview",
2245
- "description": "Default: true\n\nPreview configuration; set to false to disable"
2290
+ "name": "size",
2291
+ "description": "Default: -\n\nThe height of input box"
2246
2292
  },
2247
2293
  {
2248
- "name": "wrapper-style",
2294
+ "name": "status",
2295
+ "description": "Default: -\n\nSet validation status"
2296
+ },
2297
+ {
2298
+ "name": "disabled",
2299
+ "description": "Default: false\n\nIf the input is disabled"
2300
+ },
2301
+ {
2302
+ "name": "addon-before",
2303
+ "description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
2304
+ },
2305
+ {
2306
+ "name": "addon-after",
2307
+ "description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
2308
+ },
2309
+ {
2310
+ "name": "prefix",
2311
+ "description": "Default: -\n\nThe prefix icon for the Input"
2312
+ },
2313
+ {
2314
+ "name": "suffix",
2315
+ "description": "Default: -\n\nThe suffix icon for the Input"
2316
+ },
2317
+ {
2318
+ "name": "bordered",
2249
2319
  "description": "Default: -\n\nDeprecated."
2250
2320
  },
2321
+ {
2322
+ "name": "variant",
2323
+ "description": "Default: outlined\n\nVariants of Input"
2324
+ },
2251
2325
  {
2252
2326
  "name": "classes",
2253
2327
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
@@ -2257,24 +2331,24 @@
2257
2331
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2258
2332
  },
2259
2333
  {
2260
- "name": "root-class",
2261
- "description": "Default: -\n\n-"
2334
+ "name": "controls",
2335
+ "description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
2262
2336
  },
2263
2337
  {
2264
- "name": "alt",
2265
- "description": "Default: -\n\nImage description"
2338
+ "name": "type",
2339
+ "description": "Default: -\n\n-"
2266
2340
  },
2267
2341
  {
2268
- "name": "height",
2269
- "description": "Default: -\n\nImage height"
2342
+ "name": "max",
2343
+ "description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
2270
2344
  },
2271
2345
  {
2272
- "name": "src",
2273
- "description": "Default: -\n\nImage URL"
2346
+ "name": "min",
2347
+ "description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
2274
2348
  },
2275
2349
  {
2276
- "name": "width",
2277
- "description": "Default: -\n\nImage width"
2350
+ "name": "step",
2351
+ "description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
2278
2352
  }
2279
2353
  ]
2280
2354
  },
@@ -2330,76 +2404,6 @@
2330
2404
  }
2331
2405
  ]
2332
2406
  },
2333
- {
2334
- "name": "a-input-number",
2335
- "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
2336
- "attributes": [
2337
- {
2338
- "name": "size",
2339
- "description": "Default: -\n\nThe height of input box"
2340
- },
2341
- {
2342
- "name": "status",
2343
- "description": "Default: -\n\nSet validation status"
2344
- },
2345
- {
2346
- "name": "disabled",
2347
- "description": "Default: false\n\nIf the input is disabled"
2348
- },
2349
- {
2350
- "name": "addon-before",
2351
- "description": "Default: -\n\nThe label text displayed before (on the left side of) the input field, please use Space.Compact instead"
2352
- },
2353
- {
2354
- "name": "addon-after",
2355
- "description": "Default: -\n\nThe label text displayed after (on the right side of) the input field, please use Space.Compact instead"
2356
- },
2357
- {
2358
- "name": "prefix",
2359
- "description": "Default: -\n\nThe prefix icon for the Input"
2360
- },
2361
- {
2362
- "name": "suffix",
2363
- "description": "Default: -\n\nThe suffix icon for the Input"
2364
- },
2365
- {
2366
- "name": "bordered",
2367
- "description": "Default: -\n\nDeprecated."
2368
- },
2369
- {
2370
- "name": "variant",
2371
- "description": "Default: outlined\n\nVariants of Input"
2372
- },
2373
- {
2374
- "name": "classes",
2375
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2376
- },
2377
- {
2378
- "name": "styles",
2379
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2380
- },
2381
- {
2382
- "name": "controls",
2383
- "description": "Default: -\n\nWhether to show +- controls, or set custom arrow icons"
2384
- },
2385
- {
2386
- "name": "type",
2387
- "description": "Default: -\n\n-"
2388
- },
2389
- {
2390
- "name": "max",
2391
- "description": "Default: Number.MAX_SAFE_INTEGER\n\nThe max value"
2392
- },
2393
- {
2394
- "name": "min",
2395
- "description": "Default: Number.MIN_SAFE_INTEGER\n\nThe min value"
2396
- },
2397
- {
2398
- "name": "step",
2399
- "description": "Default: 1\n\nThe number to which the current value is increased or decreased. It can be an integer or decimal"
2400
- }
2401
- ]
2402
- },
2403
2407
  {
2404
2408
  "name": "a-masonry",
2405
2409
  "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
@@ -2629,21 +2633,6 @@
2629
2633
  "description": "全局展示通知提醒信息。",
2630
2634
  "attributes": []
2631
2635
  },
2632
- {
2633
- "name": "a-args-props",
2634
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2635
- "attributes": []
2636
- },
2637
- {
2638
- "name": "a-notification-use-notification",
2639
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2640
- "attributes": []
2641
- },
2642
- {
2643
- "name": "a-closable-type",
2644
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2645
- "attributes": []
2646
- },
2647
2636
  {
2648
2637
  "name": "a-modal",
2649
2638
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2790,6 +2779,21 @@
2790
2779
  }
2791
2780
  ]
2792
2781
  },
2782
+ {
2783
+ "name": "a-args-props",
2784
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2785
+ "attributes": []
2786
+ },
2787
+ {
2788
+ "name": "a-notification-use-notification",
2789
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2790
+ "attributes": []
2791
+ },
2792
+ {
2793
+ "name": "a-closable-type",
2794
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2795
+ "attributes": []
2796
+ },
2793
2797
  {
2794
2798
  "name": "a-pagination",
2795
2799
  "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
@@ -2908,60 +2912,6 @@
2908
2912
  }
2909
2913
  ]
2910
2914
  },
2911
- {
2912
- "name": "a-popconfirm",
2913
- "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2914
- "attributes": [
2915
- {
2916
- "name": "cancel-button-props",
2917
- "description": "Default: -\n\nThe cancel button props"
2918
- },
2919
- {
2920
- "name": "cancel-text",
2921
- "description": "Default: Cancel\n\nThe text of the Cancel button"
2922
- },
2923
- {
2924
- "name": "disabled",
2925
- "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2926
- },
2927
- {
2928
- "name": "icon",
2929
- "description": "Default: -\n\nCustomize icon of confirmation"
2930
- },
2931
- {
2932
- "name": "ok-button-props",
2933
- "description": "Default: -\n\nThe ok button props"
2934
- },
2935
- {
2936
- "name": "ok-text",
2937
- "description": "Default: OK\n\nThe text of the Confirm button"
2938
- },
2939
- {
2940
- "name": "ok-type",
2941
- "description": "Default: primary\n\nButton type of the Confirm button"
2942
- },
2943
- {
2944
- "name": "show-cancel",
2945
- "description": "Default: true\n\nShow cancel button"
2946
- },
2947
- {
2948
- "name": "title",
2949
- "description": "Default: -\n\nThe title of the confirmation box"
2950
- },
2951
- {
2952
- "name": "description",
2953
- "description": "Default: -\n\nThe description of the confirmation box"
2954
- },
2955
- {
2956
- "name": "classes",
2957
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2958
- },
2959
- {
2960
- "name": "styles",
2961
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2962
- }
2963
- ]
2964
- },
2965
2915
  {
2966
2916
  "name": "a-popover",
2967
2917
  "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
@@ -2985,68 +2935,56 @@
2985
2935
  ]
2986
2936
  },
2987
2937
  {
2988
- "name": "a-qrcode",
2989
- "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
2938
+ "name": "a-popconfirm",
2939
+ "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2990
2940
  "attributes": [
2991
2941
  {
2992
- "name": "value",
2993
- "description": "Default: -\n\nscanned text"
2994
- },
2995
- {
2996
- "name": "type",
2997
- "description": "Default: canvas\n\nrender type"
2998
- },
2999
- {
3000
- "name": "icon",
3001
- "description": "Default: -\n\ninclude image url (only image link are supported)"
3002
- },
3003
- {
3004
- "name": "size",
3005
- "description": "Default: 160\n\nQRCode size"
2942
+ "name": "cancel-button-props",
2943
+ "description": "Default: -\n\nThe cancel button props"
3006
2944
  },
3007
- {
3008
- "name": "icon-size",
3009
- "description": "Default: 40\n\ninclude image size"
2945
+ {
2946
+ "name": "cancel-text",
2947
+ "description": "Default: Cancel\n\nThe text of the Cancel button"
3010
2948
  },
3011
2949
  {
3012
- "name": "color",
3013
- "description": "Default: #000\n\nQRCode Color"
2950
+ "name": "disabled",
2951
+ "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
3014
2952
  },
3015
2953
  {
3016
- "name": "classes",
3017
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2954
+ "name": "icon",
2955
+ "description": "Default: -\n\nCustomize icon of confirmation"
3018
2956
  },
3019
2957
  {
3020
- "name": "bg-color",
3021
- "description": "Default: transparent\n\nQRCode Background Color"
2958
+ "name": "ok-button-props",
2959
+ "description": "Default: -\n\nThe ok button props"
3022
2960
  },
3023
2961
  {
3024
- "name": "margin-size",
3025
- "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
2962
+ "name": "ok-text",
2963
+ "description": "Default: OK\n\nThe text of the Confirm button"
3026
2964
  },
3027
2965
  {
3028
- "name": "bordered",
3029
- "description": "Default: true\n\nWhether has border style"
2966
+ "name": "ok-type",
2967
+ "description": "Default: primary\n\nButton type of the Confirm button"
3030
2968
  },
3031
2969
  {
3032
- "name": "error-level",
3033
- "description": "Default: 'M'\n\nError Code Level"
2970
+ "name": "show-cancel",
2971
+ "description": "Default: true\n\nShow cancel button"
3034
2972
  },
3035
2973
  {
3036
- "name": "boost-level",
3037
- "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
2974
+ "name": "title",
2975
+ "description": "Default: -\n\nThe title of the confirmation box"
3038
2976
  },
3039
2977
  {
3040
- "name": "status",
3041
- "description": "Default: 'active'\n\nQRCode status"
2978
+ "name": "description",
2979
+ "description": "Default: -\n\nThe description of the confirmation box"
3042
2980
  },
3043
2981
  {
3044
- "name": "status-render",
3045
- "description": "Default: -\n\ncustom status render"
2982
+ "name": "classes",
2983
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3046
2984
  },
3047
2985
  {
3048
2986
  "name": "styles",
3049
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2987
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3050
2988
  }
3051
2989
  ]
3052
2990
  },
@@ -3121,52 +3059,68 @@
3121
3059
  ]
3122
3060
  },
3123
3061
  {
3124
- "name": "a-rate",
3125
- "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
3062
+ "name": "a-qrcode",
3063
+ "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
3126
3064
  "attributes": [
3127
3065
  {
3128
- "name": "allow-clear",
3129
- "description": "Default: true\n\nWhether to allow clear when click again"
3066
+ "name": "value",
3067
+ "description": "Default: -\n\nscanned text"
3130
3068
  },
3131
3069
  {
3132
- "name": "allow-half",
3133
- "description": "Default: false\n\nWhether to allow semi selection"
3070
+ "name": "type",
3071
+ "description": "Default: canvas\n\nrender type"
3134
3072
  },
3135
3073
  {
3136
- "name": "character",
3137
- "description": "Default: -\n\nThe custom character of rate"
3074
+ "name": "icon",
3075
+ "description": "Default: -\n\ninclude image url (only image link are supported)"
3138
3076
  },
3139
3077
  {
3140
- "name": "class-name",
3141
- "description": "Default: -\n\nThe custom class name of rate"
3078
+ "name": "size",
3079
+ "description": "Default: 160\n\nQRCode size"
3142
3080
  },
3143
3081
  {
3144
- "name": "count",
3145
- "description": "Default: 5\n\nStar count"
3082
+ "name": "icon-size",
3083
+ "description": "Default: 40\n\ninclude image size"
3146
3084
  },
3147
3085
  {
3148
- "name": "disabled",
3149
- "description": "Default: false\n\nIf read only, unable to interact"
3086
+ "name": "color",
3087
+ "description": "Default: #000\n\nQRCode Color"
3150
3088
  },
3151
3089
  {
3152
- "name": "keyboard",
3153
- "description": "Default: true\n\nSupport keyboard operation"
3090
+ "name": "classes",
3091
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3154
3092
  },
3155
3093
  {
3156
- "name": "size",
3157
- "description": "Default: 'middle'\n\nStar size"
3094
+ "name": "bg-color",
3095
+ "description": "Default: transparent\n\nQRCode Background Color"
3158
3096
  },
3159
3097
  {
3160
- "name": "style",
3161
- "description": "Default: -\n\nThe custom style object of rate"
3098
+ "name": "margin-size",
3099
+ "description": "Default: 0\n\nQuiet zone size (in modules). 0 means no margin"
3162
3100
  },
3163
3101
  {
3164
- "name": "tooltips",
3165
- "description": "Default: -\n\nCustomize tooltip by each character"
3102
+ "name": "bordered",
3103
+ "description": "Default: true\n\nWhether has border style"
3166
3104
  },
3167
3105
  {
3168
- "name": "value",
3169
- "description": "Default: -\n\nThe current value, support v-model:value"
3106
+ "name": "error-level",
3107
+ "description": "Default: 'M'\n\nError Code Level"
3108
+ },
3109
+ {
3110
+ "name": "boost-level",
3111
+ "description": "Default: true\n\nIf enabled, the Error Correction Level of the result may be higher than the specified Error Correction Level"
3112
+ },
3113
+ {
3114
+ "name": "status",
3115
+ "description": "Default: 'active'\n\nQRCode status"
3116
+ },
3117
+ {
3118
+ "name": "status-render",
3119
+ "description": "Default: -\n\ncustom status render"
3120
+ },
3121
+ {
3122
+ "name": "styles",
3123
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3170
3124
  }
3171
3125
  ]
3172
3126
  },
@@ -3255,266 +3209,132 @@
3255
3209
  ]
3256
3210
  },
3257
3211
  {
3258
- "name": "a-segmented",
3259
- "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3260
- "attributes": [
3261
- {
3262
- "name": "block",
3263
- "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3264
- },
3265
- {
3266
- "name": "classes",
3267
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3268
- },
3269
- {
3270
- "name": "default-value",
3271
- "description": "Default: -\n\nDefault selected value"
3272
- },
3273
- {
3274
- "name": "disabled",
3275
- "description": "Default: false\n\nDisable all segments"
3276
- },
3277
- {
3278
- "name": "options",
3279
- "description": "Default: []\n\nSet children optional"
3280
- },
3281
- {
3282
- "name": "orientation",
3283
- "description": "Default: horizontal\n\nOrientation"
3284
- },
3285
- {
3286
- "name": "size",
3287
- "description": "Default: middle\n\nThe size of the Segmented."
3288
- },
3289
- {
3290
- "name": "styles",
3291
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3292
- },
3293
- {
3294
- "name": "vertical",
3295
- "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3296
- },
3297
- {
3298
- "name": "value",
3299
- "description": "Default: -\n\nCurrently selected value, support v-model:value"
3300
- },
3301
- {
3302
- "name": "shape",
3303
- "description": "Default: default\n\nshape of Segmented"
3304
- },
3305
- {
3306
- "name": "name",
3307
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3308
- }
3309
- ]
3310
- },
3311
- {
3312
- "name": "a-result",
3313
- "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3314
- "attributes": [
3315
- {
3316
- "name": "classes",
3317
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3318
- },
3319
- {
3320
- "name": "extra",
3321
- "description": "Default: -\n\nOperating area"
3322
- },
3323
- {
3324
- "name": "icon",
3325
- "description": "Default: -\n\nCustom back icon"
3326
- },
3327
- {
3328
- "name": "status",
3329
- "description": "Default: info\n\nResult status, decide icons and colors"
3330
- },
3331
- {
3332
- "name": "styles",
3333
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3334
- },
3335
- {
3336
- "name": "sub-title",
3337
- "description": "Default: -\n\nThe subTitle"
3338
- },
3339
- {
3340
- "name": "title",
3341
- "description": "Default: -\n\nThe title"
3342
- }
3343
- ]
3344
- },
3345
- {
3346
- "name": "a-skeleton",
3347
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3212
+ "name": "a-rate",
3213
+ "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
3348
3214
  "attributes": [
3349
3215
  {
3350
- "name": "active",
3351
- "description": "Default: false\n\nShow animation effect"
3352
- },
3353
- {
3354
- "name": "avatar",
3355
- "description": "Default: false\n\nShow avatar placeholder"
3356
- },
3357
- {
3358
- "name": "loading",
3359
- "description": "Default: -\n\nDisplay the skeleton when true"
3360
- },
3361
- {
3362
- "name": "paragraph",
3363
- "description": "Default: true\n\nShow paragraph placeholder"
3216
+ "name": "allow-clear",
3217
+ "description": "Default: true\n\nWhether to allow clear when click again"
3364
3218
  },
3365
3219
  {
3366
- "name": "round",
3367
- "description": "Default: false\n\nShow paragraph and title radius when true"
3220
+ "name": "allow-half",
3221
+ "description": "Default: false\n\nWhether to allow semi selection"
3368
3222
  },
3369
3223
  {
3370
- "name": "title",
3371
- "description": "Default: true\n\nShow title placeholder"
3224
+ "name": "character",
3225
+ "description": "Default: -\n\nThe custom character of rate"
3372
3226
  },
3373
3227
  {
3374
- "name": "classes",
3375
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3228
+ "name": "count",
3229
+ "description": "Default: 5\n\nStar count"
3376
3230
  },
3377
3231
  {
3378
- "name": "styles",
3379
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3380
- }
3381
- ]
3382
- },
3383
- {
3384
- "name": "a-skeleton-avatar",
3385
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3386
- "attributes": [
3387
- {
3388
- "name": "active",
3389
- "description": "Default: false\n\nShow animation effect"
3232
+ "name": "disabled",
3233
+ "description": "Default: false\n\nIf read only, unable to interact"
3390
3234
  },
3391
3235
  {
3392
- "name": "shape",
3393
- "description": "Default: circle\n\nSet the shape of avatar"
3236
+ "name": "keyboard",
3237
+ "description": "Default: true\n\nSupport keyboard operation"
3394
3238
  },
3395
3239
  {
3396
3240
  "name": "size",
3397
- "description": "Default: medium\n\nSet the size of avatar"
3398
- },
3399
- {
3400
- "name": "classes",
3401
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3402
- },
3403
- {
3404
- "name": "styles",
3405
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3406
- }
3407
- ]
3408
- },
3409
- {
3410
- "name": "a-skeleton-title",
3411
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3412
- "attributes": [
3241
+ "description": "Default: 'middle'\n\nStar size"
3242
+ },
3413
3243
  {
3414
- "name": "width",
3415
- "description": "Default: -\n\nSet the width of title"
3244
+ "name": "tooltips",
3245
+ "description": "Default: -\n\nCustomize tooltip by each character"
3246
+ },
3247
+ {
3248
+ "name": "value",
3249
+ "description": "Default: -\n\nThe current value, support v-model:value"
3416
3250
  }
3417
3251
  ]
3418
3252
  },
3419
3253
  {
3420
- "name": "a-skeleton-paragraph",
3421
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3254
+ "name": "a-segmented",
3255
+ "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3422
3256
  "attributes": [
3423
3257
  {
3424
- "name": "rows",
3425
- "description": "Default: -\n\nSet the row count of paragraph"
3258
+ "name": "block",
3259
+ "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3426
3260
  },
3427
3261
  {
3428
- "name": "width",
3429
- "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"
3430
- }
3431
- ]
3432
- },
3433
- {
3434
- "name": "a-skeleton-button",
3435
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3436
- "attributes": [
3262
+ "name": "classes",
3263
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3264
+ },
3437
3265
  {
3438
- "name": "active",
3439
- "description": "Default: false\n\nShow animation effect"
3266
+ "name": "default-value",
3267
+ "description": "Default: -\n\nDefault selected value"
3440
3268
  },
3441
3269
  {
3442
- "name": "block",
3443
- "description": "Default: false\n\nOption to fit button width to its parent width"
3270
+ "name": "disabled",
3271
+ "description": "Default: false\n\nDisable all segments"
3444
3272
  },
3445
3273
  {
3446
- "name": "shape",
3447
- "description": "Default: -\n\nSet the shape of button"
3274
+ "name": "options",
3275
+ "description": "Default: []\n\nSet children optional"
3448
3276
  },
3449
3277
  {
3450
- "name": "size",
3451
- "description": "Default: medium\n\nSet the size of button"
3278
+ "name": "orientation",
3279
+ "description": "Default: horizontal\n\nOrientation"
3452
3280
  },
3453
3281
  {
3454
- "name": "classes",
3455
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3282
+ "name": "size",
3283
+ "description": "Default: middle\n\nThe size of the Segmented."
3456
3284
  },
3457
3285
  {
3458
3286
  "name": "styles",
3459
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3460
- }
3461
- ]
3462
- },
3463
- {
3464
- "name": "a-skeleton-input",
3465
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3466
- "attributes": [
3287
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3288
+ },
3467
3289
  {
3468
- "name": "active",
3469
- "description": "Default: false\n\nShow animation effect"
3290
+ "name": "vertical",
3291
+ "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3470
3292
  },
3471
3293
  {
3472
- "name": "size",
3473
- "description": "Default: medium\n\nSet the size of input"
3294
+ "name": "value",
3295
+ "description": "Default: -\n\nCurrently selected value, support v-model:value"
3474
3296
  },
3475
3297
  {
3476
- "name": "classes",
3477
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3298
+ "name": "shape",
3299
+ "description": "Default: default\n\nshape of Segmented"
3478
3300
  },
3479
3301
  {
3480
- "name": "styles",
3481
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3302
+ "name": "name",
3303
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3482
3304
  }
3483
3305
  ]
3484
3306
  },
3485
3307
  {
3486
- "name": "a-skeleton-image",
3487
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3308
+ "name": "a-result",
3309
+ "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3488
3310
  "attributes": [
3489
- {
3490
- "name": "active",
3491
- "description": "Default: false\n\nShow animation effect"
3492
- },
3493
3311
  {
3494
3312
  "name": "classes",
3495
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3313
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3496
3314
  },
3497
3315
  {
3498
- "name": "styles",
3499
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3500
- }
3501
- ]
3502
- },
3503
- {
3504
- "name": "a-skeleton-node",
3505
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3506
- "attributes": [
3316
+ "name": "extra",
3317
+ "description": "Default: -\n\nOperating area"
3318
+ },
3507
3319
  {
3508
- "name": "active",
3509
- "description": "Default: false\n\nShow animation effect"
3320
+ "name": "icon",
3321
+ "description": "Default: -\n\nCustom back icon"
3510
3322
  },
3511
3323
  {
3512
- "name": "classes",
3513
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3324
+ "name": "status",
3325
+ "description": "Default: info\n\nResult status, decide icons and colors"
3514
3326
  },
3515
3327
  {
3516
3328
  "name": "styles",
3517
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3329
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3330
+ },
3331
+ {
3332
+ "name": "sub-title",
3333
+ "description": "Default: -\n\nThe subTitle"
3334
+ },
3335
+ {
3336
+ "name": "title",
3337
+ "description": "Default: -\n\nThe title"
3518
3338
  }
3519
3339
  ]
3520
3340
  },
@@ -3699,77 +3519,188 @@
3699
3519
  "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3700
3520
  },
3701
3521
  {
3702
- "name": "variant",
3703
- "description": "Default: outlined\n\nVariants of selector"
3522
+ "name": "variant",
3523
+ "description": "Default: outlined\n\nVariants of selector"
3524
+ },
3525
+ {
3526
+ "name": "virtual",
3527
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
3528
+ }
3529
+ ]
3530
+ },
3531
+ {
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.",
3534
+ "attributes": [
3535
+ {
3536
+ "name": "active",
3537
+ "description": "Default: false\n\nShow animation effect"
3538
+ },
3539
+ {
3540
+ "name": "avatar",
3541
+ "description": "Default: false\n\nShow avatar placeholder"
3542
+ },
3543
+ {
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"
3704
3664
  },
3705
3665
  {
3706
- "name": "virtual",
3707
- "description": "Default: true\n\nDisable virtual scroll when set to false"
3666
+ "name": "styles",
3667
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3708
3668
  }
3709
3669
  ]
3710
3670
  },
3711
3671
  {
3712
- "name": "a-space",
3713
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
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.",
3714
3674
  "attributes": [
3715
3675
  {
3716
- "name": "align",
3717
- "description": "Default: -\n\nAlign items"
3676
+ "name": "active",
3677
+ "description": "Default: false\n\nShow animation effect"
3718
3678
  },
3719
3679
  {
3720
3680
  "name": "classes",
3721
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3722
- },
3723
- {
3724
- "name": "orientation",
3725
- "description": "Default: horizontal\n\nThe space direction"
3726
- },
3727
- {
3728
- "name": "separator",
3729
- "description": "Default: -\n\nSet separator"
3730
- },
3731
- {
3732
- "name": "size",
3733
- "description": "Default: small\n\nThe space size"
3681
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3734
3682
  },
3735
3683
  {
3736
3684
  "name": "styles",
3737
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3738
- },
3739
- {
3740
- "name": "vertical",
3741
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3742
- },
3743
- {
3744
- "name": "wrap",
3745
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3685
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3746
3686
  }
3747
3687
  ]
3748
3688
  },
3749
3689
  {
3750
- "name": "a-size",
3751
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3752
- "attributes": []
3753
- },
3754
- {
3755
- "name": "a-space-compact",
3756
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
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.",
3757
3692
  "attributes": [
3758
3693
  {
3759
- "name": "block",
3760
- "description": "Default: false\n\nOption to fit width to its parent's width"
3761
- },
3762
- {
3763
- "name": "orientation",
3764
- "description": "Default: horizontal\n\nSet direction of layout"
3694
+ "name": "active",
3695
+ "description": "Default: false\n\nShow animation effect"
3765
3696
  },
3766
3697
  {
3767
- "name": "size",
3768
- "description": "Default: middle\n\nSet child component size"
3698
+ "name": "classes",
3699
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3769
3700
  },
3770
3701
  {
3771
- "name": "vertical",
3772
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3702
+ "name": "styles",
3703
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3773
3704
  }
3774
3705
  ]
3775
3706
  },
@@ -3847,6 +3778,71 @@
3847
3778
  }
3848
3779
  ]
3849
3780
  },
3781
+ {
3782
+ "name": "a-space",
3783
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3784
+ "attributes": [
3785
+ {
3786
+ "name": "align",
3787
+ "description": "Default: -\n\nAlign items"
3788
+ },
3789
+ {
3790
+ "name": "classes",
3791
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3792
+ },
3793
+ {
3794
+ "name": "orientation",
3795
+ "description": "Default: horizontal\n\nThe space direction"
3796
+ },
3797
+ {
3798
+ "name": "separator",
3799
+ "description": "Default: -\n\nSet separator"
3800
+ },
3801
+ {
3802
+ "name": "size",
3803
+ "description": "Default: small\n\nThe space size"
3804
+ },
3805
+ {
3806
+ "name": "styles",
3807
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3808
+ },
3809
+ {
3810
+ "name": "vertical",
3811
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3812
+ },
3813
+ {
3814
+ "name": "wrap",
3815
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3816
+ }
3817
+ ]
3818
+ },
3819
+ {
3820
+ "name": "a-size",
3821
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3822
+ "attributes": []
3823
+ },
3824
+ {
3825
+ "name": "a-space-compact",
3826
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3827
+ "attributes": [
3828
+ {
3829
+ "name": "block",
3830
+ "description": "Default: false\n\nOption to fit width to its parent's width"
3831
+ },
3832
+ {
3833
+ "name": "orientation",
3834
+ "description": "Default: horizontal\n\nSet direction of layout"
3835
+ },
3836
+ {
3837
+ "name": "size",
3838
+ "description": "Default: middle\n\nSet child component size"
3839
+ },
3840
+ {
3841
+ "name": "vertical",
3842
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3843
+ }
3844
+ ]
3845
+ },
3850
3846
  {
3851
3847
  "name": "a-splitter",
3852
3848
  "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
@@ -4090,6 +4086,68 @@
4090
4086
  }
4091
4087
  ]
4092
4088
  },
4089
+ {
4090
+ "name": "a-switch",
4091
+ "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
4092
+ "attributes": [
4093
+ {
4094
+ "name": "auto-focus",
4095
+ "description": "Default: false\n\nAuto focus when component mounted"
4096
+ },
4097
+ {
4098
+ "name": "checked",
4099
+ "description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
4100
+ },
4101
+ {
4102
+ "name": "checked-children",
4103
+ "description": "Default: -\n\nThe content to be shown when the state is checked"
4104
+ },
4105
+ {
4106
+ "name": "checked-value",
4107
+ "description": "Default: true\n\nThe value when checked"
4108
+ },
4109
+ {
4110
+ "name": "classes",
4111
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4112
+ },
4113
+ {
4114
+ "name": "default-checked",
4115
+ "description": "Default: false\n\nWhether to set the initial state"
4116
+ },
4117
+ {
4118
+ "name": "default-value",
4119
+ "description": "Default: -\n\nAlias for defaultChecked"
4120
+ },
4121
+ {
4122
+ "name": "disabled",
4123
+ "description": "Default: false\n\nDisable switch"
4124
+ },
4125
+ {
4126
+ "name": "loading",
4127
+ "description": "Default: false\n\nLoading state of switch"
4128
+ },
4129
+ {
4130
+ "name": "size",
4131
+ "description": "Default: default\n\nThe size of the Switch, options: default small"
4132
+ },
4133
+ {
4134
+ "name": "styles",
4135
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4136
+ },
4137
+ {
4138
+ "name": "un-checked-children",
4139
+ "description": "Default: -\n\nThe content to be shown when the state is unchecked"
4140
+ },
4141
+ {
4142
+ "name": "un-checked-value",
4143
+ "description": "Default: false\n\nThe value when unchecked"
4144
+ },
4145
+ {
4146
+ "name": "value",
4147
+ "description": "Default: -\n\nAlias for checked, support v-model:value"
4148
+ }
4149
+ ]
4150
+ },
4093
4151
  {
4094
4152
  "name": "a-table",
4095
4153
  "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
@@ -4179,74 +4237,12 @@
4179
4237
  "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4180
4238
  },
4181
4239
  {
4182
- "name": "dropdown-prefix-cls",
4183
- "description": "Default: -\n\n-"
4184
- },
4185
- {
4186
- "name": "virtual",
4187
- "description": "Default: -\n\nSupport virtual list"
4188
- }
4189
- ]
4190
- },
4191
- {
4192
- "name": "a-switch",
4193
- "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
4194
- "attributes": [
4195
- {
4196
- "name": "auto-focus",
4197
- "description": "Default: false\n\nAuto focus when component mounted"
4198
- },
4199
- {
4200
- "name": "checked",
4201
- "description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
4202
- },
4203
- {
4204
- "name": "checked-children",
4205
- "description": "Default: -\n\nThe content to be shown when the state is checked"
4206
- },
4207
- {
4208
- "name": "checked-value",
4209
- "description": "Default: true\n\nThe value when checked"
4210
- },
4211
- {
4212
- "name": "classes",
4213
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4214
- },
4215
- {
4216
- "name": "default-checked",
4217
- "description": "Default: false\n\nWhether to set the initial state"
4218
- },
4219
- {
4220
- "name": "default-value",
4221
- "description": "Default: -\n\nAlias for defaultChecked"
4222
- },
4223
- {
4224
- "name": "disabled",
4225
- "description": "Default: false\n\nDisable switch"
4226
- },
4227
- {
4228
- "name": "loading",
4229
- "description": "Default: false\n\nLoading state of switch"
4230
- },
4231
- {
4232
- "name": "size",
4233
- "description": "Default: default\n\nThe size of the Switch, options: default small"
4234
- },
4235
- {
4236
- "name": "styles",
4237
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4238
- },
4239
- {
4240
- "name": "un-checked-children",
4241
- "description": "Default: -\n\nThe content to be shown when the state is unchecked"
4242
- },
4243
- {
4244
- "name": "un-checked-value",
4245
- "description": "Default: false\n\nThe value when unchecked"
4240
+ "name": "dropdown-prefix-cls",
4241
+ "description": "Default: -\n\n-"
4246
4242
  },
4247
4243
  {
4248
- "name": "value",
4249
- "description": "Default: -\n\nAlias for checked, support v-model:value"
4244
+ "name": "virtual",
4245
+ "description": "Default: -\n\nSupport virtual list"
4250
4246
  }
4251
4247
  ]
4252
4248
  },
@@ -4341,114 +4337,56 @@
4341
4337
  ]
4342
4338
  },
4343
4339
  {
4344
- "name": "a-tag",
4345
- "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
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.",
4346
4347
  "attributes": [
4347
- {
4348
- "name": "closable",
4349
- "description": "Default: false\n\nWhether the Tag can be closed"
4350
- },
4351
- {
4352
- "name": "close-icon",
4353
- "description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
4354
- },
4355
- {
4356
- "name": "color",
4357
- "description": "Default: -\n\nColor of the Tag"
4358
- },
4359
4348
  {
4360
4349
  "name": "classes",
4361
4350
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4362
4351
  },
4363
4352
  {
4364
- "name": "disabled",
4365
- "description": "Default: false\n\nWhether the tag is disabled"
4366
- },
4367
- {
4368
- "name": "href",
4369
- "description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
4370
- },
4371
- {
4372
- "name": "icon",
4373
- "description": "Default: -\n\nSet the icon of tag"
4374
- },
4375
- {
4376
- "name": "styles",
4377
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4378
- },
4379
- {
4380
- "name": "target",
4381
- "description": "Default: -\n\nSame as target attribute of , works when href is specified"
4353
+ "name": "items",
4354
+ "description": "Default: -\n\nEach node of timeline"
4382
4355
  },
4383
4356
  {
4384
- "name": "variant",
4385
- "description": "Default: filled\n\nVariant of the tag"
4386
- }
4387
- ]
4388
- },
4389
- {
4390
- "name": "a-checkable-tag",
4391
- "description": "Used for marking and categorization.",
4392
- "attributes": [
4393
- {
4394
- "name": "checked",
4395
- "description": "Default: false\n\nChecked status of Tag. This is a controlled component"
4357
+ "name": "mode",
4358
+ "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
4396
4359
  },
4397
4360
  {
4398
- "name": "icon",
4399
- "description": "Default: -\n\nSet the icon of tag"
4400
- }
4401
- ]
4402
- },
4403
- {
4404
- "name": "a-checkable-tag-group",
4405
- "description": "Used for marking and categorization.",
4406
- "attributes": [
4407
- {
4408
- "name": "classes",
4409
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4361
+ "name": "pending",
4362
+ "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
4410
4363
  },
4411
4364
  {
4412
- "name": "default-value",
4413
- "description": "Default: -\n\nInitial value"
4365
+ "name": "pending-dot",
4366
+ "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
4414
4367
  },
4415
4368
  {
4416
- "name": "disabled",
4417
- "description": "Default: false\n\nDisable check/uncheck"
4369
+ "name": "reverse",
4370
+ "description": "Default: false\n\nWhether reverse nodes or not"
4418
4371
  },
4419
4372
  {
4420
- "name": "multiple",
4421
- "description": "Default: false\n\nMultiple select mode"
4373
+ "name": "styles",
4374
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4422
4375
  },
4423
4376
  {
4424
- "name": "options",
4425
- "description": "Default: -\n\nOption list"
4377
+ "name": "dot-render",
4378
+ "description": "Default: -\n\nCustom rendering function for timeline dot"
4426
4379
  },
4427
4380
  {
4428
- "name": "styles",
4429
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4381
+ "name": "label-render",
4382
+ "description": "Default: -\n\nCustom rendering function for timeline label"
4430
4383
  },
4431
4384
  {
4432
- "name": "value",
4433
- "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
4385
+ "name": "content-render",
4386
+ "description": "Default: -\n\nCustom rendering function for timeline content"
4434
4387
  }
4435
4388
  ]
4436
4389
  },
4437
- {
4438
- "name": "a-tag-checkable-tag",
4439
- "description": "进行标记和分类的小标签。",
4440
- "attributes": []
4441
- },
4442
- {
4443
- "name": "a-tag-checkable-tag-group",
4444
- "description": "进行标记和分类的小标签。",
4445
- "attributes": []
4446
- },
4447
- {
4448
- "name": "a-time-picker",
4449
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4450
- "attributes": []
4451
- },
4452
4390
  {
4453
4391
  "name": "a-tooltip",
4454
4392
  "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
@@ -5210,94 +5148,152 @@
5210
5148
  ]
5211
5149
  },
5212
5150
  {
5213
- "name": "a-watermark",
5214
- "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
5151
+ "name": "a-tag",
5152
+ "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
5215
5153
  "attributes": [
5216
5154
  {
5217
- "name": "width",
5218
- "description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
5155
+ "name": "closable",
5156
+ "description": "Default: false\n\nWhether the Tag can be closed"
5219
5157
  },
5220
5158
  {
5221
- "name": "height",
5222
- "description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
5159
+ "name": "close-icon",
5160
+ "description": "Default: -\n\nCustom close icon. Setting to null or false hides the close button"
5223
5161
  },
5224
5162
  {
5225
- "name": "inherit",
5226
- "description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
5163
+ "name": "color",
5164
+ "description": "Default: -\n\nColor of the Tag"
5227
5165
  },
5228
5166
  {
5229
- "name": "rotate",
5230
- "description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
5167
+ "name": "classes",
5168
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5231
5169
  },
5232
5170
  {
5233
- "name": "z-index",
5234
- "description": "Default: 9\n\nThe z-index of the appended watermark element"
5171
+ "name": "disabled",
5172
+ "description": "Default: false\n\nWhether the tag is disabled"
5235
5173
  },
5236
5174
  {
5237
- "name": "image",
5238
- "description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
5175
+ "name": "href",
5176
+ "description": "Default: -\n\nThe address to jump when clicking, when specified the tag will be rendered as tag"
5239
5177
  },
5240
5178
  {
5241
- "name": "content",
5242
- "description": "Default: -\n\nWatermark text content"
5179
+ "name": "icon",
5180
+ "description": "Default: -\n\nSet the icon of tag"
5243
5181
  },
5244
5182
  {
5245
- "name": "font",
5246
- "description": "Default: Font\n\nText style"
5183
+ "name": "styles",
5184
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5247
5185
  },
5248
5186
  {
5249
- "name": "gap",
5250
- "description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
5187
+ "name": "target",
5188
+ "description": "Default: -\n\nSame as target attribute of , works when href is specified"
5251
5189
  },
5252
5190
  {
5253
- "name": "offset",
5254
- "description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
5191
+ "name": "variant",
5192
+ "description": "Default: filled\n\nVariant of the tag"
5255
5193
  }
5256
5194
  ]
5257
5195
  },
5258
5196
  {
5259
- "name": "a-timeline",
5260
- "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
5197
+ "name": "a-checkable-tag",
5198
+ "description": "Used for marking and categorization.",
5261
5199
  "attributes": [
5262
5200
  {
5263
- "name": "classes",
5264
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5201
+ "name": "checked",
5202
+ "description": "Default: false\n\nChecked status of Tag. This is a controlled component"
5265
5203
  },
5266
5204
  {
5267
- "name": "items",
5268
- "description": "Default: -\n\nEach node of timeline"
5205
+ "name": "icon",
5206
+ "description": "Default: -\n\nSet the icon of tag"
5207
+ }
5208
+ ]
5209
+ },
5210
+ {
5211
+ "name": "a-checkable-tag-group",
5212
+ "description": "Used for marking and categorization.",
5213
+ "attributes": [
5214
+ {
5215
+ "name": "classes",
5216
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5269
5217
  },
5270
5218
  {
5271
- "name": "mode",
5272
- "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
5219
+ "name": "default-value",
5220
+ "description": "Default: -\n\nInitial value"
5273
5221
  },
5274
5222
  {
5275
- "name": "pending",
5276
- "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
5223
+ "name": "disabled",
5224
+ "description": "Default: false\n\nDisable check/uncheck"
5277
5225
  },
5278
5226
  {
5279
- "name": "pending-dot",
5280
- "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
5227
+ "name": "multiple",
5228
+ "description": "Default: false\n\nMultiple select mode"
5281
5229
  },
5282
5230
  {
5283
- "name": "reverse",
5284
- "description": "Default: false\n\nWhether reverse nodes or not"
5231
+ "name": "options",
5232
+ "description": "Default: -\n\nOption list"
5285
5233
  },
5286
5234
  {
5287
5235
  "name": "styles",
5288
5236
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5289
5237
  },
5290
5238
  {
5291
- "name": "dot-render",
5292
- "description": "Default: -\n\nCustom rendering function for timeline dot"
5239
+ "name": "value",
5240
+ "description": "Default: -\n\nValue of checked tag(s), support v-model:value"
5241
+ }
5242
+ ]
5243
+ },
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
+ {
5255
+ "name": "a-watermark",
5256
+ "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
5257
+ "attributes": [
5258
+ {
5259
+ "name": "width",
5260
+ "description": "Default: 120\n\nThe width of the watermark, the default value of content is its own width"
5293
5261
  },
5294
5262
  {
5295
- "name": "label-render",
5296
- "description": "Default: -\n\nCustom rendering function for timeline label"
5263
+ "name": "height",
5264
+ "description": "Default: 64\n\nThe height of the watermark, the default value of content is its own height"
5297
5265
  },
5298
5266
  {
5299
- "name": "content-render",
5300
- "description": "Default: -\n\nCustom rendering function for timeline content"
5267
+ "name": "inherit",
5268
+ "description": "Default: true\n\nPass the watermark to the pop-up component such as Modal, Drawer"
5269
+ },
5270
+ {
5271
+ "name": "rotate",
5272
+ "description": "Default: -22\n\nWhen the watermark is drawn, the rotation angle, unit °"
5273
+ },
5274
+ {
5275
+ "name": "z-index",
5276
+ "description": "Default: 9\n\nThe z-index of the appended watermark element"
5277
+ },
5278
+ {
5279
+ "name": "image",
5280
+ "description": "Default: -\n\nImage source, it is recommended to export 2x or 3x image, high priority (support base64 format)"
5281
+ },
5282
+ {
5283
+ "name": "content",
5284
+ "description": "Default: -\n\nWatermark text content"
5285
+ },
5286
+ {
5287
+ "name": "font",
5288
+ "description": "Default: Font\n\nText style"
5289
+ },
5290
+ {
5291
+ "name": "gap",
5292
+ "description": "Default: \\[100, 100\\]\n\nThe spacing between watermarks"
5293
+ },
5294
+ {
5295
+ "name": "offset",
5296
+ "description": "Default: \\[gap\\[0\\]/2, gap\\[1\\]/2\\]\n\nThe offset of the watermark from the upper left corner of the container. The default is gap/2"
5301
5297
  }
5302
5298
  ]
5303
5299
  },