antdv-next 1.3.7 → 1.4.0

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 +14413 -14298
  88. package/dist/antd-with-locales.js +93 -79
  89. package/dist/antd.css +1 -1
  90. package/dist/antd.esm.js +11763 -11648
  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 +3 -4
  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 +18 -24
  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 +8 -11
  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 +10 -10
  1475. package/web-tags.json +874 -858
  1476. package/web-types.json +2956 -2913
  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.0",
3
3
  "tags": [
4
4
  {
5
5
  "name": "a-affix",
@@ -377,7 +377,7 @@
377
377
  },
378
378
  {
379
379
  "name": "title",
380
- "description": "Default: -\n\nText to show when hovering over the badge"
380
+ "description": "Default: -\n\nText to show when hovering over the badge; set null or false to remove the native title"
381
381
  },
382
382
  {
383
383
  "name": "classes",
@@ -437,6 +437,136 @@
437
437
  }
438
438
  ]
439
439
  },
440
+ {
441
+ "name": "a-card",
442
+ "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
443
+ "attributes": [
444
+ {
445
+ "name": "title",
446
+ "description": "Default: -\n\nCard title"
447
+ },
448
+ {
449
+ "name": "extra",
450
+ "description": "Default: -\n\nContent to render in the top-right corner of the card"
451
+ },
452
+ {
453
+ "name": "bordered",
454
+ "description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
455
+ },
456
+ {
457
+ "name": "head-style",
458
+ "description": "Default: -\n\nDeprecated."
459
+ },
460
+ {
461
+ "name": "body-style",
462
+ "description": "Default: -\n\nDeprecated."
463
+ },
464
+ {
465
+ "name": "loading",
466
+ "description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
467
+ },
468
+ {
469
+ "name": "hoverable",
470
+ "description": "Default: false\n\nLift up when hovering card"
471
+ },
472
+ {
473
+ "name": "id",
474
+ "description": "Default: -\n\n-"
475
+ },
476
+ {
477
+ "name": "size",
478
+ "description": "Default: default\n\nSize of card"
479
+ },
480
+ {
481
+ "name": "type",
482
+ "description": "Default: -\n\nCard style type, can be set to inner or not set"
483
+ },
484
+ {
485
+ "name": "cover",
486
+ "description": "Default: -\n\nCard cover"
487
+ },
488
+ {
489
+ "name": "actions",
490
+ "description": "Default: -\n\nThe action list, shows at the bottom of the Card"
491
+ },
492
+ {
493
+ "name": "tab-list",
494
+ "description": "Default: -\n\nList of TabPane's head"
495
+ },
496
+ {
497
+ "name": "tab-bar-extra-content",
498
+ "description": "Default: -\n\nExtra content in tab bar"
499
+ },
500
+ {
501
+ "name": "active-tab-key",
502
+ "description": "Default: -\n\nCurrent TabPane's key"
503
+ },
504
+ {
505
+ "name": "default-active-tab-key",
506
+ "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeTabKey is not set"
507
+ },
508
+ {
509
+ "name": "tab-props",
510
+ "description": "Default: -\n\nTabs"
511
+ },
512
+ {
513
+ "name": "classes",
514
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
515
+ },
516
+ {
517
+ "name": "styles",
518
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
519
+ },
520
+ {
521
+ "name": "variant",
522
+ "description": "Default: outlined\n\nVariants of Card"
523
+ }
524
+ ]
525
+ },
526
+ {
527
+ "name": "a-card-grid",
528
+ "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
529
+ "attributes": [
530
+ {
531
+ "name": "prefix-cls",
532
+ "description": "Default: -\n\n-"
533
+ },
534
+ {
535
+ "name": "hoverable",
536
+ "description": "Default: false\n\nLift up when hovering card"
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "name": "a-card-meta",
542
+ "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
543
+ "attributes": [
544
+ {
545
+ "name": "prefix-cls",
546
+ "description": "Default: -\n\n-"
547
+ },
548
+ {
549
+ "name": "avatar",
550
+ "description": "Default: -\n\n-"
551
+ },
552
+ {
553
+ "name": "title",
554
+ "description": "Default: -\n\nCard title"
555
+ },
556
+ {
557
+ "name": "description",
558
+ "description": "Default: -\n\n-"
559
+ },
560
+ {
561
+ "name": "classes",
562
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
563
+ },
564
+ {
565
+ "name": "styles",
566
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
567
+ }
568
+ ]
569
+ },
440
570
  {
441
571
  "name": "a-button",
442
572
  "description": "(ZH) 按钮用于开始一个即时操作。\n\n(EN) To trigger an operation.",
@@ -598,240 +728,110 @@
598
728
  ]
599
729
  },
600
730
  {
601
- "name": "a-card",
602
- "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
731
+ "name": "a-carousel",
732
+ "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
603
733
  "attributes": [
604
734
  {
605
- "name": "title",
606
- "description": "Default: -\n\nCard title"
735
+ "name": "effect",
736
+ "description": "Default: scrollx\n\nTransition effect"
607
737
  },
608
738
  {
609
- "name": "extra",
610
- "description": "Default: -\n\nContent to render in the top-right corner of the card"
739
+ "name": "id",
740
+ "description": "Default: -\n\n-"
611
741
  },
612
742
  {
613
- "name": "bordered",
614
- "description": "Default: true\n\nToggles rendering of the border around the card, please use variant instead"
743
+ "name": "slick-go-to",
744
+ "description": "Default: -\n\n-"
615
745
  },
616
746
  {
617
- "name": "head-style",
618
- "description": "Default: -\n\nDeprecated."
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"
619
749
  },
620
750
  {
621
- "name": "body-style",
622
- "description": "Default: -\n\nDeprecated."
751
+ "name": "dot-placement",
752
+ "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
623
753
  },
624
754
  {
625
- "name": "loading",
626
- "description": "Default: false\n\nShows a loading indicator while the contents of the card are being fetched"
755
+ "name": "dots",
756
+ "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
627
757
  },
628
758
  {
629
- "name": "hoverable",
630
- "description": "Default: false\n\nLift up when hovering card"
759
+ "name": "wait-for-animate",
760
+ "description": "Default: false\n\nWhether to wait for the animation when switching"
631
761
  },
632
762
  {
633
- "name": "id",
634
- "description": "Default: -\n\n-"
763
+ "name": "autoplay",
764
+ "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
635
765
  },
636
766
  {
637
- "name": "size",
638
- "description": "Default: default\n\nSize of card"
767
+ "name": "prev-arrow",
768
+ "description": "Default: -\n\n-"
639
769
  },
640
770
  {
641
- "name": "type",
642
- "description": "Default: -\n\nCard style type, can be set to inner or not set"
643
- },
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": [
644
780
  {
645
- "name": "cover",
646
- "description": "Default: -\n\nCard cover"
781
+ "name": "allow-clear",
782
+ "description": "Default: true\n\nShow clear button"
647
783
  },
648
784
  {
649
- "name": "actions",
650
- "description": "Default: -\n\nThe action list, shows at the bottom of the Card"
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)"
651
787
  },
652
788
  {
653
- "name": "tab-list",
654
- "description": "Default: -\n\nList of TabPane's head"
789
+ "name": "classes",
790
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
655
791
  },
656
792
  {
657
- "name": "tab-bar-extra-content",
658
- "description": "Default: -\n\nExtra content in tab bar"
793
+ "name": "disabled",
794
+ "description": "Default: false\n\nWhether disabled select"
659
795
  },
660
796
  {
661
- "name": "active-tab-key",
662
- "description": "Default: -\n\nCurrent TabPane's key"
797
+ "name": "expand-trigger",
798
+ "description": "Default: click\n\nexpand current item when click or hover, one of click hover"
663
799
  },
664
800
  {
665
- "name": "default-active-tab-key",
666
- "description": "Default: The key of first tab\n\nInitial active TabPane's key, if activeTabKey is not set"
801
+ "name": "field-names",
802
+ "description": "Default: \\{ label: label, value: value, children: children \\}\n\nCustom field name for label and value and children"
667
803
  },
668
804
  {
669
- "name": "tab-props",
670
- "description": "Default: -\n\nTabs"
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"
671
807
  },
672
808
  {
673
- "name": "classes",
674
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
809
+ "name": "load-data",
810
+ "description": "Default: -\n\nTo load option lazily, and it cannot work with showSearch"
675
811
  },
676
812
  {
677
- "name": "styles",
678
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
813
+ "name": "max-tag-count",
814
+ "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
679
815
  },
680
816
  {
681
- "name": "variant",
682
- "description": "Default: outlined\n\nVariants of Card"
683
- }
684
- ]
685
- },
686
- {
687
- "name": "a-card-grid",
688
- "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
689
- "attributes": [
690
- {
691
- "name": "prefix-cls",
692
- "description": "Default: -\n\n-"
817
+ "name": "max-tag-placeholder",
818
+ "description": "Default: -\n\nPlaceholder for not showing tags"
693
819
  },
694
820
  {
695
- "name": "hoverable",
696
- "description": "Default: false\n\nLift up when hovering card"
697
- }
698
- ]
699
- },
700
- {
701
- "name": "a-card-meta",
702
- "description": "(ZH) 通用卡片容器。\n\n(EN) A container for displaying information.",
703
- "attributes": [
821
+ "name": "max-tag-text-length",
822
+ "description": "Default: -\n\nMax tag text length to show"
823
+ },
704
824
  {
705
- "name": "prefix-cls",
706
- "description": "Default: -\n\n-"
825
+ "name": "multiple",
826
+ "description": "Default: -\n\nSupport multiple or not"
707
827
  },
708
828
  {
709
- "name": "avatar",
710
- "description": "Default: -\n\n-"
829
+ "name": "open",
830
+ "description": "Default: -\n\nSet visible of cascader popup"
711
831
  },
712
832
  {
713
- "name": "title",
714
- "description": "Default: -\n\nCard title"
715
- },
716
- {
717
- "name": "description",
718
- "description": "Default: -\n\n-"
719
- },
720
- {
721
- "name": "classes",
722
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
723
- },
724
- {
725
- "name": "styles",
726
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
727
- }
728
- ]
729
- },
730
- {
731
- "name": "a-carousel",
732
- "description": "(ZH) 一组轮播的区域。\n\n(EN) A set of carousel areas.",
733
- "attributes": [
734
- {
735
- "name": "effect",
736
- "description": "Default: scrollx\n\nTransition effect"
737
- },
738
- {
739
- "name": "id",
740
- "description": "Default: -\n\n-"
741
- },
742
- {
743
- "name": "slick-go-to",
744
- "description": "Default: -\n\n-"
745
- },
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"
749
- },
750
- {
751
- "name": "dot-placement",
752
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
753
- },
754
- {
755
- "name": "dots",
756
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
757
- },
758
- {
759
- "name": "wait-for-animate",
760
- "description": "Default: false\n\nWhether to wait for the animation when switching"
761
- },
762
- {
763
- "name": "autoplay",
764
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
765
- },
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"
815
- },
816
- {
817
- "name": "max-tag-placeholder",
818
- "description": "Default: -\n\nPlaceholder for not showing tags"
819
- },
820
- {
821
- "name": "max-tag-text-length",
822
- "description": "Default: -\n\nMax tag text length to show"
823
- },
824
- {
825
- "name": "multiple",
826
- "description": "Default: -\n\nSupport multiple or not"
827
- },
828
- {
829
- "name": "open",
830
- "description": "Default: -\n\nSet visible of cascader popup"
831
- },
832
- {
833
- "name": "options",
834
- "description": "Default: -\n\nThe data options of cascade"
833
+ "name": "options",
834
+ "description": "Default: -\n\nThe data options of cascade"
835
835
  },
836
836
  {
837
837
  "name": "placeholder",
@@ -1367,6 +1367,92 @@
1367
1367
  }
1368
1368
  ]
1369
1369
  },
1370
+ {
1371
+ "name": "a-dropdown",
1372
+ "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1373
+ "attributes": [
1374
+ {
1375
+ "name": "classes",
1376
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1377
+ },
1378
+ {
1379
+ "name": "styles",
1380
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1381
+ },
1382
+ {
1383
+ "name": "menu",
1384
+ "description": "Default: -\n\nThe menu props"
1385
+ },
1386
+ {
1387
+ "name": "auto-focus",
1388
+ "description": "Default: -\n\nFocus the first menu item when opened"
1389
+ },
1390
+ {
1391
+ "name": "arrow",
1392
+ "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1393
+ },
1394
+ {
1395
+ "name": "trigger",
1396
+ "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1397
+ },
1398
+ {
1399
+ "name": "popup-render",
1400
+ "description": "Default: -\n\nCustomize popup content"
1401
+ },
1402
+ {
1403
+ "name": "open",
1404
+ "description": "Default: -\n\nWhether the dropdown menu is currently open"
1405
+ },
1406
+ {
1407
+ "name": "disabled",
1408
+ "description": "Default: -\n\nWhether the dropdown menu is disabled"
1409
+ },
1410
+ {
1411
+ "name": "destroy-on-hidden",
1412
+ "description": "Default: false\n\nWhether destroy dropdown when hidden"
1413
+ },
1414
+ {
1415
+ "name": "align",
1416
+ "description": "Default: -\n\nPopup align config"
1417
+ },
1418
+ {
1419
+ "name": "get-popup-container",
1420
+ "description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
1421
+ },
1422
+ {
1423
+ "name": "prefix-cls",
1424
+ "description": "Default: -\n\nCustomize prefix class name"
1425
+ },
1426
+ {
1427
+ "name": "transition-name",
1428
+ "description": "Default: -\n\nMotion name of dropdown"
1429
+ },
1430
+ {
1431
+ "name": "placement",
1432
+ "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight left leftTop leftBottom right rightTop rightBottom"
1433
+ },
1434
+ {
1435
+ "name": "force-render",
1436
+ "description": "Default: -\n\nForce render dropdown overlay"
1437
+ },
1438
+ {
1439
+ "name": "mouse-enter-delay",
1440
+ "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1441
+ },
1442
+ {
1443
+ "name": "mouse-leave-delay",
1444
+ "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1445
+ },
1446
+ {
1447
+ "name": "open-class-name",
1448
+ "description": "Default: -\n\nClass added to trigger when dropdown is open"
1449
+ },
1450
+ {
1451
+ "name": "auto-adjust-overflow",
1452
+ "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1453
+ }
1454
+ ]
1455
+ },
1370
1456
  {
1371
1457
  "name": "a-drawer",
1372
1458
  "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
@@ -1470,141 +1556,55 @@
1470
1556
  ]
1471
1557
  },
1472
1558
  {
1473
- "name": "a-dropdown",
1474
- "description": "(ZH) 向下弹出的列表。\n\n(EN) A dropdown list.",
1559
+ "name": "a-empty",
1560
+ "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1475
1561
  "attributes": [
1476
1562
  {
1477
- "name": "classes",
1478
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Dropdown component. Supports object or function"
1563
+ "name": "vertical",
1564
+ "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1479
1565
  },
1480
1566
  {
1481
- "name": "styles",
1482
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Dropdown component. Supports object or function"
1567
+ "name": "wrap",
1568
+ "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1483
1569
  },
1484
1570
  {
1485
- "name": "menu",
1486
- "description": "Default: -\n\nThe menu props"
1571
+ "name": "justify",
1572
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1487
1573
  },
1488
1574
  {
1489
- "name": "auto-focus",
1490
- "description": "Default: -\n\nFocus the first menu item when opened"
1575
+ "name": "align",
1576
+ "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1491
1577
  },
1492
1578
  {
1493
- "name": "arrow",
1494
- "description": "Default: false\n\nWhether the dropdown arrow should be visible. Supports pointAtCenter"
1579
+ "name": "flex",
1580
+ "description": "Default: normal\n\nflex CSS shorthand properties"
1495
1581
  },
1496
1582
  {
1497
- "name": "trigger",
1498
- "description": "Default: ['hover']\n\nThe trigger mode which executes the dropdown action. Note that hover can't be used on touchscreens"
1583
+ "name": "gap",
1584
+ "description": "Default: -\n\nSets the gap between grids"
1499
1585
  },
1500
1586
  {
1501
- "name": "popup-render",
1502
- "description": "Default: -\n\nCustomize popup content"
1587
+ "name": "component",
1588
+ "description": "Default: div\n\ncustom element type"
1589
+ }
1590
+ ]
1591
+ },
1592
+ {
1593
+ "name": "a-flex",
1594
+ "description": "用于对齐的弹性布局容器。",
1595
+ "attributes": []
1596
+ },
1597
+ {
1598
+ "name": "a-float-button-group",
1599
+ "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1600
+ "attributes": [
1601
+ {
1602
+ "name": "shape",
1603
+ "description": "Default: circle\n\nSetting button shape of children"
1503
1604
  },
1504
1605
  {
1505
- "name": "open",
1506
- "description": "Default: -\n\nWhether the dropdown menu is currently open"
1507
- },
1508
- {
1509
- "name": "disabled",
1510
- "description": "Default: -\n\nWhether the dropdown menu is disabled"
1511
- },
1512
- {
1513
- "name": "destroy-on-hidden",
1514
- "description": "Default: false\n\nWhether destroy dropdown when hidden"
1515
- },
1516
- {
1517
- "name": "align",
1518
- "description": "Default: -\n\nPopup align config"
1519
- },
1520
- {
1521
- "name": "get-popup-container",
1522
- "description": "Default: () => document.body\n\nTo set the container of the dropdown menu. The default is to create a div element in body, but you can reset it to the scrolling area and make a relative reposition. Example on CodePen"
1523
- },
1524
- {
1525
- "name": "prefix-cls",
1526
- "description": "Default: -\n\nCustomize prefix class name"
1527
- },
1528
- {
1529
- "name": "transition-name",
1530
- "description": "Default: -\n\nMotion name of dropdown"
1531
- },
1532
- {
1533
- "name": "placement",
1534
- "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1535
- },
1536
- {
1537
- "name": "force-render",
1538
- "description": "Default: -\n\nForce render dropdown overlay"
1539
- },
1540
- {
1541
- "name": "mouse-enter-delay",
1542
- "description": "Default: 0.15\n\nDelay in seconds before showing dropdown"
1543
- },
1544
- {
1545
- "name": "mouse-leave-delay",
1546
- "description": "Default: 0.1\n\nDelay in seconds before hiding dropdown"
1547
- },
1548
- {
1549
- "name": "open-class-name",
1550
- "description": "Default: -\n\nClass added to trigger when dropdown is open"
1551
- },
1552
- {
1553
- "name": "auto-adjust-overflow",
1554
- "description": "Default: true\n\nWhether to adjust dropdown placement automatically when dropdown is off screen"
1555
- }
1556
- ]
1557
- },
1558
- {
1559
- "name": "a-empty",
1560
- "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1561
- "attributes": [
1562
- {
1563
- "name": "vertical",
1564
- "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1565
- },
1566
- {
1567
- "name": "wrap",
1568
- "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1569
- },
1570
- {
1571
- "name": "justify",
1572
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1573
- },
1574
- {
1575
- "name": "align",
1576
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the cross axis"
1577
- },
1578
- {
1579
- "name": "flex",
1580
- "description": "Default: normal\n\nflex CSS shorthand properties"
1581
- },
1582
- {
1583
- "name": "gap",
1584
- "description": "Default: -\n\nSets the gap between grids"
1585
- },
1586
- {
1587
- "name": "component",
1588
- "description": "Default: div\n\ncustom element type"
1589
- }
1590
- ]
1591
- },
1592
- {
1593
- "name": "a-flex",
1594
- "description": "用于对齐的弹性布局容器。",
1595
- "attributes": []
1596
- },
1597
- {
1598
- "name": "a-float-button-group",
1599
- "description": "(ZH) 悬浮于页面上方的按钮。\n\n(EN) A button that floats at the top of the page.",
1600
- "attributes": [
1601
- {
1602
- "name": "shape",
1603
- "description": "Default: circle\n\nSetting button shape of children"
1604
- },
1605
- {
1606
- "name": "trigger",
1607
- "description": "Default: -\n\nWhich action can trigger menu open/close"
1606
+ "name": "trigger",
1607
+ "description": "Default: -\n\nWhich action can trigger menu open/close"
1608
1608
  },
1609
1609
  {
1610
1610
  "name": "open",
@@ -2069,6 +2069,48 @@
2069
2069
  "description": "语义化的矢量图形。",
2070
2070
  "attributes": []
2071
2071
  },
2072
+ {
2073
+ "name": "a-image",
2074
+ "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2075
+ "attributes": [
2076
+ {
2077
+ "name": "preview",
2078
+ "description": "Default: true\n\nPreview configuration; set to false to disable"
2079
+ },
2080
+ {
2081
+ "name": "wrapper-style",
2082
+ "description": "Default: -\n\nDeprecated."
2083
+ },
2084
+ {
2085
+ "name": "classes",
2086
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2087
+ },
2088
+ {
2089
+ "name": "styles",
2090
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2091
+ },
2092
+ {
2093
+ "name": "root-class",
2094
+ "description": "Default: -\n\n-"
2095
+ },
2096
+ {
2097
+ "name": "alt",
2098
+ "description": "Default: -\n\nImage description"
2099
+ },
2100
+ {
2101
+ "name": "height",
2102
+ "description": "Default: -\n\nImage height"
2103
+ },
2104
+ {
2105
+ "name": "src",
2106
+ "description": "Default: -\n\nImage URL"
2107
+ },
2108
+ {
2109
+ "name": "width",
2110
+ "description": "Default: -\n\nImage width"
2111
+ }
2112
+ ]
2113
+ },
2072
2114
  {
2073
2115
  "name": "a-input",
2074
2116
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
@@ -2261,44 +2303,62 @@
2261
2303
  "attributes": []
2262
2304
  },
2263
2305
  {
2264
- "name": "a-image",
2265
- "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2306
+ "name": "a-layout",
2307
+ "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2266
2308
  "attributes": [
2267
2309
  {
2268
- "name": "preview",
2269
- "description": "Default: true\n\nPreview configuration; set to false to disable"
2270
- },
2310
+ "name": "has-sider",
2311
+ "description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
2312
+ }
2313
+ ]
2314
+ },
2315
+ {
2316
+ "name": "a-layout-sider",
2317
+ "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2318
+ "attributes": [
2271
2319
  {
2272
- "name": "wrapper-style",
2273
- "description": "Default: -\n\nDeprecated."
2320
+ "name": "breakpoint",
2321
+ "description": "Default: -\n\nBreakpoints of the responsive layout"
2274
2322
  },
2275
2323
  {
2276
2324
  "name": "classes",
2277
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2325
+ "description": "Default: -\n\nSemantic structure class (root, body) for the Sider, supports object or function"
2278
2326
  },
2279
2327
  {
2280
- "name": "styles",
2281
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2328
+ "name": "collapsed",
2329
+ "description": "Default: -\n\nTo set the current status"
2282
2330
  },
2283
2331
  {
2284
- "name": "root-class",
2285
- "description": "Default: -\n\n-"
2332
+ "name": "collapsed-width",
2333
+ "description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
2286
2334
  },
2287
2335
  {
2288
- "name": "alt",
2289
- "description": "Default: -\n\nImage description"
2336
+ "name": "collapsible",
2337
+ "description": "Default: false\n\nWhether can be collapsed"
2290
2338
  },
2291
2339
  {
2292
- "name": "height",
2293
- "description": "Default: -\n\nImage height"
2340
+ "name": "reverse-arrow",
2341
+ "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
2294
2342
  },
2295
2343
  {
2296
- "name": "src",
2297
- "description": "Default: -\n\nImage URL"
2344
+ "name": "styles",
2345
+ "description": "Default: -\n\nSemantic structure inline style (root, body) for the Sider, supports object or function"
2346
+ },
2347
+ {
2348
+ "name": "theme",
2349
+ "description": "Default: dark\n\nColor theme of the sidebar"
2350
+ },
2351
+ {
2352
+ "name": "trigger",
2353
+ "description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
2298
2354
  },
2299
2355
  {
2300
2356
  "name": "width",
2301
- "description": "Default: -\n\nImage width"
2357
+ "description": "Default: 200\n\nWidth of the sidebar"
2358
+ },
2359
+ {
2360
+ "name": "zero-width-trigger-style",
2361
+ "description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
2302
2362
  }
2303
2363
  ]
2304
2364
  },
@@ -2372,58 +2432,6 @@
2372
2432
  }
2373
2433
  ]
2374
2434
  },
2375
- {
2376
- "name": "a-layout",
2377
- "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2378
- "attributes": [
2379
- {
2380
- "name": "has-sider",
2381
- "description": "Default: -\n\nWhether contain Sider in children, don't have to assign it normally. Useful in ssr avoid style flickering"
2382
- }
2383
- ]
2384
- },
2385
- {
2386
- "name": "a-layout-sider",
2387
- "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2388
- "attributes": [
2389
- {
2390
- "name": "breakpoint",
2391
- "description": "Default: -\n\nBreakpoints of the responsive layout"
2392
- },
2393
- {
2394
- "name": "collapsed",
2395
- "description": "Default: -\n\nTo set the current status"
2396
- },
2397
- {
2398
- "name": "collapsed-width",
2399
- "description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
2400
- },
2401
- {
2402
- "name": "collapsible",
2403
- "description": "Default: false\n\nWhether can be collapsed"
2404
- },
2405
- {
2406
- "name": "reverse-arrow",
2407
- "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
2408
- },
2409
- {
2410
- "name": "theme",
2411
- "description": "Default: dark\n\nColor theme of the sidebar"
2412
- },
2413
- {
2414
- "name": "trigger",
2415
- "description": "Default: -\n\nSpecify the customized trigger, set to null to hide the trigger"
2416
- },
2417
- {
2418
- "name": "width",
2419
- "description": "Default: 200\n\nWidth of the sidebar"
2420
- },
2421
- {
2422
- "name": "zero-width-trigger-style",
2423
- "description": "Default: -\n\nTo customize the styles of the special trigger that appears when collapsedWidth is 0"
2424
- }
2425
- ]
2426
- },
2427
2435
  {
2428
2436
  "name": "a-masonry",
2429
2437
  "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
@@ -2509,14 +2517,49 @@
2509
2517
  ]
2510
2518
  },
2511
2519
  {
2512
- "name": "a-menu",
2513
- "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2514
- "attributes": [
2515
- {
2516
- "name": "classes",
2517
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2518
- },
2519
- {
2520
+ "name": "a-static-methods",
2521
+ "description": "Prompt notification message globally.",
2522
+ "attributes": []
2523
+ },
2524
+ {
2525
+ "name": "a-arguments",
2526
+ "description": "Display global messages as feedback in response to user operations.",
2527
+ "attributes": []
2528
+ },
2529
+ {
2530
+ "name": "a-config",
2531
+ "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2532
+ "attributes": []
2533
+ },
2534
+ {
2535
+ "name": "a-global-configuration",
2536
+ "description": "Prompt notification message globally.",
2537
+ "attributes": []
2538
+ },
2539
+ {
2540
+ "name": "a-静态方法",
2541
+ "description": "全局展示通知提醒信息。",
2542
+ "attributes": []
2543
+ },
2544
+ {
2545
+ "name": "a-参数",
2546
+ "description": "全局展示操作反馈信息。",
2547
+ "attributes": []
2548
+ },
2549
+ {
2550
+ "name": "a-全局配置",
2551
+ "description": "全局展示通知提醒信息。",
2552
+ "attributes": []
2553
+ },
2554
+ {
2555
+ "name": "a-menu",
2556
+ "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
2557
+ "attributes": [
2558
+ {
2559
+ "name": "classes",
2560
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2561
+ },
2562
+ {
2520
2563
  "name": "styles",
2521
2564
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2522
2565
  },
@@ -2618,11 +2661,6 @@
2618
2661
  }
2619
2662
  ]
2620
2663
  },
2621
- {
2622
- "name": "a-static-methods",
2623
- "description": "Display global messages as feedback in response to user operations.",
2624
- "attributes": []
2625
- },
2626
2664
  {
2627
2665
  "name": "a-args-props",
2628
2666
  "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
@@ -2638,21 +2676,6 @@
2638
2676
  "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2639
2677
  "attributes": []
2640
2678
  },
2641
- {
2642
- "name": "a-global-configuration",
2643
- "description": "Display global messages as feedback in response to user operations.",
2644
- "attributes": []
2645
- },
2646
- {
2647
- "name": "a-静态方法",
2648
- "description": "全局展示操作反馈信息。",
2649
- "attributes": []
2650
- },
2651
- {
2652
- "name": "a-全局配置",
2653
- "description": "全局展示操作反馈信息。",
2654
- "attributes": []
2655
- },
2656
2679
  {
2657
2680
  "name": "a-modal",
2658
2681
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2765,6 +2788,10 @@
2765
2788
  "name": "root-style",
2766
2789
  "description": "Default: -\n\nRoot container style"
2767
2790
  },
2791
+ {
2792
+ "name": "scroll-lock",
2793
+ "description": "Default: true\n\nWhether to lock body scroll when modal opens"
2794
+ },
2768
2795
  {
2769
2796
  "name": "styles",
2770
2797
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Modal component. Supports object or function."
@@ -2971,6 +2998,28 @@
2971
2998
  }
2972
2999
  ]
2973
3000
  },
3001
+ {
3002
+ "name": "a-popover",
3003
+ "description": "(ZH) 点击/鼠标移入元素,弹出气泡式的卡片浮层。\n\n(EN) The floating card pops up when clicking/mouse hovering over an element.",
3004
+ "attributes": [
3005
+ {
3006
+ "name": "title",
3007
+ "description": "Default: -\n\nTitle of the card"
3008
+ },
3009
+ {
3010
+ "name": "content",
3011
+ "description": "Default: -\n\nContent of the card"
3012
+ },
3013
+ {
3014
+ "name": "classes",
3015
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3016
+ },
3017
+ {
3018
+ "name": "styles",
3019
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3020
+ }
3021
+ ]
3022
+ },
2974
3023
  {
2975
3024
  "name": "a-qrcode",
2976
3025
  "description": "(ZH) 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。\n\n(EN) Components that can convert text into QR codes, and support custom color and logo.",
@@ -3233,6 +3282,60 @@
3233
3282
  }
3234
3283
  ]
3235
3284
  },
3285
+ {
3286
+ "name": "a-segmented",
3287
+ "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3288
+ "attributes": [
3289
+ {
3290
+ "name": "block",
3291
+ "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3292
+ },
3293
+ {
3294
+ "name": "classes",
3295
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3296
+ },
3297
+ {
3298
+ "name": "default-value",
3299
+ "description": "Default: -\n\nDefault selected value"
3300
+ },
3301
+ {
3302
+ "name": "disabled",
3303
+ "description": "Default: false\n\nDisable all segments"
3304
+ },
3305
+ {
3306
+ "name": "options",
3307
+ "description": "Default: []\n\nSet children optional"
3308
+ },
3309
+ {
3310
+ "name": "orientation",
3311
+ "description": "Default: horizontal\n\nOrientation"
3312
+ },
3313
+ {
3314
+ "name": "size",
3315
+ "description": "Default: middle\n\nThe size of the Segmented."
3316
+ },
3317
+ {
3318
+ "name": "styles",
3319
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3320
+ },
3321
+ {
3322
+ "name": "vertical",
3323
+ "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3324
+ },
3325
+ {
3326
+ "name": "value",
3327
+ "description": "Default: -\n\nCurrently selected value, support v-model:value"
3328
+ },
3329
+ {
3330
+ "name": "shape",
3331
+ "description": "Default: default\n\nshape of Segmented"
3332
+ },
3333
+ {
3334
+ "name": "name",
3335
+ "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3336
+ }
3337
+ ]
3338
+ },
3236
3339
  {
3237
3340
  "name": "a-result",
3238
3341
  "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
@@ -3268,56 +3371,178 @@
3268
3371
  ]
3269
3372
  },
3270
3373
  {
3271
- "name": "a-segmented",
3272
- "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
3374
+ "name": "a-skeleton",
3375
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3273
3376
  "attributes": [
3274
3377
  {
3275
- "name": "block",
3276
- "description": "Default: false\n\nOption to fit width to its parent\\'s width"
3378
+ "name": "active",
3379
+ "description": "Default: false\n\nShow animation effect"
3277
3380
  },
3278
3381
  {
3279
- "name": "classes",
3280
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3382
+ "name": "avatar",
3383
+ "description": "Default: false\n\nShow avatar placeholder"
3281
3384
  },
3282
3385
  {
3283
- "name": "default-value",
3284
- "description": "Default: -\n\nDefault selected value"
3386
+ "name": "loading",
3387
+ "description": "Default: -\n\nDisplay the skeleton when true"
3285
3388
  },
3286
3389
  {
3287
- "name": "disabled",
3288
- "description": "Default: false\n\nDisable all segments"
3390
+ "name": "paragraph",
3391
+ "description": "Default: true\n\nShow paragraph placeholder"
3289
3392
  },
3290
3393
  {
3291
- "name": "options",
3292
- "description": "Default: []\n\nSet children optional"
3394
+ "name": "round",
3395
+ "description": "Default: false\n\nShow paragraph and title radius when true"
3293
3396
  },
3294
3397
  {
3295
- "name": "orientation",
3296
- "description": "Default: horizontal\n\nOrientation"
3398
+ "name": "title",
3399
+ "description": "Default: true\n\nShow title placeholder"
3400
+ },
3401
+ {
3402
+ "name": "classes",
3403
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3404
+ },
3405
+ {
3406
+ "name": "styles",
3407
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3408
+ }
3409
+ ]
3410
+ },
3411
+ {
3412
+ "name": "a-skeleton-avatar",
3413
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3414
+ "attributes": [
3415
+ {
3416
+ "name": "active",
3417
+ "description": "Default: false\n\nShow animation effect"
3418
+ },
3419
+ {
3420
+ "name": "shape",
3421
+ "description": "Default: circle\n\nSet the shape of avatar"
3297
3422
  },
3298
3423
  {
3299
3424
  "name": "size",
3300
- "description": "Default: middle\n\nThe size of the Segmented."
3425
+ "description": "Default: medium\n\nSet the size of avatar"
3426
+ },
3427
+ {
3428
+ "name": "classes",
3429
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3301
3430
  },
3302
3431
  {
3303
3432
  "name": "styles",
3304
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3433
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3434
+ }
3435
+ ]
3436
+ },
3437
+ {
3438
+ "name": "a-skeleton-title",
3439
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3440
+ "attributes": [
3441
+ {
3442
+ "name": "width",
3443
+ "description": "Default: -\n\nSet the width of title"
3444
+ }
3445
+ ]
3446
+ },
3447
+ {
3448
+ "name": "a-skeleton-paragraph",
3449
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3450
+ "attributes": [
3451
+ {
3452
+ "name": "rows",
3453
+ "description": "Default: -\n\nSet the row count of paragraph"
3305
3454
  },
3306
3455
  {
3307
- "name": "vertical",
3308
- "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3456
+ "name": "width",
3457
+ "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"
3458
+ }
3459
+ ]
3460
+ },
3461
+ {
3462
+ "name": "a-skeleton-button",
3463
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3464
+ "attributes": [
3465
+ {
3466
+ "name": "active",
3467
+ "description": "Default: false\n\nShow animation effect"
3309
3468
  },
3310
3469
  {
3311
- "name": "value",
3312
- "description": "Default: -\n\nCurrently selected value, support v-model:value"
3470
+ "name": "block",
3471
+ "description": "Default: false\n\nOption to fit button width to its parent width"
3313
3472
  },
3314
3473
  {
3315
3474
  "name": "shape",
3316
- "description": "Default: default\n\nshape of Segmented"
3475
+ "description": "Default: -\n\nSet the shape of button"
3317
3476
  },
3318
3477
  {
3319
- "name": "name",
3320
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3478
+ "name": "size",
3479
+ "description": "Default: medium\n\nSet the size of button"
3480
+ },
3481
+ {
3482
+ "name": "classes",
3483
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3484
+ },
3485
+ {
3486
+ "name": "styles",
3487
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3488
+ }
3489
+ ]
3490
+ },
3491
+ {
3492
+ "name": "a-skeleton-input",
3493
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3494
+ "attributes": [
3495
+ {
3496
+ "name": "active",
3497
+ "description": "Default: false\n\nShow animation effect"
3498
+ },
3499
+ {
3500
+ "name": "size",
3501
+ "description": "Default: medium\n\nSet the size of input"
3502
+ },
3503
+ {
3504
+ "name": "classes",
3505
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3506
+ },
3507
+ {
3508
+ "name": "styles",
3509
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3510
+ }
3511
+ ]
3512
+ },
3513
+ {
3514
+ "name": "a-skeleton-image",
3515
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3516
+ "attributes": [
3517
+ {
3518
+ "name": "active",
3519
+ "description": "Default: false\n\nShow animation effect"
3520
+ },
3521
+ {
3522
+ "name": "classes",
3523
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3524
+ },
3525
+ {
3526
+ "name": "styles",
3527
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3528
+ }
3529
+ ]
3530
+ },
3531
+ {
3532
+ "name": "a-skeleton-node",
3533
+ "description": "(ZH) 在需要等待加载内容的位置提供一个占位图形组合。\n\n(EN) Provide a placeholder while you wait for content to load, or to visualize content that doesn't exist yet.",
3534
+ "attributes": [
3535
+ {
3536
+ "name": "active",
3537
+ "description": "Default: false\n\nShow animation effect"
3538
+ },
3539
+ {
3540
+ "name": "classes",
3541
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3542
+ },
3543
+ {
3544
+ "name": "styles",
3545
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3321
3546
  }
3322
3547
  ]
3323
3548
  },
@@ -3430,260 +3655,84 @@
3430
3655
  "description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
3431
3656
  },
3432
3657
  {
3433
- "name": "option-render",
3434
- "description": "Default: -\n\nCustomize the rendering dropdown options"
3435
- },
3436
- {
3437
- "name": "placeholder",
3438
- "description": "Default: -\n\nThe placeholder of select"
3439
- },
3440
- {
3441
- "name": "placement",
3442
- "description": "Default: bottomLeft\n\nThe position where the selection box pops up"
3443
- },
3444
- {
3445
- "name": "popup-class-name",
3446
- "description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
3447
- },
3448
- {
3449
- "name": "popup-match-select-width",
3450
- "description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
3451
- },
3452
- {
3453
- "name": "popup-render",
3454
- "description": "Default: -\n\nCustomize dropdown content"
3455
- },
3456
- {
3457
- "name": "prefix",
3458
- "description": "Default: -\n\nThe custom prefix"
3459
- },
3460
- {
3461
- "name": "remove-icon",
3462
- "description": "Default: -\n\nThe custom remove icon"
3463
- },
3464
- {
3465
- "name": "search-value",
3466
- "description": "Default: -\n\nThe current input \"search\" text"
3467
- },
3468
- {
3469
- "name": "show-search",
3470
- "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3471
- },
3472
- {
3473
- "name": "size",
3474
- "description": "Default: -\n\nSize of Select input"
3475
- },
3476
- {
3477
- "name": "status",
3478
- "description": "Default: -\n\nSet validation status"
3479
- },
3480
- {
3481
- "name": "styles",
3482
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3483
- },
3484
- {
3485
- "name": "suffix-icon",
3486
- "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3487
- },
3488
- {
3489
- "name": "tag-render",
3490
- "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3491
- },
3492
- {
3493
- "name": "label-render",
3494
- "description": "Default: -\n\nCustomize selected label render"
3495
- },
3496
- {
3497
- "name": "token-separators",
3498
- "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3499
- },
3500
- {
3501
- "name": "value",
3502
- "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3503
- },
3504
- {
3505
- "name": "variant",
3506
- "description": "Default: outlined\n\nVariants of selector"
3507
- },
3508
- {
3509
- "name": "virtual",
3510
- "description": "Default: true\n\nDisable virtual scroll when set to false"
3511
- }
3512
- ]
3513
- },
3514
- {
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.",
3517
- "attributes": [
3518
- {
3519
- "name": "active",
3520
- "description": "Default: false\n\nShow animation effect"
3521
- },
3522
- {
3523
- "name": "avatar",
3524
- "description": "Default: false\n\nShow avatar placeholder"
3525
- },
3526
- {
3527
- "name": "loading",
3528
- "description": "Default: -\n\nDisplay the skeleton when true"
3529
- },
3530
- {
3531
- "name": "paragraph",
3532
- "description": "Default: true\n\nShow paragraph placeholder"
3533
- },
3534
- {
3535
- "name": "round",
3536
- "description": "Default: false\n\nShow paragraph and title radius when true"
3537
- },
3538
- {
3539
- "name": "title",
3540
- "description": "Default: true\n\nShow title placeholder"
3541
- },
3542
- {
3543
- "name": "classes",
3544
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3545
- },
3546
- {
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": [
3556
- {
3557
- "name": "active",
3558
- "description": "Default: false\n\nShow animation effect"
3559
- },
3560
- {
3561
- "name": "shape",
3562
- "description": "Default: circle\n\nSet the shape of avatar"
3658
+ "name": "option-render",
3659
+ "description": "Default: -\n\nCustomize the rendering dropdown options"
3563
3660
  },
3564
3661
  {
3565
- "name": "size",
3566
- "description": "Default: medium\n\nSet the size of avatar"
3662
+ "name": "placeholder",
3663
+ "description": "Default: -\n\nThe placeholder of select"
3567
3664
  },
3568
3665
  {
3569
- "name": "classes",
3570
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3666
+ "name": "placement",
3667
+ "description": "Default: bottomLeft\n\nThe position where the selection box pops up"
3571
3668
  },
3572
3669
  {
3573
- "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": [
3670
+ "name": "popup-class-name",
3671
+ "description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
3672
+ },
3582
3673
  {
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": [
3674
+ "name": "popup-match-select-width",
3675
+ "description": "Default: true\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
3676
+ },
3592
3677
  {
3593
- "name": "rows",
3594
- "description": "Default: -\n\nSet the row count of paragraph"
3678
+ "name": "popup-render",
3679
+ "description": "Default: -\n\nCustomize dropdown content"
3595
3680
  },
3596
3681
  {
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"
3599
- }
3600
- ]
3601
- },
3602
- {
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.",
3605
- "attributes": [
3682
+ "name": "prefix",
3683
+ "description": "Default: -\n\nThe custom prefix"
3684
+ },
3606
3685
  {
3607
- "name": "active",
3608
- "description": "Default: false\n\nShow animation effect"
3686
+ "name": "remove-icon",
3687
+ "description": "Default: -\n\nThe custom remove icon"
3609
3688
  },
3610
3689
  {
3611
- "name": "block",
3612
- "description": "Default: false\n\nOption to fit button width to its parent width"
3690
+ "name": "search-value",
3691
+ "description": "Default: -\n\nThe current input \"search\" text"
3613
3692
  },
3614
3693
  {
3615
- "name": "shape",
3616
- "description": "Default: -\n\nSet the shape of button"
3694
+ "name": "show-search",
3695
+ "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3617
3696
  },
3618
3697
  {
3619
3698
  "name": "size",
3620
- "description": "Default: medium\n\nSet the size of button"
3699
+ "description": "Default: -\n\nSize of Select input"
3621
3700
  },
3622
3701
  {
3623
- "name": "classes",
3624
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3702
+ "name": "status",
3703
+ "description": "Default: -\n\nSet validation status"
3625
3704
  },
3626
3705
  {
3627
3706
  "name": "styles",
3628
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3629
- }
3630
- ]
3631
- },
3632
- {
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.",
3635
- "attributes": [
3636
- {
3637
- "name": "active",
3638
- "description": "Default: false\n\nShow animation effect"
3707
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3639
3708
  },
3640
3709
  {
3641
- "name": "size",
3642
- "description": "Default: medium\n\nSet the size of input"
3710
+ "name": "suffix-icon",
3711
+ "description": "Default: -\n\nThe custom suffix icon. Customize icon will not response click open to avoid icon designed to do other interactive. You can use pointer-events: none style to bypass"
3643
3712
  },
3644
3713
  {
3645
- "name": "classes",
3646
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3714
+ "name": "tag-render",
3715
+ "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3647
3716
  },
3648
3717
  {
3649
- "name": "styles",
3650
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3651
- }
3652
- ]
3653
- },
3654
- {
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.",
3657
- "attributes": [
3658
- {
3659
- "name": "active",
3660
- "description": "Default: false\n\nShow animation effect"
3718
+ "name": "label-render",
3719
+ "description": "Default: -\n\nCustomize selected label render"
3661
3720
  },
3662
3721
  {
3663
- "name": "classes",
3664
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3722
+ "name": "token-separators",
3723
+ "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3665
3724
  },
3666
3725
  {
3667
- "name": "styles",
3668
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3669
- }
3670
- ]
3671
- },
3672
- {
3673
- "name": "a-skeleton-node",
3674
- "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
- "attributes": [
3676
- {
3677
- "name": "active",
3678
- "description": "Default: false\n\nShow animation effect"
3726
+ "name": "value",
3727
+ "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3679
3728
  },
3680
3729
  {
3681
- "name": "classes",
3682
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component"
3730
+ "name": "variant",
3731
+ "description": "Default: outlined\n\nVariants of selector"
3683
3732
  },
3684
3733
  {
3685
- "name": "styles",
3686
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component"
3734
+ "name": "virtual",
3735
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
3687
3736
  }
3688
3737
  ]
3689
3738
  },
@@ -3701,7 +3750,7 @@
3701
3750
  },
3702
3751
  {
3703
3752
  "name": "disabled",
3704
- "description": "Default: false\n\nIf true, the slider will not be interactive"
3753
+ "description": "Default: false\n\nIf true, the slider will not be interactive. Pass boolean[] to disable specific handles individually in Range mode"
3705
3754
  },
3706
3755
  {
3707
3756
  "name": "dots",
@@ -3761,71 +3810,6 @@
3761
3810
  }
3762
3811
  ]
3763
3812
  },
3764
- {
3765
- "name": "a-space",
3766
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3767
- "attributes": [
3768
- {
3769
- "name": "align",
3770
- "description": "Default: -\n\nAlign items"
3771
- },
3772
- {
3773
- "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"
3787
- },
3788
- {
3789
- "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"
3799
- }
3800
- ]
3801
- },
3802
- {
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.",
3810
- "attributes": [
3811
- {
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"
3818
- },
3819
- {
3820
- "name": "size",
3821
- "description": "Default: middle\n\nSet child component size"
3822
- },
3823
- {
3824
- "name": "vertical",
3825
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3826
- }
3827
- ]
3828
- },
3829
3813
  {
3830
3814
  "name": "a-spin",
3831
3815
  "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
@@ -3927,20 +3911,85 @@
3927
3911
  "description": "Default: -\n\nInitial panel size, supports px and percentage"
3928
3912
  },
3929
3913
  {
3930
- "name": "max",
3931
- "description": "Default: -\n\nMaximum threshold, supports px and percentage"
3914
+ "name": "max",
3915
+ "description": "Default: -\n\nMaximum threshold, supports px and percentage"
3916
+ },
3917
+ {
3918
+ "name": "min",
3919
+ "description": "Default: -\n\nMinimum threshold, supports px and percentage"
3920
+ },
3921
+ {
3922
+ "name": "resizable",
3923
+ "description": "Default: true\n\nWhether to enable resize"
3924
+ },
3925
+ {
3926
+ "name": "size",
3927
+ "description": "Default: -\n\nControlled panel size, supports px and percentage"
3928
+ }
3929
+ ]
3930
+ },
3931
+ {
3932
+ "name": "a-space",
3933
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3934
+ "attributes": [
3935
+ {
3936
+ "name": "align",
3937
+ "description": "Default: -\n\nAlign items"
3938
+ },
3939
+ {
3940
+ "name": "classes",
3941
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3942
+ },
3943
+ {
3944
+ "name": "orientation",
3945
+ "description": "Default: horizontal\n\nThe space direction"
3946
+ },
3947
+ {
3948
+ "name": "separator",
3949
+ "description": "Default: -\n\nSet separator"
3950
+ },
3951
+ {
3952
+ "name": "size",
3953
+ "description": "Default: small\n\nThe space size"
3954
+ },
3955
+ {
3956
+ "name": "styles",
3957
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3958
+ },
3959
+ {
3960
+ "name": "vertical",
3961
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3962
+ },
3963
+ {
3964
+ "name": "wrap",
3965
+ "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3966
+ }
3967
+ ]
3968
+ },
3969
+ {
3970
+ "name": "a-size",
3971
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3972
+ "attributes": []
3973
+ },
3974
+ {
3975
+ "name": "a-space-compact",
3976
+ "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3977
+ "attributes": [
3978
+ {
3979
+ "name": "block",
3980
+ "description": "Default: false\n\nOption to fit width to its parent's width"
3932
3981
  },
3933
3982
  {
3934
- "name": "min",
3935
- "description": "Default: -\n\nMinimum threshold, supports px and percentage"
3983
+ "name": "orientation",
3984
+ "description": "Default: horizontal\n\nSet direction of layout"
3936
3985
  },
3937
3986
  {
3938
- "name": "resizable",
3939
- "description": "Default: true\n\nWhether to enable resize"
3987
+ "name": "size",
3988
+ "description": "Default: middle\n\nSet child component size"
3940
3989
  },
3941
3990
  {
3942
- "name": "size",
3943
- "description": "Default: -\n\nControlled panel size, supports px and percentage"
3991
+ "name": "vertical",
3992
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3944
3993
  }
3945
3994
  ]
3946
3995
  },
@@ -4027,6 +4076,10 @@
4027
4076
  "name": "items",
4028
4077
  "description": "Default: []\n\nStepItem content"
4029
4078
  },
4079
+ {
4080
+ "name": "max-count",
4081
+ "description": "Default: -\n\nMaximum number of step items to display (>= 3). Hidden step ranges are collapsed into disabled ellipsis steps"
4082
+ },
4030
4083
  {
4031
4084
  "name": "orientation",
4032
4085
  "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
@@ -4131,104 +4184,6 @@
4131
4184
  }
4132
4185
  ]
4133
4186
  },
4134
- {
4135
- "name": "a-table",
4136
- "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4137
- "attributes": [
4138
- {
4139
- "name": "bordered",
4140
- "description": "Default: false\n\nWhether to show all table borders"
4141
- },
4142
- {
4143
- "name": "classes",
4144
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4145
- },
4146
- {
4147
- "name": "columns",
4148
- "description": "Default: -\n\nColumns of table"
4149
- },
4150
- {
4151
- "name": "data-source",
4152
- "description": "Default: -\n\nData record array to be displayed"
4153
- },
4154
- {
4155
- "name": "expandable",
4156
- "description": "Default: -\n\nConfig expandable content"
4157
- },
4158
- {
4159
- "name": "get-popup-container",
4160
- "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4161
- },
4162
- {
4163
- "name": "loading",
4164
- "description": "Default: false\n\nLoading status of table"
4165
- },
4166
- {
4167
- "name": "locale",
4168
- "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4169
- },
4170
- {
4171
- "name": "pagination",
4172
- "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4173
- },
4174
- {
4175
- "name": "row-class-name",
4176
- "description": "Default: -\n\nRow's className"
4177
- },
4178
- {
4179
- "name": "row-key",
4180
- "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4181
- },
4182
- {
4183
- "name": "row-selection",
4184
- "description": "Default: -\n\nRow selection config"
4185
- },
4186
- {
4187
- "name": "row-hoverable",
4188
- "description": "Default: true\n\nRow hover"
4189
- },
4190
- {
4191
- "name": "scroll",
4192
- "description": "Default: -\n\nWhether the table can be scrollable, config"
4193
- },
4194
- {
4195
- "name": "show-header",
4196
- "description": "Default: true\n\nWhether to show table header"
4197
- },
4198
- {
4199
- "name": "show-sorter-tooltip",
4200
- "description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4201
- },
4202
- {
4203
- "name": "size",
4204
- "description": "Default: large\n\nSize of table"
4205
- },
4206
- {
4207
- "name": "sort-directions",
4208
- "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4209
- },
4210
- {
4211
- "name": "sticky",
4212
- "description": "Default: -\n\nSet sticky header and scroll bar"
4213
- },
4214
- {
4215
- "name": "styles",
4216
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4217
- },
4218
- {
4219
- "name": "table-layout",
4220
- "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4221
- },
4222
- {
4223
- "name": "dropdown-prefix-cls",
4224
- "description": "Default: -\n\n-"
4225
- },
4226
- {
4227
- "name": "virtual",
4228
- "description": "Default: -\n\nSupport virtual list"
4229
- }
4230
- ]
4231
- },
4232
4187
  {
4233
4188
  "name": "a-tabs",
4234
4189
  "description": "(ZH) 选项卡切换组件。\n\n(EN) Tabs make it easy to explore and switch between different views.",
@@ -4658,28 +4613,6 @@
4658
4613
  }
4659
4614
  ]
4660
4615
  },
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
4616
  {
4684
4617
  "name": "a-transfer",
4685
4618
  "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
@@ -4952,6 +4885,104 @@
4952
4885
  }
4953
4886
  ]
4954
4887
  },
4888
+ {
4889
+ "name": "a-table",
4890
+ "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4891
+ "attributes": [
4892
+ {
4893
+ "name": "bordered",
4894
+ "description": "Default: false\n\nWhether to show all table borders"
4895
+ },
4896
+ {
4897
+ "name": "classes",
4898
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4899
+ },
4900
+ {
4901
+ "name": "columns",
4902
+ "description": "Default: -\n\nColumns of table"
4903
+ },
4904
+ {
4905
+ "name": "data-source",
4906
+ "description": "Default: -\n\nData record array to be displayed"
4907
+ },
4908
+ {
4909
+ "name": "expandable",
4910
+ "description": "Default: -\n\nConfig expandable content"
4911
+ },
4912
+ {
4913
+ "name": "get-popup-container",
4914
+ "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4915
+ },
4916
+ {
4917
+ "name": "loading",
4918
+ "description": "Default: false\n\nLoading status of table"
4919
+ },
4920
+ {
4921
+ "name": "locale",
4922
+ "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4923
+ },
4924
+ {
4925
+ "name": "pagination",
4926
+ "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4927
+ },
4928
+ {
4929
+ "name": "row-class-name",
4930
+ "description": "Default: -\n\nRow's className"
4931
+ },
4932
+ {
4933
+ "name": "row-key",
4934
+ "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4935
+ },
4936
+ {
4937
+ "name": "row-selection",
4938
+ "description": "Default: -\n\nRow selection config"
4939
+ },
4940
+ {
4941
+ "name": "row-hoverable",
4942
+ "description": "Default: true\n\nRow hover"
4943
+ },
4944
+ {
4945
+ "name": "scroll",
4946
+ "description": "Default: -\n\nWhether the table can be scrollable, config"
4947
+ },
4948
+ {
4949
+ "name": "show-header",
4950
+ "description": "Default: true\n\nWhether to show table header"
4951
+ },
4952
+ {
4953
+ "name": "show-sorter-tooltip",
4954
+ "description": "Default: \\{ target: 'full-header' \\}\n\nThe header show next sorter direction tooltip. It will be set as the property of Tooltip if its type is object"
4955
+ },
4956
+ {
4957
+ "name": "size",
4958
+ "description": "Default: large\n\nSize of table"
4959
+ },
4960
+ {
4961
+ "name": "sort-directions",
4962
+ "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4963
+ },
4964
+ {
4965
+ "name": "sticky",
4966
+ "description": "Default: -\n\nSet sticky header and scroll bar"
4967
+ },
4968
+ {
4969
+ "name": "styles",
4970
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4971
+ },
4972
+ {
4973
+ "name": "table-layout",
4974
+ "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4975
+ },
4976
+ {
4977
+ "name": "dropdown-prefix-cls",
4978
+ "description": "Default: -\n\n-"
4979
+ },
4980
+ {
4981
+ "name": "virtual",
4982
+ "description": "Default: -\n\nSupport virtual list"
4983
+ }
4984
+ ]
4985
+ },
4955
4986
  {
4956
4987
  "name": "a-tree-select-props",
4957
4988
  "description": "Tree selection control.",
@@ -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.",