antdv-next 1.3.6 → 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 (1479) 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 +45 -49
  79. package/dist/anchor/Anchor.d.ts +1 -3
  80. package/dist/anchor/Anchor.js +12 -15
  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 +14671 -14426
  88. package/dist/antd-with-locales.js +93 -79
  89. package/dist/antd.css +1 -1
  90. package/dist/antd.esm.js +11917 -11693
  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 -12
  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 +2 -15
  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 +29 -14
  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.d.ts +6 -0
  607. package/dist/form/hooks/useForm.js +7 -3
  608. package/dist/form/hooks/useVariant.d.ts +1 -2
  609. package/dist/form/hooks/useVariant.js +1 -3
  610. package/dist/form/index.d.ts +2 -1
  611. package/dist/form/index.js +9 -11
  612. package/dist/form/interface.js +1 -1
  613. package/dist/form/namePathType.js +1 -1
  614. package/dist/form/style/explain.d.ts +0 -1
  615. package/dist/form/style/explain.js +1 -3
  616. package/dist/form/style/fallbackCmp.d.ts +3 -5
  617. package/dist/form/style/fallbackCmp.js +1 -3
  618. package/dist/form/style/index.d.ts +3 -3
  619. package/dist/form/style/index.js +8 -9
  620. package/dist/form/types.js +1 -1
  621. package/dist/form/util.js +1 -3
  622. package/dist/form/utils/NameMap.js +1 -3
  623. package/dist/form/utils/asyncUtil.js +1 -2
  624. package/dist/form/utils/messages.js +1 -2
  625. package/dist/form/utils/typeUtil.js +1 -2
  626. package/dist/form/utils/validateUtil.js +1 -3
  627. package/dist/form/utils/valueUtil.js +2 -4
  628. package/dist/form/validateMessagesContext.js +1 -3
  629. package/dist/grid/RowContext.js +1 -3
  630. package/dist/grid/col.d.ts +1 -2
  631. package/dist/grid/col.js +1 -4
  632. package/dist/grid/hooks/useBreakpoint.js +3 -6
  633. package/dist/grid/hooks/useGutter.js +1 -3
  634. package/dist/grid/index.d.ts +1 -2
  635. package/dist/grid/index.js +5 -7
  636. package/dist/grid/row.d.ts +1 -2
  637. package/dist/grid/row.js +3 -6
  638. package/dist/grid/style/index.d.ts +2 -5
  639. package/dist/grid/style/index.js +1 -3
  640. package/dist/image/PreviewGroup.d.ts +10 -13
  641. package/dist/image/PreviewGroup.js +5 -8
  642. package/dist/image/hooks/useMergedPreviewConfig.d.ts +4 -8
  643. package/dist/image/hooks/useMergedPreviewConfig.js +1 -4
  644. package/dist/image/hooks/usePreviewConfig.d.ts +19 -25
  645. package/dist/image/hooks/usePreviewConfig.js +1 -3
  646. package/dist/image/index.d.ts +2 -4
  647. package/dist/image/index.js +9 -12
  648. package/dist/image/style/index.d.ts +1 -3
  649. package/dist/image/style/index.js +1 -3
  650. package/dist/index.d.ts +3 -3
  651. package/dist/index.js +80 -82
  652. package/dist/input/Group.d.ts +2 -3
  653. package/dist/input/Group.js +9 -13
  654. package/dist/input/Input.d.ts +1 -3
  655. package/dist/input/Input.js +8 -11
  656. package/dist/input/OTP/OTPInput.d.ts +2 -3
  657. package/dist/input/OTP/OTPInput.js +4 -7
  658. package/dist/input/OTP/index.d.ts +1 -3
  659. package/dist/input/OTP/index.js +7 -10
  660. package/dist/input/Password.d.ts +2 -2
  661. package/dist/input/Password.js +23 -20
  662. package/dist/input/Search.d.ts +1 -3
  663. package/dist/input/Search.js +3 -6
  664. package/dist/input/TextArea.d.ts +1 -3
  665. package/dist/input/TextArea.js +8 -11
  666. package/dist/input/hooks/useRemovePasswordTimeout.js +1 -3
  667. package/dist/input/index.d.ts +5 -6
  668. package/dist/input/index.js +23 -26
  669. package/dist/input/style/index.d.ts +2 -4
  670. package/dist/input/style/index.js +1 -3
  671. package/dist/input/style/otp.d.ts +1 -3
  672. package/dist/input/style/otp.js +1 -3
  673. package/dist/input/style/search.d.ts +1 -3
  674. package/dist/input/style/search.js +29 -12
  675. package/dist/input/style/textarea.d.ts +1 -2
  676. package/dist/input/style/textarea.js +1 -3
  677. package/dist/input/style/token.d.ts +0 -2
  678. package/dist/input/style/token.js +1 -3
  679. package/dist/input/style/variants.d.ts +0 -1
  680. package/dist/input/style/variants.js +25 -11
  681. package/dist/input-number/index.d.ts +1 -3
  682. package/dist/input-number/index.js +6 -9
  683. package/dist/input-number/style/index.d.ts +1 -2
  684. package/dist/input-number/style/index.js +1 -3
  685. package/dist/input-number/style/token.d.ts +0 -2
  686. package/dist/input-number/style/token.js +1 -3
  687. package/dist/layout/Sider.d.ts +15 -3
  688. package/dist/layout/Sider.js +27 -9
  689. package/dist/layout/context.js +1 -3
  690. package/dist/layout/hooks/useHasSider.js +1 -2
  691. package/dist/layout/index.d.ts +4 -5
  692. package/dist/layout/index.js +8 -10
  693. package/dist/layout/layout.d.ts +4 -5
  694. package/dist/layout/layout.js +4 -7
  695. package/dist/layout/style/index.d.ts +1 -3
  696. package/dist/layout/style/index.js +1 -3
  697. package/dist/layout/style/sider.d.ts +1 -3
  698. package/dist/layout/style/sider.js +1 -3
  699. package/dist/locale/ar_EG.js +7 -10
  700. package/dist/locale/az_AZ.js +7 -10
  701. package/dist/locale/bg_BG.js +7 -10
  702. package/dist/locale/bn_BD.js +7 -10
  703. package/dist/locale/by_BY.js +7 -10
  704. package/dist/locale/ca_ES.js +7 -10
  705. package/dist/locale/cs_CZ.js +7 -10
  706. package/dist/locale/da_DK.js +7 -10
  707. package/dist/locale/de_DE.js +7 -10
  708. package/dist/locale/el_GR.js +7 -10
  709. package/dist/locale/en_GB.js +7 -10
  710. package/dist/locale/en_US.js +7 -10
  711. package/dist/locale/es_ES.js +7 -10
  712. package/dist/locale/es_US.js +7 -10
  713. package/dist/locale/et_EE.js +7 -10
  714. package/dist/locale/eu_ES.js +7 -10
  715. package/dist/locale/fa_IR.js +7 -10
  716. package/dist/locale/fi_FI.js +7 -10
  717. package/dist/locale/fr_BE.js +7 -10
  718. package/dist/locale/fr_CA.js +7 -10
  719. package/dist/locale/fr_FR.js +7 -10
  720. package/dist/locale/ga_IE.js +7 -10
  721. package/dist/locale/gl_ES.js +7 -10
  722. package/dist/locale/he_IL.js +7 -10
  723. package/dist/locale/hi_IN.js +7 -10
  724. package/dist/locale/hr_HR.js +7 -10
  725. package/dist/locale/hu_HU.js +7 -10
  726. package/dist/locale/hy_AM.js +1 -3
  727. package/dist/locale/id_ID.js +7 -10
  728. package/dist/locale/index.d.ts +1 -7
  729. package/dist/locale/index.js +1 -3
  730. package/dist/locale/is_IS.js +7 -10
  731. package/dist/locale/it_IT.js +7 -10
  732. package/dist/locale/ja_JP.js +9 -12
  733. package/dist/locale/ka_GE.js +7 -10
  734. package/dist/locale/kk_KZ.js +7 -10
  735. package/dist/locale/km_KH.js +7 -10
  736. package/dist/locale/kmr_IQ.js +7 -10
  737. package/dist/locale/kn_IN.js +7 -10
  738. package/dist/locale/ko_KR.js +7 -10
  739. package/dist/locale/ku_IQ.js +7 -10
  740. package/dist/locale/lt_LT.js +7 -10
  741. package/dist/locale/lv_LV.js +7 -10
  742. package/dist/locale/mk_MK.js +7 -10
  743. package/dist/locale/ml_IN.js +7 -10
  744. package/dist/locale/mn_MN.js +7 -10
  745. package/dist/locale/mr_IN.js +7 -10
  746. package/dist/locale/ms_MY.js +7 -10
  747. package/dist/locale/my_MM.js +7 -10
  748. package/dist/locale/nb_NO.js +75 -57
  749. package/dist/locale/ne_NP.js +7 -10
  750. package/dist/locale/nl_BE.js +7 -10
  751. package/dist/locale/nl_NL.js +7 -10
  752. package/dist/locale/pl_PL.js +7 -10
  753. package/dist/locale/pt_BR.js +7 -10
  754. package/dist/locale/pt_PT.js +7 -10
  755. package/dist/locale/ro_RO.js +7 -10
  756. package/dist/locale/ru_RU.js +7 -10
  757. package/dist/locale/si_LK.js +7 -10
  758. package/dist/locale/sk_SK.js +7 -10
  759. package/dist/locale/sl_SI.js +7 -10
  760. package/dist/locale/sr_RS.js +7 -10
  761. package/dist/locale/sv_SE.js +7 -10
  762. package/dist/locale/ta_IN.js +7 -10
  763. package/dist/locale/th_TH.js +7 -10
  764. package/dist/locale/tk_TK.js +7 -10
  765. package/dist/locale/tr_TR.js +7 -10
  766. package/dist/locale/uk_UA.js +7 -10
  767. package/dist/locale/ur_PK.js +7 -10
  768. package/dist/locale/useLocale.d.ts +1 -2
  769. package/dist/locale/useLocale.js +5 -8
  770. package/dist/locale/uz_UZ.js +7 -10
  771. package/dist/locale/vi_VN.js +7 -10
  772. package/dist/locale/zh_CN.js +9 -12
  773. package/dist/locale/zh_HK.js +7 -10
  774. package/dist/locale/zh_TW.js +7 -10
  775. package/dist/masonry/Masonry.d.ts +2 -5
  776. package/dist/masonry/Masonry.js +8 -11
  777. package/dist/masonry/MasonryItem.d.ts +1 -2
  778. package/dist/masonry/MasonryItem.js +1 -4
  779. package/dist/masonry/hooks/useDelay.js +1 -3
  780. package/dist/masonry/hooks/usePositions.d.ts +1 -2
  781. package/dist/masonry/hooks/usePositions.js +1 -3
  782. package/dist/masonry/hooks/useRefs.js +1 -3
  783. package/dist/masonry/index.js +5 -7
  784. package/dist/masonry/style/index.d.ts +1 -3
  785. package/dist/masonry/style/index.js +1 -3
  786. package/dist/mentions/index.d.ts +1 -3
  787. package/dist/mentions/index.js +15 -18
  788. package/dist/mentions/style/index.d.ts +1 -4
  789. package/dist/mentions/style/index.js +1 -3
  790. package/dist/menu/MenuContext.d.ts +2 -3
  791. package/dist/menu/MenuContext.js +1 -3
  792. package/dist/menu/MenuDivider.d.ts +1 -3
  793. package/dist/menu/MenuDivider.js +2 -6
  794. package/dist/menu/MenuItem.d.ts +1 -2
  795. package/dist/menu/MenuItem.js +3 -6
  796. package/dist/menu/MenuItemGroup.d.ts +1 -2
  797. package/dist/menu/MenuItemGroup.js +4 -7
  798. package/dist/menu/OverrideContext.d.ts +2 -3
  799. package/dist/menu/OverrideContext.js +1 -3
  800. package/dist/menu/SubMenu.d.ts +1 -2
  801. package/dist/menu/SubMenu.js +4 -7
  802. package/dist/menu/index.d.ts +2 -3
  803. package/dist/menu/index.js +17 -21
  804. package/dist/menu/interface.js +1 -1
  805. package/dist/menu/menu.d.ts +1 -2
  806. package/dist/menu/menu.js +15 -18
  807. package/dist/menu/style/horizontal.d.ts +0 -1
  808. package/dist/menu/style/horizontal.js +1 -4
  809. package/dist/menu/style/index.d.ts +1 -3
  810. package/dist/menu/style/index.js +12 -14
  811. package/dist/menu/style/rtl.d.ts +0 -1
  812. package/dist/menu/style/rtl.js +1 -4
  813. package/dist/menu/style/theme.js +1 -4
  814. package/dist/menu/style/vertical.d.ts +0 -2
  815. package/dist/menu/style/vertical.js +1 -4
  816. package/dist/message/PureList.d.ts +2 -3
  817. package/dist/message/PureList.js +3 -6
  818. package/dist/message/PurePanel.d.ts +8 -9
  819. package/dist/message/PurePanel.js +3 -6
  820. package/dist/message/index.js +7 -10
  821. package/dist/message/interface.d.ts +0 -1
  822. package/dist/message/interface.js +1 -1
  823. package/dist/message/style/index.d.ts +4 -5
  824. package/dist/message/style/index.js +1 -3
  825. package/dist/message/useMessage.d.ts +2 -3
  826. package/dist/message/useMessage.js +3 -5
  827. package/dist/message/util.js +1 -2
  828. package/dist/modal/ConfirmDialog.d.ts +3 -4
  829. package/dist/modal/ConfirmDialog.js +34 -38
  830. package/dist/modal/Modal.d.ts +1 -2
  831. package/dist/modal/Modal.js +10 -12
  832. package/dist/modal/PurePanel.d.ts +1 -2
  833. package/dist/modal/PurePanel.js +5 -9
  834. package/dist/modal/components/ConfirmCancelBtn.d.ts +3 -4
  835. package/dist/modal/components/ConfirmCancelBtn.js +3 -6
  836. package/dist/modal/components/ConfirmOkBtn.d.ts +3 -4
  837. package/dist/modal/components/ConfirmOkBtn.js +3 -6
  838. package/dist/modal/components/NormalCancelBtn.d.ts +3 -4
  839. package/dist/modal/components/NormalCancelBtn.js +1 -4
  840. package/dist/modal/components/NormalOkBtn.d.ts +3 -4
  841. package/dist/modal/components/NormalOkBtn.js +1 -4
  842. package/dist/modal/confirm.js +14 -16
  843. package/dist/modal/context.js +1 -3
  844. package/dist/modal/destroyFns.js +1 -3
  845. package/dist/modal/index.js +5 -8
  846. package/dist/modal/interface.d.ts +4 -2
  847. package/dist/modal/interface.js +1 -1
  848. package/dist/modal/locale.js +5 -7
  849. package/dist/modal/shared.d.ts +2 -4
  850. package/dist/modal/shared.js +8 -10
  851. package/dist/modal/style/confirm.d.ts +3 -5
  852. package/dist/modal/style/confirm.js +1 -3
  853. package/dist/modal/style/index.d.ts +1 -2
  854. package/dist/modal/style/index.js +1 -6
  855. package/dist/modal/useModal/HookModal.d.ts +2 -3
  856. package/dist/modal/useModal/HookModal.js +6 -9
  857. package/dist/modal/useModal/index.js +7 -9
  858. package/dist/modal/useModal/interface.js +1 -1
  859. package/dist/modal/useModal/types.js +1 -1
  860. package/dist/notification/PureList.d.ts +2 -3
  861. package/dist/notification/PureList.js +3 -6
  862. package/dist/notification/PurePanel.d.ts +12 -14
  863. package/dist/notification/PurePanel.js +7 -11
  864. package/dist/notification/index.js +7 -10
  865. package/dist/notification/interface.d.ts +0 -1
  866. package/dist/notification/interface.js +1 -2
  867. package/dist/notification/style/index.d.ts +4 -7
  868. package/dist/notification/style/index.js +5 -7
  869. package/dist/notification/style/notification.d.ts +0 -1
  870. package/dist/notification/style/notification.js +1 -4
  871. package/dist/notification/style/placement.d.ts +0 -1
  872. package/dist/notification/style/placement.js +1 -4
  873. package/dist/notification/useNotification.d.ts +2 -3
  874. package/dist/notification/useNotification.js +8 -11
  875. package/dist/notification/util.js +1 -2
  876. package/dist/package.js +2 -3
  877. package/dist/package.json.d.ts +1 -1
  878. package/dist/pagination/Pagination.d.ts +1 -2
  879. package/dist/pagination/Pagination.js +19 -18
  880. package/dist/pagination/index.js +3 -5
  881. package/dist/pagination/interface.d.ts +0 -1
  882. package/dist/pagination/interface.js +1 -1
  883. package/dist/pagination/style/bordered.d.ts +3 -5
  884. package/dist/pagination/style/bordered.js +1 -3
  885. package/dist/pagination/style/index.d.ts +1 -4
  886. package/dist/pagination/style/index.js +52 -3
  887. package/dist/pagination/useShowSizeChanger.js +1 -2
  888. package/dist/popconfirm/PurePanel.d.ts +2 -3
  889. package/dist/popconfirm/PurePanel.js +8 -11
  890. package/dist/popconfirm/index.d.ts +1 -4
  891. package/dist/popconfirm/index.js +8 -11
  892. package/dist/popconfirm/style/index.d.ts +1 -4
  893. package/dist/popconfirm/style/index.js +1 -3
  894. package/dist/popover/PurePanel.d.ts +6 -7
  895. package/dist/popover/PurePanel.js +4 -9
  896. package/dist/popover/index.d.ts +1 -3
  897. package/dist/popover/index.js +8 -11
  898. package/dist/popover/style/index.d.ts +1 -4
  899. package/dist/popover/style/index.js +3 -5
  900. package/dist/progress/Circle.d.ts +2 -3
  901. package/dist/progress/Circle.js +11 -15
  902. package/dist/progress/Line.d.ts +2 -3
  903. package/dist/progress/Line.js +1 -4
  904. package/dist/progress/Steps.d.ts +1 -2
  905. package/dist/progress/Steps.js +1 -4
  906. package/dist/progress/index.js +3 -5
  907. package/dist/progress/progress.d.ts +1 -3
  908. package/dist/progress/progress.js +12 -18
  909. package/dist/progress/style/index.d.ts +1 -4
  910. package/dist/progress/style/index.js +1 -3
  911. package/dist/progress/utils.js +1 -3
  912. package/dist/qrcode/QrcodeStatus.d.ts +1 -2
  913. package/dist/qrcode/QrcodeStatus.js +3 -6
  914. package/dist/qrcode/index.d.ts +1 -2
  915. package/dist/qrcode/index.js +14 -18
  916. package/dist/qrcode/interface.d.ts +0 -1
  917. package/dist/qrcode/interface.js +1 -1
  918. package/dist/qrcode/style/index.d.ts +1 -4
  919. package/dist/qrcode/style/index.js +1 -3
  920. package/dist/radio/context.js +1 -3
  921. package/dist/radio/group.d.ts +1 -2
  922. package/dist/radio/group.js +11 -15
  923. package/dist/radio/index.d.ts +2 -5
  924. package/dist/radio/index.js +12 -14
  925. package/dist/radio/interface.d.ts +0 -1
  926. package/dist/radio/interface.js +1 -1
  927. package/dist/radio/radio.d.ts +1 -2
  928. package/dist/radio/radio.js +6 -9
  929. package/dist/radio/radioButton.d.ts +1 -2
  930. package/dist/radio/radioButton.js +3 -6
  931. package/dist/radio/style/index.d.ts +1 -4
  932. package/dist/radio/style/index.js +1 -3
  933. package/dist/rate/index.d.ts +1 -2
  934. package/dist/rate/index.js +5 -8
  935. package/dist/rate/style/index.d.ts +1 -3
  936. package/dist/rate/style/index.js +1 -3
  937. package/dist/result/index.d.ts +1 -3
  938. package/dist/result/index.js +14 -20
  939. package/dist/result/noFound.d.ts +1 -3
  940. package/dist/result/noFound.js +1 -4
  941. package/dist/result/serverError.d.ts +1 -3
  942. package/dist/result/serverError.js +1 -4
  943. package/dist/result/style/index.d.ts +1 -3
  944. package/dist/result/style/index.js +1 -3
  945. package/dist/result/unauthorized.d.ts +1 -3
  946. package/dist/result/unauthorized.js +1 -4
  947. package/dist/segmented/index.d.ts +1 -3
  948. package/dist/segmented/index.js +10 -15
  949. package/dist/segmented/style/index.d.ts +1 -4
  950. package/dist/segmented/style/index.js +1 -3
  951. package/dist/select/index.d.ts +3 -7
  952. package/dist/select/index.js +13 -16
  953. package/dist/select/mergedBuiltinPlacements.js +1 -3
  954. package/dist/select/style/dropdown.d.ts +0 -2
  955. package/dist/select/style/dropdown.js +1 -4
  956. package/dist/select/style/index.d.ts +1 -2
  957. package/dist/select/style/index.js +5 -7
  958. package/dist/select/style/select-input-customize.js +1 -3
  959. package/dist/select/style/select-input-multiple.js +1 -4
  960. package/dist/select/style/select-input.js +26 -12
  961. package/dist/select/style/token.d.ts +0 -1
  962. package/dist/select/style/token.js +1 -2
  963. package/dist/select/useIcons.d.ts +4 -5
  964. package/dist/select/useIcons.js +1 -3
  965. package/dist/select/usePopupRender.d.ts +1 -3
  966. package/dist/select/usePopupRender.js +1 -4
  967. package/dist/select/useShowArrow.js +1 -3
  968. package/dist/skeleton/Avatar.d.ts +1 -2
  969. package/dist/skeleton/Avatar.js +5 -9
  970. package/dist/skeleton/Button.d.ts +1 -2
  971. package/dist/skeleton/Button.js +8 -12
  972. package/dist/skeleton/Element.d.ts +1 -2
  973. package/dist/skeleton/Element.js +1 -4
  974. package/dist/skeleton/Image.d.ts +1 -2
  975. package/dist/skeleton/Image.js +3 -6
  976. package/dist/skeleton/Input.d.ts +1 -2
  977. package/dist/skeleton/Input.js +8 -12
  978. package/dist/skeleton/Node.d.ts +1 -2
  979. package/dist/skeleton/Node.js +2 -6
  980. package/dist/skeleton/Paragraph.d.ts +1 -3
  981. package/dist/skeleton/Paragraph.js +2 -5
  982. package/dist/skeleton/Skeleton.d.ts +1 -3
  983. package/dist/skeleton/Skeleton.js +28 -35
  984. package/dist/skeleton/Title.d.ts +1 -3
  985. package/dist/skeleton/Title.js +1 -4
  986. package/dist/skeleton/index.js +8 -10
  987. package/dist/skeleton/style/index.d.ts +1 -4
  988. package/dist/skeleton/style/index.js +1 -3
  989. package/dist/slider/Context.js +1 -3
  990. package/dist/slider/SliderTooltip.d.ts +2 -3
  991. package/dist/slider/SliderTooltip.js +3 -6
  992. package/dist/slider/index.d.ts +3 -4
  993. package/dist/slider/index.js +8 -11
  994. package/dist/slider/style/index.d.ts +1 -4
  995. package/dist/slider/style/index.js +15 -15
  996. package/dist/slider/useRafLock.js +1 -3
  997. package/dist/space/Addon.d.ts +1 -2
  998. package/dist/space/Addon.js +6 -10
  999. package/dist/space/Compact.d.ts +5 -6
  1000. package/dist/space/Compact.js +1 -4
  1001. package/dist/space/Item.d.ts +1 -2
  1002. package/dist/space/Item.js +1 -4
  1003. package/dist/space/context.js +1 -3
  1004. package/dist/space/index.d.ts +3 -5
  1005. package/dist/space/index.js +10 -13
  1006. package/dist/space/style/addon.d.ts +1 -3
  1007. package/dist/space/style/addon.js +1 -3
  1008. package/dist/space/style/compact.d.ts +1 -3
  1009. package/dist/space/style/compact.js +1 -3
  1010. package/dist/space/style/index.d.ts +1 -4
  1011. package/dist/space/style/index.js +1 -3
  1012. package/dist/spin/Indicator/Looper.d.ts +1 -3
  1013. package/dist/spin/Indicator/Looper.js +3 -5
  1014. package/dist/spin/Indicator/Progress.d.ts +1 -3
  1015. package/dist/spin/Indicator/Progress.js +1 -4
  1016. package/dist/spin/Indicator/index.d.ts +3 -4
  1017. package/dist/spin/Indicator/index.js +2 -5
  1018. package/dist/spin/index.d.ts +1 -3
  1019. package/dist/spin/index.js +4 -7
  1020. package/dist/spin/style/index.d.ts +1 -4
  1021. package/dist/spin/style/index.js +1 -3
  1022. package/dist/spin/usePercent.d.ts +1 -2
  1023. package/dist/spin/usePercent.js +1 -3
  1024. package/dist/splitter/Panel.d.ts +2 -3
  1025. package/dist/splitter/Panel.js +1 -4
  1026. package/dist/splitter/SplitBar.d.ts +1 -2
  1027. package/dist/splitter/SplitBar.js +1 -4
  1028. package/dist/splitter/Splitter.d.ts +1 -2
  1029. package/dist/splitter/Splitter.js +8 -11
  1030. package/dist/splitter/hooks/sizeUtil.js +1 -2
  1031. package/dist/splitter/hooks/useItems.js +1 -3
  1032. package/dist/splitter/hooks/useResizable.d.ts +1 -2
  1033. package/dist/splitter/hooks/useResizable.js +1 -3
  1034. package/dist/splitter/hooks/useResize.d.ts +1 -2
  1035. package/dist/splitter/hooks/useResize.js +1 -3
  1036. package/dist/splitter/hooks/useSizes.d.ts +1 -2
  1037. package/dist/splitter/hooks/useSizes.js +1 -3
  1038. package/dist/splitter/index.d.ts +1 -2
  1039. package/dist/splitter/index.js +9 -11
  1040. package/dist/splitter/interface.d.ts +0 -1
  1041. package/dist/splitter/interface.js +1 -1
  1042. package/dist/splitter/style/index.d.ts +1 -4
  1043. package/dist/splitter/style/index.js +1 -3
  1044. package/dist/statistic/Number.d.ts +1 -2
  1045. package/dist/statistic/Number.js +1 -4
  1046. package/dist/statistic/Statistic.d.ts +1 -3
  1047. package/dist/statistic/Statistic.js +8 -14
  1048. package/dist/statistic/Timer.d.ts +1 -2
  1049. package/dist/statistic/Timer.js +4 -7
  1050. package/dist/statistic/index.d.ts +1 -2
  1051. package/dist/statistic/index.js +8 -10
  1052. package/dist/statistic/style/index.d.ts +1 -4
  1053. package/dist/statistic/style/index.js +1 -3
  1054. package/dist/statistic/utils.js +1 -2
  1055. package/dist/steps/PanelArrow.d.ts +1 -3
  1056. package/dist/steps/PanelArrow.js +1 -4
  1057. package/dist/steps/ProgressIcon.d.ts +1 -3
  1058. package/dist/steps/ProgressIcon.js +1 -4
  1059. package/dist/steps/context.js +1 -3
  1060. package/dist/steps/index.d.ts +7 -3
  1061. package/dist/steps/index.js +35 -22
  1062. package/dist/steps/style/horizontal.d.ts +0 -1
  1063. package/dist/steps/style/horizontal.js +1 -4
  1064. package/dist/steps/style/icon.d.ts +0 -1
  1065. package/dist/steps/style/icon.js +1 -4
  1066. package/dist/steps/style/index.d.ts +1 -3
  1067. package/dist/steps/style/index.js +27 -27
  1068. package/dist/steps/style/inline.d.ts +0 -1
  1069. package/dist/steps/style/inline.js +1 -4
  1070. package/dist/steps/style/label-placement.d.ts +0 -1
  1071. package/dist/steps/style/label-placement.js +1 -4
  1072. package/dist/steps/style/max-count.d.ts +8 -0
  1073. package/dist/steps/style/max-count.js +8 -0
  1074. package/dist/steps/style/nav.d.ts +0 -1
  1075. package/dist/steps/style/nav.js +1 -4
  1076. package/dist/steps/style/panel.d.ts +0 -1
  1077. package/dist/steps/style/panel.js +1 -4
  1078. package/dist/steps/style/progress-dot.d.ts +0 -1
  1079. package/dist/steps/style/progress-dot.js +1 -4
  1080. package/dist/steps/style/progress.d.ts +0 -1
  1081. package/dist/steps/style/progress.js +1 -4
  1082. package/dist/steps/style/rtl.d.ts +0 -1
  1083. package/dist/steps/style/rtl.js +1 -4
  1084. package/dist/steps/style/small.d.ts +0 -1
  1085. package/dist/steps/style/small.js +1 -4
  1086. package/dist/steps/style/status.d.ts +0 -1
  1087. package/dist/steps/style/status.js +1 -4
  1088. package/dist/steps/style/util.js +1 -3
  1089. package/dist/steps/style/vertical.d.ts +0 -1
  1090. package/dist/steps/style/vertical.js +1 -4
  1091. package/dist/steps/useDisplaySteps.d.ts +22 -0
  1092. package/dist/steps/useDisplaySteps.js +95 -0
  1093. package/dist/style/compact-item-vertical.d.ts +0 -1
  1094. package/dist/style/compact-item-vertical.js +1 -2
  1095. package/dist/style/compact-item.d.ts +0 -1
  1096. package/dist/style/compact-item.js +1 -2
  1097. package/dist/style/index.d.ts +0 -1
  1098. package/dist/style/index.js +1 -3
  1099. package/dist/style/motion/collapse.js +1 -3
  1100. package/dist/style/motion/fade.js +1 -3
  1101. package/dist/style/motion/index.js +2 -3
  1102. package/dist/style/motion/motion.js +1 -2
  1103. package/dist/style/motion/move.js +1 -3
  1104. package/dist/style/motion/slide.js +1 -3
  1105. package/dist/style/motion/util.js +1 -2
  1106. package/dist/style/motion/zoom.js +1 -3
  1107. package/dist/style/placementArrow.js +2 -5
  1108. package/dist/style/roundedArrow.d.ts +0 -1
  1109. package/dist/style/roundedArrow.js +1 -3
  1110. package/dist/switch/index.d.ts +1 -3
  1111. package/dist/switch/index.js +4 -7
  1112. package/dist/switch/style/index.d.ts +1 -4
  1113. package/dist/switch/style/index.js +1 -3
  1114. package/dist/table/Column.d.ts +1 -2
  1115. package/dist/table/Column.js +1 -4
  1116. package/dist/table/ColumnGroup.d.ts +1 -2
  1117. package/dist/table/ColumnGroup.js +1 -4
  1118. package/dist/table/ExpandIcon.d.ts +1 -2
  1119. package/dist/table/ExpandIcon.js +1 -4
  1120. package/dist/table/InternalTable.d.ts +10 -4
  1121. package/dist/table/InternalTable.js +60 -25
  1122. package/dist/table/Table.js +11 -10
  1123. package/dist/table/TableMeasureRowContext.d.ts +2 -3
  1124. package/dist/table/TableMeasureRowContext.js +1 -3
  1125. package/dist/table/hooks/useContainerWidth.js +1 -2
  1126. package/dist/table/hooks/useFilledColumns.js +1 -3
  1127. package/dist/table/hooks/useFilter/FilterDropdown.d.ts +2 -3
  1128. package/dist/table/hooks/useFilter/FilterDropdown.js +18 -21
  1129. package/dist/table/hooks/useFilter/FilterSearch.d.ts +1 -2
  1130. package/dist/table/hooks/useFilter/FilterSearch.js +3 -6
  1131. package/dist/table/hooks/useFilter/FilterWrapper.d.ts +2 -3
  1132. package/dist/table/hooks/useFilter/FilterWrapper.js +1 -4
  1133. package/dist/table/hooks/useFilter/index.js +3 -5
  1134. package/dist/table/hooks/useLazyKVMap.js +1 -3
  1135. package/dist/table/hooks/usePagination.d.ts +1 -2
  1136. package/dist/table/hooks/usePagination.js +7 -10
  1137. package/dist/table/hooks/useSelection.d.ts +1 -2
  1138. package/dist/table/hooks/useSelection.js +8 -10
  1139. package/dist/table/hooks/useSorter.d.ts +10 -2
  1140. package/dist/table/hooks/useSorter.js +10 -11
  1141. package/dist/table/hooks/useTitleColumns.js +1 -3
  1142. package/dist/table/index.js +10 -13
  1143. package/dist/table/interface.d.ts +4 -5
  1144. package/dist/table/interface.js +1 -1
  1145. package/dist/table/style/bordered.d.ts +0 -1
  1146. package/dist/table/style/bordered.js +6 -5
  1147. package/dist/table/style/ellipsis.d.ts +0 -1
  1148. package/dist/table/style/ellipsis.js +3 -4
  1149. package/dist/table/style/empty.d.ts +0 -1
  1150. package/dist/table/style/empty.js +1 -3
  1151. package/dist/table/style/expand.d.ts +0 -1
  1152. package/dist/table/style/expand.js +1 -4
  1153. package/dist/table/style/filter.d.ts +0 -2
  1154. package/dist/table/style/filter.js +1 -4
  1155. package/dist/table/style/fixed.d.ts +0 -1
  1156. package/dist/table/style/fixed.js +1 -3
  1157. package/dist/table/style/index.d.ts +1 -4
  1158. package/dist/table/style/index.js +32 -34
  1159. package/dist/table/style/pagination.d.ts +0 -1
  1160. package/dist/table/style/pagination.js +1 -4
  1161. package/dist/table/style/radius.d.ts +0 -1
  1162. package/dist/table/style/radius.js +1 -4
  1163. package/dist/table/style/rtl.d.ts +0 -1
  1164. package/dist/table/style/rtl.js +1 -4
  1165. package/dist/table/style/selection.d.ts +0 -1
  1166. package/dist/table/style/selection.js +1 -4
  1167. package/dist/table/style/size.d.ts +0 -1
  1168. package/dist/table/style/size.js +1 -4
  1169. package/dist/table/style/sorter.d.ts +0 -1
  1170. package/dist/table/style/sorter.js +1 -3
  1171. package/dist/table/style/sticky.d.ts +0 -1
  1172. package/dist/table/style/sticky.js +1 -4
  1173. package/dist/table/style/summary.d.ts +0 -1
  1174. package/dist/table/style/summary.js +1 -4
  1175. package/dist/table/style/virtual.d.ts +0 -1
  1176. package/dist/table/style/virtual.js +1 -4
  1177. package/dist/table/util.js +1 -2
  1178. package/dist/table/utils.js +1 -3
  1179. package/dist/tabs/TabPane.d.ts +1 -2
  1180. package/dist/tabs/TabPane.js +1 -4
  1181. package/dist/tabs/hooks/useAnimateConfig.js +1 -3
  1182. package/dist/tabs/hooks/useLegacyItems.d.ts +1 -2
  1183. package/dist/tabs/hooks/useLegacyItems.js +3 -5
  1184. package/dist/tabs/index.d.ts +3 -3
  1185. package/dist/tabs/index.js +9 -12
  1186. package/dist/tabs/style/index.d.ts +1 -4
  1187. package/dist/tabs/style/index.js +13 -15
  1188. package/dist/tabs/style/motion.d.ts +0 -2
  1189. package/dist/tabs/style/motion.js +1 -4
  1190. package/dist/tag/CheckableTag.d.ts +1 -2
  1191. package/dist/tag/CheckableTag.js +1 -4
  1192. package/dist/tag/CheckableTagGroup.d.ts +3 -5
  1193. package/dist/tag/CheckableTagGroup.js +5 -8
  1194. package/dist/tag/hooks/useColor.d.ts +1 -2
  1195. package/dist/tag/hooks/useColor.js +1 -3
  1196. package/dist/tag/index.d.ts +1 -3
  1197. package/dist/tag/index.js +7 -10
  1198. package/dist/tag/style/index.d.ts +1 -3
  1199. package/dist/tag/style/index.js +1 -3
  1200. package/dist/tag/style/presetCmp.d.ts +3 -5
  1201. package/dist/tag/style/presetCmp.js +1 -3
  1202. package/dist/tag/style/statusCmp.d.ts +3 -5
  1203. package/dist/tag/style/statusCmp.js +1 -3
  1204. package/dist/theme/context.d.ts +1 -3
  1205. package/dist/theme/context.js +5 -7
  1206. package/dist/theme/getDesignToken.d.ts +0 -1
  1207. package/dist/theme/getDesignToken.js +5 -8
  1208. package/dist/theme/index.d.ts +5 -7
  1209. package/dist/theme/index.js +12 -9
  1210. package/dist/theme/interface/alias.js +1 -1
  1211. package/dist/theme/interface/components.d.ts +0 -5
  1212. package/dist/theme/interface/components.js +1 -1
  1213. package/dist/theme/interface/cssinjs-utils.js +1 -1
  1214. package/dist/theme/interface/index.js +1 -2
  1215. package/dist/theme/interface/maps/colors.js +1 -1
  1216. package/dist/theme/interface/maps/font.js +1 -1
  1217. package/dist/theme/interface/maps/index.js +1 -1
  1218. package/dist/theme/interface/maps/size.js +1 -1
  1219. package/dist/theme/interface/maps/style.js +1 -1
  1220. package/dist/theme/interface/presetColors.js +1 -2
  1221. package/dist/theme/interface/seeds.js +1 -1
  1222. package/dist/theme/internal.js +2 -3
  1223. package/dist/theme/themes/ColorMap.d.ts +0 -2
  1224. package/dist/theme/themes/ColorMap.js +1 -1
  1225. package/dist/theme/themes/compact/genCompactSizeMapToken.d.ts +0 -2
  1226. package/dist/theme/themes/compact/genCompactSizeMapToken.js +1 -2
  1227. package/dist/theme/themes/compact/index.d.ts +0 -1
  1228. package/dist/theme/themes/compact/index.js +5 -8
  1229. package/dist/theme/themes/dark/colorAlgorithm.js +1 -3
  1230. package/dist/theme/themes/dark/colors.js +1 -3
  1231. package/dist/theme/themes/dark/index.d.ts +0 -1
  1232. package/dist/theme/themes/dark/index.js +1 -4
  1233. package/dist/theme/themes/default/colorAlgorithm.js +1 -3
  1234. package/dist/theme/themes/default/colors.js +1 -3
  1235. package/dist/theme/themes/default/index.d.ts +0 -2
  1236. package/dist/theme/themes/default/index.js +5 -7
  1237. package/dist/theme/themes/default/theme.d.ts +1 -3
  1238. package/dist/theme/themes/default/theme.js +1 -4
  1239. package/dist/theme/themes/seed.d.ts +0 -2
  1240. package/dist/theme/themes/seed.js +4 -3
  1241. package/dist/theme/themes/shared/genColorMapToken.d.ts +0 -1
  1242. package/dist/theme/themes/shared/genColorMapToken.js +1 -3
  1243. package/dist/theme/themes/shared/genCommonMapToken.d.ts +0 -2
  1244. package/dist/theme/themes/shared/genCommonMapToken.js +3 -5
  1245. package/dist/theme/themes/shared/genControlHeight.d.ts +0 -2
  1246. package/dist/theme/themes/shared/genControlHeight.js +1 -3
  1247. package/dist/theme/themes/shared/genFontMapToken.d.ts +0 -2
  1248. package/dist/theme/themes/shared/genFontMapToken.js +1 -4
  1249. package/dist/theme/themes/shared/genFontSizes.js +2 -4
  1250. package/dist/theme/themes/shared/genRadius.d.ts +0 -2
  1251. package/dist/theme/themes/shared/genRadius.js +1 -3
  1252. package/dist/theme/themes/shared/genSizeMapToken.d.ts +0 -2
  1253. package/dist/theme/themes/shared/genSizeMapToken.js +1 -2
  1254. package/dist/theme/useToken.d.ts +0 -1
  1255. package/dist/theme/useToken.js +5 -7
  1256. package/dist/theme/util/alias.d.ts +0 -2
  1257. package/dist/theme/util/alias.js +8 -10
  1258. package/dist/theme/util/genPresetColor.js +1 -3
  1259. package/dist/theme/util/genStyleUtils.d.ts +12 -16
  1260. package/dist/theme/util/genStyleUtils.js +3 -5
  1261. package/dist/theme/util/getAlphaColor.js +1 -4
  1262. package/dist/theme/util/useResetIconStyle.d.ts +0 -1
  1263. package/dist/theme/util/useResetIconStyle.js +1 -4
  1264. package/dist/time-picker/index.d.ts +3 -6
  1265. package/dist/time-picker/index.js +8 -20
  1266. package/dist/time-picker/locale/ar_EG.js +1 -3
  1267. package/dist/time-picker/locale/az_AZ.js +1 -3
  1268. package/dist/time-picker/locale/bg_BG.js +1 -3
  1269. package/dist/time-picker/locale/bn_BD.js +1 -3
  1270. package/dist/time-picker/locale/by_BY.js +1 -3
  1271. package/dist/time-picker/locale/ca_ES.js +1 -3
  1272. package/dist/time-picker/locale/cs_CZ.js +1 -3
  1273. package/dist/time-picker/locale/da_DK.js +1 -3
  1274. package/dist/time-picker/locale/de_DE.js +1 -3
  1275. package/dist/time-picker/locale/el_GR.js +1 -3
  1276. package/dist/time-picker/locale/en_GB.js +1 -3
  1277. package/dist/time-picker/locale/en_US.js +1 -3
  1278. package/dist/time-picker/locale/es_ES.js +1 -3
  1279. package/dist/time-picker/locale/et_EE.js +1 -3
  1280. package/dist/time-picker/locale/eu_ES.js +1 -3
  1281. package/dist/time-picker/locale/fa_IR.js +1 -3
  1282. package/dist/time-picker/locale/fi_FI.js +1 -3
  1283. package/dist/time-picker/locale/fr_BE.js +1 -3
  1284. package/dist/time-picker/locale/fr_CA.js +1 -3
  1285. package/dist/time-picker/locale/fr_FR.js +1 -3
  1286. package/dist/time-picker/locale/ga_IE.js +1 -3
  1287. package/dist/time-picker/locale/gl_ES.js +1 -3
  1288. package/dist/time-picker/locale/he_IL.js +1 -3
  1289. package/dist/time-picker/locale/hi_IN.js +1 -3
  1290. package/dist/time-picker/locale/hr_HR.js +1 -3
  1291. package/dist/time-picker/locale/hu_HU.js +1 -3
  1292. package/dist/time-picker/locale/id_ID.js +1 -3
  1293. package/dist/time-picker/locale/is_IS.js +1 -3
  1294. package/dist/time-picker/locale/it_IT.js +1 -3
  1295. package/dist/time-picker/locale/ja_JP.js +1 -3
  1296. package/dist/time-picker/locale/ka_GE.js +1 -3
  1297. package/dist/time-picker/locale/kk_KZ.js +1 -3
  1298. package/dist/time-picker/locale/km_KH.js +1 -3
  1299. package/dist/time-picker/locale/kmr_IQ.js +1 -3
  1300. package/dist/time-picker/locale/kn_IN.js +1 -3
  1301. package/dist/time-picker/locale/ko_KR.js +1 -3
  1302. package/dist/time-picker/locale/lt_LT.js +1 -3
  1303. package/dist/time-picker/locale/lv_LV.js +1 -3
  1304. package/dist/time-picker/locale/mk_MK.js +1 -3
  1305. package/dist/time-picker/locale/ml_IN.js +1 -3
  1306. package/dist/time-picker/locale/mn_MN.js +1 -3
  1307. package/dist/time-picker/locale/mr_IN.js +1 -3
  1308. package/dist/time-picker/locale/ms_MY.js +1 -3
  1309. package/dist/time-picker/locale/my_MM.js +1 -3
  1310. package/dist/time-picker/locale/nb_NO.js +1 -3
  1311. package/dist/time-picker/locale/nl_BE.js +1 -3
  1312. package/dist/time-picker/locale/nl_NL.js +1 -3
  1313. package/dist/time-picker/locale/pl_PL.js +1 -3
  1314. package/dist/time-picker/locale/pt_BR.js +1 -3
  1315. package/dist/time-picker/locale/pt_PT.js +1 -3
  1316. package/dist/time-picker/locale/ro_RO.js +1 -3
  1317. package/dist/time-picker/locale/ru_RU.js +1 -3
  1318. package/dist/time-picker/locale/si_LK.js +1 -3
  1319. package/dist/time-picker/locale/sk_SK.js +1 -3
  1320. package/dist/time-picker/locale/sl_SI.js +1 -3
  1321. package/dist/time-picker/locale/sr_RS.js +1 -3
  1322. package/dist/time-picker/locale/sv_SE.js +1 -3
  1323. package/dist/time-picker/locale/ta_IN.js +1 -3
  1324. package/dist/time-picker/locale/th_TH.js +1 -3
  1325. package/dist/time-picker/locale/tk_TK.js +1 -3
  1326. package/dist/time-picker/locale/tr_TR.js +1 -3
  1327. package/dist/time-picker/locale/uk_UA.js +1 -3
  1328. package/dist/time-picker/locale/ur_PK.js +1 -3
  1329. package/dist/time-picker/locale/uz_UZ.js +1 -3
  1330. package/dist/time-picker/locale/vi_VN.js +1 -3
  1331. package/dist/time-picker/locale/zh_CN.js +1 -3
  1332. package/dist/time-picker/locale/zh_TW.js +1 -3
  1333. package/dist/timeline/Timeline.d.ts +1 -3
  1334. package/dist/timeline/Timeline.js +12 -15
  1335. package/dist/timeline/TimelineItem.d.ts +1 -2
  1336. package/dist/timeline/TimelineItem.js +1 -3
  1337. package/dist/timeline/index.js +3 -5
  1338. package/dist/timeline/style/horizontal.d.ts +0 -1
  1339. package/dist/timeline/style/horizontal.js +1 -4
  1340. package/dist/timeline/style/index.d.ts +1 -4
  1341. package/dist/timeline/style/index.js +3 -5
  1342. package/dist/timeline/useItems.js +1 -4
  1343. package/dist/tooltip/PurePanel.d.ts +1 -2
  1344. package/dist/tooltip/PurePanel.js +5 -9
  1345. package/dist/tooltip/UniqueProvider/MotionContent.d.ts +1 -3
  1346. package/dist/tooltip/UniqueProvider/MotionContent.js +2 -6
  1347. package/dist/tooltip/UniqueProvider/index.d.ts +1 -3
  1348. package/dist/tooltip/UniqueProvider/index.js +6 -9
  1349. package/dist/tooltip/hooks/useMergedArrow.js +1 -4
  1350. package/dist/tooltip/index.d.ts +1 -3
  1351. package/dist/tooltip/index.js +11 -14
  1352. package/dist/tooltip/style/index.d.ts +1 -3
  1353. package/dist/tooltip/style/index.js +4 -6
  1354. package/dist/tooltip/util.js +1 -3
  1355. package/dist/tour/PurePanel.d.ts +1 -2
  1356. package/dist/tour/PurePanel.js +4 -7
  1357. package/dist/tour/index.d.ts +1 -2
  1358. package/dist/tour/index.js +5 -8
  1359. package/dist/tour/interface.d.ts +0 -1
  1360. package/dist/tour/interface.js +1 -1
  1361. package/dist/tour/panelRender.d.ts +1 -2
  1362. package/dist/tour/panelRender.js +17 -14
  1363. package/dist/tour/style/index.d.ts +1 -4
  1364. package/dist/tour/style/index.js +4 -6
  1365. package/dist/transfer/Actions.d.ts +1 -2
  1366. package/dist/transfer/Actions.js +1 -4
  1367. package/dist/transfer/ListBody.d.ts +1 -2
  1368. package/dist/transfer/ListBody.js +3 -6
  1369. package/dist/transfer/ListItem.d.ts +3 -4
  1370. package/dist/transfer/ListItem.js +4 -7
  1371. package/dist/transfer/Section.d.ts +1 -2
  1372. package/dist/transfer/Section.js +7 -10
  1373. package/dist/transfer/Transfer.d.ts +1 -2
  1374. package/dist/transfer/Transfer.js +20 -23
  1375. package/dist/transfer/hooks/useData.d.ts +1 -2
  1376. package/dist/transfer/hooks/useData.js +1 -4
  1377. package/dist/transfer/hooks/useSelection.js +1 -4
  1378. package/dist/transfer/index.js +13 -16
  1379. package/dist/transfer/interface.d.ts +0 -1
  1380. package/dist/transfer/interface.js +1 -2
  1381. package/dist/transfer/search.d.ts +1 -2
  1382. package/dist/transfer/search.js +3 -6
  1383. package/dist/transfer/style/index.d.ts +1 -4
  1384. package/dist/transfer/style/index.js +1 -3
  1385. package/dist/tree/DirectoryTree.d.ts +1 -2
  1386. package/dist/tree/DirectoryTree.js +5 -9
  1387. package/dist/tree/Tree.d.ts +1 -3
  1388. package/dist/tree/Tree.js +8 -11
  1389. package/dist/tree/index.js +6 -9
  1390. package/dist/tree/style/directory.js +1 -2
  1391. package/dist/tree/style/index.d.ts +1 -2
  1392. package/dist/tree/style/index.js +3 -5
  1393. package/dist/tree/utils/dictUtil.js +1 -3
  1394. package/dist/tree/utils/dropIndicator.d.ts +1 -2
  1395. package/dist/tree/utils/dropIndicator.js +3 -6
  1396. package/dist/tree/utils/iconUtil.d.ts +3 -4
  1397. package/dist/tree/utils/iconUtil.js +1 -4
  1398. package/dist/tree-select/index.d.ts +2 -5
  1399. package/dist/tree-select/index.js +13 -16
  1400. package/dist/tree-select/style/index.d.ts +1 -3
  1401. package/dist/tree-select/style/index.js +1 -3
  1402. package/dist/typography/Base/CopyBtn.d.ts +1 -2
  1403. package/dist/typography/Base/CopyBtn.js +3 -6
  1404. package/dist/typography/Base/Ellipsis.d.ts +2 -3
  1405. package/dist/typography/Base/Ellipsis.js +3 -6
  1406. package/dist/typography/Base/EllipsisTooltip.d.ts +1 -2
  1407. package/dist/typography/Base/EllipsisTooltip.js +3 -7
  1408. package/dist/typography/Base/index.d.ts +1 -2
  1409. package/dist/typography/Base/index.js +22 -25
  1410. package/dist/typography/Base/util.js +1 -3
  1411. package/dist/typography/Editable.d.ts +1 -2
  1412. package/dist/typography/Editable.js +9 -14
  1413. package/dist/typography/Link.d.ts +1 -2
  1414. package/dist/typography/Link.js +3 -6
  1415. package/dist/typography/Paragraph.d.ts +1 -2
  1416. package/dist/typography/Paragraph.js +3 -6
  1417. package/dist/typography/Text.d.ts +1 -2
  1418. package/dist/typography/Text.js +4 -7
  1419. package/dist/typography/Title.d.ts +1 -2
  1420. package/dist/typography/Title.js +3 -6
  1421. package/dist/typography/Typography.d.ts +1 -2
  1422. package/dist/typography/Typography.js +6 -11
  1423. package/dist/typography/hooks/useCopyClick.d.ts +2 -4
  1424. package/dist/typography/hooks/useCopyClick.js +5 -8
  1425. package/dist/typography/hooks/useMergedConfig.d.ts +1 -3
  1426. package/dist/typography/hooks/useMergedConfig.js +1 -3
  1427. package/dist/typography/hooks/usePrevious.js +1 -4
  1428. package/dist/typography/hooks/useTooltipProps.d.ts +1 -2
  1429. package/dist/typography/hooks/useTooltipProps.js +1 -4
  1430. package/dist/typography/index.d.ts +6 -7
  1431. package/dist/typography/index.js +19 -22
  1432. package/dist/typography/interface.d.ts +0 -1
  1433. package/dist/typography/interface.js +1 -1
  1434. package/dist/typography/style/index.d.ts +1 -4
  1435. package/dist/typography/style/index.js +1 -3
  1436. package/dist/typography/style/mixins.d.ts +0 -1
  1437. package/dist/typography/style/mixins.js +1 -3
  1438. package/dist/upload/Dragger.d.ts +2 -3
  1439. package/dist/upload/Dragger.js +7 -11
  1440. package/dist/upload/Upload.d.ts +1 -2
  1441. package/dist/upload/Upload.js +12 -16
  1442. package/dist/upload/UploadList/ListItem.d.ts +2 -3
  1443. package/dist/upload/UploadList/ListItem.js +15 -12
  1444. package/dist/upload/UploadList/index.d.ts +1 -2
  1445. package/dist/upload/UploadList/index.js +6 -9
  1446. package/dist/upload/index.d.ts +2 -3
  1447. package/dist/upload/index.js +8 -11
  1448. package/dist/upload/interface.d.ts +0 -2
  1449. package/dist/upload/interface.js +1 -1
  1450. package/dist/upload/style/dragger.d.ts +0 -1
  1451. package/dist/upload/style/dragger.js +1 -4
  1452. package/dist/upload/style/index.d.ts +1 -4
  1453. package/dist/upload/style/index.js +11 -13
  1454. package/dist/upload/style/list.d.ts +0 -1
  1455. package/dist/upload/style/list.js +1 -4
  1456. package/dist/upload/style/motion.d.ts +0 -2
  1457. package/dist/upload/style/motion.js +1 -4
  1458. package/dist/upload/style/picture.d.ts +0 -1
  1459. package/dist/upload/style/picture.js +1 -3
  1460. package/dist/upload/style/rtl.d.ts +0 -1
  1461. package/dist/upload/style/rtl.js +1 -3
  1462. package/dist/upload/utils.js +2 -3
  1463. package/dist/version/index.d.ts +1 -1
  1464. package/dist/version/index.js +1 -3
  1465. package/dist/watermark/context.d.ts +1 -2
  1466. package/dist/watermark/context.js +1 -3
  1467. package/dist/watermark/index.d.ts +17 -13
  1468. package/dist/watermark/index.js +38 -42
  1469. package/dist/watermark/useClips.d.ts +2 -2
  1470. package/dist/watermark/useClips.js +10 -13
  1471. package/dist/watermark/useRafDebounce.js +1 -3
  1472. package/dist/watermark/useSingletonCache.js +1 -3
  1473. package/dist/watermark/useWatermark.js +1 -3
  1474. package/dist/watermark/utils.d.ts +9 -1
  1475. package/dist/watermark/utils.js +33 -2
  1476. package/package.json +15 -15
  1477. package/web-tags.json +1179 -1163
  1478. package/web-types.json +3274 -3231
  1479. package/dist/_virtual/rolldown_runtime.js +0 -18
package/web-tags.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.6",
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,284 +728,218 @@
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"
833
+ "name": "options",
834
+ "description": "Default: -\n\nThe data options of cascade"
715
835
  },
716
836
  {
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."
837
+ "name": "placeholder",
838
+ "description": "Default: -\n\nThe input placeholder"
723
839
  },
724
840
  {
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"
841
+ "name": "placement",
842
+ "description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
737
843
  },
738
844
  {
739
- "name": "id",
740
- "description": "Default: -\n\n-"
845
+ "name": "popup-menu-column-style",
846
+ "description": "Default: -\n\nThe style of the drop-down menu column"
741
847
  },
742
848
  {
743
- "name": "slick-go-to",
744
- "description": "Default: -\n\n-"
849
+ "name": "show-checked-strategy",
850
+ "description": "Default: Cascader.SHOW_PARENT\n\nThe way to show selected items in the box (only effective when multiple is true). Cascader.SHOW_CHILD: just show child treeNode. Cascader.SHOW_PARENT: just show parent treeNode (when all child treeNode under the parent treeNode are checked)"
745
851
  },
746
852
  {
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"
853
+ "name": "show-search",
854
+ "description": "Default: false\n\nWhether show search input in single mode"
749
855
  },
750
856
  {
751
- "name": "dot-placement",
752
- "description": "Default: bottom\n\nThe position of the dots, which can be one of top bottom start end"
857
+ "name": "~~search-value~~",
858
+ "description": "Default: -\n\nSet search value, Need work with showSearch"
753
859
  },
754
860
  {
755
- "name": "dots",
756
- "description": "Default: true\n\nWhether to show the dots at the bottom of the gallery, object for dotsClass"
861
+ "name": "size",
862
+ "description": "Default: -\n\nThe input size"
757
863
  },
758
864
  {
759
- "name": "wait-for-animate",
760
- "description": "Default: false\n\nWhether to wait for the animation when switching"
865
+ "name": "status",
866
+ "description": "Default: -\n\nSet validation status"
761
867
  },
762
868
  {
763
- "name": "autoplay",
764
- "description": "Default: false\n\nWhether to scroll automatically, you can specify autoplay={{ dotDuration: true }} to display the progress bar"
869
+ "name": "styles",
870
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
765
871
  },
766
872
  {
767
- "name": "prev-arrow",
768
- "description": "Default: -\n\n-"
873
+ "name": "value",
874
+ "description": "Default: -\n\nThe selected value, support v-model:value"
769
875
  },
770
876
  {
771
- "name": "next-arrow",
772
- "description": "Default: -\n\n-"
877
+ "name": "variant",
878
+ "description": "Default: outlined\n\nVariants of selector"
773
879
  }
774
880
  ]
775
881
  },
776
882
  {
777
- "name": "a-cascader",
778
- "description": "(ZH) 级联选择框。\n\n(EN) Cascade selection box.",
883
+ "name": "a-checkbox",
884
+ "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
779
885
  "attributes": [
780
886
  {
781
- "name": "allow-clear",
782
- "description": "Default: true\n\nShow clear button"
887
+ "name": "checked",
888
+ "description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
783
889
  },
784
890
  {
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)"
891
+ "name": "checked-value",
892
+ "description": "Default: true\n\nThe value when checked"
787
893
  },
788
894
  {
789
- "name": "classes",
790
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
895
+ "name": "default-checked",
896
+ "description": "Default: false\n\nWhether to set the initial state"
791
897
  },
792
898
  {
793
899
  "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"
900
+ "description": "Default: false\n\nIf disable checkbox"
815
901
  },
816
902
  {
817
- "name": "max-tag-placeholder",
818
- "description": "Default: -\n\nPlaceholder for not showing tags"
903
+ "name": "indeterminate",
904
+ "description": "Default: false\n\nThe indeterminate checked state of checkbox"
819
905
  },
820
906
  {
821
- "name": "max-tag-text-length",
822
- "description": "Default: -\n\nMax tag text length to show"
907
+ "name": "un-checked-value",
908
+ "description": "Default: false\n\nThe value when unchecked"
823
909
  },
824
910
  {
825
- "name": "multiple",
826
- "description": "Default: -\n\nSupport multiple or not"
911
+ "name": "classes",
912
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
827
913
  },
828
914
  {
829
- "name": "open",
830
- "description": "Default: -\n\nSet visible of cascader popup"
831
- },
915
+ "name": "styles",
916
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "name": "a-checkbox-group",
922
+ "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
923
+ "attributes": [
832
924
  {
833
925
  "name": "options",
834
- "description": "Default: -\n\nThe data options of cascade"
835
- },
836
- {
837
- "name": "placeholder",
838
- "description": "Default: -\n\nThe input placeholder"
839
- },
840
- {
841
- "name": "placement",
842
- "description": "Default: bottomLeft\n\nUse preset popup align config from builtinPlacements"
843
- },
844
- {
845
- "name": "popup-menu-column-style",
846
- "description": "Default: -\n\nThe style of the drop-down menu column"
847
- },
848
- {
849
- "name": "show-checked-strategy",
850
- "description": "Default: Cascader.SHOW_PARENT\n\nThe way to show selected items in the box (only effective when multiple is true). Cascader.SHOW_CHILD: just show child treeNode. Cascader.SHOW_PARENT: just show parent treeNode (when all child treeNode under the parent treeNode are checked)"
851
- },
852
- {
853
- "name": "show-search",
854
- "description": "Default: false\n\nWhether show search input in single mode"
855
- },
856
- {
857
- "name": "~~search-value~~",
858
- "description": "Default: -\n\nSet search value, Need work with showSearch"
859
- },
860
- {
861
- "name": "size",
862
- "description": "Default: -\n\nThe input size"
926
+ "description": "Default: \\[]\n\nSpecifies options"
863
927
  },
864
928
  {
865
- "name": "status",
866
- "description": "Default: -\n\nSet validation status"
929
+ "name": "disabled",
930
+ "description": "Default: false\n\nIf disable all checkboxes"
867
931
  },
868
932
  {
869
- "name": "styles",
870
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
933
+ "name": "name",
934
+ "description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
871
935
  },
872
936
  {
873
937
  "name": "value",
874
- "description": "Default: -\n\nThe selected value, support v-model:value"
938
+ "description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
875
939
  },
876
940
  {
877
- "name": "variant",
878
- "description": "Default: outlined\n\nVariants of selector"
941
+ "name": "label-render",
942
+ "description": "Default: -\n\n-"
879
943
  }
880
944
  ]
881
945
  },
@@ -972,238 +1036,174 @@
972
1036
  ]
973
1037
  },
974
1038
  {
975
- "name": "a-checkbox",
976
- "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
1039
+ "name": "a-color-picker",
1040
+ "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
977
1041
  "attributes": [
978
1042
  {
979
- "name": "checked",
980
- "description": "Default: false\n\nSpecifies whether the checkbox is selected, support v-model:checked"
981
- },
982
- {
983
- "name": "checked-value",
984
- "description": "Default: true\n\nThe value when checked"
1043
+ "name": "allow-clear",
1044
+ "description": "Default: false\n\nAllow clearing color selected"
985
1045
  },
986
1046
  {
987
- "name": "default-checked",
988
- "description": "Default: false\n\nWhether to set the initial state"
1047
+ "name": "arrow",
1048
+ "description": "Default: true\n\nConfiguration for popup arrow"
989
1049
  },
990
1050
  {
991
- "name": "disabled",
992
- "description": "Default: false\n\nIf disable checkbox"
1051
+ "name": "auto-adjust-overflow",
1052
+ "description": "Default: -\n\nAuto adjust placement when popup is invisible"
993
1053
  },
994
1054
  {
995
- "name": "indeterminate",
996
- "description": "Default: false\n\nThe indeterminate checked state of checkbox"
1055
+ "name": "classes",
1056
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
997
1057
  },
998
1058
  {
999
- "name": "un-checked-value",
1000
- "description": "Default: false\n\nThe value when unchecked"
1059
+ "name": "default-format",
1060
+ "description": "Default: hex\n\nDefault format of color"
1001
1061
  },
1002
1062
  {
1003
- "name": "classes",
1004
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1063
+ "name": "default-value",
1064
+ "description": "Default: -\n\nDefault value of color"
1005
1065
  },
1006
1066
  {
1007
- "name": "styles",
1008
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1009
- }
1010
- ]
1011
- },
1012
- {
1013
- "name": "a-checkbox-group",
1014
- "description": "(ZH) 收集用户的多项选择。\n\n(EN) Collect user's choices.",
1015
- "attributes": [
1016
- {
1017
- "name": "options",
1018
- "description": "Default: \\[]\n\nSpecifies options"
1067
+ "name": "destroy-on-hidden",
1068
+ "description": "Default: false\n\nWhether destroy dom when close"
1019
1069
  },
1020
1070
  {
1021
1071
  "name": "disabled",
1022
- "description": "Default: false\n\nIf disable all checkboxes"
1072
+ "description": "Default: false\n\nDisable ColorPicker"
1023
1073
  },
1024
1074
  {
1025
- "name": "name",
1026
- "description": "Default: -\n\nThe name property of all input[type=\"checkbox\"] children"
1075
+ "name": "disabled-alpha",
1076
+ "description": "Default: false\n\nDisable Alpha"
1027
1077
  },
1028
1078
  {
1029
- "name": "value",
1030
- "description": "Default: \\[]\n\nUsed for setting the currently selected value, support v-model:value"
1079
+ "name": "disabled-format",
1080
+ "description": "Default: false\n\nDisable format of color"
1031
1081
  },
1032
1082
  {
1033
- "name": "label-render",
1034
- "description": "Default: -\n\n-"
1035
- }
1036
- ]
1037
- },
1038
- {
1039
- "name": "a-config-provider",
1040
- "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1041
- "attributes": [
1083
+ "name": "format",
1084
+ "description": "Default: -\n\nFormat of color, support v-model:format"
1085
+ },
1042
1086
  {
1043
- "name": "component-disabled",
1044
- "description": "Default: -\n\nConfig antd component disabled"
1087
+ "name": "get-popup-container",
1088
+ "description": "Default: -\n\nSpecify container for popup"
1045
1089
  },
1046
1090
  {
1047
- "name": "component-size",
1048
- "description": "Default: -\n\nConfig antd component size"
1091
+ "name": "mode",
1092
+ "description": "Default: single\n\nConfigure single or gradient color"
1049
1093
  },
1050
1094
  {
1051
- "name": "csp",
1052
- "description": "Default: -\n\nSet Content Security Policy config"
1095
+ "name": "open",
1096
+ "description": "Default: -\n\nWhether to show popup, support v-model:open"
1053
1097
  },
1054
1098
  {
1055
- "name": "direction",
1056
- "description": "Default: ltr\n\nSet direction of layout. See demo"
1099
+ "name": "placement",
1100
+ "description": "Default: bottomLeft\n\nPlacement of popup"
1057
1101
  },
1058
1102
  {
1059
- "name": "get-popup-container",
1060
- "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1103
+ "name": "presets",
1104
+ "description": "Default: -\n\nPreset colors"
1061
1105
  },
1062
1106
  {
1063
- "name": "get-target-container",
1064
- "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1107
+ "name": "panel-render",
1108
+ "description": "Default: -\n\nCustom Render Panel"
1065
1109
  },
1066
1110
  {
1067
- "name": "icon-prefix-cls",
1068
- "description": "Default: anticon\n\nSet icon prefix className"
1069
- },
1070
- {
1071
- "name": "locale",
1072
- "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1073
- },
1074
- {
1075
- "name": "popup-match-select-width",
1076
- "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
1077
- },
1078
- {
1079
- "name": "popup-overflow",
1080
- "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1111
+ "name": "root-class",
1112
+ "description": "Default: -\n\nRoot container class"
1081
1113
  },
1082
1114
  {
1083
- "name": "prefix-cls",
1084
- "description": "Default: ant\n\nSet prefix className"
1115
+ "name": "show-text",
1116
+ "description": "Default: false\n\nShow color text"
1085
1117
  },
1086
1118
  {
1087
- "name": "render-empty",
1088
- "description": "Default: -\n\nSet empty content of components. Ref Empty"
1119
+ "name": "size",
1120
+ "description": "Default: middle\n\nSetting the trigger size"
1089
1121
  },
1090
1122
  {
1091
- "name": "theme",
1092
- "description": "Default: -\n\nSet theme, ref Customize Theme"
1123
+ "name": "styles",
1124
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1093
1125
  },
1094
1126
  {
1095
- "name": "variant",
1096
- "description": "Default: -\n\nSet variant of data entry components"
1127
+ "name": "trigger",
1128
+ "description": "Default: click\n\nColorPicker trigger mode"
1097
1129
  },
1098
1130
  {
1099
- "name": "virtual",
1100
- "description": "Default: -\n\nDisable virtual scroll when set to false"
1131
+ "name": "value-format",
1132
+ "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
1101
1133
  },
1102
1134
  {
1103
- "name": "warning",
1104
- "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1135
+ "name": "value",
1136
+ "description": "Default: -\n\nValue of color, support v-model:value"
1105
1137
  }
1106
1138
  ]
1107
1139
  },
1108
1140
  {
1109
- "name": "a-color-picker",
1110
- "description": "(ZH) 用于选择颜色。\n\n(EN) Used for color selection.",
1141
+ "name": "a-config-provider",
1142
+ "description": "(ZH) 为组件提供统一的全局化配置。\n\n(EN) Provide a uniform configuration support for components.",
1111
1143
  "attributes": [
1112
1144
  {
1113
- "name": "allow-clear",
1114
- "description": "Default: false\n\nAllow clearing color selected"
1115
- },
1116
- {
1117
- "name": "arrow",
1118
- "description": "Default: true\n\nConfiguration for popup arrow"
1119
- },
1120
- {
1121
- "name": "auto-adjust-overflow",
1122
- "description": "Default: -\n\nAuto adjust placement when popup is invisible"
1123
- },
1124
- {
1125
- "name": "classes",
1126
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
1127
- },
1128
- {
1129
- "name": "default-format",
1130
- "description": "Default: hex\n\nDefault format of color"
1131
- },
1132
- {
1133
- "name": "default-value",
1134
- "description": "Default: -\n\nDefault value of color"
1135
- },
1136
- {
1137
- "name": "destroy-on-hidden",
1138
- "description": "Default: false\n\nWhether destroy dom when close"
1139
- },
1140
- {
1141
- "name": "disabled",
1142
- "description": "Default: false\n\nDisable ColorPicker"
1145
+ "name": "component-disabled",
1146
+ "description": "Default: -\n\nConfig antd component disabled"
1143
1147
  },
1144
1148
  {
1145
- "name": "disabled-alpha",
1146
- "description": "Default: false\n\nDisable Alpha"
1149
+ "name": "component-size",
1150
+ "description": "Default: -\n\nConfig antd component size"
1147
1151
  },
1148
1152
  {
1149
- "name": "disabled-format",
1150
- "description": "Default: false\n\nDisable format of color"
1153
+ "name": "csp",
1154
+ "description": "Default: -\n\nSet Content Security Policy config"
1151
1155
  },
1152
1156
  {
1153
- "name": "format",
1154
- "description": "Default: -\n\nFormat of color, support v-model:format"
1157
+ "name": "direction",
1158
+ "description": "Default: ltr\n\nSet direction of layout. See demo"
1155
1159
  },
1156
1160
  {
1157
1161
  "name": "get-popup-container",
1158
- "description": "Default: -\n\nSpecify container for popup"
1159
- },
1160
- {
1161
- "name": "mode",
1162
- "description": "Default: single\n\nConfigure single or gradient color"
1162
+ "description": "Default: () => document.body\n\nTo set the container of the popup element. The default is to create a div element in body"
1163
1163
  },
1164
1164
  {
1165
- "name": "open",
1166
- "description": "Default: -\n\nWhether to show popup, support v-model:open"
1165
+ "name": "get-target-container",
1166
+ "description": "Default: () => window\n\nConfig Affix, Anchor scroll target container"
1167
1167
  },
1168
1168
  {
1169
- "name": "placement",
1170
- "description": "Default: bottomLeft\n\nPlacement of popup"
1169
+ "name": "icon-prefix-cls",
1170
+ "description": "Default: anticon\n\nSet icon prefix className"
1171
1171
  },
1172
1172
  {
1173
- "name": "presets",
1174
- "description": "Default: -\n\nPreset colors"
1173
+ "name": "locale",
1174
+ "description": "Default: -\n\nLanguage package setting, you can find the packages in antd/locale"
1175
1175
  },
1176
1176
  {
1177
- "name": "panel-render",
1178
- "description": "Default: -\n\nCustom Render Panel"
1177
+ "name": "popup-match-select-width",
1178
+ "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width. Default set min-width same as input. Will ignore when value less than select width. false will disable virtual scroll"
1179
1179
  },
1180
1180
  {
1181
- "name": "root-class",
1182
- "description": "Default: -\n\nRoot container class"
1181
+ "name": "popup-overflow",
1182
+ "description": "Default: viewport\n\nSelect like component popup logic. Can set to show in viewport or follow window scroll"
1183
1183
  },
1184
1184
  {
1185
- "name": "show-text",
1186
- "description": "Default: false\n\nShow color text"
1185
+ "name": "prefix-cls",
1186
+ "description": "Default: ant\n\nSet prefix className"
1187
1187
  },
1188
1188
  {
1189
- "name": "size",
1190
- "description": "Default: middle\n\nSetting the trigger size"
1189
+ "name": "render-empty",
1190
+ "description": "Default: -\n\nSet empty content of components. Ref Empty"
1191
1191
  },
1192
1192
  {
1193
- "name": "styles",
1194
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
1193
+ "name": "theme",
1194
+ "description": "Default: -\n\nSet theme, ref Customize Theme"
1195
1195
  },
1196
1196
  {
1197
- "name": "trigger",
1198
- "description": "Default: click\n\nColorPicker trigger mode"
1197
+ "name": "variant",
1198
+ "description": "Default: -\n\nSet variant of data entry components"
1199
1199
  },
1200
1200
  {
1201
- "name": "value-format",
1202
- "description": "Default: -\n\nSet the output format of color value, supporting hex, rgb, and hsb. After setting, v-model:value returns strings in the selected format. Demo: Value Format"
1201
+ "name": "virtual",
1202
+ "description": "Default: -\n\nDisable virtual scroll when set to false"
1203
1203
  },
1204
1204
  {
1205
- "name": "value",
1206
- "description": "Default: -\n\nValue of color, support v-model:value"
1205
+ "name": "warning",
1206
+ "description": "Default: -\n\nConfig warning level, when strict is false, it will aggregate deprecated information into a single message"
1207
1207
  }
1208
1208
  ]
1209
1209
  },
@@ -1325,108 +1325,6 @@
1325
1325
  }
1326
1326
  ]
1327
1327
  },
1328
- {
1329
- "name": "a-drawer",
1330
- "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
1331
- "attributes": [
1332
- {
1333
- "name": "after-open-change",
1334
- "description": "Default: -\n\nCallback after the animation ends when switching drawers"
1335
- },
1336
- {
1337
- "name": "classes",
1338
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Drawer component. Supports object or function."
1339
- },
1340
- {
1341
- "name": "closable",
1342
- "description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
1343
- },
1344
- {
1345
- "name": "close-icon",
1346
- "description": "Default: -\n\nCustom close icon"
1347
- },
1348
- {
1349
- "name": "~~destroy-on-close~~",
1350
- "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1351
- },
1352
- {
1353
- "name": "destroy-on-hidden",
1354
- "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1355
- },
1356
- {
1357
- "name": "extra",
1358
- "description": "Default: -\n\nExtra actions area at corner"
1359
- },
1360
- {
1361
- "name": "footer",
1362
- "description": "Default: -\n\nThe footer for Drawer"
1363
- },
1364
- {
1365
- "name": "force-render",
1366
- "description": "Default: false\n\nPre-render Drawer component forcibly"
1367
- },
1368
- {
1369
- "name": "get-container",
1370
- "description": "Default: document.body\n\nMounted node and display window for Drawer"
1371
- },
1372
- {
1373
- "name": "keyboard",
1374
- "description": "Default: true\n\nWhether support press esc to close"
1375
- },
1376
- {
1377
- "name": "loading",
1378
- "description": "Default: false\n\nShow the Skeleton"
1379
- },
1380
- {
1381
- "name": "mask",
1382
- "description": "Default: true\n\nMask effect"
1383
- },
1384
- {
1385
- "name": "mask-closable",
1386
- "description": "Default: true\n\nClicking on the mask (area outside the Drawer) to close the Drawer or not"
1387
- },
1388
- {
1389
- "name": "placement",
1390
- "description": "Default: right\n\nThe placement of the Drawer"
1391
- },
1392
- {
1393
- "name": "push",
1394
- "description": "Default: \\{ distance: 180 \\}\n\nNested drawers push behavior"
1395
- },
1396
- {
1397
- "name": "resizable",
1398
- "description": "Default: -\n\nEnable resizable by dragging"
1399
- },
1400
- {
1401
- "name": "root-class",
1402
- "description": "Default: -\n\nRoot container class"
1403
- },
1404
- {
1405
- "name": "root-style",
1406
- "description": "Default: -\n\nStyle of wrapper element which contains mask"
1407
- },
1408
- {
1409
- "name": "size",
1410
- "description": "Default: 'default'\n\nPreset size of drawer, default 378px and large 736px, or a custom number"
1411
- },
1412
- {
1413
- "name": "styles",
1414
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Drawer component. Supports object or function."
1415
- },
1416
- {
1417
- "name": "title",
1418
- "description": "Default: -\n\nThe title for Drawer"
1419
- },
1420
- {
1421
- "name": "open",
1422
- "description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
1423
- },
1424
- {
1425
- "name": "z-index",
1426
- "description": "Default: 1000\n\nThe z-index of the Drawer"
1427
- }
1428
- ]
1429
- },
1430
1328
  {
1431
1329
  "name": "a-divider",
1432
1330
  "description": "(ZH) 区隔内容的分割线。\n\n(EN) A divider line separates different content.",
@@ -1531,7 +1429,7 @@
1531
1429
  },
1532
1430
  {
1533
1431
  "name": "placement",
1534
- "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight"
1432
+ "description": "Default: bottomLeft\n\nPlacement of popup menu: bottom bottomLeft bottomRight top topLeft topRight left leftTop leftBottom right rightTop rightBottom"
1535
1433
  },
1536
1434
  {
1537
1435
  "name": "force-render",
@@ -1556,20 +1454,122 @@
1556
1454
  ]
1557
1455
  },
1558
1456
  {
1559
- "name": "a-empty",
1560
- "description": "(ZH) 空状态时的展示占位图。\n\n(EN) Empty state placeholder.",
1457
+ "name": "a-drawer",
1458
+ "description": "(ZH) 屏幕边缘滑出的浮层面板。\n\n(EN) A panel that slides out from the edge of the screen.",
1561
1459
  "attributes": [
1562
1460
  {
1563
- "name": "vertical",
1564
- "description": "Default: false\n\nIs direction of the flex vertical, use flex-direction: column"
1461
+ "name": "after-open-change",
1462
+ "description": "Default: -\n\nCallback after the animation ends when switching drawers"
1565
1463
  },
1566
1464
  {
1567
- "name": "wrap",
1568
- "description": "Default: nowrap\n\nSet whether the element is displayed in a single line or in multiple lines"
1465
+ "name": "classes",
1466
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Drawer component. Supports object or function."
1569
1467
  },
1570
1468
  {
1571
- "name": "justify",
1572
- "description": "Default: normal\n\nSets the alignment of elements in the direction of the main axis"
1469
+ "name": "closable",
1470
+ "description": "Default: true\n\nWhether to show a close button. The position can be configured with placement"
1471
+ },
1472
+ {
1473
+ "name": "close-icon",
1474
+ "description": "Default: -\n\nCustom close icon"
1475
+ },
1476
+ {
1477
+ "name": "~~destroy-on-close~~",
1478
+ "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1479
+ },
1480
+ {
1481
+ "name": "destroy-on-hidden",
1482
+ "description": "Default: false\n\nWhether to unmount child components on closing drawer or not"
1483
+ },
1484
+ {
1485
+ "name": "extra",
1486
+ "description": "Default: -\n\nExtra actions area at corner"
1487
+ },
1488
+ {
1489
+ "name": "footer",
1490
+ "description": "Default: -\n\nThe footer for Drawer"
1491
+ },
1492
+ {
1493
+ "name": "force-render",
1494
+ "description": "Default: false\n\nPre-render Drawer component forcibly"
1495
+ },
1496
+ {
1497
+ "name": "get-container",
1498
+ "description": "Default: document.body\n\nMounted node and display window for Drawer"
1499
+ },
1500
+ {
1501
+ "name": "keyboard",
1502
+ "description": "Default: true\n\nWhether support press esc to close"
1503
+ },
1504
+ {
1505
+ "name": "loading",
1506
+ "description": "Default: false\n\nShow the Skeleton"
1507
+ },
1508
+ {
1509
+ "name": "mask",
1510
+ "description": "Default: true\n\nMask effect"
1511
+ },
1512
+ {
1513
+ "name": "mask-closable",
1514
+ "description": "Default: true\n\nClicking on the mask (area outside the Drawer) to close the Drawer or not"
1515
+ },
1516
+ {
1517
+ "name": "placement",
1518
+ "description": "Default: right\n\nThe placement of the Drawer"
1519
+ },
1520
+ {
1521
+ "name": "push",
1522
+ "description": "Default: \\{ distance: 180 \\}\n\nNested drawers push behavior"
1523
+ },
1524
+ {
1525
+ "name": "resizable",
1526
+ "description": "Default: -\n\nEnable resizable by dragging"
1527
+ },
1528
+ {
1529
+ "name": "root-class",
1530
+ "description": "Default: -\n\nRoot container class"
1531
+ },
1532
+ {
1533
+ "name": "root-style",
1534
+ "description": "Default: -\n\nStyle of wrapper element which contains mask"
1535
+ },
1536
+ {
1537
+ "name": "size",
1538
+ "description": "Default: 'default'\n\nPreset size of drawer, default 378px and large 736px, or a custom number"
1539
+ },
1540
+ {
1541
+ "name": "styles",
1542
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Drawer component. Supports object or function."
1543
+ },
1544
+ {
1545
+ "name": "title",
1546
+ "description": "Default: -\n\nThe title for Drawer"
1547
+ },
1548
+ {
1549
+ "name": "open",
1550
+ "description": "Default: false\n\nWhether the Drawer dialog is visible or not, support v-model:open"
1551
+ },
1552
+ {
1553
+ "name": "z-index",
1554
+ "description": "Default: 1000\n\nThe z-index of the Drawer"
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
1573
  },
1574
1574
  {
1575
1575
  "name": "align",
@@ -2009,48 +2009,6 @@
2009
2009
  }
2010
2010
  ]
2011
2011
  },
2012
- {
2013
- "name": "a-image",
2014
- "description": "(ZH) 可预览的图片。\n\n(EN) Preview-able image.",
2015
- "attributes": [
2016
- {
2017
- "name": "preview",
2018
- "description": "Default: true\n\nPreview configuration; set to false to disable"
2019
- },
2020
- {
2021
- "name": "wrapper-style",
2022
- "description": "Default: -\n\nDeprecated."
2023
- },
2024
- {
2025
- "name": "classes",
2026
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2027
- },
2028
- {
2029
- "name": "styles",
2030
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
2031
- },
2032
- {
2033
- "name": "root-class",
2034
- "description": "Default: -\n\n-"
2035
- },
2036
- {
2037
- "name": "alt",
2038
- "description": "Default: -\n\nImage description"
2039
- },
2040
- {
2041
- "name": "height",
2042
- "description": "Default: -\n\nImage height"
2043
- },
2044
- {
2045
- "name": "src",
2046
- "description": "Default: -\n\nImage URL"
2047
- },
2048
- {
2049
- "name": "width",
2050
- "description": "Default: -\n\nImage width"
2051
- }
2052
- ]
2053
- },
2054
2012
  {
2055
2013
  "name": "a-common-icon",
2056
2014
  "description": "Semantic vector graphics.",
@@ -2111,6 +2069,48 @@
2111
2069
  "description": "语义化的矢量图形。",
2112
2070
  "attributes": []
2113
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
+ },
2114
2114
  {
2115
2115
  "name": "a-input",
2116
2116
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
@@ -2302,6 +2302,66 @@
2302
2302
  "description": "(ZH) 通过鼠标或键盘输入内容,是最基础的表单域的包装。\n\n(EN) Through mouse or keyboard input content, it is the most basic form field wrapper.",
2303
2303
  "attributes": []
2304
2304
  },
2305
+ {
2306
+ "name": "a-layout",
2307
+ "description": "(ZH) 协助进行页面级整体布局。\n\n(EN) Handling the overall layout of a page.",
2308
+ "attributes": [
2309
+ {
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": [
2319
+ {
2320
+ "name": "breakpoint",
2321
+ "description": "Default: -\n\nBreakpoints of the responsive layout"
2322
+ },
2323
+ {
2324
+ "name": "classes",
2325
+ "description": "Default: -\n\nSemantic structure class (root, body) for the Sider, supports object or function"
2326
+ },
2327
+ {
2328
+ "name": "collapsed",
2329
+ "description": "Default: -\n\nTo set the current status"
2330
+ },
2331
+ {
2332
+ "name": "collapsed-width",
2333
+ "description": "Default: 80\n\nWidth of the collapsed sidebar, by setting to 0 a special trigger will appear"
2334
+ },
2335
+ {
2336
+ "name": "collapsible",
2337
+ "description": "Default: false\n\nWhether can be collapsed"
2338
+ },
2339
+ {
2340
+ "name": "reverse-arrow",
2341
+ "description": "Default: false\n\nReverse direction of arrow, for a sider that expands from the right"
2342
+ },
2343
+ {
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"
2354
+ },
2355
+ {
2356
+ "name": "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"
2362
+ }
2363
+ ]
2364
+ },
2305
2365
  {
2306
2366
  "name": "a-input-number",
2307
2367
  "description": "(ZH) 通过鼠标或键盘,输入范围内的数值。\n\n(EN) Enter a number within certain range with the mouse or keyboard.",
@@ -2373,60 +2433,8 @@
2373
2433
  ]
2374
2434
  },
2375
2435
  {
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
- {
2428
- "name": "a-masonry",
2429
- "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2436
+ "name": "a-masonry",
2437
+ "description": "(ZH) 瀑布流\n\n(EN) A masonry layout component for displaying content with different heights.",
2430
2438
  "attributes": [
2431
2439
  {
2432
2440
  "name": "classes",
@@ -2508,6 +2516,41 @@
2508
2516
  }
2509
2517
  ]
2510
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
+ },
2511
2554
  {
2512
2555
  "name": "a-menu",
2513
2556
  "description": "(ZH) 为页面和功能提供导航的菜单列表。\n\n(EN) A versatile menu for navigation.",
@@ -2618,6 +2661,21 @@
2618
2661
  }
2619
2662
  ]
2620
2663
  },
2664
+ {
2665
+ "name": "a-args-props",
2666
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2667
+ "attributes": []
2668
+ },
2669
+ {
2670
+ "name": "a-notification-use-notification",
2671
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2672
+ "attributes": []
2673
+ },
2674
+ {
2675
+ "name": "a-closable-type",
2676
+ "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2677
+ "attributes": []
2678
+ },
2621
2679
  {
2622
2680
  "name": "a-modal",
2623
2681
  "description": "(ZH) 展示一个对话框,提供标题、内容区、操作区。\n\n(EN) Display a modal dialog box, providing a title, content area, and action buttons.",
@@ -2730,6 +2788,10 @@
2730
2788
  "name": "root-style",
2731
2789
  "description": "Default: -\n\nRoot container style"
2732
2790
  },
2791
+ {
2792
+ "name": "scroll-lock",
2793
+ "description": "Default: true\n\nWhether to lock body scroll when modal opens"
2794
+ },
2733
2795
  {
2734
2796
  "name": "styles",
2735
2797
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Modal component. Supports object or function."
@@ -2764,110 +2826,6 @@
2764
2826
  }
2765
2827
  ]
2766
2828
  },
2767
- {
2768
- "name": "a-static-methods",
2769
- "description": "Prompt notification message globally.",
2770
- "attributes": []
2771
- },
2772
- {
2773
- "name": "a-arguments",
2774
- "description": "Display global messages as feedback in response to user operations.",
2775
- "attributes": []
2776
- },
2777
- {
2778
- "name": "a-config",
2779
- "description": "(ZH) 全局展示操作反馈信息。\n\n(EN) Display global messages as feedback in response to user operations.",
2780
- "attributes": []
2781
- },
2782
- {
2783
- "name": "a-global-configuration",
2784
- "description": "Prompt notification message globally.",
2785
- "attributes": []
2786
- },
2787
- {
2788
- "name": "a-静态方法",
2789
- "description": "全局展示通知提醒信息。",
2790
- "attributes": []
2791
- },
2792
- {
2793
- "name": "a-参数",
2794
- "description": "全局展示操作反馈信息。",
2795
- "attributes": []
2796
- },
2797
- {
2798
- "name": "a-全局配置",
2799
- "description": "全局展示通知提醒信息。",
2800
- "attributes": []
2801
- },
2802
- {
2803
- "name": "a-args-props",
2804
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2805
- "attributes": []
2806
- },
2807
- {
2808
- "name": "a-notification-use-notification",
2809
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2810
- "attributes": []
2811
- },
2812
- {
2813
- "name": "a-closable-type",
2814
- "description": "(ZH) 全局展示通知提醒信息。\n\n(EN) Prompt notification message globally.",
2815
- "attributes": []
2816
- },
2817
- {
2818
- "name": "a-popconfirm",
2819
- "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2820
- "attributes": [
2821
- {
2822
- "name": "cancel-button-props",
2823
- "description": "Default: -\n\nThe cancel button props"
2824
- },
2825
- {
2826
- "name": "cancel-text",
2827
- "description": "Default: Cancel\n\nThe text of the Cancel button"
2828
- },
2829
- {
2830
- "name": "disabled",
2831
- "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
2832
- },
2833
- {
2834
- "name": "icon",
2835
- "description": "Default: -\n\nCustomize icon of confirmation"
2836
- },
2837
- {
2838
- "name": "ok-button-props",
2839
- "description": "Default: -\n\nThe ok button props"
2840
- },
2841
- {
2842
- "name": "ok-text",
2843
- "description": "Default: OK\n\nThe text of the Confirm button"
2844
- },
2845
- {
2846
- "name": "ok-type",
2847
- "description": "Default: primary\n\nButton type of the Confirm button"
2848
- },
2849
- {
2850
- "name": "show-cancel",
2851
- "description": "Default: true\n\nShow cancel button"
2852
- },
2853
- {
2854
- "name": "title",
2855
- "description": "Default: -\n\nThe title of the confirmation box"
2856
- },
2857
- {
2858
- "name": "description",
2859
- "description": "Default: -\n\nThe description of the confirmation box"
2860
- },
2861
- {
2862
- "name": "classes",
2863
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
2864
- },
2865
- {
2866
- "name": "styles",
2867
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
2868
- }
2869
- ]
2870
- },
2871
2829
  {
2872
2830
  "name": "a-pagination",
2873
2831
  "description": "(ZH) 分页器用于分隔长列表,每次只加载一个页面。\n\n(EN) A long list can be divided into several pages, and only one page will be loaded at a time.",
@@ -2987,72 +2945,56 @@
2987
2945
  ]
2988
2946
  },
2989
2947
  {
2990
- "name": "a-progress",
2991
- "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
2948
+ "name": "a-popconfirm",
2949
+ "description": "(ZH) 点击元素,弹出气泡式的确认框。\n\n(EN) Pop up a bubble confirmation box for an action.",
2992
2950
  "attributes": [
2993
2951
  {
2994
- "name": "classes",
2995
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
2996
- },
2997
- {
2998
- "name": "styles",
2999
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3000
- },
3001
- {
3002
- "name": "root-class",
3003
- "description": "Default: -\n\nRoot container class"
2952
+ "name": "cancel-button-props",
2953
+ "description": "Default: -\n\nThe cancel button props"
3004
2954
  },
3005
2955
  {
3006
- "name": "type",
3007
- "description": "Default: line\n\nTo set the type, options: line circle dashboard"
2956
+ "name": "cancel-text",
2957
+ "description": "Default: Cancel\n\nThe text of the Cancel button"
3008
2958
  },
3009
2959
  {
3010
- "name": "percent",
3011
- "description": "Default: 0\n\nTo set the completion percentage"
2960
+ "name": "disabled",
2961
+ "description": "Default: false\n\nWhether to show popconfirm when clicking its children node"
3012
2962
  },
3013
2963
  {
3014
- "name": "format",
3015
- "description": "Default: (percent) => percent + %\n\nThe template function of the content"
2964
+ "name": "icon",
2965
+ "description": "Default: -\n\nCustomize icon of confirmation"
3016
2966
  },
3017
2967
  {
3018
- "name": "status",
3019
- "description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
2968
+ "name": "ok-button-props",
2969
+ "description": "Default: -\n\nThe ok button props"
3020
2970
  },
3021
2971
  {
3022
- "name": "show-info",
3023
- "description": "Default: true\n\nWhether to display the progress value and the status icon"
2972
+ "name": "ok-text",
2973
+ "description": "Default: OK\n\nThe text of the Confirm button"
3024
2974
  },
3025
2975
  {
3026
- "name": "stroke-width",
3027
- "description": "Default: -\n\n-"
2976
+ "name": "ok-type",
2977
+ "description": "Default: primary\n\nButton type of the Confirm button"
3028
2978
  },
3029
2979
  {
3030
- "name": "stroke-linecap",
3031
- "description": "Default: round\n\nTo set the style of the progress linecap"
2980
+ "name": "show-cancel",
2981
+ "description": "Default: true\n\nShow cancel button"
3032
2982
  },
3033
2983
  {
3034
- "name": "stroke-color",
3035
- "description": "Default: -\n\nThe color of progress bar"
2984
+ "name": "title",
2985
+ "description": "Default: -\n\nThe title of the confirmation box"
3036
2986
  },
3037
2987
  {
3038
- "name": "rail-color",
3039
- "description": "Default: -\n\nThe color of unfilled part"
2988
+ "name": "description",
2989
+ "description": "Default: -\n\nThe description of the confirmation box"
3040
2990
  },
3041
2991
  {
3042
- "name": "success",
3043
- "description": "Default: -\n\nConfigs of successfully progress bar"
2992
+ "name": "classes",
2993
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3044
2994
  },
3045
2995
  {
3046
- "name": "trail-color",
3047
- "description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
3048
- },
3049
- {
3050
- "name": "width",
3051
- "description": "Default: -\n\nDeprecated. Use size instead"
3052
- },
3053
- {
3054
- "name": "size",
3055
- "description": "Default: default\n\nProgress size"
2996
+ "name": "styles",
2997
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3056
2998
  }
3057
2999
  ]
3058
3000
  },
@@ -3144,6 +3086,76 @@
3144
3086
  }
3145
3087
  ]
3146
3088
  },
3089
+ {
3090
+ "name": "a-progress",
3091
+ "description": "(ZH) 展示操作的当前进度。\n\n(EN) Display the current progress of the operation.",
3092
+ "attributes": [
3093
+ {
3094
+ "name": "classes",
3095
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3096
+ },
3097
+ {
3098
+ "name": "styles",
3099
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3100
+ },
3101
+ {
3102
+ "name": "root-class",
3103
+ "description": "Default: -\n\nRoot container class"
3104
+ },
3105
+ {
3106
+ "name": "type",
3107
+ "description": "Default: line\n\nTo set the type, options: line circle dashboard"
3108
+ },
3109
+ {
3110
+ "name": "percent",
3111
+ "description": "Default: 0\n\nTo set the completion percentage"
3112
+ },
3113
+ {
3114
+ "name": "format",
3115
+ "description": "Default: (percent) => percent + %\n\nThe template function of the content"
3116
+ },
3117
+ {
3118
+ "name": "status",
3119
+ "description": "Default: -\n\nTo set the status of the Progress, options: success exception normal active(line only)"
3120
+ },
3121
+ {
3122
+ "name": "show-info",
3123
+ "description": "Default: true\n\nWhether to display the progress value and the status icon"
3124
+ },
3125
+ {
3126
+ "name": "stroke-width",
3127
+ "description": "Default: -\n\n-"
3128
+ },
3129
+ {
3130
+ "name": "stroke-linecap",
3131
+ "description": "Default: round\n\nTo set the style of the progress linecap"
3132
+ },
3133
+ {
3134
+ "name": "stroke-color",
3135
+ "description": "Default: -\n\nThe color of progress bar"
3136
+ },
3137
+ {
3138
+ "name": "rail-color",
3139
+ "description": "Default: -\n\nThe color of unfilled part"
3140
+ },
3141
+ {
3142
+ "name": "success",
3143
+ "description": "Default: -\n\nConfigs of successfully progress bar"
3144
+ },
3145
+ {
3146
+ "name": "trail-color",
3147
+ "description": "Default: -\n\nThe color of unfilled part. Please use railColor instead"
3148
+ },
3149
+ {
3150
+ "name": "width",
3151
+ "description": "Default: -\n\nDeprecated. Use size instead"
3152
+ },
3153
+ {
3154
+ "name": "size",
3155
+ "description": "Default: default\n\nProgress size"
3156
+ }
3157
+ ]
3158
+ },
3147
3159
  {
3148
3160
  "name": "a-radio/radio-button",
3149
3161
  "description": "(ZH) 用于在多个备选项中选中单个状态。\n\n(EN) Used to select a single state from multiple options.",
@@ -3270,40 +3282,6 @@
3270
3282
  }
3271
3283
  ]
3272
3284
  },
3273
- {
3274
- "name": "a-result",
3275
- "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3276
- "attributes": [
3277
- {
3278
- "name": "classes",
3279
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3280
- },
3281
- {
3282
- "name": "extra",
3283
- "description": "Default: -\n\nOperating area"
3284
- },
3285
- {
3286
- "name": "icon",
3287
- "description": "Default: -\n\nCustom back icon"
3288
- },
3289
- {
3290
- "name": "status",
3291
- "description": "Default: info\n\nResult status, decide icons and colors"
3292
- },
3293
- {
3294
- "name": "styles",
3295
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3296
- },
3297
- {
3298
- "name": "sub-title",
3299
- "description": "Default: -\n\nThe subTitle"
3300
- },
3301
- {
3302
- "name": "title",
3303
- "description": "Default: -\n\nThe title"
3304
- }
3305
- ]
3306
- },
3307
3285
  {
3308
3286
  "name": "a-segmented",
3309
3287
  "description": "(ZH) 用于展示多个选项并允许用户选择其中单个选项。\n\n(EN) Display multiple options and allow users to select a single option.",
@@ -3314,237 +3292,81 @@
3314
3292
  },
3315
3293
  {
3316
3294
  "name": "classes",
3317
- "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3318
- },
3319
- {
3320
- "name": "default-value",
3321
- "description": "Default: -\n\nDefault selected value"
3322
- },
3323
- {
3324
- "name": "disabled",
3325
- "description": "Default: false\n\nDisable all segments"
3326
- },
3327
- {
3328
- "name": "options",
3329
- "description": "Default: []\n\nSet children optional"
3330
- },
3331
- {
3332
- "name": "orientation",
3333
- "description": "Default: horizontal\n\nOrientation"
3334
- },
3335
- {
3336
- "name": "size",
3337
- "description": "Default: middle\n\nThe size of the Segmented."
3338
- },
3339
- {
3340
- "name": "styles",
3341
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3342
- },
3343
- {
3344
- "name": "vertical",
3345
- "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3346
- },
3347
- {
3348
- "name": "value",
3349
- "description": "Default: -\n\nCurrently selected value, support v-model:value"
3350
- },
3351
- {
3352
- "name": "shape",
3353
- "description": "Default: default\n\nshape of Segmented"
3354
- },
3355
- {
3356
- "name": "name",
3357
- "description": "Default: -\n\nThe name property of all input[type=\"radio\"] children. if not set, it will fallback to a randomly generated name"
3358
- }
3359
- ]
3360
- },
3361
- {
3362
- "name": "a-select",
3363
- "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
3364
- "attributes": [
3365
- {
3366
- "name": "allow-clear",
3367
- "description": "Default: false\n\nShow clear button"
3368
- },
3369
- {
3370
- "name": "auto-clear-search-value",
3371
- "description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
3372
- },
3373
- {
3374
- "name": "classes",
3375
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3376
- },
3377
- {
3378
- "name": "default-active-first-option",
3379
- "description": "Default: true\n\nWhether active first option by default"
3380
- },
3381
- {
3382
- "name": "disabled",
3383
- "description": "Default: false\n\nWhether disabled select"
3384
- },
3385
- {
3386
- "name": "dropdown-class-name",
3387
- "description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
3388
- },
3389
- {
3390
- "name": "dropdown-match-select-width",
3391
- "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
3392
- },
3393
- {
3394
- "name": "dropdown-render",
3395
- "description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
3396
- },
3397
- {
3398
- "name": "dropdown-style",
3399
- "description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
3400
- },
3401
- {
3402
- "name": "field-names",
3403
- "description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
3404
- },
3405
- {
3406
- "name": "filter-option",
3407
- "description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
3408
- },
3409
- {
3410
- "name": "filter-sort",
3411
- "description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
3412
- },
3413
- {
3414
- "name": "get-popup-container",
3415
- "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"
3416
- },
3417
- {
3418
- "name": "label-in-value",
3419
- "description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
3420
- },
3421
- {
3422
- "name": "list-height",
3423
- "description": "Default: 256\n\nConfig popup height"
3424
- },
3425
- {
3426
- "name": "loading",
3427
- "description": "Default: false\n\nIndicate loading state"
3428
- },
3429
- {
3430
- "name": "max-count",
3431
- "description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
3432
- },
3433
- {
3434
- "name": "max-tag-count",
3435
- "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
3436
- },
3437
- {
3438
- "name": "max-tag-placeholder",
3439
- "description": "Default: -\n\nPlaceholder for not showing tags"
3440
- },
3441
- {
3442
- "name": "max-tag-text-length",
3443
- "description": "Default: -\n\nMax tag text length to show"
3444
- },
3445
- {
3446
- "name": "menu-item-selected-icon",
3447
- "description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
3448
- },
3449
- {
3450
- "name": "mode",
3451
- "description": "Default: -\n\nSet mode of Select"
3452
- },
3453
- {
3454
- "name": "not-found-content",
3455
- "description": "Default: Not Found\n\nSpecify content to show when no result matches"
3456
- },
3457
- {
3458
- "name": "open",
3459
- "description": "Default: -\n\nControlled open state of dropdown"
3460
- },
3461
- {
3462
- "name": "option-filter-prop",
3463
- "description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
3464
- },
3465
- {
3466
- "name": "options",
3467
- "description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
3468
- },
3469
- {
3470
- "name": "option-render",
3471
- "description": "Default: -\n\nCustomize the rendering dropdown options"
3472
- },
3473
- {
3474
- "name": "placeholder",
3475
- "description": "Default: -\n\nThe placeholder of select"
3476
- },
3477
- {
3478
- "name": "placement",
3479
- "description": "Default: bottomLeft\n\nThe position where the selection box pops up"
3295
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the Segmented component. Supports object or function."
3480
3296
  },
3481
3297
  {
3482
- "name": "popup-class-name",
3483
- "description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
3298
+ "name": "default-value",
3299
+ "description": "Default: -\n\nDefault selected value"
3484
3300
  },
3485
3301
  {
3486
- "name": "popup-match-select-width",
3487
- "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"
3302
+ "name": "disabled",
3303
+ "description": "Default: false\n\nDisable all segments"
3488
3304
  },
3489
3305
  {
3490
- "name": "popup-render",
3491
- "description": "Default: -\n\nCustomize dropdown content"
3306
+ "name": "options",
3307
+ "description": "Default: []\n\nSet children optional"
3492
3308
  },
3493
3309
  {
3494
- "name": "prefix",
3495
- "description": "Default: -\n\nThe custom prefix"
3310
+ "name": "orientation",
3311
+ "description": "Default: horizontal\n\nOrientation"
3496
3312
  },
3497
3313
  {
3498
- "name": "remove-icon",
3499
- "description": "Default: -\n\nThe custom remove icon"
3314
+ "name": "size",
3315
+ "description": "Default: middle\n\nThe size of the Segmented."
3500
3316
  },
3501
3317
  {
3502
- "name": "search-value",
3503
- "description": "Default: -\n\nThe current input \"search\" text"
3318
+ "name": "styles",
3319
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the Segmented component. Supports object or function."
3504
3320
  },
3505
3321
  {
3506
- "name": "show-search",
3507
- "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3322
+ "name": "vertical",
3323
+ "description": "Default: false\n\nOrientation,Simultaneously existing with orientation, orientation takes priority"
3508
3324
  },
3509
3325
  {
3510
- "name": "size",
3511
- "description": "Default: -\n\nSize of Select input"
3326
+ "name": "value",
3327
+ "description": "Default: -\n\nCurrently selected value, support v-model:value"
3512
3328
  },
3513
3329
  {
3514
- "name": "status",
3515
- "description": "Default: -\n\nSet validation status"
3330
+ "name": "shape",
3331
+ "description": "Default: default\n\nshape of Segmented"
3516
3332
  },
3517
3333
  {
3518
- "name": "styles",
3519
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3520
- },
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
+ },
3339
+ {
3340
+ "name": "a-result",
3341
+ "description": "(ZH) 用于反馈一系列操作任务的处理结果。\n\n(EN) Used to feedback the processing results of a series of operations.",
3342
+ "attributes": [
3521
3343
  {
3522
- "name": "suffix-icon",
3523
- "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"
3344
+ "name": "classes",
3345
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3524
3346
  },
3525
3347
  {
3526
- "name": "tag-render",
3527
- "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3348
+ "name": "extra",
3349
+ "description": "Default: -\n\nOperating area"
3528
3350
  },
3529
3351
  {
3530
- "name": "label-render",
3531
- "description": "Default: -\n\nCustomize selected label render"
3352
+ "name": "icon",
3353
+ "description": "Default: -\n\nCustom back icon"
3532
3354
  },
3533
3355
  {
3534
- "name": "token-separators",
3535
- "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3356
+ "name": "status",
3357
+ "description": "Default: info\n\nResult status, decide icons and colors"
3536
3358
  },
3537
3359
  {
3538
- "name": "value",
3539
- "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3360
+ "name": "styles",
3361
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3540
3362
  },
3541
3363
  {
3542
- "name": "variant",
3543
- "description": "Default: outlined\n\nVariants of selector"
3364
+ "name": "sub-title",
3365
+ "description": "Default: -\n\nThe subTitle"
3544
3366
  },
3545
3367
  {
3546
- "name": "virtual",
3547
- "description": "Default: true\n\nDisable virtual scroll when set to false"
3368
+ "name": "title",
3369
+ "description": "Default: -\n\nThe title"
3548
3370
  }
3549
3371
  ]
3550
3372
  },
@@ -3725,121 +3547,192 @@
3725
3547
  ]
3726
3548
  },
3727
3549
  {
3728
- "name": "a-space",
3729
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3550
+ "name": "a-select",
3551
+ "description": "(ZH) 下拉选择器。\n\n(EN) A dropdown menu for displaying choices.",
3730
3552
  "attributes": [
3731
3553
  {
3732
- "name": "align",
3733
- "description": "Default: -\n\nAlign items"
3554
+ "name": "allow-clear",
3555
+ "description": "Default: false\n\nShow clear button"
3556
+ },
3557
+ {
3558
+ "name": "auto-clear-search-value",
3559
+ "description": "Default: true\n\nWhether the current search will be cleared on selecting an item. Only applies when mode is set to multiple or tags"
3734
3560
  },
3735
3561
  {
3736
3562
  "name": "classes",
3737
3563
  "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
3738
3564
  },
3739
3565
  {
3740
- "name": "orientation",
3741
- "description": "Default: horizontal\n\nThe space direction"
3566
+ "name": "default-active-first-option",
3567
+ "description": "Default: true\n\nWhether active first option by default"
3742
3568
  },
3743
3569
  {
3744
- "name": "separator",
3745
- "description": "Default: -\n\nSet separator"
3570
+ "name": "disabled",
3571
+ "description": "Default: false\n\nWhether disabled select"
3746
3572
  },
3747
3573
  {
3748
- "name": "size",
3749
- "description": "Default: small\n\nThe space size"
3574
+ "name": "dropdown-class-name",
3575
+ "description": "Default: -\n\nThe className of dropdown menu, **Deprecated. Use classes.popup.root instead**"
3750
3576
  },
3751
3577
  {
3752
- "name": "styles",
3753
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3578
+ "name": "dropdown-match-select-width",
3579
+ "description": "Default: -\n\nDetermine whether the dropdown menu and the select input are the same width, **Deprecated. Use popupMatchSelectWidth instead**"
3754
3580
  },
3755
3581
  {
3756
- "name": "vertical",
3757
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3582
+ "name": "dropdown-render",
3583
+ "description": "Default: -\n\nCustomize dropdown content, **Deprecated. Use popupRender instead**"
3758
3584
  },
3759
3585
  {
3760
- "name": "wrap",
3761
- "description": "Default: false\n\nAuto wrap line, when horizontal effective"
3762
- }
3763
- ]
3764
- },
3765
- {
3766
- "name": "a-size",
3767
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3768
- "attributes": []
3769
- },
3770
- {
3771
- "name": "a-space-compact",
3772
- "description": "(ZH) 设置组件之间的间距。\n\n(EN) Set components spacing.",
3773
- "attributes": [
3586
+ "name": "dropdown-style",
3587
+ "description": "Default: -\n\nThe style of dropdown menu, **Deprecated. Use styles.popup.root instead**"
3588
+ },
3774
3589
  {
3775
- "name": "block",
3776
- "description": "Default: false\n\nOption to fit width to its parent's width"
3590
+ "name": "field-names",
3591
+ "description": "Default: { label: 'label', value: 'value', options: 'options', groupLabel: 'label' }\n\nCustomize node label, value, options, groupLabel field name"
3777
3592
  },
3778
3593
  {
3779
- "name": "orientation",
3780
- "description": "Default: horizontal\n\nSet direction of layout"
3594
+ "name": "filter-option",
3595
+ "description": "Default: true\n\nIf true, filter options by input, if function, filter options against it. The function will receive two arguments, inputValue and option, if the function returns true, the option will be included in the filtered set; Otherwise, it will be excluded"
3781
3596
  },
3782
3597
  {
3783
- "name": "size",
3784
- "description": "Default: middle\n\nSet child component size"
3598
+ "name": "filter-sort",
3599
+ "description": "Default: -\n\nSort function for search options sorting, see Array.sort's compareFunction"
3785
3600
  },
3786
3601
  {
3787
- "name": "vertical",
3788
- "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3789
- }
3790
- ]
3791
- },
3792
- {
3793
- "name": "a-spin",
3794
- "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3795
- "attributes": [
3602
+ "name": "get-popup-container",
3603
+ "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"
3604
+ },
3796
3605
  {
3797
- "name": "spinning",
3798
- "description": "Default: true\n\nWhether Spin is visible"
3606
+ "name": "label-in-value",
3607
+ "description": "Default: false\n\nWhether to embed label in value, turn the format of value from string to { value: string, label: VueNode }"
3799
3608
  },
3800
3609
  {
3801
- "name": "size",
3802
- "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3610
+ "name": "list-height",
3611
+ "description": "Default: 256\n\nConfig popup height"
3803
3612
  },
3804
3613
  {
3805
- "name": "~~tip~~",
3806
- "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3614
+ "name": "loading",
3615
+ "description": "Default: false\n\nIndicate loading state"
3807
3616
  },
3808
3617
  {
3809
- "name": "description",
3810
- "description": "Default: -\n\nCustomize description content"
3618
+ "name": "max-count",
3619
+ "description": "Default: -\n\nThe max number of items can be selected, only applies when mode is multiple or tags"
3811
3620
  },
3812
3621
  {
3813
- "name": "delay",
3814
- "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3622
+ "name": "max-tag-count",
3623
+ "description": "Default: -\n\nMax tag count to show. responsive will cost render performance"
3815
3624
  },
3816
3625
  {
3817
- "name": "wrapper-class-name",
3818
- "description": "Default: -\n\nThe className of wrapper when Spin has children"
3626
+ "name": "max-tag-placeholder",
3627
+ "description": "Default: -\n\nPlaceholder for not showing tags"
3628
+ },
3629
+ {
3630
+ "name": "max-tag-text-length",
3631
+ "description": "Default: -\n\nMax tag text length to show"
3632
+ },
3633
+ {
3634
+ "name": "menu-item-selected-icon",
3635
+ "description": "Default: -\n\nThe custom menuItemSelected icon with multiple options"
3636
+ },
3637
+ {
3638
+ "name": "mode",
3639
+ "description": "Default: -\n\nSet mode of Select"
3640
+ },
3641
+ {
3642
+ "name": "not-found-content",
3643
+ "description": "Default: Not Found\n\nSpecify content to show when no result matches"
3644
+ },
3645
+ {
3646
+ "name": "open",
3647
+ "description": "Default: -\n\nControlled open state of dropdown"
3648
+ },
3649
+ {
3650
+ "name": "option-filter-prop",
3651
+ "description": "Default: value\n\nWhich prop value of option will be used for filter if filterOption is true. If options is set, it should be set to label. When a string[] is provided, multiple fields are searched using OR matching"
3652
+ },
3653
+ {
3654
+ "name": "options",
3655
+ "description": "Default: -\n\nSelect options. Will get better perf than jsx definition"
3656
+ },
3657
+ {
3658
+ "name": "option-render",
3659
+ "description": "Default: -\n\nCustomize the rendering dropdown options"
3660
+ },
3661
+ {
3662
+ "name": "placeholder",
3663
+ "description": "Default: -\n\nThe placeholder of select"
3664
+ },
3665
+ {
3666
+ "name": "placement",
3667
+ "description": "Default: bottomLeft\n\nThe position where the selection box pops up"
3668
+ },
3669
+ {
3670
+ "name": "popup-class-name",
3671
+ "description": "Default: -\n\nThe className of dropdown menu, use classes.popup.root instead"
3672
+ },
3673
+ {
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
+ },
3677
+ {
3678
+ "name": "popup-render",
3679
+ "description": "Default: -\n\nCustomize dropdown content"
3680
+ },
3681
+ {
3682
+ "name": "prefix",
3683
+ "description": "Default: -\n\nThe custom prefix"
3684
+ },
3685
+ {
3686
+ "name": "remove-icon",
3687
+ "description": "Default: -\n\nThe custom remove icon"
3688
+ },
3689
+ {
3690
+ "name": "search-value",
3691
+ "description": "Default: -\n\nThe current input \"search\" text"
3692
+ },
3693
+ {
3694
+ "name": "show-search",
3695
+ "description": "Default: single: false, multiple: true\n\nWhether select is searchable"
3696
+ },
3697
+ {
3698
+ "name": "size",
3699
+ "description": "Default: -\n\nSize of Select input"
3700
+ },
3701
+ {
3702
+ "name": "status",
3703
+ "description": "Default: -\n\nSet validation status"
3704
+ },
3705
+ {
3706
+ "name": "styles",
3707
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
3708
+ },
3709
+ {
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"
3819
3712
  },
3820
3713
  {
3821
- "name": "indicator",
3822
- "description": "Default: -\n\nThe node of the spinning indicator"
3714
+ "name": "tag-render",
3715
+ "description": "Default: -\n\nCustomize tag render, only applies when mode is set to multiple or tags"
3823
3716
  },
3824
3717
  {
3825
- "name": "fullscreen",
3826
- "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3718
+ "name": "label-render",
3719
+ "description": "Default: -\n\nCustomize selected label render"
3827
3720
  },
3828
3721
  {
3829
- "name": "percent",
3830
- "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3722
+ "name": "token-separators",
3723
+ "description": "Default: -\n\nSeparator used to tokenize, only applies when mode=\"tags\""
3831
3724
  },
3832
3725
  {
3833
- "name": "root-class",
3834
- "description": "Default: -\n\nRoot container class"
3726
+ "name": "value",
3727
+ "description": "Default: -\n\nCurrent selected option (considered as a immutable array), support v-model:value"
3835
3728
  },
3836
3729
  {
3837
- "name": "classes",
3838
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3730
+ "name": "variant",
3731
+ "description": "Default: outlined\n\nVariants of selector"
3839
3732
  },
3840
3733
  {
3841
- "name": "styles",
3842
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3734
+ "name": "virtual",
3735
+ "description": "Default: true\n\nDisable virtual scroll when set to false"
3843
3736
  }
3844
3737
  ]
3845
3738
  },
@@ -3857,7 +3750,7 @@
3857
3750
  },
3858
3751
  {
3859
3752
  "name": "disabled",
3860
- "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"
3861
3754
  },
3862
3755
  {
3863
3756
  "name": "dots",
@@ -3917,6 +3810,60 @@
3917
3810
  }
3918
3811
  ]
3919
3812
  },
3813
+ {
3814
+ "name": "a-spin",
3815
+ "description": "(ZH) 用于页面和区块的加载中状态。\n\n(EN) Used for the loading status of a page or a block.",
3816
+ "attributes": [
3817
+ {
3818
+ "name": "spinning",
3819
+ "description": "Default: true\n\nWhether Spin is visible"
3820
+ },
3821
+ {
3822
+ "name": "size",
3823
+ "description": "Default: default\n\nThe size of Spin, options: small, default and large"
3824
+ },
3825
+ {
3826
+ "name": "~~tip~~",
3827
+ "description": "Default: -\n\ndeprecated, use descriptionCustomize description content when Spin has children"
3828
+ },
3829
+ {
3830
+ "name": "description",
3831
+ "description": "Default: -\n\nCustomize description content"
3832
+ },
3833
+ {
3834
+ "name": "delay",
3835
+ "description": "Default: -\n\nSpecifies a delay in milliseconds for loading state (prevent flush)"
3836
+ },
3837
+ {
3838
+ "name": "wrapper-class-name",
3839
+ "description": "Default: -\n\nThe className of wrapper when Spin has children"
3840
+ },
3841
+ {
3842
+ "name": "indicator",
3843
+ "description": "Default: -\n\nThe node of the spinning indicator"
3844
+ },
3845
+ {
3846
+ "name": "fullscreen",
3847
+ "description": "Default: false\n\nDisplay a backdrop with the Spin component"
3848
+ },
3849
+ {
3850
+ "name": "percent",
3851
+ "description": "Default: -\n\nThe progress percentage, when set to auto, it will be an indeterminate progress"
3852
+ },
3853
+ {
3854
+ "name": "root-class",
3855
+ "description": "Default: -\n\nRoot container class"
3856
+ },
3857
+ {
3858
+ "name": "classes",
3859
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
3860
+ },
3861
+ {
3862
+ "name": "styles",
3863
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
3864
+ }
3865
+ ]
3866
+ },
3920
3867
  {
3921
3868
  "name": "a-splitter",
3922
3869
  "description": "(ZH) 分割面板用于隔离内容。\n\n(EN) Split panels to isolate content.",
@@ -3981,6 +3928,71 @@
3981
3928
  }
3982
3929
  ]
3983
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"
3981
+ },
3982
+ {
3983
+ "name": "orientation",
3984
+ "description": "Default: horizontal\n\nSet direction of layout"
3985
+ },
3986
+ {
3987
+ "name": "size",
3988
+ "description": "Default: middle\n\nSet child component size"
3989
+ },
3990
+ {
3991
+ "name": "vertical",
3992
+ "description": "Default: false\n\nOrientation, Simultaneously configure with orientation and prioritize orientation"
3993
+ }
3994
+ ]
3995
+ },
3984
3996
  {
3985
3997
  "name": "a-statistic",
3986
3998
  "description": "(ZH) 展示统计数值。\n\n(EN) Display statistic number.",
@@ -4064,6 +4076,10 @@
4064
4076
  "name": "items",
4065
4077
  "description": "Default: []\n\nStepItem content"
4066
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
+ },
4067
4083
  {
4068
4084
  "name": "orientation",
4069
4085
  "description": "Default: horizontal\n\nTo specify the orientation of the step bar, horizontal or vertical"
@@ -4093,176 +4109,78 @@
4093
4109
  "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4094
4110
  },
4095
4111
  {
4096
- "name": "title-placement",
4097
- "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4098
- },
4099
- {
4100
- "name": "type",
4101
- "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
4102
- },
4103
- {
4104
- "name": "variant",
4105
- "description": "Default: filled\n\nConfig style variant"
4106
- }
4107
- ]
4108
- },
4109
- {
4110
- "name": "a-switch",
4111
- "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
4112
- "attributes": [
4113
- {
4114
- "name": "auto-focus",
4115
- "description": "Default: false\n\nAuto focus when component mounted"
4116
- },
4117
- {
4118
- "name": "checked",
4119
- "description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
4120
- },
4121
- {
4122
- "name": "checked-children",
4123
- "description": "Default: -\n\nThe content to be shown when the state is checked"
4124
- },
4125
- {
4126
- "name": "checked-value",
4127
- "description": "Default: true\n\nThe value when checked"
4128
- },
4129
- {
4130
- "name": "classes",
4131
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4132
- },
4133
- {
4134
- "name": "default-checked",
4135
- "description": "Default: false\n\nWhether to set the initial state"
4136
- },
4137
- {
4138
- "name": "default-value",
4139
- "description": "Default: -\n\nAlias for defaultChecked"
4140
- },
4141
- {
4142
- "name": "disabled",
4143
- "description": "Default: false\n\nDisable switch"
4144
- },
4145
- {
4146
- "name": "loading",
4147
- "description": "Default: false\n\nLoading state of switch"
4148
- },
4149
- {
4150
- "name": "size",
4151
- "description": "Default: default\n\nThe size of the Switch, options: default small"
4152
- },
4153
- {
4154
- "name": "styles",
4155
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4156
- },
4157
- {
4158
- "name": "un-checked-children",
4159
- "description": "Default: -\n\nThe content to be shown when the state is unchecked"
4160
- },
4161
- {
4162
- "name": "un-checked-value",
4163
- "description": "Default: false\n\nThe value when unchecked"
4164
- },
4165
- {
4166
- "name": "value",
4167
- "description": "Default: -\n\nAlias for checked, support v-model:value"
4168
- }
4169
- ]
4170
- },
4171
- {
4172
- "name": "a-table",
4173
- "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4174
- "attributes": [
4175
- {
4176
- "name": "bordered",
4177
- "description": "Default: false\n\nWhether to show all table borders"
4178
- },
4179
- {
4180
- "name": "classes",
4181
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4182
- },
4183
- {
4184
- "name": "columns",
4185
- "description": "Default: -\n\nColumns of table"
4186
- },
4187
- {
4188
- "name": "data-source",
4189
- "description": "Default: -\n\nData record array to be displayed"
4190
- },
4191
- {
4192
- "name": "expandable",
4193
- "description": "Default: -\n\nConfig expandable content"
4194
- },
4195
- {
4196
- "name": "get-popup-container",
4197
- "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4198
- },
4199
- {
4200
- "name": "loading",
4201
- "description": "Default: false\n\nLoading status of table"
4202
- },
4203
- {
4204
- "name": "locale",
4205
- "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4112
+ "name": "title-placement",
4113
+ "description": "Default: horizontal\n\nPlace title and content with horizontal or vertical direction"
4206
4114
  },
4207
4115
  {
4208
- "name": "pagination",
4209
- "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4116
+ "name": "type",
4117
+ "description": "Default: default\n\nType of steps, can be set to one of the following values: default dot inline navigation panel"
4210
4118
  },
4211
4119
  {
4212
- "name": "row-class-name",
4213
- "description": "Default: -\n\nRow's className"
4120
+ "name": "variant",
4121
+ "description": "Default: filled\n\nConfig style variant"
4122
+ }
4123
+ ]
4124
+ },
4125
+ {
4126
+ "name": "a-switch",
4127
+ "description": "(ZH) 使用开关切换两种状态之间。\n\n(EN) Used to toggle between two states.",
4128
+ "attributes": [
4129
+ {
4130
+ "name": "auto-focus",
4131
+ "description": "Default: false\n\nAuto focus when component mounted"
4214
4132
  },
4215
4133
  {
4216
- "name": "row-key",
4217
- "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4134
+ "name": "checked",
4135
+ "description": "Default: false\n\nDetermine whether the Switch is checked, support v-model:checked"
4218
4136
  },
4219
4137
  {
4220
- "name": "row-selection",
4221
- "description": "Default: -\n\nRow selection config"
4138
+ "name": "checked-children",
4139
+ "description": "Default: -\n\nThe content to be shown when the state is checked"
4222
4140
  },
4223
4141
  {
4224
- "name": "row-hoverable",
4225
- "description": "Default: true\n\nRow hover"
4142
+ "name": "checked-value",
4143
+ "description": "Default: true\n\nThe value when checked"
4226
4144
  },
4227
4145
  {
4228
- "name": "scroll",
4229
- "description": "Default: -\n\nWhether the table can be scrollable, config"
4146
+ "name": "classes",
4147
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4230
4148
  },
4231
4149
  {
4232
- "name": "show-header",
4233
- "description": "Default: true\n\nWhether to show table header"
4150
+ "name": "default-checked",
4151
+ "description": "Default: false\n\nWhether to set the initial state"
4234
4152
  },
4235
4153
  {
4236
- "name": "show-sorter-tooltip",
4237
- "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"
4154
+ "name": "default-value",
4155
+ "description": "Default: -\n\nAlias for defaultChecked"
4238
4156
  },
4239
4157
  {
4240
- "name": "size",
4241
- "description": "Default: large\n\nSize of table"
4158
+ "name": "disabled",
4159
+ "description": "Default: false\n\nDisable switch"
4242
4160
  },
4243
4161
  {
4244
- "name": "sort-directions",
4245
- "description": "Default: \\[ascend, descend]\n\nSupported sort way, could be ascend, descend"
4162
+ "name": "loading",
4163
+ "description": "Default: false\n\nLoading state of switch"
4246
4164
  },
4247
4165
  {
4248
- "name": "sticky",
4249
- "description": "Default: -\n\nSet sticky header and scroll bar"
4166
+ "name": "size",
4167
+ "description": "Default: default\n\nThe size of the Switch, options: default small"
4250
4168
  },
4251
4169
  {
4252
4170
  "name": "styles",
4253
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4171
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4254
4172
  },
4255
4173
  {
4256
- "name": "table-layout",
4257
- "description": "Default: -fixed when header/columns are fixed, or using column.ellipsis\n\nThe table-layout attribute of table element"
4174
+ "name": "un-checked-children",
4175
+ "description": "Default: -\n\nThe content to be shown when the state is unchecked"
4258
4176
  },
4259
4177
  {
4260
- "name": "dropdown-prefix-cls",
4261
- "description": "Default: -\n\n-"
4178
+ "name": "un-checked-value",
4179
+ "description": "Default: false\n\nThe value when unchecked"
4262
4180
  },
4263
4181
  {
4264
- "name": "virtual",
4265
- "description": "Default: -\n\nSupport virtual list"
4182
+ "name": "value",
4183
+ "description": "Default: -\n\nAlias for checked, support v-model:value"
4266
4184
  }
4267
4185
  ]
4268
4186
  },
@@ -4460,6 +4378,11 @@
4460
4378
  "description": "进行标记和分类的小标签。",
4461
4379
  "attributes": []
4462
4380
  },
4381
+ {
4382
+ "name": "a-time-picker",
4383
+ "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4384
+ "attributes": []
4385
+ },
4463
4386
  {
4464
4387
  "name": "a-timeline",
4465
4388
  "description": "(ZH) 垂直展示的时间流信息。\n\n(EN) Vertical display timeline.",
@@ -4506,11 +4429,6 @@
4506
4429
  }
4507
4430
  ]
4508
4431
  },
4509
- {
4510
- "name": "a-time-picker",
4511
- "description": "(ZH) 输入或选择时间的控件。\n\n(EN) To select/input a time.",
4512
- "attributes": []
4513
- },
4514
4432
  {
4515
4433
  "name": "a-tooltip",
4516
4434
  "description": "(ZH) 简单的文字提示气泡框。\n\n(EN) Simple text popup box.",
@@ -4695,6 +4613,92 @@
4695
4613
  }
4696
4614
  ]
4697
4615
  },
4616
+ {
4617
+ "name": "a-transfer",
4618
+ "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4619
+ "attributes": [
4620
+ {
4621
+ "name": "actions",
4622
+ "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4623
+ },
4624
+ {
4625
+ "name": "classes",
4626
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4627
+ },
4628
+ {
4629
+ "name": "data-source",
4630
+ "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4631
+ },
4632
+ {
4633
+ "name": "disabled",
4634
+ "description": "Default: false\n\nWhether disabled transfer"
4635
+ },
4636
+ {
4637
+ "name": "filter-option",
4638
+ "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4639
+ },
4640
+ {
4641
+ "name": "footer",
4642
+ "description": "Default: -\n\nA function used for rendering the footer"
4643
+ },
4644
+ {
4645
+ "name": "locale",
4646
+ "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4647
+ },
4648
+ {
4649
+ "name": "one-way",
4650
+ "description": "Default: false\n\nDisplay as single direction style"
4651
+ },
4652
+ {
4653
+ "name": "pagination",
4654
+ "description": "Default: false\n\nUse pagination. Not work in render props"
4655
+ },
4656
+ {
4657
+ "name": "render",
4658
+ "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4659
+ },
4660
+ {
4661
+ "name": "row-key",
4662
+ "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4663
+ },
4664
+ {
4665
+ "name": "select-all-labels",
4666
+ "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4667
+ },
4668
+ {
4669
+ "name": "selected-keys",
4670
+ "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4671
+ },
4672
+ {
4673
+ "name": "selections-icon",
4674
+ "description": "Default: -\n\nCustom dropdown icon"
4675
+ },
4676
+ {
4677
+ "name": "show-search",
4678
+ "description": "Default: false\n\nIf included, a search box is shown on each column"
4679
+ },
4680
+ {
4681
+ "name": "show-select-all",
4682
+ "description": "Default: true\n\nShow select all checkbox on the header"
4683
+ },
4684
+ {
4685
+ "name": "status",
4686
+ "description": "Default: -\n\nSet validation status"
4687
+ },
4688
+ {
4689
+ "name": "styles",
4690
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4691
+ },
4692
+ {
4693
+ "name": "target-keys",
4694
+ "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
4695
+ },
4696
+ {
4697
+ "name": "titles",
4698
+ "description": "Default: -\n\nA set of titles that are sorted from left to right"
4699
+ }
4700
+ ]
4701
+ },
4698
4702
  {
4699
4703
  "name": "a-tree",
4700
4704
  "description": "(ZH) 多层次的结构列表。\n\n(EN) Multiple-level structure list.",
@@ -4882,88 +4886,100 @@
4882
4886
  ]
4883
4887
  },
4884
4888
  {
4885
- "name": "a-transfer",
4886
- "description": "(ZH) 双栏穿梭选择框。\n\n(EN) Double column transfer choice box.",
4889
+ "name": "a-table",
4890
+ "description": "(ZH) 展示行列数据。\n\n(EN) A table displays rows of data.",
4887
4891
  "attributes": [
4888
4892
  {
4889
- "name": "actions",
4890
- "description": "Default: [>, <]\n\nA set of operations that are sorted from top to bottom. When an array of strings is provided, default buttons will be used; when an array of VueNode is provided, custom elements will be used"
4893
+ "name": "bordered",
4894
+ "description": "Default: false\n\nWhether to show all table borders"
4891
4895
  },
4892
4896
  {
4893
4897
  "name": "classes",
4894
- "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function"
4898
+ "description": "Default: -\n\nCustomize class for each semantic structure inside the component. Supports object or function."
4895
4899
  },
4896
4900
  {
4897
- "name": "data-source",
4898
- "description": "Default: []\n\nUsed for setting the source data. The elements that are part of this array will be present the left column. Except the elements whose keys are included in targetKeys prop"
4901
+ "name": "columns",
4902
+ "description": "Default: -\n\nColumns of table"
4899
4903
  },
4900
4904
  {
4901
- "name": "disabled",
4902
- "description": "Default: false\n\nWhether disabled transfer"
4905
+ "name": "data-source",
4906
+ "description": "Default: -\n\nData record array to be displayed"
4903
4907
  },
4904
4908
  {
4905
- "name": "filter-option",
4906
- "description": "Default: -\n\nA function to determine whether an item should show in search result list, only works when searching"
4909
+ "name": "expandable",
4910
+ "description": "Default: -\n\nConfig expandable content"
4907
4911
  },
4908
4912
  {
4909
- "name": "footer",
4910
- "description": "Default: -\n\nA function used for rendering the footer"
4913
+ "name": "get-popup-container",
4914
+ "description": "Default: () => TableHtmlElement\n\nThe render container of dropdowns in table"
4911
4915
  },
4912
4916
  {
4913
- "name": "locale",
4914
- "description": "Default: -\n\nThe i18n text including filter, empty text, item unit, etc"
4917
+ "name": "loading",
4918
+ "description": "Default: false\n\nLoading status of table"
4915
4919
  },
4916
4920
  {
4917
- "name": "one-way",
4918
- "description": "Default: false\n\nDisplay as single direction style"
4921
+ "name": "locale",
4922
+ "description": "Default: 默认值\n\nThe i18n text including filter, sort, empty text, etc"
4919
4923
  },
4920
4924
  {
4921
4925
  "name": "pagination",
4922
- "description": "Default: false\n\nUse pagination. Not work in render props"
4926
+ "description": "Default: -\n\nConfig of pagination. You can ref table pagination config or full pagination document, hide it by setting it to false"
4923
4927
  },
4924
4928
  {
4925
- "name": "render",
4926
- "description": "Default: -\n\nThe function to generate the item shown on a column. Based on an record (element of the dataSource array), this function should return a VueNode which is generated from that record. Also, it can return a plain object with value and label, label is a VueNode and value is for title"
4929
+ "name": "row-class-name",
4930
+ "description": "Default: -\n\nRow's className"
4927
4931
  },
4928
4932
  {
4929
4933
  "name": "row-key",
4930
- "description": "Default: -\n\nSpecify the key that will be used for uniquely identify each element"
4934
+ "description": "Default: key\n\nRow's unique key, could be a string or function that returns a string"
4931
4935
  },
4932
4936
  {
4933
- "name": "select-all-labels",
4934
- "description": "Default: -\n\nA set of customized labels for select all checkboxes on the header"
4937
+ "name": "row-selection",
4938
+ "description": "Default: -\n\nRow selection config"
4935
4939
  },
4936
4940
  {
4937
- "name": "selected-keys",
4938
- "description": "Default: []\n\nA set of keys of selected items, support v-model:selected-keys"
4941
+ "name": "row-hoverable",
4942
+ "description": "Default: true\n\nRow hover"
4939
4943
  },
4940
4944
  {
4941
- "name": "selections-icon",
4942
- "description": "Default: -\n\nCustom dropdown icon"
4945
+ "name": "scroll",
4946
+ "description": "Default: -\n\nWhether the table can be scrollable, config"
4943
4947
  },
4944
4948
  {
4945
- "name": "show-search",
4946
- "description": "Default: false\n\nIf included, a search box is shown on each column"
4949
+ "name": "show-header",
4950
+ "description": "Default: true\n\nWhether to show table header"
4947
4951
  },
4948
4952
  {
4949
- "name": "show-select-all",
4950
- "description": "Default: true\n\nShow select all checkbox on the header"
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"
4951
4955
  },
4952
4956
  {
4953
- "name": "status",
4954
- "description": "Default: -\n\nSet validation status"
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"
4955
4967
  },
4956
4968
  {
4957
4969
  "name": "styles",
4958
- "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function"
4970
+ "description": "Default: -\n\nCustomize inline style for each semantic structure inside the component. Supports object or function."
4959
4971
  },
4960
4972
  {
4961
- "name": "target-keys",
4962
- "description": "Default: []\n\nA set of keys of elements that are listed on the right column, support v-model:target-keys"
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"
4963
4975
  },
4964
4976
  {
4965
- "name": "titles",
4966
- "description": "Default: -\n\nA set of titles that are sorted from left to right"
4977
+ "name": "dropdown-prefix-cls",
4978
+ "description": "Default: -\n\n-"
4979
+ },
4980
+ {
4981
+ "name": "virtual",
4982
+ "description": "Default: -\n\nSupport virtual list"
4967
4983
  }
4968
4984
  ]
4969
4985
  },
@@ -5301,7 +5317,7 @@
5301
5317
  },
5302
5318
  {
5303
5319
  "name": "content",
5304
- "description": "Default: -\n\nWatermark text content"
5320
+ "description": "Default: -\n\nWatermark text content. Pass a WatermarkText object to set per-line font styles"
5305
5321
  },
5306
5322
  {
5307
5323
  "name": "font",