antdv-next 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (389) hide show
  1. package/dist/_util/ActionButton.d.ts +2 -2
  2. package/dist/_util/ContextIsolator.d.ts +3 -3
  3. package/dist/_util/PurePanel.d.ts +3 -3
  4. package/dist/_util/hooks/useClosable.d.ts +2 -2
  5. package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
  6. package/dist/_util/hooks/useMergedMask.d.ts +3 -3
  7. package/dist/_util/instance.d.ts +2 -2
  8. package/dist/_util/responsiveObserver.d.ts +2 -2
  9. package/dist/_util/vueNode.d.ts +7 -2
  10. package/dist/_util/wave/WaveEffect.d.ts +5 -5
  11. package/dist/_util/wave/index.d.ts +2 -2
  12. package/dist/_util/wave/style.d.ts +2 -2
  13. package/dist/_util/zindexContext.d.ts +3 -3
  14. package/dist/affix/index.d.ts +3 -3
  15. package/dist/affix/style/index.d.ts +2 -2
  16. package/dist/alert/Alert.d.ts +2 -2
  17. package/dist/alert/style/index.d.ts +2 -2
  18. package/dist/anchor/Anchor.d.ts +2 -2
  19. package/dist/anchor/AnchorLink.d.ts +2 -2
  20. package/dist/anchor/style/index.d.ts +2 -2
  21. package/dist/antd-with-locales.esm.js +12745 -11140
  22. package/dist/antd-with-locales.js +81 -85
  23. package/dist/antd.esm.js +10052 -8449
  24. package/dist/antd.js +79 -83
  25. package/dist/app/App.d.ts +2 -2
  26. package/dist/app/context.d.ts +2 -2
  27. package/dist/app/style/index.d.ts +2 -2
  28. package/dist/auto-complete/index.d.ts +2 -2
  29. package/dist/avatar/Avatar.d.ts +2 -2
  30. package/dist/avatar/AvatarGroup.d.ts +2 -2
  31. package/dist/avatar/style/index.d.ts +2 -2
  32. package/dist/badge/Ribbon.d.ts +2 -2
  33. package/dist/badge/ScrollNumber.d.ts +2 -2
  34. package/dist/badge/SingleNumber.d.ts +2 -2
  35. package/dist/badge/index.d.ts +3 -3
  36. package/dist/badge/style/index.d.ts +2 -2
  37. package/dist/badge/style/ribbon.d.ts +2 -2
  38. package/dist/breadcrumb/Breadcrumb.d.ts +3 -3
  39. package/dist/breadcrumb/BreadcrumbItem.d.ts +3 -3
  40. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
  41. package/dist/breadcrumb/style/index.d.ts +2 -2
  42. package/dist/breadcrumb/useItemRender.d.ts +2 -2
  43. package/dist/button/Button.d.ts +2 -2
  44. package/dist/button/DefaultLoadingIcon.d.ts +2 -2
  45. package/dist/button/IconWrapper.d.ts +2 -2
  46. package/dist/button/style/compact.d.ts +4 -4
  47. package/dist/button/style/index.d.ts +2 -2
  48. package/dist/calendar/Header.d.ts +2 -2
  49. package/dist/calendar/generateCalendar.d.ts +2 -2
  50. package/dist/calendar/index.d.ts +2 -2
  51. package/dist/calendar/style/index.d.ts +2 -2
  52. package/dist/card/Card.d.ts +2 -2
  53. package/dist/card/CardGrid.d.ts +2 -2
  54. package/dist/card/CardMeta.d.ts +2 -2
  55. package/dist/card/style/index.d.ts +2 -2
  56. package/dist/carousel/index.d.ts +2 -2
  57. package/dist/carousel/style/index.d.ts +2 -2
  58. package/dist/cascader/Panel.d.ts +2 -2
  59. package/dist/cascader/hooks/useBase.d.ts +5 -5
  60. package/dist/cascader/hooks/useCheckable.d.ts +2 -2
  61. package/dist/cascader/index.d.ts +2 -2
  62. package/dist/cascader/style/index.d.ts +2 -2
  63. package/dist/cascader/style/panel.d.ts +2 -2
  64. package/dist/checkbox/Checkbox.d.ts +2 -2
  65. package/dist/checkbox/Group.d.ts +2 -2
  66. package/dist/checkbox/style/index.d.ts +4 -4
  67. package/dist/collapse/Collapse.d.ts +5 -3
  68. package/dist/collapse/Collapse.js +19 -2
  69. package/dist/collapse/CollapsePanel.d.ts +17 -5
  70. package/dist/collapse/CollapsePanel.js +77 -69
  71. package/dist/collapse/index.d.ts +2 -2
  72. package/dist/collapse/index.js +3 -1
  73. package/dist/collapse/style/index.d.ts +2 -2
  74. package/dist/color-picker/ColorPicker.d.ts +2 -2
  75. package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
  76. package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
  77. package/dist/color-picker/components/ColorClear.d.ts +2 -2
  78. package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
  79. package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
  80. package/dist/color-picker/components/ColorInput.d.ts +2 -2
  81. package/dist/color-picker/components/ColorPresets.d.ts +2 -2
  82. package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
  83. package/dist/color-picker/components/ColorSlider.d.ts +3 -3
  84. package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
  85. package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
  86. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
  87. package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
  88. package/dist/color-picker/components/PanelPresets.d.ts +2 -2
  89. package/dist/color-picker/context.d.ts +3 -3
  90. package/dist/color-picker/hooks/useModeColor.d.ts +2 -2
  91. package/dist/color-picker/style/index.d.ts +2 -2
  92. package/dist/components.d.ts +4 -2
  93. package/dist/components.js +5 -1
  94. package/dist/config-provider/DisabledContext.d.ts +2 -2
  95. package/dist/config-provider/SizeContext.d.ts +2 -2
  96. package/dist/config-provider/context.d.ts +15 -15
  97. package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
  98. package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
  99. package/dist/config-provider/hooks/useConfig.d.ts +3 -3
  100. package/dist/config-provider/hooks/useSize.d.ts +2 -2
  101. package/dist/config-provider/hooks/useTheme.d.ts +2 -2
  102. package/dist/config-provider/index.d.ts +4 -4
  103. package/dist/date-picker/PickerButton.d.ts +2 -2
  104. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +2 -2
  105. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +2 -2
  106. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +7 -7
  107. package/dist/date-picker/generatePicker/index.d.ts +8 -8
  108. package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
  109. package/dist/date-picker/index.d.ts +13 -13
  110. package/dist/date-picker/style/index.d.ts +2 -2
  111. package/dist/date-picker/util.d.ts +3 -7
  112. package/dist/descriptions/Cell.d.ts +2 -2
  113. package/dist/descriptions/Item.d.ts +2 -2
  114. package/dist/descriptions/Row.d.ts +2 -2
  115. package/dist/descriptions/hooks/useItems.d.ts +10 -10
  116. package/dist/descriptions/hooks/useRow.d.ts +2 -2
  117. package/dist/descriptions/index.d.ts +2 -2
  118. package/dist/descriptions/index.js +1 -1
  119. package/dist/descriptions/style/index.d.ts +2 -2
  120. package/dist/divider/index.d.ts +2 -2
  121. package/dist/divider/style/index.d.ts +2 -2
  122. package/dist/drawer/DrawerPanel.d.ts +2 -2
  123. package/dist/drawer/index.d.ts +3 -3
  124. package/dist/drawer/style/index.d.ts +2 -2
  125. package/dist/drawer/useFocusable.d.ts +2 -2
  126. package/dist/dropdown/dropdown.d.ts +2 -2
  127. package/dist/dropdown/style/index.d.ts +2 -2
  128. package/dist/empty/empty.d.ts +2 -2
  129. package/dist/empty/index.d.ts +5 -5
  130. package/dist/empty/simple.d.ts +2 -2
  131. package/dist/empty/style/index.d.ts +2 -2
  132. package/dist/flex/index.d.ts +2 -2
  133. package/dist/flex/style/index.d.ts +2 -2
  134. package/dist/float-button/BackTop.d.ts +2 -2
  135. package/dist/float-button/FloatButton.d.ts +2 -2
  136. package/dist/float-button/FloatButtonGroup.d.ts +2 -2
  137. package/dist/float-button/PurePanel.d.ts +2 -2
  138. package/dist/float-button/context.d.ts +3 -3
  139. package/dist/float-button/style/index.d.ts +2 -2
  140. package/dist/form/ErrorList.d.ts +2 -2
  141. package/dist/form/Form.d.ts +2 -2
  142. package/dist/form/FormItem/ItemHolder.d.ts +3 -3
  143. package/dist/form/FormItem/StatusProvider.d.ts +2 -2
  144. package/dist/form/FormItem/index.d.ts +2 -2
  145. package/dist/form/FormItemInput.d.ts +2 -2
  146. package/dist/form/FormItemLabel.d.ts +3 -3
  147. package/dist/form/context.d.ts +7 -7
  148. package/dist/form/hooks/useVariant.d.ts +2 -2
  149. package/dist/form/style/fallbackCmp.d.ts +4 -4
  150. package/dist/form/style/index.d.ts +2 -2
  151. package/dist/grid/col.d.ts +2 -2
  152. package/dist/grid/index.d.ts +2 -2
  153. package/dist/grid/row.d.ts +2 -2
  154. package/dist/grid/style/index.d.ts +3 -3
  155. package/dist/image/PreviewGroup.d.ts +12 -12
  156. package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
  157. package/dist/image/hooks/usePreviewConfig.d.ts +10 -10
  158. package/dist/image/index.d.ts +3 -3
  159. package/dist/image/style/index.d.ts +2 -2
  160. package/dist/index.d.ts +4 -2
  161. package/dist/index.js +3 -1
  162. package/dist/input/Group.d.ts +3 -3
  163. package/dist/input/Input.d.ts +2 -2
  164. package/dist/input/OTP/OTPInput.d.ts +3 -3
  165. package/dist/input/OTP/index.d.ts +2 -2
  166. package/dist/input/Password.d.ts +2 -2
  167. package/dist/input/Search.d.ts +2 -2
  168. package/dist/input/Search.js +3 -4
  169. package/dist/input/TextArea.d.ts +2 -2
  170. package/dist/input/index.d.ts +7 -7
  171. package/dist/input/style/index.d.ts +3 -3
  172. package/dist/input/style/otp.d.ts +2 -2
  173. package/dist/input/style/search.d.ts +2 -2
  174. package/dist/input/style/textarea.d.ts +2 -2
  175. package/dist/input-number/index.d.ts +2 -2
  176. package/dist/input-number/style/index.d.ts +2 -2
  177. package/dist/layout/Sider.d.ts +2 -2
  178. package/dist/layout/index.d.ts +5 -5
  179. package/dist/layout/layout.d.ts +5 -5
  180. package/dist/layout/style/index.d.ts +2 -2
  181. package/dist/layout/style/sider.d.ts +2 -2
  182. package/dist/locale/index.d.ts +2 -2
  183. package/dist/locale/useLocale.d.ts +2 -2
  184. package/dist/masonry/Masonry.d.ts +2 -2
  185. package/dist/masonry/MasonryItem.d.ts +2 -2
  186. package/dist/masonry/hooks/usePositions.d.ts +2 -2
  187. package/dist/masonry/style/index.d.ts +2 -2
  188. package/dist/mentions/index.d.ts +2 -2
  189. package/dist/mentions/style/index.d.ts +2 -2
  190. package/dist/menu/MenuContext.d.ts +3 -3
  191. package/dist/menu/MenuDivider.d.ts +2 -2
  192. package/dist/menu/MenuItem.d.ts +2 -2
  193. package/dist/menu/MenuItemGroup.d.ts +16 -0
  194. package/dist/menu/MenuItemGroup.js +51 -0
  195. package/dist/menu/OverrideContext.d.ts +3 -3
  196. package/dist/menu/SubMenu.d.ts +2 -2
  197. package/dist/menu/index.d.ts +7 -5
  198. package/dist/menu/index.js +4 -1
  199. package/dist/menu/menu.d.ts +2 -2
  200. package/dist/menu/menu.js +5 -14
  201. package/dist/menu/style/index.d.ts +2 -2
  202. package/dist/message/PurePanel.d.ts +3 -3
  203. package/dist/message/style/index.d.ts +2 -2
  204. package/dist/message/useMessage.d.ts +3 -3
  205. package/dist/modal/ConfirmDialog.d.ts +4 -4
  206. package/dist/modal/Modal.d.ts +2 -2
  207. package/dist/modal/PurePanel.d.ts +2 -2
  208. package/dist/modal/components/ConfirmCancelBtn.d.ts +2 -2
  209. package/dist/modal/components/ConfirmOkBtn.d.ts +2 -2
  210. package/dist/modal/components/NormalCancelBtn.d.ts +2 -2
  211. package/dist/modal/components/NormalOkBtn.d.ts +2 -2
  212. package/dist/modal/shared.d.ts +4 -4
  213. package/dist/modal/style/confirm.d.ts +4 -4
  214. package/dist/modal/style/index.d.ts +2 -2
  215. package/dist/modal/useModal/HookModal.d.ts +3 -3
  216. package/dist/notification/PurePanel.d.ts +3 -3
  217. package/dist/notification/style/index.d.ts +2 -2
  218. package/dist/notification/style/pure-panel.d.ts +4 -4
  219. package/dist/notification/useNotification.d.ts +3 -3
  220. package/dist/package.js +1 -1
  221. package/dist/pagination/Pagination.d.ts +2 -2
  222. package/dist/pagination/style/bordered.d.ts +4 -4
  223. package/dist/pagination/style/index.d.ts +2 -2
  224. package/dist/popconfirm/PurePanel.d.ts +3 -3
  225. package/dist/popconfirm/index.d.ts +2 -2
  226. package/dist/popconfirm/style/index.d.ts +2 -2
  227. package/dist/popover/PurePanel.d.ts +4 -4
  228. package/dist/popover/index.d.ts +2 -2
  229. package/dist/popover/style/index.d.ts +2 -2
  230. package/dist/progress/Circle.d.ts +3 -3
  231. package/dist/progress/Line.d.ts +3 -3
  232. package/dist/progress/Steps.d.ts +2 -2
  233. package/dist/progress/progress.d.ts +2 -2
  234. package/dist/progress/style/index.d.ts +2 -2
  235. package/dist/qrcode/QrcodeStatus.d.ts +2 -2
  236. package/dist/qrcode/index.d.ts +2 -2
  237. package/dist/qrcode/style/index.d.ts +2 -2
  238. package/dist/radio/group.d.ts +2 -2
  239. package/dist/radio/index.d.ts +3 -3
  240. package/dist/radio/radio.d.ts +2 -2
  241. package/dist/radio/radioButton.d.ts +2 -2
  242. package/dist/radio/style/index.d.ts +2 -2
  243. package/dist/rate/index.d.ts +2 -2
  244. package/dist/rate/style/index.d.ts +2 -2
  245. package/dist/result/index.d.ts +2 -2
  246. package/dist/result/noFound.d.ts +2 -2
  247. package/dist/result/serverError.d.ts +2 -2
  248. package/dist/result/style/index.d.ts +2 -2
  249. package/dist/result/unauthorized.d.ts +2 -2
  250. package/dist/segmented/index.d.ts +2 -2
  251. package/dist/segmented/style/index.d.ts +2 -2
  252. package/dist/select/index.d.ts +4 -4
  253. package/dist/select/style/index.d.ts +2 -2
  254. package/dist/select/useIcons.d.ts +5 -10
  255. package/dist/select/usePopupRender.d.ts +2 -2
  256. package/dist/skeleton/Avatar.d.ts +2 -2
  257. package/dist/skeleton/Button.d.ts +2 -2
  258. package/dist/skeleton/Element.d.ts +2 -2
  259. package/dist/skeleton/Image.d.ts +2 -2
  260. package/dist/skeleton/Input.d.ts +2 -2
  261. package/dist/skeleton/Node.d.ts +2 -2
  262. package/dist/skeleton/Paragraph.d.ts +2 -2
  263. package/dist/skeleton/Skeleton.d.ts +2 -2
  264. package/dist/skeleton/Title.d.ts +2 -2
  265. package/dist/skeleton/style/index.d.ts +2 -2
  266. package/dist/slider/SliderTooltip.d.ts +3 -3
  267. package/dist/slider/index.d.ts +2 -2
  268. package/dist/slider/style/index.d.ts +2 -2
  269. package/dist/space/Addon.d.ts +2 -2
  270. package/dist/space/Compact.d.ts +6 -6
  271. package/dist/space/Item.d.ts +2 -2
  272. package/dist/space/index.d.ts +4 -4
  273. package/dist/space/style/addon.d.ts +2 -2
  274. package/dist/space/style/compact.d.ts +2 -2
  275. package/dist/space/style/index.d.ts +2 -2
  276. package/dist/spin/Indicator/Looper.d.ts +2 -2
  277. package/dist/spin/Indicator/Progress.d.ts +2 -2
  278. package/dist/spin/Indicator/index.d.ts +2 -2
  279. package/dist/spin/index.d.ts +2 -2
  280. package/dist/spin/style/index.d.ts +2 -2
  281. package/dist/spin/usePercent.d.ts +2 -2
  282. package/dist/splitter/Panel.d.ts +3 -3
  283. package/dist/splitter/SplitBar.d.ts +2 -2
  284. package/dist/splitter/Splitter.d.ts +2 -2
  285. package/dist/splitter/hooks/useResizable.d.ts +2 -2
  286. package/dist/splitter/hooks/useResize.d.ts +2 -2
  287. package/dist/splitter/hooks/useSizes.d.ts +2 -2
  288. package/dist/splitter/index.d.ts +2 -2
  289. package/dist/splitter/style/index.d.ts +2 -2
  290. package/dist/statistic/Number.d.ts +2 -2
  291. package/dist/statistic/Statistic.d.ts +2 -2
  292. package/dist/statistic/Timer.d.ts +2 -2
  293. package/dist/statistic/index.d.ts +2 -2
  294. package/dist/statistic/style/index.d.ts +2 -2
  295. package/dist/steps/PanelArrow.d.ts +2 -2
  296. package/dist/steps/ProgressIcon.d.ts +2 -2
  297. package/dist/steps/index.d.ts +2 -2
  298. package/dist/steps/style/index.d.ts +2 -2
  299. package/dist/switch/index.d.ts +2 -2
  300. package/dist/switch/style/index.d.ts +2 -2
  301. package/dist/table/Column.d.ts +2 -2
  302. package/dist/table/ColumnGroup.d.ts +2 -2
  303. package/dist/table/ExpandIcon.d.ts +2 -2
  304. package/dist/table/InternalTable.d.ts +2 -2
  305. package/dist/table/Table.d.ts +2 -2
  306. package/dist/table/TableMeasureRowContext.d.ts +3 -3
  307. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
  308. package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
  309. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
  310. package/dist/table/hooks/useFilter/index.d.ts +13 -13
  311. package/dist/table/hooks/usePagination.d.ts +2 -2
  312. package/dist/table/hooks/useSelection.d.ts +2 -2
  313. package/dist/table/hooks/useSorter.d.ts +2 -2
  314. package/dist/table/style/index.d.ts +2 -2
  315. package/dist/tabs/TabPane.d.ts +2 -2
  316. package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
  317. package/dist/tabs/index.d.ts +2 -2
  318. package/dist/tabs/index.js +0 -3
  319. package/dist/tabs/style/index.d.ts +2 -2
  320. package/dist/tag/CheckableTag.d.ts +2 -2
  321. package/dist/tag/CheckableTagGroup.d.ts +2 -2
  322. package/dist/tag/hooks/useColor.d.ts +2 -2
  323. package/dist/tag/index.d.ts +2 -2
  324. package/dist/tag/style/index.d.ts +2 -2
  325. package/dist/tag/style/presetCmp.d.ts +4 -4
  326. package/dist/tag/style/statusCmp.d.ts +4 -4
  327. package/dist/theme/context.d.ts +3 -3
  328. package/dist/theme/index.d.ts +7 -7
  329. package/dist/theme/themes/default/theme.d.ts +2 -2
  330. package/dist/theme/util/genStyleUtils.d.ts +14 -14
  331. package/dist/time-picker/index.d.ts +4 -4
  332. package/dist/time-picker/index.js +3 -12
  333. package/dist/timeline/Timeline.d.ts +2 -2
  334. package/dist/timeline/TimelineItem.d.ts +2 -2
  335. package/dist/timeline/style/index.d.ts +2 -2
  336. package/dist/tooltip/PurePanel.d.ts +2 -2
  337. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
  338. package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
  339. package/dist/tooltip/index.d.ts +2 -2
  340. package/dist/tooltip/style/index.d.ts +2 -2
  341. package/dist/tour/PurePanel.d.ts +2 -2
  342. package/dist/tour/index.d.ts +2 -2
  343. package/dist/tour/panelRender.d.ts +2 -2
  344. package/dist/tour/panelRender.js +8 -2
  345. package/dist/tour/style/index.d.ts +2 -2
  346. package/dist/transfer/Actions.d.ts +2 -2
  347. package/dist/transfer/ListBody.d.ts +2 -2
  348. package/dist/transfer/ListItem.d.ts +2 -2
  349. package/dist/transfer/Section.d.ts +2 -2
  350. package/dist/transfer/Transfer.d.ts +2 -2
  351. package/dist/transfer/hooks/useData.d.ts +2 -2
  352. package/dist/transfer/search.d.ts +2 -2
  353. package/dist/transfer/style/index.d.ts +2 -2
  354. package/dist/tree/DirectoryTree.d.ts +2 -2
  355. package/dist/tree/DirectoryTree.js +8 -0
  356. package/dist/tree/Tree.d.ts +2 -2
  357. package/dist/tree/Tree.js +8 -0
  358. package/dist/tree/style/index.d.ts +2 -2
  359. package/dist/tree/utils/dropIndicator.d.ts +2 -2
  360. package/dist/tree/utils/iconUtil.d.ts +2 -2
  361. package/dist/tree-select/index.d.ts +3 -3
  362. package/dist/tree-select/style/index.d.ts +2 -2
  363. package/dist/typography/Base/CopyBtn.d.ts +2 -2
  364. package/dist/typography/Base/Ellipsis.d.ts +3 -3
  365. package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
  366. package/dist/typography/Base/index.d.ts +2 -2
  367. package/dist/typography/Editable.d.ts +2 -2
  368. package/dist/typography/Link.d.ts +2 -2
  369. package/dist/typography/Paragraph.d.ts +2 -2
  370. package/dist/typography/Text.d.ts +2 -2
  371. package/dist/typography/Title.d.ts +2 -2
  372. package/dist/typography/Typography.d.ts +2 -2
  373. package/dist/typography/hooks/useCopyClick.d.ts +3 -3
  374. package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
  375. package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
  376. package/dist/typography/index.d.ts +5 -5
  377. package/dist/typography/style/index.d.ts +2 -2
  378. package/dist/upload/Dragger.d.ts +3 -3
  379. package/dist/upload/Upload.d.ts +2 -2
  380. package/dist/upload/UploadList/ListItem.d.ts +2 -2
  381. package/dist/upload/UploadList/index.d.ts +2 -2
  382. package/dist/upload/index.d.ts +3 -3
  383. package/dist/upload/style/index.d.ts +2 -2
  384. package/dist/watermark/context.d.ts +2 -2
  385. package/dist/watermark/index.d.ts +2 -2
  386. package/global.d.ts +4 -0
  387. package/package.json +7 -7
  388. package/web-tags.json +1825 -1741
  389. package/web-types.json +5683 -5476
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.3",
2
+ "version": "1.1.4",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -307,40 +307,6 @@
307
307
  }
308
308
  ]
309
309
  },
310
- {
311
- "name": "a-breadcrumb",
312
- "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
313
- "attributes": [
314
- {
315
- "name": "classes",
316
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
317
- },
318
- {
319
- "name": "dropdown-icon",
320
- "description": "Default: -\n\nCustom dropdown icon"
321
- },
322
- {
323
- "name": "item-render",
324
- "description": "Default: -\n\nCustom item renderer, work with vue-router"
325
- },
326
- {
327
- "name": "params",
328
- "description": "Default: -\n\nRouting parameters"
329
- },
330
- {
331
- "name": "items",
332
- "description": "Default: -\n\nThe routing stack information of router"
333
- },
334
- {
335
- "name": "separator",
336
- "description": "Default: /\n\nCustom separator"
337
- },
338
- {
339
- "name": "styles",
340
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
341
- }
342
- ]
343
- },
344
310
  {
345
311
  "name": "a-badge",
346
312
  "description": "(ZH) 图标右上角的圆形徽标数字。\n\n(EN) Small numerical value or status descriptor for UI elements.",
@@ -399,6 +365,40 @@
399
365
  }
400
366
  ]
401
367
  },
368
+ {
369
+ "name": "a-breadcrumb",
370
+ "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
371
+ "attributes": [
372
+ {
373
+ "name": "classes",
374
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
375
+ },
376
+ {
377
+ "name": "dropdown-icon",
378
+ "description": "Default: -\n\nCustom dropdown icon"
379
+ },
380
+ {
381
+ "name": "item-render",
382
+ "description": "Default: -\n\nCustom item renderer, work with vue-router"
383
+ },
384
+ {
385
+ "name": "params",
386
+ "description": "Default: -\n\nRouting parameters"
387
+ },
388
+ {
389
+ "name": "items",
390
+ "description": "Default: -\n\nThe routing stack information of router"
391
+ },
392
+ {
393
+ "name": "separator",
394
+ "description": "Default: /\n\nCustom separator"
395
+ },
396
+ {
397
+ "name": "styles",
398
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
399
+ }
400
+ ]
401
+ },
402
402
  {
403
403
  "name": "a-button",
404
404
  "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
@@ -555,52 +555,6 @@
555
555
  }
556
556
  ]
557
557
  },
558
- {
559
- "name": "a-carousel",
560
- "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
561
- "attributes": [
562
- {
563
- "name": "effect",
564
- "description": "Default: scrollx\n\nTransition effect"
565
- },
566
- {
567
- "name": "id",
568
- "description": "Default: -\n\n-"
569
- },
570
- {
571
- "name": "slick-go-to",
572
- "description": "Default: -\n\n-"
573
- },
574
- {
575
- "name": "dot-position",
576
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
577
- },
578
- {
579
- "name": "dot-placement",
580
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
581
- },
582
- {
583
- "name": "dots",
584
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
585
- },
586
- {
587
- "name": "wait-for-animate",
588
- "description": "Default: false\n\nWhether to wait for the animation when switching"
589
- },
590
- {
591
- "name": "autoplay",
592
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
593
- },
594
- {
595
- "name": "prev-arrow",
596
- "description": "Default: -\n\n-"
597
- },
598
- {
599
- "name": "next-arrow",
600
- "description": "Default: -\n\n-"
601
- }
602
- ]
603
- },
604
558
  {
605
559
  "name": "a-card",
606
560
  "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
@@ -837,6 +791,52 @@
837
791
  }
838
792
  ]
839
793
  },
794
+ {
795
+ "name": "a-carousel",
796
+ "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
797
+ "attributes": [
798
+ {
799
+ "name": "effect",
800
+ "description": "Default: scrollx\n\nTransition effect"
801
+ },
802
+ {
803
+ "name": "id",
804
+ "description": "Default: -\n\n-"
805
+ },
806
+ {
807
+ "name": "slick-go-to",
808
+ "description": "Default: -\n\n-"
809
+ },
810
+ {
811
+ "name": "dot-position",
812
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
813
+ },
814
+ {
815
+ "name": "dot-placement",
816
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
817
+ },
818
+ {
819
+ "name": "dots",
820
+ "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
821
+ },
822
+ {
823
+ "name": "wait-for-animate",
824
+ "description": "Default: false\n\nWhether to wait for the animation when switching"
825
+ },
826
+ {
827
+ "name": "autoplay",
828
+ "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
829
+ },
830
+ {
831
+ "name": "prev-arrow",
832
+ "description": "Default: -\n\n-"
833
+ },
834
+ {
835
+ "name": "next-arrow",
836
+ "description": "Default: -\n\n-"
837
+ }
838
+ ]
839
+ },
840
840
  {
841
841
  "name": "a-checkbox",
842
842
  "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
@@ -901,6 +901,98 @@
901
901
  }
902
902
  ]
903
903
  },
904
+ {
905
+ "name": "a-collapse",
906
+ "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
907
+ "attributes": [
908
+ {
909
+ "name": "active-key",
910
+ "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
911
+ },
912
+ {
913
+ "name": "default-active-key",
914
+ "description": "Default: -\n\nKey of the initial active panel"
915
+ },
916
+ {
917
+ "name": "accordion",
918
+ "description": "Default: false\n\nIf true, Collapse renders as Accordion"
919
+ },
920
+ {
921
+ "name": "destroy-on-hidden",
922
+ "description": "Default: false\n\nDestroy Inactive Panel"
923
+ },
924
+ {
925
+ "name": "root-class",
926
+ "description": "Default: -\n\nRoot container class"
927
+ },
928
+ {
929
+ "name": "bordered",
930
+ "description": "Default: true\n\nToggles rendering of the border around the collapse block"
931
+ },
932
+ {
933
+ "name": "expand-icon",
934
+ "description": "Default: -\n\nAllow to customize collapse icon"
935
+ },
936
+ {
937
+ "name": "expand-icon-placement",
938
+ "description": "Default: start\n\nSet expand icon placement"
939
+ },
940
+ {
941
+ "name": "ghost",
942
+ "description": "Default: false\n\nMake the collapse borderless and its background transparent"
943
+ },
944
+ {
945
+ "name": "size",
946
+ "description": "Default: middle\n\nSet the size of collapse"
947
+ },
948
+ {
949
+ "name": "collapsible",
950
+ "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
951
+ },
952
+ {
953
+ "name": "label-render",
954
+ "description": "Default: -\n\nCustom render label"
955
+ },
956
+ {
957
+ "name": "content-render",
958
+ "description": "Default: -\n\nCustom render content"
959
+ },
960
+ {
961
+ "name": "classes",
962
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
963
+ },
964
+ {
965
+ "name": "styles",
966
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
967
+ },
968
+ {
969
+ "name": "items",
970
+ "description": "Default: -\n\nCollapse items content"
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "name": "a-collapse-panel",
976
+ "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
977
+ "attributes": [
978
+ {
979
+ "name": "header",
980
+ "description": "Default: -\n\n-"
981
+ },
982
+ {
983
+ "name": "show-arrow",
984
+ "description": "Default: true\n\n-"
985
+ },
986
+ {
987
+ "name": "extra",
988
+ "description": "Default: -\n\n-"
989
+ },
990
+ {
991
+ "name": "collapsible",
992
+ "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
+ }
994
+ ]
995
+ },
904
996
  {
905
997
  "name": "a-config-provider",
906
998
  "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
@@ -972,154 +1064,104 @@
972
1064
  ]
973
1065
  },
974
1066
  {
975
- "name": "a-localization",
976
- "description": "To select or input a date.",
977
- "attributes": []
978
- },
979
- {
980
- "name": "a-common-api",
981
- "description": "To select or input a date.",
982
- "attributes": []
983
- },
984
- {
985
- "name": "a-common-methods",
986
- "description": "To select or input a date.",
987
- "attributes": []
988
- },
989
- {
990
- "name": "a-date-picker",
991
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
992
- "attributes": []
993
- },
994
- {
995
- "name": "a-date-picker[picker=year]",
996
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
997
- "attributes": []
998
- },
999
- {
1000
- "name": "a-date-picker[picker=quarter]",
1001
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1002
- "attributes": []
1003
- },
1004
- {
1005
- "name": "a-date-picker[picker=month]",
1006
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1007
- "attributes": []
1008
- },
1009
- {
1010
- "name": "a-date-picker[picker=week]",
1011
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1012
- "attributes": []
1013
- },
1014
- {
1015
- "name": "a-range-picker",
1016
- "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1017
- "attributes": []
1018
- },
1019
- {
1020
- "name": "a-国际化配置",
1021
- "description": "输入或选择日期的控件。",
1022
- "attributes": []
1023
- },
1024
- {
1025
- "name": "a-共同的-api",
1026
- "description": "输入或选择日期的控件。",
1027
- "attributes": []
1028
- },
1029
- {
1030
- "name": "a-共同的方法",
1031
- "description": "输入或选择日期的控件。",
1032
- "attributes": []
1033
- },
1034
- {
1035
- "name": "a-collapse",
1036
- "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
1067
+ "name": "a-color-picker",
1068
+ "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
1037
1069
  "attributes": [
1038
1070
  {
1039
- "name": "active-key",
1040
- "description": "Default: No default value. In accordion mode, it's the key of the first panel\n\nKey of the active panel"
1071
+ "name": "allow-clear",
1072
+ "description": "Default: false\n\nAllow clearing color selected"
1041
1073
  },
1042
1074
  {
1043
- "name": "default-active-key",
1044
- "description": "Default: -\n\nKey of the initial active panel"
1075
+ "name": "arrow",
1076
+ "description": "Default: true\n\nConfiguration for popup arrow"
1045
1077
  },
1046
1078
  {
1047
- "name": "accordion",
1048
- "description": "Default: false\n\nIf true, Collapse renders as Accordion"
1079
+ "name": "auto-adjust-overflow",
1080
+ "description": "Default: -\n\nAuto adjust placement when popup is invisible"
1081
+ },
1082
+ {
1083
+ "name": "classes",
1084
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1085
+ },
1086
+ {
1087
+ "name": "default-format",
1088
+ "description": "Default: hex\n\nDefault format of color"
1089
+ },
1090
+ {
1091
+ "name": "default-value",
1092
+ "description": "Default: -\n\nDefault value of color"
1049
1093
  },
1050
1094
  {
1051
1095
  "name": "destroy-on-hidden",
1052
- "description": "Default: false\n\nDestroy Inactive Panel"
1096
+ "description": "Default: false\n\nWhether destroy dom when close"
1053
1097
  },
1054
1098
  {
1055
- "name": "root-class",
1056
- "description": "Default: -\n\nRoot container class"
1099
+ "name": "disabled",
1100
+ "description": "Default: false\n\nDisable ColorPicker"
1057
1101
  },
1058
1102
  {
1059
- "name": "bordered",
1060
- "description": "Default: true\n\nToggles rendering of the border around the collapse block"
1103
+ "name": "disabled-alpha",
1104
+ "description": "Default: false\n\nDisable Alpha"
1061
1105
  },
1062
1106
  {
1063
- "name": "expand-icon",
1064
- "description": "Default: -\n\nAllow to customize collapse icon"
1107
+ "name": "disabled-format",
1108
+ "description": "Default: false\n\nDisable format of color"
1065
1109
  },
1066
1110
  {
1067
- "name": "expand-icon-placement",
1068
- "description": "Default: start\n\nSet expand icon placement"
1111
+ "name": "format",
1112
+ "description": "Default: -\n\nFormat of color, support v-model:format"
1069
1113
  },
1070
1114
  {
1071
- "name": "ghost",
1072
- "description": "Default: false\n\nMake the collapse borderless and its background transparent"
1115
+ "name": "get-popup-container",
1116
+ "description": "Default: -\n\nSpecify container for popup"
1073
1117
  },
1074
1118
  {
1075
- "name": "size",
1076
- "description": "Default: middle\n\nSet the size of collapse"
1119
+ "name": "mode",
1120
+ "description": "Default: single\n\nConfigure single or gradient color"
1077
1121
  },
1078
1122
  {
1079
- "name": "collapsible",
1080
- "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
1123
+ "name": "open",
1124
+ "description": "Default: -\n\nWhether to show popup, support v-model:open"
1081
1125
  },
1082
1126
  {
1083
- "name": "label-render",
1084
- "description": "Default: -\n\nCustom render label"
1127
+ "name": "placement",
1128
+ "description": "Default: bottomLeft\n\nPlacement of popup"
1085
1129
  },
1086
1130
  {
1087
- "name": "content-render",
1088
- "description": "Default: -\n\nCustom render content"
1131
+ "name": "presets",
1132
+ "description": "Default: -\n\nPreset colors"
1089
1133
  },
1090
1134
  {
1091
- "name": "classes",
1092
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1135
+ "name": "panel-render",
1136
+ "description": "Default: -\n\nCustom Render Panel"
1093
1137
  },
1094
1138
  {
1095
- "name": "styles",
1096
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1139
+ "name": "root-class",
1140
+ "description": "Default: -\n\nRoot container class"
1097
1141
  },
1098
1142
  {
1099
- "name": "items",
1100
- "description": "Default: -\n\nCollapse items content"
1101
- }
1102
- ]
1103
- },
1104
- {
1105
- "name": "a-collapse-panel",
1106
- "description": "(ZH) 可以折叠/展开的内容区域。\n\n(EN) A content area which can be collapsed and expanded.",
1107
- "attributes": [
1143
+ "name": "show-text",
1144
+ "description": "Default: false\n\nShow color text"
1145
+ },
1108
1146
  {
1109
- "name": "header",
1110
- "description": "Default: -\n\n-"
1147
+ "name": "size",
1148
+ "description": "Default: middle\n\nSetting the trigger size"
1111
1149
  },
1112
1150
  {
1113
- "name": "show-arrow",
1114
- "description": "Default: true\n\n-"
1151
+ "name": "styles",
1152
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1115
1153
  },
1116
1154
  {
1117
- "name": "extra",
1118
- "description": "Default: -\n\n-"
1155
+ "name": "trigger",
1156
+ "description": "Default: click\n\nColorPicker trigger mode"
1119
1157
  },
1120
1158
  {
1121
- "name": "collapsible",
1122
- "description": "Default: -\n\nSpecify how to trigger Collapse. Either by clicking icon or by clicking any area in header or disable collapse functionality itself"
1159
+ "name": "value-format",
1160
+ "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
1161
+ },
1162
+ {
1163
+ "name": "value",
1164
+ "description": "Default: -\n\nValue of color, support v-model:value"
1123
1165
  }
1124
1166
  ]
1125
1167
  },
@@ -1224,104 +1266,294 @@
1224
1266
  ]
1225
1267
  },
1226
1268
  {
1227
- "name": "a-color-picker",
1228
- "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
1269
+ "name": "a-localization",
1270
+ "description": "To select or input a date.",
1271
+ "attributes": []
1272
+ },
1273
+ {
1274
+ "name": "a-common-api",
1275
+ "description": "To select or input a date.",
1276
+ "attributes": []
1277
+ },
1278
+ {
1279
+ "name": "a-common-methods",
1280
+ "description": "To select or input a date.",
1281
+ "attributes": []
1282
+ },
1283
+ {
1284
+ "name": "a-date-picker",
1285
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1286
+ "attributes": []
1287
+ },
1288
+ {
1289
+ "name": "a-date-picker[picker=year]",
1290
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1291
+ "attributes": []
1292
+ },
1293
+ {
1294
+ "name": "a-date-picker[picker=quarter]",
1295
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1296
+ "attributes": []
1297
+ },
1298
+ {
1299
+ "name": "a-date-picker[picker=month]",
1300
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1301
+ "attributes": []
1302
+ },
1303
+ {
1304
+ "name": "a-date-picker[picker=week]",
1305
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1306
+ "attributes": []
1307
+ },
1308
+ {
1309
+ "name": "a-range-picker",
1310
+ "description": "(ZH) 输入或选择日期的控件。\n\n(EN) To select or input a date.",
1311
+ "attributes": []
1312
+ },
1313
+ {
1314
+ "name": "a-国际化配置",
1315
+ "description": "输入或选择日期的控件。",
1316
+ "attributes": []
1317
+ },
1318
+ {
1319
+ "name": "a-共同的-api",
1320
+ "description": "输入或选择日期的控件。",
1321
+ "attributes": []
1322
+ },
1323
+ {
1324
+ "name": "a-共同的方法",
1325
+ "description": "输入或选择日期的控件。",
1326
+ "attributes": []
1327
+ },
1328
+ {
1329
+ "name": "a-drawer",
1330
+ "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
1229
1331
  "attributes": [
1230
1332
  {
1231
- "name": "allow-clear",
1232
- "description": "Default: false\n\nAllow clearing color selected"
1233
- },
1234
- {
1235
- "name": "arrow",
1236
- "description": "Default: true\n\nConfiguration for popup arrow"
1333
+ "name": "after-open-change",
1334
+ "description": "Default: -\n\nCallback after the animation ends when switching drawers"
1237
1335
  },
1238
1336
  {
1239
- "name": "auto-adjust-overflow",
1240
- "description": "Default: -\n\nAuto adjust placement when popup is invisible"
1337
+ "name": "classes",
1338
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Drawer component. Supports object or function."
1241
1339
  },
1242
1340
  {
1243
- "name": "classes",
1244
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1341
+ "name": "closable",
1342
+ "description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
1245
1343
  },
1246
1344
  {
1247
- "name": "default-format",
1248
- "description": "Default: hex\n\nDefault format of color"
1345
+ "name": "close-icon",
1346
+ "description": "Default: -\n\nCustom close icon"
1249
1347
  },
1250
1348
  {
1251
- "name": "default-value",
1252
- "description": "Default: -\n\nDefault value of color"
1349
+ "name": "~~destroy-on-close~~",
1350
+ "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1253
1351
  },
1254
1352
  {
1255
1353
  "name": "destroy-on-hidden",
1256
- "description": "Default: false\n\nWhether destroy dom when close"
1354
+ "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1257
1355
  },
1258
1356
  {
1259
- "name": "disabled",
1260
- "description": "Default: false\n\nDisable ColorPicker"
1357
+ "name": "extra",
1358
+ "description": "Default: -\n\nExtra actions area at corner"
1261
1359
  },
1262
1360
  {
1263
- "name": "disabled-alpha",
1264
- "description": "Default: false\n\nDisable Alpha"
1361
+ "name": "footer",
1362
+ "description": "Default: -\n\nThe footer for Drawer"
1265
1363
  },
1266
1364
  {
1267
- "name": "disabled-format",
1268
- "description": "Default: false\n\nDisable format of color"
1365
+ "name": "force-render",
1366
+ "description": "Default: false\n\nPre-render Drawer component forcibly"
1269
1367
  },
1270
1368
  {
1271
- "name": "format",
1272
- "description": "Default: -\n\nFormat of color, support v-model:format"
1369
+ "name": "get-container",
1370
+ "description": "Default: document.body\n\nMounted node and display window for Drawer"
1273
1371
  },
1274
1372
  {
1275
- "name": "get-popup-container",
1276
- "description": "Default: -\n\nSpecify container for popup"
1373
+ "name": "keyboard",
1374
+ "description": "Default: true\n\nWhether support press esc to close"
1277
1375
  },
1278
1376
  {
1279
- "name": "mode",
1280
- "description": "Default: single\n\nConfigure single or gradient color"
1377
+ "name": "loading",
1378
+ "description": "Default: false\n\nShow the Skeleton"
1281
1379
  },
1282
1380
  {
1283
- "name": "open",
1284
- "description": "Default: -\n\nWhether to show popup, support v-model:open"
1381
+ "name": "mask",
1382
+ "description": "Default: true\n\nMask effect"
1383
+ },
1384
+ {
1385
+ "name": "mask-closable",
1386
+ "description": "Default: true\n\nClicking on the mask (area outside the Drawer) to close the Drawer or not"
1285
1387
  },
1286
1388
  {
1287
1389
  "name": "placement",
1288
- "description": "Default: bottomLeft\n\nPlacement of popup"
1390
+ "description": "Default: right\n\nThe placement of the Drawer"
1289
1391
  },
1290
1392
  {
1291
- "name": "presets",
1292
- "description": "Default: -\n\nPreset colors"
1393
+ "name": "push",
1394
+ "description": "Default: \\{ distance: 180 \\}\n\nNested drawers push behavior"
1293
1395
  },
1294
1396
  {
1295
- "name": "panel-render",
1296
- "description": "Default: -\n\nCustom Render Panel"
1397
+ "name": "resizable",
1398
+ "description": "Default: -\n\nEnable resizable by dragging"
1297
1399
  },
1298
1400
  {
1299
1401
  "name": "root-class",
1300
1402
  "description": "Default: -\n\nRoot container class"
1301
1403
  },
1302
1404
  {
1303
- "name": "show-text",
1304
- "description": "Default: false\n\nShow color text"
1405
+ "name": "root-style",
1406
+ "description": "Default: -\n\nStyle of wrapper element which contains mask"
1305
1407
  },
1306
1408
  {
1307
1409
  "name": "size",
1308
- "description": "Default: middle\n\nSetting the trigger size"
1410
+ "description": "Default: 'default'\n\nPreset size of drawer, default 378px and large 736px, or a custom number"
1309
1411
  },
1310
1412
  {
1311
1413
  "name": "styles",
1312
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1414
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Drawer component. Supports object or function."
1415
+ },
1416
+ {
1417
+ "name": "title",
1418
+ "description": "Default: -\n\nThe title for Drawer"
1419
+ },
1420
+ {
1421
+ "name": "open",
1422
+ "description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
1423
+ },
1424
+ {
1425
+ "name": "z-index",
1426
+ "description": "Default: 1000\n\nThe z-index of the Drawer"
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "name": "a-float-button-group",
1432
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1433
+ "attributes": [
1434
+ {
1435
+ "name": "shape",
1436
+ "description": "Default: circle\n\nSetting button shape of children"
1313
1437
  },
1314
1438
  {
1315
1439
  "name": "trigger",
1316
- "description": "Default: click\n\nColorPicker trigger mode"
1440
+ "description": "Default: -\n\nWhich action can trigger menu open/close"
1317
1441
  },
1318
1442
  {
1319
- "name": "value-format",
1320
- "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
1443
+ "name": "open",
1444
+ "description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
1321
1445
  },
1322
1446
  {
1323
- "name": "value",
1324
- "description": "Default: -\n\nValue of color, support v-model:value"
1447
+ "name": "close-icon",
1448
+ "description": "Default: -\n\nCustomize close button icon"
1449
+ },
1450
+ {
1451
+ "name": "placement",
1452
+ "description": "Default: top\n\nCustomize menu animation placement"
1453
+ },
1454
+ {
1455
+ "name": "classes",
1456
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1457
+ },
1458
+ {
1459
+ "name": "styles",
1460
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1461
+ }
1462
+ ]
1463
+ },
1464
+ {
1465
+ "name": "a-float-button",
1466
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1467
+ "attributes": [
1468
+ {
1469
+ "name": "icon",
1470
+ "description": "Default: -\n\nSet the icon component of button"
1471
+ },
1472
+ {
1473
+ "name": "content",
1474
+ "description": "Default: -\n\nText and other"
1475
+ },
1476
+ {
1477
+ "name": "~~description~~",
1478
+ "description": "Default: -\n\nPlease use content instead"
1479
+ },
1480
+ {
1481
+ "name": "tooltip",
1482
+ "description": "Default: -\n\nThe text shown in the tooltip"
1483
+ },
1484
+ {
1485
+ "name": "type",
1486
+ "description": "Default: default\n\nSetting button type"
1487
+ },
1488
+ {
1489
+ "name": "shape",
1490
+ "description": "Default: circle\n\nSetting button shape"
1491
+ },
1492
+ {
1493
+ "name": "href",
1494
+ "description": "Default: -\n\nThe target of hyperlink"
1495
+ },
1496
+ {
1497
+ "name": "target",
1498
+ "description": "Default: -\n\nSpecifies where to display the linked URL"
1499
+ },
1500
+ {
1501
+ "name": "html-type",
1502
+ "description": "Default: button\n\nSet the original html type of button, see: MDN"
1503
+ },
1504
+ {
1505
+ "name": "badge",
1506
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1507
+ },
1508
+ {
1509
+ "name": "classes",
1510
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1511
+ },
1512
+ {
1513
+ "name": "styles",
1514
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1515
+ }
1516
+ ]
1517
+ },
1518
+ {
1519
+ "name": "a-float-back-top",
1520
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1521
+ "attributes": [
1522
+ {
1523
+ "name": "duration",
1524
+ "description": "Default: 450\n\nTime to return to top(ms)"
1525
+ },
1526
+ {
1527
+ "name": "target",
1528
+ "description": "Default: -\n\nSpecifies where to display the linked URL"
1529
+ },
1530
+ {
1531
+ "name": "visibility-height",
1532
+ "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
1533
+ },
1534
+ {
1535
+ "name": "badge",
1536
+ "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
1537
+ },
1538
+ {
1539
+ "name": "html-type",
1540
+ "description": "Default: button\n\nSet the original html type of button, see: MDN"
1541
+ },
1542
+ {
1543
+ "name": "aria-label",
1544
+ "description": "Default: -\n\n-"
1545
+ },
1546
+ {
1547
+ "name": "style",
1548
+ "description": "Default: -\n\n-"
1549
+ },
1550
+ {
1551
+ "name": "classes",
1552
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1553
+ },
1554
+ {
1555
+ "name": "styles",
1556
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1325
1557
  }
1326
1558
  ]
1327
1559
  },
@@ -1656,82 +1888,142 @@
1656
1888
  "attributes": []
1657
1889
  },
1658
1890
  {
1659
- "name": "a-float-button-group",
1660
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1891
+ "name": "a-common-icon",
1892
+ "description": "Semantic vector graphics.",
1893
+ "attributes": []
1894
+ },
1895
+ {
1896
+ "name": "a-custom-icon",
1897
+ "description": "Semantic vector graphics.",
1898
+ "attributes": []
1899
+ },
1900
+ {
1901
+ "name": "a-about-svg-icons",
1902
+ "description": "Semantic vector graphics.",
1903
+ "attributes": []
1904
+ },
1905
+ {
1906
+ "name": "a-set-two-tone-color",
1907
+ "description": "Semantic vector graphics.",
1908
+ "attributes": []
1909
+ },
1910
+ {
1911
+ "name": "a-custom-font-icon",
1912
+ "description": "Semantic vector graphics.",
1913
+ "attributes": []
1914
+ },
1915
+ {
1916
+ "name": "a-custom-svg-icon",
1917
+ "description": "Semantic vector graphics.",
1918
+ "attributes": []
1919
+ },
1920
+ {
1921
+ "name": "a-通用图标",
1922
+ "description": "语义化的矢量图形。",
1923
+ "attributes": []
1924
+ },
1925
+ {
1926
+ "name": "a-自定义-icon",
1927
+ "description": "语义化的矢量图形。",
1928
+ "attributes": []
1929
+ },
1930
+ {
1931
+ "name": "a-关于-svg-图标",
1932
+ "description": "语义化的矢量图形。",
1933
+ "attributes": []
1934
+ },
1935
+ {
1936
+ "name": "a-双色图标主色",
1937
+ "description": "语义化的矢量图形。",
1938
+ "attributes": []
1939
+ },
1940
+ {
1941
+ "name": "a-自定义-font-图标",
1942
+ "description": "语义化的矢量图形。",
1943
+ "attributes": []
1944
+ },
1945
+ {
1946
+ "name": "a-自定义-svg-图标",
1947
+ "description": "语义化的矢量图形。",
1948
+ "attributes": []
1949
+ },
1950
+ {
1951
+ "name": "a-input",
1952
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
1661
1953
  "attributes": [
1662
1954
  {
1663
- "name": "shape",
1664
- "description": "Default: circle\n\nSetting button shape of children"
1955
+ "name": "allow-clear",
1956
+ "description": "Default: false\n\nIf allow to remove input content with clear icon"
1665
1957
  },
1666
1958
  {
1667
- "name": "trigger",
1668
- "description": "Default: -\n\nWhich action can trigger menu open/close"
1669
- },
1670
- {
1671
- "name": "open",
1672
- "description": "Default: -\n\nWhether the menu is visible or not, use it with trigger"
1959
+ "name": "classes",
1960
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1673
1961
  },
1674
1962
  {
1675
- "name": "close-icon",
1676
- "description": "Default: -\n\nCustomize close button icon"
1963
+ "name": "count",
1964
+ "description": "Default: -\n\nCharacter count config"
1677
1965
  },
1678
1966
  {
1679
- "name": "placement",
1680
- "description": "Default: top\n\nCustomize menu animation placement"
1967
+ "name": "default-value",
1968
+ "description": "Default: -\n\nThe initial input content"
1681
1969
  },
1682
1970
  {
1683
- "name": "classes",
1684
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1971
+ "name": "disabled",
1972
+ "description": "Default: false\n\nWhether the input is disabled"
1685
1973
  },
1686
1974
  {
1687
- "name": "styles",
1688
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1689
- }
1690
- ]
1691
- },
1692
- {
1693
- "name": "a-float-button",
1694
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1695
- "attributes": [
1975
+ "name": "id",
1976
+ "description": "Default: -\n\nThe ID for input"
1977
+ },
1696
1978
  {
1697
- "name": "icon",
1698
- "description": "Default: -\n\nSet the icon component of button"
1979
+ "name": "maxlength",
1980
+ "description": "Default: -\n\nThe maximum number of characters in Input"
1699
1981
  },
1700
1982
  {
1701
- "name": "content",
1702
- "description": "Default: -\n\nText and other"
1983
+ "name": "prefix",
1984
+ "description": "Default: -\n\nThe prefix icon for the Input"
1703
1985
  },
1704
1986
  {
1705
- "name": "~~description~~",
1706
- "description": "Default: -\n\nPlease use content instead"
1987
+ "name": "show-count",
1988
+ "description": "Default: false\n\nWhether to show character count"
1707
1989
  },
1708
1990
  {
1709
- "name": "tooltip",
1710
- "description": "Default: -\n\nThe text shown in the tooltip"
1991
+ "name": "status",
1992
+ "description": "Default: -\n\nSet validation status"
1711
1993
  },
1712
1994
  {
1713
- "name": "type",
1714
- "description": "Default: default\n\nSetting button type"
1995
+ "name": "styles",
1996
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1715
1997
  },
1716
1998
  {
1717
- "name": "shape",
1718
- "description": "Default: circle\n\nSetting button shape"
1999
+ "name": "size",
2000
+ "description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
1719
2001
  },
1720
2002
  {
1721
- "name": "href",
1722
- "description": "Default: -\n\nThe target of hyperlink"
2003
+ "name": "suffix",
2004
+ "description": "Default: -\n\nThe suffix icon for the Input"
1723
2005
  },
1724
2006
  {
1725
- "name": "target",
1726
- "description": "Default: -\n\nSpecifies where to display the linked URL"
2007
+ "name": "type",
2008
+ "description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
1727
2009
  },
1728
2010
  {
1729
- "name": "html-type",
1730
- "description": "Default: button\n\nSet the original html type of button, see: MDN"
2011
+ "name": "value",
2012
+ "description": "Default: -\n\nThe input content value, support v-model:value"
1731
2013
  },
1732
2014
  {
1733
- "name": "badge",
1734
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
2015
+ "name": "variant",
2016
+ "description": "Default: outlined\n\nVariants of Input"
2017
+ }
2018
+ ]
2019
+ },
2020
+ {
2021
+ "name": "a-text-area",
2022
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2023
+ "attributes": [
2024
+ {
2025
+ "name": "auto-size",
2026
+ "description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object { minRows: 2, maxRows: 6 }"
1735
2027
  },
1736
2028
  {
1737
2029
  "name": "classes",
@@ -1744,300 +2036,225 @@
1744
2036
  ]
1745
2037
  },
1746
2038
  {
1747
- "name": "a-float-back-top",
1748
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
2039
+ "name": "a-input-search",
2040
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
1749
2041
  "attributes": [
1750
2042
  {
1751
- "name": "duration",
1752
- "description": "Default: 450\n\nTime to return to top(ms)"
1753
- },
1754
- {
1755
- "name": "target",
1756
- "description": "Default: -\n\nSpecifies where to display the linked URL"
2043
+ "name": "classes",
2044
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1757
2045
  },
1758
2046
  {
1759
- "name": "visibility-height",
1760
- "description": "Default: 400\n\nThe BackTop button will not show until the scroll height reaches this value"
2047
+ "name": "enter-button",
2048
+ "description": "Default: false\n\nfalse displays the default button color, true uses the primary color, or you can provide a custom button. Conflicts with addonAfter."
1761
2049
  },
1762
2050
  {
1763
- "name": "badge",
1764
- "description": "Default: -\n\nAttach Badge to FloatButton. status and other props related are not supported."
2051
+ "name": "loading",
2052
+ "description": "Default: false\n\nSearch box with loading"
1765
2053
  },
1766
2054
  {
1767
- "name": "html-type",
1768
- "description": "Default: button\n\nSet the original html type of button, see: MDN"
1769
- },
2055
+ "name": "styles",
2056
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2057
+ }
2058
+ ]
2059
+ },
2060
+ {
2061
+ "name": "a-input-password",
2062
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2063
+ "attributes": [
1770
2064
  {
1771
- "name": "aria-label",
1772
- "description": "Default: -\n\n-"
2065
+ "name": "classes",
2066
+ "description": "Default: -\n\nSemantic DOM class"
1773
2067
  },
1774
2068
  {
1775
- "name": "style",
1776
- "description": "Default: -\n\n-"
2069
+ "name": "icon-render",
2070
+ "description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
1777
2071
  },
1778
2072
  {
1779
- "name": "classes",
1780
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2073
+ "name": "styles",
2074
+ "description": "Default: -\n\nSemantic DOM style"
1781
2075
  },
1782
2076
  {
1783
- "name": "styles",
1784
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2077
+ "name": "visibility-toggle",
2078
+ "description": "Default: true\n\nWhether show toggle button or control password visible"
1785
2079
  }
1786
2080
  ]
1787
2081
  },
1788
2082
  {
1789
- "name": "a-drawer",
1790
- "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
2083
+ "name": "a-input-otp",
2084
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
1791
2085
  "attributes": [
1792
- {
1793
- "name": "after-open-change",
1794
- "description": "Default: -\n\nCallback after the animation ends when switching drawers"
1795
- },
1796
2086
  {
1797
2087
  "name": "classes",
1798
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Drawer component. Supports object or function."
2088
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1799
2089
  },
1800
2090
  {
1801
- "name": "closable",
1802
- "description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
2091
+ "name": "default-value",
2092
+ "description": "Default: -\n\nDefault value"
1803
2093
  },
1804
2094
  {
1805
- "name": "close-icon",
1806
- "description": "Default: -\n\nCustom close icon"
2095
+ "name": "disabled",
2096
+ "description": "Default: false\n\nWhether the input is disabled"
1807
2097
  },
1808
2098
  {
1809
- "name": "~~destroy-on-close~~",
1810
- "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
2099
+ "name": "formatter",
2100
+ "description": "Default: -\n\nFormat display, blank fields will be filled with"
1811
2101
  },
1812
2102
  {
1813
- "name": "destroy-on-hidden",
1814
- "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
2103
+ "name": "separator",
2104
+ "description": "Default: -\n\nrender the separator after the input box of the specified index"
1815
2105
  },
1816
2106
  {
1817
- "name": "extra",
1818
- "description": "Default: -\n\nExtra actions area at corner"
2107
+ "name": "styles",
2108
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1819
2109
  },
1820
2110
  {
1821
- "name": "footer",
1822
- "description": "Default: -\n\nThe footer for Drawer"
2111
+ "name": "mask",
2112
+ "description": "Default: false\n\nCustom display, the original value will not be modified"
1823
2113
  },
1824
2114
  {
1825
- "name": "force-render",
1826
- "description": "Default: false\n\nPre-render Drawer component forcibly"
2115
+ "name": "length",
2116
+ "description": "Default: 6\n\nThe number of input elements"
1827
2117
  },
1828
2118
  {
1829
- "name": "get-container",
1830
- "description": "Default: document.body\n\nMounted node and display window for Drawer"
2119
+ "name": "status",
2120
+ "description": "Default: -\n\nSet validation status"
1831
2121
  },
1832
2122
  {
1833
- "name": "keyboard",
1834
- "description": "Default: true\n\nWhether support press esc to close"
2123
+ "name": "size",
2124
+ "description": "Default: middle\n\nThe size of the input box"
1835
2125
  },
1836
2126
  {
1837
- "name": "loading",
1838
- "description": "Default: false\n\nShow the Skeleton"
2127
+ "name": "variant",
2128
+ "description": "Default: outlined\n\nVariants of Input"
1839
2129
  },
1840
2130
  {
1841
- "name": "mask",
1842
- "description": "Default: true\n\nMask effect"
1843
- },
2131
+ "name": "value",
2132
+ "description": "Default: -\n\nThe input content value"
2133
+ }
2134
+ ]
2135
+ },
2136
+ {
2137
+ "name": "a-types",
2138
+ "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2139
+ "attributes": []
2140
+ },
2141
+ {
2142
+ "name": "a-image",
2143
+ "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2144
+ "attributes": [
1844
2145
  {
1845
- "name": "mask-closable",
1846
- "description": "Default: true\n\nClicking on the mask (area outside the Drawer) to close the Drawer or not"
2146
+ "name": "preview",
2147
+ "description": "Default: true\n\nPreview configuration; set to false to disable"
1847
2148
  },
1848
2149
  {
1849
- "name": "placement",
1850
- "description": "Default: right\n\nThe placement of the Drawer"
2150
+ "name": "wrapper-style",
2151
+ "description": "Default: -\n\nDeprecated."
1851
2152
  },
1852
2153
  {
1853
- "name": "push",
1854
- "description": "Default: { distance: 180 }\n\nNested drawers push behavior"
2154
+ "name": "classes",
2155
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1855
2156
  },
1856
2157
  {
1857
- "name": "resizable",
1858
- "description": "Default: -\n\nEnable resizable by dragging"
2158
+ "name": "styles",
2159
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1859
2160
  },
1860
2161
  {
1861
2162
  "name": "root-class",
1862
- "description": "Default: -\n\nRoot container class"
1863
- },
1864
- {
1865
- "name": "root-style",
1866
- "description": "Default: -\n\nStyle of wrapper element which contains mask"
2163
+ "description": "Default: -\n\n-"
1867
2164
  },
1868
2165
  {
1869
- "name": "size",
1870
- "description": "Default: 'default'\n\nPreset size of drawer, default 378px and large 736px, or a custom number"
2166
+ "name": "alt",
2167
+ "description": "Default: -\n\nImage description"
1871
2168
  },
1872
2169
  {
1873
- "name": "styles",
1874
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Drawer component. Supports object or function."
2170
+ "name": "height",
2171
+ "description": "Default: -\n\nImage height"
1875
2172
  },
1876
2173
  {
1877
- "name": "title",
1878
- "description": "Default: -\n\nThe title for Drawer"
2174
+ "name": "src",
2175
+ "description": "Default: -\n\nImage URL"
1879
2176
  },
1880
2177
  {
1881
- "name": "open",
1882
- "description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
1883
- },
2178
+ "name": "width",
2179
+ "description": "Default: -\n\nImage width"
2180
+ }
2181
+ ]
2182
+ },
2183
+ {
2184
+ "name": "a-layout",
2185
+ "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2186
+ "attributes": [
1884
2187
  {
1885
- "name": "z-index",
1886
- "description": "Default: 1000\n\nThe z-index of the Drawer"
2188
+ "name": "has-sider",
2189
+ "description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
1887
2190
  }
1888
2191
  ]
1889
2192
  },
1890
2193
  {
1891
- "name": "a-row",
1892
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
2194
+ "name": "a-layout-sider",
2195
+ "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
1893
2196
  "attributes": [
1894
2197
  {
1895
- "name": "align",
1896
- "description": "Default: top\n\nVertical alignment"
2198
+ "name": "breakpoint",
2199
+ "description": "Default: -\n\nBreakpoints of the responsive layout"
1897
2200
  },
1898
2201
  {
1899
- "name": "gutter",
1900
- "description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
2202
+ "name": "collapsed",
2203
+ "description": "Default: -\n\nTo set the current status"
1901
2204
  },
1902
2205
  {
1903
- "name": "justify",
1904
- "description": "Default: start\n\nHorizontal arrangement"
1905
- },
1906
- {
1907
- "name": "wrap",
1908
- "description": "Default: true\n\nAuto wrap line"
1909
- }
1910
- ]
1911
- },
1912
- {
1913
- "name": "a-col",
1914
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1915
- "attributes": [
1916
- {
1917
- "name": "flex",
1918
- "description": "Default: -\n\nFlex layout style"
1919
- },
1920
- {
1921
- "name": "offset",
1922
- "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1923
- },
1924
- {
1925
- "name": "order",
1926
- "description": "Default: 0\n\nRaster order"
2206
+ "name": "collapsed-width",
2207
+ "description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
1927
2208
  },
1928
2209
  {
1929
- "name": "pull",
1930
- "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
2210
+ "name": "collapsible",
2211
+ "description": "Default: false\n\nWhether can be collapsed"
1931
2212
  },
1932
2213
  {
1933
- "name": "push",
1934
- "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
2214
+ "name": "reverse-arrow",
2215
+ "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
1935
2216
  },
1936
2217
  {
1937
- "name": "span",
1938
- "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
2218
+ "name": "theme",
2219
+ "description": "Default: dark\n\nColor theme of the sidebar"
1939
2220
  },
1940
2221
  {
1941
- "name": "xs",
1942
- "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
2222
+ "name": "trigger",
2223
+ "description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
1943
2224
  },
1944
2225
  {
1945
- "name": "sm",
1946
- "description": "Default: -\n\nscreen 576px, could be a span value or an object containing above props"
2226
+ "name": "width",
2227
+ "description": "Default: 200\n\nWidth of the sidebar"
1947
2228
  },
1948
2229
  {
1949
- "name": "md",
1950
- "description": "Default: -\n\nscreen 768px, could be a span value or an object containing above props"
1951
- },
2230
+ "name": "zero-width-trigger-style",
2231
+ "description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
2232
+ }
2233
+ ]
2234
+ },
2235
+ {
2236
+ "name": "a-mentions",
2237
+ "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2238
+ "attributes": [
1952
2239
  {
1953
- "name": "lg",
1954
- "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
2240
+ "name": "loading",
2241
+ "description": "Default: -\n\n-"
1955
2242
  },
1956
2243
  {
1957
- "name": "xl",
1958
- "description": "Default: -\n\nscreen 1200px, could be a span value or an object containing above props"
2244
+ "name": "status",
2245
+ "description": "Default: -\n\nSet validation status"
1959
2246
  },
1960
2247
  {
1961
- "name": "xxl",
1962
- "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
2248
+ "name": "options",
2249
+ "description": "Default: \\[]\n\nOption Configuration"
1963
2250
  },
1964
2251
  {
1965
- "name": "xxxl",
1966
- "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
1967
- }
1968
- ]
1969
- },
1970
- {
1971
- "name": "a-common-icon",
1972
- "description": "Semantic vector graphics.",
1973
- "attributes": []
1974
- },
1975
- {
1976
- "name": "a-custom-icon",
1977
- "description": "Semantic vector graphics.",
1978
- "attributes": []
1979
- },
1980
- {
1981
- "name": "a-about-svg-icons",
1982
- "description": "Semantic vector graphics.",
1983
- "attributes": []
1984
- },
1985
- {
1986
- "name": "a-set-two-tone-color",
1987
- "description": "Semantic vector graphics.",
1988
- "attributes": []
1989
- },
1990
- {
1991
- "name": "a-custom-font-icon",
1992
- "description": "Semantic vector graphics.",
1993
- "attributes": []
1994
- },
1995
- {
1996
- "name": "a-custom-svg-icon",
1997
- "description": "Semantic vector graphics.",
1998
- "attributes": []
1999
- },
2000
- {
2001
- "name": "a-通用图标",
2002
- "description": "语义化的矢量图形。",
2003
- "attributes": []
2004
- },
2005
- {
2006
- "name": "a-自定义-icon",
2007
- "description": "语义化的矢量图形。",
2008
- "attributes": []
2009
- },
2010
- {
2011
- "name": "a-关于-svg-图标",
2012
- "description": "语义化的矢量图形。",
2013
- "attributes": []
2014
- },
2015
- {
2016
- "name": "a-双色图标主色",
2017
- "description": "语义化的矢量图形。",
2018
- "attributes": []
2019
- },
2020
- {
2021
- "name": "a-自定义-font-图标",
2022
- "description": "语义化的矢量图形。",
2023
- "attributes": []
2024
- },
2025
- {
2026
- "name": "a-自定义-svg-图标",
2027
- "description": "语义化的矢量图形。",
2028
- "attributes": []
2029
- },
2030
- {
2031
- "name": "a-image",
2032
- "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2033
- "attributes": [
2034
- {
2035
- "name": "preview",
2036
- "description": "Default: true\n\nPreview configuration; set to false to disable"
2252
+ "name": "popup-class-name",
2253
+ "description": "Default: -\n\n-"
2037
2254
  },
2038
2255
  {
2039
- "name": "wrapper-style",
2040
- "description": "Default: -\n\nDeprecated."
2256
+ "name": "variant",
2257
+ "description": "Default: outlined\n\nVariants of Input"
2041
2258
  },
2042
2259
  {
2043
2260
  "name": "classes",
@@ -2048,24 +2265,20 @@
2048
2265
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2049
2266
  },
2050
2267
  {
2051
- "name": "root-class",
2268
+ "name": "size",
2052
2269
  "description": "Default: -\n\n-"
2053
2270
  },
2054
2271
  {
2055
- "name": "alt",
2056
- "description": "Default: -\n\nImage description"
2057
- },
2058
- {
2059
- "name": "height",
2060
- "description": "Default: -\n\nImage height"
2272
+ "name": "label-render",
2273
+ "description": "Default: -\n\n-"
2061
2274
  },
2062
2275
  {
2063
- "name": "src",
2064
- "description": "Default: -\n\nImage URL"
2276
+ "name": "allow-clear",
2277
+ "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2065
2278
  },
2066
2279
  {
2067
- "name": "width",
2068
- "description": "Default: -\n\nImage width"
2280
+ "name": "disabled",
2281
+ "description": "Default: -\n\n-"
2069
2282
  }
2070
2283
  ]
2071
2284
  },
@@ -2132,357 +2345,80 @@
2132
2345
  ]
2133
2346
  },
2134
2347
  {
2135
- "name": "a-input",
2136
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2348
+ "name": "a-menu",
2349
+ "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2137
2350
  "attributes": [
2138
2351
  {
2139
- "name": "allow-clear",
2140
- "description": "Default: false\n\nIf allow to remove input content with clear icon"
2352
+ "name": "classes",
2353
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2141
2354
  },
2142
2355
  {
2143
- "name": "classes",
2144
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2356
+ "name": "styles",
2357
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2145
2358
  },
2146
2359
  {
2147
- "name": "count",
2148
- "description": "Default: -\n\nCharacter count config"
2360
+ "name": "root-class",
2361
+ "description": "Default: -\n\nRoot container class"
2149
2362
  },
2150
2363
  {
2151
- "name": "default-value",
2152
- "description": "Default: -\n\nThe initial input content"
2364
+ "name": "default-open-keys",
2365
+ "description": "Default: -\n\nArray with the keys of default opened sub menus"
2153
2366
  },
2154
2367
  {
2155
- "name": "disabled",
2156
- "description": "Default: false\n\nWhether the input is disabled"
2368
+ "name": "default-selected-keys",
2369
+ "description": "Default: -\n\nArray with the keys of default selected menu items"
2157
2370
  },
2158
2371
  {
2159
- "name": "id",
2160
- "description": "Default: -\n\nThe ID for input"
2372
+ "name": "expand-icon",
2373
+ "description": "Default: -\n\nCustom expand icon of submenu"
2161
2374
  },
2162
2375
  {
2163
- "name": "maxlength",
2164
- "description": "Default: -\n\nThe maximum number of characters in Input"
2376
+ "name": "force-sub-menu-render",
2377
+ "description": "Default: false\n\nRender submenu into DOM before it becomes visible"
2165
2378
  },
2166
2379
  {
2167
- "name": "prefix",
2168
- "description": "Default: -\n\nThe prefix icon for the Input"
2380
+ "name": "inline-collapsed",
2381
+ "description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
2169
2382
  },
2170
2383
  {
2171
- "name": "show-count",
2172
- "description": "Default: false\n\nWhether to show character count"
2384
+ "name": "inline-indent",
2385
+ "description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
2173
2386
  },
2174
2387
  {
2175
- "name": "status",
2176
- "description": "Default: -\n\nSet validation status"
2388
+ "name": "items",
2389
+ "description": "Default: -\n\nMenu item content"
2177
2390
  },
2178
2391
  {
2179
- "name": "styles",
2180
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2392
+ "name": "mode",
2393
+ "description": "Default: vertical\n\nType of menu"
2181
2394
  },
2182
2395
  {
2183
- "name": "size",
2184
- "description": "Default: -\n\nThe size of the input box. Note: in the context of a form, the middle size is used"
2396
+ "name": "multiple",
2397
+ "description": "Default: false\n\nAllows selection of multiple items"
2185
2398
  },
2186
2399
  {
2187
- "name": "suffix",
2188
- "description": "Default: -\n\nThe suffix icon for the Input"
2400
+ "name": "open-keys",
2401
+ "description": "Default: -\n\nArray with the keys of currently opened sub-menus"
2189
2402
  },
2190
2403
  {
2191
- "name": "type",
2192
- "description": "Default: text\n\nThe type of input, see: MDN( use Input.TextArea instead of type=\"textarea\")"
2404
+ "name": "overflowed-indicator",
2405
+ "description": "Default: -\n\nCustomized the ellipsis icon when menu is collapsed horizontally"
2193
2406
  },
2194
2407
  {
2195
- "name": "value",
2196
- "description": "Default: -\n\nThe input content value, support v-model:value"
2408
+ "name": "selectable",
2409
+ "description": "Default: true\n\nAllows selecting menu items"
2197
2410
  },
2198
2411
  {
2199
- "name": "variant",
2200
- "description": "Default: outlined\n\nVariants of Input"
2201
- }
2202
- ]
2203
- },
2204
- {
2205
- "name": "a-text-area",
2206
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2207
- "attributes": [
2412
+ "name": "selected-keys",
2413
+ "description": "Default: -\n\nArray with the keys of currently selected menu items"
2414
+ },
2208
2415
  {
2209
- "name": "auto-size",
2210
- "description": "Default: false\n\nHeight auto size feature, can be set to true | false or an object &#123; minRows: 2, maxRows: 6 &#125;"
2416
+ "name": "sub-menu-close-delay",
2417
+ "description": "Default: 0.1\n\nDelay time to hide submenu when mouse leaves (in seconds)"
2211
2418
  },
2212
2419
  {
2213
- "name": "classes",
2214
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2215
- },
2216
- {
2217
- "name": "styles",
2218
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2219
- }
2220
- ]
2221
- },
2222
- {
2223
- "name": "a-input-search",
2224
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2225
- "attributes": [
2226
- {
2227
- "name": "classes",
2228
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2229
- },
2230
- {
2231
- "name": "enter-button",
2232
- "description": "Default: false\n\nfalse displays the default button color, true uses the primary color, or you can provide a custom button. Conflicts with addonAfter."
2233
- },
2234
- {
2235
- "name": "loading",
2236
- "description": "Default: false\n\nSearch box with loading"
2237
- },
2238
- {
2239
- "name": "styles",
2240
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2241
- }
2242
- ]
2243
- },
2244
- {
2245
- "name": "a-input-password",
2246
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2247
- "attributes": [
2248
- {
2249
- "name": "classes",
2250
- "description": "Default: -\n\nSemantic DOM class"
2251
- },
2252
- {
2253
- "name": "icon-render",
2254
- "description": "Default: (visible) => (visible ? : )\n\nCustom toggle button"
2255
- },
2256
- {
2257
- "name": "styles",
2258
- "description": "Default: -\n\nSemantic DOM style"
2259
- },
2260
- {
2261
- "name": "visibility-toggle",
2262
- "description": "Default: true\n\nWhether show toggle button or control password visible"
2263
- }
2264
- ]
2265
- },
2266
- {
2267
- "name": "a-input-otp",
2268
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2269
- "attributes": [
2270
- {
2271
- "name": "classes",
2272
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2273
- },
2274
- {
2275
- "name": "default-value",
2276
- "description": "Default: -\n\nDefault value"
2277
- },
2278
- {
2279
- "name": "disabled",
2280
- "description": "Default: false\n\nWhether the input is disabled"
2281
- },
2282
- {
2283
- "name": "formatter",
2284
- "description": "Default: -\n\nFormat display, blank fields will be filled with"
2285
- },
2286
- {
2287
- "name": "separator",
2288
- "description": "Default: -\n\nrender the separator after the input box of the specified index"
2289
- },
2290
- {
2291
- "name": "styles",
2292
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2293
- },
2294
- {
2295
- "name": "mask",
2296
- "description": "Default: false\n\nCustom display, the original value will not be modified"
2297
- },
2298
- {
2299
- "name": "length",
2300
- "description": "Default: 6\n\nThe number of input elements"
2301
- },
2302
- {
2303
- "name": "status",
2304
- "description": "Default: -\n\nSet validation status"
2305
- },
2306
- {
2307
- "name": "size",
2308
- "description": "Default: middle\n\nThe size of the input box"
2309
- },
2310
- {
2311
- "name": "variant",
2312
- "description": "Default: outlined\n\nVariants of Input"
2313
- },
2314
- {
2315
- "name": "value",
2316
- "description": "Default: -\n\nThe input content value"
2317
- }
2318
- ]
2319
- },
2320
- {
2321
- "name": "a-types",
2322
- "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2323
- "attributes": []
2324
- },
2325
- {
2326
- "name": "a-layout",
2327
- "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2328
- "attributes": [
2329
- {
2330
- "name": "has-sider",
2331
- "description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
2332
- }
2333
- ]
2334
- },
2335
- {
2336
- "name": "a-layout-sider",
2337
- "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2338
- "attributes": [
2339
- {
2340
- "name": "breakpoint",
2341
- "description": "Default: -\n\nBreakpoints of the responsive layout"
2342
- },
2343
- {
2344
- "name": "collapsed",
2345
- "description": "Default: -\n\nTo set the current status"
2346
- },
2347
- {
2348
- "name": "collapsed-width",
2349
- "description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
2350
- },
2351
- {
2352
- "name": "collapsible",
2353
- "description": "Default: false\n\nWhether can be collapsed"
2354
- },
2355
- {
2356
- "name": "reverse-arrow",
2357
- "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
2358
- },
2359
- {
2360
- "name": "theme",
2361
- "description": "Default: dark\n\nColor theme of the sidebar"
2362
- },
2363
- {
2364
- "name": "trigger",
2365
- "description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
2366
- },
2367
- {
2368
- "name": "width",
2369
- "description": "Default: 200\n\nWidth of the sidebar"
2370
- },
2371
- {
2372
- "name": "zero-width-trigger-style",
2373
- "description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
2374
- }
2375
- ]
2376
- },
2377
- {
2378
- "name": "a-masonry",
2379
- "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2380
- "attributes": [
2381
- {
2382
- "name": "classes",
2383
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2384
- },
2385
- {
2386
- "name": "styles",
2387
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2388
- },
2389
- {
2390
- "name": "columns",
2391
- "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
2392
- },
2393
- {
2394
- "name": "fresh",
2395
- "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
2396
- },
2397
- {
2398
- "name": "gutter",
2399
- "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
2400
- },
2401
- {
2402
- "name": "items",
2403
- "description": "Default: -\n\nMasonry items"
2404
- },
2405
- {
2406
- "name": "item-render",
2407
- "description": "Default: -\n\nCustom item rendering function"
2408
- }
2409
- ]
2410
- },
2411
- {
2412
- "name": "a-menu",
2413
- "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2414
- "attributes": [
2415
- {
2416
- "name": "classes",
2417
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2418
- },
2419
- {
2420
- "name": "styles",
2421
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2422
- },
2423
- {
2424
- "name": "root-class",
2425
- "description": "Default: -\n\nRoot container class"
2426
- },
2427
- {
2428
- "name": "default-open-keys",
2429
- "description": "Default: -\n\nArray with the keys of default opened sub menus"
2430
- },
2431
- {
2432
- "name": "default-selected-keys",
2433
- "description": "Default: -\n\nArray with the keys of default selected menu items"
2434
- },
2435
- {
2436
- "name": "expand-icon",
2437
- "description": "Default: -\n\nCustom expand icon of submenu"
2438
- },
2439
- {
2440
- "name": "force-sub-menu-render",
2441
- "description": "Default: false\n\nRender submenu into DOM before it becomes visible"
2442
- },
2443
- {
2444
- "name": "inline-collapsed",
2445
- "description": "Default: -\n\nSpecifies the collapsed status when menu is inline mode"
2446
- },
2447
- {
2448
- "name": "inline-indent",
2449
- "description": "Default: 24\n\nIndent (in pixels) of inline menu items on each level"
2450
- },
2451
- {
2452
- "name": "items",
2453
- "description": "Default: -\n\nMenu item content"
2454
- },
2455
- {
2456
- "name": "mode",
2457
- "description": "Default: vertical\n\nType of menu"
2458
- },
2459
- {
2460
- "name": "multiple",
2461
- "description": "Default: false\n\nAllows selection of multiple items"
2462
- },
2463
- {
2464
- "name": "open-keys",
2465
- "description": "Default: -\n\nArray with the keys of currently opened sub-menus"
2466
- },
2467
- {
2468
- "name": "overflowed-indicator",
2469
- "description": "Default: -\n\nCustomized the ellipsis icon when menu is collapsed horizontally"
2470
- },
2471
- {
2472
- "name": "selectable",
2473
- "description": "Default: true\n\nAllows selecting menu items"
2474
- },
2475
- {
2476
- "name": "selected-keys",
2477
- "description": "Default: -\n\nArray with the keys of currently selected menu items"
2478
- },
2479
- {
2480
- "name": "sub-menu-close-delay",
2481
- "description": "Default: 0.1\n\nDelay time to hide submenu when mouse leaves (in seconds)"
2482
- },
2483
- {
2484
- "name": "sub-menu-open-delay",
2485
- "description": "Default: 0\n\nDelay time to show submenu when mouse enters, (in seconds)"
2420
+ "name": "sub-menu-open-delay",
2421
+ "description": "Default: 0\n\nDelay time to show submenu when mouse enters, (in seconds)"
2486
2422
  },
2487
2423
  {
2488
2424
  "name": "theme",
@@ -2518,56 +2454,6 @@
2518
2454
  }
2519
2455
  ]
2520
2456
  },
2521
- {
2522
- "name": "a-mentions",
2523
- "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2524
- "attributes": [
2525
- {
2526
- "name": "loading",
2527
- "description": "Default: -\n\n-"
2528
- },
2529
- {
2530
- "name": "status",
2531
- "description": "Default: -\n\nSet validation status"
2532
- },
2533
- {
2534
- "name": "options",
2535
- "description": "Default: \\[]\n\nOption Configuration"
2536
- },
2537
- {
2538
- "name": "popup-class-name",
2539
- "description": "Default: -\n\n-"
2540
- },
2541
- {
2542
- "name": "variant",
2543
- "description": "Default: outlined\n\nVariants of Input"
2544
- },
2545
- {
2546
- "name": "classes",
2547
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2548
- },
2549
- {
2550
- "name": "styles",
2551
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2552
- },
2553
- {
2554
- "name": "size",
2555
- "description": "Default: -\n\n-"
2556
- },
2557
- {
2558
- "name": "label-render",
2559
- "description": "Default: -\n\n-"
2560
- },
2561
- {
2562
- "name": "allow-clear",
2563
- "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2564
- },
2565
- {
2566
- "name": "disabled",
2567
- "description": "Default: -\n\n-"
2568
- }
2569
- ]
2570
- },
2571
2457
  {
2572
2458
  "name": "a-modal",
2573
2459
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2761,56 +2647,82 @@
2761
2647
  "attributes": []
2762
2648
  },
2763
2649
  {
2764
- "name": "a-popconfirm",
2765
- "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2650
+ "name": "a-row",
2651
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
2766
2652
  "attributes": [
2767
2653
  {
2768
- "name": "cancel-button-props",
2769
- "description": "Default: -\n\nThe cancel button props"
2654
+ "name": "align",
2655
+ "description": "Default: top\n\nVertical alignment"
2770
2656
  },
2771
2657
  {
2772
- "name": "cancel-text",
2773
- "description": "Default: Cancel\n\nThe text of the Cancel button"
2658
+ "name": "gutter",
2659
+ "description": "Default: 0\n\nSpacing between grids, could be a string CSS units or a object like { xs: 8, sm: 16, md: 24}. Or you can use array to make horizontal and vertical spacing work at the same time [horizontal, vertical]"
2774
2660
  },
2775
2661
  {
2776
- "name": "disabled",
2777
- "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2662
+ "name": "justify",
2663
+ "description": "Default: start\n\nHorizontal arrangement"
2778
2664
  },
2779
2665
  {
2780
- "name": "icon",
2781
- "description": "Default: -\n\nCustomize icon of confirmation"
2666
+ "name": "wrap",
2667
+ "description": "Default: true\n\nAuto wrap line"
2668
+ }
2669
+ ]
2670
+ },
2671
+ {
2672
+ "name": "a-col",
2673
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
2674
+ "attributes": [
2675
+ {
2676
+ "name": "flex",
2677
+ "description": "Default: -\n\nFlex layout style"
2782
2678
  },
2783
2679
  {
2784
- "name": "ok-button-props",
2785
- "description": "Default: -\n\nThe ok button props"
2680
+ "name": "offset",
2681
+ "description": "Default: 0\n\nThe number of cells to offset Col from the left"
2786
2682
  },
2787
2683
  {
2788
- "name": "ok-text",
2789
- "description": "Default: OK\n\nThe text of the Confirm button"
2684
+ "name": "order",
2685
+ "description": "Default: 0\n\nRaster order"
2790
2686
  },
2791
2687
  {
2792
- "name": "ok-type",
2793
- "description": "Default: primary\n\nButton type of the Confirm button"
2688
+ "name": "pull",
2689
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
2794
2690
  },
2795
2691
  {
2796
- "name": "show-cancel",
2797
- "description": "Default: true\n\nShow cancel button"
2692
+ "name": "push",
2693
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
2798
2694
  },
2799
2695
  {
2800
- "name": "title",
2801
- "description": "Default: -\n\nThe title of the confirmation box"
2696
+ "name": "span",
2697
+ "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
2802
2698
  },
2803
2699
  {
2804
- "name": "description",
2805
- "description": "Default: -\n\nThe description of the confirmation box"
2700
+ "name": "xs",
2701
+ "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
2806
2702
  },
2807
2703
  {
2808
- "name": "classes",
2809
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2704
+ "name": "sm",
2705
+ "description": "Default: -\n\nscreen 576px, could be a span value or an object containing above props"
2810
2706
  },
2811
2707
  {
2812
- "name": "styles",
2813
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2708
+ "name": "md",
2709
+ "description": "Default: -\n\nscreen 768px, could be a span value or an object containing above props"
2710
+ },
2711
+ {
2712
+ "name": "lg",
2713
+ "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
2714
+ },
2715
+ {
2716
+ "name": "xl",
2717
+ "description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
2718
+ },
2719
+ {
2720
+ "name": "xxl",
2721
+ "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
2722
+ },
2723
+ {
2724
+ "name": "xxxl",
2725
+ "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
2814
2726
  }
2815
2727
  ]
2816
2728
  },
@@ -2867,68 +2779,144 @@
2867
2779
  "description": "Default: -\n\nRoot container class"
2868
2780
  },
2869
2781
  {
2870
- "name": "show-less-items",
2871
- "description": "Default: false\n\nShow less page items"
2782
+ "name": "show-less-items",
2783
+ "description": "Default: false\n\nShow less page items"
2784
+ },
2785
+ {
2786
+ "name": "show-quick-jumper",
2787
+ "description": "Default: false\n\nDetermine whether you can jump to pages directly"
2788
+ },
2789
+ {
2790
+ "name": "show-size-changer",
2791
+ "description": "Default: -\n\nDetermine whether to show pageSize select"
2792
+ },
2793
+ {
2794
+ "name": "total-boundary-show-size-changer",
2795
+ "description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
2796
+ },
2797
+ {
2798
+ "name": "show-title",
2799
+ "description": "Default: true\n\nShow page item's title"
2800
+ },
2801
+ {
2802
+ "name": "show-total",
2803
+ "description": "Default: -\n\nTo display the total number and range"
2804
+ },
2805
+ {
2806
+ "name": "simple",
2807
+ "description": "Default: -\n\nWhether to use simple mode"
2808
+ },
2809
+ {
2810
+ "name": "size",
2811
+ "description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
2812
+ },
2813
+ {
2814
+ "name": "styles",
2815
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2816
+ },
2817
+ {
2818
+ "name": "total",
2819
+ "description": "Default: 0\n\nTotal number of data items"
2820
+ },
2821
+ {
2822
+ "name": "locale",
2823
+ "description": "Default: -\n\nPagination locale"
2824
+ },
2825
+ {
2826
+ "name": "prev-icon",
2827
+ "description": "Default: -\n\nCustom previous icon"
2828
+ },
2829
+ {
2830
+ "name": "next-icon",
2831
+ "description": "Default: -\n\nCustom next icon"
2832
+ },
2833
+ {
2834
+ "name": "jump-prev-icon",
2835
+ "description": "Default: -\n\nCustom jump-prev icon"
2836
+ },
2837
+ {
2838
+ "name": "jump-next-icon",
2839
+ "description": "Default: -\n\nCustom jump-next icon"
2840
+ },
2841
+ {
2842
+ "name": "select-component-class",
2843
+ "description": "Default: -\n\nDeprecated, not official support"
2844
+ }
2845
+ ]
2846
+ },
2847
+ {
2848
+ "name": "a-popover",
2849
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2850
+ "attributes": [
2851
+ {
2852
+ "name": "title",
2853
+ "description": "Default: -\n\nTitle of the card"
2872
2854
  },
2873
2855
  {
2874
- "name": "show-quick-jumper",
2875
- "description": "Default: false\n\nDetermine whether you can jump to pages directly"
2856
+ "name": "content",
2857
+ "description": "Default: -\n\nContent of the card"
2876
2858
  },
2877
2859
  {
2878
- "name": "show-size-changer",
2879
- "description": "Default: -\n\nDetermine whether to show pageSize select"
2860
+ "name": "classes",
2861
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2880
2862
  },
2881
2863
  {
2882
- "name": "total-boundary-show-size-changer",
2883
- "description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
2884
- },
2864
+ "name": "styles",
2865
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2866
+ }
2867
+ ]
2868
+ },
2869
+ {
2870
+ "name": "a-popconfirm",
2871
+ "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2872
+ "attributes": [
2885
2873
  {
2886
- "name": "show-title",
2887
- "description": "Default: true\n\nShow page item's title"
2874
+ "name": "cancel-button-props",
2875
+ "description": "Default: -\n\nThe cancel button props"
2888
2876
  },
2889
2877
  {
2890
- "name": "show-total",
2891
- "description": "Default: -\n\nTo display the total number and range"
2878
+ "name": "cancel-text",
2879
+ "description": "Default: Cancel\n\nThe text of the Cancel button"
2892
2880
  },
2893
2881
  {
2894
- "name": "simple",
2895
- "description": "Default: -\n\nWhether to use simple mode"
2882
+ "name": "disabled",
2883
+ "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2896
2884
  },
2897
2885
  {
2898
- "name": "size",
2899
- "description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
2886
+ "name": "icon",
2887
+ "description": "Default: -\n\nCustomize icon of confirmation"
2900
2888
  },
2901
2889
  {
2902
- "name": "styles",
2903
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2890
+ "name": "ok-button-props",
2891
+ "description": "Default: -\n\nThe ok button props"
2904
2892
  },
2905
2893
  {
2906
- "name": "total",
2907
- "description": "Default: 0\n\nTotal number of data items"
2894
+ "name": "ok-text",
2895
+ "description": "Default: OK\n\nThe text of the Confirm button"
2908
2896
  },
2909
2897
  {
2910
- "name": "locale",
2911
- "description": "Default: -\n\nPagination locale"
2898
+ "name": "ok-type",
2899
+ "description": "Default: primary\n\nButton type of the Confirm button"
2912
2900
  },
2913
2901
  {
2914
- "name": "prev-icon",
2915
- "description": "Default: -\n\nCustom previous icon"
2902
+ "name": "show-cancel",
2903
+ "description": "Default: true\n\nShow cancel button"
2916
2904
  },
2917
2905
  {
2918
- "name": "next-icon",
2919
- "description": "Default: -\n\nCustom next icon"
2906
+ "name": "title",
2907
+ "description": "Default: -\n\nThe title of the confirmation box"
2920
2908
  },
2921
2909
  {
2922
- "name": "jump-prev-icon",
2923
- "description": "Default: -\n\nCustom jump-prev icon"
2910
+ "name": "description",
2911
+ "description": "Default: -\n\nThe description of the confirmation box"
2924
2912
  },
2925
2913
  {
2926
- "name": "jump-next-icon",
2927
- "description": "Default: -\n\nCustom jump-next icon"
2914
+ "name": "classes",
2915
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2928
2916
  },
2929
2917
  {
2930
- "name": "select-component-class",
2931
- "description": "Default: -\n\nDeprecated, not official support"
2918
+ "name": "styles",
2919
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2932
2920
  }
2933
2921
  ]
2934
2922
  },
@@ -3003,24 +2991,52 @@
3003
2991
  ]
3004
2992
  },
3005
2993
  {
3006
- "name": "a-popover",
3007
- "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
2994
+ "name": "a-rate",
2995
+ "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
3008
2996
  "attributes": [
3009
2997
  {
3010
- "name": "title",
3011
- "description": "Default: -\n\nTitle of the card"
2998
+ "name": "allow-clear",
2999
+ "description": "Default: true\n\nWhether to allow clear when click again"
3012
3000
  },
3013
3001
  {
3014
- "name": "content",
3015
- "description": "Default: -\n\nContent of the card"
3002
+ "name": "allow-half",
3003
+ "description": "Default: false\n\nWhether to allow semi selection"
3016
3004
  },
3017
3005
  {
3018
- "name": "classes",
3019
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3006
+ "name": "character",
3007
+ "description": "Default: -\n\nThe custom character of rate"
3020
3008
  },
3021
3009
  {
3022
- "name": "styles",
3023
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3010
+ "name": "class-name",
3011
+ "description": "Default: -\n\nThe custom class name of rate"
3012
+ },
3013
+ {
3014
+ "name": "count",
3015
+ "description": "Default: 5\n\nStar count"
3016
+ },
3017
+ {
3018
+ "name": "disabled",
3019
+ "description": "Default: false\n\nIf read only, unable to interact"
3020
+ },
3021
+ {
3022
+ "name": "keyboard",
3023
+ "description": "Default: true\n\nSupport keyboard operation"
3024
+ },
3025
+ {
3026
+ "name": "size",
3027
+ "description": "Default: 'middle'\n\nStar size"
3028
+ },
3029
+ {
3030
+ "name": "style",
3031
+ "description": "Default: -\n\nThe custom style object of rate"
3032
+ },
3033
+ {
3034
+ "name": "tooltips",
3035
+ "description": "Default: -\n\nCustomize tooltip by each character"
3036
+ },
3037
+ {
3038
+ "name": "value",
3039
+ "description": "Default: -\n\nThe current value, support v-model:value"
3024
3040
  }
3025
3041
  ]
3026
3042
  },
@@ -3175,140 +3191,212 @@
3175
3191
  ]
3176
3192
  },
3177
3193
  {
3178
- "name": "a-segmented",
3179
- "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3194
+ "name": "a-result",
3195
+ "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3180
3196
  "attributes": [
3181
3197
  {
3182
- "name": "block",
3183
- "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3198
+ "name": "classes",
3199
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3184
3200
  },
3185
3201
  {
3186
- "name": "classes",
3187
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3202
+ "name": "extra",
3203
+ "description": "Default: -\n\nOperating area"
3188
3204
  },
3189
3205
  {
3190
- "name": "default-value",
3191
- "description": "Default: -\n\nDefault selected value"
3206
+ "name": "icon",
3207
+ "description": "Default: -\n\nCustom back icon"
3192
3208
  },
3193
3209
  {
3194
- "name": "disabled",
3195
- "description": "Default: false\n\nDisable all segments"
3210
+ "name": "status",
3211
+ "description": "Default: info\n\nResult status, decide icons and colors"
3196
3212
  },
3197
3213
  {
3198
- "name": "options",
3199
- "description": "Default: []\n\nSet children optional"
3214
+ "name": "styles",
3215
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3200
3216
  },
3201
3217
  {
3202
- "name": "orientation",
3203
- "description": "Default: horizontal\n\nOrientation"
3218
+ "name": "sub-title",
3219
+ "description": "Default: -\n\nThe subTitle"
3204
3220
  },
3205
3221
  {
3206
- "name": "size",
3207
- "description": "Default: middle\n\nThe size of the Segmented."
3222
+ "name": "title",
3223
+ "description": "Default: -\n\nThe title"
3224
+ }
3225
+ ]
3226
+ },
3227
+ {
3228
+ "name": "a-skeleton",
3229
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3230
+ "attributes": [
3231
+ {
3232
+ "name": "active",
3233
+ "description": "Default: false\n\nShow animation effect"
3208
3234
  },
3209
3235
  {
3210
- "name": "styles",
3211
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3236
+ "name": "avatar",
3237
+ "description": "Default: false\n\nShow avatar placeholder"
3212
3238
  },
3213
3239
  {
3214
- "name": "vertical",
3215
- "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3240
+ "name": "loading",
3241
+ "description": "Default: -\n\nDisplay the skeleton when true"
3216
3242
  },
3217
3243
  {
3218
- "name": "value",
3219
- "description": "Default: -\n\nCurrently selected value, support v-model:value"
3244
+ "name": "paragraph",
3245
+ "description": "Default: true\n\nShow paragraph placeholder"
3220
3246
  },
3221
3247
  {
3222
- "name": "shape",
3223
- "description": "Default: default\n\nshape of Segmented"
3248
+ "name": "round",
3249
+ "description": "Default: false\n\nShow paragraph and title radius when true"
3224
3250
  },
3225
3251
  {
3226
- "name": "name",
3227
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3252
+ "name": "title",
3253
+ "description": "Default: true\n\nShow title placeholder"
3254
+ },
3255
+ {
3256
+ "name": "classes",
3257
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3258
+ },
3259
+ {
3260
+ "name": "styles",
3261
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3228
3262
  }
3229
3263
  ]
3230
3264
  },
3231
3265
  {
3232
- "name": "a-result",
3233
- "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3266
+ "name": "a-skeleton-avatar",
3267
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3234
3268
  "attributes": [
3269
+ {
3270
+ "name": "active",
3271
+ "description": "Default: false\n\nShow animation effect"
3272
+ },
3273
+ {
3274
+ "name": "shape",
3275
+ "description": "Default: circle\n\nSet the shape of avatar"
3276
+ },
3277
+ {
3278
+ "name": "size",
3279
+ "description": "Default: medium\n\nSet the size of avatar"
3280
+ },
3235
3281
  {
3236
3282
  "name": "classes",
3237
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3283
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3238
3284
  },
3239
3285
  {
3240
- "name": "extra",
3241
- "description": "Default: -\n\nOperating area"
3286
+ "name": "styles",
3287
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3288
+ }
3289
+ ]
3290
+ },
3291
+ {
3292
+ "name": "a-skeleton-title",
3293
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3294
+ "attributes": [
3295
+ {
3296
+ "name": "width",
3297
+ "description": "Default: -\n\nSet the width of title"
3298
+ }
3299
+ ]
3300
+ },
3301
+ {
3302
+ "name": "a-skeleton-paragraph",
3303
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3304
+ "attributes": [
3305
+ {
3306
+ "name": "rows",
3307
+ "description": "Default: -\n\nSet the row count of paragraph"
3242
3308
  },
3243
3309
  {
3244
- "name": "icon",
3245
- "description": "Default: -\n\nCustom back icon"
3310
+ "name": "width",
3311
+ "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"
3312
+ }
3313
+ ]
3314
+ },
3315
+ {
3316
+ "name": "a-skeleton-button",
3317
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3318
+ "attributes": [
3319
+ {
3320
+ "name": "active",
3321
+ "description": "Default: false\n\nShow animation effect"
3246
3322
  },
3247
3323
  {
3248
- "name": "status",
3249
- "description": "Default: info\n\nResult status, decide icons and colors"
3324
+ "name": "block",
3325
+ "description": "Default: false\n\nOption to fit button width to its parent width"
3326
+ },
3327
+ {
3328
+ "name": "shape",
3329
+ "description": "Default: -\n\nSet the shape of button"
3250
3330
  },
3251
3331
  {
3252
- "name": "styles",
3253
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3332
+ "name": "size",
3333
+ "description": "Default: medium\n\nSet the size of button"
3254
3334
  },
3255
3335
  {
3256
- "name": "sub-title",
3257
- "description": "Default: -\n\nThe subTitle"
3336
+ "name": "classes",
3337
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3258
3338
  },
3259
3339
  {
3260
- "name": "title",
3261
- "description": "Default: -\n\nThe title"
3340
+ "name": "styles",
3341
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3262
3342
  }
3263
3343
  ]
3264
3344
  },
3265
3345
  {
3266
- "name": "a-rate",
3267
- "description": "(ZH) 用于对事物进行评分操作。\n\n(EN) Used for rating operation on something.",
3346
+ "name": "a-skeleton-input",
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.",
3268
3348
  "attributes": [
3269
3349
  {
3270
- "name": "allow-clear",
3271
- "description": "Default: true\n\nWhether to allow clear when click again"
3272
- },
3273
- {
3274
- "name": "allow-half",
3275
- "description": "Default: false\n\nWhether to allow semi selection"
3350
+ "name": "active",
3351
+ "description": "Default: false\n\nShow animation effect"
3276
3352
  },
3277
3353
  {
3278
- "name": "character",
3279
- "description": "Default: -\n\nThe custom character of rate"
3354
+ "name": "size",
3355
+ "description": "Default: medium\n\nSet the size of input"
3280
3356
  },
3281
3357
  {
3282
- "name": "class-name",
3283
- "description": "Default: -\n\nThe custom class name of rate"
3358
+ "name": "classes",
3359
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3284
3360
  },
3285
3361
  {
3286
- "name": "count",
3287
- "description": "Default: 5\n\nStar count"
3288
- },
3362
+ "name": "styles",
3363
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3364
+ }
3365
+ ]
3366
+ },
3367
+ {
3368
+ "name": "a-skeleton-image",
3369
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3370
+ "attributes": [
3289
3371
  {
3290
- "name": "disabled",
3291
- "description": "Default: false\n\nIf read only, unable to interact"
3372
+ "name": "active",
3373
+ "description": "Default: false\n\nShow animation effect"
3292
3374
  },
3293
3375
  {
3294
- "name": "keyboard",
3295
- "description": "Default: true\n\nSupport keyboard operation"
3376
+ "name": "classes",
3377
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3296
3378
  },
3297
3379
  {
3298
- "name": "size",
3299
- "description": "Default: 'middle'\n\nStar size"
3300
- },
3380
+ "name": "styles",
3381
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3382
+ }
3383
+ ]
3384
+ },
3385
+ {
3386
+ "name": "a-skeleton-node",
3387
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3388
+ "attributes": [
3301
3389
  {
3302
- "name": "style",
3303
- "description": "Default: -\n\nThe custom style object of rate"
3390
+ "name": "active",
3391
+ "description": "Default: false\n\nShow animation effect"
3304
3392
  },
3305
3393
  {
3306
- "name": "tooltips",
3307
- "description": "Default: -\n\nCustomize tooltip by each character"
3394
+ "name": "classes",
3395
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3308
3396
  },
3309
3397
  {
3310
- "name": "value",
3311
- "description": "Default: -\n\nThe current value, support v-model:value"
3398
+ "name": "styles",
3399
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3312
3400
  }
3313
3401
  ]
3314
3402
  },
@@ -3485,196 +3573,20 @@
3485
3573
  "description": "Default: -\n\nCustomize selected label render"
3486
3574
  },
3487
3575
  {
3488
- "name": "token-separators",
3489
- "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3490
- },
3491
- {
3492
- "name": "value",
3493
- "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3494
- },
3495
- {
3496
- "name": "variant",
3497
- "description": "Default: outlined\n\nVariants of selector"
3498
- },
3499
- {
3500
- "name": "virtual",
3501
- "description": "Default: true\n\nDisable virtual scroll when set to false"
3502
- }
3503
- ]
3504
- },
3505
- {
3506
- "name": "a-skeleton",
3507
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3508
- "attributes": [
3509
- {
3510
- "name": "active",
3511
- "description": "Default: false\n\nShow animation effect"
3512
- },
3513
- {
3514
- "name": "avatar",
3515
- "description": "Default: false\n\nShow avatar placeholder"
3516
- },
3517
- {
3518
- "name": "loading",
3519
- "description": "Default: -\n\nDisplay the skeleton when true"
3520
- },
3521
- {
3522
- "name": "paragraph",
3523
- "description": "Default: true\n\nShow paragraph placeholder"
3524
- },
3525
- {
3526
- "name": "round",
3527
- "description": "Default: false\n\nShow paragraph and title radius when true"
3528
- },
3529
- {
3530
- "name": "title",
3531
- "description": "Default: true\n\nShow title placeholder"
3532
- },
3533
- {
3534
- "name": "classes",
3535
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3536
- },
3537
- {
3538
- "name": "styles",
3539
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3540
- }
3541
- ]
3542
- },
3543
- {
3544
- "name": "a-skeleton-avatar",
3545
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3546
- "attributes": [
3547
- {
3548
- "name": "active",
3549
- "description": "Default: false\n\nShow animation effect"
3550
- },
3551
- {
3552
- "name": "shape",
3553
- "description": "Default: circle\n\nSet the shape of avatar"
3554
- },
3555
- {
3556
- "name": "size",
3557
- "description": "Default: medium\n\nSet the size of avatar"
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-title",
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": "width",
3575
- "description": "Default: -\n\nSet the width of title"
3576
- }
3577
- ]
3578
- },
3579
- {
3580
- "name": "a-skeleton-paragraph",
3581
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3582
- "attributes": [
3583
- {
3584
- "name": "rows",
3585
- "description": "Default: -\n\nSet the row count of paragraph"
3586
- },
3587
- {
3588
- "name": "width",
3589
- "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"
3590
- }
3591
- ]
3592
- },
3593
- {
3594
- "name": "a-skeleton-button",
3595
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3596
- "attributes": [
3597
- {
3598
- "name": "active",
3599
- "description": "Default: false\n\nShow animation effect"
3600
- },
3601
- {
3602
- "name": "block",
3603
- "description": "Default: false\n\nOption to fit button width to its parent width"
3604
- },
3605
- {
3606
- "name": "shape",
3607
- "description": "Default: -\n\nSet the shape of button"
3608
- },
3609
- {
3610
- "name": "size",
3611
- "description": "Default: medium\n\nSet the size of button"
3612
- },
3613
- {
3614
- "name": "classes",
3615
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3616
- },
3617
- {
3618
- "name": "styles",
3619
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3620
- }
3621
- ]
3622
- },
3623
- {
3624
- "name": "a-skeleton-input",
3625
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3626
- "attributes": [
3627
- {
3628
- "name": "active",
3629
- "description": "Default: false\n\nShow animation effect"
3630
- },
3631
- {
3632
- "name": "size",
3633
- "description": "Default: medium\n\nSet the size of input"
3634
- },
3635
- {
3636
- "name": "classes",
3637
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3638
- },
3639
- {
3640
- "name": "styles",
3641
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3642
- }
3643
- ]
3644
- },
3645
- {
3646
- "name": "a-skeleton-image",
3647
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3648
- "attributes": [
3649
- {
3650
- "name": "active",
3651
- "description": "Default: false\n\nShow animation effect"
3652
- },
3653
- {
3654
- "name": "classes",
3655
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3656
- },
3657
- {
3658
- "name": "styles",
3659
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3660
- }
3661
- ]
3662
- },
3663
- {
3664
- "name": "a-skeleton-node",
3665
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3666
- "attributes": [
3576
+ "name": "token-separators",
3577
+ "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3578
+ },
3667
3579
  {
3668
- "name": "active",
3669
- "description": "Default: false\n\nShow animation effect"
3580
+ "name": "value",
3581
+ "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3670
3582
  },
3671
3583
  {
3672
- "name": "classes",
3673
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3584
+ "name": "variant",
3585
+ "description": "Default: outlined\n\nVariants of selector"
3674
3586
  },
3675
3587
  {
3676
- "name": "styles",
3677
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3588
+ "name": "virtual",
3589
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
3678
3590
  }
3679
3591
  ]
3680
3592
  },
@@ -3753,66 +3665,106 @@
3753
3665
  ]
3754
3666
  },
3755
3667
  {
3756
- "name": "a-splitter",
3757
- "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
3668
+ "name": "a-segmented",
3669
+ "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3758
3670
  "attributes": [
3671
+ {
3672
+ "name": "block",
3673
+ "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3674
+ },
3759
3675
  {
3760
3676
  "name": "classes",
3761
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3677
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3762
3678
  },
3763
3679
  {
3764
- "name": "collapsible-icon",
3765
- "description": "Default: -\n\nCustom collapsible icon"
3680
+ "name": "default-value",
3681
+ "description": "Default: -\n\nDefault selected value"
3766
3682
  },
3767
3683
  {
3768
- "name": "dragger-icon",
3769
- "description": "Default: -\n\nCustom dragger icon"
3684
+ "name": "disabled",
3685
+ "description": "Default: false\n\nDisable all segments"
3770
3686
  },
3771
3687
  {
3772
- "name": "lazy",
3773
- "description": "Default: false\n\nLazy rendering mode"
3688
+ "name": "options",
3689
+ "description": "Default: []\n\nSet children optional"
3774
3690
  },
3775
3691
  {
3776
3692
  "name": "orientation",
3777
- "description": "Default: horizontal\n\nLayout direction"
3693
+ "description": "Default: horizontal\n\nOrientation"
3694
+ },
3695
+ {
3696
+ "name": "size",
3697
+ "description": "Default: middle\n\nThe size of the Segmented."
3778
3698
  },
3779
3699
  {
3780
3700
  "name": "styles",
3781
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3701
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3782
3702
  },
3783
3703
  {
3784
3704
  "name": "vertical",
3785
- "description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
3705
+ "description": "Default: false\n\nOrientationSimultaneously existing with orientation, orientation takes priority"
3706
+ },
3707
+ {
3708
+ "name": "value",
3709
+ "description": "Default: -\n\nCurrently selected value, support v-model:value"
3710
+ },
3711
+ {
3712
+ "name": "shape",
3713
+ "description": "Default: default\n\nshape of Segmented"
3714
+ },
3715
+ {
3716
+ "name": "name",
3717
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3786
3718
  }
3787
3719
  ]
3788
3720
  },
3789
3721
  {
3790
- "name": "a-splitter-panel",
3791
- "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
3722
+ "name": "a-spin",
3723
+ "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3792
3724
  "attributes": [
3793
3725
  {
3794
- "name": "collapsible",
3795
- "description": "Default: false\n\nEnable collapsible"
3726
+ "name": "spinning",
3727
+ "description": "Default: true\n\nWhether Spin is visible"
3796
3728
  },
3797
3729
  {
3798
- "name": "default-size",
3799
- "description": "Default: -\n\nInitial panel size, supports px and percentage"
3730
+ "name": "size",
3731
+ "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3800
3732
  },
3801
3733
  {
3802
- "name": "max",
3803
- "description": "Default: -\n\nMaximum threshold, supports px and percentage"
3734
+ "name": "tip",
3735
+ "description": "Default: -\n\nCustomize description content when Spin has children"
3804
3736
  },
3805
3737
  {
3806
- "name": "min",
3807
- "description": "Default: -\n\nMinimum threshold, supports px and percentage"
3738
+ "name": "delay",
3739
+ "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3808
3740
  },
3809
3741
  {
3810
- "name": "resizable",
3811
- "description": "Default: true\n\nWhether to enable resize"
3742
+ "name": "wrapper-class-name",
3743
+ "description": "Default: -\n\nThe className of wrapper when Spin has children"
3812
3744
  },
3813
3745
  {
3814
- "name": "size",
3815
- "description": "Default: -\n\nControlled panel size, supports px and percentage"
3746
+ "name": "indicator",
3747
+ "description": "Default: -\n\nThe node of the spinning indicator"
3748
+ },
3749
+ {
3750
+ "name": "fullscreen",
3751
+ "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3752
+ },
3753
+ {
3754
+ "name": "percent",
3755
+ "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3756
+ },
3757
+ {
3758
+ "name": "root-class",
3759
+ "description": "Default: -\n\nRoot container class"
3760
+ },
3761
+ {
3762
+ "name": "classes",
3763
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3764
+ },
3765
+ {
3766
+ "name": "styles",
3767
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3816
3768
  }
3817
3769
  ]
3818
3770
  },
@@ -3875,56 +3827,6 @@
3875
3827
  "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3876
3828
  "attributes": []
3877
3829
  },
3878
- {
3879
- "name": "a-spin",
3880
- "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3881
- "attributes": [
3882
- {
3883
- "name": "spinning",
3884
- "description": "Default: true\n\nWhether Spin is visible"
3885
- },
3886
- {
3887
- "name": "size",
3888
- "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3889
- },
3890
- {
3891
- "name": "tip",
3892
- "description": "Default: -\n\nCustomize description content when Spin has children"
3893
- },
3894
- {
3895
- "name": "delay",
3896
- "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3897
- },
3898
- {
3899
- "name": "wrapper-class-name",
3900
- "description": "Default: -\n\nThe className of wrapper when Spin has children"
3901
- },
3902
- {
3903
- "name": "indicator",
3904
- "description": "Default: -\n\nThe node of the spinning indicator"
3905
- },
3906
- {
3907
- "name": "fullscreen",
3908
- "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3909
- },
3910
- {
3911
- "name": "percent",
3912
- "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3913
- },
3914
- {
3915
- "name": "root-class",
3916
- "description": "Default: -\n\nRoot container class"
3917
- },
3918
- {
3919
- "name": "classes",
3920
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3921
- },
3922
- {
3923
- "name": "styles",
3924
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3925
- }
3926
- ]
3927
- },
3928
3830
  {
3929
3831
  "name": "a-space",
3930
3832
  "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
@@ -3990,6 +3892,106 @@
3990
3892
  }
3991
3893
  ]
3992
3894
  },
3895
+ {
3896
+ "name": "a-steps",
3897
+ "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
3898
+ "attributes": [
3899
+ {
3900
+ "name": "classes",
3901
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3902
+ },
3903
+ {
3904
+ "name": "current",
3905
+ "description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
3906
+ },
3907
+ {
3908
+ "name": "icon-render",
3909
+ "description": "Default: -\n\nCustom render icon, please use items.icon first"
3910
+ },
3911
+ {
3912
+ "name": "initial",
3913
+ "description": "Default: 0\n\nSet the initial step, counting from 0"
3914
+ },
3915
+ {
3916
+ "name": "items",
3917
+ "description": "Default: []\n\nStepItem content"
3918
+ },
3919
+ {
3920
+ "name": "orientation",
3921
+ "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
3922
+ },
3923
+ {
3924
+ "name": "percent",
3925
+ "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
3926
+ },
3927
+ {
3928
+ "name": "progress-dot",
3929
+ "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
3930
+ },
3931
+ {
3932
+ "name": "responsive",
3933
+ "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
3934
+ },
3935
+ {
3936
+ "name": "size",
3937
+ "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
3938
+ },
3939
+ {
3940
+ "name": "status",
3941
+ "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
3942
+ },
3943
+ {
3944
+ "name": "styles",
3945
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3946
+ },
3947
+ {
3948
+ "name": "title-placement",
3949
+ "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
3950
+ },
3951
+ {
3952
+ "name": "type",
3953
+ "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
3954
+ },
3955
+ {
3956
+ "name": "variant",
3957
+ "description": "Default: filled\n\nConfig style variant"
3958
+ }
3959
+ ]
3960
+ },
3961
+ {
3962
+ "name": "a-masonry",
3963
+ "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
3964
+ "attributes": [
3965
+ {
3966
+ "name": "classes",
3967
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3968
+ },
3969
+ {
3970
+ "name": "styles",
3971
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3972
+ },
3973
+ {
3974
+ "name": "columns",
3975
+ "description": "Default: 3\n\nNumber of columns, can be a fixed value or a responsive configuration"
3976
+ },
3977
+ {
3978
+ "name": "fresh",
3979
+ "description": "Default: false\n\nWhether to continuously monitor the size changes of child items"
3980
+ },
3981
+ {
3982
+ "name": "gutter",
3983
+ "description": "Default: 0\n\nSpacing, can be a fixed value, responsive configuration, or a configuration for horizontal and vertical spacing"
3984
+ },
3985
+ {
3986
+ "name": "items",
3987
+ "description": "Default: -\n\nMasonry items"
3988
+ },
3989
+ {
3990
+ "name": "item-render",
3991
+ "description": "Default: -\n\nCustom item rendering function"
3992
+ }
3993
+ ]
3994
+ },
3993
3995
  {
3994
3996
  "name": "a-switch",
3995
3997
  "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
@@ -4052,76 +4054,6 @@
4052
4054
  }
4053
4055
  ]
4054
4056
  },
4055
- {
4056
- "name": "a-table",
4057
- "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4058
- "attributes": [
4059
- {
4060
- "name": "classes",
4061
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4062
- },
4063
- {
4064
- "name": "styles",
4065
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4066
- },
4067
- {
4068
- "name": "dropdown-prefix-cls",
4069
- "description": "Default: -\n\n-"
4070
- },
4071
- {
4072
- "name": "data-source",
4073
- "description": "Default: -\n\nData record array to be displayed"
4074
- },
4075
- {
4076
- "name": "columns",
4077
- "description": "Default: -\n\nColumns of table"
4078
- },
4079
- {
4080
- "name": "pagination",
4081
- "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4082
- },
4083
- {
4084
- "name": "loading",
4085
- "description": "Default: false\n\nLoading status of table"
4086
- },
4087
- {
4088
- "name": "size",
4089
- "description": "Default: large\n\nSize of table"
4090
- },
4091
- {
4092
- "name": "bordered",
4093
- "description": "Default: false\n\nWhether to show all table borders"
4094
- },
4095
- {
4096
- "name": "locale",
4097
- "description": "Default: Default Value\n\nThe i18n text including filter, sort, empty text, etc"
4098
- },
4099
- {
4100
- "name": "row-selection",
4101
- "description": "Default: -\n\nRow selection config"
4102
- },
4103
- {
4104
- "name": "get-popup-container",
4105
- "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4106
- },
4107
- {
4108
- "name": "scroll",
4109
- "description": "Default: -\n\nWhether the table can be scrollable, config"
4110
- },
4111
- {
4112
- "name": "sort-directions",
4113
- "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4114
- },
4115
- {
4116
- "name": "show-sorter-tooltip",
4117
- "description": "Default: &#123; target: 'full-header' &#125;\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4118
- },
4119
- {
4120
- "name": "virtual",
4121
- "description": "Default: -\n\nSupport virtual list"
4122
- }
4123
- ]
4124
- },
4125
4057
  {
4126
4058
  "name": "a-tag",
4127
4059
  "description": "(ZH) 进行标记和分类的小标签。\n\n(EN) Used for marking and categorization.",
@@ -4226,6 +4158,76 @@
4226
4158
  "description": "进行标记和分类的小标签。",
4227
4159
  "attributes": []
4228
4160
  },
4161
+ {
4162
+ "name": "a-table",
4163
+ "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4164
+ "attributes": [
4165
+ {
4166
+ "name": "classes",
4167
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4168
+ },
4169
+ {
4170
+ "name": "styles",
4171
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4172
+ },
4173
+ {
4174
+ "name": "dropdown-prefix-cls",
4175
+ "description": "Default: -\n\n-"
4176
+ },
4177
+ {
4178
+ "name": "data-source",
4179
+ "description": "Default: -\n\nData record array to be displayed"
4180
+ },
4181
+ {
4182
+ "name": "columns",
4183
+ "description": "Default: -\n\nColumns of table"
4184
+ },
4185
+ {
4186
+ "name": "pagination",
4187
+ "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4188
+ },
4189
+ {
4190
+ "name": "loading",
4191
+ "description": "Default: false\n\nLoading status of table"
4192
+ },
4193
+ {
4194
+ "name": "size",
4195
+ "description": "Default: large\n\nSize of table"
4196
+ },
4197
+ {
4198
+ "name": "bordered",
4199
+ "description": "Default: false\n\nWhether to show all table borders"
4200
+ },
4201
+ {
4202
+ "name": "locale",
4203
+ "description": "Default: Default Value\n\nThe i18n text including filter, sort, empty text, etc"
4204
+ },
4205
+ {
4206
+ "name": "row-selection",
4207
+ "description": "Default: -\n\nRow selection config"
4208
+ },
4209
+ {
4210
+ "name": "get-popup-container",
4211
+ "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4212
+ },
4213
+ {
4214
+ "name": "scroll",
4215
+ "description": "Default: -\n\nWhether the table can be scrollable, config"
4216
+ },
4217
+ {
4218
+ "name": "sort-directions",
4219
+ "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4220
+ },
4221
+ {
4222
+ "name": "show-sorter-tooltip",
4223
+ "description": "Default: &#123; target: 'full-header' &#125;\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4224
+ },
4225
+ {
4226
+ "name": "virtual",
4227
+ "description": "Default: -\n\nSupport virtual list"
4228
+ }
4229
+ ]
4230
+ },
4229
4231
  {
4230
4232
  "name": "a-tabs",
4231
4233
  "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
@@ -4240,7 +4242,7 @@
4240
4242
  },
4241
4243
  {
4242
4244
  "name": "animated",
4243
- "description": "Default: { inkBar: true, tabPane: false }\n\nWhether to change tabs with animation"
4245
+ "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4244
4246
  },
4245
4247
  {
4246
4248
  "name": "centered",
@@ -4268,7 +4270,7 @@
4268
4270
  },
4269
4271
  {
4270
4272
  "name": "more",
4271
- "description": "Default: { icon: , trigger: 'hover' }\n\nCustomize the collapse menu"
4273
+ "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4272
4274
  },
4273
4275
  {
4274
4276
  "name": "more-icon",
@@ -4316,6 +4318,11 @@
4316
4318
  }
4317
4319
  ]
4318
4320
  },
4321
+ {
4322
+ "name": "a-time-picker",
4323
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4324
+ "attributes": []
4325
+ },
4319
4326
  {
4320
4327
  "name": "a-timeline",
4321
4328
  "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
@@ -4348,124 +4355,17 @@
4348
4355
  "name": "styles",
4349
4356
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4350
4357
  },
4351
- {
4352
- "name": "dot-render",
4353
- "description": "Default: -\n\nCustom rendering function for timeline dot"
4354
- },
4355
- {
4356
- "name": "label-render",
4357
- "description": "Default: -\n\nCustom rendering function for timeline label"
4358
- },
4359
- {
4360
- "name": "content-render",
4361
- "description": "Default: -\n\nCustom rendering function for timeline content"
4362
- }
4363
- ]
4364
- },
4365
- {
4366
- "name": "a-time-picker",
4367
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4368
- "attributes": []
4369
- },
4370
- {
4371
- "name": "a-tooltip",
4372
- "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4373
- "attributes": [
4374
- {
4375
- "name": "align",
4376
- "description": "Default: -\n\nPopup alignment config"
4377
- },
4378
- {
4379
- "name": "arrow",
4380
- "description": "Default: -\n\nShow, hide or keep arrow in the center"
4381
- },
4382
- {
4383
- "name": "auto-adjust-overflow",
4384
- "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4385
- },
4386
- {
4387
- "name": "color",
4388
- "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4389
- },
4390
- {
4391
- "name": "open",
4392
- "description": "Default: -\n\nWhether tooltip is visible"
4393
- },
4394
- {
4395
- "name": "default-open",
4396
- "description": "Default: false\n\nInitial open state"
4397
- },
4398
- {
4399
- "name": "get-popup-container",
4400
- "description": "Default: -\n\nSpecify container for tooltip"
4401
- },
4402
- {
4403
- "name": "destroy-on-hidden",
4404
- "description": "Default: -\n\nDestroy tooltip when hidden"
4405
- },
4406
- {
4407
- "name": "z-index",
4408
- "description": "Default: -\n\nSet z-index of tooltip"
4409
- },
4410
- {
4411
- "name": "placement",
4412
- "description": "Default: top\n\nTooltip placement"
4413
- },
4414
- {
4415
- "name": "trigger",
4416
- "description": "Default: -\n\nTrigger action"
4417
- },
4418
- {
4419
- "name": "fresh",
4420
- "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4421
- },
4422
- {
4423
- "name": "mouse-enter-delay",
4424
- "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4425
- },
4426
- {
4427
- "name": "mouse-leave-delay",
4428
- "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4429
- },
4430
- {
4431
- "name": "classes",
4432
- "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4433
- },
4434
- {
4435
- "name": "styles",
4436
- "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4437
- },
4438
- {
4439
- "name": "get-tooltip-container",
4440
- "description": "Default: -\n\nLegacy alias of getPopupContainer"
4441
- },
4442
- {
4443
- "name": "motion",
4444
- "description": "Default: -\n\nPopup motion config"
4445
- },
4446
- {
4447
- "name": "after-open-change",
4448
- "description": "Default: -\n\nCallback after visibility change"
4449
- },
4450
- {
4451
- "name": "builtin-placements",
4452
- "description": "Default: -\n\nBuilt-in placement config"
4453
- },
4454
- {
4455
- "name": "title",
4456
- "description": "Default: -\n\nThe text shown in the tooltip"
4457
- },
4458
- {
4459
- "name": "overlay",
4460
- "description": "Default: -\n\nLegacy alias of title"
4358
+ {
4359
+ "name": "dot-render",
4360
+ "description": "Default: -\n\nCustom rendering function for timeline dot"
4461
4361
  },
4462
4362
  {
4463
- "name": "open-class",
4464
- "description": "Default: -\n\nClass added to child when tooltip is open"
4363
+ "name": "label-render",
4364
+ "description": "Default: -\n\nCustom rendering function for timeline label"
4465
4365
  },
4466
4366
  {
4467
- "name": "unique",
4468
- "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4367
+ "name": "content-render",
4368
+ "description": "Default: -\n\nCustom rendering function for timeline content"
4469
4369
  }
4470
4370
  ]
4471
4371
  },
@@ -4552,101 +4452,107 @@
4552
4452
  ]
4553
4453
  },
4554
4454
  {
4555
- "name": "a-transfer",
4556
- "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4455
+ "name": "a-tooltip",
4456
+ "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4557
4457
  "attributes": [
4558
4458
  {
4559
- "name": "actions",
4560
- "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4459
+ "name": "align",
4460
+ "description": "Default: -\n\nPopup alignment config"
4561
4461
  },
4562
4462
  {
4563
- "name": "classes",
4564
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4463
+ "name": "arrow",
4464
+ "description": "Default: -\n\nShow, hide or keep arrow in the center"
4565
4465
  },
4566
4466
  {
4567
- "name": "data-source",
4568
- "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4467
+ "name": "auto-adjust-overflow",
4468
+ "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4569
4469
  },
4570
4470
  {
4571
- "name": "disabled",
4572
- "description": "Default: false\n\nWhether disabled transfer"
4471
+ "name": "color",
4472
+ "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4573
4473
  },
4574
4474
  {
4575
- "name": "filter-option",
4576
- "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4475
+ "name": "open",
4476
+ "description": "Default: -\n\nWhether tooltip is visible"
4577
4477
  },
4578
4478
  {
4579
- "name": "footer",
4580
- "description": "Default: -\n\nA function used for rendering the footer"
4479
+ "name": "default-open",
4480
+ "description": "Default: false\n\nInitial open state"
4581
4481
  },
4582
4482
  {
4583
- "name": "locale",
4584
- "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4483
+ "name": "get-popup-container",
4484
+ "description": "Default: -\n\nSpecify container for tooltip"
4585
4485
  },
4586
4486
  {
4587
- "name": "one-way",
4588
- "description": "Default: false\n\nDisplay as single direction style"
4487
+ "name": "destroy-on-hidden",
4488
+ "description": "Default: -\n\nDestroy tooltip when hidden"
4589
4489
  },
4590
4490
  {
4591
- "name": "pagination",
4592
- "description": "Default: false\n\nUse pagination. Not work in render props"
4491
+ "name": "z-index",
4492
+ "description": "Default: -\n\nSet z-index of tooltip"
4593
4493
  },
4594
4494
  {
4595
- "name": "render",
4596
- "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4495
+ "name": "placement",
4496
+ "description": "Default: top\n\nTooltip placement"
4597
4497
  },
4598
4498
  {
4599
- "name": "row-key",
4600
- "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4499
+ "name": "trigger",
4500
+ "description": "Default: -\n\nTrigger action"
4601
4501
  },
4602
4502
  {
4603
- "name": "select-all-labels",
4604
- "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4503
+ "name": "fresh",
4504
+ "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4605
4505
  },
4606
4506
  {
4607
- "name": "selected-keys",
4608
- "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4507
+ "name": "mouse-enter-delay",
4508
+ "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4609
4509
  },
4610
4510
  {
4611
- "name": "selections-icon",
4612
- "description": "Default: -\n\nCustom dropdown icon"
4511
+ "name": "mouse-leave-delay",
4512
+ "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4613
4513
  },
4614
4514
  {
4615
- "name": "show-search",
4616
- "description": "Default: false\n\nIf included, a search box is shown on each column"
4515
+ "name": "classes",
4516
+ "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4617
4517
  },
4618
4518
  {
4619
- "name": "show-select-all",
4620
- "description": "Default: true\n\nShow select all checkbox on the header"
4519
+ "name": "styles",
4520
+ "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4621
4521
  },
4622
4522
  {
4623
- "name": "status",
4624
- "description": "Default: -\n\nSet validation status"
4523
+ "name": "get-tooltip-container",
4524
+ "description": "Default: -\n\nLegacy alias of getPopupContainer"
4625
4525
  },
4626
4526
  {
4627
- "name": "styles",
4628
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4527
+ "name": "motion",
4528
+ "description": "Default: -\n\nPopup motion config"
4629
4529
  },
4630
4530
  {
4631
- "name": "target-keys",
4632
- "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4531
+ "name": "after-open-change",
4532
+ "description": "Default: -\n\nCallback after visibility change"
4633
4533
  },
4634
4534
  {
4635
- "name": "titles",
4636
- "description": "Default: -\n\nA set of titles that are sorted from left to right"
4535
+ "name": "builtin-placements",
4536
+ "description": "Default: -\n\nBuilt-in placement config"
4537
+ },
4538
+ {
4539
+ "name": "title",
4540
+ "description": "Default: -\n\nThe text shown in the tooltip"
4541
+ },
4542
+ {
4543
+ "name": "overlay",
4544
+ "description": "Default: -\n\nLegacy alias of title"
4545
+ },
4546
+ {
4547
+ "name": "open-class",
4548
+ "description": "Default: -\n\nClass added to child when tooltip is open"
4549
+ },
4550
+ {
4551
+ "name": "unique",
4552
+ "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4637
4553
  }
4638
4554
  ]
4639
4555
  },
4640
- {
4641
- "name": "a-tree-select-props",
4642
- "description": "Tree selection control.",
4643
- "attributes": []
4644
- },
4645
- {
4646
- "name": "a-tree-select",
4647
- "description": "树型选择控件。",
4648
- "attributes": []
4649
- },
4650
4556
  {
4651
4557
  "name": "a-tree",
4652
4558
  "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
@@ -4724,218 +4630,396 @@
4724
4630
  "description": "Default: -\n\nConfig virtual scroll height. Will not support horizontal scroll when enabled"
4725
4631
  },
4726
4632
  {
4727
- "name": "icon",
4728
- "description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
4633
+ "name": "icon",
4634
+ "description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
4635
+ },
4636
+ {
4637
+ "name": "load-data",
4638
+ "description": "Default: -\n\nLoad data asynchronously"
4639
+ },
4640
+ {
4641
+ "name": "loaded-keys",
4642
+ "description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
4643
+ },
4644
+ {
4645
+ "name": "multiple",
4646
+ "description": "Default: false\n\nAllows selecting multiple treeNodes"
4647
+ },
4648
+ {
4649
+ "name": "root-style",
4650
+ "description": "Default: -\n\nStyle on the root element"
4651
+ },
4652
+ {
4653
+ "name": "selectable",
4654
+ "description": "Default: true\n\nWhether it can be selected"
4655
+ },
4656
+ {
4657
+ "name": "selected-keys",
4658
+ "description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true, support v-model:selected-keys"
4659
+ },
4660
+ {
4661
+ "name": "show-icon",
4662
+ "description": "Default: false\n\nControls whether to display the icon node (no default style)"
4663
+ },
4664
+ {
4665
+ "name": "show-line",
4666
+ "description": "Default: false\n\nShows a connecting line"
4667
+ },
4668
+ {
4669
+ "name": "styles",
4670
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4671
+ },
4672
+ {
4673
+ "name": "switcher-icon",
4674
+ "description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
4675
+ },
4676
+ {
4677
+ "name": "switcher-loading-icon",
4678
+ "description": "Default: -\n\nCustomize loading icons for tree nodes"
4679
+ },
4680
+ {
4681
+ "name": "title-render",
4682
+ "description": "Default: -\n\nCustomize tree node title render"
4683
+ },
4684
+ {
4685
+ "name": "tree-data",
4686
+ "description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
4687
+ },
4688
+ {
4689
+ "name": "virtual",
4690
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
4691
+ }
4692
+ ]
4693
+ },
4694
+ {
4695
+ "name": "a-tree-node",
4696
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4697
+ "attributes": [
4698
+ {
4699
+ "name": "checkable",
4700
+ "description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
4701
+ },
4702
+ {
4703
+ "name": "disable-checkbox",
4704
+ "description": "Default: false\n\nDisables the checkbox of the treeNode"
4705
+ },
4706
+ {
4707
+ "name": "disabled",
4708
+ "description": "Default: false\n\nDisables the treeNode"
4709
+ },
4710
+ {
4711
+ "name": "icon",
4712
+ "description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
4713
+ },
4714
+ {
4715
+ "name": "is-leaf",
4716
+ "description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
4717
+ },
4718
+ {
4719
+ "name": "key",
4720
+ "description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
4721
+ },
4722
+ {
4723
+ "name": "selectable",
4724
+ "description": "Default: true\n\nSet whether the treeNode can be selected"
4725
+ },
4726
+ {
4727
+ "name": "title",
4728
+ "description": "Default: ---\n\nTitle"
4729
+ }
4730
+ ]
4731
+ },
4732
+ {
4733
+ "name": "a-directory-tree",
4734
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4735
+ "attributes": [
4736
+ {
4737
+ "name": "expand-action",
4738
+ "description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
4739
+ }
4740
+ ]
4741
+ },
4742
+ {
4743
+ "name": "a-transfer",
4744
+ "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4745
+ "attributes": [
4746
+ {
4747
+ "name": "actions",
4748
+ "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4749
+ },
4750
+ {
4751
+ "name": "classes",
4752
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4753
+ },
4754
+ {
4755
+ "name": "data-source",
4756
+ "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4757
+ },
4758
+ {
4759
+ "name": "disabled",
4760
+ "description": "Default: false\n\nWhether disabled transfer"
4761
+ },
4762
+ {
4763
+ "name": "filter-option",
4764
+ "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4765
+ },
4766
+ {
4767
+ "name": "footer",
4768
+ "description": "Default: -\n\nA function used for rendering the footer"
4769
+ },
4770
+ {
4771
+ "name": "locale",
4772
+ "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4729
4773
  },
4730
4774
  {
4731
- "name": "load-data",
4732
- "description": "Default: -\n\nLoad data asynchronously"
4775
+ "name": "one-way",
4776
+ "description": "Default: false\n\nDisplay as single direction style"
4733
4777
  },
4734
4778
  {
4735
- "name": "loaded-keys",
4736
- "description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
4779
+ "name": "pagination",
4780
+ "description": "Default: false\n\nUse pagination. Not work in render props"
4737
4781
  },
4738
4782
  {
4739
- "name": "multiple",
4740
- "description": "Default: false\n\nAllows selecting multiple treeNodes"
4783
+ "name": "render",
4784
+ "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4741
4785
  },
4742
4786
  {
4743
- "name": "root-style",
4744
- "description": "Default: -\n\nStyle on the root element"
4787
+ "name": "row-key",
4788
+ "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4745
4789
  },
4746
4790
  {
4747
- "name": "selectable",
4748
- "description": "Default: true\n\nWhether it can be selected"
4791
+ "name": "select-all-labels",
4792
+ "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4749
4793
  },
4750
4794
  {
4751
4795
  "name": "selected-keys",
4752
- "description": "Default: -\n\n(Controlled) Specifies the keys of the selected treeNodes, multiple selection needs to set multiple to true, support v-model:selected-keys"
4796
+ "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4753
4797
  },
4754
4798
  {
4755
- "name": "show-icon",
4756
- "description": "Default: false\n\nControls whether to display the icon node (no default style)"
4799
+ "name": "selections-icon",
4800
+ "description": "Default: -\n\nCustom dropdown icon"
4757
4801
  },
4758
4802
  {
4759
- "name": "show-line",
4760
- "description": "Default: false\n\nShows a connecting line"
4803
+ "name": "show-search",
4804
+ "description": "Default: false\n\nIf included, a search box is shown on each column"
4761
4805
  },
4762
4806
  {
4763
- "name": "styles",
4764
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4807
+ "name": "show-select-all",
4808
+ "description": "Default: true\n\nShow select all checkbox on the header"
4765
4809
  },
4766
4810
  {
4767
- "name": "switcher-icon",
4768
- "description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
4811
+ "name": "status",
4812
+ "description": "Default: -\n\nSet validation status"
4769
4813
  },
4770
4814
  {
4771
- "name": "switcher-loading-icon",
4772
- "description": "Default: -\n\nCustomize loading icons for tree nodes"
4815
+ "name": "styles",
4816
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4773
4817
  },
4774
4818
  {
4775
- "name": "title-render",
4776
- "description": "Default: -\n\nCustomize tree node title render"
4819
+ "name": "target-keys",
4820
+ "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4777
4821
  },
4778
4822
  {
4779
- "name": "tree-data",
4780
- "description": "Default: -\n\nThe treeNodes data Array, if set it then you need not to construct children TreeNode. (key should be unique across the whole array)"
4781
- },
4823
+ "name": "titles",
4824
+ "description": "Default: -\n\nA set of titles that are sorted from left to right"
4825
+ }
4826
+ ]
4827
+ },
4828
+ {
4829
+ "name": "a-tree-select-props",
4830
+ "description": "Tree selection control.",
4831
+ "attributes": []
4832
+ },
4833
+ {
4834
+ "name": "a-tree-select",
4835
+ "description": "树型选择控件。",
4836
+ "attributes": []
4837
+ },
4838
+ {
4839
+ "name": "a-typography",
4840
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4841
+ "attributes": [
4782
4842
  {
4783
- "name": "virtual",
4784
- "description": "Default: true\n\nDisable virtual scroll when set to false"
4843
+ "name": "direction",
4844
+ "description": "Default: -\n\nDirection control"
4785
4845
  }
4786
4846
  ]
4787
4847
  },
4788
4848
  {
4789
- "name": "a-tree-node",
4790
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4849
+ "name": "a-typography-text",
4850
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4791
4851
  "attributes": [
4792
4852
  {
4793
- "name": "checkable",
4794
- "description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
4853
+ "name": "code",
4854
+ "description": "Default: false\n\nCode style"
4795
4855
  },
4796
4856
  {
4797
- "name": "disable-checkbox",
4798
- "description": "Default: false\n\nDisables the checkbox of the treeNode"
4857
+ "name": "copyable",
4858
+ "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
4859
+ },
4860
+ {
4861
+ "name": "delete",
4862
+ "description": "Default: false\n\nDeleted line style"
4799
4863
  },
4800
4864
  {
4801
4865
  "name": "disabled",
4802
- "description": "Default: false\n\nDisables the treeNode"
4866
+ "description": "Default: false\n\nDisabled content"
4803
4867
  },
4804
4868
  {
4805
- "name": "icon",
4806
- "description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
4869
+ "name": "editable",
4870
+ "description": "Default: false\n\nIf editable. Can control edit state when is object"
4807
4871
  },
4808
4872
  {
4809
- "name": "is-leaf",
4810
- "description": "Default: -\n\nDetermines if this is a leaf node (effective when loadData is specified). false will force the TreeNode to be treated as a parent node"
4873
+ "name": "ellipsis",
4874
+ "description": "Default: false\n\nDisplay ellipsis when text overflows, can't configure expandable, rows and onExpand by using object. Diff with Typography.Paragraph, Text do not have 100% width style which means it will fix width on the first ellipsis. If you want to have responsive ellipsis, please set width manually"
4811
4875
  },
4812
4876
  {
4813
- "name": "key",
4814
- "description": "Default: (internal calculated position of treeNode)\n\nUsed with (default)ExpandedKeys / (default)CheckedKeys / (default)SelectedKeys. P.S.: It must be unique in all of treeNodes of the tree"
4877
+ "name": "keyboard",
4878
+ "description": "Default: false\n\nKeyboard style"
4815
4879
  },
4816
4880
  {
4817
- "name": "selectable",
4818
- "description": "Default: true\n\nSet whether the treeNode can be selected"
4881
+ "name": "mark",
4882
+ "description": "Default: false\n\nMarked style"
4819
4883
  },
4820
4884
  {
4821
- "name": "title",
4822
- "description": "Default: ---\n\nTitle"
4823
- }
4824
- ]
4825
- },
4826
- {
4827
- "name": "a-directory-tree",
4828
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4829
- "attributes": [
4885
+ "name": "strong",
4886
+ "description": "Default: false\n\nBold style"
4887
+ },
4830
4888
  {
4831
- "name": "expand-action",
4832
- "description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
4889
+ "name": "italic",
4890
+ "description": "Default: false\n\nItalic style"
4891
+ },
4892
+ {
4893
+ "name": "type",
4894
+ "description": "Default: -\n\nContent type"
4895
+ },
4896
+ {
4897
+ "name": "underline",
4898
+ "description": "Default: false\n\nUnderlined style"
4899
+ },
4900
+ {
4901
+ "name": "classes",
4902
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4903
+ },
4904
+ {
4905
+ "name": "styles",
4906
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4833
4907
  }
4834
4908
  ]
4835
4909
  },
4836
4910
  {
4837
- "name": "a-upload",
4838
- "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
4911
+ "name": "a-typography-title",
4912
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4839
4913
  "attributes": [
4840
4914
  {
4841
- "name": "accept",
4842
- "description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
4915
+ "name": "code",
4916
+ "description": "Default: false\n\nCode style"
4843
4917
  },
4844
4918
  {
4845
- "name": "action",
4846
- "description": "Default: -\n\nUploading URL"
4919
+ "name": "copyable",
4920
+ "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
4847
4921
  },
4848
4922
  {
4849
- "name": "before-upload",
4850
- "description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
4923
+ "name": "delete",
4924
+ "description": "Default: false\n\nDeleted line style"
4851
4925
  },
4852
4926
  {
4853
- "name": "custom-request",
4854
- "description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
4927
+ "name": "disabled",
4928
+ "description": "Default: false\n\nDisabled content"
4855
4929
  },
4856
4930
  {
4857
- "name": "classes",
4858
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4931
+ "name": "editable",
4932
+ "description": "Default: false\n\nIf editable. Can control edit state when is object"
4859
4933
  },
4860
4934
  {
4861
- "name": "data",
4862
- "description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
4935
+ "name": "ellipsis",
4936
+ "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
4863
4937
  },
4864
4938
  {
4865
- "name": "directory",
4866
- "description": "Default: false\n\nSupport upload whole directory (caniuse)"
4939
+ "name": "level",
4940
+ "description": "Default: 1\n\nSet content importance. Match with h1, h2, h3, h4, h5"
4867
4941
  },
4868
4942
  {
4869
- "name": "disabled",
4870
- "description": "Default: false\n\nDisable upload button"
4943
+ "name": "mark",
4944
+ "description": "Default: false\n\nMarked style"
4871
4945
  },
4872
4946
  {
4873
- "name": "file-list",
4874
- "description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it, support v-model:file-list"
4947
+ "name": "italic",
4948
+ "description": "Default: false\n\nItalic style"
4875
4949
  },
4876
4950
  {
4877
- "name": "headers",
4878
- "description": "Default: -\n\nSet request headers, valid above IE10"
4951
+ "name": "type",
4952
+ "description": "Default: -\n\nContent type"
4879
4953
  },
4880
4954
  {
4881
- "name": "icon-render",
4882
- "description": "Default: -\n\nCustom show icon"
4955
+ "name": "underline",
4956
+ "description": "Default: false\n\nUnderlined style"
4883
4957
  },
4884
4958
  {
4885
- "name": "is-image-url",
4886
- "description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
4959
+ "name": "classes",
4960
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4887
4961
  },
4888
4962
  {
4889
- "name": "item-render",
4890
- "description": "Default: -\n\nCustom item of uploadList"
4963
+ "name": "styles",
4964
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4965
+ }
4966
+ ]
4967
+ },
4968
+ {
4969
+ "name": "a-typography-paragraph",
4970
+ "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4971
+ "attributes": [
4972
+ {
4973
+ "name": "code",
4974
+ "description": "Default: false\n\nCode style"
4891
4975
  },
4892
4976
  {
4893
- "name": "list-type",
4894
- "description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
4977
+ "name": "copyable",
4978
+ "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
4895
4979
  },
4896
4980
  {
4897
- "name": "max-count",
4898
- "description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
4981
+ "name": "delete",
4982
+ "description": "Default: false\n\nDeleted line style"
4899
4983
  },
4900
4984
  {
4901
- "name": "method",
4902
- "description": "Default: post\n\nThe http method of upload request"
4985
+ "name": "disabled",
4986
+ "description": "Default: false\n\nDisabled content"
4903
4987
  },
4904
4988
  {
4905
- "name": "multiple",
4906
- "description": "Default: false\n\nWhether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
4989
+ "name": "editable",
4990
+ "description": "Default: false\n\nIf editable. Can control edit state when is object"
4907
4991
  },
4908
4992
  {
4909
- "name": "name",
4910
- "description": "Default: file\n\nThe name of uploading file"
4993
+ "name": "ellipsis",
4994
+ "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
4911
4995
  },
4912
4996
  {
4913
- "name": "open-file-dialog-on-click",
4914
- "description": "Default: true\n\nClick open file dialog"
4997
+ "name": "mark",
4998
+ "description": "Default: false\n\nMarked style"
4915
4999
  },
4916
5000
  {
4917
- "name": "pastable",
4918
- "description": "Default: false\n\nSupport paste file"
5001
+ "name": "strong",
5002
+ "description": "Default: false\n\nBold style"
4919
5003
  },
4920
5004
  {
4921
- "name": "preview-file",
4922
- "description": "Default: -\n\nCustomize preview file logic"
5005
+ "name": "italic",
5006
+ "description": "Default: false\n\nItalic style"
4923
5007
  },
4924
5008
  {
4925
- "name": "progress",
4926
- "description": "Default: { strokeWidth: 2, showInfo: false }\n\nCustom progress bar"
5009
+ "name": "type",
5010
+ "description": "Default: -\n\nContent type"
4927
5011
  },
4928
5012
  {
4929
- "name": "show-upload-list",
4930
- "description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
5013
+ "name": "underline",
5014
+ "description": "Default: false\n\nUnderlined style"
4931
5015
  },
4932
5016
  {
4933
- "name": "styles",
4934
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5017
+ "name": "classes",
5018
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4935
5019
  },
4936
5020
  {
4937
- "name": "with-credentials",
4938
- "description": "Default: false\n\nThe ajax upload with cookie sent"
5021
+ "name": "styles",
5022
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4939
5023
  }
4940
5024
  ]
4941
5025
  },
@@ -4986,256 +5070,256 @@
4986
5070
  ]
4987
5071
  },
4988
5072
  {
4989
- "name": "a-typography",
4990
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
4991
- "attributes": [
4992
- {
4993
- "name": "direction",
4994
- "description": "Default: -\n\nDirection control"
4995
- }
4996
- ]
4997
- },
4998
- {
4999
- "name": "a-typography-text",
5000
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
5073
+ "name": "a-upload",
5074
+ "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
5001
5075
  "attributes": [
5002
5076
  {
5003
- "name": "code",
5004
- "description": "Default: false\n\nCode style"
5005
- },
5006
- {
5007
- "name": "copyable",
5008
- "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
5009
- },
5010
- {
5011
- "name": "delete",
5012
- "description": "Default: false\n\nDeleted line style"
5077
+ "name": "accept",
5078
+ "description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
5013
5079
  },
5014
5080
  {
5015
- "name": "disabled",
5016
- "description": "Default: false\n\nDisabled content"
5081
+ "name": "action",
5082
+ "description": "Default: -\n\nUploading URL"
5017
5083
  },
5018
5084
  {
5019
- "name": "editable",
5020
- "description": "Default: false\n\nIf editable. Can control edit state when is object"
5085
+ "name": "before-upload",
5086
+ "description": "Default: -\n\nHook function which will be executed before uploading. Uploading will be stopped with false or a rejected Promise returned. When returned value is Upload.LIST_IGNORE, the list of files that have been uploaded will ignore it. **Warning:this function is not supported in IE9**"
5021
5087
  },
5022
5088
  {
5023
- "name": "ellipsis",
5024
- "description": "Default: false\n\nDisplay ellipsis when text overflows, can't configure expandable, rows and onExpand by using object. Diff with Typography.Paragraph, Text do not have 100% width style which means it will fix width on the first ellipsis. If you want to have responsive ellipsis, please set width manually"
5089
+ "name": "custom-request",
5090
+ "description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
5025
5091
  },
5026
5092
  {
5027
- "name": "keyboard",
5028
- "description": "Default: false\n\nKeyboard style"
5093
+ "name": "classes",
5094
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5029
5095
  },
5030
5096
  {
5031
- "name": "mark",
5032
- "description": "Default: false\n\nMarked style"
5097
+ "name": "data",
5098
+ "description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
5033
5099
  },
5034
5100
  {
5035
- "name": "strong",
5036
- "description": "Default: false\n\nBold style"
5101
+ "name": "directory",
5102
+ "description": "Default: false\n\nSupport upload whole directory (caniuse)"
5037
5103
  },
5038
5104
  {
5039
- "name": "italic",
5040
- "description": "Default: false\n\nItalic style"
5105
+ "name": "disabled",
5106
+ "description": "Default: false\n\nDisable upload button"
5041
5107
  },
5042
5108
  {
5043
- "name": "type",
5044
- "description": "Default: -\n\nContent type"
5109
+ "name": "file-list",
5110
+ "description": "Default: -\n\nList of files that have been uploaded (controlled). Here is a common issue #2423 when using it, support v-model:file-list"
5045
5111
  },
5046
5112
  {
5047
- "name": "underline",
5048
- "description": "Default: false\n\nUnderlined style"
5113
+ "name": "headers",
5114
+ "description": "Default: -\n\nSet request headers, valid above IE10"
5049
5115
  },
5050
5116
  {
5051
- "name": "classes",
5052
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5117
+ "name": "icon-render",
5118
+ "description": "Default: -\n\nCustom show icon"
5053
5119
  },
5054
5120
  {
5055
- "name": "styles",
5056
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5057
- }
5058
- ]
5059
- },
5060
- {
5061
- "name": "a-typography-title",
5062
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
5063
- "attributes": [
5064
- {
5065
- "name": "code",
5066
- "description": "Default: false\n\nCode style"
5121
+ "name": "is-image-url",
5122
+ "description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
5067
5123
  },
5068
5124
  {
5069
- "name": "copyable",
5070
- "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
5125
+ "name": "item-render",
5126
+ "description": "Default: -\n\nCustom item of uploadList"
5071
5127
  },
5072
5128
  {
5073
- "name": "delete",
5074
- "description": "Default: false\n\nDeleted line style"
5129
+ "name": "list-type",
5130
+ "description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
5075
5131
  },
5076
5132
  {
5077
- "name": "disabled",
5078
- "description": "Default: false\n\nDisabled content"
5133
+ "name": "max-count",
5134
+ "description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
5079
5135
  },
5080
5136
  {
5081
- "name": "editable",
5082
- "description": "Default: false\n\nIf editable. Can control edit state when is object"
5137
+ "name": "method",
5138
+ "description": "Default: post\n\nThe http method of upload request"
5083
5139
  },
5084
5140
  {
5085
- "name": "ellipsis",
5086
- "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
5141
+ "name": "multiple",
5142
+ "description": "Default: false\n\nWhether to support selected multiple files. IE10+ supported. You can select multiple files with CTRL holding down while multiple is set to be true"
5087
5143
  },
5088
5144
  {
5089
- "name": "level",
5090
- "description": "Default: 1\n\nSet content importance. Match with h1, h2, h3, h4, h5"
5145
+ "name": "name",
5146
+ "description": "Default: file\n\nThe name of uploading file"
5091
5147
  },
5092
5148
  {
5093
- "name": "mark",
5094
- "description": "Default: false\n\nMarked style"
5149
+ "name": "open-file-dialog-on-click",
5150
+ "description": "Default: true\n\nClick open file dialog"
5095
5151
  },
5096
5152
  {
5097
- "name": "italic",
5098
- "description": "Default: false\n\nItalic style"
5153
+ "name": "pastable",
5154
+ "description": "Default: false\n\nSupport paste file"
5099
5155
  },
5100
5156
  {
5101
- "name": "type",
5102
- "description": "Default: -\n\nContent type"
5157
+ "name": "preview-file",
5158
+ "description": "Default: -\n\nCustomize preview file logic"
5103
5159
  },
5104
5160
  {
5105
- "name": "underline",
5106
- "description": "Default: false\n\nUnderlined style"
5161
+ "name": "progress",
5162
+ "description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
5107
5163
  },
5108
5164
  {
5109
- "name": "classes",
5110
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5165
+ "name": "show-upload-list",
5166
+ "description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
5111
5167
  },
5112
5168
  {
5113
5169
  "name": "styles",
5114
5170
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5171
+ },
5172
+ {
5173
+ "name": "with-credentials",
5174
+ "description": "Default: false\n\nThe ajax upload with cookie sent"
5115
5175
  }
5116
5176
  ]
5117
5177
  },
5118
5178
  {
5119
- "name": "a-typography-paragraph",
5120
- "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
5179
+ "name": "a-splitter",
5180
+ "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
5121
5181
  "attributes": [
5122
5182
  {
5123
- "name": "code",
5124
- "description": "Default: false\n\nCode style"
5183
+ "name": "classes",
5184
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5125
5185
  },
5126
5186
  {
5127
- "name": "copyable",
5128
- "description": "Default: false\n\nWhether to be copyable, customize it via setting an object"
5187
+ "name": "collapsible-icon",
5188
+ "description": "Default: -\n\nCustom collapsible icon"
5129
5189
  },
5130
5190
  {
5131
- "name": "delete",
5132
- "description": "Default: false\n\nDeleted line style"
5191
+ "name": "dragger-icon",
5192
+ "description": "Default: -\n\nCustom dragger icon"
5133
5193
  },
5134
5194
  {
5135
- "name": "disabled",
5136
- "description": "Default: false\n\nDisabled content"
5195
+ "name": "lazy",
5196
+ "description": "Default: false\n\nLazy rendering mode"
5137
5197
  },
5138
5198
  {
5139
- "name": "editable",
5140
- "description": "Default: false\n\nIf editable. Can control edit state when is object"
5199
+ "name": "orientation",
5200
+ "description": "Default: horizontal\n\nLayout direction"
5141
5201
  },
5142
5202
  {
5143
- "name": "ellipsis",
5144
- "description": "Default: false\n\nDisplay ellipsis when text overflows, can configure rows and expandable by using object"
5203
+ "name": "styles",
5204
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5145
5205
  },
5146
5206
  {
5147
- "name": "mark",
5148
- "description": "Default: false\n\nMarked style"
5149
- },
5207
+ "name": "vertical",
5208
+ "description": "Default: false\n\nOrientation, Simultaneously existing with orientation, orientation takes priority"
5209
+ }
5210
+ ]
5211
+ },
5212
+ {
5213
+ "name": "a-splitter-panel",
5214
+ "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
5215
+ "attributes": [
5150
5216
  {
5151
- "name": "strong",
5152
- "description": "Default: false\n\nBold style"
5217
+ "name": "collapsible",
5218
+ "description": "Default: false\n\nEnable collapsible"
5153
5219
  },
5154
5220
  {
5155
- "name": "italic",
5156
- "description": "Default: false\n\nItalic style"
5221
+ "name": "default-size",
5222
+ "description": "Default: -\n\nInitial panel size, supports px and percentage"
5157
5223
  },
5158
5224
  {
5159
- "name": "type",
5160
- "description": "Default: -\n\nContent type"
5225
+ "name": "max",
5226
+ "description": "Default: -\n\nMaximum threshold, supports px and percentage"
5161
5227
  },
5162
5228
  {
5163
- "name": "underline",
5164
- "description": "Default: false\n\nUnderlined style"
5229
+ "name": "min",
5230
+ "description": "Default: -\n\nMinimum threshold, supports px and percentage"
5165
5231
  },
5166
5232
  {
5167
- "name": "classes",
5168
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5233
+ "name": "resizable",
5234
+ "description": "Default: true\n\nWhether to enable resize"
5169
5235
  },
5170
5236
  {
5171
- "name": "styles",
5172
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5237
+ "name": "size",
5238
+ "description": "Default: -\n\nControlled panel size, supports px and percentage"
5173
5239
  }
5174
5240
  ]
5175
5241
  },
5176
5242
  {
5177
- "name": "a-steps",
5178
- "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
5243
+ "name": "a-menu-item",
5244
+ "description": "(ZH) Menu item used as a child of Menu or SubMenu.\n\n(EN) Menu item used as a child of Menu or SubMenu.",
5179
5245
  "attributes": [
5180
5246
  {
5181
- "name": "classes",
5182
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
5247
+ "name": "danger",
5248
+ "description": "Default: false\n\n(ZH) Display the danger style.\n\n(EN) Display the danger style."
5183
5249
  },
5184
5250
  {
5185
- "name": "current",
5186
- "description": "Default: 0\n\nTo set the current step, counting from 0. You can overwrite this state by using status of Step, support v-model:current"
5251
+ "name": "disabled",
5252
+ "description": "Default: false\n\n(ZH) Whether the menu item is disabled.\n\n(EN) Whether the menu item is disabled."
5187
5253
  },
5188
5254
  {
5189
- "name": "icon-render",
5190
- "description": "Default: -\n\nCustom render icon, please use items.icon first"
5255
+ "name": "icon",
5256
+ "description": "Default: -\n\n(ZH) Icon of the menu item.\n\n(EN) Icon of the menu item."
5191
5257
  },
5192
5258
  {
5193
- "name": "initial",
5194
- "description": "Default: 0\n\nSet the initial step, counting from 0"
5259
+ "name": "extra",
5260
+ "description": "Default: -\n\n(ZH) Extra content rendered at the end of the menu item.\n\n(EN) Extra content rendered at the end of the menu item."
5195
5261
  },
5196
5262
  {
5197
- "name": "items",
5198
- "description": "Default: []\n\nStepItem content"
5199
- },
5263
+ "name": "title",
5264
+ "description": "Default: -\n\n(ZH) Title content used for the collapsed tooltip.\n\n(EN) Title content used for the collapsed tooltip."
5265
+ }
5266
+ ]
5267
+ },
5268
+ {
5269
+ "name": "a-sub-menu",
5270
+ "description": "(ZH) Submenu container used to group related menu items.\n\n(EN) Submenu container used to group related menu items.",
5271
+ "attributes": [
5200
5272
  {
5201
- "name": "orientation",
5202
- "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
5273
+ "name": "disabled",
5274
+ "description": "Default: false\n\n(ZH) Whether the submenu is disabled.\n\n(EN) Whether the submenu is disabled."
5203
5275
  },
5204
5276
  {
5205
- "name": "percent",
5206
- "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
5277
+ "name": "icon",
5278
+ "description": "Default: -\n\n(ZH) Icon of the submenu.\n\n(EN) Icon of the submenu."
5207
5279
  },
5208
5280
  {
5209
- "name": "progress-dot",
5210
- "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
5281
+ "name": "title",
5282
+ "description": "Default: -\n\n(ZH) Title content of the submenu.\n\n(EN) Title content of the submenu."
5211
5283
  },
5212
5284
  {
5213
- "name": "responsive",
5214
- "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
5285
+ "name": "popup-class-name",
5286
+ "description": "Default: -\n\n(ZH) Submenu popup class name. Not effective when `mode=\"inline\"`.\n\n(EN) Submenu popup class name. Not effective when `mode=\"inline\"`."
5215
5287
  },
5216
5288
  {
5217
- "name": "size",
5218
- "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
5289
+ "name": "popup-offset",
5290
+ "description": "Default: -\n\n(ZH) Submenu popup offset. Not effective when `mode=\"inline\"`.\n\n(EN) Submenu popup offset. Not effective when `mode=\"inline\"`."
5219
5291
  },
5220
5292
  {
5221
- "name": "status",
5222
- "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
5293
+ "name": "popup-style",
5294
+ "description": "Default: -\n\n(ZH) Inline style of the submenu popup.\n\n(EN) Inline style of the submenu popup."
5223
5295
  },
5224
5296
  {
5225
- "name": "styles",
5226
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
5297
+ "name": "popup-render",
5298
+ "description": "Default: -\n\n(ZH) Custom renderer for the current submenu popup.\n\n(EN) Custom renderer for the current submenu popup."
5227
5299
  },
5228
5300
  {
5229
- "name": "title-placement",
5230
- "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
5231
- },
5301
+ "name": "theme",
5302
+ "description": "Default: -\n\n(ZH) Color theme of the submenu. Inherits from Menu by default.\n\n(EN) Color theme of the submenu. Inherits from Menu by default."
5303
+ }
5304
+ ]
5305
+ },
5306
+ {
5307
+ "name": "a-menu-divider",
5308
+ "description": "(ZH) Divider line between menu items.\n\n(EN) Divider line between menu items.",
5309
+ "attributes": [
5232
5310
  {
5233
- "name": "type",
5234
- "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
5235
- },
5311
+ "name": "dashed",
5312
+ "description": "Default: false\n\n(ZH) Whether the divider line is dashed.\n\n(EN) Whether the divider line is dashed."
5313
+ }
5314
+ ]
5315
+ },
5316
+ {
5317
+ "name": "a-menu-item-group",
5318
+ "description": "(ZH) Group container for related menu items.\n\n(EN) Group container for related menu items.",
5319
+ "attributes": [
5236
5320
  {
5237
- "name": "variant",
5238
- "description": "Default: filled\n\nConfig style variant"
5321
+ "name": "title",
5322
+ "description": "Default: -\n\n(ZH) Title content of the menu item group.\n\n(EN) Title content of the menu item group."
5239
5323
  }
5240
5324
  ]
5241
5325
  },