antdv-next 1.3.7 → 1.4.1

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 (1477) hide show
  1. package/README.md +43 -10
  2. package/dist/_util/ActionButton.d.ts +1 -3
  3. package/dist/_util/ActionButton.js +1 -4
  4. package/dist/_util/ContextIsolator.d.ts +2 -4
  5. package/dist/_util/ContextIsolator.js +1 -3
  6. package/dist/_util/PurePanel.d.ts +2 -3
  7. package/dist/_util/PurePanel.js +8 -12
  8. package/dist/_util/aria-data-attrs.js +1 -1
  9. package/dist/_util/capitalize.js +1 -2
  10. package/dist/_util/colors.d.ts +0 -2
  11. package/dist/_util/colors.js +1 -3
  12. package/dist/_util/convertToTooltipProps.js +1 -3
  13. package/dist/_util/copy.js +3 -6
  14. package/dist/_util/easings.js +1 -2
  15. package/dist/_util/extendsObject.js +1 -3
  16. package/dist/_util/gapSize.js +1 -2
  17. package/dist/_util/getAllowClear.js +1 -4
  18. package/dist/_util/getScroll.js +1 -3
  19. package/dist/_util/hooks/index.d.ts +2 -2
  20. package/dist/_util/hooks/index.js +2 -3
  21. package/dist/_util/hooks/useChildLoadEvents.js +1 -3
  22. package/dist/_util/hooks/useClosable.d.ts +1 -2
  23. package/dist/_util/hooks/useClosable.js +11 -13
  24. package/dist/_util/hooks/useMergeSemantic.d.ts +14 -5
  25. package/dist/_util/hooks/useMergeSemantic.js +16 -8
  26. package/dist/_util/hooks/useMergedMask.d.ts +2 -3
  27. package/dist/_util/hooks/useMergedMask.js +1 -3
  28. package/dist/_util/hooks/useMultipleSelect.js +1 -3
  29. package/dist/_util/hooks/useOrientation.js +1 -3
  30. package/dist/_util/hooks/usePatchElement.js +1 -3
  31. package/dist/_util/hooks/useResponsive.js +1 -3
  32. package/dist/_util/hooks/useZIndex.js +3 -6
  33. package/dist/_util/instance.d.ts +1 -3
  34. package/dist/_util/instance.js +1 -3
  35. package/dist/_util/is.js +3 -5
  36. package/dist/_util/isEqual.js +1 -2
  37. package/dist/_util/isNonNullable.js +1 -3
  38. package/dist/_util/mediaQueryUtil.js +1 -2
  39. package/dist/_util/motion.js +3 -6
  40. package/dist/_util/placements.js +2 -4
  41. package/dist/_util/responsiveObserver.d.ts +1 -3
  42. package/dist/_util/responsiveObserver.js +1 -4
  43. package/dist/_util/scrollTo.js +3 -5
  44. package/dist/_util/statusUtils.d.ts +1 -1
  45. package/dist/_util/statusUtils.js +1 -3
  46. package/dist/_util/styleChecker.js +1 -4
  47. package/dist/_util/styleUtils.js +1 -2
  48. package/dist/_util/throttleByAnimationFrame.js +1 -4
  49. package/dist/_util/toList.js +1 -3
  50. package/dist/_util/tools.js +1 -3
  51. package/dist/_util/transKeys.js +1 -2
  52. package/dist/_util/type.js +1 -1
  53. package/dist/_util/vnode/index.js +1 -3
  54. package/dist/_util/vueNode.js +1 -3
  55. package/dist/_util/warning.js +3 -6
  56. package/dist/_util/wave/WaveEffect.d.ts +3 -5
  57. package/dist/_util/wave/WaveEffect.js +1 -4
  58. package/dist/_util/wave/index.d.ts +1 -2
  59. package/dist/_util/wave/index.js +1 -3
  60. package/dist/_util/wave/interface.d.ts +0 -2
  61. package/dist/_util/wave/interface.js +3 -5
  62. package/dist/_util/wave/style.d.ts +1 -4
  63. package/dist/_util/wave/style.js +1 -3
  64. package/dist/_util/wave/useWave.js +3 -5
  65. package/dist/_util/wave/util.js +1 -2
  66. package/dist/_util/zindexContext.d.ts +1 -2
  67. package/dist/_util/zindexContext.js +1 -3
  68. package/dist/_virtual/_rolldown/runtime.js +13 -0
  69. package/dist/affix/index.d.ts +2 -3
  70. package/dist/affix/index.js +6 -10
  71. package/dist/affix/style/index.d.ts +1 -4
  72. package/dist/affix/style/index.js +1 -3
  73. package/dist/affix/utils.js +1 -2
  74. package/dist/alert/Alert.d.ts +1 -3
  75. package/dist/alert/Alert.js +9 -11
  76. package/dist/alert/index.js +3 -5
  77. package/dist/alert/style/index.d.ts +1 -3
  78. package/dist/alert/style/index.js +44 -48
  79. package/dist/anchor/Anchor.d.ts +1 -3
  80. package/dist/anchor/Anchor.js +11 -14
  81. package/dist/anchor/AnchorLink.d.ts +3 -4
  82. package/dist/anchor/AnchorLink.js +1 -4
  83. package/dist/anchor/context.js +1 -3
  84. package/dist/anchor/index.js +3 -5
  85. package/dist/anchor/style/index.d.ts +1 -4
  86. package/dist/anchor/style/index.js +1 -3
  87. package/dist/antd-with-locales.esm.js +14594 -14234
  88. package/dist/antd-with-locales.js +93 -79
  89. package/dist/antd.css +1 -1
  90. package/dist/antd.esm.js +12295 -11935
  91. package/dist/antd.js +93 -79
  92. package/dist/app/App.d.ts +1 -2
  93. package/dist/app/App.js +4 -7
  94. package/dist/app/context.d.ts +1 -4
  95. package/dist/app/context.js +1 -3
  96. package/dist/app/index.js +5 -8
  97. package/dist/app/style/index.d.ts +1 -4
  98. package/dist/app/style/index.js +1 -3
  99. package/dist/app/useApp.js +1 -4
  100. package/dist/auto-complete/index.d.ts +1 -3
  101. package/dist/auto-complete/index.js +6 -9
  102. package/dist/avatar/Avatar.d.ts +1 -2
  103. package/dist/avatar/Avatar.js +6 -9
  104. package/dist/avatar/AvatarContext.js +1 -3
  105. package/dist/avatar/AvatarGroup.d.ts +1 -2
  106. package/dist/avatar/AvatarGroup.js +7 -10
  107. package/dist/avatar/index.js +5 -8
  108. package/dist/avatar/style/index.d.ts +1 -4
  109. package/dist/avatar/style/index.js +1 -3
  110. package/dist/badge/Ribbon.d.ts +1 -3
  111. package/dist/badge/Ribbon.js +3 -7
  112. package/dist/badge/ScrollNumber.d.ts +1 -2
  113. package/dist/badge/ScrollNumber.js +1 -3
  114. package/dist/badge/SingleNumber.d.ts +1 -3
  115. package/dist/badge/SingleNumber.js +2 -5
  116. package/dist/badge/index.d.ts +4 -6
  117. package/dist/badge/index.js +11 -8
  118. package/dist/badge/style/index.d.ts +1 -4
  119. package/dist/badge/style/index.js +1 -3
  120. package/dist/badge/style/ribbon.d.ts +1 -3
  121. package/dist/badge/style/ribbon.js +1 -3
  122. package/dist/border-beam/BorderBeam.d.ts +2 -3
  123. package/dist/border-beam/BorderBeam.js +3 -6
  124. package/dist/border-beam/hooks/useBorderSize.d.ts +1 -2
  125. package/dist/border-beam/hooks/useBorderSize.js +1 -3
  126. package/dist/border-beam/index.js +3 -5
  127. package/dist/border-beam/style/index.d.ts +1 -3
  128. package/dist/border-beam/style/index.js +3 -5
  129. package/dist/border-beam/util.js +2 -3
  130. package/dist/breadcrumb/Breadcrumb.d.ts +2 -5
  131. package/dist/breadcrumb/Breadcrumb.js +16 -21
  132. package/dist/breadcrumb/BreadcrumbContext.d.ts +0 -1
  133. package/dist/breadcrumb/BreadcrumbContext.js +1 -3
  134. package/dist/breadcrumb/BreadcrumbItem.d.ts +2 -4
  135. package/dist/breadcrumb/BreadcrumbItem.js +7 -10
  136. package/dist/breadcrumb/BreadcrumbSeparator.d.ts +1 -3
  137. package/dist/breadcrumb/BreadcrumbSeparator.js +1 -4
  138. package/dist/breadcrumb/index.js +5 -7
  139. package/dist/breadcrumb/style/index.d.ts +1 -4
  140. package/dist/breadcrumb/style/index.js +1 -3
  141. package/dist/breadcrumb/useItemRender.d.ts +1 -2
  142. package/dist/breadcrumb/useItemRender.js +1 -3
  143. package/dist/button/Button.d.ts +1 -3
  144. package/dist/button/Button.js +14 -16
  145. package/dist/button/DefaultLoadingIcon.d.ts +1 -3
  146. package/dist/button/DefaultLoadingIcon.js +4 -8
  147. package/dist/button/IconWrapper.d.ts +1 -3
  148. package/dist/button/IconWrapper.js +2 -6
  149. package/dist/button/buttonHelper.d.ts +1 -1
  150. package/dist/button/buttonHelper.js +1 -3
  151. package/dist/button/index.js +3 -5
  152. package/dist/button/style/compact.d.ts +3 -5
  153. package/dist/button/style/compact.js +1 -3
  154. package/dist/button/style/group.d.ts +0 -1
  155. package/dist/button/style/group.js +1 -3
  156. package/dist/button/style/index.d.ts +1 -2
  157. package/dist/button/style/index.js +5 -7
  158. package/dist/button/style/token.d.ts +0 -1
  159. package/dist/button/style/token.js +3 -5
  160. package/dist/button/style/variant.js +1 -4
  161. package/dist/calendar/Header.d.ts +1 -2
  162. package/dist/calendar/Header.js +4 -7
  163. package/dist/calendar/generateCalendar.d.ts +1 -4
  164. package/dist/calendar/generateCalendar.js +7 -10
  165. package/dist/calendar/index.d.ts +1 -2
  166. package/dist/calendar/index.js +4 -7
  167. package/dist/calendar/locale/ar_EG.js +3 -5
  168. package/dist/calendar/locale/az_AZ.js +3 -5
  169. package/dist/calendar/locale/bg_BG.js +3 -5
  170. package/dist/calendar/locale/bn_BD.js +3 -5
  171. package/dist/calendar/locale/by_BY.js +3 -5
  172. package/dist/calendar/locale/ca_ES.js +3 -5
  173. package/dist/calendar/locale/cs_CZ.js +3 -5
  174. package/dist/calendar/locale/da_DK.js +3 -5
  175. package/dist/calendar/locale/de_DE.js +3 -5
  176. package/dist/calendar/locale/el_GR.js +3 -5
  177. package/dist/calendar/locale/en_GB.js +3 -5
  178. package/dist/calendar/locale/en_US.js +3 -5
  179. package/dist/calendar/locale/es_ES.js +3 -5
  180. package/dist/calendar/locale/es_US.js +3 -5
  181. package/dist/calendar/locale/et_EE.js +3 -5
  182. package/dist/calendar/locale/eu_ES.js +3 -5
  183. package/dist/calendar/locale/fa_IR.js +3 -5
  184. package/dist/calendar/locale/fi_FI.js +3 -5
  185. package/dist/calendar/locale/fr_BE.js +3 -5
  186. package/dist/calendar/locale/fr_CA.js +3 -5
  187. package/dist/calendar/locale/fr_FR.js +3 -5
  188. package/dist/calendar/locale/ga_IE.js +3 -5
  189. package/dist/calendar/locale/gl_ES.js +3 -5
  190. package/dist/calendar/locale/he_IL.js +3 -5
  191. package/dist/calendar/locale/hi_IN.js +3 -5
  192. package/dist/calendar/locale/hr_HR.js +3 -5
  193. package/dist/calendar/locale/hu_HU.js +3 -5
  194. package/dist/calendar/locale/id_ID.js +3 -5
  195. package/dist/calendar/locale/is_IS.js +3 -5
  196. package/dist/calendar/locale/it_IT.js +3 -5
  197. package/dist/calendar/locale/ja_JP.js +3 -5
  198. package/dist/calendar/locale/ka_GE.js +3 -5
  199. package/dist/calendar/locale/kk_KZ.js +3 -5
  200. package/dist/calendar/locale/km_KH.js +3 -5
  201. package/dist/calendar/locale/kmr_IQ.js +3 -5
  202. package/dist/calendar/locale/kn_IN.js +3 -5
  203. package/dist/calendar/locale/ko_KR.js +3 -5
  204. package/dist/calendar/locale/lt_LT.js +3 -5
  205. package/dist/calendar/locale/lv_LV.js +3 -5
  206. package/dist/calendar/locale/mk_MK.js +3 -5
  207. package/dist/calendar/locale/ml_IN.js +3 -5
  208. package/dist/calendar/locale/mn_MN.js +3 -5
  209. package/dist/calendar/locale/mr_IN.js +3 -5
  210. package/dist/calendar/locale/ms_MY.js +3 -5
  211. package/dist/calendar/locale/my_MM.js +3 -5
  212. package/dist/calendar/locale/nb_NO.js +3 -5
  213. package/dist/calendar/locale/nl_BE.js +3 -5
  214. package/dist/calendar/locale/nl_NL.js +3 -5
  215. package/dist/calendar/locale/pl_PL.js +3 -5
  216. package/dist/calendar/locale/pt_BR.js +3 -5
  217. package/dist/calendar/locale/pt_PT.js +3 -5
  218. package/dist/calendar/locale/ro_RO.js +3 -5
  219. package/dist/calendar/locale/ru_RU.js +3 -5
  220. package/dist/calendar/locale/si_LK.js +3 -5
  221. package/dist/calendar/locale/sk_SK.js +3 -5
  222. package/dist/calendar/locale/sl_SI.js +3 -5
  223. package/dist/calendar/locale/sr_RS.js +3 -5
  224. package/dist/calendar/locale/sv_SE.js +3 -5
  225. package/dist/calendar/locale/ta_IN.js +3 -5
  226. package/dist/calendar/locale/th_TH.js +3 -5
  227. package/dist/calendar/locale/tk_TK.js +3 -5
  228. package/dist/calendar/locale/tr_TR.js +3 -5
  229. package/dist/calendar/locale/uk_UA.js +3 -5
  230. package/dist/calendar/locale/ur_PK.js +3 -5
  231. package/dist/calendar/locale/uz_UZ.js +3 -5
  232. package/dist/calendar/locale/vi_VN.js +3 -5
  233. package/dist/calendar/locale/zh_CN.js +3 -5
  234. package/dist/calendar/locale/zh_TW.js +3 -5
  235. package/dist/calendar/style/index.d.ts +1 -4
  236. package/dist/calendar/style/index.js +1 -3
  237. package/dist/card/Card.d.ts +1 -3
  238. package/dist/card/Card.js +26 -33
  239. package/dist/card/CardGrid.d.ts +1 -3
  240. package/dist/card/CardGrid.js +3 -7
  241. package/dist/card/CardMeta.d.ts +1 -3
  242. package/dist/card/CardMeta.js +4 -7
  243. package/dist/card/index.js +11 -13
  244. package/dist/card/style/index.d.ts +1 -4
  245. package/dist/card/style/index.js +1 -3
  246. package/dist/carousel/index.d.ts +1 -2
  247. package/dist/carousel/index.js +2 -5
  248. package/dist/carousel/style/index.d.ts +1 -4
  249. package/dist/carousel/style/index.js +1 -3
  250. package/dist/cascader/Panel.d.ts +1 -2
  251. package/dist/cascader/Panel.js +3 -6
  252. package/dist/cascader/hooks/useBase.d.ts +4 -5
  253. package/dist/cascader/hooks/useBase.js +1 -3
  254. package/dist/cascader/hooks/useCheckable.d.ts +1 -3
  255. package/dist/cascader/hooks/useCheckable.js +1 -3
  256. package/dist/cascader/hooks/useIcons.js +1 -3
  257. package/dist/cascader/index.d.ts +1 -3
  258. package/dist/cascader/index.js +16 -19
  259. package/dist/cascader/style/columns.d.ts +0 -1
  260. package/dist/cascader/style/columns.js +1 -4
  261. package/dist/cascader/style/index.d.ts +1 -3
  262. package/dist/cascader/style/index.js +3 -5
  263. package/dist/cascader/style/panel.d.ts +1 -3
  264. package/dist/cascader/style/panel.js +3 -5
  265. package/dist/checkbox/Checkbox.d.ts +1 -3
  266. package/dist/checkbox/Checkbox.js +10 -16
  267. package/dist/checkbox/Group.d.ts +1 -2
  268. package/dist/checkbox/Group.js +11 -16
  269. package/dist/checkbox/GroupContext.js +1 -3
  270. package/dist/checkbox/index.js +7 -9
  271. package/dist/checkbox/style/index.d.ts +2 -6
  272. package/dist/checkbox/style/index.js +1 -3
  273. package/dist/checkbox/useBubbleLock.js +1 -3
  274. package/dist/collapse/Collapse.d.ts +1 -3
  275. package/dist/collapse/Collapse.js +10 -16
  276. package/dist/collapse/CollapsePanel.d.ts +1 -2
  277. package/dist/collapse/CollapsePanel.js +1 -4
  278. package/dist/collapse/index.js +5 -7
  279. package/dist/collapse/style/index.d.ts +21 -13
  280. package/dist/collapse/style/index.js +16 -20
  281. package/dist/color-picker/ColorPicker.d.ts +1 -2
  282. package/dist/color-picker/ColorPicker.js +10 -13
  283. package/dist/color-picker/ColorPickerPanel.d.ts +1 -2
  284. package/dist/color-picker/ColorPickerPanel.js +3 -5
  285. package/dist/color-picker/color.d.ts +1 -2
  286. package/dist/color-picker/color.js +1 -3
  287. package/dist/color-picker/components/ColorAlphaInput.d.ts +1 -2
  288. package/dist/color-picker/components/ColorAlphaInput.js +1 -3
  289. package/dist/color-picker/components/ColorClear.d.ts +1 -2
  290. package/dist/color-picker/components/ColorClear.js +1 -3
  291. package/dist/color-picker/components/ColorHexInput.d.ts +1 -2
  292. package/dist/color-picker/components/ColorHexInput.js +3 -5
  293. package/dist/color-picker/components/ColorHsbInput.d.ts +1 -2
  294. package/dist/color-picker/components/ColorHsbInput.js +1 -3
  295. package/dist/color-picker/components/ColorInput.d.ts +1 -2
  296. package/dist/color-picker/components/ColorInput.js +10 -12
  297. package/dist/color-picker/components/ColorPresets.d.ts +1 -2
  298. package/dist/color-picker/components/ColorPresets.js +3 -5
  299. package/dist/color-picker/components/ColorRgbInput.d.ts +1 -2
  300. package/dist/color-picker/components/ColorRgbInput.js +1 -3
  301. package/dist/color-picker/components/ColorSlider.d.ts +2 -3
  302. package/dist/color-picker/components/ColorSlider.js +3 -6
  303. package/dist/color-picker/components/ColorSteppers.d.ts +1 -3
  304. package/dist/color-picker/components/ColorSteppers.js +3 -5
  305. package/dist/color-picker/components/ColorTrigger.d.ts +1 -2
  306. package/dist/color-picker/components/ColorTrigger.js +3 -5
  307. package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +1 -2
  308. package/dist/color-picker/components/PanelPicker/GradientColorBar.js +1 -3
  309. package/dist/color-picker/components/PanelPicker/index.d.ts +1 -3
  310. package/dist/color-picker/components/PanelPicker/index.js +5 -7
  311. package/dist/color-picker/components/PanelPresets.d.ts +1 -3
  312. package/dist/color-picker/components/PanelPresets.js +1 -3
  313. package/dist/color-picker/context.d.ts +2 -3
  314. package/dist/color-picker/context.js +1 -3
  315. package/dist/color-picker/hooks/useModeColor.d.ts +1 -2
  316. package/dist/color-picker/hooks/useModeColor.js +3 -5
  317. package/dist/color-picker/index.js +3 -5
  318. package/dist/color-picker/interface.d.ts +0 -1
  319. package/dist/color-picker/interface.js +1 -2
  320. package/dist/color-picker/style/color-block.js +1 -4
  321. package/dist/color-picker/style/index.d.ts +1 -4
  322. package/dist/color-picker/style/index.js +12 -14
  323. package/dist/color-picker/style/input.d.ts +0 -1
  324. package/dist/color-picker/style/input.js +1 -4
  325. package/dist/color-picker/style/picker.d.ts +0 -1
  326. package/dist/color-picker/style/picker.js +1 -4
  327. package/dist/color-picker/style/presets.d.ts +0 -1
  328. package/dist/color-picker/style/presets.js +1 -4
  329. package/dist/color-picker/style/slider.d.ts +0 -1
  330. package/dist/color-picker/style/slider.js +1 -4
  331. package/dist/color-picker/util.js +1 -3
  332. package/dist/components.d.ts +0 -14
  333. package/dist/components.js +160 -162
  334. package/dist/config-provider/DisabledContext.d.ts +1 -2
  335. package/dist/config-provider/DisabledContext.js +1 -3
  336. package/dist/config-provider/SizeContext.d.ts +1 -2
  337. package/dist/config-provider/SizeContext.js +1 -3
  338. package/dist/config-provider/context.d.ts +15 -32
  339. package/dist/config-provider/context.js +2 -4
  340. package/dist/config-provider/defaultRenderEmpty.d.ts +1 -2
  341. package/dist/config-provider/defaultRenderEmpty.js +11 -8
  342. package/dist/config-provider/define.d.ts +2 -2
  343. package/dist/config-provider/define.js +1 -1
  344. package/dist/config-provider/hooks/useCSSVarCls.d.ts +1 -2
  345. package/dist/config-provider/hooks/useCSSVarCls.js +1 -4
  346. package/dist/config-provider/hooks/useConfig.d.ts +2 -3
  347. package/dist/config-provider/hooks/useConfig.js +1 -3
  348. package/dist/config-provider/hooks/useSize.d.ts +1 -2
  349. package/dist/config-provider/hooks/useSize.js +1 -3
  350. package/dist/config-provider/hooks/useTheme.d.ts +1 -2
  351. package/dist/config-provider/hooks/useTheme.js +3 -5
  352. package/dist/config-provider/hooks/useThemeKey.js +1 -4
  353. package/dist/config-provider/index.d.ts +4 -5
  354. package/dist/config-provider/index.js +30 -20
  355. package/dist/config-provider/style/index.d.ts +0 -1
  356. package/dist/config-provider/style/index.js +2 -3
  357. package/dist/date-picker/PickerButton.d.ts +1 -4
  358. package/dist/date-picker/PickerButton.js +1 -4
  359. package/dist/date-picker/generatePicker/SuffixIcon.d.ts +4 -5
  360. package/dist/date-picker/generatePicker/SuffixIcon.js +1 -4
  361. package/dist/date-picker/generatePicker/constant.js +1 -2
  362. package/dist/date-picker/generatePicker/generateRangePicker.d.ts +3 -2
  363. package/dist/date-picker/generatePicker/generateRangePicker.js +16 -14
  364. package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +8 -7
  365. package/dist/date-picker/generatePicker/generateSinglePicker.js +16 -14
  366. package/dist/date-picker/generatePicker/index.d.ts +7 -8
  367. package/dist/date-picker/generatePicker/index.js +5 -8
  368. package/dist/date-picker/generatePicker/interface.d.ts +1 -2
  369. package/dist/date-picker/generatePicker/interface.js +1 -1
  370. package/dist/date-picker/generatePicker/useComponents.d.ts +10 -13
  371. package/dist/date-picker/generatePicker/useComponents.js +3 -5
  372. package/dist/date-picker/hooks/useMergedPickerSemantic.js +1 -3
  373. package/dist/date-picker/index.d.ts +12 -13
  374. package/dist/date-picker/index.js +7 -10
  375. package/dist/date-picker/locale/ar_EG.d.ts +0 -1
  376. package/dist/date-picker/locale/ar_EG.js +3 -6
  377. package/dist/date-picker/locale/az_AZ.d.ts +0 -1
  378. package/dist/date-picker/locale/az_AZ.js +3 -6
  379. package/dist/date-picker/locale/bg_BG.d.ts +0 -1
  380. package/dist/date-picker/locale/bg_BG.js +3 -6
  381. package/dist/date-picker/locale/bn_BD.d.ts +0 -1
  382. package/dist/date-picker/locale/bn_BD.js +3 -6
  383. package/dist/date-picker/locale/by_BY.d.ts +0 -1
  384. package/dist/date-picker/locale/by_BY.js +3 -6
  385. package/dist/date-picker/locale/ca_ES.d.ts +0 -1
  386. package/dist/date-picker/locale/ca_ES.js +3 -6
  387. package/dist/date-picker/locale/cs_CZ.d.ts +0 -1
  388. package/dist/date-picker/locale/cs_CZ.js +3 -6
  389. package/dist/date-picker/locale/da_DK.d.ts +0 -1
  390. package/dist/date-picker/locale/da_DK.js +3 -6
  391. package/dist/date-picker/locale/de_DE.d.ts +0 -1
  392. package/dist/date-picker/locale/de_DE.js +3 -6
  393. package/dist/date-picker/locale/el_GR.d.ts +0 -1
  394. package/dist/date-picker/locale/el_GR.js +3 -6
  395. package/dist/date-picker/locale/en_GB.d.ts +0 -1
  396. package/dist/date-picker/locale/en_GB.js +3 -6
  397. package/dist/date-picker/locale/en_US.d.ts +0 -1
  398. package/dist/date-picker/locale/en_US.js +3 -6
  399. package/dist/date-picker/locale/es_ES.d.ts +0 -1
  400. package/dist/date-picker/locale/es_ES.js +3 -6
  401. package/dist/date-picker/locale/es_US.d.ts +0 -1
  402. package/dist/date-picker/locale/es_US.js +5 -8
  403. package/dist/date-picker/locale/et_EE.d.ts +0 -1
  404. package/dist/date-picker/locale/et_EE.js +3 -6
  405. package/dist/date-picker/locale/eu_ES.d.ts +0 -1
  406. package/dist/date-picker/locale/eu_ES.js +3 -6
  407. package/dist/date-picker/locale/fa_IR.d.ts +0 -1
  408. package/dist/date-picker/locale/fa_IR.js +3 -6
  409. package/dist/date-picker/locale/fi_FI.d.ts +0 -1
  410. package/dist/date-picker/locale/fi_FI.js +3 -6
  411. package/dist/date-picker/locale/fr_BE.d.ts +0 -1
  412. package/dist/date-picker/locale/fr_BE.js +3 -6
  413. package/dist/date-picker/locale/fr_CA.d.ts +0 -1
  414. package/dist/date-picker/locale/fr_CA.js +3 -6
  415. package/dist/date-picker/locale/fr_FR.d.ts +0 -1
  416. package/dist/date-picker/locale/fr_FR.js +3 -6
  417. package/dist/date-picker/locale/ga_IE.d.ts +0 -1
  418. package/dist/date-picker/locale/ga_IE.js +3 -6
  419. package/dist/date-picker/locale/gl_ES.d.ts +0 -1
  420. package/dist/date-picker/locale/gl_ES.js +3 -6
  421. package/dist/date-picker/locale/he_IL.d.ts +0 -1
  422. package/dist/date-picker/locale/he_IL.js +3 -6
  423. package/dist/date-picker/locale/hi_IN.d.ts +0 -1
  424. package/dist/date-picker/locale/hi_IN.js +3 -6
  425. package/dist/date-picker/locale/hr_HR.d.ts +0 -1
  426. package/dist/date-picker/locale/hr_HR.js +3 -6
  427. package/dist/date-picker/locale/hu_HU.d.ts +0 -1
  428. package/dist/date-picker/locale/hu_HU.js +3 -6
  429. package/dist/date-picker/locale/id_ID.d.ts +0 -1
  430. package/dist/date-picker/locale/id_ID.js +3 -6
  431. package/dist/date-picker/locale/is_IS.d.ts +0 -1
  432. package/dist/date-picker/locale/is_IS.js +3 -6
  433. package/dist/date-picker/locale/it_IT.d.ts +0 -1
  434. package/dist/date-picker/locale/it_IT.js +3 -6
  435. package/dist/date-picker/locale/ja_JP.d.ts +0 -1
  436. package/dist/date-picker/locale/ja_JP.js +3 -6
  437. package/dist/date-picker/locale/ka_GE.d.ts +0 -1
  438. package/dist/date-picker/locale/ka_GE.js +3 -6
  439. package/dist/date-picker/locale/kk_KZ.d.ts +0 -1
  440. package/dist/date-picker/locale/kk_KZ.js +3 -6
  441. package/dist/date-picker/locale/km_KH.d.ts +0 -1
  442. package/dist/date-picker/locale/km_KH.js +3 -6
  443. package/dist/date-picker/locale/kmr_IQ.d.ts +0 -1
  444. package/dist/date-picker/locale/kmr_IQ.js +3 -6
  445. package/dist/date-picker/locale/kn_IN.d.ts +0 -1
  446. package/dist/date-picker/locale/kn_IN.js +3 -6
  447. package/dist/date-picker/locale/ko_KR.d.ts +0 -1
  448. package/dist/date-picker/locale/ko_KR.js +3 -6
  449. package/dist/date-picker/locale/lt_LT.d.ts +0 -1
  450. package/dist/date-picker/locale/lt_LT.js +3 -6
  451. package/dist/date-picker/locale/lv_LV.d.ts +0 -1
  452. package/dist/date-picker/locale/lv_LV.js +3 -6
  453. package/dist/date-picker/locale/mk_MK.d.ts +0 -1
  454. package/dist/date-picker/locale/mk_MK.js +3 -6
  455. package/dist/date-picker/locale/ml_IN.d.ts +0 -1
  456. package/dist/date-picker/locale/ml_IN.js +3 -6
  457. package/dist/date-picker/locale/mn_MN.d.ts +0 -1
  458. package/dist/date-picker/locale/mn_MN.js +3 -6
  459. package/dist/date-picker/locale/mr_IN.d.ts +0 -1
  460. package/dist/date-picker/locale/mr_IN.js +3 -6
  461. package/dist/date-picker/locale/ms_MY.d.ts +0 -1
  462. package/dist/date-picker/locale/ms_MY.js +3 -6
  463. package/dist/date-picker/locale/my_MM.d.ts +0 -1
  464. package/dist/date-picker/locale/my_MM.js +3 -6
  465. package/dist/date-picker/locale/nb_NO.d.ts +0 -1
  466. package/dist/date-picker/locale/nb_NO.js +3 -6
  467. package/dist/date-picker/locale/nl_BE.d.ts +0 -1
  468. package/dist/date-picker/locale/nl_BE.js +3 -6
  469. package/dist/date-picker/locale/nl_NL.d.ts +0 -1
  470. package/dist/date-picker/locale/nl_NL.js +3 -6
  471. package/dist/date-picker/locale/pl_PL.d.ts +0 -1
  472. package/dist/date-picker/locale/pl_PL.js +3 -6
  473. package/dist/date-picker/locale/pt_BR.d.ts +0 -1
  474. package/dist/date-picker/locale/pt_BR.js +3 -6
  475. package/dist/date-picker/locale/pt_PT.d.ts +0 -1
  476. package/dist/date-picker/locale/pt_PT.js +3 -6
  477. package/dist/date-picker/locale/ro_RO.d.ts +0 -1
  478. package/dist/date-picker/locale/ro_RO.js +3 -6
  479. package/dist/date-picker/locale/ru_RU.d.ts +0 -1
  480. package/dist/date-picker/locale/ru_RU.js +3 -6
  481. package/dist/date-picker/locale/si_LK.d.ts +0 -1
  482. package/dist/date-picker/locale/si_LK.js +3 -6
  483. package/dist/date-picker/locale/sk_SK.d.ts +0 -1
  484. package/dist/date-picker/locale/sk_SK.js +3 -6
  485. package/dist/date-picker/locale/sl_SI.d.ts +0 -1
  486. package/dist/date-picker/locale/sl_SI.js +3 -6
  487. package/dist/date-picker/locale/sr_RS.d.ts +0 -1
  488. package/dist/date-picker/locale/sr_RS.js +3 -6
  489. package/dist/date-picker/locale/sv_SE.d.ts +0 -1
  490. package/dist/date-picker/locale/sv_SE.js +3 -6
  491. package/dist/date-picker/locale/ta_IN.d.ts +0 -1
  492. package/dist/date-picker/locale/ta_IN.js +3 -6
  493. package/dist/date-picker/locale/th_TH.d.ts +0 -1
  494. package/dist/date-picker/locale/th_TH.js +3 -6
  495. package/dist/date-picker/locale/tk_TK.d.ts +0 -1
  496. package/dist/date-picker/locale/tk_TK.js +3 -6
  497. package/dist/date-picker/locale/tr_TR.d.ts +0 -1
  498. package/dist/date-picker/locale/tr_TR.js +3 -6
  499. package/dist/date-picker/locale/uk_UA.d.ts +0 -1
  500. package/dist/date-picker/locale/uk_UA.js +3 -6
  501. package/dist/date-picker/locale/ur_PK.d.ts +0 -1
  502. package/dist/date-picker/locale/ur_PK.js +3 -6
  503. package/dist/date-picker/locale/uz_UZ.d.ts +0 -1
  504. package/dist/date-picker/locale/uz_UZ.js +3 -6
  505. package/dist/date-picker/locale/vi_VN.d.ts +0 -1
  506. package/dist/date-picker/locale/vi_VN.js +3 -6
  507. package/dist/date-picker/locale/zh_CN.d.ts +0 -1
  508. package/dist/date-picker/locale/zh_CN.js +3 -6
  509. package/dist/date-picker/locale/zh_TW.d.ts +0 -1
  510. package/dist/date-picker/locale/zh_TW.js +3 -6
  511. package/dist/date-picker/style/index.d.ts +1 -2
  512. package/dist/date-picker/style/index.js +7 -9
  513. package/dist/date-picker/style/multiple.d.ts +0 -2
  514. package/dist/date-picker/style/multiple.js +1 -4
  515. package/dist/date-picker/style/panel.d.ts +0 -1
  516. package/dist/date-picker/style/panel.js +1 -4
  517. package/dist/date-picker/style/token.js +1 -3
  518. package/dist/date-picker/style/util.js +7 -4
  519. package/dist/date-picker/style/variants.js +1 -4
  520. package/dist/date-picker/util.d.ts +2 -4
  521. package/dist/date-picker/util.js +1 -3
  522. package/dist/descriptions/Cell.d.ts +4 -5
  523. package/dist/descriptions/Cell.js +1 -4
  524. package/dist/descriptions/DescriptionsContext.d.ts +6592 -6593
  525. package/dist/descriptions/DescriptionsContext.js +1 -3
  526. package/dist/descriptions/Item.d.ts +1 -2
  527. package/dist/descriptions/Item.js +1 -4
  528. package/dist/descriptions/Row.d.ts +1 -2
  529. package/dist/descriptions/Row.js +5 -8
  530. package/dist/descriptions/constant.js +1 -3
  531. package/dist/descriptions/hooks/useItems.d.ts +9 -11
  532. package/dist/descriptions/hooks/useItems.js +1 -3
  533. package/dist/descriptions/hooks/useRow.d.ts +1 -2
  534. package/dist/descriptions/hooks/useRow.js +1 -4
  535. package/dist/descriptions/index.d.ts +1 -3
  536. package/dist/descriptions/index.js +15 -21
  537. package/dist/descriptions/style/index.d.ts +1 -4
  538. package/dist/descriptions/style/index.js +1 -3
  539. package/dist/divider/index.d.ts +1 -3
  540. package/dist/divider/index.js +2 -5
  541. package/dist/divider/style/index.d.ts +1 -3
  542. package/dist/divider/style/index.js +1 -3
  543. package/dist/drawer/DrawerPanel.d.ts +1 -3
  544. package/dist/drawer/DrawerPanel.js +1 -4
  545. package/dist/drawer/index.d.ts +2 -4
  546. package/dist/drawer/index.js +11 -16
  547. package/dist/drawer/style/index.d.ts +1 -4
  548. package/dist/drawer/style/index.js +3 -5
  549. package/dist/drawer/style/motion.d.ts +0 -1
  550. package/dist/drawer/style/motion.js +1 -3
  551. package/dist/drawer/useFocusable.d.ts +1 -2
  552. package/dist/drawer/useFocusable.js +1 -3
  553. package/dist/dropdown/dropdown.d.ts +2 -4
  554. package/dist/dropdown/dropdown.js +12 -12
  555. package/dist/dropdown/index.js +3 -6
  556. package/dist/dropdown/style/index.d.ts +1 -3
  557. package/dist/dropdown/style/index.js +27 -12
  558. package/dist/dropdown/style/status.d.ts +0 -1
  559. package/dist/dropdown/style/status.js +1 -3
  560. package/dist/empty/empty.d.ts +1 -3
  561. package/dist/empty/empty.js +3 -6
  562. package/dist/empty/index.d.ts +3 -6
  563. package/dist/empty/index.js +12 -18
  564. package/dist/empty/simple.d.ts +1 -3
  565. package/dist/empty/simple.js +3 -6
  566. package/dist/empty/style/index.d.ts +1 -3
  567. package/dist/empty/style/index.js +1 -3
  568. package/dist/empty/utils.js +1 -3
  569. package/dist/flex/index.d.ts +1 -2
  570. package/dist/flex/index.js +4 -7
  571. package/dist/flex/interface.js +1 -1
  572. package/dist/flex/style/index.d.ts +1 -4
  573. package/dist/flex/style/index.js +1 -3
  574. package/dist/flex/utils.js +1 -4
  575. package/dist/float-button/BackTop.d.ts +1 -2
  576. package/dist/float-button/BackTop.js +7 -10
  577. package/dist/float-button/FloatButton.d.ts +1 -4
  578. package/dist/float-button/FloatButton.js +9 -13
  579. package/dist/float-button/FloatButtonGroup.d.ts +1 -3
  580. package/dist/float-button/FloatButtonGroup.js +13 -11
  581. package/dist/float-button/PurePanel.d.ts +1 -2
  582. package/dist/float-button/PurePanel.js +7 -10
  583. package/dist/float-button/context.d.ts +2 -3
  584. package/dist/float-button/context.js +1 -3
  585. package/dist/float-button/index.js +13 -15
  586. package/dist/float-button/style/button.js +1 -4
  587. package/dist/float-button/style/group.js +1 -4
  588. package/dist/float-button/style/index.d.ts +1 -4
  589. package/dist/float-button/style/index.js +5 -7
  590. package/dist/form/ErrorList.d.ts +1 -2
  591. package/dist/form/ErrorList.js +7 -10
  592. package/dist/form/Form.d.ts +1 -4
  593. package/dist/form/Form.js +23 -23
  594. package/dist/form/FormItem/ItemHolder.d.ts +2 -3
  595. package/dist/form/FormItem/ItemHolder.js +20 -24
  596. package/dist/form/FormItem/StatusProvider.d.ts +1 -2
  597. package/dist/form/FormItem/StatusProvider.js +1 -4
  598. package/dist/form/FormItem/index.d.ts +1 -2
  599. package/dist/form/FormItem/index.js +8 -11
  600. package/dist/form/FormItemInput.d.ts +5 -7
  601. package/dist/form/FormItemInput.js +5 -8
  602. package/dist/form/FormItemLabel.d.ts +6 -8
  603. package/dist/form/FormItemLabel.js +9 -12
  604. package/dist/form/context.d.ts +6 -8
  605. package/dist/form/context.js +1 -3
  606. package/dist/form/hooks/useForm.js +1 -3
  607. package/dist/form/hooks/useVariant.d.ts +1 -2
  608. package/dist/form/hooks/useVariant.js +1 -3
  609. package/dist/form/index.js +9 -11
  610. package/dist/form/interface.js +1 -1
  611. package/dist/form/namePathType.js +1 -1
  612. package/dist/form/style/explain.d.ts +0 -1
  613. package/dist/form/style/explain.js +1 -3
  614. package/dist/form/style/fallbackCmp.d.ts +3 -5
  615. package/dist/form/style/fallbackCmp.js +1 -3
  616. package/dist/form/style/index.d.ts +1 -3
  617. package/dist/form/style/index.js +5 -7
  618. package/dist/form/types.js +1 -1
  619. package/dist/form/util.js +1 -3
  620. package/dist/form/utils/NameMap.js +1 -3
  621. package/dist/form/utils/asyncUtil.js +1 -2
  622. package/dist/form/utils/messages.js +1 -2
  623. package/dist/form/utils/typeUtil.js +1 -2
  624. package/dist/form/utils/validateUtil.js +1 -3
  625. package/dist/form/utils/valueUtil.js +2 -4
  626. package/dist/form/validateMessagesContext.js +1 -3
  627. package/dist/grid/RowContext.js +1 -3
  628. package/dist/grid/col.d.ts +1 -2
  629. package/dist/grid/col.js +1 -4
  630. package/dist/grid/hooks/useBreakpoint.js +3 -6
  631. package/dist/grid/hooks/useGutter.js +1 -3
  632. package/dist/grid/index.d.ts +1 -2
  633. package/dist/grid/index.js +5 -7
  634. package/dist/grid/row.d.ts +1 -2
  635. package/dist/grid/row.js +3 -6
  636. package/dist/grid/style/index.d.ts +2 -5
  637. package/dist/grid/style/index.js +1 -3
  638. package/dist/image/PreviewGroup.d.ts +10 -13
  639. package/dist/image/PreviewGroup.js +5 -8
  640. package/dist/image/hooks/useMergedPreviewConfig.d.ts +4 -8
  641. package/dist/image/hooks/useMergedPreviewConfig.js +1 -4
  642. package/dist/image/hooks/usePreviewConfig.d.ts +17 -23
  643. package/dist/image/hooks/usePreviewConfig.js +1 -3
  644. package/dist/image/index.d.ts +2 -4
  645. package/dist/image/index.js +9 -12
  646. package/dist/image/style/index.d.ts +1 -3
  647. package/dist/image/style/index.js +1 -3
  648. package/dist/index.d.ts +2 -3
  649. package/dist/index.js +80 -82
  650. package/dist/input/Group.d.ts +2 -3
  651. package/dist/input/Group.js +9 -13
  652. package/dist/input/Input.d.ts +1 -3
  653. package/dist/input/Input.js +8 -11
  654. package/dist/input/OTP/OTPInput.d.ts +2 -3
  655. package/dist/input/OTP/OTPInput.js +4 -7
  656. package/dist/input/OTP/index.d.ts +1 -3
  657. package/dist/input/OTP/index.js +7 -10
  658. package/dist/input/Password.d.ts +2 -2
  659. package/dist/input/Password.js +23 -20
  660. package/dist/input/Search.d.ts +1 -3
  661. package/dist/input/Search.js +3 -6
  662. package/dist/input/TextArea.d.ts +1 -3
  663. package/dist/input/TextArea.js +8 -11
  664. package/dist/input/hooks/useRemovePasswordTimeout.js +1 -3
  665. package/dist/input/index.d.ts +5 -6
  666. package/dist/input/index.js +23 -26
  667. package/dist/input/style/index.d.ts +2 -4
  668. package/dist/input/style/index.js +1 -3
  669. package/dist/input/style/otp.d.ts +1 -3
  670. package/dist/input/style/otp.js +1 -3
  671. package/dist/input/style/search.d.ts +1 -3
  672. package/dist/input/style/search.js +29 -12
  673. package/dist/input/style/textarea.d.ts +1 -2
  674. package/dist/input/style/textarea.js +1 -3
  675. package/dist/input/style/token.d.ts +0 -2
  676. package/dist/input/style/token.js +1 -3
  677. package/dist/input/style/variants.d.ts +0 -1
  678. package/dist/input/style/variants.js +25 -11
  679. package/dist/input-number/index.d.ts +1 -3
  680. package/dist/input-number/index.js +6 -9
  681. package/dist/input-number/style/index.d.ts +1 -2
  682. package/dist/input-number/style/index.js +1 -3
  683. package/dist/input-number/style/token.d.ts +0 -2
  684. package/dist/input-number/style/token.js +1 -3
  685. package/dist/layout/Sider.d.ts +15 -3
  686. package/dist/layout/Sider.js +27 -9
  687. package/dist/layout/context.js +1 -3
  688. package/dist/layout/hooks/useHasSider.js +1 -2
  689. package/dist/layout/index.d.ts +4 -5
  690. package/dist/layout/index.js +8 -10
  691. package/dist/layout/layout.d.ts +4 -5
  692. package/dist/layout/layout.js +4 -7
  693. package/dist/layout/style/index.d.ts +1 -3
  694. package/dist/layout/style/index.js +1 -3
  695. package/dist/layout/style/sider.d.ts +1 -3
  696. package/dist/layout/style/sider.js +1 -3
  697. package/dist/locale/ar_EG.js +7 -10
  698. package/dist/locale/az_AZ.js +7 -10
  699. package/dist/locale/bg_BG.js +7 -10
  700. package/dist/locale/bn_BD.js +7 -10
  701. package/dist/locale/by_BY.js +7 -10
  702. package/dist/locale/ca_ES.js +7 -10
  703. package/dist/locale/cs_CZ.js +7 -10
  704. package/dist/locale/da_DK.js +7 -10
  705. package/dist/locale/de_DE.js +7 -10
  706. package/dist/locale/el_GR.js +7 -10
  707. package/dist/locale/en_GB.js +7 -10
  708. package/dist/locale/en_US.js +7 -10
  709. package/dist/locale/es_ES.js +7 -10
  710. package/dist/locale/es_US.js +7 -10
  711. package/dist/locale/et_EE.js +7 -10
  712. package/dist/locale/eu_ES.js +7 -10
  713. package/dist/locale/fa_IR.js +7 -10
  714. package/dist/locale/fi_FI.js +7 -10
  715. package/dist/locale/fr_BE.js +7 -10
  716. package/dist/locale/fr_CA.js +7 -10
  717. package/dist/locale/fr_FR.js +7 -10
  718. package/dist/locale/ga_IE.js +7 -10
  719. package/dist/locale/gl_ES.js +7 -10
  720. package/dist/locale/he_IL.js +7 -10
  721. package/dist/locale/hi_IN.js +7 -10
  722. package/dist/locale/hr_HR.js +7 -10
  723. package/dist/locale/hu_HU.js +7 -10
  724. package/dist/locale/hy_AM.js +1 -3
  725. package/dist/locale/id_ID.js +7 -10
  726. package/dist/locale/index.d.ts +1 -7
  727. package/dist/locale/index.js +1 -3
  728. package/dist/locale/is_IS.js +7 -10
  729. package/dist/locale/it_IT.js +7 -10
  730. package/dist/locale/ja_JP.js +9 -12
  731. package/dist/locale/ka_GE.js +7 -10
  732. package/dist/locale/kk_KZ.js +7 -10
  733. package/dist/locale/km_KH.js +7 -10
  734. package/dist/locale/kmr_IQ.js +7 -10
  735. package/dist/locale/kn_IN.js +7 -10
  736. package/dist/locale/ko_KR.js +7 -10
  737. package/dist/locale/ku_IQ.js +7 -10
  738. package/dist/locale/lt_LT.js +7 -10
  739. package/dist/locale/lv_LV.js +7 -10
  740. package/dist/locale/mk_MK.js +7 -10
  741. package/dist/locale/ml_IN.js +7 -10
  742. package/dist/locale/mn_MN.js +7 -10
  743. package/dist/locale/mr_IN.js +7 -10
  744. package/dist/locale/ms_MY.js +7 -10
  745. package/dist/locale/my_MM.js +7 -10
  746. package/dist/locale/nb_NO.js +7 -10
  747. package/dist/locale/ne_NP.js +7 -10
  748. package/dist/locale/nl_BE.js +7 -10
  749. package/dist/locale/nl_NL.js +7 -10
  750. package/dist/locale/pl_PL.js +7 -10
  751. package/dist/locale/pt_BR.js +7 -10
  752. package/dist/locale/pt_PT.js +7 -10
  753. package/dist/locale/ro_RO.js +7 -10
  754. package/dist/locale/ru_RU.js +7 -10
  755. package/dist/locale/si_LK.js +7 -10
  756. package/dist/locale/sk_SK.js +7 -10
  757. package/dist/locale/sl_SI.js +7 -10
  758. package/dist/locale/sr_RS.js +7 -10
  759. package/dist/locale/sv_SE.js +7 -10
  760. package/dist/locale/ta_IN.js +7 -10
  761. package/dist/locale/th_TH.js +7 -10
  762. package/dist/locale/tk_TK.js +7 -10
  763. package/dist/locale/tr_TR.js +7 -10
  764. package/dist/locale/uk_UA.js +7 -10
  765. package/dist/locale/ur_PK.js +7 -10
  766. package/dist/locale/useLocale.d.ts +1 -2
  767. package/dist/locale/useLocale.js +5 -8
  768. package/dist/locale/uz_UZ.js +7 -10
  769. package/dist/locale/vi_VN.js +7 -10
  770. package/dist/locale/zh_CN.js +9 -12
  771. package/dist/locale/zh_HK.js +7 -10
  772. package/dist/locale/zh_TW.js +7 -10
  773. package/dist/masonry/Masonry.d.ts +2 -5
  774. package/dist/masonry/Masonry.js +12 -15
  775. package/dist/masonry/MasonryItem.d.ts +1 -2
  776. package/dist/masonry/MasonryItem.js +1 -4
  777. package/dist/masonry/hooks/useDelay.js +1 -3
  778. package/dist/masonry/hooks/usePositions.d.ts +1 -2
  779. package/dist/masonry/hooks/usePositions.js +1 -3
  780. package/dist/masonry/hooks/useRefs.js +1 -3
  781. package/dist/masonry/index.js +5 -7
  782. package/dist/masonry/style/index.d.ts +1 -3
  783. package/dist/masonry/style/index.js +1 -3
  784. package/dist/mentions/index.d.ts +1 -3
  785. package/dist/mentions/index.js +15 -18
  786. package/dist/mentions/style/index.d.ts +1 -4
  787. package/dist/mentions/style/index.js +1 -3
  788. package/dist/menu/MenuContext.d.ts +2 -3
  789. package/dist/menu/MenuContext.js +1 -3
  790. package/dist/menu/MenuDivider.d.ts +1 -3
  791. package/dist/menu/MenuDivider.js +2 -6
  792. package/dist/menu/MenuItem.d.ts +1 -2
  793. package/dist/menu/MenuItem.js +3 -6
  794. package/dist/menu/MenuItemGroup.d.ts +1 -2
  795. package/dist/menu/MenuItemGroup.js +4 -7
  796. package/dist/menu/OverrideContext.d.ts +2 -3
  797. package/dist/menu/OverrideContext.js +1 -3
  798. package/dist/menu/SubMenu.d.ts +1 -2
  799. package/dist/menu/SubMenu.js +4 -7
  800. package/dist/menu/index.d.ts +2 -3
  801. package/dist/menu/index.js +17 -21
  802. package/dist/menu/interface.js +1 -1
  803. package/dist/menu/menu.d.ts +1 -2
  804. package/dist/menu/menu.js +15 -18
  805. package/dist/menu/style/horizontal.d.ts +0 -1
  806. package/dist/menu/style/horizontal.js +1 -4
  807. package/dist/menu/style/index.d.ts +1 -3
  808. package/dist/menu/style/index.js +12 -14
  809. package/dist/menu/style/rtl.d.ts +0 -1
  810. package/dist/menu/style/rtl.js +1 -4
  811. package/dist/menu/style/theme.js +1 -4
  812. package/dist/menu/style/vertical.d.ts +0 -2
  813. package/dist/menu/style/vertical.js +1 -4
  814. package/dist/message/PureList.d.ts +2 -3
  815. package/dist/message/PureList.js +3 -6
  816. package/dist/message/PurePanel.d.ts +8 -9
  817. package/dist/message/PurePanel.js +3 -6
  818. package/dist/message/index.js +7 -10
  819. package/dist/message/interface.d.ts +0 -1
  820. package/dist/message/interface.js +1 -1
  821. package/dist/message/style/index.d.ts +4 -5
  822. package/dist/message/style/index.js +1 -3
  823. package/dist/message/useMessage.d.ts +2 -3
  824. package/dist/message/useMessage.js +3 -5
  825. package/dist/message/util.js +1 -2
  826. package/dist/modal/ConfirmDialog.d.ts +3 -4
  827. package/dist/modal/ConfirmDialog.js +34 -38
  828. package/dist/modal/Modal.d.ts +1 -2
  829. package/dist/modal/Modal.js +10 -12
  830. package/dist/modal/PurePanel.d.ts +1 -2
  831. package/dist/modal/PurePanel.js +5 -9
  832. package/dist/modal/components/ConfirmCancelBtn.d.ts +3 -4
  833. package/dist/modal/components/ConfirmCancelBtn.js +3 -6
  834. package/dist/modal/components/ConfirmOkBtn.d.ts +3 -4
  835. package/dist/modal/components/ConfirmOkBtn.js +3 -6
  836. package/dist/modal/components/NormalCancelBtn.d.ts +3 -4
  837. package/dist/modal/components/NormalCancelBtn.js +1 -4
  838. package/dist/modal/components/NormalOkBtn.d.ts +3 -4
  839. package/dist/modal/components/NormalOkBtn.js +1 -4
  840. package/dist/modal/confirm.js +14 -16
  841. package/dist/modal/context.js +1 -3
  842. package/dist/modal/destroyFns.js +1 -3
  843. package/dist/modal/index.js +5 -8
  844. package/dist/modal/interface.d.ts +4 -2
  845. package/dist/modal/interface.js +1 -1
  846. package/dist/modal/locale.js +5 -7
  847. package/dist/modal/shared.d.ts +2 -4
  848. package/dist/modal/shared.js +8 -10
  849. package/dist/modal/style/confirm.d.ts +3 -5
  850. package/dist/modal/style/confirm.js +1 -3
  851. package/dist/modal/style/index.d.ts +1 -2
  852. package/dist/modal/style/index.js +1 -3
  853. package/dist/modal/useModal/HookModal.d.ts +2 -3
  854. package/dist/modal/useModal/HookModal.js +6 -9
  855. package/dist/modal/useModal/index.js +7 -9
  856. package/dist/modal/useModal/interface.js +1 -1
  857. package/dist/modal/useModal/types.js +1 -1
  858. package/dist/notification/PureList.d.ts +2 -3
  859. package/dist/notification/PureList.js +3 -6
  860. package/dist/notification/PurePanel.d.ts +12 -14
  861. package/dist/notification/PurePanel.js +7 -11
  862. package/dist/notification/index.js +7 -10
  863. package/dist/notification/interface.d.ts +0 -1
  864. package/dist/notification/interface.js +1 -2
  865. package/dist/notification/style/index.d.ts +4 -7
  866. package/dist/notification/style/index.js +5 -7
  867. package/dist/notification/style/notification.d.ts +0 -1
  868. package/dist/notification/style/notification.js +1 -4
  869. package/dist/notification/style/placement.d.ts +0 -1
  870. package/dist/notification/style/placement.js +1 -4
  871. package/dist/notification/useNotification.d.ts +2 -3
  872. package/dist/notification/useNotification.js +8 -11
  873. package/dist/notification/util.js +1 -2
  874. package/dist/package.js +2 -3
  875. package/dist/package.json.d.ts +1 -1
  876. package/dist/pagination/Pagination.d.ts +1 -2
  877. package/dist/pagination/Pagination.js +15 -17
  878. package/dist/pagination/index.js +3 -5
  879. package/dist/pagination/interface.d.ts +0 -1
  880. package/dist/pagination/interface.js +1 -1
  881. package/dist/pagination/style/bordered.d.ts +3 -5
  882. package/dist/pagination/style/bordered.js +1 -3
  883. package/dist/pagination/style/index.d.ts +1 -4
  884. package/dist/pagination/style/index.js +1 -3
  885. package/dist/pagination/useShowSizeChanger.js +1 -2
  886. package/dist/popconfirm/PurePanel.d.ts +2 -3
  887. package/dist/popconfirm/PurePanel.js +8 -11
  888. package/dist/popconfirm/index.d.ts +1 -4
  889. package/dist/popconfirm/index.js +8 -11
  890. package/dist/popconfirm/style/index.d.ts +1 -4
  891. package/dist/popconfirm/style/index.js +1 -3
  892. package/dist/popover/PurePanel.d.ts +6 -7
  893. package/dist/popover/PurePanel.js +4 -9
  894. package/dist/popover/index.d.ts +1 -3
  895. package/dist/popover/index.js +8 -11
  896. package/dist/popover/style/index.d.ts +1 -4
  897. package/dist/popover/style/index.js +3 -5
  898. package/dist/progress/Circle.d.ts +2 -3
  899. package/dist/progress/Circle.js +11 -15
  900. package/dist/progress/Line.d.ts +2 -3
  901. package/dist/progress/Line.js +1 -4
  902. package/dist/progress/Steps.d.ts +1 -2
  903. package/dist/progress/Steps.js +1 -4
  904. package/dist/progress/index.js +3 -5
  905. package/dist/progress/progress.d.ts +1 -3
  906. package/dist/progress/progress.js +12 -18
  907. package/dist/progress/style/index.d.ts +1 -4
  908. package/dist/progress/style/index.js +1 -3
  909. package/dist/progress/utils.js +1 -3
  910. package/dist/qrcode/QrcodeStatus.d.ts +1 -2
  911. package/dist/qrcode/QrcodeStatus.js +3 -6
  912. package/dist/qrcode/index.d.ts +1 -2
  913. package/dist/qrcode/index.js +14 -18
  914. package/dist/qrcode/interface.d.ts +0 -1
  915. package/dist/qrcode/interface.js +1 -1
  916. package/dist/qrcode/style/index.d.ts +1 -4
  917. package/dist/qrcode/style/index.js +1 -3
  918. package/dist/radio/context.js +1 -3
  919. package/dist/radio/group.d.ts +1 -2
  920. package/dist/radio/group.js +11 -15
  921. package/dist/radio/index.d.ts +2 -5
  922. package/dist/radio/index.js +12 -14
  923. package/dist/radio/interface.d.ts +0 -1
  924. package/dist/radio/interface.js +1 -1
  925. package/dist/radio/radio.d.ts +1 -2
  926. package/dist/radio/radio.js +6 -9
  927. package/dist/radio/radioButton.d.ts +1 -2
  928. package/dist/radio/radioButton.js +3 -6
  929. package/dist/radio/style/index.d.ts +1 -4
  930. package/dist/radio/style/index.js +1 -3
  931. package/dist/rate/index.d.ts +1 -2
  932. package/dist/rate/index.js +5 -8
  933. package/dist/rate/style/index.d.ts +1 -3
  934. package/dist/rate/style/index.js +1 -3
  935. package/dist/result/index.d.ts +1 -3
  936. package/dist/result/index.js +14 -20
  937. package/dist/result/noFound.d.ts +1 -3
  938. package/dist/result/noFound.js +1 -4
  939. package/dist/result/serverError.d.ts +1 -3
  940. package/dist/result/serverError.js +1 -4
  941. package/dist/result/style/index.d.ts +1 -3
  942. package/dist/result/style/index.js +1 -3
  943. package/dist/result/unauthorized.d.ts +1 -3
  944. package/dist/result/unauthorized.js +1 -4
  945. package/dist/segmented/index.d.ts +1 -3
  946. package/dist/segmented/index.js +10 -15
  947. package/dist/segmented/style/index.d.ts +1 -4
  948. package/dist/segmented/style/index.js +1 -3
  949. package/dist/select/index.d.ts +3 -7
  950. package/dist/select/index.js +13 -16
  951. package/dist/select/mergedBuiltinPlacements.js +1 -3
  952. package/dist/select/style/dropdown.d.ts +0 -2
  953. package/dist/select/style/dropdown.js +1 -4
  954. package/dist/select/style/index.d.ts +1 -2
  955. package/dist/select/style/index.js +5 -7
  956. package/dist/select/style/select-input-customize.js +1 -3
  957. package/dist/select/style/select-input-multiple.js +1 -4
  958. package/dist/select/style/select-input.js +26 -12
  959. package/dist/select/style/token.d.ts +0 -1
  960. package/dist/select/style/token.js +1 -2
  961. package/dist/select/useIcons.d.ts +4 -5
  962. package/dist/select/useIcons.js +1 -3
  963. package/dist/select/usePopupRender.d.ts +1 -3
  964. package/dist/select/usePopupRender.js +1 -4
  965. package/dist/select/useShowArrow.js +1 -3
  966. package/dist/skeleton/Avatar.d.ts +1 -2
  967. package/dist/skeleton/Avatar.js +5 -9
  968. package/dist/skeleton/Button.d.ts +1 -2
  969. package/dist/skeleton/Button.js +8 -12
  970. package/dist/skeleton/Element.d.ts +1 -2
  971. package/dist/skeleton/Element.js +1 -4
  972. package/dist/skeleton/Image.d.ts +1 -2
  973. package/dist/skeleton/Image.js +3 -6
  974. package/dist/skeleton/Input.d.ts +1 -2
  975. package/dist/skeleton/Input.js +8 -12
  976. package/dist/skeleton/Node.d.ts +1 -2
  977. package/dist/skeleton/Node.js +2 -6
  978. package/dist/skeleton/Paragraph.d.ts +1 -3
  979. package/dist/skeleton/Paragraph.js +2 -5
  980. package/dist/skeleton/Skeleton.d.ts +1 -3
  981. package/dist/skeleton/Skeleton.js +28 -35
  982. package/dist/skeleton/Title.d.ts +1 -3
  983. package/dist/skeleton/Title.js +1 -4
  984. package/dist/skeleton/index.js +8 -10
  985. package/dist/skeleton/style/index.d.ts +1 -4
  986. package/dist/skeleton/style/index.js +1 -3
  987. package/dist/slider/Context.js +1 -3
  988. package/dist/slider/SliderTooltip.d.ts +2 -3
  989. package/dist/slider/SliderTooltip.js +3 -6
  990. package/dist/slider/index.d.ts +3 -4
  991. package/dist/slider/index.js +8 -11
  992. package/dist/slider/style/index.d.ts +1 -4
  993. package/dist/slider/style/index.js +15 -15
  994. package/dist/slider/useRafLock.js +1 -3
  995. package/dist/space/Addon.d.ts +1 -2
  996. package/dist/space/Addon.js +6 -10
  997. package/dist/space/Compact.d.ts +5 -6
  998. package/dist/space/Compact.js +1 -4
  999. package/dist/space/Item.d.ts +1 -2
  1000. package/dist/space/Item.js +1 -4
  1001. package/dist/space/context.js +1 -3
  1002. package/dist/space/index.d.ts +3 -5
  1003. package/dist/space/index.js +10 -13
  1004. package/dist/space/style/addon.d.ts +1 -3
  1005. package/dist/space/style/addon.js +1 -3
  1006. package/dist/space/style/compact.d.ts +1 -3
  1007. package/dist/space/style/compact.js +1 -3
  1008. package/dist/space/style/index.d.ts +1 -4
  1009. package/dist/space/style/index.js +1 -3
  1010. package/dist/spin/Indicator/Looper.d.ts +1 -3
  1011. package/dist/spin/Indicator/Looper.js +3 -5
  1012. package/dist/spin/Indicator/Progress.d.ts +1 -3
  1013. package/dist/spin/Indicator/Progress.js +1 -4
  1014. package/dist/spin/Indicator/index.d.ts +3 -4
  1015. package/dist/spin/Indicator/index.js +2 -5
  1016. package/dist/spin/index.d.ts +1 -3
  1017. package/dist/spin/index.js +4 -7
  1018. package/dist/spin/style/index.d.ts +1 -4
  1019. package/dist/spin/style/index.js +1 -3
  1020. package/dist/spin/usePercent.d.ts +1 -2
  1021. package/dist/spin/usePercent.js +1 -3
  1022. package/dist/splitter/Panel.d.ts +2 -3
  1023. package/dist/splitter/Panel.js +1 -4
  1024. package/dist/splitter/SplitBar.d.ts +1 -2
  1025. package/dist/splitter/SplitBar.js +2 -16
  1026. package/dist/splitter/Splitter.d.ts +1 -2
  1027. package/dist/splitter/Splitter.js +8 -11
  1028. package/dist/splitter/hooks/sizeUtil.js +1 -2
  1029. package/dist/splitter/hooks/useItems.js +1 -3
  1030. package/dist/splitter/hooks/useResizable.d.ts +1 -2
  1031. package/dist/splitter/hooks/useResizable.js +1 -3
  1032. package/dist/splitter/hooks/useResize.d.ts +1 -2
  1033. package/dist/splitter/hooks/useResize.js +1 -3
  1034. package/dist/splitter/hooks/useSizes.d.ts +1 -2
  1035. package/dist/splitter/hooks/useSizes.js +1 -3
  1036. package/dist/splitter/index.d.ts +1 -2
  1037. package/dist/splitter/index.js +9 -11
  1038. package/dist/splitter/interface.d.ts +0 -1
  1039. package/dist/splitter/interface.js +1 -1
  1040. package/dist/splitter/style/index.d.ts +1 -4
  1041. package/dist/splitter/style/index.js +1 -3
  1042. package/dist/statistic/Number.d.ts +1 -2
  1043. package/dist/statistic/Number.js +1 -4
  1044. package/dist/statistic/Statistic.d.ts +1 -3
  1045. package/dist/statistic/Statistic.js +8 -14
  1046. package/dist/statistic/Timer.d.ts +1 -2
  1047. package/dist/statistic/Timer.js +4 -7
  1048. package/dist/statistic/index.d.ts +1 -2
  1049. package/dist/statistic/index.js +8 -10
  1050. package/dist/statistic/style/index.d.ts +1 -4
  1051. package/dist/statistic/style/index.js +1 -3
  1052. package/dist/statistic/utils.js +1 -2
  1053. package/dist/steps/PanelArrow.d.ts +1 -3
  1054. package/dist/steps/PanelArrow.js +1 -4
  1055. package/dist/steps/ProgressIcon.d.ts +1 -3
  1056. package/dist/steps/ProgressIcon.js +1 -4
  1057. package/dist/steps/context.js +1 -3
  1058. package/dist/steps/index.d.ts +7 -3
  1059. package/dist/steps/index.js +35 -22
  1060. package/dist/steps/style/horizontal.d.ts +0 -1
  1061. package/dist/steps/style/horizontal.js +1 -4
  1062. package/dist/steps/style/icon.d.ts +0 -1
  1063. package/dist/steps/style/icon.js +1 -4
  1064. package/dist/steps/style/index.d.ts +1 -3
  1065. package/dist/steps/style/index.js +27 -27
  1066. package/dist/steps/style/inline.d.ts +0 -1
  1067. package/dist/steps/style/inline.js +1 -4
  1068. package/dist/steps/style/label-placement.d.ts +0 -1
  1069. package/dist/steps/style/label-placement.js +1 -4
  1070. package/dist/steps/style/max-count.d.ts +8 -0
  1071. package/dist/steps/style/max-count.js +8 -0
  1072. package/dist/steps/style/nav.d.ts +0 -1
  1073. package/dist/steps/style/nav.js +1 -4
  1074. package/dist/steps/style/panel.d.ts +0 -1
  1075. package/dist/steps/style/panel.js +1 -4
  1076. package/dist/steps/style/progress-dot.d.ts +0 -1
  1077. package/dist/steps/style/progress-dot.js +1 -4
  1078. package/dist/steps/style/progress.d.ts +0 -1
  1079. package/dist/steps/style/progress.js +1 -4
  1080. package/dist/steps/style/rtl.d.ts +0 -1
  1081. package/dist/steps/style/rtl.js +1 -4
  1082. package/dist/steps/style/small.d.ts +0 -1
  1083. package/dist/steps/style/small.js +1 -4
  1084. package/dist/steps/style/status.d.ts +0 -1
  1085. package/dist/steps/style/status.js +1 -4
  1086. package/dist/steps/style/util.js +1 -3
  1087. package/dist/steps/style/vertical.d.ts +0 -1
  1088. package/dist/steps/style/vertical.js +1 -4
  1089. package/dist/steps/useDisplaySteps.d.ts +22 -0
  1090. package/dist/steps/useDisplaySteps.js +95 -0
  1091. package/dist/style/compact-item-vertical.d.ts +0 -1
  1092. package/dist/style/compact-item-vertical.js +1 -2
  1093. package/dist/style/compact-item.d.ts +0 -1
  1094. package/dist/style/compact-item.js +1 -2
  1095. package/dist/style/index.d.ts +0 -1
  1096. package/dist/style/index.js +1 -3
  1097. package/dist/style/motion/collapse.js +1 -3
  1098. package/dist/style/motion/fade.js +1 -3
  1099. package/dist/style/motion/index.js +2 -3
  1100. package/dist/style/motion/motion.js +1 -2
  1101. package/dist/style/motion/move.js +1 -3
  1102. package/dist/style/motion/slide.js +1 -3
  1103. package/dist/style/motion/util.js +1 -2
  1104. package/dist/style/motion/zoom.js +1 -3
  1105. package/dist/style/placementArrow.js +2 -5
  1106. package/dist/style/roundedArrow.d.ts +0 -1
  1107. package/dist/style/roundedArrow.js +1 -3
  1108. package/dist/switch/index.d.ts +1 -3
  1109. package/dist/switch/index.js +4 -7
  1110. package/dist/switch/style/index.d.ts +1 -4
  1111. package/dist/switch/style/index.js +1 -3
  1112. package/dist/table/Column.d.ts +1 -2
  1113. package/dist/table/Column.js +1 -4
  1114. package/dist/table/ColumnGroup.d.ts +1 -2
  1115. package/dist/table/ColumnGroup.js +1 -4
  1116. package/dist/table/ExpandIcon.d.ts +1 -2
  1117. package/dist/table/ExpandIcon.js +1 -4
  1118. package/dist/table/InternalTable.d.ts +1 -3
  1119. package/dist/table/InternalTable.js +21 -23
  1120. package/dist/table/Table.js +7 -10
  1121. package/dist/table/TableMeasureRowContext.d.ts +2 -3
  1122. package/dist/table/TableMeasureRowContext.js +1 -3
  1123. package/dist/table/hooks/useContainerWidth.js +1 -2
  1124. package/dist/table/hooks/useFilledColumns.js +1 -3
  1125. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +2 -3
  1126. package/dist/table/hooks/useFilter/FilterDropdown.js +18 -21
  1127. package/dist/table/hooks/useFilter/FilterSearch.d.ts +1 -2
  1128. package/dist/table/hooks/useFilter/FilterSearch.js +3 -6
  1129. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +2 -3
  1130. package/dist/table/hooks/useFilter/FilterWrapper.js +1 -4
  1131. package/dist/table/hooks/useFilter/index.js +3 -5
  1132. package/dist/table/hooks/useLazyKVMap.js +1 -3
  1133. package/dist/table/hooks/usePagination.d.ts +1 -2
  1134. package/dist/table/hooks/usePagination.js +7 -10
  1135. package/dist/table/hooks/useSelection.d.ts +1 -2
  1136. package/dist/table/hooks/useSelection.js +8 -10
  1137. package/dist/table/hooks/useSorter.d.ts +10 -2
  1138. package/dist/table/hooks/useSorter.js +10 -11
  1139. package/dist/table/hooks/useTitleColumns.js +1 -3
  1140. package/dist/table/index.js +10 -13
  1141. package/dist/table/interface.d.ts +4 -5
  1142. package/dist/table/interface.js +1 -1
  1143. package/dist/table/style/bordered.d.ts +0 -1
  1144. package/dist/table/style/bordered.js +6 -5
  1145. package/dist/table/style/ellipsis.d.ts +0 -1
  1146. package/dist/table/style/ellipsis.js +1 -4
  1147. package/dist/table/style/empty.d.ts +0 -1
  1148. package/dist/table/style/empty.js +1 -3
  1149. package/dist/table/style/expand.d.ts +0 -1
  1150. package/dist/table/style/expand.js +1 -4
  1151. package/dist/table/style/filter.d.ts +0 -2
  1152. package/dist/table/style/filter.js +1 -4
  1153. package/dist/table/style/fixed.d.ts +0 -1
  1154. package/dist/table/style/fixed.js +1 -3
  1155. package/dist/table/style/index.d.ts +1 -4
  1156. package/dist/table/style/index.js +32 -34
  1157. package/dist/table/style/pagination.d.ts +0 -1
  1158. package/dist/table/style/pagination.js +1 -4
  1159. package/dist/table/style/radius.d.ts +0 -1
  1160. package/dist/table/style/radius.js +1 -4
  1161. package/dist/table/style/rtl.d.ts +0 -1
  1162. package/dist/table/style/rtl.js +1 -4
  1163. package/dist/table/style/selection.d.ts +0 -1
  1164. package/dist/table/style/selection.js +1 -4
  1165. package/dist/table/style/size.d.ts +0 -1
  1166. package/dist/table/style/size.js +1 -4
  1167. package/dist/table/style/sorter.d.ts +0 -1
  1168. package/dist/table/style/sorter.js +1 -3
  1169. package/dist/table/style/sticky.d.ts +0 -1
  1170. package/dist/table/style/sticky.js +1 -4
  1171. package/dist/table/style/summary.d.ts +0 -1
  1172. package/dist/table/style/summary.js +1 -4
  1173. package/dist/table/style/virtual.d.ts +0 -1
  1174. package/dist/table/style/virtual.js +1 -4
  1175. package/dist/table/util.js +1 -2
  1176. package/dist/table/utils.js +1 -3
  1177. package/dist/tabs/TabPane.d.ts +1 -2
  1178. package/dist/tabs/TabPane.js +1 -4
  1179. package/dist/tabs/hooks/useAnimateConfig.js +1 -3
  1180. package/dist/tabs/hooks/useLegacyItems.d.ts +1 -2
  1181. package/dist/tabs/hooks/useLegacyItems.js +3 -5
  1182. package/dist/tabs/index.d.ts +3 -3
  1183. package/dist/tabs/index.js +9 -12
  1184. package/dist/tabs/style/index.d.ts +1 -4
  1185. package/dist/tabs/style/index.js +13 -15
  1186. package/dist/tabs/style/motion.d.ts +0 -2
  1187. package/dist/tabs/style/motion.js +1 -4
  1188. package/dist/tag/CheckableTag.d.ts +1 -2
  1189. package/dist/tag/CheckableTag.js +1 -4
  1190. package/dist/tag/CheckableTagGroup.d.ts +3 -5
  1191. package/dist/tag/CheckableTagGroup.js +5 -8
  1192. package/dist/tag/hooks/useColor.d.ts +1 -2
  1193. package/dist/tag/hooks/useColor.js +1 -3
  1194. package/dist/tag/index.d.ts +1 -3
  1195. package/dist/tag/index.js +7 -10
  1196. package/dist/tag/style/index.d.ts +1 -3
  1197. package/dist/tag/style/index.js +1 -3
  1198. package/dist/tag/style/presetCmp.d.ts +3 -5
  1199. package/dist/tag/style/presetCmp.js +1 -3
  1200. package/dist/tag/style/statusCmp.d.ts +3 -5
  1201. package/dist/tag/style/statusCmp.js +1 -3
  1202. package/dist/theme/context.d.ts +1 -3
  1203. package/dist/theme/context.js +5 -7
  1204. package/dist/theme/getDesignToken.d.ts +0 -1
  1205. package/dist/theme/getDesignToken.js +5 -8
  1206. package/dist/theme/index.d.ts +5 -7
  1207. package/dist/theme/index.js +12 -9
  1208. package/dist/theme/interface/alias.js +1 -1
  1209. package/dist/theme/interface/components.d.ts +0 -5
  1210. package/dist/theme/interface/components.js +1 -1
  1211. package/dist/theme/interface/cssinjs-utils.js +1 -1
  1212. package/dist/theme/interface/index.js +1 -2
  1213. package/dist/theme/interface/maps/colors.js +1 -1
  1214. package/dist/theme/interface/maps/font.js +1 -1
  1215. package/dist/theme/interface/maps/index.js +1 -1
  1216. package/dist/theme/interface/maps/size.js +1 -1
  1217. package/dist/theme/interface/maps/style.js +1 -1
  1218. package/dist/theme/interface/presetColors.js +1 -2
  1219. package/dist/theme/interface/seeds.js +1 -1
  1220. package/dist/theme/internal.js +2 -3
  1221. package/dist/theme/themes/ColorMap.d.ts +0 -2
  1222. package/dist/theme/themes/ColorMap.js +1 -1
  1223. package/dist/theme/themes/compact/genCompactSizeMapToken.d.ts +0 -2
  1224. package/dist/theme/themes/compact/genCompactSizeMapToken.js +1 -2
  1225. package/dist/theme/themes/compact/index.d.ts +0 -1
  1226. package/dist/theme/themes/compact/index.js +5 -8
  1227. package/dist/theme/themes/dark/colorAlgorithm.js +1 -3
  1228. package/dist/theme/themes/dark/colors.js +1 -3
  1229. package/dist/theme/themes/dark/index.d.ts +0 -1
  1230. package/dist/theme/themes/dark/index.js +1 -4
  1231. package/dist/theme/themes/default/colorAlgorithm.js +1 -3
  1232. package/dist/theme/themes/default/colors.js +1 -3
  1233. package/dist/theme/themes/default/index.d.ts +0 -2
  1234. package/dist/theme/themes/default/index.js +5 -7
  1235. package/dist/theme/themes/default/theme.d.ts +1 -3
  1236. package/dist/theme/themes/default/theme.js +1 -4
  1237. package/dist/theme/themes/seed.d.ts +0 -2
  1238. package/dist/theme/themes/seed.js +4 -3
  1239. package/dist/theme/themes/shared/genColorMapToken.d.ts +0 -1
  1240. package/dist/theme/themes/shared/genColorMapToken.js +1 -3
  1241. package/dist/theme/themes/shared/genCommonMapToken.d.ts +0 -2
  1242. package/dist/theme/themes/shared/genCommonMapToken.js +3 -5
  1243. package/dist/theme/themes/shared/genControlHeight.d.ts +0 -2
  1244. package/dist/theme/themes/shared/genControlHeight.js +1 -3
  1245. package/dist/theme/themes/shared/genFontMapToken.d.ts +0 -2
  1246. package/dist/theme/themes/shared/genFontMapToken.js +1 -4
  1247. package/dist/theme/themes/shared/genFontSizes.js +2 -4
  1248. package/dist/theme/themes/shared/genRadius.d.ts +0 -2
  1249. package/dist/theme/themes/shared/genRadius.js +1 -3
  1250. package/dist/theme/themes/shared/genSizeMapToken.d.ts +0 -2
  1251. package/dist/theme/themes/shared/genSizeMapToken.js +1 -2
  1252. package/dist/theme/useToken.d.ts +0 -1
  1253. package/dist/theme/useToken.js +5 -7
  1254. package/dist/theme/util/alias.d.ts +0 -2
  1255. package/dist/theme/util/alias.js +8 -10
  1256. package/dist/theme/util/genPresetColor.js +1 -3
  1257. package/dist/theme/util/genStyleUtils.d.ts +12 -16
  1258. package/dist/theme/util/genStyleUtils.js +3 -5
  1259. package/dist/theme/util/getAlphaColor.js +1 -4
  1260. package/dist/theme/util/useResetIconStyle.d.ts +0 -1
  1261. package/dist/theme/util/useResetIconStyle.js +1 -4
  1262. package/dist/time-picker/index.d.ts +3 -6
  1263. package/dist/time-picker/index.js +5 -8
  1264. package/dist/time-picker/locale/ar_EG.js +1 -3
  1265. package/dist/time-picker/locale/az_AZ.js +1 -3
  1266. package/dist/time-picker/locale/bg_BG.js +1 -3
  1267. package/dist/time-picker/locale/bn_BD.js +1 -3
  1268. package/dist/time-picker/locale/by_BY.js +1 -3
  1269. package/dist/time-picker/locale/ca_ES.js +1 -3
  1270. package/dist/time-picker/locale/cs_CZ.js +1 -3
  1271. package/dist/time-picker/locale/da_DK.js +1 -3
  1272. package/dist/time-picker/locale/de_DE.js +1 -3
  1273. package/dist/time-picker/locale/el_GR.js +1 -3
  1274. package/dist/time-picker/locale/en_GB.js +1 -3
  1275. package/dist/time-picker/locale/en_US.js +1 -3
  1276. package/dist/time-picker/locale/es_ES.js +1 -3
  1277. package/dist/time-picker/locale/et_EE.js +1 -3
  1278. package/dist/time-picker/locale/eu_ES.js +1 -3
  1279. package/dist/time-picker/locale/fa_IR.js +1 -3
  1280. package/dist/time-picker/locale/fi_FI.js +1 -3
  1281. package/dist/time-picker/locale/fr_BE.js +1 -3
  1282. package/dist/time-picker/locale/fr_CA.js +1 -3
  1283. package/dist/time-picker/locale/fr_FR.js +1 -3
  1284. package/dist/time-picker/locale/ga_IE.js +1 -3
  1285. package/dist/time-picker/locale/gl_ES.js +1 -3
  1286. package/dist/time-picker/locale/he_IL.js +1 -3
  1287. package/dist/time-picker/locale/hi_IN.js +1 -3
  1288. package/dist/time-picker/locale/hr_HR.js +1 -3
  1289. package/dist/time-picker/locale/hu_HU.js +1 -3
  1290. package/dist/time-picker/locale/id_ID.js +1 -3
  1291. package/dist/time-picker/locale/is_IS.js +1 -3
  1292. package/dist/time-picker/locale/it_IT.js +1 -3
  1293. package/dist/time-picker/locale/ja_JP.js +1 -3
  1294. package/dist/time-picker/locale/ka_GE.js +1 -3
  1295. package/dist/time-picker/locale/kk_KZ.js +1 -3
  1296. package/dist/time-picker/locale/km_KH.js +1 -3
  1297. package/dist/time-picker/locale/kmr_IQ.js +1 -3
  1298. package/dist/time-picker/locale/kn_IN.js +1 -3
  1299. package/dist/time-picker/locale/ko_KR.js +1 -3
  1300. package/dist/time-picker/locale/lt_LT.js +1 -3
  1301. package/dist/time-picker/locale/lv_LV.js +1 -3
  1302. package/dist/time-picker/locale/mk_MK.js +1 -3
  1303. package/dist/time-picker/locale/ml_IN.js +1 -3
  1304. package/dist/time-picker/locale/mn_MN.js +1 -3
  1305. package/dist/time-picker/locale/mr_IN.js +1 -3
  1306. package/dist/time-picker/locale/ms_MY.js +1 -3
  1307. package/dist/time-picker/locale/my_MM.js +1 -3
  1308. package/dist/time-picker/locale/nb_NO.js +1 -3
  1309. package/dist/time-picker/locale/nl_BE.js +1 -3
  1310. package/dist/time-picker/locale/nl_NL.js +1 -3
  1311. package/dist/time-picker/locale/pl_PL.js +1 -3
  1312. package/dist/time-picker/locale/pt_BR.js +1 -3
  1313. package/dist/time-picker/locale/pt_PT.js +1 -3
  1314. package/dist/time-picker/locale/ro_RO.js +1 -3
  1315. package/dist/time-picker/locale/ru_RU.js +1 -3
  1316. package/dist/time-picker/locale/si_LK.js +1 -3
  1317. package/dist/time-picker/locale/sk_SK.js +1 -3
  1318. package/dist/time-picker/locale/sl_SI.js +1 -3
  1319. package/dist/time-picker/locale/sr_RS.js +1 -3
  1320. package/dist/time-picker/locale/sv_SE.js +1 -3
  1321. package/dist/time-picker/locale/ta_IN.js +1 -3
  1322. package/dist/time-picker/locale/th_TH.js +1 -3
  1323. package/dist/time-picker/locale/tk_TK.js +1 -3
  1324. package/dist/time-picker/locale/tr_TR.js +1 -3
  1325. package/dist/time-picker/locale/uk_UA.js +1 -3
  1326. package/dist/time-picker/locale/ur_PK.js +1 -3
  1327. package/dist/time-picker/locale/uz_UZ.js +1 -3
  1328. package/dist/time-picker/locale/vi_VN.js +1 -3
  1329. package/dist/time-picker/locale/zh_CN.js +1 -3
  1330. package/dist/time-picker/locale/zh_TW.js +1 -3
  1331. package/dist/timeline/Timeline.d.ts +1 -3
  1332. package/dist/timeline/Timeline.js +12 -15
  1333. package/dist/timeline/TimelineItem.d.ts +1 -2
  1334. package/dist/timeline/TimelineItem.js +1 -3
  1335. package/dist/timeline/index.js +3 -5
  1336. package/dist/timeline/style/horizontal.d.ts +0 -1
  1337. package/dist/timeline/style/horizontal.js +1 -4
  1338. package/dist/timeline/style/index.d.ts +1 -4
  1339. package/dist/timeline/style/index.js +3 -5
  1340. package/dist/timeline/useItems.js +1 -4
  1341. package/dist/tooltip/PurePanel.d.ts +1 -2
  1342. package/dist/tooltip/PurePanel.js +5 -9
  1343. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +1 -3
  1344. package/dist/tooltip/UniqueProvider/MotionContent.js +2 -6
  1345. package/dist/tooltip/UniqueProvider/index.d.ts +1 -3
  1346. package/dist/tooltip/UniqueProvider/index.js +6 -9
  1347. package/dist/tooltip/hooks/useMergedArrow.js +1 -4
  1348. package/dist/tooltip/index.d.ts +1 -3
  1349. package/dist/tooltip/index.js +11 -14
  1350. package/dist/tooltip/style/index.d.ts +1 -3
  1351. package/dist/tooltip/style/index.js +4 -6
  1352. package/dist/tooltip/util.js +1 -3
  1353. package/dist/tour/PurePanel.d.ts +1 -2
  1354. package/dist/tour/PurePanel.js +4 -7
  1355. package/dist/tour/index.d.ts +1 -2
  1356. package/dist/tour/index.js +5 -8
  1357. package/dist/tour/interface.d.ts +0 -1
  1358. package/dist/tour/interface.js +1 -1
  1359. package/dist/tour/panelRender.d.ts +1 -2
  1360. package/dist/tour/panelRender.js +9 -12
  1361. package/dist/tour/style/index.d.ts +1 -4
  1362. package/dist/tour/style/index.js +4 -6
  1363. package/dist/transfer/Actions.d.ts +1 -2
  1364. package/dist/transfer/Actions.js +1 -4
  1365. package/dist/transfer/ListBody.d.ts +1 -2
  1366. package/dist/transfer/ListBody.js +3 -6
  1367. package/dist/transfer/ListItem.d.ts +3 -4
  1368. package/dist/transfer/ListItem.js +4 -7
  1369. package/dist/transfer/Section.d.ts +1 -2
  1370. package/dist/transfer/Section.js +7 -10
  1371. package/dist/transfer/Transfer.d.ts +1 -2
  1372. package/dist/transfer/Transfer.js +20 -23
  1373. package/dist/transfer/hooks/useData.d.ts +1 -2
  1374. package/dist/transfer/hooks/useData.js +1 -4
  1375. package/dist/transfer/hooks/useSelection.js +1 -4
  1376. package/dist/transfer/index.js +13 -16
  1377. package/dist/transfer/interface.d.ts +0 -1
  1378. package/dist/transfer/interface.js +1 -2
  1379. package/dist/transfer/search.d.ts +1 -2
  1380. package/dist/transfer/search.js +3 -6
  1381. package/dist/transfer/style/index.d.ts +1 -4
  1382. package/dist/transfer/style/index.js +1 -3
  1383. package/dist/tree/DirectoryTree.d.ts +1 -2
  1384. package/dist/tree/DirectoryTree.js +5 -9
  1385. package/dist/tree/Tree.d.ts +1 -3
  1386. package/dist/tree/Tree.js +8 -11
  1387. package/dist/tree/index.js +6 -9
  1388. package/dist/tree/style/directory.js +1 -2
  1389. package/dist/tree/style/index.d.ts +1 -2
  1390. package/dist/tree/style/index.js +3 -5
  1391. package/dist/tree/utils/dictUtil.js +1 -3
  1392. package/dist/tree/utils/dropIndicator.d.ts +1 -2
  1393. package/dist/tree/utils/dropIndicator.js +3 -6
  1394. package/dist/tree/utils/iconUtil.d.ts +3 -4
  1395. package/dist/tree/utils/iconUtil.js +1 -4
  1396. package/dist/tree-select/index.d.ts +2 -5
  1397. package/dist/tree-select/index.js +13 -16
  1398. package/dist/tree-select/style/index.d.ts +1 -3
  1399. package/dist/tree-select/style/index.js +1 -3
  1400. package/dist/typography/Base/CopyBtn.d.ts +1 -2
  1401. package/dist/typography/Base/CopyBtn.js +3 -6
  1402. package/dist/typography/Base/Ellipsis.d.ts +2 -3
  1403. package/dist/typography/Base/Ellipsis.js +3 -6
  1404. package/dist/typography/Base/EllipsisTooltip.d.ts +1 -2
  1405. package/dist/typography/Base/EllipsisTooltip.js +3 -7
  1406. package/dist/typography/Base/index.d.ts +1 -2
  1407. package/dist/typography/Base/index.js +22 -25
  1408. package/dist/typography/Base/util.js +1 -3
  1409. package/dist/typography/Editable.d.ts +1 -2
  1410. package/dist/typography/Editable.js +9 -14
  1411. package/dist/typography/Link.d.ts +1 -2
  1412. package/dist/typography/Link.js +3 -6
  1413. package/dist/typography/Paragraph.d.ts +1 -2
  1414. package/dist/typography/Paragraph.js +3 -6
  1415. package/dist/typography/Text.d.ts +1 -2
  1416. package/dist/typography/Text.js +4 -7
  1417. package/dist/typography/Title.d.ts +1 -2
  1418. package/dist/typography/Title.js +3 -6
  1419. package/dist/typography/Typography.d.ts +1 -2
  1420. package/dist/typography/Typography.js +6 -11
  1421. package/dist/typography/hooks/useCopyClick.d.ts +2 -4
  1422. package/dist/typography/hooks/useCopyClick.js +5 -8
  1423. package/dist/typography/hooks/useMergedConfig.d.ts +1 -3
  1424. package/dist/typography/hooks/useMergedConfig.js +1 -3
  1425. package/dist/typography/hooks/usePrevious.js +1 -4
  1426. package/dist/typography/hooks/useTooltipProps.d.ts +1 -2
  1427. package/dist/typography/hooks/useTooltipProps.js +1 -4
  1428. package/dist/typography/index.d.ts +6 -7
  1429. package/dist/typography/index.js +19 -22
  1430. package/dist/typography/interface.d.ts +0 -1
  1431. package/dist/typography/interface.js +1 -1
  1432. package/dist/typography/style/index.d.ts +1 -4
  1433. package/dist/typography/style/index.js +1 -3
  1434. package/dist/typography/style/mixins.d.ts +0 -1
  1435. package/dist/typography/style/mixins.js +1 -3
  1436. package/dist/upload/Dragger.d.ts +2 -3
  1437. package/dist/upload/Dragger.js +7 -11
  1438. package/dist/upload/Upload.d.ts +1 -2
  1439. package/dist/upload/Upload.js +12 -16
  1440. package/dist/upload/UploadList/ListItem.d.ts +1 -2
  1441. package/dist/upload/UploadList/ListItem.js +6 -12
  1442. package/dist/upload/UploadList/index.d.ts +1 -2
  1443. package/dist/upload/UploadList/index.js +6 -9
  1444. package/dist/upload/index.d.ts +2 -3
  1445. package/dist/upload/index.js +8 -11
  1446. package/dist/upload/interface.d.ts +0 -2
  1447. package/dist/upload/interface.js +1 -1
  1448. package/dist/upload/style/dragger.d.ts +0 -1
  1449. package/dist/upload/style/dragger.js +1 -4
  1450. package/dist/upload/style/index.d.ts +1 -4
  1451. package/dist/upload/style/index.js +11 -13
  1452. package/dist/upload/style/list.d.ts +0 -1
  1453. package/dist/upload/style/list.js +1 -4
  1454. package/dist/upload/style/motion.d.ts +0 -2
  1455. package/dist/upload/style/motion.js +1 -4
  1456. package/dist/upload/style/picture.d.ts +0 -1
  1457. package/dist/upload/style/picture.js +1 -3
  1458. package/dist/upload/style/rtl.d.ts +0 -1
  1459. package/dist/upload/style/rtl.js +1 -3
  1460. package/dist/upload/utils.js +1 -2
  1461. package/dist/version/index.d.ts +1 -1
  1462. package/dist/version/index.js +1 -3
  1463. package/dist/watermark/context.d.ts +1 -2
  1464. package/dist/watermark/context.js +1 -3
  1465. package/dist/watermark/index.d.ts +17 -13
  1466. package/dist/watermark/index.js +38 -42
  1467. package/dist/watermark/useClips.d.ts +2 -2
  1468. package/dist/watermark/useClips.js +10 -13
  1469. package/dist/watermark/useRafDebounce.js +1 -3
  1470. package/dist/watermark/useSingletonCache.js +1 -3
  1471. package/dist/watermark/useWatermark.js +1 -3
  1472. package/dist/watermark/utils.d.ts +9 -1
  1473. package/dist/watermark/utils.js +33 -2
  1474. package/package.json +18 -18
  1475. package/web-tags.json +1260 -1244
  1476. package/web-types.json +3650 -3607
  1477. package/dist/_virtual/rolldown_runtime.js +0 -18
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.7",
2
+ "version": "1.4.1",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -155,6 +155,74 @@
155
155
  }
156
156
  ]
157
157
  },
158
+ {
159
+ "name": "a-avatar",
160
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
161
+ "attributes": [
162
+ {
163
+ "name": "shape",
164
+ "description": "Default: circle\n\nThe shape of avatar"
165
+ },
166
+ {
167
+ "name": "size",
168
+ "description": "Default: medium\n\nThe size of the avatar"
169
+ },
170
+ {
171
+ "name": "gap",
172
+ "description": "Default: 4\n\nLetter type unit distance between left and right sides"
173
+ },
174
+ {
175
+ "name": "src",
176
+ "description": "Default: -\n\nThe address of the image for an image avatar or image element"
177
+ },
178
+ {
179
+ "name": "src-set",
180
+ "description": "Default: -\n\nA list of sources to use for different screen resolutions"
181
+ },
182
+ {
183
+ "name": "draggable",
184
+ "description": "Default: true\n\nWhether the picture is allowed to be dragged"
185
+ },
186
+ {
187
+ "name": "icon",
188
+ "description": "Default: -\n\nCustom icon type for an icon avatar"
189
+ },
190
+ {
191
+ "name": "alt",
192
+ "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
193
+ },
194
+ {
195
+ "name": "cross-origin",
196
+ "description": "Default: -\n\nCORS settings attributes"
197
+ },
198
+ {
199
+ "name": "on-error",
200
+ "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
201
+ }
202
+ ]
203
+ },
204
+ {
205
+ "name": "a-avatar-group",
206
+ "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
207
+ "attributes": [
208
+ {
209
+ "name": "prefix-cls",
210
+ "description": "Default: -\n\n-"
211
+ },
212
+ {
213
+ "name": "max",
214
+ "description": "Default: -\n\n-"
215
+ },
216
+ {
217
+ "name": "size",
218
+ "description": "Default: default\n\nThe size of the avatar"
219
+ },
220
+ {
221
+ "name": "shape",
222
+ "description": "Default: circle\n\nThe shape of avatar"
223
+ }
224
+ ]
225
+ },
158
226
  {
159
227
  "name": "a-app",
160
228
  "description": "(ZH) 提供重置样式和提供消费上下文的默认环境。\n\n(EN) Application wrapper for some global usages.",
@@ -264,70 +332,16 @@
264
332
  ]
265
333
  },
266
334
  {
267
- "name": "a-avatar",
268
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
269
- "attributes": [
270
- {
271
- "name": "shape",
272
- "description": "Default: circle\n\nThe shape of avatar"
273
- },
274
- {
275
- "name": "size",
276
- "description": "Default: medium\n\nThe size of the avatar"
277
- },
278
- {
279
- "name": "gap",
280
- "description": "Default: 4\n\nLetter type unit distance between left and right sides"
281
- },
282
- {
283
- "name": "src",
284
- "description": "Default: -\n\nThe address of the image for an image avatar or image element"
285
- },
286
- {
287
- "name": "src-set",
288
- "description": "Default: -\n\nA list of sources to use for different screen resolutions"
289
- },
290
- {
291
- "name": "draggable",
292
- "description": "Default: true\n\nWhether the picture is allowed to be dragged"
293
- },
294
- {
295
- "name": "icon",
296
- "description": "Default: -\n\nCustom icon type for an icon avatar"
297
- },
298
- {
299
- "name": "alt",
300
- "description": "Default: -\n\nThis attribute defines the alternative text describing the image"
301
- },
302
- {
303
- "name": "cross-origin",
304
- "description": "Default: -\n\nCORS settings attributes"
305
- },
306
- {
307
- "name": "on-error",
308
- "description": "Default: -\n\nHandler when img load error, return false to prevent default fallback behavior"
309
- }
310
- ]
311
- },
312
- {
313
- "name": "a-avatar-group",
314
- "description": "(ZH) 用来代表用户或事物,支持图片、图标或字符展示。\n\n(EN) Used to represent users or things, supporting the display of images, icons, or characters.",
335
+ "name": "a-border-beam",
336
+ "description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
315
337
  "attributes": [
316
338
  {
317
- "name": "prefix-cls",
318
- "description": "Default: -\n\n-"
319
- },
320
- {
321
- "name": "max",
322
- "description": "Default: -\n\n-"
323
- },
324
- {
325
- "name": "size",
326
- "description": "Default: default\n\nThe size of the avatar"
339
+ "name": "color",
340
+ "description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
327
341
  },
328
342
  {
329
- "name": "shape",
330
- "description": "Default: circle\n\nThe shape of avatar"
343
+ "name": "outset",
344
+ "description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
331
345
  }
332
346
  ]
333
347
  },
@@ -377,60 +391,12 @@
377
391
  },
378
392
  {
379
393
  "name": "title",
380
- "description": "Default: -\n\nText to show when hovering over the badge"
381
- },
382
- {
383
- "name": "classes",
384
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
385
- },
386
- {
387
- "name": "styles",
388
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
389
- }
390
- ]
391
- },
392
- {
393
- "name": "a-border-beam",
394
- "description": "(ZH) 为容器边框提供持续流动的装饰性高亮效果。\n\n(EN) Decorative component that renders a moving beam along a container border.",
395
- "attributes": [
396
- {
397
- "name": "color",
398
- "description": "Default: -\n\nBeam color configuration. Supports a single color string or gradient stops. percent uses the 0 ~ 100 input range and BorderBeam reserves tail space for the transparent fade"
394
+ "description": "Default: -\n\nText to show when hovering over the badge; set null or false to remove the native title"
399
395
  },
400
- {
401
- "name": "outset",
402
- "description": "Default: -\n\nOutset distance of the beam layer from the container edge. Set to 0 for clipped containers"
403
- }
404
- ]
405
- },
406
- {
407
- "name": "a-breadcrumb",
408
- "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
409
- "attributes": [
410
396
  {
411
397
  "name": "classes",
412
398
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
413
399
  },
414
- {
415
- "name": "dropdown-icon",
416
- "description": "Default: -\n\nCustom dropdown icon"
417
- },
418
- {
419
- "name": "item-render",
420
- "description": "Default: -\n\nCustom item renderer, work with vue-router"
421
- },
422
- {
423
- "name": "params",
424
- "description": "Default: -\n\nRouting parameters"
425
- },
426
- {
427
- "name": "items",
428
- "description": "Default: -\n\nThe routing stack information of router"
429
- },
430
- {
431
- "name": "separator",
432
- "description": "Default: /\n\nCustom separator"
433
- },
434
400
  {
435
401
  "name": "styles",
436
402
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
@@ -515,6 +481,40 @@
515
481
  }
516
482
  ]
517
483
  },
484
+ {
485
+ "name": "a-breadcrumb",
486
+ "description": "(ZH) 显示当前页面在系统层级结构中的位置,并能向上返回。\n\n(EN) Display the current location within a hierarchy. And allow going back to states higher up in the hierarchy.",
487
+ "attributes": [
488
+ {
489
+ "name": "classes",
490
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
491
+ },
492
+ {
493
+ "name": "dropdown-icon",
494
+ "description": "Default: -\n\nCustom dropdown icon"
495
+ },
496
+ {
497
+ "name": "item-render",
498
+ "description": "Default: -\n\nCustom item renderer, work with vue-router"
499
+ },
500
+ {
501
+ "name": "params",
502
+ "description": "Default: -\n\nRouting parameters"
503
+ },
504
+ {
505
+ "name": "items",
506
+ "description": "Default: -\n\nThe routing stack information of router"
507
+ },
508
+ {
509
+ "name": "separator",
510
+ "description": "Default: /\n\nCustom separator"
511
+ },
512
+ {
513
+ "name": "styles",
514
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
515
+ }
516
+ ]
517
+ },
518
518
  {
519
519
  "name": "a-calendar",
520
520
  "description": "(ZH) 按照日历形式展示数据的容器。\n\n(EN) A container that displays data in calendar form.",
@@ -728,90 +728,44 @@
728
728
  ]
729
729
  },
730
730
  {
731
- "name": "a-carousel",
732
- "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
731
+ "name": "a-cascader",
732
+ "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
733
733
  "attributes": [
734
734
  {
735
- "name": "effect",
736
- "description": "Default: scrollx\n\nTransition effect"
735
+ "name": "allow-clear",
736
+ "description": "Default: true\n\nShow clear button"
737
737
  },
738
738
  {
739
- "name": "id",
740
- "description": "Default: -\n\n-"
739
+ "name": "change-on-select",
740
+ "description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
741
741
  },
742
742
  {
743
- "name": "slick-go-to",
744
- "description": "Default: -\n\n-"
743
+ "name": "classes",
744
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
745
745
  },
746
746
  {
747
- "name": "dot-position",
748
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
747
+ "name": "disabled",
748
+ "description": "Default: false\n\nWhether disabled select"
749
749
  },
750
750
  {
751
- "name": "dot-placement",
752
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
751
+ "name": "expand-trigger",
752
+ "description": "Default: click\n\nexpand current item when click or hover, one of click hover"
753
753
  },
754
754
  {
755
- "name": "dots",
756
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
755
+ "name": "field-names",
756
+ "description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
757
757
  },
758
758
  {
759
- "name": "wait-for-animate",
760
- "description": "Default: false\n\nWhether to wait for the animation when switching"
759
+ "name": "get-popup-container",
760
+ "description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative. example"
761
761
  },
762
762
  {
763
- "name": "autoplay",
764
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
763
+ "name": "load-data",
764
+ "description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
765
765
  },
766
766
  {
767
- "name": "prev-arrow",
768
- "description": "Default: -\n\n-"
769
- },
770
- {
771
- "name": "next-arrow",
772
- "description": "Default: -\n\n-"
773
- }
774
- ]
775
- },
776
- {
777
- "name": "a-cascader",
778
- "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
779
- "attributes": [
780
- {
781
- "name": "allow-clear",
782
- "description": "Default: true\n\nShow clear button"
783
- },
784
- {
785
- "name": "change-on-select",
786
- "description": "Default: false\n\nChange value on each selection if set to true (always works when multiple is true)"
787
- },
788
- {
789
- "name": "classes",
790
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
791
- },
792
- {
793
- "name": "disabled",
794
- "description": "Default: false\n\nWhether disabled select"
795
- },
796
- {
797
- "name": "expand-trigger",
798
- "description": "Default: click\n\nexpand current item when click or hover, one of click hover"
799
- },
800
- {
801
- "name": "field-names",
802
- "description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
803
- },
804
- {
805
- "name": "get-popup-container",
806
- "description": "Default: () => document.body\n\nParent Node which the selector should be rendered to. Default to body. When position issues happen, try to modify it into scrollable content and position it relative. example"
807
- },
808
- {
809
- "name": "load-data",
810
- "description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
811
- },
812
- {
813
- "name": "max-tag-count",
814
- "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
767
+ "name": "max-tag-count",
768
+ "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
815
769
  },
816
770
  {
817
771
  "name": "max-tag-placeholder",
@@ -879,6 +833,52 @@
879
833
  }
880
834
  ]
881
835
  },
836
+ {
837
+ "name": "a-carousel",
838
+ "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
839
+ "attributes": [
840
+ {
841
+ "name": "effect",
842
+ "description": "Default: scrollx\n\nTransition effect"
843
+ },
844
+ {
845
+ "name": "id",
846
+ "description": "Default: -\n\n-"
847
+ },
848
+ {
849
+ "name": "slick-go-to",
850
+ "description": "Default: -\n\n-"
851
+ },
852
+ {
853
+ "name": "dot-position",
854
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom left right start end, Please use dotPlacement instead"
855
+ },
856
+ {
857
+ "name": "dot-placement",
858
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
859
+ },
860
+ {
861
+ "name": "dots",
862
+ "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
863
+ },
864
+ {
865
+ "name": "wait-for-animate",
866
+ "description": "Default: false\n\nWhether to wait for the animation when switching"
867
+ },
868
+ {
869
+ "name": "autoplay",
870
+ "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
871
+ },
872
+ {
873
+ "name": "prev-arrow",
874
+ "description": "Default: -\n\n-"
875
+ },
876
+ {
877
+ "name": "next-arrow",
878
+ "description": "Default: -\n\n-"
879
+ }
880
+ ]
881
+ },
882
882
  {
883
883
  "name": "a-checkbox",
884
884
  "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
@@ -1035,6 +1035,76 @@
1035
1035
  }
1036
1036
  ]
1037
1037
  },
1038
+ {
1039
+ "name": "a-config-provider",
1040
+ "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1041
+ "attributes": [
1042
+ {
1043
+ "name": "component-disabled",
1044
+ "description": "Default: -\n\nConfig antd component disabled"
1045
+ },
1046
+ {
1047
+ "name": "component-size",
1048
+ "description": "Default: -\n\nConfig antd component size"
1049
+ },
1050
+ {
1051
+ "name": "csp",
1052
+ "description": "Default: -\n\nSet Content Security Policy config"
1053
+ },
1054
+ {
1055
+ "name": "direction",
1056
+ "description": "Default: ltr\n\nSet direction of layout. See demo"
1057
+ },
1058
+ {
1059
+ "name": "get-popup-container",
1060
+ "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1061
+ },
1062
+ {
1063
+ "name": "get-target-container",
1064
+ "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1065
+ },
1066
+ {
1067
+ "name": "icon-prefix-cls",
1068
+ "description": "Default: anticon\n\nSet icon prefix className"
1069
+ },
1070
+ {
1071
+ "name": "locale",
1072
+ "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1073
+ },
1074
+ {
1075
+ "name": "popup-match-select-width",
1076
+ "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
1077
+ },
1078
+ {
1079
+ "name": "popup-overflow",
1080
+ "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1081
+ },
1082
+ {
1083
+ "name": "prefix-cls",
1084
+ "description": "Default: ant\n\nSet prefix className"
1085
+ },
1086
+ {
1087
+ "name": "render-empty",
1088
+ "description": "Default: -\n\nSet empty content of components. Ref Empty"
1089
+ },
1090
+ {
1091
+ "name": "theme",
1092
+ "description": "Default: -\n\nSet theme, ref Customize Theme"
1093
+ },
1094
+ {
1095
+ "name": "variant",
1096
+ "description": "Default: -\n\nSet variant of data entry components"
1097
+ },
1098
+ {
1099
+ "name": "virtual",
1100
+ "description": "Default: -\n\nDisable virtual scroll when set to false"
1101
+ },
1102
+ {
1103
+ "name": "warning",
1104
+ "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1105
+ }
1106
+ ]
1107
+ },
1038
1108
  {
1039
1109
  "name": "a-color-picker",
1040
1110
  "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
@@ -1137,76 +1207,6 @@
1137
1207
  }
1138
1208
  ]
1139
1209
  },
1140
- {
1141
- "name": "a-config-provider",
1142
- "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1143
- "attributes": [
1144
- {
1145
- "name": "component-disabled",
1146
- "description": "Default: -\n\nConfig antd component disabled"
1147
- },
1148
- {
1149
- "name": "component-size",
1150
- "description": "Default: -\n\nConfig antd component size"
1151
- },
1152
- {
1153
- "name": "csp",
1154
- "description": "Default: -\n\nSet Content Security Policy config"
1155
- },
1156
- {
1157
- "name": "direction",
1158
- "description": "Default: ltr\n\nSet direction of layout. See demo"
1159
- },
1160
- {
1161
- "name": "get-popup-container",
1162
- "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1163
- },
1164
- {
1165
- "name": "get-target-container",
1166
- "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1167
- },
1168
- {
1169
- "name": "icon-prefix-cls",
1170
- "description": "Default: anticon\n\nSet icon prefix className"
1171
- },
1172
- {
1173
- "name": "locale",
1174
- "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1175
- },
1176
- {
1177
- "name": "popup-match-select-width",
1178
- "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
1179
- },
1180
- {
1181
- "name": "popup-overflow",
1182
- "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1183
- },
1184
- {
1185
- "name": "prefix-cls",
1186
- "description": "Default: ant\n\nSet prefix className"
1187
- },
1188
- {
1189
- "name": "render-empty",
1190
- "description": "Default: -\n\nSet empty content of components. Ref Empty"
1191
- },
1192
- {
1193
- "name": "theme",
1194
- "description": "Default: -\n\nSet theme, ref Customize Theme"
1195
- },
1196
- {
1197
- "name": "variant",
1198
- "description": "Default: -\n\nSet variant of data entry components"
1199
- },
1200
- {
1201
- "name": "virtual",
1202
- "description": "Default: -\n\nDisable virtual scroll when set to false"
1203
- },
1204
- {
1205
- "name": "warning",
1206
- "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1207
- }
1208
- ]
1209
- },
1210
1210
  {
1211
1211
  "name": "a-localization",
1212
1212
  "description": "To select or input a date.",
@@ -1326,70 +1326,28 @@
1326
1326
  ]
1327
1327
  },
1328
1328
  {
1329
- "name": "a-divider",
1330
- "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1329
+ "name": "a-drawer",
1330
+ "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
1331
1331
  "attributes": [
1332
1332
  {
1333
- "name": "dashed",
1334
- "description": "Default: false\n\nWhether line is dashed"
1333
+ "name": "after-open-change",
1334
+ "description": "Default: -\n\nCallback after the animation ends when switching drawers"
1335
1335
  },
1336
1336
  {
1337
- "name": "orientation",
1338
- "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1337
+ "name": "classes",
1338
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Drawer component. Supports object or function."
1339
1339
  },
1340
1340
  {
1341
- "name": "plain",
1342
- "description": "Default: true\n\nDivider text show as plain style"
1341
+ "name": "closable",
1342
+ "description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
1343
1343
  },
1344
1344
  {
1345
- "name": "size",
1346
- "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1345
+ "name": "close-icon",
1346
+ "description": "Default: -\n\nCustom close icon"
1347
1347
  },
1348
1348
  {
1349
- "name": "title-placement",
1350
- "description": "Default: center\n\nThe position of title inside divider"
1351
- },
1352
- {
1353
- "name": "variant",
1354
- "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1355
- },
1356
- {
1357
- "name": "vertical",
1358
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1359
- },
1360
- {
1361
- "name": "classes",
1362
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1363
- },
1364
- {
1365
- "name": "styles",
1366
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1367
- }
1368
- ]
1369
- },
1370
- {
1371
- "name": "a-drawer",
1372
- "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
1373
- "attributes": [
1374
- {
1375
- "name": "after-open-change",
1376
- "description": "Default: -\n\nCallback after the animation ends when switching drawers"
1377
- },
1378
- {
1379
- "name": "classes",
1380
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Drawer component. Supports object or function."
1381
- },
1382
- {
1383
- "name": "closable",
1384
- "description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
1385
- },
1386
- {
1387
- "name": "close-icon",
1388
- "description": "Default: -\n\nCustom close icon"
1389
- },
1390
- {
1391
- "name": "~~destroy-on-close~~",
1392
- "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1349
+ "name": "~~destroy-on-close~~",
1350
+ "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1393
1351
  },
1394
1352
  {
1395
1353
  "name": "destroy-on-hidden",
@@ -1531,7 +1489,7 @@
1531
1489
  },
1532
1490
  {
1533
1491
  "name": "placement",
1534
- "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1492
+ "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight left leftTop leftBottom right rightTop rightBottom"
1535
1493
  },
1536
1494
  {
1537
1495
  "name": "force-render",
@@ -1589,11 +1547,133 @@
1589
1547
  }
1590
1548
  ]
1591
1549
  },
1550
+ {
1551
+ "name": "a-divider",
1552
+ "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
1553
+ "attributes": [
1554
+ {
1555
+ "name": "dashed",
1556
+ "description": "Default: false\n\nWhether line is dashed"
1557
+ },
1558
+ {
1559
+ "name": "orientation",
1560
+ "description": "Default: horizontal\n\nWhether line is horizontal or vertical"
1561
+ },
1562
+ {
1563
+ "name": "plain",
1564
+ "description": "Default: true\n\nDivider text show as plain style"
1565
+ },
1566
+ {
1567
+ "name": "size",
1568
+ "description": "Default: -\n\nThe size of divider. Only valid for horizontal layout"
1569
+ },
1570
+ {
1571
+ "name": "title-placement",
1572
+ "description": "Default: center\n\nThe position of title inside divider"
1573
+ },
1574
+ {
1575
+ "name": "variant",
1576
+ "description": "Default: solid\n\nWhether line is dashed, dotted or solid"
1577
+ },
1578
+ {
1579
+ "name": "vertical",
1580
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
1581
+ },
1582
+ {
1583
+ "name": "classes",
1584
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1585
+ },
1586
+ {
1587
+ "name": "styles",
1588
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1589
+ }
1590
+ ]
1591
+ },
1592
1592
  {
1593
1593
  "name": "a-flex",
1594
1594
  "description": "用于对齐的弹性布局容器。",
1595
1595
  "attributes": []
1596
1596
  },
1597
+ {
1598
+ "name": "a-row",
1599
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1600
+ "attributes": [
1601
+ {
1602
+ "name": "align",
1603
+ "description": "Default: top\n\nVertical alignment"
1604
+ },
1605
+ {
1606
+ "name": "gutter",
1607
+ "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]"
1608
+ },
1609
+ {
1610
+ "name": "justify",
1611
+ "description": "Default: start\n\nHorizontal arrangement"
1612
+ },
1613
+ {
1614
+ "name": "wrap",
1615
+ "description": "Default: true\n\nAuto wrap line"
1616
+ }
1617
+ ]
1618
+ },
1619
+ {
1620
+ "name": "a-col",
1621
+ "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1622
+ "attributes": [
1623
+ {
1624
+ "name": "flex",
1625
+ "description": "Default: -\n\nFlex layout style"
1626
+ },
1627
+ {
1628
+ "name": "offset",
1629
+ "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1630
+ },
1631
+ {
1632
+ "name": "order",
1633
+ "description": "Default: 0\n\nRaster order"
1634
+ },
1635
+ {
1636
+ "name": "pull",
1637
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1638
+ },
1639
+ {
1640
+ "name": "push",
1641
+ "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1642
+ },
1643
+ {
1644
+ "name": "span",
1645
+ "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1646
+ },
1647
+ {
1648
+ "name": "xs",
1649
+ "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1650
+ },
1651
+ {
1652
+ "name": "sm",
1653
+ "description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
1654
+ },
1655
+ {
1656
+ "name": "md",
1657
+ "description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
1658
+ },
1659
+ {
1660
+ "name": "lg",
1661
+ "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
1662
+ },
1663
+ {
1664
+ "name": "xl",
1665
+ "description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
1666
+ },
1667
+ {
1668
+ "name": "xxl",
1669
+ "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
1670
+ },
1671
+ {
1672
+ "name": "xxxl",
1673
+ "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
1674
+ }
1675
+ ]
1676
+ },
1597
1677
  {
1598
1678
  "name": "a-float-button-group",
1599
1679
  "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
@@ -1929,86 +2009,6 @@
1929
2009
  "description": "高性能表单控件,自带数据域管理。包含数据录入、校验以及对应样式。",
1930
2010
  "attributes": []
1931
2011
  },
1932
- {
1933
- "name": "a-row",
1934
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1935
- "attributes": [
1936
- {
1937
- "name": "align",
1938
- "description": "Default: top\n\nVertical alignment"
1939
- },
1940
- {
1941
- "name": "gutter",
1942
- "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]"
1943
- },
1944
- {
1945
- "name": "justify",
1946
- "description": "Default: start\n\nHorizontal arrangement"
1947
- },
1948
- {
1949
- "name": "wrap",
1950
- "description": "Default: true\n\nAuto wrap line"
1951
- }
1952
- ]
1953
- },
1954
- {
1955
- "name": "a-col",
1956
- "description": "(ZH) 24 栅格系统。\n\n(EN) 24 Grids System.",
1957
- "attributes": [
1958
- {
1959
- "name": "flex",
1960
- "description": "Default: -\n\nFlex layout style"
1961
- },
1962
- {
1963
- "name": "offset",
1964
- "description": "Default: 0\n\nThe number of cells to offset Col from the left"
1965
- },
1966
- {
1967
- "name": "order",
1968
- "description": "Default: 0\n\nRaster order"
1969
- },
1970
- {
1971
- "name": "pull",
1972
- "description": "Default: 0\n\nThe number of cells that raster is moved to the left"
1973
- },
1974
- {
1975
- "name": "push",
1976
- "description": "Default: 0\n\nThe number of cells that raster is moved to the right"
1977
- },
1978
- {
1979
- "name": "span",
1980
- "description": "Default: none\n\nRaster number of cells to occupy, 0 corresponds to display: none"
1981
- },
1982
- {
1983
- "name": "xs",
1984
- "description": "Default: -\n\nscreen < 576px and also default setting, could be a span value or an object containing above props"
1985
- },
1986
- {
1987
- "name": "sm",
1988
- "description": "Default: -\n\nscreen ≥ 576px, could be a span value or an object containing above props"
1989
- },
1990
- {
1991
- "name": "md",
1992
- "description": "Default: -\n\nscreen ≥ 768px, could be a span value or an object containing above props"
1993
- },
1994
- {
1995
- "name": "lg",
1996
- "description": "Default: -\n\nscreen ≥ 992px, could be a span value or an object containing above props"
1997
- },
1998
- {
1999
- "name": "xl",
2000
- "description": "Default: -\n\nscreen ≥ 1200px, could be a span value or an object containing above props"
2001
- },
2002
- {
2003
- "name": "xxl",
2004
- "description": "Default: -\n\nscreen ≥ 1600px, could be a span value or an object containing above props"
2005
- },
2006
- {
2007
- "name": "xxxl",
2008
- "description": "Default: -\n\nscreen ≥ 1920px, could be a span value or an object containing above props"
2009
- }
2010
- ]
2011
- },
2012
2012
  {
2013
2013
  "name": "a-common-icon",
2014
2014
  "description": "Semantic vector graphics.",
@@ -2390,6 +2390,10 @@
2390
2390
  "name": "breakpoint",
2391
2391
  "description": "Default: -\n\nBreakpoints of the responsive layout"
2392
2392
  },
2393
+ {
2394
+ "name": "classes",
2395
+ "description": "Default: -\n\nSemantic structure class (root, body) for the Sider, supports object or function"
2396
+ },
2393
2397
  {
2394
2398
  "name": "collapsed",
2395
2399
  "description": "Default: -\n\nTo set the current status"
@@ -2406,6 +2410,10 @@
2406
2410
  "name": "reverse-arrow",
2407
2411
  "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
2408
2412
  },
2413
+ {
2414
+ "name": "styles",
2415
+ "description": "Default: -\n\nSemantic structure inline style (root, body) for the Sider, supports object or function"
2416
+ },
2409
2417
  {
2410
2418
  "name": "theme",
2411
2419
  "description": "Default: dark\n\nColor theme of the sidebar"
@@ -2459,58 +2467,8 @@
2459
2467
  ]
2460
2468
  },
2461
2469
  {
2462
- "name": "a-mentions",
2463
- "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2464
- "attributes": [
2465
- {
2466
- "name": "loading",
2467
- "description": "Default: -\n\n-"
2468
- },
2469
- {
2470
- "name": "status",
2471
- "description": "Default: -\n\nSet validation status"
2472
- },
2473
- {
2474
- "name": "options",
2475
- "description": "Default: \\[]\n\nOption Configuration"
2476
- },
2477
- {
2478
- "name": "popup-class-name",
2479
- "description": "Default: -\n\n-"
2480
- },
2481
- {
2482
- "name": "variant",
2483
- "description": "Default: outlined\n\nVariants of Input"
2484
- },
2485
- {
2486
- "name": "classes",
2487
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2488
- },
2489
- {
2490
- "name": "styles",
2491
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2492
- },
2493
- {
2494
- "name": "size",
2495
- "description": "Default: -\n\n-"
2496
- },
2497
- {
2498
- "name": "label-render",
2499
- "description": "Default: -\n\n-"
2500
- },
2501
- {
2502
- "name": "allow-clear",
2503
- "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2504
- },
2505
- {
2506
- "name": "disabled",
2507
- "description": "Default: -\n\n-"
2508
- }
2509
- ]
2510
- },
2511
- {
2512
- "name": "a-menu",
2513
- "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2470
+ "name": "a-menu",
2471
+ "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2514
2472
  "attributes": [
2515
2473
  {
2516
2474
  "name": "classes",
@@ -2619,40 +2577,208 @@
2619
2577
  ]
2620
2578
  },
2621
2579
  {
2622
- "name": "a-static-methods",
2623
- "description": "Display global messages as feedback in response to user operations.",
2624
- "attributes": []
2580
+ "name": "a-mentions",
2581
+ "description": "(ZH) 用于在输入中提及某人或某事。\n\n(EN) Used to mention someone or something in an input.",
2582
+ "attributes": [
2583
+ {
2584
+ "name": "loading",
2585
+ "description": "Default: -\n\n-"
2586
+ },
2587
+ {
2588
+ "name": "status",
2589
+ "description": "Default: -\n\nSet validation status"
2590
+ },
2591
+ {
2592
+ "name": "options",
2593
+ "description": "Default: \\[]\n\nOption Configuration"
2594
+ },
2595
+ {
2596
+ "name": "popup-class-name",
2597
+ "description": "Default: -\n\n-"
2598
+ },
2599
+ {
2600
+ "name": "variant",
2601
+ "description": "Default: outlined\n\nVariants of Input"
2602
+ },
2603
+ {
2604
+ "name": "classes",
2605
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2606
+ },
2607
+ {
2608
+ "name": "styles",
2609
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2610
+ },
2611
+ {
2612
+ "name": "size",
2613
+ "description": "Default: -\n\n-"
2614
+ },
2615
+ {
2616
+ "name": "label-render",
2617
+ "description": "Default: -\n\n-"
2618
+ },
2619
+ {
2620
+ "name": "allow-clear",
2621
+ "description": "Default: false\n\nIf allow to remove mentions content with clear icon"
2622
+ },
2623
+ {
2624
+ "name": "disabled",
2625
+ "description": "Default: -\n\n-"
2626
+ }
2627
+ ]
2625
2628
  },
2626
2629
  {
2627
- "name": "a-args-props",
2628
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2630
+ "name": "a-static-methods",
2631
+ "description": "Prompt notification message globally.",
2629
2632
  "attributes": []
2630
2633
  },
2631
2634
  {
2632
- "name": "a-notification-use-notification",
2633
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2635
+ "name": "a-arguments",
2636
+ "description": "Display global messages as feedback in response to user operations.",
2634
2637
  "attributes": []
2635
2638
  },
2636
2639
  {
2637
- "name": "a-closable-type",
2638
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2640
+ "name": "a-config",
2641
+ "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2639
2642
  "attributes": []
2640
2643
  },
2641
2644
  {
2642
2645
  "name": "a-global-configuration",
2643
- "description": "Display global messages as feedback in response to user operations.",
2646
+ "description": "Prompt notification message globally.",
2644
2647
  "attributes": []
2645
2648
  },
2646
2649
  {
2647
2650
  "name": "a-静态方法",
2651
+ "description": "全局展示通知提醒信息。",
2652
+ "attributes": []
2653
+ },
2654
+ {
2655
+ "name": "a-参数",
2648
2656
  "description": "全局展示操作反馈信息。",
2649
2657
  "attributes": []
2650
2658
  },
2651
2659
  {
2652
2660
  "name": "a-全局配置",
2653
- "description": "全局展示操作反馈信息。",
2661
+ "description": "全局展示通知提醒信息。",
2654
2662
  "attributes": []
2655
2663
  },
2664
+ {
2665
+ "name": "a-pagination",
2666
+ "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
2667
+ "attributes": [
2668
+ {
2669
+ "name": "align",
2670
+ "description": "Default: -\n\nAlignment of pagination"
2671
+ },
2672
+ {
2673
+ "name": "classes",
2674
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2675
+ },
2676
+ {
2677
+ "name": "current",
2678
+ "description": "Default: -\n\nCurrent page number"
2679
+ },
2680
+ {
2681
+ "name": "default-current",
2682
+ "description": "Default: 1\n\nDefault initial page number"
2683
+ },
2684
+ {
2685
+ "name": "default-page-size",
2686
+ "description": "Default: 10\n\nDefault number of data items per page"
2687
+ },
2688
+ {
2689
+ "name": "disabled",
2690
+ "description": "Default: -\n\nDisable pagination"
2691
+ },
2692
+ {
2693
+ "name": "hide-on-single-page",
2694
+ "description": "Default: false\n\nWhether to hide pager on single page"
2695
+ },
2696
+ {
2697
+ "name": "item-render",
2698
+ "description": "Default: -\n\nTo customize item's innerHTML"
2699
+ },
2700
+ {
2701
+ "name": "page-size",
2702
+ "description": "Default: -\n\nNumber of data items per page"
2703
+ },
2704
+ {
2705
+ "name": "page-size-options",
2706
+ "description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
2707
+ },
2708
+ {
2709
+ "name": "responsive",
2710
+ "description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
2711
+ },
2712
+ {
2713
+ "name": "root-class",
2714
+ "description": "Default: -\n\nRoot container class"
2715
+ },
2716
+ {
2717
+ "name": "show-less-items",
2718
+ "description": "Default: false\n\nShow less page items"
2719
+ },
2720
+ {
2721
+ "name": "show-quick-jumper",
2722
+ "description": "Default: false\n\nDetermine whether you can jump to pages directly"
2723
+ },
2724
+ {
2725
+ "name": "show-size-changer",
2726
+ "description": "Default: -\n\nDetermine whether to show pageSize select"
2727
+ },
2728
+ {
2729
+ "name": "total-boundary-show-size-changer",
2730
+ "description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
2731
+ },
2732
+ {
2733
+ "name": "show-title",
2734
+ "description": "Default: true\n\nShow page item's title"
2735
+ },
2736
+ {
2737
+ "name": "show-total",
2738
+ "description": "Default: -\n\nTo display the total number and range"
2739
+ },
2740
+ {
2741
+ "name": "simple",
2742
+ "description": "Default: -\n\nWhether to use simple mode"
2743
+ },
2744
+ {
2745
+ "name": "size",
2746
+ "description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
2747
+ },
2748
+ {
2749
+ "name": "styles",
2750
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2751
+ },
2752
+ {
2753
+ "name": "total",
2754
+ "description": "Default: 0\n\nTotal number of data items"
2755
+ },
2756
+ {
2757
+ "name": "locale",
2758
+ "description": "Default: -\n\nPagination locale"
2759
+ },
2760
+ {
2761
+ "name": "prev-icon",
2762
+ "description": "Default: -\n\nCustom previous icon"
2763
+ },
2764
+ {
2765
+ "name": "next-icon",
2766
+ "description": "Default: -\n\nCustom next icon"
2767
+ },
2768
+ {
2769
+ "name": "jump-prev-icon",
2770
+ "description": "Default: -\n\nCustom jump-prev icon"
2771
+ },
2772
+ {
2773
+ "name": "jump-next-icon",
2774
+ "description": "Default: -\n\nCustom jump-next icon"
2775
+ },
2776
+ {
2777
+ "name": "select-component-class",
2778
+ "description": "Default: -\n\nDeprecated, not official support"
2779
+ }
2780
+ ]
2781
+ },
2656
2782
  {
2657
2783
  "name": "a-modal",
2658
2784
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2765,6 +2891,10 @@
2765
2891
  "name": "root-style",
2766
2892
  "description": "Default: -\n\nRoot container style"
2767
2893
  },
2894
+ {
2895
+ "name": "scroll-lock",
2896
+ "description": "Default: true\n\nWhether to lock body scroll when modal opens"
2897
+ },
2768
2898
  {
2769
2899
  "name": "styles",
2770
2900
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Modal component. Supports object or function."
@@ -2800,126 +2930,23 @@
2800
2930
  ]
2801
2931
  },
2802
2932
  {
2803
- "name": "a-pagination",
2804
- "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
2805
- "attributes": [
2806
- {
2807
- "name": "align",
2808
- "description": "Default: -\n\nAlignment of pagination"
2809
- },
2810
- {
2811
- "name": "classes",
2812
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2813
- },
2814
- {
2815
- "name": "current",
2816
- "description": "Default: -\n\nCurrent page number"
2817
- },
2818
- {
2819
- "name": "default-current",
2820
- "description": "Default: 1\n\nDefault initial page number"
2821
- },
2822
- {
2823
- "name": "default-page-size",
2824
- "description": "Default: 10\n\nDefault number of data items per page"
2825
- },
2826
- {
2827
- "name": "disabled",
2828
- "description": "Default: -\n\nDisable pagination"
2829
- },
2830
- {
2831
- "name": "hide-on-single-page",
2832
- "description": "Default: false\n\nWhether to hide pager on single page"
2833
- },
2834
- {
2835
- "name": "item-render",
2836
- "description": "Default: -\n\nTo customize item's innerHTML"
2837
- },
2838
- {
2839
- "name": "page-size",
2840
- "description": "Default: -\n\nNumber of data items per page"
2841
- },
2842
- {
2843
- "name": "page-size-options",
2844
- "description": "Default: ['10', '20', '50', '100']\n\nSpecify the sizeChanger options"
2845
- },
2846
- {
2847
- "name": "responsive",
2848
- "description": "Default: -\n\nIf size is not specified, Pagination would resize according to the width of the window"
2849
- },
2850
- {
2851
- "name": "root-class",
2852
- "description": "Default: -\n\nRoot container class"
2853
- },
2854
- {
2855
- "name": "show-less-items",
2856
- "description": "Default: false\n\nShow less page items"
2857
- },
2858
- {
2859
- "name": "show-quick-jumper",
2860
- "description": "Default: false\n\nDetermine whether you can jump to pages directly"
2861
- },
2862
- {
2863
- "name": "show-size-changer",
2864
- "description": "Default: -\n\nDetermine whether to show pageSize select"
2865
- },
2866
- {
2867
- "name": "total-boundary-show-size-changer",
2868
- "description": "Default: 50\n\nWhen total larger than it, showSizeChanger will be true"
2869
- },
2870
- {
2871
- "name": "show-title",
2872
- "description": "Default: true\n\nShow page item's title"
2873
- },
2874
- {
2875
- "name": "show-total",
2876
- "description": "Default: -\n\nTo display the total number and range"
2877
- },
2878
- {
2879
- "name": "simple",
2880
- "description": "Default: -\n\nWhether to use simple mode"
2881
- },
2882
- {
2883
- "name": "size",
2884
- "description": "Default: default\n\nSpecify the size of Pagination, can be set to small"
2885
- },
2886
- {
2887
- "name": "styles",
2888
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2889
- },
2890
- {
2891
- "name": "total",
2892
- "description": "Default: 0\n\nTotal number of data items"
2893
- },
2894
- {
2895
- "name": "locale",
2896
- "description": "Default: -\n\nPagination locale"
2897
- },
2898
- {
2899
- "name": "prev-icon",
2900
- "description": "Default: -\n\nCustom previous icon"
2901
- },
2902
- {
2903
- "name": "next-icon",
2904
- "description": "Default: -\n\nCustom next icon"
2905
- },
2906
- {
2907
- "name": "jump-prev-icon",
2908
- "description": "Default: -\n\nCustom jump-prev icon"
2909
- },
2910
- {
2911
- "name": "jump-next-icon",
2912
- "description": "Default: -\n\nCustom jump-next icon"
2913
- },
2914
- {
2915
- "name": "select-component-class",
2916
- "description": "Default: -\n\nDeprecated, not official support"
2917
- }
2918
- ]
2919
- },
2920
- {
2921
- "name": "a-popconfirm",
2922
- "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2933
+ "name": "a-args-props",
2934
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2935
+ "attributes": []
2936
+ },
2937
+ {
2938
+ "name": "a-notification-use-notification",
2939
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2940
+ "attributes": []
2941
+ },
2942
+ {
2943
+ "name": "a-closable-type",
2944
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2945
+ "attributes": []
2946
+ },
2947
+ {
2948
+ "name": "a-popconfirm",
2949
+ "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2923
2950
  "attributes": [
2924
2951
  {
2925
2952
  "name": "cancel-button-props",
@@ -3107,6 +3134,28 @@
3107
3134
  }
3108
3135
  ]
3109
3136
  },
3137
+ {
3138
+ "name": "a-popover",
3139
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
3140
+ "attributes": [
3141
+ {
3142
+ "name": "title",
3143
+ "description": "Default: -\n\nTitle of the card"
3144
+ },
3145
+ {
3146
+ "name": "content",
3147
+ "description": "Default: -\n\nContent of the card"
3148
+ },
3149
+ {
3150
+ "name": "classes",
3151
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3152
+ },
3153
+ {
3154
+ "name": "styles",
3155
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3156
+ }
3157
+ ]
3158
+ },
3110
3159
  {
3111
3160
  "name": "a-radio/radio-button",
3112
3161
  "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
@@ -3512,171 +3561,226 @@
3512
3561
  ]
3513
3562
  },
3514
3563
  {
3515
- "name": "a-skeleton",
3516
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3564
+ "name": "a-slider",
3565
+ "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
3517
3566
  "attributes": [
3518
3567
  {
3519
- "name": "active",
3520
- "description": "Default: false\n\nShow animation effect"
3568
+ "name": "classes",
3569
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3521
3570
  },
3522
3571
  {
3523
- "name": "avatar",
3524
- "description": "Default: false\n\nShow avatar placeholder"
3572
+ "name": "default-value",
3573
+ "description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
3525
3574
  },
3526
3575
  {
3527
- "name": "loading",
3528
- "description": "Default: -\n\nDisplay the skeleton when true"
3576
+ "name": "disabled",
3577
+ "description": "Default: false\n\nIf true, the slider will not be interactive. Pass boolean[] to disable specific handles individually in Range mode"
3529
3578
  },
3530
3579
  {
3531
- "name": "paragraph",
3532
- "description": "Default: true\n\nShow paragraph placeholder"
3580
+ "name": "dots",
3581
+ "description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
3533
3582
  },
3534
3583
  {
3535
- "name": "round",
3536
- "description": "Default: false\n\nShow paragraph and title radius when true"
3584
+ "name": "included",
3585
+ "description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
3537
3586
  },
3538
3587
  {
3539
- "name": "title",
3540
- "description": "Default: true\n\nShow title placeholder"
3588
+ "name": "keyboard",
3589
+ "description": "Default: true\n\nSupport using keyboard to move handlers"
3541
3590
  },
3542
3591
  {
3543
- "name": "classes",
3544
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3592
+ "name": "marks",
3593
+ "description": "Default: &#123; number: VueNode &#125; | &#123; number: &#123; style: CSSProperties, label: VueNode &#125; &#125;\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
3545
3594
  },
3546
3595
  {
3547
- "name": "styles",
3548
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3549
- }
3550
- ]
3551
- },
3552
- {
3553
- "name": "a-skeleton-avatar",
3554
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3555
- "attributes": [
3596
+ "name": "max",
3597
+ "description": "Default: 100\n\nThe maximum value the slider can slide to"
3598
+ },
3556
3599
  {
3557
- "name": "active",
3558
- "description": "Default: false\n\nShow animation effect"
3600
+ "name": "min",
3601
+ "description": "Default: 0\n\nThe minimum value the slider can slide to"
3559
3602
  },
3560
3603
  {
3561
- "name": "shape",
3562
- "description": "Default: circle\n\nSet the shape of avatar"
3604
+ "name": "orientation",
3605
+ "description": "Default: horizontal\n\nOrientation direction"
3563
3606
  },
3564
3607
  {
3565
- "name": "size",
3566
- "description": "Default: medium\n\nSet the size of avatar"
3608
+ "name": "range",
3609
+ "description": "Default: false\n\nEnable dual thumb mode for range selection"
3567
3610
  },
3568
3611
  {
3569
- "name": "classes",
3570
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3612
+ "name": "reverse",
3613
+ "description": "Default: false\n\nReverse the component"
3614
+ },
3615
+ {
3616
+ "name": "step",
3617
+ "description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
3571
3618
  },
3572
3619
  {
3573
3620
  "name": "styles",
3574
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3575
- }
3576
- ]
3577
- },
3578
- {
3579
- "name": "a-skeleton-title",
3580
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3581
- "attributes": [
3621
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3622
+ },
3582
3623
  {
3583
- "name": "width",
3584
- "description": "Default: -\n\nSet the width of title"
3585
- }
3586
- ]
3587
- },
3588
- {
3589
- "name": "a-skeleton-paragraph",
3590
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3591
- "attributes": [
3624
+ "name": "tooltip",
3625
+ "description": "Default: -\n\nThe tooltip related props"
3626
+ },
3592
3627
  {
3593
- "name": "rows",
3594
- "description": "Default: -\n\nSet the row count of paragraph"
3628
+ "name": "value",
3629
+ "description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
3595
3630
  },
3596
3631
  {
3597
- "name": "width",
3598
- "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"
3632
+ "name": "vertical",
3633
+ "description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
3599
3634
  }
3600
3635
  ]
3601
3636
  },
3602
3637
  {
3603
- "name": "a-skeleton-button",
3604
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3638
+ "name": "a-space",
3639
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3605
3640
  "attributes": [
3606
3641
  {
3607
- "name": "active",
3608
- "description": "Default: false\n\nShow animation effect"
3642
+ "name": "align",
3643
+ "description": "Default: -\n\nAlign items"
3609
3644
  },
3610
3645
  {
3611
- "name": "block",
3612
- "description": "Default: false\n\nOption to fit button width to its parent width"
3646
+ "name": "classes",
3647
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3613
3648
  },
3614
3649
  {
3615
- "name": "shape",
3616
- "description": "Default: -\n\nSet the shape of button"
3650
+ "name": "orientation",
3651
+ "description": "Default: horizontal\n\nThe space direction"
3617
3652
  },
3618
3653
  {
3619
- "name": "size",
3620
- "description": "Default: medium\n\nSet the size of button"
3654
+ "name": "separator",
3655
+ "description": "Default: -\n\nSet separator"
3621
3656
  },
3622
3657
  {
3623
- "name": "classes",
3624
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3658
+ "name": "size",
3659
+ "description": "Default: small\n\nThe space size"
3625
3660
  },
3626
3661
  {
3627
3662
  "name": "styles",
3628
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3663
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3664
+ },
3665
+ {
3666
+ "name": "vertical",
3667
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3668
+ },
3669
+ {
3670
+ "name": "wrap",
3671
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3629
3672
  }
3630
3673
  ]
3631
3674
  },
3632
3675
  {
3633
- "name": "a-skeleton-input",
3634
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3676
+ "name": "a-size",
3677
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3678
+ "attributes": []
3679
+ },
3680
+ {
3681
+ "name": "a-space-compact",
3682
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3635
3683
  "attributes": [
3636
3684
  {
3637
- "name": "active",
3638
- "description": "Default: false\n\nShow animation effect"
3685
+ "name": "block",
3686
+ "description": "Default: false\n\nOption to fit width to its parent's width"
3639
3687
  },
3640
3688
  {
3641
- "name": "size",
3642
- "description": "Default: medium\n\nSet the size of input"
3689
+ "name": "orientation",
3690
+ "description": "Default: horizontal\n\nSet direction of layout"
3643
3691
  },
3644
3692
  {
3645
- "name": "classes",
3646
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3693
+ "name": "size",
3694
+ "description": "Default: middle\n\nSet child component size"
3647
3695
  },
3648
3696
  {
3649
- "name": "styles",
3650
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3697
+ "name": "vertical",
3698
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3651
3699
  }
3652
3700
  ]
3653
3701
  },
3654
3702
  {
3655
- "name": "a-skeleton-image",
3656
- "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3703
+ "name": "a-spin",
3704
+ "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3657
3705
  "attributes": [
3658
3706
  {
3659
- "name": "active",
3660
- "description": "Default: false\n\nShow animation effect"
3707
+ "name": "spinning",
3708
+ "description": "Default: true\n\nWhether Spin is visible"
3709
+ },
3710
+ {
3711
+ "name": "size",
3712
+ "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3713
+ },
3714
+ {
3715
+ "name": "~~tip~~",
3716
+ "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3717
+ },
3718
+ {
3719
+ "name": "description",
3720
+ "description": "Default: -\n\nCustomize description content"
3721
+ },
3722
+ {
3723
+ "name": "delay",
3724
+ "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3725
+ },
3726
+ {
3727
+ "name": "wrapper-class-name",
3728
+ "description": "Default: -\n\nThe className of wrapper when Spin has children"
3729
+ },
3730
+ {
3731
+ "name": "indicator",
3732
+ "description": "Default: -\n\nThe node of the spinning indicator"
3733
+ },
3734
+ {
3735
+ "name": "fullscreen",
3736
+ "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3737
+ },
3738
+ {
3739
+ "name": "percent",
3740
+ "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3741
+ },
3742
+ {
3743
+ "name": "root-class",
3744
+ "description": "Default: -\n\nRoot container class"
3661
3745
  },
3662
3746
  {
3663
3747
  "name": "classes",
3664
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3748
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3665
3749
  },
3666
3750
  {
3667
3751
  "name": "styles",
3668
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3752
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3669
3753
  }
3670
3754
  ]
3671
3755
  },
3672
3756
  {
3673
- "name": "a-skeleton-node",
3757
+ "name": "a-skeleton",
3674
3758
  "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3675
3759
  "attributes": [
3676
3760
  {
3677
3761
  "name": "active",
3678
3762
  "description": "Default: false\n\nShow animation effect"
3679
3763
  },
3764
+ {
3765
+ "name": "avatar",
3766
+ "description": "Default: false\n\nShow avatar placeholder"
3767
+ },
3768
+ {
3769
+ "name": "loading",
3770
+ "description": "Default: -\n\nDisplay the skeleton when true"
3771
+ },
3772
+ {
3773
+ "name": "paragraph",
3774
+ "description": "Default: true\n\nShow paragraph placeholder"
3775
+ },
3776
+ {
3777
+ "name": "round",
3778
+ "description": "Default: false\n\nShow paragraph and title radius when true"
3779
+ },
3780
+ {
3781
+ "name": "title",
3782
+ "description": "Default: true\n\nShow title placeholder"
3783
+ },
3680
3784
  {
3681
3785
  "name": "classes",
3682
3786
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
@@ -3688,198 +3792,202 @@
3688
3792
  ]
3689
3793
  },
3690
3794
  {
3691
- "name": "a-slider",
3692
- "description": "(ZH) 滑动型输入器,展示当前值和可选范围。\n\n(EN) A Slider component for displaying current value and intervals in range.",
3795
+ "name": "a-skeleton-avatar",
3796
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3693
3797
  "attributes": [
3694
3798
  {
3695
- "name": "classes",
3696
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3799
+ "name": "active",
3800
+ "description": "Default: false\n\nShow animation effect"
3697
3801
  },
3698
3802
  {
3699
- "name": "default-value",
3700
- "description": "Default: 0 | [0, 0]\n\nThe default value of the slider. When range is false, use number, otherwise, use [number, number]"
3803
+ "name": "shape",
3804
+ "description": "Default: circle\n\nSet the shape of avatar"
3701
3805
  },
3702
3806
  {
3703
- "name": "disabled",
3704
- "description": "Default: false\n\nIf true, the slider will not be interactive"
3807
+ "name": "size",
3808
+ "description": "Default: medium\n\nSet the size of avatar"
3705
3809
  },
3706
3810
  {
3707
- "name": "dots",
3708
- "description": "Default: false\n\nWhether the thumb can only be dragged to tick marks"
3811
+ "name": "classes",
3812
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3709
3813
  },
3710
3814
  {
3711
- "name": "included",
3712
- "description": "Default: true\n\nTakes effect when marks is not null. True means containment and false means coordinative"
3713
- },
3815
+ "name": "styles",
3816
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3817
+ }
3818
+ ]
3819
+ },
3820
+ {
3821
+ "name": "a-skeleton-title",
3822
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3823
+ "attributes": [
3714
3824
  {
3715
- "name": "keyboard",
3716
- "description": "Default: true\n\nSupport using keyboard to move handlers"
3717
- },
3825
+ "name": "width",
3826
+ "description": "Default: -\n\nSet the width of title"
3827
+ }
3828
+ ]
3829
+ },
3830
+ {
3831
+ "name": "a-skeleton-paragraph",
3832
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3833
+ "attributes": [
3718
3834
  {
3719
- "name": "marks",
3720
- "description": "Default: &#123; number: VueNode &#125; | &#123; number: &#123; style: CSSProperties, label: VueNode &#125; &#125;\n\nTick marks of Slider. The type of key must be number, and must be in closed interval [min, max]. Each mark can declare its own style"
3835
+ "name": "rows",
3836
+ "description": "Default: -\n\nSet the row count of paragraph"
3721
3837
  },
3722
3838
  {
3723
- "name": "max",
3724
- "description": "Default: 100\n\nThe maximum value the slider can slide to"
3725
- },
3839
+ "name": "width",
3840
+ "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"
3841
+ }
3842
+ ]
3843
+ },
3844
+ {
3845
+ "name": "a-skeleton-button",
3846
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3847
+ "attributes": [
3726
3848
  {
3727
- "name": "min",
3728
- "description": "Default: 0\n\nThe minimum value the slider can slide to"
3849
+ "name": "active",
3850
+ "description": "Default: false\n\nShow animation effect"
3729
3851
  },
3730
3852
  {
3731
- "name": "orientation",
3732
- "description": "Default: horizontal\n\nOrientation direction"
3853
+ "name": "block",
3854
+ "description": "Default: false\n\nOption to fit button width to its parent width"
3733
3855
  },
3734
3856
  {
3735
- "name": "range",
3736
- "description": "Default: false\n\nEnable dual thumb mode for range selection"
3857
+ "name": "shape",
3858
+ "description": "Default: -\n\nSet the shape of button"
3737
3859
  },
3738
3860
  {
3739
- "name": "reverse",
3740
- "description": "Default: false\n\nReverse the component"
3861
+ "name": "size",
3862
+ "description": "Default: medium\n\nSet the size of button"
3741
3863
  },
3742
3864
  {
3743
- "name": "step",
3744
- "description": "Default: 1\n\nThe granularity the slider can step through values. Must be greater than 0, and be divisible by (max - min). When step is null and marks exist, valid points will only be marks, min and max"
3865
+ "name": "classes",
3866
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3745
3867
  },
3746
3868
  {
3747
3869
  "name": "styles",
3748
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3870
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3871
+ }
3872
+ ]
3873
+ },
3874
+ {
3875
+ "name": "a-skeleton-input",
3876
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3877
+ "attributes": [
3878
+ {
3879
+ "name": "active",
3880
+ "description": "Default: false\n\nShow animation effect"
3749
3881
  },
3750
3882
  {
3751
- "name": "tooltip",
3752
- "description": "Default: -\n\nThe tooltip related props"
3883
+ "name": "size",
3884
+ "description": "Default: medium\n\nSet the size of input"
3753
3885
  },
3754
3886
  {
3755
- "name": "value",
3756
- "description": "Default: -\n\nThe value of slider. When range is false, use number, otherwise, use [number, number], support v-model:value"
3887
+ "name": "classes",
3888
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3757
3889
  },
3758
3890
  {
3759
- "name": "vertical",
3760
- "description": "Default: false\n\nIf true, the slider will be vertical. Simultaneously existing with orientation, orientation takes priority"
3891
+ "name": "styles",
3892
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3761
3893
  }
3762
3894
  ]
3763
3895
  },
3764
3896
  {
3765
- "name": "a-space",
3766
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3897
+ "name": "a-skeleton-image",
3898
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3767
3899
  "attributes": [
3768
3900
  {
3769
- "name": "align",
3770
- "description": "Default: -\n\nAlign items"
3901
+ "name": "active",
3902
+ "description": "Default: false\n\nShow animation effect"
3771
3903
  },
3772
3904
  {
3773
3905
  "name": "classes",
3774
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3775
- },
3776
- {
3777
- "name": "orientation",
3778
- "description": "Default: horizontal\n\nThe space direction"
3779
- },
3780
- {
3781
- "name": "separator",
3782
- "description": "Default: -\n\nSet separator"
3783
- },
3784
- {
3785
- "name": "size",
3786
- "description": "Default: small\n\nThe space size"
3906
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3787
3907
  },
3788
3908
  {
3789
3909
  "name": "styles",
3790
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3791
- },
3792
- {
3793
- "name": "vertical",
3794
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3795
- },
3796
- {
3797
- "name": "wrap",
3798
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3910
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3799
3911
  }
3800
3912
  ]
3801
3913
  },
3802
3914
  {
3803
- "name": "a-size",
3804
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3805
- "attributes": []
3806
- },
3807
- {
3808
- "name": "a-space-compact",
3809
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3915
+ "name": "a-skeleton-node",
3916
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3810
3917
  "attributes": [
3811
3918
  {
3812
- "name": "block",
3813
- "description": "Default: false\n\nOption to fit width to its parent's width"
3814
- },
3815
- {
3816
- "name": "orientation",
3817
- "description": "Default: horizontal\n\nSet direction of layout"
3919
+ "name": "active",
3920
+ "description": "Default: false\n\nShow animation effect"
3818
3921
  },
3819
3922
  {
3820
- "name": "size",
3821
- "description": "Default: middle\n\nSet child component size"
3923
+ "name": "classes",
3924
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3822
3925
  },
3823
3926
  {
3824
- "name": "vertical",
3825
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3927
+ "name": "styles",
3928
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3826
3929
  }
3827
3930
  ]
3828
3931
  },
3829
3932
  {
3830
- "name": "a-spin",
3831
- "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3933
+ "name": "a-statistic",
3934
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3832
3935
  "attributes": [
3833
3936
  {
3834
- "name": "spinning",
3835
- "description": "Default: true\n\nWhether Spin is visible"
3937
+ "name": "classes",
3938
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3836
3939
  },
3837
3940
  {
3838
- "name": "size",
3839
- "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3941
+ "name": "decimal-separator",
3942
+ "description": "Default: .\n\nThe decimal separator"
3840
3943
  },
3841
3944
  {
3842
- "name": "~~tip~~",
3843
- "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3945
+ "name": "formatter",
3946
+ "description": "Default: -\n\nCustomize value display logic"
3844
3947
  },
3845
3948
  {
3846
- "name": "description",
3847
- "description": "Default: -\n\nCustomize description content"
3949
+ "name": "group-separator",
3950
+ "description": "Default: ,\n\nGroup separator"
3848
3951
  },
3849
3952
  {
3850
- "name": "delay",
3851
- "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3953
+ "name": "loading",
3954
+ "description": "Default: false\n\nLoading status of Statistic"
3852
3955
  },
3853
3956
  {
3854
- "name": "wrapper-class-name",
3855
- "description": "Default: -\n\nThe className of wrapper when Spin has children"
3957
+ "name": "precision",
3958
+ "description": "Default: -\n\nThe precision of input value"
3856
3959
  },
3857
3960
  {
3858
- "name": "indicator",
3859
- "description": "Default: -\n\nThe node of the spinning indicator"
3961
+ "name": "prefix",
3962
+ "description": "Default: -\n\nThe prefix node of value"
3860
3963
  },
3861
3964
  {
3862
- "name": "fullscreen",
3863
- "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3965
+ "name": "styles",
3966
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
3864
3967
  },
3865
3968
  {
3866
- "name": "percent",
3867
- "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3969
+ "name": "suffix",
3970
+ "description": "Default: -\n\nThe suffix node of value"
3868
3971
  },
3869
3972
  {
3870
- "name": "root-class",
3871
- "description": "Default: -\n\nRoot container class"
3973
+ "name": "title",
3974
+ "description": "Default: -\n\nDisplay title"
3872
3975
  },
3873
3976
  {
3874
- "name": "classes",
3875
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3977
+ "name": "value",
3978
+ "description": "Default: -\n\nDisplay value"
3876
3979
  },
3877
3980
  {
3878
- "name": "styles",
3879
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3981
+ "name": "value-style",
3982
+ "description": "Default: -\n\nSet value section style"
3880
3983
  }
3881
3984
  ]
3882
3985
  },
3986
+ {
3987
+ "name": "a-statistic-timer",
3988
+ "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
3989
+ "attributes": []
3990
+ },
3883
3991
  {
3884
3992
  "name": "a-splitter",
3885
3993
  "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
@@ -3945,127 +4053,92 @@
3945
4053
  ]
3946
4054
  },
3947
4055
  {
3948
- "name": "a-statistic",
3949
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
4056
+ "name": "a-tabs",
4057
+ "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
3950
4058
  "attributes": [
3951
4059
  {
3952
- "name": "classes",
3953
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Statistic component. Supports object or function"
3954
- },
3955
- {
3956
- "name": "decimal-separator",
3957
- "description": "Default: .\n\nThe decimal separator"
3958
- },
3959
- {
3960
- "name": "formatter",
3961
- "description": "Default: -\n\nCustomize value display logic"
3962
- },
3963
- {
3964
- "name": "group-separator",
3965
- "description": "Default: ,\n\nGroup separator"
3966
- },
3967
- {
3968
- "name": "loading",
3969
- "description": "Default: false\n\nLoading status of Statistic"
3970
- },
3971
- {
3972
- "name": "precision",
3973
- "description": "Default: -\n\nThe precision of input value"
3974
- },
3975
- {
3976
- "name": "prefix",
3977
- "description": "Default: -\n\nThe prefix node of value"
3978
- },
3979
- {
3980
- "name": "styles",
3981
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Statistic component. Supports object or function"
4060
+ "name": "active-key",
4061
+ "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
3982
4062
  },
3983
4063
  {
3984
- "name": "suffix",
3985
- "description": "Default: -\n\nThe suffix node of value"
4064
+ "name": "add-icon",
4065
+ "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
3986
4066
  },
3987
4067
  {
3988
- "name": "title",
3989
- "description": "Default: -\n\nDisplay title"
4068
+ "name": "animated",
4069
+ "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
3990
4070
  },
3991
4071
  {
3992
- "name": "value",
3993
- "description": "Default: -\n\nDisplay value"
4072
+ "name": "centered",
4073
+ "description": "Default: false\n\nCenters tabs"
3994
4074
  },
3995
- {
3996
- "name": "value-style",
3997
- "description": "Default: -\n\nSet value section style"
3998
- }
3999
- ]
4000
- },
4001
- {
4002
- "name": "a-statistic-timer",
4003
- "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
4004
- "attributes": []
4005
- },
4006
- {
4007
- "name": "a-steps",
4008
- "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
4009
- "attributes": [
4010
4075
  {
4011
4076
  "name": "classes",
4012
4077
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4013
4078
  },
4014
4079
  {
4015
- "name": "current",
4016
- "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"
4080
+ "name": "default-active-key",
4081
+ "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4017
4082
  },
4018
4083
  {
4019
- "name": "icon-render",
4020
- "description": "Default: -\n\nCustom render icon, please use items.icon first"
4084
+ "name": "hide-add",
4085
+ "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4021
4086
  },
4022
4087
  {
4023
- "name": "initial",
4024
- "description": "Default: 0\n\nSet the initial step, counting from 0"
4088
+ "name": "indicator",
4089
+ "description": "Default: -\n\nCustomize size and align of indicator"
4025
4090
  },
4026
4091
  {
4027
4092
  "name": "items",
4028
- "description": "Default: []\n\nStepItem content"
4093
+ "description": "Default: []\n\nConfigure tab content"
4029
4094
  },
4030
4095
  {
4031
- "name": "orientation",
4032
- "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
4096
+ "name": "more",
4097
+ "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4033
4098
  },
4034
4099
  {
4035
- "name": "percent",
4036
- "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
4100
+ "name": "more-icon",
4101
+ "description": "Default: -\n\nCustom icon of the collapse menu"
4037
4102
  },
4038
4103
  {
4039
- "name": "progress-dot",
4040
- "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
4104
+ "name": "remove-icon",
4105
+ "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4041
4106
  },
4042
4107
  {
4043
- "name": "responsive",
4044
- "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
4108
+ "name": "render-tab-bar",
4109
+ "description": "Default: -\n\nReplace the TabBar"
4045
4110
  },
4046
4111
  {
4047
4112
  "name": "size",
4048
- "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
4049
- },
4050
- {
4051
- "name": "status",
4052
- "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
4113
+ "description": "Default: middle\n\nPreset tab bar size"
4053
4114
  },
4054
4115
  {
4055
4116
  "name": "styles",
4056
4117
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4057
4118
  },
4058
4119
  {
4059
- "name": "title-placement",
4060
- "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4120
+ "name": "tab-bar-extra-content",
4121
+ "description": "Default: -\n\nExtra content in tab bar"
4122
+ },
4123
+ {
4124
+ "name": "tab-bar-gutter",
4125
+ "description": "Default: -\n\nThe gap between tabs"
4126
+ },
4127
+ {
4128
+ "name": "tab-bar-style",
4129
+ "description": "Default: -\n\nTab bar style object"
4130
+ },
4131
+ {
4132
+ "name": "tab-placement",
4133
+ "description": "Default: top\n\nPlacement of tabs"
4061
4134
  },
4062
4135
  {
4063
- "name": "type",
4064
- "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
4136
+ "name": "destroy-on-hidden",
4137
+ "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4065
4138
  },
4066
4139
  {
4067
- "name": "variant",
4068
- "description": "Default: filled\n\nConfig style variant"
4140
+ "name": "type",
4141
+ "description": "Default: line\n\nBasic style of tabs"
4069
4142
  }
4070
4143
  ]
4071
4144
  },
@@ -4230,92 +4303,123 @@
4230
4303
  ]
4231
4304
  },
4232
4305
  {
4233
- "name": "a-tabs",
4234
- "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
4306
+ "name": "a-steps",
4307
+ "description": "(ZH) 引导用户按照流程完成任务的导航条。\n\n(EN) A navigation bar that guides users through the steps of a task.",
4235
4308
  "attributes": [
4236
4309
  {
4237
- "name": "active-key",
4238
- "description": "Default: -\n\nCurrent TabPane's key, support v-model:active-key"
4310
+ "name": "classes",
4311
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4239
4312
  },
4240
4313
  {
4241
- "name": "add-icon",
4242
- "description": "Default: -\n\nCustomize add icon, only works with type=\"editable-card\""
4314
+ "name": "current",
4315
+ "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"
4243
4316
  },
4244
4317
  {
4245
- "name": "animated",
4246
- "description": "Default: \\{ inkBar: true, tabPane: false \\}\n\nWhether to change tabs with animation"
4318
+ "name": "icon-render",
4319
+ "description": "Default: -\n\nCustom render icon, please use items.icon first"
4247
4320
  },
4248
4321
  {
4249
- "name": "centered",
4250
- "description": "Default: false\n\nCenters tabs"
4322
+ "name": "initial",
4323
+ "description": "Default: 0\n\nSet the initial step, counting from 0"
4251
4324
  },
4252
4325
  {
4253
- "name": "classes",
4254
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4326
+ "name": "items",
4327
+ "description": "Default: []\n\nStepItem content"
4255
4328
  },
4256
4329
  {
4257
- "name": "default-active-key",
4258
- "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeKey is not set"
4330
+ "name": "max-count",
4331
+ "description": "Default: -\n\nMaximum number of step items to display (>= 3). Hidden step ranges are collapsed into disabled ellipsis steps"
4259
4332
  },
4260
4333
  {
4261
- "name": "hide-add",
4262
- "description": "Default: false\n\nHide plus icon or not. Only works while type=\"editable-card\""
4334
+ "name": "orientation",
4335
+ "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
4263
4336
  },
4264
4337
  {
4265
- "name": "indicator",
4266
- "description": "Default: -\n\nCustomize size and align of indicator"
4338
+ "name": "percent",
4339
+ "description": "Default: -\n\nProgress circle percentage of current step in process status (only works on basic Steps)"
4267
4340
  },
4268
4341
  {
4269
- "name": "items",
4270
- "description": "Default: []\n\nConfigure tab content"
4342
+ "name": "progress-dot",
4343
+ "description": "Default: false\n\nSteps with progress dot style, customize the progress dot by setting it to a function. titlePlacement will be vertical"
4271
4344
  },
4272
4345
  {
4273
- "name": "more",
4274
- "description": "Default: \\{ icon: , trigger: 'hover' \\}\n\nCustomize the collapse menu"
4346
+ "name": "responsive",
4347
+ "description": "Default: true\n\nChange to vertical direction when screen width smaller than 532px"
4275
4348
  },
4276
4349
  {
4277
- "name": "more-icon",
4278
- "description": "Default: -\n\nCustom icon of the collapse menu"
4350
+ "name": "size",
4351
+ "description": "Default: default\n\nTo specify the size of the step bar, default and small are currently supported"
4279
4352
  },
4280
4353
  {
4281
- "name": "remove-icon",
4282
- "description": "Default: -\n\nThe custom icon of remove, only works with type=\"editable-card\""
4354
+ "name": "status",
4355
+ "description": "Default: process\n\nTo specify the status of current step, can be set to one of the following values: wait process finish error"
4283
4356
  },
4284
4357
  {
4285
- "name": "render-tab-bar",
4286
- "description": "Default: -\n\nReplace the TabBar"
4358
+ "name": "styles",
4359
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4287
4360
  },
4288
4361
  {
4289
- "name": "size",
4290
- "description": "Default: middle\n\nPreset tab bar size"
4362
+ "name": "title-placement",
4363
+ "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4291
4364
  },
4292
4365
  {
4293
- "name": "styles",
4294
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4366
+ "name": "type",
4367
+ "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
4295
4368
  },
4296
4369
  {
4297
- "name": "tab-bar-extra-content",
4298
- "description": "Default: -\n\nExtra content in tab bar"
4370
+ "name": "variant",
4371
+ "description": "Default: filled\n\nConfig style variant"
4372
+ }
4373
+ ]
4374
+ },
4375
+ {
4376
+ "name": "a-time-picker",
4377
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4378
+ "attributes": []
4379
+ },
4380
+ {
4381
+ "name": "a-timeline",
4382
+ "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
4383
+ "attributes": [
4384
+ {
4385
+ "name": "classes",
4386
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4299
4387
  },
4300
4388
  {
4301
- "name": "tab-bar-gutter",
4302
- "description": "Default: -\n\nThe gap between tabs"
4389
+ "name": "items",
4390
+ "description": "Default: -\n\nEach node of timeline"
4303
4391
  },
4304
4392
  {
4305
- "name": "tab-bar-style",
4306
- "description": "Default: -\n\nTab bar style object"
4393
+ "name": "mode",
4394
+ "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
4307
4395
  },
4308
4396
  {
4309
- "name": "tab-placement",
4310
- "description": "Default: top\n\nPlacement of tabs"
4397
+ "name": "pending",
4398
+ "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
4311
4399
  },
4312
4400
  {
4313
- "name": "destroy-on-hidden",
4314
- "description": "Default: false\n\nWhether destroy inactive TabPane when change tab"
4401
+ "name": "pending-dot",
4402
+ "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
4315
4403
  },
4316
4404
  {
4317
- "name": "type",
4318
- "description": "Default: line\n\nBasic style of tabs"
4405
+ "name": "reverse",
4406
+ "description": "Default: false\n\nWhether reverse nodes or not"
4407
+ },
4408
+ {
4409
+ "name": "styles",
4410
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4411
+ },
4412
+ {
4413
+ "name": "dot-render",
4414
+ "description": "Default: -\n\nCustom rendering function for timeline dot"
4415
+ },
4416
+ {
4417
+ "name": "label-render",
4418
+ "description": "Default: -\n\nCustom rendering function for timeline label"
4419
+ },
4420
+ {
4421
+ "name": "content-render",
4422
+ "description": "Default: -\n\nCustom rendering function for timeline content"
4319
4423
  }
4320
4424
  ]
4321
4425
  },
@@ -4424,155 +4528,290 @@
4424
4528
  "attributes": []
4425
4529
  },
4426
4530
  {
4427
- "name": "a-time-picker",
4428
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4429
- "attributes": []
4531
+ "name": "a-tooltip",
4532
+ "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4533
+ "attributes": [
4534
+ {
4535
+ "name": "align",
4536
+ "description": "Default: -\n\nPopup alignment config"
4537
+ },
4538
+ {
4539
+ "name": "arrow",
4540
+ "description": "Default: -\n\nShow, hide or keep arrow in the center"
4541
+ },
4542
+ {
4543
+ "name": "auto-adjust-overflow",
4544
+ "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4545
+ },
4546
+ {
4547
+ "name": "color",
4548
+ "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4549
+ },
4550
+ {
4551
+ "name": "open",
4552
+ "description": "Default: -\n\nWhether tooltip is visible"
4553
+ },
4554
+ {
4555
+ "name": "default-open",
4556
+ "description": "Default: false\n\nInitial open state"
4557
+ },
4558
+ {
4559
+ "name": "get-popup-container",
4560
+ "description": "Default: -\n\nSpecify container for tooltip"
4561
+ },
4562
+ {
4563
+ "name": "destroy-on-hidden",
4564
+ "description": "Default: -\n\nDestroy tooltip when hidden"
4565
+ },
4566
+ {
4567
+ "name": "z-index",
4568
+ "description": "Default: -\n\nSet z-index of tooltip"
4569
+ },
4570
+ {
4571
+ "name": "placement",
4572
+ "description": "Default: top\n\nTooltip placement"
4573
+ },
4574
+ {
4575
+ "name": "trigger",
4576
+ "description": "Default: -\n\nTrigger action"
4577
+ },
4578
+ {
4579
+ "name": "fresh",
4580
+ "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4581
+ },
4582
+ {
4583
+ "name": "mouse-enter-delay",
4584
+ "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4585
+ },
4586
+ {
4587
+ "name": "mouse-leave-delay",
4588
+ "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4589
+ },
4590
+ {
4591
+ "name": "classes",
4592
+ "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4593
+ },
4594
+ {
4595
+ "name": "styles",
4596
+ "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4597
+ },
4598
+ {
4599
+ "name": "get-tooltip-container",
4600
+ "description": "Default: -\n\nLegacy alias of getPopupContainer"
4601
+ },
4602
+ {
4603
+ "name": "motion",
4604
+ "description": "Default: -\n\nPopup motion config"
4605
+ },
4606
+ {
4607
+ "name": "after-open-change",
4608
+ "description": "Default: -\n\nCallback after visibility change"
4609
+ },
4610
+ {
4611
+ "name": "builtin-placements",
4612
+ "description": "Default: -\n\nBuilt-in placement config"
4613
+ },
4614
+ {
4615
+ "name": "title",
4616
+ "description": "Default: -\n\nThe text shown in the tooltip"
4617
+ },
4618
+ {
4619
+ "name": "overlay",
4620
+ "description": "Default: -\n\nLegacy alias of title"
4621
+ },
4622
+ {
4623
+ "name": "open-class",
4624
+ "description": "Default: -\n\nClass added to child when tooltip is open"
4625
+ },
4626
+ {
4627
+ "name": "unique",
4628
+ "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4629
+ }
4630
+ ]
4430
4631
  },
4431
4632
  {
4432
- "name": "a-timeline",
4433
- "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
4633
+ "name": "a-tree",
4634
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4434
4635
  "attributes": [
4636
+ {
4637
+ "name": "allow-drop",
4638
+ "description": "Default: -\n\nWhether to allow dropping on the node"
4639
+ },
4640
+ {
4641
+ "name": "auto-expand-parent",
4642
+ "description": "Default: false\n\nWhether to automatically expand a parent treeNode"
4643
+ },
4644
+ {
4645
+ "name": "block-node",
4646
+ "description": "Default: false\n\nWhether treeNode fill remaining horizontal space"
4647
+ },
4648
+ {
4649
+ "name": "checkable",
4650
+ "description": "Default: false\n\nAdd a Checkbox before the treeNodes"
4651
+ },
4652
+ {
4653
+ "name": "checked-keys",
4654
+ "description": "Default: []\n\n(Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When checkable and checkStrictly is true, its object has checked and halfChecked property. Regardless of whether the child or parent treeNode is checked, they won't impact each other, support v-model:checked-keys"
4655
+ },
4656
+ {
4657
+ "name": "check-strictly",
4658
+ "description": "Default: false\n\nCheck treeNode precisely; parent treeNode and children treeNodes are not associated"
4659
+ },
4435
4660
  {
4436
4661
  "name": "classes",
4437
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4662
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4438
4663
  },
4439
4664
  {
4440
- "name": "items",
4441
- "description": "Default: -\n\nEach node of timeline"
4665
+ "name": "default-checked-keys",
4666
+ "description": "Default: []\n\nSpecifies the keys of the default checked treeNodes"
4442
4667
  },
4443
4668
  {
4444
- "name": "mode",
4445
- "description": "Default: -\n\nBy sending alternate the timeline will distribute the nodes to the left and right"
4669
+ "name": "default-expand-all",
4670
+ "description": "Default: false\n\nWhether to expand all treeNodes by default"
4446
4671
  },
4447
4672
  {
4448
- "name": "pending",
4449
- "description": "Default: false\n\nSet the last ghost node's existence or its content. Use item.loading instead"
4673
+ "name": "default-expanded-keys",
4674
+ "description": "Default: []\n\nSpecify the keys of the default expanded treeNodes"
4450
4675
  },
4451
4676
  {
4452
- "name": "pending-dot",
4453
- "description": "Default: -\n\nSet the dot of the last ghost node when pending is true. Use item.icon instead"
4677
+ "name": "default-expand-parent",
4678
+ "description": "Default: true\n\nIf auto expand parent treeNodes when init"
4454
4679
  },
4455
4680
  {
4456
- "name": "reverse",
4457
- "description": "Default: false\n\nWhether reverse nodes or not"
4681
+ "name": "default-selected-keys",
4682
+ "description": "Default: []\n\nSpecifies the keys of the default selected treeNodes"
4458
4683
  },
4459
4684
  {
4460
- "name": "styles",
4461
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4685
+ "name": "disabled",
4686
+ "description": "Default: false\n\nWhether the tree is disabled"
4462
4687
  },
4463
4688
  {
4464
- "name": "dot-render",
4465
- "description": "Default: -\n\nCustom rendering function for timeline dot"
4689
+ "name": "draggable",
4690
+ "description": "Default: false\n\nSpecifies whether this Tree or the node is draggable. Use icon: false to disable drag handler icon"
4466
4691
  },
4467
4692
  {
4468
- "name": "label-render",
4469
- "description": "Default: -\n\nCustom rendering function for timeline label"
4693
+ "name": "expanded-keys",
4694
+ "description": "Default: []\n\n(Controlled) Specifies the keys of the expanded treeNodes, support v-model:expanded-keys"
4470
4695
  },
4471
4696
  {
4472
- "name": "content-render",
4473
- "description": "Default: -\n\nCustom rendering function for timeline content"
4474
- }
4475
- ]
4476
- },
4477
- {
4478
- "name": "a-tooltip",
4479
- "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
4480
- "attributes": [
4697
+ "name": "field-names",
4698
+ "description": "Default: &#123; title: title, key: key, children: children &#125;\n\nCustomize node title, key, children field name"
4699
+ },
4481
4700
  {
4482
- "name": "align",
4483
- "description": "Default: -\n\nPopup alignment config"
4701
+ "name": "filter-ant-tree-node",
4702
+ "description": "Default: -\n\nDefines a function to filter (highlight) treeNodes. When the function returns true, the corresponding treeNode will be highlighted"
4484
4703
  },
4485
4704
  {
4486
- "name": "arrow",
4487
- "description": "Default: -\n\nShow, hide or keep arrow in the center"
4705
+ "name": "height",
4706
+ "description": "Default: -\n\nConfig virtual scroll height. Will not support horizontal scroll when enabled"
4488
4707
  },
4489
4708
  {
4490
- "name": "auto-adjust-overflow",
4491
- "description": "Default: -\n\nAuto adjust placement when tooltip is invisible"
4709
+ "name": "icon",
4710
+ "description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
4492
4711
  },
4493
4712
  {
4494
- "name": "color",
4495
- "description": "Default: -\n\nThe background color. After using this attribute, the internal text color will adapt automatically"
4713
+ "name": "load-data",
4714
+ "description": "Default: -\n\nLoad data asynchronously"
4496
4715
  },
4497
4716
  {
4498
- "name": "open",
4499
- "description": "Default: -\n\nWhether tooltip is visible"
4717
+ "name": "loaded-keys",
4718
+ "description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
4500
4719
  },
4501
4720
  {
4502
- "name": "default-open",
4503
- "description": "Default: false\n\nInitial open state"
4721
+ "name": "multiple",
4722
+ "description": "Default: false\n\nAllows selecting multiple treeNodes"
4504
4723
  },
4505
4724
  {
4506
- "name": "get-popup-container",
4507
- "description": "Default: -\n\nSpecify container for tooltip"
4725
+ "name": "root-style",
4726
+ "description": "Default: -\n\nStyle on the root element"
4508
4727
  },
4509
4728
  {
4510
- "name": "destroy-on-hidden",
4511
- "description": "Default: -\n\nDestroy tooltip when hidden"
4729
+ "name": "selectable",
4730
+ "description": "Default: true\n\nWhether it can be selected"
4512
4731
  },
4513
4732
  {
4514
- "name": "z-index",
4515
- "description": "Default: -\n\nSet z-index of tooltip"
4733
+ "name": "selected-keys",
4734
+ "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"
4516
4735
  },
4517
4736
  {
4518
- "name": "placement",
4519
- "description": "Default: top\n\nTooltip placement"
4737
+ "name": "show-icon",
4738
+ "description": "Default: false\n\nControls whether to display the icon node (no default style)"
4520
4739
  },
4521
4740
  {
4522
- "name": "trigger",
4523
- "description": "Default: -\n\nTrigger action"
4741
+ "name": "show-line",
4742
+ "description": "Default: false\n\nShows a connecting line"
4524
4743
  },
4525
4744
  {
4526
- "name": "fresh",
4527
- "description": "Default: -\n\nUpdate content even when tooltip is hidden"
4745
+ "name": "styles",
4746
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4528
4747
  },
4529
4748
  {
4530
- "name": "mouse-enter-delay",
4531
- "description": "Default: 0.1\n\nDelay in seconds before showing tooltip"
4749
+ "name": "switcher-icon",
4750
+ "description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
4532
4751
  },
4533
4752
  {
4534
- "name": "mouse-leave-delay",
4535
- "description": "Default: 0.1\n\nDelay in seconds before hiding tooltip"
4753
+ "name": "switcher-loading-icon",
4754
+ "description": "Default: -\n\nCustomize loading icons for tree nodes"
4536
4755
  },
4537
4756
  {
4538
- "name": "classes",
4539
- "description": "Default: -\n\nSemantic DOM class. Supports object or function"
4757
+ "name": "title-render",
4758
+ "description": "Default: -\n\nCustomize tree node title render"
4540
4759
  },
4541
4760
  {
4542
- "name": "styles",
4543
- "description": "Default: -\n\nSemantic DOM style. Supports object or function"
4761
+ "name": "tree-data",
4762
+ "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)"
4544
4763
  },
4545
4764
  {
4546
- "name": "get-tooltip-container",
4547
- "description": "Default: -\n\nLegacy alias of getPopupContainer"
4765
+ "name": "virtual",
4766
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
4767
+ }
4768
+ ]
4769
+ },
4770
+ {
4771
+ "name": "a-tree-node",
4772
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4773
+ "attributes": [
4774
+ {
4775
+ "name": "checkable",
4776
+ "description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
4548
4777
  },
4549
4778
  {
4550
- "name": "motion",
4551
- "description": "Default: -\n\nPopup motion config"
4779
+ "name": "disable-checkbox",
4780
+ "description": "Default: false\n\nDisables the checkbox of the treeNode"
4552
4781
  },
4553
4782
  {
4554
- "name": "after-open-change",
4555
- "description": "Default: -\n\nCallback after visibility change"
4783
+ "name": "disabled",
4784
+ "description": "Default: false\n\nDisables the treeNode"
4556
4785
  },
4557
4786
  {
4558
- "name": "builtin-placements",
4559
- "description": "Default: -\n\nBuilt-in placement config"
4787
+ "name": "icon",
4788
+ "description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
4560
4789
  },
4561
4790
  {
4562
- "name": "title",
4563
- "description": "Default: -\n\nThe text shown in the tooltip"
4791
+ "name": "is-leaf",
4792
+ "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"
4564
4793
  },
4565
4794
  {
4566
- "name": "overlay",
4567
- "description": "Default: -\n\nLegacy alias of title"
4795
+ "name": "key",
4796
+ "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"
4568
4797
  },
4569
4798
  {
4570
- "name": "open-class",
4571
- "description": "Default: -\n\nClass added to child when tooltip is open"
4799
+ "name": "selectable",
4800
+ "description": "Default: true\n\nSet whether the treeNode can be selected"
4572
4801
  },
4573
4802
  {
4574
- "name": "unique",
4575
- "description": "Default: -\n\nEnable unique display inside AUniqueProvider/ConfigProvider"
4803
+ "name": "title",
4804
+ "description": "Default: ---\n\nTitle"
4805
+ }
4806
+ ]
4807
+ },
4808
+ {
4809
+ "name": "a-directory-tree",
4810
+ "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4811
+ "attributes": [
4812
+ {
4813
+ "name": "expand-action",
4814
+ "description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
4576
4815
  }
4577
4816
  ]
4578
4817
  },
@@ -4658,28 +4897,6 @@
4658
4897
  }
4659
4898
  ]
4660
4899
  },
4661
- {
4662
- "name": "a-popover",
4663
- "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
4664
- "attributes": [
4665
- {
4666
- "name": "title",
4667
- "description": "Default: -\n\nTitle of the card"
4668
- },
4669
- {
4670
- "name": "content",
4671
- "description": "Default: -\n\nContent of the card"
4672
- },
4673
- {
4674
- "name": "classes",
4675
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4676
- },
4677
- {
4678
- "name": "styles",
4679
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4680
- }
4681
- ]
4682
- },
4683
4900
  {
4684
4901
  "name": "a-transfer",
4685
4902
  "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
@@ -4767,201 +4984,121 @@
4767
4984
  ]
4768
4985
  },
4769
4986
  {
4770
- "name": "a-tree",
4771
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4772
- "attributes": [
4773
- {
4774
- "name": "allow-drop",
4775
- "description": "Default: -\n\nWhether to allow dropping on the node"
4776
- },
4777
- {
4778
- "name": "auto-expand-parent",
4779
- "description": "Default: false\n\nWhether to automatically expand a parent treeNode"
4780
- },
4781
- {
4782
- "name": "block-node",
4783
- "description": "Default: false\n\nWhether treeNode fill remaining horizontal space"
4784
- },
4785
- {
4786
- "name": "checkable",
4787
- "description": "Default: false\n\nAdd a Checkbox before the treeNodes"
4788
- },
4789
- {
4790
- "name": "checked-keys",
4791
- "description": "Default: []\n\n(Controlled) Specifies the keys of the checked treeNodes (PS: When this specifies the key of a treeNode which is also a parent treeNode, all the children treeNodes of will be checked; and vice versa, when it specifies the key of a treeNode which is a child treeNode, its parent treeNode will also be checked. When checkable and checkStrictly is true, its object has checked and halfChecked property. Regardless of whether the child or parent treeNode is checked, they won't impact each other, support v-model:checked-keys"
4792
- },
4793
- {
4794
- "name": "check-strictly",
4795
- "description": "Default: false\n\nCheck treeNode precisely; parent treeNode and children treeNodes are not associated"
4796
- },
4797
- {
4798
- "name": "classes",
4799
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4800
- },
4801
- {
4802
- "name": "default-checked-keys",
4803
- "description": "Default: []\n\nSpecifies the keys of the default checked treeNodes"
4804
- },
4805
- {
4806
- "name": "default-expand-all",
4807
- "description": "Default: false\n\nWhether to expand all treeNodes by default"
4808
- },
4809
- {
4810
- "name": "default-expanded-keys",
4811
- "description": "Default: []\n\nSpecify the keys of the default expanded treeNodes"
4812
- },
4813
- {
4814
- "name": "default-expand-parent",
4815
- "description": "Default: true\n\nIf auto expand parent treeNodes when init"
4816
- },
4817
- {
4818
- "name": "default-selected-keys",
4819
- "description": "Default: []\n\nSpecifies the keys of the default selected treeNodes"
4820
- },
4821
- {
4822
- "name": "disabled",
4823
- "description": "Default: false\n\nWhether the tree is disabled"
4824
- },
4825
- {
4826
- "name": "draggable",
4827
- "description": "Default: false\n\nSpecifies whether this Tree or the node is draggable. Use icon: false to disable drag handler icon"
4828
- },
4829
- {
4830
- "name": "expanded-keys",
4831
- "description": "Default: []\n\n(Controlled) Specifies the keys of the expanded treeNodes, support v-model:expanded-keys"
4832
- },
4987
+ "name": "a-tree-select-props",
4988
+ "description": "Tree selection control.",
4989
+ "attributes": []
4990
+ },
4991
+ {
4992
+ "name": "a-tree-select",
4993
+ "description": "树型选择控件。",
4994
+ "attributes": []
4995
+ },
4996
+ {
4997
+ "name": "a-upload",
4998
+ "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
4999
+ "attributes": [
4833
5000
  {
4834
- "name": "field-names",
4835
- "description": "Default: &#123; title: title, key: key, children: children &#125;\n\nCustomize node title, key, children field name"
5001
+ "name": "accept",
5002
+ "description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
4836
5003
  },
4837
5004
  {
4838
- "name": "filter-ant-tree-node",
4839
- "description": "Default: -\n\nDefines a function to filter (highlight) treeNodes. When the function returns true, the corresponding treeNode will be highlighted"
5005
+ "name": "action",
5006
+ "description": "Default: -\n\nUploading URL"
4840
5007
  },
4841
5008
  {
4842
- "name": "height",
4843
- "description": "Default: -\n\nConfig virtual scroll height. Will not support horizontal scroll when enabled"
5009
+ "name": "before-upload",
5010
+ "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**"
4844
5011
  },
4845
5012
  {
4846
- "name": "icon",
4847
- "description": "Default: -\n\nInsert a custom icon before the title. Need to set showIcon to true"
5013
+ "name": "custom-request",
5014
+ "description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
4848
5015
  },
4849
5016
  {
4850
- "name": "load-data",
4851
- "description": "Default: -\n\nLoad data asynchronously"
5017
+ "name": "classes",
5018
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4852
5019
  },
4853
5020
  {
4854
- "name": "loaded-keys",
4855
- "description": "Default: []\n\n(Controlled) Set loaded tree nodes. Need to work with loadData"
5021
+ "name": "data",
5022
+ "description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
4856
5023
  },
4857
5024
  {
4858
- "name": "multiple",
4859
- "description": "Default: false\n\nAllows selecting multiple treeNodes"
5025
+ "name": "directory",
5026
+ "description": "Default: false\n\nSupport upload whole directory (caniuse)"
4860
5027
  },
4861
5028
  {
4862
- "name": "root-style",
4863
- "description": "Default: -\n\nStyle on the root element"
5029
+ "name": "disabled",
5030
+ "description": "Default: false\n\nDisable upload button. When customizing Upload children, please pass the disabled attribute to the child node at the same time to ensure the disabled rendering effect is consistent."
4864
5031
  },
4865
5032
  {
4866
- "name": "selectable",
4867
- "description": "Default: true\n\nWhether it can be selected"
5033
+ "name": "file-list",
5034
+ "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"
4868
5035
  },
4869
5036
  {
4870
- "name": "selected-keys",
4871
- "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"
5037
+ "name": "headers",
5038
+ "description": "Default: -\n\nSet request headers, valid above IE10"
4872
5039
  },
4873
5040
  {
4874
- "name": "show-icon",
4875
- "description": "Default: false\n\nControls whether to display the icon node (no default style)"
5041
+ "name": "icon-render",
5042
+ "description": "Default: -\n\nCustom show icon"
4876
5043
  },
4877
5044
  {
4878
- "name": "show-line",
4879
- "description": "Default: false\n\nShows a connecting line"
5045
+ "name": "is-image-url",
5046
+ "description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
4880
5047
  },
4881
5048
  {
4882
- "name": "styles",
4883
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5049
+ "name": "item-render",
5050
+ "description": "Default: -\n\nCustom item of uploadList"
4884
5051
  },
4885
5052
  {
4886
- "name": "switcher-icon",
4887
- "description": "Default: -\n\nCustomize expand/collapse icons for tree nodes (With default rotate angular style)"
5053
+ "name": "list-type",
5054
+ "description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
4888
5055
  },
4889
5056
  {
4890
- "name": "switcher-loading-icon",
4891
- "description": "Default: -\n\nCustomize loading icons for tree nodes"
5057
+ "name": "max-count",
5058
+ "description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
4892
5059
  },
4893
5060
  {
4894
- "name": "title-render",
4895
- "description": "Default: -\n\nCustomize tree node title render"
5061
+ "name": "method",
5062
+ "description": "Default: post\n\nThe http method of upload request"
4896
5063
  },
4897
5064
  {
4898
- "name": "tree-data",
4899
- "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)"
5065
+ "name": "multiple",
5066
+ "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"
4900
5067
  },
4901
5068
  {
4902
- "name": "virtual",
4903
- "description": "Default: true\n\nDisable virtual scroll when set to false"
4904
- }
4905
- ]
4906
- },
4907
- {
4908
- "name": "a-tree-node",
4909
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4910
- "attributes": [
4911
- {
4912
- "name": "checkable",
4913
- "description": "Default: -\n\nWhen Tree is checkable, set TreeNode display Checkbox or not"
5069
+ "name": "name",
5070
+ "description": "Default: file\n\nThe name of uploading file"
4914
5071
  },
4915
5072
  {
4916
- "name": "disable-checkbox",
4917
- "description": "Default: false\n\nDisables the checkbox of the treeNode"
5073
+ "name": "open-file-dialog-on-click",
5074
+ "description": "Default: true\n\nClick open file dialog"
4918
5075
  },
4919
5076
  {
4920
- "name": "disabled",
4921
- "description": "Default: false\n\nDisables the treeNode"
5077
+ "name": "pastable",
5078
+ "description": "Default: false\n\nSupport paste file"
4922
5079
  },
4923
5080
  {
4924
- "name": "icon",
4925
- "description": "Default: -\n\nCustomize icon. When you pass component, whose render will receive full TreeNode props as component props"
5081
+ "name": "preview-file",
5082
+ "description": "Default: -\n\nCustomize preview file logic"
4926
5083
  },
4927
5084
  {
4928
- "name": "is-leaf",
4929
- "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"
5085
+ "name": "progress",
5086
+ "description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
4930
5087
  },
4931
5088
  {
4932
- "name": "key",
4933
- "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"
5089
+ "name": "show-upload-list",
5090
+ "description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
4934
5091
  },
4935
5092
  {
4936
- "name": "selectable",
4937
- "description": "Default: true\n\nSet whether the treeNode can be selected"
5093
+ "name": "styles",
5094
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4938
5095
  },
4939
5096
  {
4940
- "name": "title",
4941
- "description": "Default: ---\n\nTitle"
4942
- }
4943
- ]
4944
- },
4945
- {
4946
- "name": "a-directory-tree",
4947
- "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
4948
- "attributes": [
4949
- {
4950
- "name": "expand-action",
4951
- "description": "Default: click\n\nDirectory opening logic, options: false | click | doubleClick"
5097
+ "name": "with-credentials",
5098
+ "description": "Default: false\n\nThe ajax upload with cookie sent"
4952
5099
  }
4953
5100
  ]
4954
5101
  },
4955
- {
4956
- "name": "a-tree-select-props",
4957
- "description": "Tree selection control.",
4958
- "attributes": []
4959
- },
4960
- {
4961
- "name": "a-tree-select",
4962
- "description": "树型选择控件。",
4963
- "attributes": []
4964
- },
4965
5102
  {
4966
5103
  "name": "a-typography",
4967
5104
  "description": "(ZH) 文本的基本格式。\n\n(EN) Basic text writing, including headings, body text, lists, and more.",
@@ -5150,112 +5287,6 @@
5150
5287
  }
5151
5288
  ]
5152
5289
  },
5153
- {
5154
- "name": "a-upload",
5155
- "description": "(ZH) 文件选择上传和拖拽上传控件。\n\n(EN) Used to select and upload files or drag and drop files.",
5156
- "attributes": [
5157
- {
5158
- "name": "accept",
5159
- "description": "Default: -\n\nFile types that can be accepted. See input accept Attribute"
5160
- },
5161
- {
5162
- "name": "action",
5163
- "description": "Default: -\n\nUploading URL"
5164
- },
5165
- {
5166
- "name": "before-upload",
5167
- "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**"
5168
- },
5169
- {
5170
- "name": "custom-request",
5171
- "description": "Default: -\n\nOverride for the default xhr behavior allowing for additional customization and the ability to implement your own XMLHttpRequest"
5172
- },
5173
- {
5174
- "name": "classes",
5175
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
5176
- },
5177
- {
5178
- "name": "data",
5179
- "description": "Default: -\n\nUploading extra params or function which can return uploading extra params"
5180
- },
5181
- {
5182
- "name": "directory",
5183
- "description": "Default: false\n\nSupport upload whole directory (caniuse)"
5184
- },
5185
- {
5186
- "name": "disabled",
5187
- "description": "Default: false\n\nDisable upload button. When customizing Upload children, please pass the disabled attribute to the child node at the same time to ensure the disabled rendering effect is consistent."
5188
- },
5189
- {
5190
- "name": "file-list",
5191
- "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"
5192
- },
5193
- {
5194
- "name": "headers",
5195
- "description": "Default: -\n\nSet request headers, valid above IE10"
5196
- },
5197
- {
5198
- "name": "icon-render",
5199
- "description": "Default: -\n\nCustom show icon"
5200
- },
5201
- {
5202
- "name": "is-image-url",
5203
- "description": "Default: (inside implementation)\n\nCustomize if render in thumbnail"
5204
- },
5205
- {
5206
- "name": "item-render",
5207
- "description": "Default: -\n\nCustom item of uploadList"
5208
- },
5209
- {
5210
- "name": "list-type",
5211
- "description": "Default: text\n\nBuilt-in stylesheets, support for four types: text, picture, picture-card or picture-circle"
5212
- },
5213
- {
5214
- "name": "max-count",
5215
- "description": "Default: -\n\nLimit the number of uploaded files. Will replace current one when maxCount is 1"
5216
- },
5217
- {
5218
- "name": "method",
5219
- "description": "Default: post\n\nThe http method of upload request"
5220
- },
5221
- {
5222
- "name": "multiple",
5223
- "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"
5224
- },
5225
- {
5226
- "name": "name",
5227
- "description": "Default: file\n\nThe name of uploading file"
5228
- },
5229
- {
5230
- "name": "open-file-dialog-on-click",
5231
- "description": "Default: true\n\nClick open file dialog"
5232
- },
5233
- {
5234
- "name": "pastable",
5235
- "description": "Default: false\n\nSupport paste file"
5236
- },
5237
- {
5238
- "name": "preview-file",
5239
- "description": "Default: -\n\nCustomize preview file logic"
5240
- },
5241
- {
5242
- "name": "progress",
5243
- "description": "Default: \\{ strokeWidth: 2, showInfo: false \\}\n\nCustom progress bar"
5244
- },
5245
- {
5246
- "name": "show-upload-list",
5247
- "description": "Default: true\n\nWhether to show default upload list, could be an object to specify extra, showPreviewIcon, showRemoveIcon, showDownloadIcon, removeIcon and downloadIcon individually"
5248
- },
5249
- {
5250
- "name": "styles",
5251
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
5252
- },
5253
- {
5254
- "name": "with-credentials",
5255
- "description": "Default: false\n\nThe ajax upload with cookie sent"
5256
- }
5257
- ]
5258
- },
5259
5290
  {
5260
5291
  "name": "a-watermark",
5261
5292
  "description": "(ZH) 给页面的某个区域加上水印。\n\n(EN) Add specific text or patterns to the page.",
@@ -5286,7 +5317,7 @@
5286
5317
  },
5287
5318
  {
5288
5319
  "name": "content",
5289
- "description": "Default: -\n\nWatermark text content"
5320
+ "description": "Default: -\n\nWatermark text content. Pass a WatermarkText object to set per-line font styles"
5290
5321
  },
5291
5322
  {
5292
5323
  "name": "font",
@@ -5302,21 +5333,6 @@
5302
5333
  }
5303
5334
  ]
5304
5335
  },
5305
- {
5306
- "name": "a-arguments",
5307
- "description": "Display global messages as feedback in response to user operations.",
5308
- "attributes": []
5309
- },
5310
- {
5311
- "name": "a-config",
5312
- "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
5313
- "attributes": []
5314
- },
5315
- {
5316
- "name": "a-参数",
5317
- "description": "全局展示操作反馈信息。",
5318
- "attributes": []
5319
- },
5320
5336
  {
5321
5337
  "name": "a-menu-item",
5322
5338
  "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.",