@fle-ui/next 2.0.0-alpha.0 → 2.0.0-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3511) hide show
  1. package/dist/fui.min.css +2 -2
  2. package/dist/fui.min.js +1 -1
  3. package/es/_util/ActionButton.d.ts +15 -0
  4. package/es/_util/ActionButton.js +118 -0
  5. package/es/_util/colors.d.ts +5 -0
  6. package/es/_util/colors.js +4 -0
  7. package/es/_util/easings.d.ts +1 -0
  8. package/es/_util/easings.js +12 -0
  9. package/es/_util/getDataOrAriaProps.d.ts +1 -0
  10. package/es/_util/getDataOrAriaProps.js +9 -0
  11. package/es/_util/getRenderPropValue.d.ts +3 -0
  12. package/es/_util/getRenderPropValue.js +11 -0
  13. package/es/_util/getScroll.d.ts +2 -0
  14. package/es/_util/getScroll.js +34 -0
  15. package/es/_util/hooks/useFlexGapSupport.d.ts +2 -0
  16. package/es/_util/hooks/useFlexGapSupport.js +14 -0
  17. package/es/_util/hooks/useForceUpdate.d.ts +2 -0
  18. package/es/_util/hooks/useForceUpdate.js +11 -0
  19. package/es/_util/hooks/usePatchElement.d.ts +5 -0
  20. package/es/_util/hooks/usePatchElement.js +26 -0
  21. package/es/_util/hooks/useSyncState.d.ts +3 -0
  22. package/es/_util/hooks/useSyncState.js +13 -0
  23. package/es/_util/isNumeric.d.ts +2 -0
  24. package/es/_util/isNumeric.js +5 -0
  25. package/es/_util/motion.d.ts +8 -0
  26. package/es/_util/motion.js +60 -0
  27. package/es/_util/placements.d.ts +17 -0
  28. package/es/_util/placements.js +88 -0
  29. package/es/_util/raf.d.ts +9 -0
  30. package/es/_util/raf.js +31 -0
  31. package/es/_util/reactNode.d.ts +8 -0
  32. package/es/_util/reactNode.js +16 -0
  33. package/es/_util/responsiveObserve.d.ts +21 -0
  34. package/es/_util/responsiveObserve.js +67 -0
  35. package/es/_util/scrollTo.d.ts +10 -0
  36. package/es/_util/scrollTo.js +38 -0
  37. package/es/_util/statusUtils.d.ts +6 -0
  38. package/es/_util/statusUtils.js +12 -0
  39. package/es/_util/styleChecker.d.ts +4 -0
  40. package/es/_util/styleChecker.js +31 -0
  41. package/es/_util/throttleByAnimationFrame.d.ts +8 -0
  42. package/es/_util/throttleByAnimationFrame.js +58 -0
  43. package/es/_util/transButton.d.ts +9 -0
  44. package/es/_util/transButton.js +75 -0
  45. package/es/_util/type.d.ts +9 -0
  46. package/es/_util/type.js +15 -0
  47. package/es/_util/warning.d.ts +6 -0
  48. package/es/_util/warning.js +17 -0
  49. package/es/_util/wave.d.ts +32 -0
  50. package/es/_util/wave.js +247 -0
  51. package/es/affix/index.d.ts +54 -0
  52. package/es/affix/index.js +330 -0
  53. package/es/affix/style/css.js +2 -0
  54. package/es/affix/style/index-pure.less +6 -0
  55. package/es/affix/style/index.css +8 -0
  56. package/es/affix/style/index.d.ts +2 -0
  57. package/es/affix/style/index.js +2 -0
  58. package/es/affix/style/index.less +3 -0
  59. package/es/affix/utils.d.ts +15 -0
  60. package/es/affix/utils.js +86 -0
  61. package/es/alert/ErrorBoundary.d.ts +23 -0
  62. package/es/alert/ErrorBoundary.js +65 -0
  63. package/es/alert/index.d.ts +38 -0
  64. package/es/alert/index.js +192 -0
  65. package/es/alert/style/css.js +2 -0
  66. package/es/alert/style/index-pure.less +155 -0
  67. package/es/alert/style/index.css +156 -0
  68. package/es/alert/style/index.d.ts +2 -0
  69. package/es/alert/style/index.js +2 -0
  70. package/es/alert/style/index.less +3 -0
  71. package/es/alert/style/rtl.less +40 -0
  72. package/es/anchor/Anchor.d.ts +44 -0
  73. package/es/anchor/Anchor.js +264 -0
  74. package/es/anchor/AnchorLink.d.ts +11 -0
  75. package/es/anchor/AnchorLink.js +57 -0
  76. package/es/anchor/context.d.ts +4 -0
  77. package/es/anchor/context.js +3 -0
  78. package/es/anchor/index.d.ts +10 -0
  79. package/es/anchor/index.js +5 -0
  80. package/es/anchor/style/css.js +4 -0
  81. package/es/anchor/style/index-pure.less +86 -0
  82. package/es/anchor/style/index.css +100 -0
  83. package/es/anchor/style/index.d.ts +3 -0
  84. package/es/anchor/style/index.js +4 -0
  85. package/es/anchor/style/index.less +3 -0
  86. package/es/anchor/style/rtl.less +35 -0
  87. package/es/auto-complete/index.d.ts +35 -0
  88. package/es/auto-complete/index.js +102 -0
  89. package/es/auto-complete/style/css.js +4 -0
  90. package/es/auto-complete/style/index-pure.less +16 -0
  91. package/es/auto-complete/style/index.css +18 -0
  92. package/es/auto-complete/style/index.d.ts +3 -0
  93. package/es/auto-complete/style/index.js +4 -0
  94. package/es/auto-complete/style/index.less +3 -0
  95. package/es/avatar/SizeContext.d.ts +10 -0
  96. package/es/avatar/SizeContext.js +12 -0
  97. package/es/avatar/avatar.d.ts +25 -0
  98. package/es/avatar/avatar.js +201 -0
  99. package/es/avatar/group.d.ts +15 -0
  100. package/es/avatar/group.js +64 -0
  101. package/es/avatar/index.d.ts +11 -0
  102. package/es/avatar/index.js +6 -0
  103. package/es/avatar/style/css.js +5 -0
  104. package/es/avatar/style/group.less +17 -0
  105. package/es/avatar/style/index-pure.less +70 -0
  106. package/es/avatar/style/index.css +108 -0
  107. package/es/avatar/style/index.d.ts +3 -0
  108. package/es/avatar/style/index.js +5 -0
  109. package/es/avatar/style/index.less +3 -0
  110. package/es/avatar/style/rtl.less +15 -0
  111. package/es/back-top/index.d.ts +14 -0
  112. package/es/back-top/index.js +124 -0
  113. package/es/back-top/style/css.js +2 -0
  114. package/es/back-top/style/index-pure.less +49 -0
  115. package/es/back-top/style/index.css +66 -0
  116. package/es/back-top/style/index.d.ts +2 -0
  117. package/es/back-top/style/index.js +2 -0
  118. package/es/back-top/style/index.less +3 -0
  119. package/es/back-top/style/responsive.less +21 -0
  120. package/es/badge/Ribbon.d.ts +15 -0
  121. package/es/badge/Ribbon.js +48 -0
  122. package/es/badge/ScrollNumber.d.ts +18 -0
  123. package/es/badge/ScrollNumber.js +83 -0
  124. package/es/badge/SingleNumber.d.ts +13 -0
  125. package/es/badge/SingleNumber.js +123 -0
  126. package/es/badge/index.d.ts +30 -0
  127. package/es/badge/index.js +186 -0
  128. package/es/badge/style/css.js +2 -0
  129. package/es/badge/style/index-pure.less +281 -0
  130. package/es/badge/style/index.css +460 -0
  131. package/es/badge/style/index.d.ts +2 -0
  132. package/es/badge/style/index.js +2 -0
  133. package/es/badge/style/index.less +3 -0
  134. package/es/badge/style/ribbon.less +81 -0
  135. package/es/badge/style/rtl.less +100 -0
  136. package/es/badge/utils.d.ts +1 -0
  137. package/es/badge/utils.js +5 -0
  138. package/es/breadcrumb/Breadcrumb.d.ts +24 -0
  139. package/es/breadcrumb/Breadcrumb.js +148 -0
  140. package/es/breadcrumb/BreadcrumbItem.d.ts +19 -0
  141. package/es/breadcrumb/BreadcrumbItem.js +82 -0
  142. package/es/breadcrumb/BreadcrumbSeparator.d.ts +7 -0
  143. package/es/breadcrumb/BreadcrumbSeparator.js +17 -0
  144. package/es/breadcrumb/index.d.ts +4 -0
  145. package/es/breadcrumb/index.js +2 -0
  146. package/es/breadcrumb/style/css.js +5 -0
  147. package/es/breadcrumb/style/index-pure.less +64 -0
  148. package/es/breadcrumb/style/index.css +77 -0
  149. package/es/breadcrumb/style/index.d.ts +4 -0
  150. package/es/breadcrumb/style/index.js +5 -0
  151. package/es/breadcrumb/style/index.less +3 -0
  152. package/es/breadcrumb/style/rtl.less +29 -0
  153. package/es/button/LoadingIcon.d.ts +8 -0
  154. package/es/button/LoadingIcon.js +57 -0
  155. package/es/button/button-group.d.ts +12 -0
  156. package/es/button/button-group.js +65 -0
  157. package/es/button/button.d.ts +47 -0
  158. package/es/button/button.js +273 -0
  159. package/es/button/index.d.ts +5 -0
  160. package/es/button/index.js +2 -0
  161. package/es/button/style/css.js +2 -0
  162. package/es/button/style/index-pure.less +293 -0
  163. package/es/button/style/index.css +1987 -0
  164. package/es/button/style/index.d.ts +2 -0
  165. package/es/button/style/index.js +2 -0
  166. package/es/button/style/index.less +3 -0
  167. package/es/button/style/mixin.less +589 -0
  168. package/es/button/style/rtl.less +90 -0
  169. package/es/button/style/space-compact.less +88 -0
  170. package/es/calendar/Header.d.ts +17 -0
  171. package/es/calendar/Header.js +176 -0
  172. package/es/calendar/generateCalendar.d.ts +41 -0
  173. package/es/calendar/generateCalendar.js +193 -0
  174. package/es/calendar/index.d.ts +5 -0
  175. package/es/calendar/index.js +4 -0
  176. package/es/calendar/locale/ar_EG.d.ts +2 -0
  177. package/es/calendar/locale/ar_EG.js +2 -0
  178. package/es/calendar/locale/az_AZ.d.ts +2 -0
  179. package/es/calendar/locale/az_AZ.js +2 -0
  180. package/es/calendar/locale/bg_BG.d.ts +2 -0
  181. package/es/calendar/locale/bg_BG.js +2 -0
  182. package/es/calendar/locale/bn_BD.d.ts +2 -0
  183. package/es/calendar/locale/bn_BD.js +2 -0
  184. package/es/calendar/locale/by_BY.d.ts +2 -0
  185. package/es/calendar/locale/by_BY.js +2 -0
  186. package/es/calendar/locale/ca_ES.d.ts +2 -0
  187. package/es/calendar/locale/ca_ES.js +2 -0
  188. package/es/calendar/locale/cs_CZ.d.ts +2 -0
  189. package/es/calendar/locale/cs_CZ.js +2 -0
  190. package/es/calendar/locale/da_DK.d.ts +2 -0
  191. package/es/calendar/locale/da_DK.js +2 -0
  192. package/es/calendar/locale/de_DE.d.ts +2 -0
  193. package/es/calendar/locale/de_DE.js +2 -0
  194. package/es/calendar/locale/el_GR.d.ts +2 -0
  195. package/es/calendar/locale/el_GR.js +2 -0
  196. package/es/calendar/locale/en_GB.d.ts +2 -0
  197. package/es/calendar/locale/en_GB.js +2 -0
  198. package/es/calendar/locale/en_US.d.ts +2 -0
  199. package/es/calendar/locale/en_US.js +2 -0
  200. package/es/calendar/locale/es_ES.d.ts +2 -0
  201. package/es/calendar/locale/es_ES.js +2 -0
  202. package/es/calendar/locale/et_EE.d.ts +2 -0
  203. package/es/calendar/locale/et_EE.js +2 -0
  204. package/es/calendar/locale/fa_IR.d.ts +2 -0
  205. package/es/calendar/locale/fa_IR.js +2 -0
  206. package/es/calendar/locale/fi_FI.d.ts +2 -0
  207. package/es/calendar/locale/fi_FI.js +2 -0
  208. package/es/calendar/locale/fr_BE.d.ts +2 -0
  209. package/es/calendar/locale/fr_BE.js +2 -0
  210. package/es/calendar/locale/fr_CA.d.ts +2 -0
  211. package/es/calendar/locale/fr_CA.js +2 -0
  212. package/es/calendar/locale/fr_FR.d.ts +2 -0
  213. package/es/calendar/locale/fr_FR.js +2 -0
  214. package/es/calendar/locale/ga_IE.d.ts +2 -0
  215. package/es/calendar/locale/ga_IE.js +2 -0
  216. package/es/calendar/locale/gl_ES.d.ts +2 -0
  217. package/es/calendar/locale/gl_ES.js +2 -0
  218. package/es/calendar/locale/he_IL.d.ts +2 -0
  219. package/es/calendar/locale/he_IL.js +2 -0
  220. package/es/calendar/locale/hi_IN.d.ts +2 -0
  221. package/es/calendar/locale/hi_IN.js +2 -0
  222. package/es/calendar/locale/hr_HR.d.ts +2 -0
  223. package/es/calendar/locale/hr_HR.js +2 -0
  224. package/es/calendar/locale/hu_HU.d.ts +2 -0
  225. package/es/calendar/locale/hu_HU.js +2 -0
  226. package/es/calendar/locale/id_ID.d.ts +2 -0
  227. package/es/calendar/locale/id_ID.js +2 -0
  228. package/es/calendar/locale/is_IS.d.ts +2 -0
  229. package/es/calendar/locale/is_IS.js +2 -0
  230. package/es/calendar/locale/it_IT.d.ts +2 -0
  231. package/es/calendar/locale/it_IT.js +2 -0
  232. package/es/calendar/locale/ja_JP.d.ts +2 -0
  233. package/es/calendar/locale/ja_JP.js +2 -0
  234. package/es/calendar/locale/ka_GE.d.ts +2 -0
  235. package/es/calendar/locale/ka_GE.js +2 -0
  236. package/es/calendar/locale/kk_KZ.d.ts +2 -0
  237. package/es/calendar/locale/kk_KZ.js +2 -0
  238. package/es/calendar/locale/km_KH.d.ts +2 -0
  239. package/es/calendar/locale/km_KH.js +2 -0
  240. package/es/calendar/locale/kmr_IQ.d.ts +2 -0
  241. package/es/calendar/locale/kmr_IQ.js +2 -0
  242. package/es/calendar/locale/kn_IN.d.ts +2 -0
  243. package/es/calendar/locale/kn_IN.js +2 -0
  244. package/es/calendar/locale/ko_KR.d.ts +2 -0
  245. package/es/calendar/locale/ko_KR.js +2 -0
  246. package/es/calendar/locale/lt_LT.d.ts +2 -0
  247. package/es/calendar/locale/lt_LT.js +2 -0
  248. package/es/calendar/locale/lv_LV.d.ts +2 -0
  249. package/es/calendar/locale/lv_LV.js +2 -0
  250. package/es/calendar/locale/mk_MK.d.ts +2 -0
  251. package/es/calendar/locale/mk_MK.js +2 -0
  252. package/es/calendar/locale/ml_IN.d.ts +2 -0
  253. package/es/calendar/locale/ml_IN.js +2 -0
  254. package/es/calendar/locale/mn_MN.d.ts +2 -0
  255. package/es/calendar/locale/mn_MN.js +2 -0
  256. package/es/calendar/locale/ms_MY.d.ts +2 -0
  257. package/es/calendar/locale/ms_MY.js +2 -0
  258. package/es/calendar/locale/nb_NO.d.ts +2 -0
  259. package/es/calendar/locale/nb_NO.js +2 -0
  260. package/es/calendar/locale/nl_BE.d.ts +2 -0
  261. package/es/calendar/locale/nl_BE.js +2 -0
  262. package/es/calendar/locale/nl_NL.d.ts +2 -0
  263. package/es/calendar/locale/nl_NL.js +2 -0
  264. package/es/calendar/locale/pl_PL.d.ts +2 -0
  265. package/es/calendar/locale/pl_PL.js +2 -0
  266. package/es/calendar/locale/pt_BR.d.ts +2 -0
  267. package/es/calendar/locale/pt_BR.js +2 -0
  268. package/es/calendar/locale/pt_PT.d.ts +2 -0
  269. package/es/calendar/locale/pt_PT.js +2 -0
  270. package/es/calendar/locale/ro_RO.d.ts +2 -0
  271. package/es/calendar/locale/ro_RO.js +2 -0
  272. package/es/calendar/locale/ru_RU.d.ts +2 -0
  273. package/es/calendar/locale/ru_RU.js +2 -0
  274. package/es/calendar/locale/si_LK.d.ts +2 -0
  275. package/es/calendar/locale/si_LK.js +2 -0
  276. package/es/calendar/locale/sk_SK.d.ts +2 -0
  277. package/es/calendar/locale/sk_SK.js +2 -0
  278. package/es/calendar/locale/sl_SI.d.ts +2 -0
  279. package/es/calendar/locale/sl_SI.js +2 -0
  280. package/es/calendar/locale/sr_RS.d.ts +2 -0
  281. package/es/calendar/locale/sr_RS.js +2 -0
  282. package/es/calendar/locale/sv_SE.d.ts +2 -0
  283. package/es/calendar/locale/sv_SE.js +2 -0
  284. package/es/calendar/locale/ta_IN.d.ts +2 -0
  285. package/es/calendar/locale/ta_IN.js +2 -0
  286. package/es/calendar/locale/th_TH.d.ts +2 -0
  287. package/es/calendar/locale/th_TH.js +2 -0
  288. package/es/calendar/locale/tk_TK.d.ts +2 -0
  289. package/es/calendar/locale/tk_TK.js +2 -0
  290. package/es/calendar/locale/tr_TR.d.ts +2 -0
  291. package/es/calendar/locale/tr_TR.js +2 -0
  292. package/es/calendar/locale/uk_UA.d.ts +2 -0
  293. package/es/calendar/locale/uk_UA.js +2 -0
  294. package/es/calendar/locale/ur_PK.d.ts +2 -0
  295. package/es/calendar/locale/ur_PK.js +2 -0
  296. package/es/calendar/locale/vi_VN.d.ts +2 -0
  297. package/es/calendar/locale/vi_VN.js +2 -0
  298. package/es/calendar/locale/zh_CN.d.ts +2 -0
  299. package/es/calendar/locale/zh_CN.js +2 -0
  300. package/es/calendar/locale/zh_TW.d.ts +2 -0
  301. package/es/calendar/locale/zh_TW.js +2 -0
  302. package/es/calendar/style/css.js +7 -0
  303. package/es/calendar/style/index-pure.less +196 -0
  304. package/es/calendar/style/index.css +175 -0
  305. package/es/calendar/style/index.d.ts +5 -0
  306. package/es/calendar/style/index.js +7 -0
  307. package/es/calendar/style/index.less +3 -0
  308. package/es/calendar/style/rtl.less +46 -0
  309. package/es/card/Card.d.ts +35 -0
  310. package/es/card/Card.js +154 -0
  311. package/es/card/Grid.d.ts +9 -0
  312. package/es/card/Grid.js +38 -0
  313. package/es/card/Meta.d.ts +11 -0
  314. package/es/card/Meta.js +51 -0
  315. package/es/card/index.d.ts +13 -0
  316. package/es/card/index.js +7 -0
  317. package/es/card/style/css.js +5 -0
  318. package/es/card/style/index-pure.less +276 -0
  319. package/es/card/style/index.css +275 -0
  320. package/es/card/style/index.d.ts +4 -0
  321. package/es/card/style/index.js +5 -0
  322. package/es/card/style/index.less +3 -0
  323. package/es/card/style/size.less +20 -0
  324. package/es/carousel/index.d.ts +24 -0
  325. package/es/carousel/index.js +88 -0
  326. package/es/carousel/style/css.js +2 -0
  327. package/es/carousel/style/index-pure.less +304 -0
  328. package/es/carousel/style/index.css +286 -0
  329. package/es/carousel/style/index.d.ts +2 -0
  330. package/es/carousel/style/index.js +2 -0
  331. package/es/carousel/style/index.less +3 -0
  332. package/es/carousel/style/rtl.less +54 -0
  333. package/es/cascader/index.d.ts +43 -0
  334. package/es/cascader/index.js +245 -0
  335. package/es/cascader/style/css.js +5 -0
  336. package/es/cascader/style/index-pure.less +108 -0
  337. package/es/cascader/style/index.css +332 -0
  338. package/es/cascader/style/index.d.ts +4 -0
  339. package/es/cascader/style/index.js +5 -0
  340. package/es/cascader/style/index.less +3 -0
  341. package/es/cascader/style/rtl.less +19 -0
  342. package/es/checkbox/Checkbox.d.ts +37 -0
  343. package/es/checkbox/Checkbox.js +126 -0
  344. package/es/checkbox/Group.d.ts +35 -0
  345. package/es/checkbox/Group.js +154 -0
  346. package/es/checkbox/index.d.ts +10 -0
  347. package/es/checkbox/index.js +6 -0
  348. package/es/checkbox/style/css.js +2 -0
  349. package/es/checkbox/style/index-pure.less +6 -0
  350. package/es/checkbox/style/index.css +225 -0
  351. package/es/checkbox/style/index.d.ts +2 -0
  352. package/es/checkbox/style/index.js +2 -0
  353. package/es/checkbox/style/index.less +3 -0
  354. package/es/checkbox/style/mixin.less +241 -0
  355. package/es/checkbox/style/rtl.less +28 -0
  356. package/es/col/index.d.ts +3 -0
  357. package/es/col/index.js +2 -0
  358. package/es/col/style/css.js +4 -0
  359. package/es/col/style/index.d.ts +2 -0
  360. package/es/col/style/index.js +4 -0
  361. package/es/collapse/Collapse.d.ts +40 -0
  362. package/es/collapse/Collapse.js +95 -0
  363. package/es/collapse/CollapsePanel.d.ts +19 -0
  364. package/es/collapse/CollapsePanel.js +28 -0
  365. package/es/collapse/index.d.ts +4 -0
  366. package/es/collapse/index.js +2 -0
  367. package/es/collapse/style/css.js +2 -0
  368. package/es/collapse/style/index-pure.less +174 -0
  369. package/es/collapse/style/index.css +174 -0
  370. package/es/collapse/style/index.d.ts +2 -0
  371. package/es/collapse/style/index.js +2 -0
  372. package/es/collapse/style/index.less +3 -0
  373. package/es/collapse/style/rtl.less +68 -0
  374. package/es/comment/index.d.ts +23 -0
  375. package/es/comment/index.js +77 -0
  376. package/es/comment/style/css.js +2 -0
  377. package/es/comment/style/index-pure.less +105 -0
  378. package/es/comment/style/index.css +112 -0
  379. package/es/comment/style/index.d.ts +2 -0
  380. package/es/comment/style/index.js +2 -0
  381. package/es/comment/style/index.less +3 -0
  382. package/es/comment/style/rtl.less +51 -0
  383. package/es/config-provider/DisabledContext.d.ts +9 -0
  384. package/es/config-provider/DisabledContext.js +11 -0
  385. package/es/config-provider/SizeContext.d.ts +9 -0
  386. package/es/config-provider/SizeContext.js +12 -0
  387. package/es/config-provider/context.d.ts +58 -0
  388. package/es/config-provider/context.js +41 -0
  389. package/es/config-provider/cssVariables.d.ts +3 -0
  390. package/es/config-provider/cssVariables.js +97 -0
  391. package/es/config-provider/defaultRenderEmpty.d.ts +4 -0
  392. package/es/config-provider/defaultRenderEmpty.js +36 -0
  393. package/es/config-provider/index.d.ts +61 -5
  394. package/es/config-provider/index.js +209 -10
  395. package/es/config-provider/style/css.js +1 -0
  396. package/es/config-provider/style/index-pure.less +2 -0
  397. package/es/config-provider/style/index.css +4 -0
  398. package/es/config-provider/style/index.d.ts +1 -0
  399. package/es/config-provider/style/index.js +1 -0
  400. package/es/config-provider/style/index.less +3 -0
  401. package/es/date-picker/PickerButton.d.ts +3 -0
  402. package/es/date-picker/PickerButton.js +9 -0
  403. package/es/date-picker/PickerTag.d.ts +3 -0
  404. package/es/date-picker/PickerTag.js +8 -0
  405. package/es/date-picker/generatePicker/generateRangePicker.d.ts +11 -0
  406. package/es/date-picker/generatePicker/generateRangePicker.js +151 -0
  407. package/es/date-picker/generatePicker/generateSinglePicker.d.ts +71 -0
  408. package/es/date-picker/generatePicker/generateSinglePicker.js +177 -0
  409. package/es/date-picker/generatePicker/index.d.ts +143 -0
  410. package/es/date-picker/generatePicker/index.js +86 -0
  411. package/es/date-picker/generatePicker/interface.d.ts +12 -0
  412. package/es/date-picker/generatePicker/interface.js +1 -0
  413. package/es/date-picker/index.d.ts +54 -0
  414. package/es/date-picker/index.js +4 -0
  415. package/es/date-picker/locale/ar_EG.d.ts +3 -0
  416. package/es/date-picker/locale/ar_EG.js +18 -0
  417. package/es/date-picker/locale/az_AZ.d.ts +3 -0
  418. package/es/date-picker/locale/az_AZ.js +11 -0
  419. package/es/date-picker/locale/bg_BG.d.ts +3 -0
  420. package/es/date-picker/locale/bg_BG.js +14 -0
  421. package/es/date-picker/locale/bn_BD.d.ts +3 -0
  422. package/es/date-picker/locale/bn_BD.js +21 -0
  423. package/es/date-picker/locale/by_BY.d.ts +3 -0
  424. package/es/date-picker/locale/by_BY.js +19 -0
  425. package/es/date-picker/locale/ca_ES.d.ts +3 -0
  426. package/es/date-picker/locale/ca_ES.js +14 -0
  427. package/es/date-picker/locale/cs_CZ.d.ts +3 -0
  428. package/es/date-picker/locale/cs_CZ.js +14 -0
  429. package/es/date-picker/locale/da_DK.d.ts +3 -0
  430. package/es/date-picker/locale/da_DK.js +14 -0
  431. package/es/date-picker/locale/de_DE.d.ts +3 -0
  432. package/es/date-picker/locale/de_DE.js +14 -0
  433. package/es/date-picker/locale/el_GR.d.ts +3 -0
  434. package/es/date-picker/locale/el_GR.js +14 -0
  435. package/es/date-picker/locale/en_GB.d.ts +3 -0
  436. package/es/date-picker/locale/en_GB.js +22 -0
  437. package/es/date-picker/locale/en_US.d.ts +3 -0
  438. package/es/date-picker/locale/en_US.js +22 -0
  439. package/es/date-picker/locale/es_ES.d.ts +3 -0
  440. package/es/date-picker/locale/es_ES.js +14 -0
  441. package/es/date-picker/locale/et_EE.d.ts +3 -0
  442. package/es/date-picker/locale/et_EE.js +14 -0
  443. package/es/date-picker/locale/fa_IR.d.ts +3 -0
  444. package/es/date-picker/locale/fa_IR.js +21 -0
  445. package/es/date-picker/locale/fi_FI.d.ts +3 -0
  446. package/es/date-picker/locale/fi_FI.js +14 -0
  447. package/es/date-picker/locale/fr_BE.d.ts +3 -0
  448. package/es/date-picker/locale/fr_BE.js +14 -0
  449. package/es/date-picker/locale/fr_CA.d.ts +3 -0
  450. package/es/date-picker/locale/fr_CA.js +21 -0
  451. package/es/date-picker/locale/fr_FR.d.ts +3 -0
  452. package/es/date-picker/locale/fr_FR.js +21 -0
  453. package/es/date-picker/locale/ga_IE.d.ts +3 -0
  454. package/es/date-picker/locale/ga_IE.js +21 -0
  455. package/es/date-picker/locale/gl_ES.d.ts +3 -0
  456. package/es/date-picker/locale/gl_ES.js +14 -0
  457. package/es/date-picker/locale/he_IL.d.ts +3 -0
  458. package/es/date-picker/locale/he_IL.js +14 -0
  459. package/es/date-picker/locale/hi_IN.d.ts +3 -0
  460. package/es/date-picker/locale/hi_IN.js +21 -0
  461. package/es/date-picker/locale/hr_HR.d.ts +3 -0
  462. package/es/date-picker/locale/hr_HR.js +21 -0
  463. package/es/date-picker/locale/hu_HU.d.ts +3 -0
  464. package/es/date-picker/locale/hu_HU.js +14 -0
  465. package/es/date-picker/locale/id_ID.d.ts +3 -0
  466. package/es/date-picker/locale/id_ID.js +14 -0
  467. package/es/date-picker/locale/is_IS.d.ts +3 -0
  468. package/es/date-picker/locale/is_IS.js +14 -0
  469. package/es/date-picker/locale/it_IT.d.ts +3 -0
  470. package/es/date-picker/locale/it_IT.js +14 -0
  471. package/es/date-picker/locale/ja_JP.d.ts +3 -0
  472. package/es/date-picker/locale/ja_JP.js +14 -0
  473. package/es/date-picker/locale/ka_GE.d.ts +3 -0
  474. package/es/date-picker/locale/ka_GE.js +18 -0
  475. package/es/date-picker/locale/kk_KZ.d.ts +3 -0
  476. package/es/date-picker/locale/kk_KZ.js +21 -0
  477. package/es/date-picker/locale/km_KH.d.ts +3 -0
  478. package/es/date-picker/locale/km_KH.js +21 -0
  479. package/es/date-picker/locale/kmr_IQ.d.ts +3 -0
  480. package/es/date-picker/locale/kmr_IQ.js +14 -0
  481. package/es/date-picker/locale/kn_IN.d.ts +3 -0
  482. package/es/date-picker/locale/kn_IN.js +14 -0
  483. package/es/date-picker/locale/ko_KR.d.ts +3 -0
  484. package/es/date-picker/locale/ko_KR.js +14 -0
  485. package/es/date-picker/locale/lt_LT.d.ts +3 -0
  486. package/es/date-picker/locale/lt_LT.js +21 -0
  487. package/es/date-picker/locale/lv_LV.d.ts +3 -0
  488. package/es/date-picker/locale/lv_LV.js +14 -0
  489. package/es/date-picker/locale/mk_MK.d.ts +3 -0
  490. package/es/date-picker/locale/mk_MK.js +14 -0
  491. package/es/date-picker/locale/ml_IN.d.ts +3 -0
  492. package/es/date-picker/locale/ml_IN.js +21 -0
  493. package/es/date-picker/locale/mn_MN.d.ts +3 -0
  494. package/es/date-picker/locale/mn_MN.js +14 -0
  495. package/es/date-picker/locale/ms_MY.d.ts +3 -0
  496. package/es/date-picker/locale/ms_MY.js +14 -0
  497. package/es/date-picker/locale/nb_NO.d.ts +3 -0
  498. package/es/date-picker/locale/nb_NO.js +21 -0
  499. package/es/date-picker/locale/nl_BE.d.ts +3 -0
  500. package/es/date-picker/locale/nl_BE.js +21 -0
  501. package/es/date-picker/locale/nl_NL.d.ts +3 -0
  502. package/es/date-picker/locale/nl_NL.js +21 -0
  503. package/es/date-picker/locale/pl_PL.d.ts +3 -0
  504. package/es/date-picker/locale/pl_PL.js +14 -0
  505. package/es/date-picker/locale/pt_BR.d.ts +3 -0
  506. package/es/date-picker/locale/pt_BR.js +14 -0
  507. package/es/date-picker/locale/pt_PT.d.ts +3 -0
  508. package/es/date-picker/locale/pt_PT.js +42 -0
  509. package/es/date-picker/locale/ro_RO.d.ts +3 -0
  510. package/es/date-picker/locale/ro_RO.js +14 -0
  511. package/es/date-picker/locale/ru_RU.d.ts +4 -0
  512. package/es/date-picker/locale/ru_RU.js +23 -0
  513. package/es/date-picker/locale/si_LK.d.ts +3 -0
  514. package/es/date-picker/locale/si_LK.js +22 -0
  515. package/es/date-picker/locale/sk_SK.d.ts +3 -0
  516. package/es/date-picker/locale/sk_SK.js +14 -0
  517. package/es/date-picker/locale/sl_SI.d.ts +3 -0
  518. package/es/date-picker/locale/sl_SI.js +40 -0
  519. package/es/date-picker/locale/sr_RS.d.ts +3 -0
  520. package/es/date-picker/locale/sr_RS.js +21 -0
  521. package/es/date-picker/locale/sv_SE.d.ts +3 -0
  522. package/es/date-picker/locale/sv_SE.js +21 -0
  523. package/es/date-picker/locale/ta_IN.d.ts +3 -0
  524. package/es/date-picker/locale/ta_IN.js +15 -0
  525. package/es/date-picker/locale/th_TH.d.ts +3 -0
  526. package/es/date-picker/locale/th_TH.js +21 -0
  527. package/es/date-picker/locale/tk_TK.d.ts +3 -0
  528. package/es/date-picker/locale/tk_TK.js +19 -0
  529. package/es/date-picker/locale/tr_TR.d.ts +3 -0
  530. package/es/date-picker/locale/tr_TR.js +21 -0
  531. package/es/date-picker/locale/uk_UA.d.ts +3 -0
  532. package/es/date-picker/locale/uk_UA.js +14 -0
  533. package/es/date-picker/locale/ur_PK.d.ts +3 -0
  534. package/es/date-picker/locale/ur_PK.js +21 -0
  535. package/es/date-picker/locale/vi_VN.d.ts +3 -0
  536. package/es/date-picker/locale/vi_VN.js +14 -0
  537. package/es/date-picker/locale/zh_CN.d.ts +3 -0
  538. package/es/date-picker/locale/zh_CN.js +24 -0
  539. package/es/date-picker/locale/zh_TW.d.ts +3 -0
  540. package/es/date-picker/locale/zh_TW.js +23 -0
  541. package/es/date-picker/style/css.js +4 -0
  542. package/es/date-picker/style/index-pure.less +366 -0
  543. package/es/date-picker/style/index.css +1099 -0
  544. package/es/date-picker/style/index.d.ts +3 -0
  545. package/es/date-picker/style/index.js +4 -0
  546. package/es/date-picker/style/index.less +3 -0
  547. package/es/date-picker/style/panel.less +677 -0
  548. package/es/date-picker/style/rtl.less +246 -0
  549. package/es/date-picker/style/status.less +38 -0
  550. package/es/date-picker/util.d.ts +14 -0
  551. package/es/date-picker/util.js +107 -0
  552. package/es/descriptions/Cell.d.ts +16 -0
  553. package/es/descriptions/Cell.js +52 -0
  554. package/es/descriptions/Item.d.ts +13 -0
  555. package/es/descriptions/Item.js +6 -0
  556. package/es/descriptions/Row.d.ts +13 -0
  557. package/es/descriptions/Row.js +107 -0
  558. package/es/descriptions/index.d.ts +27 -0
  559. package/es/descriptions/index.js +167 -0
  560. package/es/descriptions/style/css.js +2 -0
  561. package/es/descriptions/style/index-pure.less +179 -0
  562. package/es/descriptions/style/index.css +139 -0
  563. package/es/descriptions/style/index.d.ts +2 -0
  564. package/es/descriptions/style/index.js +2 -0
  565. package/es/descriptions/style/index.less +3 -0
  566. package/es/descriptions/style/rtl.less +33 -0
  567. package/es/divider/index.d.ts +14 -0
  568. package/es/divider/index.js +69 -0
  569. package/es/divider/style/css.js +2 -0
  570. package/es/divider/style/index-pure.less +137 -0
  571. package/es/divider/style/index.css +126 -0
  572. package/es/divider/style/index.d.ts +2 -0
  573. package/es/divider/style/index.js +2 -0
  574. package/es/divider/style/index.less +3 -0
  575. package/es/divider/style/rtl.less +38 -0
  576. package/es/drawer/index.d.ts +37 -0
  577. package/es/drawer/index.js +182 -0
  578. package/es/drawer/style/css.js +3 -0
  579. package/es/drawer/style/drawer.less +160 -0
  580. package/es/drawer/style/index-pure.less +7 -0
  581. package/es/drawer/style/index.css +265 -0
  582. package/es/drawer/style/index.d.ts +2 -0
  583. package/es/drawer/style/index.js +3 -0
  584. package/es/drawer/style/index.less +3 -0
  585. package/es/drawer/style/motion.less +146 -0
  586. package/es/drawer/style/rtl.less +16 -0
  587. package/es/dropdown/dropdown-button.d.ts +23 -0
  588. package/es/dropdown/dropdown-button.js +137 -0
  589. package/es/dropdown/dropdown.d.ts +56 -0
  590. package/es/dropdown/dropdown.js +184 -0
  591. package/es/dropdown/index.d.ts +4 -0
  592. package/es/dropdown/index.js +2 -0
  593. package/es/dropdown/style/css.js +6 -0
  594. package/es/dropdown/style/index-pure.less +389 -0
  595. package/es/dropdown/style/index.css +400 -0
  596. package/es/dropdown/style/index.d.ts +5 -0
  597. package/es/dropdown/style/index.js +6 -0
  598. package/es/dropdown/style/index.less +3 -0
  599. package/es/dropdown/style/rtl.less +90 -0
  600. package/es/dropdown/style/status.less +14 -0
  601. package/es/empty/empty.d.ts +2 -0
  602. package/es/empty/empty.js +55 -0
  603. package/es/empty/index.d.ts +20 -0
  604. package/es/empty/index.js +74 -0
  605. package/es/empty/simple.d.ts +2 -0
  606. package/es/empty/simple.js +36 -0
  607. package/es/empty/style/css.js +2 -0
  608. package/es/empty/style/index-pure.less +151 -0
  609. package/es/empty/style/index.css +72 -0
  610. package/es/empty/style/index.d.ts +2 -0
  611. package/es/empty/style/index.js +2 -0
  612. package/es/empty/style/index.less +3 -0
  613. package/es/empty/style/rtl.less +10 -0
  614. package/es/form/ErrorList.d.ts +12 -0
  615. package/es/form/ErrorList.js +92 -0
  616. package/es/form/Form.d.ts +34 -0
  617. package/es/form/Form.js +138 -0
  618. package/es/form/FormItem/ItemHolder.d.ts +17 -0
  619. package/es/form/FormItem/ItemHolder.js +150 -0
  620. package/es/form/FormItem/index.d.ts +35 -0
  621. package/es/form/FormItem/index.js +309 -0
  622. package/es/form/FormItemInput.d.ts +20 -0
  623. package/es/form/FormItemInput.js +86 -0
  624. package/es/form/FormItemLabel.d.ts +23 -0
  625. package/es/form/FormItemLabel.js +118 -0
  626. package/es/form/FormList.d.ts +25 -0
  627. package/es/form/FormList.js +53 -0
  628. package/es/form/context.d.ts +48 -0
  629. package/es/form/context.js +43 -0
  630. package/es/form/hooks/useDebounce.d.ts +1 -0
  631. package/es/form/hooks/useDebounce.js +18 -0
  632. package/es/form/hooks/useForm.d.ts +7 -0
  633. package/es/form/hooks/useForm.js +54 -0
  634. package/es/form/hooks/useFormInstance.d.ts +2 -0
  635. package/es/form/hooks/useFormInstance.js +8 -0
  636. package/es/form/hooks/useFormItemStatus.d.ts +6 -0
  637. package/es/form/hooks/useFormItemStatus.js +15 -0
  638. package/es/form/hooks/useFrameState.d.ts +3 -0
  639. package/es/form/hooks/useFrameState.js +46 -0
  640. package/es/form/hooks/useItemRef.d.ts +3 -0
  641. package/es/form/hooks/useItemRef.js +25 -0
  642. package/es/form/index.d.ts +22 -0
  643. package/es/form/index.js +21 -0
  644. package/es/form/interface.d.ts +3 -0
  645. package/es/form/interface.js +1 -0
  646. package/es/form/style/components.less +16 -0
  647. package/es/form/style/css.js +5 -0
  648. package/es/form/style/horizontal.less +22 -0
  649. package/es/form/style/index-pure.less +332 -0
  650. package/es/form/style/index.css +572 -0
  651. package/es/form/style/index.d.ts +4 -0
  652. package/es/form/style/index.js +5 -0
  653. package/es/form/style/index.less +3 -0
  654. package/es/form/style/inline.less +38 -0
  655. package/es/form/style/mixin.less +78 -0
  656. package/es/form/style/rtl.less +204 -0
  657. package/es/form/style/status.less +42 -0
  658. package/es/form/style/vertical.less +93 -0
  659. package/es/form/util.d.ts +3 -0
  660. package/es/form/util.js +20 -0
  661. package/es/grid/RowContext.d.ts +8 -0
  662. package/es/grid/RowContext.js +3 -0
  663. package/es/grid/col.d.ts +28 -0
  664. package/es/grid/col.js +113 -0
  665. package/es/grid/hooks/useBreakpoint.d.ts +3 -0
  666. package/es/grid/hooks/useBreakpoint.js +24 -0
  667. package/es/grid/index.d.ts +10 -0
  668. package/es/grid/index.js +12 -0
  669. package/es/grid/row.d.ts +20 -0
  670. package/es/grid/row.js +191 -0
  671. package/es/grid/style/css.js +2 -0
  672. package/es/grid/style/index-pure.less +124 -0
  673. package/es/grid/style/index.css +5185 -0
  674. package/es/grid/style/index.d.ts +2 -0
  675. package/es/grid/style/index.js +2 -0
  676. package/es/grid/style/index.less +3 -0
  677. package/es/grid/style/mixin.less +56 -0
  678. package/es/grid/style/rtl.less +69 -0
  679. package/es/icon/index.d.ts +3 -0
  680. package/es/icon/index.js +8 -0
  681. package/es/icon/style/css.js +2 -0
  682. package/es/icon/style/index-pure.less +4 -0
  683. package/es/icon/style/index.css +4 -0
  684. package/es/icon/style/index.d.ts +2 -0
  685. package/es/icon/style/index.js +2 -0
  686. package/es/icon/style/index.less +3 -0
  687. package/es/image/PreviewGroup.d.ts +13 -0
  688. package/es/image/PreviewGroup.js +67 -0
  689. package/es/image/index.d.ts +9 -0
  690. package/es/image/index.js +68 -0
  691. package/es/image/style/css.js +2 -0
  692. package/es/image/style/index-pure.less +203 -0
  693. package/es/image/style/index.css +232 -0
  694. package/es/image/style/index.d.ts +2 -0
  695. package/es/image/style/index.js +2 -0
  696. package/es/image/style/index.less +3 -0
  697. package/es/index.d.ts +128 -2
  698. package/es/index.js +67 -2
  699. package/es/input/ClearableLabeledInput.d.ts +39 -0
  700. package/es/input/ClearableLabeledInput.js +108 -0
  701. package/es/input/Group.d.ts +15 -0
  702. package/es/input/Group.js +39 -0
  703. package/es/input/Input.d.ts +20 -0
  704. package/es/input/Input.js +230 -0
  705. package/es/input/Password.d.ts +14 -0
  706. package/es/input/Password.js +141 -0
  707. package/es/input/Search.d.ts +10 -0
  708. package/es/input/Search.js +167 -0
  709. package/es/input/TextArea.d.ts +28 -0
  710. package/es/input/TextArea.js +250 -0
  711. package/es/input/hooks/useRemovePasswordTimeout.d.ts +3 -0
  712. package/es/input/hooks/useRemovePasswordTimeout.js +29 -0
  713. package/es/input/index.d.ts +19 -0
  714. package/es/input/index.js +11 -0
  715. package/es/input/style/IE11.less +20 -0
  716. package/es/input/style/affix.less +78 -0
  717. package/es/input/style/allow-clear.less +43 -0
  718. package/es/input/style/css.js +5 -0
  719. package/es/input/style/index-pure.less +88 -0
  720. package/es/input/style/index.css +929 -0
  721. package/es/input/style/index.d.ts +3 -0
  722. package/es/input/style/index.js +5 -0
  723. package/es/input/style/index.less +3 -0
  724. package/es/input/style/mixin.less +470 -0
  725. package/es/input/style/rtl.less +210 -0
  726. package/es/input/style/search-input.less +117 -0
  727. package/es/input/style/status.less +42 -0
  728. package/es/input/utils.d.ts +3 -0
  729. package/es/input/utils.js +4 -0
  730. package/es/input-number/index.d.ts +27 -0
  731. package/es/input-number/index.js +175 -0
  732. package/es/input-number/style/affix.less +83 -0
  733. package/es/input-number/style/css.js +2 -0
  734. package/es/input-number/style/index-pure.less +243 -0
  735. package/es/input-number/style/index.css +915 -0
  736. package/es/input-number/style/index.d.ts +2 -0
  737. package/es/input-number/style/index.js +2 -0
  738. package/es/input-number/style/index.less +3 -0
  739. package/es/input-number/style/rtl.less +71 -0
  740. package/es/input-number/style/status.less +29 -0
  741. package/es/layout/Sider.d.ts +28 -0
  742. package/es/layout/Sider.js +219 -0
  743. package/es/layout/index.d.ts +13 -0
  744. package/es/layout/index.js +8 -0
  745. package/es/layout/layout.d.ts +23 -0
  746. package/es/layout/layout.js +138 -0
  747. package/es/layout/style/css.js +2 -0
  748. package/es/layout/style/index-pure.less +145 -0
  749. package/es/layout/style/index.css +128 -0
  750. package/es/layout/style/index.d.ts +2 -0
  751. package/es/layout/style/index.js +2 -0
  752. package/es/layout/style/index.less +3 -0
  753. package/es/layout/style/light.less +11 -0
  754. package/es/layout/style/rtl.less +10 -0
  755. package/es/list/Item.d.ts +26 -0
  756. package/es/list/Item.js +122 -0
  757. package/es/list/index.d.ts +54 -0
  758. package/es/list/index.js +255 -0
  759. package/es/list/style/bordered.less +44 -0
  760. package/es/list/style/css.js +7 -0
  761. package/es/list/style/customize.less +13 -0
  762. package/es/list/style/index-pure.less +249 -0
  763. package/es/list/style/index.css +317 -0
  764. package/es/list/style/index.d.ts +6 -0
  765. package/es/list/style/index.js +7 -0
  766. package/es/list/style/index.less +3 -0
  767. package/es/list/style/responsive.less +43 -0
  768. package/es/list/style/rtl.less +139 -0
  769. package/es/locale/ar_EG.d.ts +3 -0
  770. package/es/locale/ar_EG.js +117 -0
  771. package/es/locale/az_AZ.d.ts +3 -0
  772. package/es/locale/az_AZ.js +97 -0
  773. package/es/locale/bg_BG.d.ts +3 -0
  774. package/es/locale/bg_BG.js +44 -0
  775. package/es/locale/bn_BD.d.ts +3 -0
  776. package/es/locale/bn_BD.js +130 -0
  777. package/es/locale/by_BY.d.ts +3 -0
  778. package/es/locale/by_BY.js +132 -0
  779. package/es/locale/ca_ES.d.ts +3 -0
  780. package/es/locale/ca_ES.js +125 -0
  781. package/es/locale/cs_CZ.d.ts +3 -0
  782. package/es/locale/cs_CZ.js +132 -0
  783. package/es/locale/da_DK.d.ts +3 -0
  784. package/es/locale/da_DK.js +54 -0
  785. package/es/locale/de_DE.d.ts +3 -0
  786. package/es/locale/de_DE.js +126 -0
  787. package/es/locale/default.d.ts +3 -0
  788. package/es/locale/default.js +132 -0
  789. package/es/locale/el_GR.d.ts +3 -0
  790. package/es/locale/el_GR.js +44 -0
  791. package/es/locale/en_GB.d.ts +3 -0
  792. package/es/locale/en_GB.js +132 -0
  793. package/es/locale/en_US.d.ts +2 -0
  794. package/es/locale/en_US.js +2 -0
  795. package/es/locale/es_ES.d.ts +3 -0
  796. package/es/locale/es_ES.js +132 -0
  797. package/es/locale/et_EE.d.ts +3 -0
  798. package/es/locale/et_EE.js +132 -0
  799. package/es/locale/fa_IR.d.ts +3 -0
  800. package/es/locale/fa_IR.js +130 -0
  801. package/es/locale/fi_FI.d.ts +3 -0
  802. package/es/locale/fi_FI.js +54 -0
  803. package/es/locale/fr_BE.d.ts +3 -0
  804. package/es/locale/fr_BE.js +49 -0
  805. package/es/locale/fr_CA.d.ts +3 -0
  806. package/es/locale/fr_CA.js +61 -0
  807. package/es/locale/fr_FR.d.ts +3 -0
  808. package/es/locale/fr_FR.js +129 -0
  809. package/es/locale/ga_IE.d.ts +3 -0
  810. package/es/locale/ga_IE.js +123 -0
  811. package/es/locale/gl_ES.d.ts +3 -0
  812. package/es/locale/gl_ES.js +111 -0
  813. package/es/locale/he_IL.d.ts +3 -0
  814. package/es/locale/he_IL.js +117 -0
  815. package/es/locale/hi_IN.d.ts +3 -0
  816. package/es/locale/hi_IN.js +130 -0
  817. package/es/locale/hr_HR.d.ts +3 -0
  818. package/es/locale/hr_HR.js +129 -0
  819. package/es/locale/hu_HU.d.ts +3 -0
  820. package/es/locale/hu_HU.js +45 -0
  821. package/es/locale/hy_AM.d.ts +3 -0
  822. package/es/locale/hy_AM.js +109 -0
  823. package/es/locale/id_ID.d.ts +3 -0
  824. package/es/locale/id_ID.js +45 -0
  825. package/es/locale/is_IS.d.ts +3 -0
  826. package/es/locale/is_IS.js +44 -0
  827. package/es/locale/it_IT.d.ts +3 -0
  828. package/es/locale/it_IT.js +132 -0
  829. package/es/locale/ja_JP.d.ts +3 -0
  830. package/es/locale/ja_JP.js +103 -0
  831. package/es/locale/ka_GE.d.ts +3 -0
  832. package/es/locale/ka_GE.js +130 -0
  833. package/es/locale/kk_KZ.d.ts +3 -0
  834. package/es/locale/kk_KZ.js +124 -0
  835. package/es/locale/km_KH.d.ts +3 -0
  836. package/es/locale/km_KH.js +105 -0
  837. package/es/locale/kmr_IQ.d.ts +3 -0
  838. package/es/locale/kmr_IQ.js +44 -0
  839. package/es/locale/kn_IN.d.ts +3 -0
  840. package/es/locale/kn_IN.js +51 -0
  841. package/es/locale/ko_KR.d.ts +3 -0
  842. package/es/locale/ko_KR.js +97 -0
  843. package/es/locale/ku_IQ.d.ts +3 -0
  844. package/es/locale/ku_IQ.js +47 -0
  845. package/es/locale/lt_LT.d.ts +3 -0
  846. package/es/locale/lt_LT.js +121 -0
  847. package/es/locale/lv_LV.d.ts +3 -0
  848. package/es/locale/lv_LV.js +44 -0
  849. package/es/locale/mk_MK.d.ts +3 -0
  850. package/es/locale/mk_MK.js +59 -0
  851. package/es/locale/ml_IN.d.ts +3 -0
  852. package/es/locale/ml_IN.js +130 -0
  853. package/es/locale/mn_MN.d.ts +3 -0
  854. package/es/locale/mn_MN.js +44 -0
  855. package/es/locale/ms_MY.d.ts +3 -0
  856. package/es/locale/ms_MY.js +64 -0
  857. package/es/locale/nb_NO.d.ts +3 -0
  858. package/es/locale/nb_NO.js +124 -0
  859. package/es/locale/ne_NP.d.ts +3 -0
  860. package/es/locale/ne_NP.js +44 -0
  861. package/es/locale/nl_BE.d.ts +3 -0
  862. package/es/locale/nl_BE.js +130 -0
  863. package/es/locale/nl_NL.d.ts +3 -0
  864. package/es/locale/nl_NL.js +130 -0
  865. package/es/locale/pl_PL.d.ts +3 -0
  866. package/es/locale/pl_PL.js +132 -0
  867. package/es/locale/pt_BR.d.ts +3 -0
  868. package/es/locale/pt_BR.js +130 -0
  869. package/es/locale/pt_PT.d.ts +3 -0
  870. package/es/locale/pt_PT.js +132 -0
  871. package/es/locale/ro_RO.d.ts +3 -0
  872. package/es/locale/ro_RO.js +130 -0
  873. package/es/locale/ru_RU.d.ts +3 -0
  874. package/es/locale/ru_RU.js +129 -0
  875. package/es/locale/si_LK.d.ts +3 -0
  876. package/es/locale/si_LK.js +132 -0
  877. package/es/locale/sk_SK.d.ts +3 -0
  878. package/es/locale/sk_SK.js +132 -0
  879. package/es/locale/sl_SI.d.ts +3 -0
  880. package/es/locale/sl_SI.js +44 -0
  881. package/es/locale/sr_RS.d.ts +3 -0
  882. package/es/locale/sr_RS.js +130 -0
  883. package/es/locale/sv_SE.d.ts +3 -0
  884. package/es/locale/sv_SE.js +130 -0
  885. package/es/locale/ta_IN.d.ts +3 -0
  886. package/es/locale/ta_IN.js +63 -0
  887. package/es/locale/th_TH.d.ts +3 -0
  888. package/es/locale/th_TH.js +126 -0
  889. package/es/locale/tk_TK.d.ts +3 -0
  890. package/es/locale/tk_TK.js +128 -0
  891. package/es/locale/tr_TR.d.ts +3 -0
  892. package/es/locale/tr_TR.js +128 -0
  893. package/es/locale/uk_UA.d.ts +3 -0
  894. package/es/locale/uk_UA.js +132 -0
  895. package/es/locale/ur_PK.d.ts +3 -0
  896. package/es/locale/ur_PK.js +130 -0
  897. package/es/locale/vi_VN.d.ts +3 -0
  898. package/es/locale/vi_VN.js +44 -0
  899. package/es/locale/zh_CN.d.ts +3 -0
  900. package/es/locale/zh_CN.js +132 -0
  901. package/es/locale/zh_HK.d.ts +3 -0
  902. package/es/locale/zh_HK.js +128 -0
  903. package/es/locale/zh_TW.d.ts +3 -0
  904. package/es/locale/zh_TW.js +129 -0
  905. package/es/locale-provider/LocaleReceiver.d.ts +11 -0
  906. package/es/locale-provider/LocaleReceiver.js +42 -0
  907. package/es/locale-provider/ar_EG.d.ts +2 -0
  908. package/es/locale-provider/ar_EG.js +2 -0
  909. package/es/locale-provider/az_AZ.d.ts +2 -0
  910. package/es/locale-provider/az_AZ.js +2 -0
  911. package/es/locale-provider/bg_BG.d.ts +2 -0
  912. package/es/locale-provider/bg_BG.js +2 -0
  913. package/es/locale-provider/bn_BD.d.ts +2 -0
  914. package/es/locale-provider/bn_BD.js +2 -0
  915. package/es/locale-provider/by_BY.d.ts +2 -0
  916. package/es/locale-provider/by_BY.js +2 -0
  917. package/es/locale-provider/ca_ES.d.ts +2 -0
  918. package/es/locale-provider/ca_ES.js +2 -0
  919. package/es/locale-provider/context.d.ts +7 -0
  920. package/es/locale-provider/context.js +3 -0
  921. package/es/locale-provider/cs_CZ.d.ts +2 -0
  922. package/es/locale-provider/cs_CZ.js +2 -0
  923. package/es/locale-provider/da_DK.d.ts +2 -0
  924. package/es/locale-provider/da_DK.js +2 -0
  925. package/es/locale-provider/de_DE.d.ts +2 -0
  926. package/es/locale-provider/de_DE.js +2 -0
  927. package/es/locale-provider/default.d.ts +2 -0
  928. package/es/locale-provider/default.js +2 -0
  929. package/es/locale-provider/el_GR.d.ts +2 -0
  930. package/es/locale-provider/el_GR.js +2 -0
  931. package/es/locale-provider/en_GB.d.ts +2 -0
  932. package/es/locale-provider/en_GB.js +2 -0
  933. package/es/locale-provider/en_US.d.ts +2 -0
  934. package/es/locale-provider/en_US.js +2 -0
  935. package/es/locale-provider/es_ES.d.ts +2 -0
  936. package/es/locale-provider/es_ES.js +2 -0
  937. package/es/locale-provider/et_EE.d.ts +2 -0
  938. package/es/locale-provider/et_EE.js +2 -0
  939. package/es/locale-provider/fa_IR.d.ts +2 -0
  940. package/es/locale-provider/fa_IR.js +2 -0
  941. package/es/locale-provider/fi_FI.d.ts +2 -0
  942. package/es/locale-provider/fi_FI.js +2 -0
  943. package/es/locale-provider/fr_BE.d.ts +2 -0
  944. package/es/locale-provider/fr_BE.js +2 -0
  945. package/es/locale-provider/fr_CA.d.ts +2 -0
  946. package/es/locale-provider/fr_CA.js +2 -0
  947. package/es/locale-provider/fr_FR.d.ts +2 -0
  948. package/es/locale-provider/fr_FR.js +2 -0
  949. package/es/locale-provider/ga_IE.d.ts +2 -0
  950. package/es/locale-provider/ga_IE.js +2 -0
  951. package/es/locale-provider/gl_ES.d.ts +2 -0
  952. package/es/locale-provider/gl_ES.js +2 -0
  953. package/es/locale-provider/he_IL.d.ts +2 -0
  954. package/es/locale-provider/he_IL.js +2 -0
  955. package/es/locale-provider/hi_IN.d.ts +2 -0
  956. package/es/locale-provider/hi_IN.js +2 -0
  957. package/es/locale-provider/hr_HR.d.ts +2 -0
  958. package/es/locale-provider/hr_HR.js +2 -0
  959. package/es/locale-provider/hu_HU.d.ts +2 -0
  960. package/es/locale-provider/hu_HU.js +2 -0
  961. package/es/locale-provider/hy_AM.d.ts +2 -0
  962. package/es/locale-provider/hy_AM.js +2 -0
  963. package/es/locale-provider/id_ID.d.ts +2 -0
  964. package/es/locale-provider/id_ID.js +2 -0
  965. package/es/locale-provider/index.d.ts +49 -0
  966. package/es/locale-provider/index.js +34 -0
  967. package/es/locale-provider/is_IS.d.ts +2 -0
  968. package/es/locale-provider/is_IS.js +2 -0
  969. package/es/locale-provider/it_IT.d.ts +2 -0
  970. package/es/locale-provider/it_IT.js +2 -0
  971. package/es/locale-provider/ja_JP.d.ts +2 -0
  972. package/es/locale-provider/ja_JP.js +2 -0
  973. package/es/locale-provider/ka_GE.d.ts +2 -0
  974. package/es/locale-provider/ka_GE.js +2 -0
  975. package/es/locale-provider/kk_KZ.d.ts +2 -0
  976. package/es/locale-provider/kk_KZ.js +2 -0
  977. package/es/locale-provider/km_KH.d.ts +2 -0
  978. package/es/locale-provider/km_KH.js +2 -0
  979. package/es/locale-provider/kmr_IQ.d.ts +2 -0
  980. package/es/locale-provider/kmr_IQ.js +2 -0
  981. package/es/locale-provider/kn_IN.d.ts +2 -0
  982. package/es/locale-provider/kn_IN.js +2 -0
  983. package/es/locale-provider/ko_KR.d.ts +2 -0
  984. package/es/locale-provider/ko_KR.js +2 -0
  985. package/es/locale-provider/ku_IQ.d.ts +2 -0
  986. package/es/locale-provider/ku_IQ.js +2 -0
  987. package/es/locale-provider/lt_LT.d.ts +2 -0
  988. package/es/locale-provider/lt_LT.js +2 -0
  989. package/es/locale-provider/lv_LV.d.ts +2 -0
  990. package/es/locale-provider/lv_LV.js +2 -0
  991. package/es/locale-provider/mk_MK.d.ts +2 -0
  992. package/es/locale-provider/mk_MK.js +2 -0
  993. package/es/locale-provider/ml_IN.d.ts +2 -0
  994. package/es/locale-provider/ml_IN.js +2 -0
  995. package/es/locale-provider/mn_MN.d.ts +2 -0
  996. package/es/locale-provider/mn_MN.js +2 -0
  997. package/es/locale-provider/ms_MY.d.ts +2 -0
  998. package/es/locale-provider/ms_MY.js +2 -0
  999. package/es/locale-provider/nb_NO.d.ts +2 -0
  1000. package/es/locale-provider/nb_NO.js +2 -0
  1001. package/es/locale-provider/ne_NP.d.ts +2 -0
  1002. package/es/locale-provider/ne_NP.js +2 -0
  1003. package/es/locale-provider/nl_BE.d.ts +2 -0
  1004. package/es/locale-provider/nl_BE.js +2 -0
  1005. package/es/locale-provider/nl_NL.d.ts +2 -0
  1006. package/es/locale-provider/nl_NL.js +2 -0
  1007. package/es/locale-provider/pl_PL.d.ts +2 -0
  1008. package/es/locale-provider/pl_PL.js +2 -0
  1009. package/es/locale-provider/pt_BR.d.ts +2 -0
  1010. package/es/locale-provider/pt_BR.js +2 -0
  1011. package/es/locale-provider/pt_PT.d.ts +2 -0
  1012. package/es/locale-provider/pt_PT.js +2 -0
  1013. package/es/locale-provider/ro_RO.d.ts +2 -0
  1014. package/es/locale-provider/ro_RO.js +2 -0
  1015. package/es/locale-provider/ru_RU.d.ts +2 -0
  1016. package/es/locale-provider/ru_RU.js +2 -0
  1017. package/es/locale-provider/si_LK.d.ts +2 -0
  1018. package/es/locale-provider/si_LK.js +2 -0
  1019. package/es/locale-provider/sk_SK.d.ts +2 -0
  1020. package/es/locale-provider/sk_SK.js +2 -0
  1021. package/es/locale-provider/sl_SI.d.ts +2 -0
  1022. package/es/locale-provider/sl_SI.js +2 -0
  1023. package/es/locale-provider/sr_RS.d.ts +2 -0
  1024. package/es/locale-provider/sr_RS.js +2 -0
  1025. package/es/locale-provider/style/css.js +1 -0
  1026. package/es/locale-provider/style/index-pure.less +2 -0
  1027. package/es/locale-provider/style/index.css +4 -0
  1028. package/es/locale-provider/style/index.d.ts +1 -0
  1029. package/es/locale-provider/style/index.js +1 -0
  1030. package/es/locale-provider/style/index.less +3 -0
  1031. package/es/locale-provider/sv_SE.d.ts +2 -0
  1032. package/es/locale-provider/sv_SE.js +2 -0
  1033. package/es/locale-provider/ta_IN.d.ts +2 -0
  1034. package/es/locale-provider/ta_IN.js +2 -0
  1035. package/es/locale-provider/th_TH.d.ts +2 -0
  1036. package/es/locale-provider/th_TH.js +2 -0
  1037. package/es/locale-provider/tk_TK.d.ts +2 -0
  1038. package/es/locale-provider/tk_TK.js +2 -0
  1039. package/es/locale-provider/tr_TR.d.ts +2 -0
  1040. package/es/locale-provider/tr_TR.js +2 -0
  1041. package/es/locale-provider/uk_UA.d.ts +2 -0
  1042. package/es/locale-provider/uk_UA.js +2 -0
  1043. package/es/locale-provider/ur_PK.d.ts +2 -0
  1044. package/es/locale-provider/ur_PK.js +2 -0
  1045. package/es/locale-provider/vi_VN.d.ts +2 -0
  1046. package/es/locale-provider/vi_VN.js +2 -0
  1047. package/es/locale-provider/zh_CN.d.ts +2 -0
  1048. package/es/locale-provider/zh_CN.js +2 -0
  1049. package/es/locale-provider/zh_HK.d.ts +2 -0
  1050. package/es/locale-provider/zh_HK.js +2 -0
  1051. package/es/locale-provider/zh_TW.d.ts +2 -0
  1052. package/es/locale-provider/zh_TW.js +2 -0
  1053. package/es/mentions/index.d.ts +35 -0
  1054. package/es/mentions/index.js +196 -0
  1055. package/es/mentions/style/css.js +4 -0
  1056. package/es/mentions/style/index-pure.less +179 -0
  1057. package/es/mentions/style/index.css +322 -0
  1058. package/es/mentions/style/index.d.ts +3 -0
  1059. package/es/mentions/style/index.js +4 -0
  1060. package/es/mentions/style/index.less +3 -0
  1061. package/es/mentions/style/rtl.less +10 -0
  1062. package/es/mentions/style/status.less +16 -0
  1063. package/es/menu/MenuContext.d.ts +12 -0
  1064. package/es/menu/MenuContext.js +7 -0
  1065. package/es/menu/MenuDivider.d.ts +9 -0
  1066. package/es/menu/MenuDivider.js +38 -0
  1067. package/es/menu/MenuItem.d.ts +16 -0
  1068. package/es/menu/MenuItem.js +140 -0
  1069. package/es/menu/OverrideContext.d.ts +11 -0
  1070. package/es/menu/OverrideContext.js +36 -0
  1071. package/es/menu/SubMenu.d.ts +23 -0
  1072. package/es/menu/SubMenu.js +53 -0
  1073. package/es/menu/hooks/useItems.d.ts +26 -0
  1074. package/es/menu/hooks/useItems.js +85 -0
  1075. package/es/menu/index.d.ts +26 -0
  1076. package/es/menu/index.js +195 -0
  1077. package/es/menu/style/css.js +5 -0
  1078. package/es/menu/style/dark.less +177 -0
  1079. package/es/menu/style/index-pure.less +700 -0
  1080. package/es/menu/style/index.css +919 -0
  1081. package/es/menu/style/index.d.ts +3 -0
  1082. package/es/menu/style/index.js +5 -0
  1083. package/es/menu/style/index.less +3 -0
  1084. package/es/menu/style/light.less +12 -0
  1085. package/es/menu/style/rtl.less +165 -0
  1086. package/es/menu/style/status.less +49 -0
  1087. package/es/message/hooks/useMessage.d.ts +7 -0
  1088. package/es/message/hooks/useMessage.js +84 -0
  1089. package/es/message/index.d.ts +61 -0
  1090. package/es/message/index.js +243 -0
  1091. package/es/message/style/css.js +2 -0
  1092. package/es/message/style/index-pure.less +74 -0
  1093. package/es/message/style/index.css +78 -0
  1094. package/es/message/style/index.d.ts +2 -0
  1095. package/es/message/style/index.js +2 -0
  1096. package/es/message/style/index.less +3 -0
  1097. package/es/message/style/rtl.less +17 -0
  1098. package/es/modal/ConfirmDialog.d.ts +10 -0
  1099. package/es/modal/ConfirmDialog.js +116 -0
  1100. package/es/modal/Modal.d.ts +114 -0
  1101. package/es/modal/Modal.js +133 -0
  1102. package/es/modal/confirm.d.ts +20 -0
  1103. package/es/modal/confirm.js +189 -0
  1104. package/es/modal/destroyFns.d.ts +2 -0
  1105. package/es/modal/destroyFns.js +2 -0
  1106. package/es/modal/index.d.ts +12 -0
  1107. package/es/modal/index.js +43 -0
  1108. package/es/modal/locale.d.ts +7 -0
  1109. package/es/modal/locale.js +15 -0
  1110. package/es/modal/style/confirm.less +79 -0
  1111. package/es/modal/style/css.js +5 -0
  1112. package/es/modal/style/index-pure.less +7 -0
  1113. package/es/modal/style/index.css +255 -0
  1114. package/es/modal/style/index.d.ts +3 -0
  1115. package/es/modal/style/index.js +5 -0
  1116. package/es/modal/style/index.less +3 -0
  1117. package/es/modal/style/modal.less +136 -0
  1118. package/es/modal/style/rtl.less +74 -0
  1119. package/es/modal/useModal/HookModal.d.ts +12 -0
  1120. package/es/modal/useModal/HookModal.js +75 -0
  1121. package/es/modal/useModal/index.d.ts +3 -0
  1122. package/es/modal/useModal/index.js +104 -0
  1123. package/es/notification/hooks/useNotification.d.ts +7 -0
  1124. package/es/notification/hooks/useNotification.js +55 -0
  1125. package/es/notification/index.d.ts +55 -0
  1126. package/es/notification/index.js +339 -0
  1127. package/es/notification/style/css.js +2 -0
  1128. package/es/notification/style/index-pure.less +207 -0
  1129. package/es/notification/style/index.css +246 -0
  1130. package/es/notification/style/index.d.ts +2 -0
  1131. package/es/notification/style/index.js +2 -0
  1132. package/es/notification/style/index.less +3 -0
  1133. package/es/notification/style/placement.less +68 -0
  1134. package/es/notification/style/rtl.less +53 -0
  1135. package/es/page-header/index.d.ts +24 -0
  1136. package/es/page-header/index.js +165 -0
  1137. package/es/page-header/style/css.js +5 -0
  1138. package/es/page-header/style/index-pure.less +122 -0
  1139. package/es/page-header/style/index.css +151 -0
  1140. package/es/page-header/style/index.d.ts +4 -0
  1141. package/es/page-header/style/index.js +5 -0
  1142. package/es/page-header/style/index.less +3 -0
  1143. package/es/page-header/style/rtl.less +77 -0
  1144. package/es/pagination/Pagination.d.ts +19 -0
  1145. package/es/pagination/Pagination.js +121 -0
  1146. package/es/pagination/Select.d.ts +9 -0
  1147. package/es/pagination/Select.js +19 -0
  1148. package/es/pagination/index.d.ts +3 -0
  1149. package/es/pagination/index.js +2 -0
  1150. package/es/pagination/style/css.js +5 -0
  1151. package/es/pagination/style/index-pure.less +472 -0
  1152. package/es/pagination/style/index.css +553 -0
  1153. package/es/pagination/style/index.d.ts +3 -0
  1154. package/es/pagination/style/index.js +5 -0
  1155. package/es/pagination/style/index.less +3 -0
  1156. package/es/pagination/style/rtl.less +55 -0
  1157. package/es/popconfirm/PurePanel.d.ts +13 -0
  1158. package/es/popconfirm/PurePanel.js +56 -0
  1159. package/es/popconfirm/index.d.ts +28 -0
  1160. package/es/popconfirm/index.js +128 -0
  1161. package/es/popconfirm/style/css.js +6 -0
  1162. package/es/popconfirm/style/index-pure.less +8 -0
  1163. package/es/popconfirm/style/index.css +7 -0
  1164. package/es/popconfirm/style/index.d.ts +4 -0
  1165. package/es/popconfirm/style/index.js +6 -0
  1166. package/es/popconfirm/style/index.less +3 -0
  1167. package/es/popover/index.d.ts +9 -0
  1168. package/es/popover/index.js +82 -0
  1169. package/es/popover/style/css.js +3 -0
  1170. package/es/popover/style/index-pure.less +261 -0
  1171. package/es/popover/style/index.css +329 -0
  1172. package/es/popover/style/index.d.ts +2 -0
  1173. package/es/popover/style/index.js +3 -0
  1174. package/es/popover/style/index.less +3 -0
  1175. package/es/popover/style/rtl.less +39 -0
  1176. package/es/progress/Circle.d.ts +10 -0
  1177. package/es/progress/Circle.js +85 -0
  1178. package/es/progress/Line.d.ts +38 -0
  1179. package/es/progress/Line.js +136 -0
  1180. package/es/progress/Steps.d.ts +10 -0
  1181. package/es/progress/Steps.js +39 -0
  1182. package/es/progress/index.d.ts +3 -0
  1183. package/es/progress/index.js +2 -0
  1184. package/es/progress/progress.d.ts +46 -0
  1185. package/es/progress/progress.js +133 -0
  1186. package/es/progress/style/css.js +2 -0
  1187. package/es/progress/style/index-pure.less +210 -0
  1188. package/es/progress/style/index.css +190 -0
  1189. package/es/progress/style/index.d.ts +2 -0
  1190. package/es/progress/style/index.js +2 -0
  1191. package/es/progress/style/index.less +3 -0
  1192. package/es/progress/style/rtl.less +37 -0
  1193. package/es/progress/utils.d.ts +8 -0
  1194. package/es/progress/utils.js +29 -0
  1195. package/es/radio/context.d.ts +7 -0
  1196. package/es/radio/context.js +6 -0
  1197. package/es/radio/group.d.ts +4 -0
  1198. package/es/radio/group.js +108 -0
  1199. package/es/radio/index.d.ts +12 -0
  1200. package/es/radio/index.js +9 -0
  1201. package/es/radio/interface.d.ts +40 -0
  1202. package/es/radio/interface.js +1 -0
  1203. package/es/radio/radio.d.ts +4 -0
  1204. package/es/radio/radio.js +99 -0
  1205. package/es/radio/radioButton.d.ts +6 -0
  1206. package/es/radio/radioButton.js +39 -0
  1207. package/es/radio/style/css.js +2 -0
  1208. package/es/radio/style/index-pure.less +371 -0
  1209. package/es/radio/style/index.css +349 -0
  1210. package/es/radio/style/index.d.ts +2 -0
  1211. package/es/radio/style/index.js +2 -0
  1212. package/es/radio/style/index.less +3 -0
  1213. package/es/radio/style/rtl.less +61 -0
  1214. package/es/rate/index.d.ts +7 -0
  1215. package/es/rate/index.js +59 -0
  1216. package/es/rate/style/css.js +4 -0
  1217. package/es/rate/style/index-pure.less +91 -0
  1218. package/es/rate/style/index.css +94 -0
  1219. package/es/rate/style/index.d.ts +3 -0
  1220. package/es/rate/style/index.js +4 -0
  1221. package/es/rate/style/index.less +3 -0
  1222. package/es/rate/style/rtl.less +21 -0
  1223. package/es/result/index.d.ts +32 -0
  1224. package/es/result/index.js +105 -0
  1225. package/es/result/noFound.d.ts +2 -0
  1226. package/es/result/noFound.js +239 -0
  1227. package/es/result/serverError.d.ts +2 -0
  1228. package/es/result/serverError.js +279 -0
  1229. package/es/result/style/css.js +2 -0
  1230. package/es/result/style/index-pure.less +75 -0
  1231. package/es/result/style/index.css +68 -0
  1232. package/es/result/style/index.d.ts +2 -0
  1233. package/es/result/style/index.js +2 -0
  1234. package/es/result/style/index.less +3 -0
  1235. package/es/result/style/rtl.less +25 -0
  1236. package/es/result/unauthorized.d.ts +2 -0
  1237. package/es/result/unauthorized.js +229 -0
  1238. package/es/row/index.d.ts +3 -0
  1239. package/es/row/index.js +2 -0
  1240. package/es/row/style/css.js +4 -0
  1241. package/es/row/style/index.d.ts +2 -0
  1242. package/es/row/style/index.js +4 -0
  1243. package/es/segmented/index.d.ts +22 -0
  1244. package/es/segmented/index.js +79 -0
  1245. package/es/segmented/style/css.js +2 -0
  1246. package/es/segmented/style/index-pure.less +122 -0
  1247. package/es/segmented/style/index.css +132 -0
  1248. package/es/segmented/style/index.d.ts +2 -0
  1249. package/es/segmented/style/index.js +2 -0
  1250. package/es/segmented/style/index.less +3 -0
  1251. package/es/segmented/style/mixins.less +24 -0
  1252. package/es/segmented/style/rtl.less +15 -0
  1253. package/es/select/index.d.ts +44 -0
  1254. package/es/select/index.js +166 -0
  1255. package/es/select/style/css.js +4 -0
  1256. package/es/select/style/index-pure.less +333 -0
  1257. package/es/select/style/index.css +740 -0
  1258. package/es/select/style/index.d.ts +3 -0
  1259. package/es/select/style/index.js +4 -0
  1260. package/es/select/style/index.less +3 -0
  1261. package/es/select/style/multiple.less +222 -0
  1262. package/es/select/style/rtl.less +168 -0
  1263. package/es/select/style/single.less +172 -0
  1264. package/es/select/style/status.less +49 -0
  1265. package/es/select/utils/iconUtil.d.ts +24 -0
  1266. package/es/select/utils/iconUtil.js +79 -0
  1267. package/es/skeleton/Avatar.d.ts +7 -0
  1268. package/es/skeleton/Avatar.js +33 -0
  1269. package/es/skeleton/Button.d.ts +8 -0
  1270. package/es/skeleton/Button.js +34 -0
  1271. package/es/skeleton/Element.d.ts +11 -0
  1272. package/es/skeleton/Element.js +29 -0
  1273. package/es/skeleton/Image.d.ts +6 -0
  1274. package/es/skeleton/Image.js +33 -0
  1275. package/es/skeleton/Input.d.ts +8 -0
  1276. package/es/skeleton/Input.js +33 -0
  1277. package/es/skeleton/Node.d.ts +8 -0
  1278. package/es/skeleton/Node.js +28 -0
  1279. package/es/skeleton/Paragraph.d.ts +11 -0
  1280. package/es/skeleton/Paragraph.js +47 -0
  1281. package/es/skeleton/Skeleton.d.ts +32 -0
  1282. package/es/skeleton/Skeleton.js +158 -0
  1283. package/es/skeleton/Title.d.ts +9 -0
  1284. package/es/skeleton/Title.js +20 -0
  1285. package/es/skeleton/index.d.ts +3 -0
  1286. package/es/skeleton/index.js +2 -0
  1287. package/es/skeleton/style/css.js +2 -0
  1288. package/es/skeleton/style/index-pure.less +290 -0
  1289. package/es/skeleton/style/index.css +282 -0
  1290. package/es/skeleton/style/index.d.ts +2 -0
  1291. package/es/skeleton/style/index.js +2 -0
  1292. package/es/skeleton/style/index.less +3 -0
  1293. package/es/skeleton/style/rtl.less +48 -0
  1294. package/es/slider/SliderTooltip.d.ts +4 -0
  1295. package/es/slider/SliderTooltip.js +39 -0
  1296. package/es/slider/index.d.ts +89 -0
  1297. package/es/slider/index.js +154 -0
  1298. package/es/slider/style/css.js +4 -0
  1299. package/es/slider/style/index-pure.less +215 -0
  1300. package/es/slider/style/index.css +202 -0
  1301. package/es/slider/style/index.d.ts +3 -0
  1302. package/es/slider/style/index.js +4 -0
  1303. package/es/slider/style/index.less +3 -0
  1304. package/es/slider/style/rtl.less +49 -0
  1305. package/es/space/Compact.d.ts +24 -0
  1306. package/es/space/Compact.js +98 -0
  1307. package/es/space/Item.d.ts +11 -0
  1308. package/es/space/Item.js +47 -0
  1309. package/es/space/index.d.ts +25 -0
  1310. package/es/space/index.js +138 -0
  1311. package/es/space/style/compact.less +17 -0
  1312. package/es/space/style/css.js +2 -0
  1313. package/es/space/style/index-pure.less +40 -0
  1314. package/es/space/style/index.css +41 -0
  1315. package/es/space/style/index.d.ts +2 -0
  1316. package/es/space/style/index.js +2 -0
  1317. package/es/space/style/index.less +3 -0
  1318. package/es/space/style/rtl.less +14 -0
  1319. package/es/spin/index.d.ts +24 -0
  1320. package/es/spin/index.js +160 -0
  1321. package/es/spin/style/css.js +2 -0
  1322. package/es/spin/style/index-pure.less +218 -0
  1323. package/es/spin/style/index.css +198 -0
  1324. package/es/spin/style/index.d.ts +2 -0
  1325. package/es/spin/style/index.js +2 -0
  1326. package/es/spin/style/index.less +3 -0
  1327. package/es/spin/style/rtl.less +20 -0
  1328. package/es/statistic/Countdown.d.ts +11 -0
  1329. package/es/statistic/Countdown.js +74 -0
  1330. package/es/statistic/Number.d.ts +7 -0
  1331. package/es/statistic/Number.js +53 -0
  1332. package/es/statistic/Statistic.d.ts +22 -0
  1333. package/es/statistic/Statistic.js +60 -0
  1334. package/es/statistic/index.d.ts +3 -0
  1335. package/es/statistic/index.js +4 -0
  1336. package/es/statistic/style/css.js +4 -0
  1337. package/es/statistic/style/index-pure.less +44 -0
  1338. package/es/statistic/style/index.css +53 -0
  1339. package/es/statistic/style/index.d.ts +3 -0
  1340. package/es/statistic/style/index.js +4 -0
  1341. package/es/statistic/style/index.less +3 -0
  1342. package/es/statistic/style/rtl.less +21 -0
  1343. package/es/statistic/utils.d.ts +16 -0
  1344. package/es/statistic/utils.js +43 -0
  1345. package/es/steps/index.d.ts +38 -0
  1346. package/es/steps/index.js +104 -0
  1347. package/es/steps/style/css.js +5 -0
  1348. package/es/steps/style/custom-icon.less +32 -0
  1349. package/es/steps/style/index-pure.less +255 -0
  1350. package/es/steps/style/index.css +754 -0
  1351. package/es/steps/style/index.d.ts +3 -0
  1352. package/es/steps/style/index.js +5 -0
  1353. package/es/steps/style/index.less +3 -0
  1354. package/es/steps/style/label-placement.less +45 -0
  1355. package/es/steps/style/nav.less +134 -0
  1356. package/es/steps/style/progress-dot.less +113 -0
  1357. package/es/steps/style/progress.less +36 -0
  1358. package/es/steps/style/rtl.less +271 -0
  1359. package/es/steps/style/small.less +48 -0
  1360. package/es/steps/style/vertical.less +73 -0
  1361. package/es/steps/useLegacyItems.d.ts +3 -0
  1362. package/es/steps/useLegacyItems.js +30 -0
  1363. package/es/style/color/bezierEasing.less +110 -0
  1364. package/es/style/color/colorPalette.less +85 -0
  1365. package/es/style/color/colors.less +162 -0
  1366. package/es/style/color/tinyColor.less +1184 -0
  1367. package/es/style/compact.less +4 -0
  1368. package/es/style/core/base.less +10 -0
  1369. package/es/style/core/global.less +491 -0
  1370. package/es/style/core/iconfont.less +22 -0
  1371. package/es/style/core/index.less +5 -0
  1372. package/es/style/core/motion/fade.less +34 -0
  1373. package/es/style/core/motion/move.less +129 -0
  1374. package/es/style/core/motion/other.less +51 -0
  1375. package/es/style/core/motion/slide.less +129 -0
  1376. package/es/style/core/motion/zoom.less +179 -0
  1377. package/es/style/core/motion.less +22 -0
  1378. package/es/style/dark.less +4 -0
  1379. package/es/style/default.less +4 -0
  1380. package/es/style/index.d.ts +2 -0
  1381. package/es/style/index.js +2 -0
  1382. package/es/style/index.less +3 -0
  1383. package/es/style/mixins/box.less +7 -0
  1384. package/es/style/mixins/clearfix.less +16 -0
  1385. package/es/style/mixins/compact-item-vertical.less +41 -0
  1386. package/es/style/mixins/compact-item.less +133 -0
  1387. package/es/style/mixins/compatibility.less +13 -0
  1388. package/es/style/mixins/customize.less +181 -0
  1389. package/es/style/mixins/iconfont.less +28 -0
  1390. package/es/style/mixins/index.less +16 -0
  1391. package/es/style/mixins/modal-mask.less +30 -0
  1392. package/es/style/mixins/motion.less +33 -0
  1393. package/es/style/mixins/operation-unit.less +15 -0
  1394. package/es/style/mixins/reset.less +11 -0
  1395. package/es/style/mixins/rounded-arrow.less +44 -0
  1396. package/es/style/mixins/size.less +10 -0
  1397. package/es/style/mixins/typography.less +58 -0
  1398. package/{lib/styles → es/style}/theme.less +1 -0
  1399. package/es/style/themes/compact.less +295 -0
  1400. package/es/style/themes/dark.less +457 -0
  1401. package/es/style/themes/default.less +1084 -0
  1402. package/es/style/themes/index.less +8 -0
  1403. package/es/style/themes/variable.less +1139 -0
  1404. package/es/style/variable.less +4 -0
  1405. package/es/switch/index.d.ts +26 -0
  1406. package/es/switch/index.js +70 -0
  1407. package/es/switch/style/css.js +2 -0
  1408. package/es/switch/style/index-pure.less +154 -0
  1409. package/es/switch/style/index.css +153 -0
  1410. package/es/switch/style/index.d.ts +2 -0
  1411. package/es/switch/style/index.js +2 -0
  1412. package/es/switch/style/index.less +3 -0
  1413. package/es/switch/style/rtl.less +52 -0
  1414. package/es/table/Column.d.ts +7 -0
  1415. package/es/table/Column.js +9 -0
  1416. package/es/table/ColumnGroup.d.ts +9 -0
  1417. package/es/table/ColumnGroup.js +9 -0
  1418. package/es/table/ExpandIcon.d.ts +11 -0
  1419. package/es/table/ExpandIcon.js +28 -0
  1420. package/es/table/Table.d.ts +48 -0
  1421. package/es/table/Table.js +444 -0
  1422. package/es/table/hooks/useFilter/FilterDropdown.d.ts +27 -0
  1423. package/es/table/hooks/useFilter/FilterDropdown.js +497 -0
  1424. package/es/table/hooks/useFilter/FilterSearch.d.ts +11 -0
  1425. package/es/table/hooks/useFilter/FilterSearch.js +29 -0
  1426. package/es/table/hooks/useFilter/FilterWrapper.d.ts +7 -0
  1427. package/es/table/hooks/useFilter/FilterWrapper.js +22 -0
  1428. package/es/table/hooks/useFilter/index.d.ts +23 -0
  1429. package/es/table/hooks/useFilter/index.js +212 -0
  1430. package/es/table/hooks/useLazyKVMap.d.ts +2 -0
  1431. package/es/table/hooks/useLazyKVMap.js +37 -0
  1432. package/es/table/hooks/usePagination.d.ts +4 -0
  1433. package/es/table/hooks/usePagination.js +110 -0
  1434. package/es/table/hooks/useSelection.d.ts +19 -0
  1435. package/es/table/hooks/useSelection.js +616 -0
  1436. package/es/table/hooks/useSorter.d.ts +24 -0
  1437. package/es/table/hooks/useSorter.js +370 -0
  1438. package/es/table/hooks/useTitleColumns.d.ts +2 -0
  1439. package/es/table/hooks/useTitleColumns.js +24 -0
  1440. package/es/table/index.d.ts +5 -0
  1441. package/es/table/index.js +2 -0
  1442. package/es/table/interface.d.ts +164 -0
  1443. package/es/table/interface.js +2 -0
  1444. package/es/table/style/bordered.less +136 -0
  1445. package/es/table/style/css.js +15 -0
  1446. package/es/table/style/index-pure.less +763 -0
  1447. package/es/table/style/index.css +845 -0
  1448. package/es/table/style/index.d.ts +12 -0
  1449. package/es/table/style/index.js +15 -0
  1450. package/es/table/style/index.less +3 -0
  1451. package/es/table/style/radius.less +49 -0
  1452. package/es/table/style/rtl.less +168 -0
  1453. package/es/table/style/size.less +51 -0
  1454. package/es/table/util.d.ts +14 -0
  1455. package/es/table/util.js +35 -0
  1456. package/es/tabs/TabPane.d.ts +5 -0
  1457. package/es/tabs/TabPane.js +9 -0
  1458. package/es/tabs/hooks/useAnimateConfig.d.ts +3 -0
  1459. package/es/tabs/hooks/useAnimateConfig.js +39 -0
  1460. package/es/tabs/hooks/useLegacyItems.d.ts +4 -0
  1461. package/es/tabs/hooks/useLegacyItems.js +53 -0
  1462. package/es/tabs/index.d.ts +21 -0
  1463. package/es/tabs/index.js +92 -0
  1464. package/es/tabs/style/card.less +98 -0
  1465. package/es/tabs/style/css.js +2 -0
  1466. package/es/tabs/style/dropdown.less +82 -0
  1467. package/es/tabs/style/index-pure.less +253 -0
  1468. package/es/tabs/style/index.css +630 -0
  1469. package/es/tabs/style/index.d.ts +2 -0
  1470. package/es/tabs/style/index.js +2 -0
  1471. package/es/tabs/style/index.less +3 -0
  1472. package/es/tabs/style/position.less +198 -0
  1473. package/es/tabs/style/rtl.less +86 -0
  1474. package/es/tabs/style/size.less +42 -0
  1475. package/es/tag/CheckableTag.d.ts +17 -0
  1476. package/es/tag/CheckableTag.js +47 -0
  1477. package/es/tag/index.d.ts +22 -0
  1478. package/es/tag/index.js +127 -0
  1479. package/es/tag/style/css.js +2 -0
  1480. package/es/tag/style/index-pure.less +129 -0
  1481. package/es/tag/style/index.css +247 -0
  1482. package/es/tag/style/index.d.ts +2 -0
  1483. package/es/tag/style/index.js +2 -0
  1484. package/es/tag/style/index.less +3 -0
  1485. package/es/tag/style/rtl.less +28 -0
  1486. package/es/time-picker/index.d.ts +33 -0
  1487. package/es/time-picker/index.js +65 -0
  1488. package/es/time-picker/locale/ar_EG.d.ts +3 -0
  1489. package/es/time-picker/locale/ar_EG.js +4 -0
  1490. package/es/time-picker/locale/az_AZ.d.ts +3 -0
  1491. package/es/time-picker/locale/az_AZ.js +4 -0
  1492. package/es/time-picker/locale/bg_BG.d.ts +3 -0
  1493. package/es/time-picker/locale/bg_BG.js +4 -0
  1494. package/es/time-picker/locale/bn_BD.d.ts +3 -0
  1495. package/es/time-picker/locale/bn_BD.js +5 -0
  1496. package/es/time-picker/locale/by_BY.d.ts +3 -0
  1497. package/es/time-picker/locale/by_BY.js +5 -0
  1498. package/es/time-picker/locale/ca_ES.d.ts +3 -0
  1499. package/es/time-picker/locale/ca_ES.js +4 -0
  1500. package/es/time-picker/locale/cs_CZ.d.ts +3 -0
  1501. package/es/time-picker/locale/cs_CZ.js +4 -0
  1502. package/es/time-picker/locale/da_DK.d.ts +3 -0
  1503. package/es/time-picker/locale/da_DK.js +5 -0
  1504. package/es/time-picker/locale/de_DE.d.ts +3 -0
  1505. package/es/time-picker/locale/de_DE.js +4 -0
  1506. package/es/time-picker/locale/el_GR.d.ts +3 -0
  1507. package/es/time-picker/locale/el_GR.js +4 -0
  1508. package/es/time-picker/locale/en_GB.d.ts +3 -0
  1509. package/es/time-picker/locale/en_GB.js +4 -0
  1510. package/es/time-picker/locale/en_US.d.ts +3 -0
  1511. package/es/time-picker/locale/en_US.js +5 -0
  1512. package/es/time-picker/locale/es_ES.d.ts +3 -0
  1513. package/es/time-picker/locale/es_ES.js +4 -0
  1514. package/es/time-picker/locale/et_EE.d.ts +3 -0
  1515. package/es/time-picker/locale/et_EE.js +4 -0
  1516. package/es/time-picker/locale/fa_IR.d.ts +3 -0
  1517. package/es/time-picker/locale/fa_IR.js +5 -0
  1518. package/es/time-picker/locale/fi_FI.d.ts +3 -0
  1519. package/es/time-picker/locale/fi_FI.js +4 -0
  1520. package/es/time-picker/locale/fr_BE.d.ts +3 -0
  1521. package/es/time-picker/locale/fr_BE.js +4 -0
  1522. package/es/time-picker/locale/fr_CA.d.ts +3 -0
  1523. package/es/time-picker/locale/fr_CA.js +5 -0
  1524. package/es/time-picker/locale/fr_FR.d.ts +3 -0
  1525. package/es/time-picker/locale/fr_FR.js +5 -0
  1526. package/es/time-picker/locale/ga_IE.d.ts +3 -0
  1527. package/es/time-picker/locale/ga_IE.js +5 -0
  1528. package/es/time-picker/locale/gl_ES.d.ts +3 -0
  1529. package/es/time-picker/locale/gl_ES.js +4 -0
  1530. package/es/time-picker/locale/he_IL.d.ts +3 -0
  1531. package/es/time-picker/locale/he_IL.js +4 -0
  1532. package/es/time-picker/locale/hi_IN.d.ts +3 -0
  1533. package/es/time-picker/locale/hi_IN.js +5 -0
  1534. package/es/time-picker/locale/hr_HR.d.ts +3 -0
  1535. package/es/time-picker/locale/hr_HR.js +5 -0
  1536. package/es/time-picker/locale/hu_HU.d.ts +3 -0
  1537. package/es/time-picker/locale/hu_HU.js +4 -0
  1538. package/es/time-picker/locale/id_ID.d.ts +3 -0
  1539. package/es/time-picker/locale/id_ID.js +4 -0
  1540. package/es/time-picker/locale/is_IS.d.ts +3 -0
  1541. package/es/time-picker/locale/is_IS.js +4 -0
  1542. package/es/time-picker/locale/it_IT.d.ts +3 -0
  1543. package/es/time-picker/locale/it_IT.js +4 -0
  1544. package/es/time-picker/locale/ja_JP.d.ts +3 -0
  1545. package/es/time-picker/locale/ja_JP.js +5 -0
  1546. package/es/time-picker/locale/ka_GE.d.ts +3 -0
  1547. package/es/time-picker/locale/ka_GE.js +5 -0
  1548. package/es/time-picker/locale/kk_KZ.d.ts +3 -0
  1549. package/es/time-picker/locale/kk_KZ.js +5 -0
  1550. package/es/time-picker/locale/km_KH.d.ts +3 -0
  1551. package/es/time-picker/locale/km_KH.js +5 -0
  1552. package/es/time-picker/locale/kmr_IQ.d.ts +3 -0
  1553. package/es/time-picker/locale/kmr_IQ.js +4 -0
  1554. package/es/time-picker/locale/kn_IN.d.ts +3 -0
  1555. package/es/time-picker/locale/kn_IN.js +4 -0
  1556. package/es/time-picker/locale/ko_KR.d.ts +3 -0
  1557. package/es/time-picker/locale/ko_KR.js +5 -0
  1558. package/es/time-picker/locale/lt_LT.d.ts +3 -0
  1559. package/es/time-picker/locale/lt_LT.js +5 -0
  1560. package/es/time-picker/locale/lv_LV.d.ts +3 -0
  1561. package/es/time-picker/locale/lv_LV.js +4 -0
  1562. package/es/time-picker/locale/mk_MK.d.ts +3 -0
  1563. package/es/time-picker/locale/mk_MK.js +4 -0
  1564. package/es/time-picker/locale/ml_IN.d.ts +3 -0
  1565. package/es/time-picker/locale/ml_IN.js +5 -0
  1566. package/es/time-picker/locale/mn_MN.d.ts +3 -0
  1567. package/es/time-picker/locale/mn_MN.js +4 -0
  1568. package/es/time-picker/locale/ms_MY.d.ts +3 -0
  1569. package/es/time-picker/locale/ms_MY.js +4 -0
  1570. package/es/time-picker/locale/nb_NO.d.ts +3 -0
  1571. package/es/time-picker/locale/nb_NO.js +5 -0
  1572. package/es/time-picker/locale/nl_BE.d.ts +3 -0
  1573. package/es/time-picker/locale/nl_BE.js +5 -0
  1574. package/es/time-picker/locale/nl_NL.d.ts +3 -0
  1575. package/es/time-picker/locale/nl_NL.js +5 -0
  1576. package/es/time-picker/locale/pl_PL.d.ts +3 -0
  1577. package/es/time-picker/locale/pl_PL.js +4 -0
  1578. package/es/time-picker/locale/pt_BR.d.ts +3 -0
  1579. package/es/time-picker/locale/pt_BR.js +4 -0
  1580. package/es/time-picker/locale/pt_PT.d.ts +3 -0
  1581. package/es/time-picker/locale/pt_PT.js +4 -0
  1582. package/es/time-picker/locale/ro_RO.d.ts +3 -0
  1583. package/es/time-picker/locale/ro_RO.js +4 -0
  1584. package/es/time-picker/locale/ru_RU.d.ts +4 -0
  1585. package/es/time-picker/locale/ru_RU.js +5 -0
  1586. package/es/time-picker/locale/si_LK.d.ts +3 -0
  1587. package/es/time-picker/locale/si_LK.js +5 -0
  1588. package/es/time-picker/locale/sk_SK.d.ts +3 -0
  1589. package/es/time-picker/locale/sk_SK.js +4 -0
  1590. package/es/time-picker/locale/sl_SI.d.ts +3 -0
  1591. package/es/time-picker/locale/sl_SI.js +4 -0
  1592. package/es/time-picker/locale/sr_RS.d.ts +3 -0
  1593. package/es/time-picker/locale/sr_RS.js +5 -0
  1594. package/es/time-picker/locale/sv_SE.d.ts +3 -0
  1595. package/es/time-picker/locale/sv_SE.js +4 -0
  1596. package/es/time-picker/locale/ta_IN.d.ts +3 -0
  1597. package/es/time-picker/locale/ta_IN.js +4 -0
  1598. package/es/time-picker/locale/th_TH.d.ts +3 -0
  1599. package/es/time-picker/locale/th_TH.js +4 -0
  1600. package/es/time-picker/locale/tk_TK.d.ts +3 -0
  1601. package/es/time-picker/locale/tk_TK.js +5 -0
  1602. package/es/time-picker/locale/tr_TR.d.ts +3 -0
  1603. package/es/time-picker/locale/tr_TR.js +5 -0
  1604. package/es/time-picker/locale/uk_UA.d.ts +3 -0
  1605. package/es/time-picker/locale/uk_UA.js +4 -0
  1606. package/es/time-picker/locale/ur_PK.d.ts +3 -0
  1607. package/es/time-picker/locale/ur_PK.js +5 -0
  1608. package/es/time-picker/locale/vi_VN.d.ts +3 -0
  1609. package/es/time-picker/locale/vi_VN.js +4 -0
  1610. package/es/time-picker/locale/zh_CN.d.ts +3 -0
  1611. package/es/time-picker/locale/zh_CN.js +5 -0
  1612. package/es/time-picker/locale/zh_TW.d.ts +3 -0
  1613. package/es/time-picker/locale/zh_TW.js +4 -0
  1614. package/es/time-picker/style/css.js +4 -0
  1615. package/es/time-picker/style/index-pure.less +3 -0
  1616. package/es/time-picker/style/index.css +4 -0
  1617. package/es/time-picker/style/index.d.ts +3 -0
  1618. package/es/time-picker/style/index.js +4 -0
  1619. package/es/time-picker/style/index.less +3 -0
  1620. package/es/timeline/Timeline.d.ts +18 -0
  1621. package/es/timeline/Timeline.js +94 -0
  1622. package/es/timeline/TimelineItem.d.ts +17 -0
  1623. package/es/timeline/TimelineItem.js +60 -0
  1624. package/es/timeline/index.d.ts +4 -0
  1625. package/es/timeline/index.js +2 -0
  1626. package/es/timeline/style/css.js +2 -0
  1627. package/es/timeline/style/index-pure.less +185 -0
  1628. package/es/timeline/style/index.css +236 -0
  1629. package/es/timeline/style/index.d.ts +2 -0
  1630. package/es/timeline/style/index.js +2 -0
  1631. package/es/timeline/style/index.less +3 -0
  1632. package/es/timeline/style/rtl.less +135 -0
  1633. package/es/tooltip/index.d.ts +70 -0
  1634. package/es/tooltip/index.js +259 -0
  1635. package/es/tooltip/style/css.js +2 -0
  1636. package/es/tooltip/style/index-pure.less +224 -0
  1637. package/es/tooltip/style/index.css +274 -0
  1638. package/es/tooltip/style/index.d.ts +2 -0
  1639. package/es/tooltip/style/index.js +2 -0
  1640. package/es/tooltip/style/index.less +3 -0
  1641. package/es/tooltip/style/rtl.less +14 -0
  1642. package/es/transfer/ListBody.d.ts +29 -0
  1643. package/es/transfer/ListBody.js +167 -0
  1644. package/es/transfer/ListItem.d.ts +15 -0
  1645. package/es/transfer/ListItem.js +65 -0
  1646. package/es/transfer/index.d.ts +140 -0
  1647. package/es/transfer/index.js +449 -0
  1648. package/es/transfer/interface.d.ts +6 -0
  1649. package/es/transfer/interface.js +1 -0
  1650. package/es/transfer/list.d.ts +75 -0
  1651. package/es/transfer/list.js +406 -0
  1652. package/es/transfer/operation.d.ts +17 -0
  1653. package/es/transfer/operation.js +38 -0
  1654. package/es/transfer/search.d.ts +10 -0
  1655. package/es/transfer/search.js +28 -0
  1656. package/es/transfer/style/css.js +9 -0
  1657. package/es/transfer/style/customize.less +52 -0
  1658. package/es/transfer/style/index-pure.less +222 -0
  1659. package/es/transfer/style/index.css +281 -0
  1660. package/es/transfer/style/index.d.ts +8 -0
  1661. package/es/transfer/style/index.js +9 -0
  1662. package/es/transfer/style/index.less +3 -0
  1663. package/es/transfer/style/rtl.less +71 -0
  1664. package/es/transfer/style/status.less +31 -0
  1665. package/es/tree/DirectoryTree.d.ts +20 -0
  1666. package/es/tree/DirectoryTree.js +195 -0
  1667. package/es/tree/Tree.d.ts +133 -0
  1668. package/es/tree/Tree.js +95 -0
  1669. package/es/tree/index.d.ts +19 -0
  1670. package/es/tree/index.js +7 -0
  1671. package/es/tree/style/css.js +2 -0
  1672. package/es/tree/style/directory.less +72 -0
  1673. package/es/tree/style/index-pure.less +16 -0
  1674. package/es/tree/style/index.css +532 -0
  1675. package/es/tree/style/index.d.ts +2 -0
  1676. package/es/tree/style/index.js +2 -0
  1677. package/es/tree/style/index.less +3 -0
  1678. package/es/tree/style/mixin.less +337 -0
  1679. package/es/tree/style/rtl.less +72 -0
  1680. package/es/tree/utils/dictUtil.d.ts +9 -0
  1681. package/es/tree/utils/dictUtil.js +84 -0
  1682. package/es/tree/utils/dropIndicator.d.ts +9 -0
  1683. package/es/tree/utils/dropIndicator.js +37 -0
  1684. package/es/tree/utils/iconUtil.d.ts +5 -0
  1685. package/es/tree/utils/iconUtil.js +76 -0
  1686. package/es/tree-select/index.d.ts +48 -0
  1687. package/es/tree-select/index.js +175 -0
  1688. package/es/tree-select/style/css.js +6 -0
  1689. package/es/tree-select/style/index-pure.less +57 -0
  1690. package/es/tree-select/style/index.css +481 -0
  1691. package/es/tree-select/style/index.d.ts +4 -0
  1692. package/es/tree-select/style/index.js +6 -0
  1693. package/es/tree-select/style/index.less +3 -0
  1694. package/es/typography/Base/Ellipsis.d.ts +15 -0
  1695. package/es/typography/Base/Ellipsis.js +198 -0
  1696. package/es/typography/Base/EllipsisTooltip.d.ts +13 -0
  1697. package/es/typography/Base/EllipsisTooltip.js +24 -0
  1698. package/es/typography/Base/index.d.ts +52 -0
  1699. package/es/typography/Base/index.js +528 -0
  1700. package/es/typography/Editable.d.ts +20 -0
  1701. package/es/typography/Editable.js +115 -0
  1702. package/es/typography/Link.d.ts +7 -0
  1703. package/es/typography/Link.js +39 -0
  1704. package/es/typography/Paragraph.d.ts +6 -0
  1705. package/es/typography/Paragraph.js +11 -0
  1706. package/es/typography/Text.d.ts +7 -0
  1707. package/es/typography/Text.js +42 -0
  1708. package/es/typography/Title.d.ts +8 -0
  1709. package/es/typography/Title.js +41 -0
  1710. package/es/typography/Typography.d.ts +17 -0
  1711. package/es/typography/Typography.js +61 -0
  1712. package/es/typography/hooks/useMergedConfig.d.ts +1 -0
  1713. package/es/typography/hooks/useMergedConfig.js +9 -0
  1714. package/es/typography/hooks/useUpdatedEffect.d.ts +4 -0
  1715. package/es/typography/hooks/useUpdatedEffect.js +15 -0
  1716. package/es/typography/index.d.ts +13 -0
  1717. package/es/typography/index.js +11 -0
  1718. package/es/typography/style/css.js +5 -0
  1719. package/es/typography/style/index-pure.less +314 -0
  1720. package/es/typography/style/index.css +369 -0
  1721. package/es/typography/style/index.d.ts +4 -0
  1722. package/es/typography/style/index.js +5 -0
  1723. package/es/typography/style/index.less +3 -0
  1724. package/es/typography/style/rtl.less +54 -0
  1725. package/es/upload/Dragger.d.ts +9 -0
  1726. package/es/upload/Dragger.js +37 -0
  1727. package/es/upload/Upload.d.ts +6 -0
  1728. package/es/upload/Upload.js +498 -0
  1729. package/es/upload/UploadList/ListItem.d.ts +27 -0
  1730. package/es/upload/UploadList/ListItem.js +211 -0
  1731. package/es/upload/UploadList/index.d.ts +4 -0
  1732. package/es/upload/UploadList/index.js +254 -0
  1733. package/es/upload/index.d.ts +14 -0
  1734. package/es/upload/index.js +6 -0
  1735. package/es/upload/interface.d.ts +134 -0
  1736. package/es/upload/interface.js +1 -0
  1737. package/es/upload/style/css.js +7 -0
  1738. package/es/upload/style/index-pure.less +565 -0
  1739. package/es/upload/style/index.css +588 -0
  1740. package/es/upload/style/index.d.ts +5 -0
  1741. package/es/upload/style/index.js +7 -0
  1742. package/es/upload/style/index.less +3 -0
  1743. package/es/upload/style/rtl.less +165 -0
  1744. package/es/upload/utils.d.ts +8 -0
  1745. package/es/upload/utils.js +138 -0
  1746. package/es/version/index.d.ts +2 -0
  1747. package/es/version/index.js +4 -0
  1748. package/es/version/style/css.js +2 -0
  1749. package/es/version/style/index.d.ts +1 -0
  1750. package/es/version/style/index.js +2 -0
  1751. package/es/version/token.d.ts +319 -0
  1752. package/es/version/token.js +318 -0
  1753. package/es/version/version.d.ts +2 -0
  1754. package/es/version/version.js +1 -0
  1755. package/lib/_util/ActionButton.d.ts +15 -0
  1756. package/lib/_util/ActionButton.js +135 -0
  1757. package/lib/_util/colors.d.ts +5 -0
  1758. package/lib/_util/colors.js +14 -0
  1759. package/lib/_util/easings.d.ts +1 -0
  1760. package/lib/_util/easings.js +18 -0
  1761. package/lib/_util/getDataOrAriaProps.d.ts +1 -0
  1762. package/lib/_util/getDataOrAriaProps.js +16 -0
  1763. package/lib/_util/getRenderPropValue.d.ts +3 -0
  1764. package/lib/_util/getRenderPropValue.js +20 -0
  1765. package/lib/_util/getScroll.d.ts +2 -0
  1766. package/lib/_util/getScroll.js +43 -0
  1767. package/lib/_util/hooks/useFlexGapSupport.d.ts +2 -0
  1768. package/lib/_util/hooks/useFlexGapSupport.js +30 -0
  1769. package/lib/_util/hooks/useForceUpdate.d.ts +2 -0
  1770. package/lib/_util/hooks/useForceUpdate.js +24 -0
  1771. package/lib/_util/hooks/usePatchElement.d.ts +5 -0
  1772. package/lib/_util/hooks/usePatchElement.js +40 -0
  1773. package/lib/_util/hooks/useSyncState.d.ts +3 -0
  1774. package/lib/_util/hooks/useSyncState.js +26 -0
  1775. package/lib/_util/isNumeric.d.ts +2 -0
  1776. package/lib/_util/isNumeric.js +13 -0
  1777. package/lib/_util/motion.d.ts +8 -0
  1778. package/lib/_util/motion.js +71 -0
  1779. package/lib/_util/placements.d.ts +17 -0
  1780. package/lib/_util/placements.js +102 -0
  1781. package/lib/_util/raf.d.ts +9 -0
  1782. package/lib/_util/raf.js +43 -0
  1783. package/lib/_util/reactNode.d.ts +8 -0
  1784. package/lib/_util/reactNode.js +32 -0
  1785. package/lib/_util/responsiveObserve.d.ts +21 -0
  1786. package/lib/_util/responsiveObserve.js +81 -0
  1787. package/lib/_util/scrollTo.d.ts +10 -0
  1788. package/lib/_util/scrollTo.js +52 -0
  1789. package/lib/_util/statusUtils.d.ts +6 -0
  1790. package/lib/_util/statusUtils.js +29 -0
  1791. package/lib/_util/styleChecker.d.ts +4 -0
  1792. package/lib/_util/styleChecker.js +52 -0
  1793. package/lib/_util/throttleByAnimationFrame.d.ts +8 -0
  1794. package/lib/_util/throttleByAnimationFrame.js +72 -0
  1795. package/lib/_util/transButton.d.ts +9 -0
  1796. package/lib/_util/transButton.js +89 -0
  1797. package/lib/_util/type.d.ts +9 -0
  1798. package/lib/_util/type.js +26 -0
  1799. package/lib/_util/warning.d.ts +6 -0
  1800. package/lib/_util/warning.js +35 -0
  1801. package/lib/_util/wave.d.ts +32 -0
  1802. package/lib/_util/wave.js +270 -0
  1803. package/lib/affix/index.d.ts +54 -0
  1804. package/lib/affix/index.js +350 -0
  1805. package/lib/affix/style/css.js +5 -0
  1806. package/lib/affix/style/index-pure.less +6 -0
  1807. package/lib/affix/style/index.css +8 -0
  1808. package/lib/affix/style/index.d.ts +2 -0
  1809. package/lib/affix/style/index.js +5 -0
  1810. package/lib/affix/style/index.less +3 -0
  1811. package/lib/affix/utils.d.ts +15 -0
  1812. package/lib/affix/utils.js +107 -0
  1813. package/lib/alert/ErrorBoundary.d.ts +23 -0
  1814. package/lib/alert/ErrorBoundary.js +80 -0
  1815. package/lib/alert/index.d.ts +38 -0
  1816. package/lib/alert/index.js +222 -0
  1817. package/lib/alert/style/css.js +5 -0
  1818. package/lib/alert/style/index-pure.less +155 -0
  1819. package/lib/alert/style/index.css +156 -0
  1820. package/lib/alert/style/index.d.ts +2 -0
  1821. package/lib/alert/style/index.js +5 -0
  1822. package/lib/alert/style/index.less +3 -0
  1823. package/lib/alert/style/rtl.less +40 -0
  1824. package/lib/anchor/Anchor.d.ts +44 -0
  1825. package/lib/anchor/Anchor.js +285 -0
  1826. package/lib/anchor/AnchorLink.d.ts +11 -0
  1827. package/lib/anchor/AnchorLink.js +73 -0
  1828. package/lib/anchor/context.d.ts +4 -0
  1829. package/lib/anchor/context.js +14 -0
  1830. package/lib/anchor/index.d.ts +10 -0
  1831. package/lib/anchor/index.js +17 -0
  1832. package/lib/anchor/style/css.js +7 -0
  1833. package/lib/anchor/style/index-pure.less +86 -0
  1834. package/lib/anchor/style/index.css +100 -0
  1835. package/lib/anchor/style/index.d.ts +3 -0
  1836. package/lib/anchor/style/index.js +7 -0
  1837. package/lib/anchor/style/index.less +3 -0
  1838. package/lib/anchor/style/rtl.less +35 -0
  1839. package/lib/auto-complete/index.d.ts +35 -0
  1840. package/lib/auto-complete/index.js +125 -0
  1841. package/lib/auto-complete/style/css.js +7 -0
  1842. package/lib/auto-complete/style/index-pure.less +16 -0
  1843. package/lib/auto-complete/style/index.css +18 -0
  1844. package/lib/auto-complete/style/index.d.ts +3 -0
  1845. package/lib/auto-complete/style/index.js +7 -0
  1846. package/lib/auto-complete/style/index.less +3 -0
  1847. package/lib/avatar/SizeContext.d.ts +10 -0
  1848. package/lib/avatar/SizeContext.js +26 -0
  1849. package/lib/avatar/avatar.d.ts +25 -0
  1850. package/lib/avatar/avatar.js +225 -0
  1851. package/lib/avatar/group.d.ts +15 -0
  1852. package/lib/avatar/group.js +84 -0
  1853. package/lib/avatar/index.d.ts +11 -0
  1854. package/lib/avatar/index.js +23 -0
  1855. package/lib/avatar/style/css.js +7 -0
  1856. package/lib/avatar/style/group.less +17 -0
  1857. package/lib/avatar/style/index-pure.less +70 -0
  1858. package/lib/avatar/style/index.css +108 -0
  1859. package/lib/avatar/style/index.d.ts +3 -0
  1860. package/lib/avatar/style/index.js +7 -0
  1861. package/lib/avatar/style/index.less +3 -0
  1862. package/lib/avatar/style/rtl.less +15 -0
  1863. package/lib/back-top/index.d.ts +14 -0
  1864. package/lib/back-top/index.js +151 -0
  1865. package/lib/back-top/style/css.js +5 -0
  1866. package/lib/back-top/style/index-pure.less +49 -0
  1867. package/lib/back-top/style/index.css +66 -0
  1868. package/lib/back-top/style/index.d.ts +2 -0
  1869. package/lib/back-top/style/index.js +5 -0
  1870. package/lib/back-top/style/index.less +3 -0
  1871. package/lib/back-top/style/responsive.less +21 -0
  1872. package/lib/badge/Ribbon.d.ts +15 -0
  1873. package/lib/badge/Ribbon.js +65 -0
  1874. package/lib/badge/ScrollNumber.d.ts +18 -0
  1875. package/lib/badge/ScrollNumber.js +98 -0
  1876. package/lib/badge/SingleNumber.d.ts +13 -0
  1877. package/lib/badge/SingleNumber.js +137 -0
  1878. package/lib/badge/index.d.ts +30 -0
  1879. package/lib/badge/index.js +205 -0
  1880. package/lib/badge/style/css.js +5 -0
  1881. package/lib/badge/style/index-pure.less +281 -0
  1882. package/lib/badge/style/index.css +460 -0
  1883. package/lib/badge/style/index.d.ts +2 -0
  1884. package/lib/badge/style/index.js +5 -0
  1885. package/lib/badge/style/index.less +3 -0
  1886. package/lib/badge/style/ribbon.less +81 -0
  1887. package/lib/badge/style/rtl.less +100 -0
  1888. package/lib/badge/utils.d.ts +1 -0
  1889. package/lib/badge/utils.js +13 -0
  1890. package/lib/breadcrumb/Breadcrumb.d.ts +24 -0
  1891. package/lib/breadcrumb/Breadcrumb.js +169 -0
  1892. package/lib/breadcrumb/BreadcrumbItem.d.ts +19 -0
  1893. package/lib/breadcrumb/BreadcrumbItem.js +98 -0
  1894. package/lib/breadcrumb/BreadcrumbSeparator.d.ts +7 -0
  1895. package/lib/breadcrumb/BreadcrumbSeparator.js +28 -0
  1896. package/lib/breadcrumb/index.d.ts +4 -0
  1897. package/lib/breadcrumb/index.js +13 -0
  1898. package/lib/breadcrumb/style/css.js +9 -0
  1899. package/lib/breadcrumb/style/index-pure.less +64 -0
  1900. package/lib/breadcrumb/style/index.css +77 -0
  1901. package/lib/breadcrumb/style/index.d.ts +4 -0
  1902. package/lib/breadcrumb/style/index.js +9 -0
  1903. package/lib/breadcrumb/style/index.less +3 -0
  1904. package/lib/breadcrumb/style/rtl.less +29 -0
  1905. package/lib/button/LoadingIcon.d.ts +8 -0
  1906. package/lib/button/LoadingIcon.js +69 -0
  1907. package/lib/button/button-group.d.ts +12 -0
  1908. package/lib/button/button-group.js +83 -0
  1909. package/lib/button/button.d.ts +47 -0
  1910. package/lib/button/button.js +302 -0
  1911. package/lib/button/index.d.ts +5 -0
  1912. package/lib/button/index.js +13 -0
  1913. package/lib/button/style/css.js +5 -0
  1914. package/lib/button/style/index-pure.less +293 -0
  1915. package/lib/button/style/index.css +1987 -0
  1916. package/lib/button/style/index.d.ts +2 -0
  1917. package/lib/button/style/index.js +5 -0
  1918. package/lib/button/style/index.less +3 -0
  1919. package/lib/button/style/mixin.less +589 -0
  1920. package/lib/button/style/rtl.less +90 -0
  1921. package/lib/button/style/space-compact.less +88 -0
  1922. package/lib/calendar/Header.d.ts +17 -0
  1923. package/lib/calendar/Header.js +191 -0
  1924. package/lib/calendar/generateCalendar.d.ts +41 -0
  1925. package/lib/calendar/generateCalendar.js +214 -0
  1926. package/lib/calendar/index.d.ts +5 -0
  1927. package/lib/calendar/index.js +16 -0
  1928. package/lib/calendar/locale/ar_EG.d.ts +2 -0
  1929. package/lib/calendar/locale/ar_EG.js +13 -0
  1930. package/lib/calendar/locale/az_AZ.d.ts +2 -0
  1931. package/lib/calendar/locale/az_AZ.js +13 -0
  1932. package/lib/calendar/locale/bg_BG.d.ts +2 -0
  1933. package/lib/calendar/locale/bg_BG.js +13 -0
  1934. package/lib/calendar/locale/bn_BD.d.ts +2 -0
  1935. package/lib/calendar/locale/bn_BD.js +13 -0
  1936. package/lib/calendar/locale/by_BY.d.ts +2 -0
  1937. package/lib/calendar/locale/by_BY.js +13 -0
  1938. package/lib/calendar/locale/ca_ES.d.ts +2 -0
  1939. package/lib/calendar/locale/ca_ES.js +13 -0
  1940. package/lib/calendar/locale/cs_CZ.d.ts +2 -0
  1941. package/lib/calendar/locale/cs_CZ.js +13 -0
  1942. package/lib/calendar/locale/da_DK.d.ts +2 -0
  1943. package/lib/calendar/locale/da_DK.js +13 -0
  1944. package/lib/calendar/locale/de_DE.d.ts +2 -0
  1945. package/lib/calendar/locale/de_DE.js +13 -0
  1946. package/lib/calendar/locale/el_GR.d.ts +2 -0
  1947. package/lib/calendar/locale/el_GR.js +13 -0
  1948. package/lib/calendar/locale/en_GB.d.ts +2 -0
  1949. package/lib/calendar/locale/en_GB.js +13 -0
  1950. package/lib/calendar/locale/en_US.d.ts +2 -0
  1951. package/lib/calendar/locale/en_US.js +13 -0
  1952. package/lib/calendar/locale/es_ES.d.ts +2 -0
  1953. package/lib/calendar/locale/es_ES.js +13 -0
  1954. package/lib/calendar/locale/et_EE.d.ts +2 -0
  1955. package/lib/calendar/locale/et_EE.js +13 -0
  1956. package/lib/calendar/locale/fa_IR.d.ts +2 -0
  1957. package/lib/calendar/locale/fa_IR.js +13 -0
  1958. package/lib/calendar/locale/fi_FI.d.ts +2 -0
  1959. package/lib/calendar/locale/fi_FI.js +13 -0
  1960. package/lib/calendar/locale/fr_BE.d.ts +2 -0
  1961. package/lib/calendar/locale/fr_BE.js +13 -0
  1962. package/lib/calendar/locale/fr_CA.d.ts +2 -0
  1963. package/lib/calendar/locale/fr_CA.js +13 -0
  1964. package/lib/calendar/locale/fr_FR.d.ts +2 -0
  1965. package/lib/calendar/locale/fr_FR.js +13 -0
  1966. package/lib/calendar/locale/ga_IE.d.ts +2 -0
  1967. package/lib/calendar/locale/ga_IE.js +13 -0
  1968. package/lib/calendar/locale/gl_ES.d.ts +2 -0
  1969. package/lib/calendar/locale/gl_ES.js +13 -0
  1970. package/lib/calendar/locale/he_IL.d.ts +2 -0
  1971. package/lib/calendar/locale/he_IL.js +13 -0
  1972. package/lib/calendar/locale/hi_IN.d.ts +2 -0
  1973. package/lib/calendar/locale/hi_IN.js +13 -0
  1974. package/lib/calendar/locale/hr_HR.d.ts +2 -0
  1975. package/lib/calendar/locale/hr_HR.js +13 -0
  1976. package/lib/calendar/locale/hu_HU.d.ts +2 -0
  1977. package/lib/calendar/locale/hu_HU.js +13 -0
  1978. package/lib/calendar/locale/id_ID.d.ts +2 -0
  1979. package/lib/calendar/locale/id_ID.js +13 -0
  1980. package/lib/calendar/locale/is_IS.d.ts +2 -0
  1981. package/lib/calendar/locale/is_IS.js +13 -0
  1982. package/lib/calendar/locale/it_IT.d.ts +2 -0
  1983. package/lib/calendar/locale/it_IT.js +13 -0
  1984. package/lib/calendar/locale/ja_JP.d.ts +2 -0
  1985. package/lib/calendar/locale/ja_JP.js +13 -0
  1986. package/lib/calendar/locale/ka_GE.d.ts +2 -0
  1987. package/lib/calendar/locale/ka_GE.js +13 -0
  1988. package/lib/calendar/locale/kk_KZ.d.ts +2 -0
  1989. package/lib/calendar/locale/kk_KZ.js +13 -0
  1990. package/lib/calendar/locale/km_KH.d.ts +2 -0
  1991. package/lib/calendar/locale/km_KH.js +13 -0
  1992. package/lib/calendar/locale/kmr_IQ.d.ts +2 -0
  1993. package/lib/calendar/locale/kmr_IQ.js +13 -0
  1994. package/lib/calendar/locale/kn_IN.d.ts +2 -0
  1995. package/lib/calendar/locale/kn_IN.js +13 -0
  1996. package/lib/calendar/locale/ko_KR.d.ts +2 -0
  1997. package/lib/calendar/locale/ko_KR.js +13 -0
  1998. package/lib/calendar/locale/lt_LT.d.ts +2 -0
  1999. package/lib/calendar/locale/lt_LT.js +13 -0
  2000. package/lib/calendar/locale/lv_LV.d.ts +2 -0
  2001. package/lib/calendar/locale/lv_LV.js +13 -0
  2002. package/lib/calendar/locale/mk_MK.d.ts +2 -0
  2003. package/lib/calendar/locale/mk_MK.js +13 -0
  2004. package/lib/calendar/locale/ml_IN.d.ts +2 -0
  2005. package/lib/calendar/locale/ml_IN.js +13 -0
  2006. package/lib/calendar/locale/mn_MN.d.ts +2 -0
  2007. package/lib/calendar/locale/mn_MN.js +13 -0
  2008. package/lib/calendar/locale/ms_MY.d.ts +2 -0
  2009. package/lib/calendar/locale/ms_MY.js +13 -0
  2010. package/lib/calendar/locale/nb_NO.d.ts +2 -0
  2011. package/lib/calendar/locale/nb_NO.js +13 -0
  2012. package/lib/calendar/locale/nl_BE.d.ts +2 -0
  2013. package/lib/calendar/locale/nl_BE.js +13 -0
  2014. package/lib/calendar/locale/nl_NL.d.ts +2 -0
  2015. package/lib/calendar/locale/nl_NL.js +13 -0
  2016. package/lib/calendar/locale/pl_PL.d.ts +2 -0
  2017. package/lib/calendar/locale/pl_PL.js +13 -0
  2018. package/lib/calendar/locale/pt_BR.d.ts +2 -0
  2019. package/lib/calendar/locale/pt_BR.js +13 -0
  2020. package/lib/calendar/locale/pt_PT.d.ts +2 -0
  2021. package/lib/calendar/locale/pt_PT.js +13 -0
  2022. package/lib/calendar/locale/ro_RO.d.ts +2 -0
  2023. package/lib/calendar/locale/ro_RO.js +13 -0
  2024. package/lib/calendar/locale/ru_RU.d.ts +2 -0
  2025. package/lib/calendar/locale/ru_RU.js +13 -0
  2026. package/lib/calendar/locale/si_LK.d.ts +2 -0
  2027. package/lib/calendar/locale/si_LK.js +13 -0
  2028. package/lib/calendar/locale/sk_SK.d.ts +2 -0
  2029. package/lib/calendar/locale/sk_SK.js +13 -0
  2030. package/lib/calendar/locale/sl_SI.d.ts +2 -0
  2031. package/lib/calendar/locale/sl_SI.js +13 -0
  2032. package/lib/calendar/locale/sr_RS.d.ts +2 -0
  2033. package/lib/calendar/locale/sr_RS.js +13 -0
  2034. package/lib/calendar/locale/sv_SE.d.ts +2 -0
  2035. package/lib/calendar/locale/sv_SE.js +13 -0
  2036. package/lib/calendar/locale/ta_IN.d.ts +2 -0
  2037. package/lib/calendar/locale/ta_IN.js +13 -0
  2038. package/lib/calendar/locale/th_TH.d.ts +2 -0
  2039. package/lib/calendar/locale/th_TH.js +13 -0
  2040. package/lib/calendar/locale/tk_TK.d.ts +2 -0
  2041. package/lib/calendar/locale/tk_TK.js +13 -0
  2042. package/lib/calendar/locale/tr_TR.d.ts +2 -0
  2043. package/lib/calendar/locale/tr_TR.js +13 -0
  2044. package/lib/calendar/locale/uk_UA.d.ts +2 -0
  2045. package/lib/calendar/locale/uk_UA.js +13 -0
  2046. package/lib/calendar/locale/ur_PK.d.ts +2 -0
  2047. package/lib/calendar/locale/ur_PK.js +13 -0
  2048. package/lib/calendar/locale/vi_VN.d.ts +2 -0
  2049. package/lib/calendar/locale/vi_VN.js +13 -0
  2050. package/lib/calendar/locale/zh_CN.d.ts +2 -0
  2051. package/lib/calendar/locale/zh_CN.js +13 -0
  2052. package/lib/calendar/locale/zh_TW.d.ts +2 -0
  2053. package/lib/calendar/locale/zh_TW.js +13 -0
  2054. package/lib/calendar/style/css.js +11 -0
  2055. package/lib/calendar/style/index-pure.less +196 -0
  2056. package/lib/calendar/style/index.css +175 -0
  2057. package/lib/calendar/style/index.d.ts +5 -0
  2058. package/lib/calendar/style/index.js +11 -0
  2059. package/lib/calendar/style/index.less +3 -0
  2060. package/lib/calendar/style/rtl.less +46 -0
  2061. package/lib/card/Card.d.ts +35 -0
  2062. package/lib/card/Card.js +172 -0
  2063. package/lib/card/Grid.d.ts +9 -0
  2064. package/lib/card/Grid.js +53 -0
  2065. package/lib/card/Meta.d.ts +11 -0
  2066. package/lib/card/Meta.js +65 -0
  2067. package/lib/card/index.d.ts +13 -0
  2068. package/lib/card/index.js +20 -0
  2069. package/lib/card/style/css.js +9 -0
  2070. package/lib/card/style/index-pure.less +276 -0
  2071. package/lib/card/style/index.css +275 -0
  2072. package/lib/card/style/index.d.ts +4 -0
  2073. package/lib/card/style/index.js +9 -0
  2074. package/lib/card/style/index.less +3 -0
  2075. package/lib/card/style/size.less +20 -0
  2076. package/lib/carousel/index.d.ts +24 -0
  2077. package/lib/carousel/index.js +104 -0
  2078. package/lib/carousel/style/css.js +5 -0
  2079. package/lib/carousel/style/index-pure.less +304 -0
  2080. package/lib/carousel/style/index.css +286 -0
  2081. package/lib/carousel/style/index.d.ts +2 -0
  2082. package/lib/carousel/style/index.js +5 -0
  2083. package/lib/carousel/style/index.less +3 -0
  2084. package/lib/carousel/style/rtl.less +54 -0
  2085. package/lib/cascader/index.d.ts +43 -0
  2086. package/lib/cascader/index.js +276 -0
  2087. package/lib/cascader/style/css.js +9 -0
  2088. package/lib/cascader/style/index-pure.less +108 -0
  2089. package/lib/cascader/style/index.css +332 -0
  2090. package/lib/cascader/style/index.d.ts +4 -0
  2091. package/lib/cascader/style/index.js +9 -0
  2092. package/lib/cascader/style/index.less +3 -0
  2093. package/lib/cascader/style/rtl.less +19 -0
  2094. package/lib/checkbox/Checkbox.d.ts +37 -0
  2095. package/lib/checkbox/Checkbox.js +144 -0
  2096. package/lib/checkbox/Group.d.ts +35 -0
  2097. package/lib/checkbox/Group.js +176 -0
  2098. package/lib/checkbox/index.d.ts +10 -0
  2099. package/lib/checkbox/index.js +18 -0
  2100. package/lib/checkbox/style/css.js +5 -0
  2101. package/lib/checkbox/style/index-pure.less +6 -0
  2102. package/lib/checkbox/style/index.css +225 -0
  2103. package/lib/checkbox/style/index.d.ts +2 -0
  2104. package/lib/checkbox/style/index.js +5 -0
  2105. package/lib/checkbox/style/index.less +3 -0
  2106. package/lib/checkbox/style/mixin.less +241 -0
  2107. package/lib/checkbox/style/rtl.less +28 -0
  2108. package/lib/col/index.d.ts +3 -0
  2109. package/lib/col/index.js +11 -0
  2110. package/lib/col/style/css.js +5 -0
  2111. package/lib/col/style/index.d.ts +2 -0
  2112. package/lib/col/style/index.js +5 -0
  2113. package/lib/collapse/Collapse.d.ts +40 -0
  2114. package/lib/collapse/Collapse.js +116 -0
  2115. package/lib/collapse/CollapsePanel.d.ts +19 -0
  2116. package/lib/collapse/CollapsePanel.js +46 -0
  2117. package/lib/collapse/index.d.ts +4 -0
  2118. package/lib/collapse/index.js +13 -0
  2119. package/lib/collapse/style/css.js +5 -0
  2120. package/lib/collapse/style/index-pure.less +174 -0
  2121. package/lib/collapse/style/index.css +174 -0
  2122. package/lib/collapse/style/index.d.ts +2 -0
  2123. package/lib/collapse/style/index.js +5 -0
  2124. package/lib/collapse/style/index.less +3 -0
  2125. package/lib/collapse/style/rtl.less +68 -0
  2126. package/lib/comment/index.d.ts +23 -0
  2127. package/lib/comment/index.js +92 -0
  2128. package/lib/comment/style/css.js +5 -0
  2129. package/lib/comment/style/index-pure.less +105 -0
  2130. package/lib/comment/style/index.css +112 -0
  2131. package/lib/comment/style/index.d.ts +2 -0
  2132. package/lib/comment/style/index.js +5 -0
  2133. package/lib/comment/style/index.less +3 -0
  2134. package/lib/comment/style/rtl.less +51 -0
  2135. package/lib/config-provider/DisabledContext.d.ts +9 -0
  2136. package/lib/config-provider/DisabledContext.js +25 -0
  2137. package/lib/config-provider/SizeContext.d.ts +9 -0
  2138. package/lib/config-provider/SizeContext.js +26 -0
  2139. package/lib/config-provider/context.d.ts +58 -0
  2140. package/lib/config-provider/context.js +57 -0
  2141. package/lib/config-provider/cssVariables.d.ts +3 -0
  2142. package/lib/config-provider/cssVariables.js +115 -0
  2143. package/lib/config-provider/defaultRenderEmpty.d.ts +4 -0
  2144. package/lib/config-provider/defaultRenderEmpty.js +50 -0
  2145. package/lib/config-provider/index.d.ts +61 -5
  2146. package/lib/config-provider/index.js +250 -39
  2147. package/lib/config-provider/style/css.js +3 -0
  2148. package/lib/config-provider/style/index-pure.less +2 -0
  2149. package/lib/config-provider/style/index.css +4 -0
  2150. package/lib/config-provider/style/index.d.ts +1 -0
  2151. package/lib/config-provider/style/index.js +3 -0
  2152. package/lib/config-provider/style/index.less +3 -0
  2153. package/lib/date-picker/PickerButton.d.ts +3 -0
  2154. package/lib/date-picker/PickerButton.js +23 -0
  2155. package/lib/date-picker/PickerTag.d.ts +3 -0
  2156. package/lib/date-picker/PickerTag.js +22 -0
  2157. package/lib/date-picker/generatePicker/generateRangePicker.d.ts +11 -0
  2158. package/lib/date-picker/generatePicker/generateRangePicker.js +179 -0
  2159. package/lib/date-picker/generatePicker/generateSinglePicker.d.ts +71 -0
  2160. package/lib/date-picker/generatePicker/generateSinglePicker.js +204 -0
  2161. package/lib/date-picker/generatePicker/index.d.ts +143 -0
  2162. package/lib/date-picker/generatePicker/index.js +104 -0
  2163. package/lib/date-picker/generatePicker/interface.d.ts +12 -0
  2164. package/lib/date-picker/generatePicker/interface.js +5 -0
  2165. package/lib/date-picker/index.d.ts +54 -0
  2166. package/lib/date-picker/index.js +16 -0
  2167. package/lib/date-picker/locale/ar_EG.d.ts +3 -0
  2168. package/lib/date-picker/locale/ar_EG.js +31 -0
  2169. package/lib/date-picker/locale/az_AZ.d.ts +3 -0
  2170. package/lib/date-picker/locale/az_AZ.js +24 -0
  2171. package/lib/date-picker/locale/bg_BG.d.ts +3 -0
  2172. package/lib/date-picker/locale/bg_BG.js +27 -0
  2173. package/lib/date-picker/locale/bn_BD.d.ts +3 -0
  2174. package/lib/date-picker/locale/bn_BD.js +34 -0
  2175. package/lib/date-picker/locale/by_BY.d.ts +3 -0
  2176. package/lib/date-picker/locale/by_BY.js +32 -0
  2177. package/lib/date-picker/locale/ca_ES.d.ts +3 -0
  2178. package/lib/date-picker/locale/ca_ES.js +27 -0
  2179. package/lib/date-picker/locale/cs_CZ.d.ts +3 -0
  2180. package/lib/date-picker/locale/cs_CZ.js +27 -0
  2181. package/lib/date-picker/locale/da_DK.d.ts +3 -0
  2182. package/lib/date-picker/locale/da_DK.js +27 -0
  2183. package/lib/date-picker/locale/de_DE.d.ts +3 -0
  2184. package/lib/date-picker/locale/de_DE.js +27 -0
  2185. package/lib/date-picker/locale/el_GR.d.ts +3 -0
  2186. package/lib/date-picker/locale/el_GR.js +27 -0
  2187. package/lib/date-picker/locale/en_GB.d.ts +3 -0
  2188. package/lib/date-picker/locale/en_GB.js +35 -0
  2189. package/lib/date-picker/locale/en_US.d.ts +3 -0
  2190. package/lib/date-picker/locale/en_US.js +35 -0
  2191. package/lib/date-picker/locale/es_ES.d.ts +3 -0
  2192. package/lib/date-picker/locale/es_ES.js +27 -0
  2193. package/lib/date-picker/locale/et_EE.d.ts +3 -0
  2194. package/lib/date-picker/locale/et_EE.js +27 -0
  2195. package/lib/date-picker/locale/fa_IR.d.ts +3 -0
  2196. package/lib/date-picker/locale/fa_IR.js +34 -0
  2197. package/lib/date-picker/locale/fi_FI.d.ts +3 -0
  2198. package/lib/date-picker/locale/fi_FI.js +27 -0
  2199. package/lib/date-picker/locale/fr_BE.d.ts +3 -0
  2200. package/lib/date-picker/locale/fr_BE.js +27 -0
  2201. package/lib/date-picker/locale/fr_CA.d.ts +3 -0
  2202. package/lib/date-picker/locale/fr_CA.js +34 -0
  2203. package/lib/date-picker/locale/fr_FR.d.ts +3 -0
  2204. package/lib/date-picker/locale/fr_FR.js +34 -0
  2205. package/lib/date-picker/locale/ga_IE.d.ts +3 -0
  2206. package/lib/date-picker/locale/ga_IE.js +34 -0
  2207. package/lib/date-picker/locale/gl_ES.d.ts +3 -0
  2208. package/lib/date-picker/locale/gl_ES.js +27 -0
  2209. package/lib/date-picker/locale/he_IL.d.ts +3 -0
  2210. package/lib/date-picker/locale/he_IL.js +27 -0
  2211. package/lib/date-picker/locale/hi_IN.d.ts +3 -0
  2212. package/lib/date-picker/locale/hi_IN.js +34 -0
  2213. package/lib/date-picker/locale/hr_HR.d.ts +3 -0
  2214. package/lib/date-picker/locale/hr_HR.js +34 -0
  2215. package/lib/date-picker/locale/hu_HU.d.ts +3 -0
  2216. package/lib/date-picker/locale/hu_HU.js +27 -0
  2217. package/lib/date-picker/locale/id_ID.d.ts +3 -0
  2218. package/lib/date-picker/locale/id_ID.js +27 -0
  2219. package/lib/date-picker/locale/is_IS.d.ts +3 -0
  2220. package/lib/date-picker/locale/is_IS.js +27 -0
  2221. package/lib/date-picker/locale/it_IT.d.ts +3 -0
  2222. package/lib/date-picker/locale/it_IT.js +27 -0
  2223. package/lib/date-picker/locale/ja_JP.d.ts +3 -0
  2224. package/lib/date-picker/locale/ja_JP.js +27 -0
  2225. package/lib/date-picker/locale/ka_GE.d.ts +3 -0
  2226. package/lib/date-picker/locale/ka_GE.js +31 -0
  2227. package/lib/date-picker/locale/kk_KZ.d.ts +3 -0
  2228. package/lib/date-picker/locale/kk_KZ.js +34 -0
  2229. package/lib/date-picker/locale/km_KH.d.ts +3 -0
  2230. package/lib/date-picker/locale/km_KH.js +34 -0
  2231. package/lib/date-picker/locale/kmr_IQ.d.ts +3 -0
  2232. package/lib/date-picker/locale/kmr_IQ.js +27 -0
  2233. package/lib/date-picker/locale/kn_IN.d.ts +3 -0
  2234. package/lib/date-picker/locale/kn_IN.js +27 -0
  2235. package/lib/date-picker/locale/ko_KR.d.ts +3 -0
  2236. package/lib/date-picker/locale/ko_KR.js +27 -0
  2237. package/lib/date-picker/locale/lt_LT.d.ts +3 -0
  2238. package/lib/date-picker/locale/lt_LT.js +34 -0
  2239. package/lib/date-picker/locale/lv_LV.d.ts +3 -0
  2240. package/lib/date-picker/locale/lv_LV.js +27 -0
  2241. package/lib/date-picker/locale/mk_MK.d.ts +3 -0
  2242. package/lib/date-picker/locale/mk_MK.js +27 -0
  2243. package/lib/date-picker/locale/ml_IN.d.ts +3 -0
  2244. package/lib/date-picker/locale/ml_IN.js +34 -0
  2245. package/lib/date-picker/locale/mn_MN.d.ts +3 -0
  2246. package/lib/date-picker/locale/mn_MN.js +27 -0
  2247. package/lib/date-picker/locale/ms_MY.d.ts +3 -0
  2248. package/lib/date-picker/locale/ms_MY.js +27 -0
  2249. package/lib/date-picker/locale/nb_NO.d.ts +3 -0
  2250. package/lib/date-picker/locale/nb_NO.js +34 -0
  2251. package/lib/date-picker/locale/nl_BE.d.ts +3 -0
  2252. package/lib/date-picker/locale/nl_BE.js +34 -0
  2253. package/lib/date-picker/locale/nl_NL.d.ts +3 -0
  2254. package/lib/date-picker/locale/nl_NL.js +34 -0
  2255. package/lib/date-picker/locale/pl_PL.d.ts +3 -0
  2256. package/lib/date-picker/locale/pl_PL.js +27 -0
  2257. package/lib/date-picker/locale/pt_BR.d.ts +3 -0
  2258. package/lib/date-picker/locale/pt_BR.js +27 -0
  2259. package/lib/date-picker/locale/pt_PT.d.ts +3 -0
  2260. package/lib/date-picker/locale/pt_PT.js +55 -0
  2261. package/lib/date-picker/locale/ro_RO.d.ts +3 -0
  2262. package/lib/date-picker/locale/ro_RO.js +27 -0
  2263. package/lib/date-picker/locale/ru_RU.d.ts +4 -0
  2264. package/lib/date-picker/locale/ru_RU.js +36 -0
  2265. package/lib/date-picker/locale/si_LK.d.ts +3 -0
  2266. package/lib/date-picker/locale/si_LK.js +35 -0
  2267. package/lib/date-picker/locale/sk_SK.d.ts +3 -0
  2268. package/lib/date-picker/locale/sk_SK.js +27 -0
  2269. package/lib/date-picker/locale/sl_SI.d.ts +3 -0
  2270. package/lib/date-picker/locale/sl_SI.js +52 -0
  2271. package/lib/date-picker/locale/sr_RS.d.ts +3 -0
  2272. package/lib/date-picker/locale/sr_RS.js +34 -0
  2273. package/lib/date-picker/locale/sv_SE.d.ts +3 -0
  2274. package/lib/date-picker/locale/sv_SE.js +34 -0
  2275. package/lib/date-picker/locale/ta_IN.d.ts +3 -0
  2276. package/lib/date-picker/locale/ta_IN.js +28 -0
  2277. package/lib/date-picker/locale/th_TH.d.ts +3 -0
  2278. package/lib/date-picker/locale/th_TH.js +34 -0
  2279. package/lib/date-picker/locale/tk_TK.d.ts +3 -0
  2280. package/lib/date-picker/locale/tk_TK.js +32 -0
  2281. package/lib/date-picker/locale/tr_TR.d.ts +3 -0
  2282. package/lib/date-picker/locale/tr_TR.js +34 -0
  2283. package/lib/date-picker/locale/uk_UA.d.ts +3 -0
  2284. package/lib/date-picker/locale/uk_UA.js +27 -0
  2285. package/lib/date-picker/locale/ur_PK.d.ts +3 -0
  2286. package/lib/date-picker/locale/ur_PK.js +34 -0
  2287. package/lib/date-picker/locale/vi_VN.d.ts +3 -0
  2288. package/lib/date-picker/locale/vi_VN.js +27 -0
  2289. package/lib/date-picker/locale/zh_CN.d.ts +3 -0
  2290. package/lib/date-picker/locale/zh_CN.js +37 -0
  2291. package/lib/date-picker/locale/zh_TW.d.ts +3 -0
  2292. package/lib/date-picker/locale/zh_TW.js +36 -0
  2293. package/lib/date-picker/style/css.js +7 -0
  2294. package/lib/date-picker/style/index-pure.less +366 -0
  2295. package/lib/date-picker/style/index.css +1099 -0
  2296. package/lib/date-picker/style/index.d.ts +3 -0
  2297. package/lib/date-picker/style/index.js +7 -0
  2298. package/lib/date-picker/style/index.less +3 -0
  2299. package/lib/date-picker/style/panel.less +677 -0
  2300. package/lib/date-picker/style/rtl.less +246 -0
  2301. package/lib/date-picker/style/status.less +38 -0
  2302. package/lib/date-picker/util.d.ts +14 -0
  2303. package/lib/date-picker/util.js +118 -0
  2304. package/lib/descriptions/Cell.d.ts +16 -0
  2305. package/lib/descriptions/Cell.js +66 -0
  2306. package/lib/descriptions/Item.d.ts +13 -0
  2307. package/lib/descriptions/Item.js +14 -0
  2308. package/lib/descriptions/Row.d.ts +13 -0
  2309. package/lib/descriptions/Row.js +122 -0
  2310. package/lib/descriptions/index.d.ts +27 -0
  2311. package/lib/descriptions/index.js +193 -0
  2312. package/lib/descriptions/style/css.js +5 -0
  2313. package/lib/descriptions/style/index-pure.less +179 -0
  2314. package/lib/descriptions/style/index.css +139 -0
  2315. package/lib/descriptions/style/index.d.ts +2 -0
  2316. package/lib/descriptions/style/index.js +5 -0
  2317. package/lib/descriptions/style/index.less +3 -0
  2318. package/lib/descriptions/style/rtl.less +33 -0
  2319. package/lib/divider/index.d.ts +14 -0
  2320. package/lib/divider/index.js +83 -0
  2321. package/lib/divider/style/css.js +5 -0
  2322. package/lib/divider/style/index-pure.less +137 -0
  2323. package/lib/divider/style/index.css +126 -0
  2324. package/lib/divider/style/index.d.ts +2 -0
  2325. package/lib/divider/style/index.js +5 -0
  2326. package/lib/divider/style/index.less +3 -0
  2327. package/lib/divider/style/rtl.less +38 -0
  2328. package/lib/drawer/index.d.ts +37 -0
  2329. package/lib/drawer/index.js +206 -0
  2330. package/lib/drawer/style/css.js +5 -0
  2331. package/lib/drawer/style/drawer.less +160 -0
  2332. package/lib/drawer/style/index-pure.less +7 -0
  2333. package/lib/drawer/style/index.css +265 -0
  2334. package/lib/drawer/style/index.d.ts +2 -0
  2335. package/lib/drawer/style/index.js +5 -0
  2336. package/lib/drawer/style/index.less +3 -0
  2337. package/lib/drawer/style/motion.less +146 -0
  2338. package/lib/drawer/style/rtl.less +16 -0
  2339. package/lib/dropdown/dropdown-button.d.ts +23 -0
  2340. package/lib/dropdown/dropdown-button.js +157 -0
  2341. package/lib/dropdown/dropdown.d.ts +56 -0
  2342. package/lib/dropdown/dropdown.js +215 -0
  2343. package/lib/dropdown/index.d.ts +4 -0
  2344. package/lib/dropdown/index.js +13 -0
  2345. package/lib/dropdown/style/css.js +11 -0
  2346. package/lib/dropdown/style/index-pure.less +389 -0
  2347. package/lib/dropdown/style/index.css +400 -0
  2348. package/lib/dropdown/style/index.d.ts +5 -0
  2349. package/lib/dropdown/style/index.js +11 -0
  2350. package/lib/dropdown/style/index.less +3 -0
  2351. package/lib/dropdown/style/rtl.less +90 -0
  2352. package/lib/dropdown/style/status.less +14 -0
  2353. package/lib/empty/empty.d.ts +2 -0
  2354. package/lib/empty/empty.js +66 -0
  2355. package/lib/empty/index.d.ts +20 -0
  2356. package/lib/empty/index.js +93 -0
  2357. package/lib/empty/simple.d.ts +2 -0
  2358. package/lib/empty/simple.js +47 -0
  2359. package/lib/empty/style/css.js +5 -0
  2360. package/lib/empty/style/index-pure.less +151 -0
  2361. package/lib/empty/style/index.css +72 -0
  2362. package/lib/empty/style/index.d.ts +2 -0
  2363. package/lib/empty/style/index.js +5 -0
  2364. package/lib/empty/style/index.less +3 -0
  2365. package/lib/empty/style/rtl.less +10 -0
  2366. package/lib/form/ErrorList.d.ts +12 -0
  2367. package/lib/form/ErrorList.js +113 -0
  2368. package/lib/form/Form.d.ts +34 -0
  2369. package/lib/form/Form.js +176 -0
  2370. package/lib/form/FormItem/ItemHolder.d.ts +17 -0
  2371. package/lib/form/FormItem/ItemHolder.js +177 -0
  2372. package/lib/form/FormItem/index.d.ts +35 -0
  2373. package/lib/form/FormItem/index.js +333 -0
  2374. package/lib/form/FormItemInput.d.ts +20 -0
  2375. package/lib/form/FormItemInput.js +103 -0
  2376. package/lib/form/FormItemLabel.d.ts +23 -0
  2377. package/lib/form/FormItemLabel.js +140 -0
  2378. package/lib/form/FormList.d.ts +25 -0
  2379. package/lib/form/FormList.js +69 -0
  2380. package/lib/form/context.d.ts +48 -0
  2381. package/lib/form/context.js +67 -0
  2382. package/lib/form/hooks/useDebounce.d.ts +1 -0
  2383. package/lib/form/hooks/useDebounce.js +31 -0
  2384. package/lib/form/hooks/useForm.d.ts +7 -0
  2385. package/lib/form/hooks/useForm.js +70 -0
  2386. package/lib/form/hooks/useFormInstance.d.ts +2 -0
  2387. package/lib/form/hooks/useFormInstance.js +17 -0
  2388. package/lib/form/hooks/useFormItemStatus.d.ts +6 -0
  2389. package/lib/form/hooks/useFormItemStatus.js +27 -0
  2390. package/lib/form/hooks/useFrameState.d.ts +3 -0
  2391. package/lib/form/hooks/useFrameState.js +61 -0
  2392. package/lib/form/hooks/useItemRef.d.ts +3 -0
  2393. package/lib/form/hooks/useItemRef.js +40 -0
  2394. package/lib/form/index.d.ts +22 -0
  2395. package/lib/form/index.js +40 -0
  2396. package/lib/form/interface.d.ts +3 -0
  2397. package/lib/form/interface.js +5 -0
  2398. package/lib/form/style/components.less +16 -0
  2399. package/lib/form/style/css.js +9 -0
  2400. package/lib/form/style/horizontal.less +22 -0
  2401. package/lib/form/style/index-pure.less +332 -0
  2402. package/lib/form/style/index.css +572 -0
  2403. package/lib/form/style/index.d.ts +4 -0
  2404. package/lib/form/style/index.js +9 -0
  2405. package/lib/form/style/index.less +3 -0
  2406. package/lib/form/style/inline.less +38 -0
  2407. package/lib/form/style/mixin.less +78 -0
  2408. package/lib/form/style/rtl.less +204 -0
  2409. package/lib/form/style/status.less +42 -0
  2410. package/lib/form/style/vertical.less +93 -0
  2411. package/lib/form/util.d.ts +3 -0
  2412. package/lib/form/util.js +29 -0
  2413. package/lib/grid/RowContext.d.ts +8 -0
  2414. package/lib/grid/RowContext.js +12 -0
  2415. package/lib/grid/col.d.ts +28 -0
  2416. package/lib/grid/col.js +130 -0
  2417. package/lib/grid/hooks/useBreakpoint.d.ts +3 -0
  2418. package/lib/grid/hooks/useBreakpoint.js +37 -0
  2419. package/lib/grid/index.d.ts +10 -0
  2420. package/lib/grid/index.js +36 -0
  2421. package/lib/grid/row.d.ts +20 -0
  2422. package/lib/grid/row.js +214 -0
  2423. package/lib/grid/style/css.js +5 -0
  2424. package/lib/grid/style/index-pure.less +124 -0
  2425. package/lib/grid/style/index.css +5185 -0
  2426. package/lib/grid/style/index.d.ts +2 -0
  2427. package/lib/grid/style/index.js +5 -0
  2428. package/lib/grid/style/index.less +3 -0
  2429. package/lib/grid/style/mixin.less +56 -0
  2430. package/lib/grid/style/rtl.less +69 -0
  2431. package/lib/icon/index.d.ts +3 -0
  2432. package/lib/icon/index.js +18 -0
  2433. package/lib/icon/style/css.js +5 -0
  2434. package/lib/icon/style/index-pure.less +4 -0
  2435. package/lib/icon/style/index.css +4 -0
  2436. package/lib/icon/style/index.d.ts +2 -0
  2437. package/lib/icon/style/index.js +5 -0
  2438. package/lib/icon/style/index.less +3 -0
  2439. package/lib/image/PreviewGroup.d.ts +13 -0
  2440. package/lib/image/PreviewGroup.js +92 -0
  2441. package/lib/image/index.d.ts +9 -0
  2442. package/lib/image/index.js +86 -0
  2443. package/lib/image/style/css.js +5 -0
  2444. package/lib/image/style/index-pure.less +203 -0
  2445. package/lib/image/style/index.css +232 -0
  2446. package/lib/image/style/index.d.ts +2 -0
  2447. package/lib/image/style/index.js +5 -0
  2448. package/lib/image/style/index.less +3 -0
  2449. package/lib/index.d.ts +128 -2
  2450. package/lib/index.js +552 -37
  2451. package/lib/input/ClearableLabeledInput.d.ts +39 -0
  2452. package/lib/input/ClearableLabeledInput.js +130 -0
  2453. package/lib/input/Group.d.ts +15 -0
  2454. package/lib/input/Group.js +55 -0
  2455. package/lib/input/Input.d.ts +20 -0
  2456. package/lib/input/Input.js +267 -0
  2457. package/lib/input/Password.d.ts +14 -0
  2458. package/lib/input/Password.js +162 -0
  2459. package/lib/input/Search.d.ts +10 -0
  2460. package/lib/input/Search.js +190 -0
  2461. package/lib/input/TextArea.d.ts +28 -0
  2462. package/lib/input/TextArea.js +276 -0
  2463. package/lib/input/hooks/useRemovePasswordTimeout.d.ts +3 -0
  2464. package/lib/input/hooks/useRemovePasswordTimeout.js +37 -0
  2465. package/lib/input/index.d.ts +19 -0
  2466. package/lib/input/index.js +26 -0
  2467. package/lib/input/style/IE11.less +20 -0
  2468. package/lib/input/style/affix.less +78 -0
  2469. package/lib/input/style/allow-clear.less +43 -0
  2470. package/lib/input/style/css.js +7 -0
  2471. package/lib/input/style/index-pure.less +88 -0
  2472. package/lib/input/style/index.css +929 -0
  2473. package/lib/input/style/index.d.ts +3 -0
  2474. package/lib/input/style/index.js +7 -0
  2475. package/lib/input/style/index.less +3 -0
  2476. package/lib/input/style/mixin.less +470 -0
  2477. package/lib/input/style/rtl.less +210 -0
  2478. package/lib/input/style/search-input.less +117 -0
  2479. package/lib/input/style/status.less +42 -0
  2480. package/lib/input/utils.d.ts +3 -0
  2481. package/lib/input/utils.js +10 -0
  2482. package/lib/input-number/index.d.ts +27 -0
  2483. package/lib/input-number/index.js +201 -0
  2484. package/lib/input-number/style/affix.less +83 -0
  2485. package/lib/input-number/style/css.js +5 -0
  2486. package/lib/input-number/style/index-pure.less +243 -0
  2487. package/lib/input-number/style/index.css +915 -0
  2488. package/lib/input-number/style/index.d.ts +2 -0
  2489. package/lib/input-number/style/index.js +5 -0
  2490. package/lib/input-number/style/index.less +3 -0
  2491. package/lib/input-number/style/rtl.less +71 -0
  2492. package/lib/input-number/style/status.less +29 -0
  2493. package/lib/layout/Sider.d.ts +28 -0
  2494. package/lib/layout/Sider.js +240 -0
  2495. package/lib/layout/index.d.ts +13 -0
  2496. package/lib/layout/index.js +22 -0
  2497. package/lib/layout/layout.d.ts +23 -0
  2498. package/lib/layout/layout.js +159 -0
  2499. package/lib/layout/style/css.js +5 -0
  2500. package/lib/layout/style/index-pure.less +145 -0
  2501. package/lib/layout/style/index.css +128 -0
  2502. package/lib/layout/style/index.d.ts +2 -0
  2503. package/lib/layout/style/index.js +5 -0
  2504. package/lib/layout/style/index.less +3 -0
  2505. package/lib/layout/style/light.less +11 -0
  2506. package/lib/layout/style/rtl.less +10 -0
  2507. package/lib/list/Item.d.ts +26 -0
  2508. package/lib/list/Item.js +151 -0
  2509. package/lib/list/index.d.ts +54 -0
  2510. package/lib/list/index.js +280 -0
  2511. package/lib/list/style/bordered.less +44 -0
  2512. package/lib/list/style/css.js +13 -0
  2513. package/lib/list/style/customize.less +13 -0
  2514. package/lib/list/style/index-pure.less +249 -0
  2515. package/lib/list/style/index.css +317 -0
  2516. package/lib/list/style/index.d.ts +6 -0
  2517. package/lib/list/style/index.js +13 -0
  2518. package/lib/list/style/index.less +3 -0
  2519. package/lib/list/style/responsive.less +43 -0
  2520. package/lib/list/style/rtl.less +139 -0
  2521. package/lib/locale/ar_EG.d.ts +3 -0
  2522. package/lib/locale/ar_EG.js +132 -0
  2523. package/lib/locale/az_AZ.d.ts +3 -0
  2524. package/lib/locale/az_AZ.js +112 -0
  2525. package/lib/locale/bg_BG.d.ts +3 -0
  2526. package/lib/locale/bg_BG.js +58 -0
  2527. package/lib/locale/bn_BD.d.ts +3 -0
  2528. package/lib/locale/bn_BD.js +145 -0
  2529. package/lib/locale/by_BY.d.ts +3 -0
  2530. package/lib/locale/by_BY.js +147 -0
  2531. package/lib/locale/ca_ES.d.ts +3 -0
  2532. package/lib/locale/ca_ES.js +140 -0
  2533. package/lib/locale/cs_CZ.d.ts +3 -0
  2534. package/lib/locale/cs_CZ.js +147 -0
  2535. package/lib/locale/da_DK.d.ts +3 -0
  2536. package/lib/locale/da_DK.js +68 -0
  2537. package/lib/locale/de_DE.d.ts +3 -0
  2538. package/lib/locale/de_DE.js +141 -0
  2539. package/lib/locale/default.d.ts +3 -0
  2540. package/lib/locale/default.js +147 -0
  2541. package/lib/locale/el_GR.d.ts +3 -0
  2542. package/lib/locale/el_GR.js +58 -0
  2543. package/lib/locale/en_GB.d.ts +3 -0
  2544. package/lib/locale/en_GB.js +147 -0
  2545. package/lib/locale/en_US.d.ts +2 -0
  2546. package/lib/locale/en_US.js +13 -0
  2547. package/lib/locale/es_ES.d.ts +3 -0
  2548. package/lib/locale/es_ES.js +147 -0
  2549. package/lib/locale/et_EE.d.ts +3 -0
  2550. package/lib/locale/et_EE.js +147 -0
  2551. package/lib/locale/fa_IR.d.ts +3 -0
  2552. package/lib/locale/fa_IR.js +145 -0
  2553. package/lib/locale/fi_FI.d.ts +3 -0
  2554. package/lib/locale/fi_FI.js +68 -0
  2555. package/lib/locale/fr_BE.d.ts +3 -0
  2556. package/lib/locale/fr_BE.js +63 -0
  2557. package/lib/locale/fr_CA.d.ts +3 -0
  2558. package/lib/locale/fr_CA.js +75 -0
  2559. package/lib/locale/fr_FR.d.ts +3 -0
  2560. package/lib/locale/fr_FR.js +144 -0
  2561. package/lib/locale/ga_IE.d.ts +3 -0
  2562. package/lib/locale/ga_IE.js +138 -0
  2563. package/lib/locale/gl_ES.d.ts +3 -0
  2564. package/lib/locale/gl_ES.js +126 -0
  2565. package/lib/locale/he_IL.d.ts +3 -0
  2566. package/lib/locale/he_IL.js +132 -0
  2567. package/lib/locale/hi_IN.d.ts +3 -0
  2568. package/lib/locale/hi_IN.js +145 -0
  2569. package/lib/locale/hr_HR.d.ts +3 -0
  2570. package/lib/locale/hr_HR.js +144 -0
  2571. package/lib/locale/hu_HU.d.ts +3 -0
  2572. package/lib/locale/hu_HU.js +59 -0
  2573. package/lib/locale/hy_AM.d.ts +3 -0
  2574. package/lib/locale/hy_AM.js +116 -0
  2575. package/lib/locale/id_ID.d.ts +3 -0
  2576. package/lib/locale/id_ID.js +59 -0
  2577. package/lib/locale/is_IS.d.ts +3 -0
  2578. package/lib/locale/is_IS.js +58 -0
  2579. package/lib/locale/it_IT.d.ts +3 -0
  2580. package/lib/locale/it_IT.js +147 -0
  2581. package/lib/locale/ja_JP.d.ts +3 -0
  2582. package/lib/locale/ja_JP.js +118 -0
  2583. package/lib/locale/ka_GE.d.ts +3 -0
  2584. package/lib/locale/ka_GE.js +145 -0
  2585. package/lib/locale/kk_KZ.d.ts +3 -0
  2586. package/lib/locale/kk_KZ.js +139 -0
  2587. package/lib/locale/km_KH.d.ts +3 -0
  2588. package/lib/locale/km_KH.js +120 -0
  2589. package/lib/locale/kmr_IQ.d.ts +3 -0
  2590. package/lib/locale/kmr_IQ.js +58 -0
  2591. package/lib/locale/kn_IN.d.ts +3 -0
  2592. package/lib/locale/kn_IN.js +65 -0
  2593. package/lib/locale/ko_KR.d.ts +3 -0
  2594. package/lib/locale/ko_KR.js +112 -0
  2595. package/lib/locale/ku_IQ.d.ts +3 -0
  2596. package/lib/locale/ku_IQ.js +61 -0
  2597. package/lib/locale/lt_LT.d.ts +3 -0
  2598. package/lib/locale/lt_LT.js +136 -0
  2599. package/lib/locale/lv_LV.d.ts +3 -0
  2600. package/lib/locale/lv_LV.js +58 -0
  2601. package/lib/locale/mk_MK.d.ts +3 -0
  2602. package/lib/locale/mk_MK.js +73 -0
  2603. package/lib/locale/ml_IN.d.ts +3 -0
  2604. package/lib/locale/ml_IN.js +145 -0
  2605. package/lib/locale/mn_MN.d.ts +3 -0
  2606. package/lib/locale/mn_MN.js +58 -0
  2607. package/lib/locale/ms_MY.d.ts +3 -0
  2608. package/lib/locale/ms_MY.js +78 -0
  2609. package/lib/locale/nb_NO.d.ts +3 -0
  2610. package/lib/locale/nb_NO.js +139 -0
  2611. package/lib/locale/ne_NP.d.ts +3 -0
  2612. package/lib/locale/ne_NP.js +58 -0
  2613. package/lib/locale/nl_BE.d.ts +3 -0
  2614. package/lib/locale/nl_BE.js +145 -0
  2615. package/lib/locale/nl_NL.d.ts +3 -0
  2616. package/lib/locale/nl_NL.js +145 -0
  2617. package/lib/locale/pl_PL.d.ts +3 -0
  2618. package/lib/locale/pl_PL.js +147 -0
  2619. package/lib/locale/pt_BR.d.ts +3 -0
  2620. package/lib/locale/pt_BR.js +145 -0
  2621. package/lib/locale/pt_PT.d.ts +3 -0
  2622. package/lib/locale/pt_PT.js +147 -0
  2623. package/lib/locale/ro_RO.d.ts +3 -0
  2624. package/lib/locale/ro_RO.js +145 -0
  2625. package/lib/locale/ru_RU.d.ts +3 -0
  2626. package/lib/locale/ru_RU.js +144 -0
  2627. package/lib/locale/si_LK.d.ts +3 -0
  2628. package/lib/locale/si_LK.js +147 -0
  2629. package/lib/locale/sk_SK.d.ts +3 -0
  2630. package/lib/locale/sk_SK.js +147 -0
  2631. package/lib/locale/sl_SI.d.ts +3 -0
  2632. package/lib/locale/sl_SI.js +58 -0
  2633. package/lib/locale/sr_RS.d.ts +3 -0
  2634. package/lib/locale/sr_RS.js +145 -0
  2635. package/lib/locale/sv_SE.d.ts +3 -0
  2636. package/lib/locale/sv_SE.js +145 -0
  2637. package/lib/locale/ta_IN.d.ts +3 -0
  2638. package/lib/locale/ta_IN.js +77 -0
  2639. package/lib/locale/th_TH.d.ts +3 -0
  2640. package/lib/locale/th_TH.js +141 -0
  2641. package/lib/locale/tk_TK.d.ts +3 -0
  2642. package/lib/locale/tk_TK.js +143 -0
  2643. package/lib/locale/tr_TR.d.ts +3 -0
  2644. package/lib/locale/tr_TR.js +143 -0
  2645. package/lib/locale/uk_UA.d.ts +3 -0
  2646. package/lib/locale/uk_UA.js +147 -0
  2647. package/lib/locale/ur_PK.d.ts +3 -0
  2648. package/lib/locale/ur_PK.js +145 -0
  2649. package/lib/locale/vi_VN.d.ts +3 -0
  2650. package/lib/locale/vi_VN.js +58 -0
  2651. package/lib/locale/zh_CN.d.ts +3 -0
  2652. package/lib/locale/zh_CN.js +147 -0
  2653. package/lib/locale/zh_HK.d.ts +3 -0
  2654. package/lib/locale/zh_HK.js +143 -0
  2655. package/lib/locale/zh_TW.d.ts +3 -0
  2656. package/lib/locale/zh_TW.js +144 -0
  2657. package/lib/locale-provider/LocaleReceiver.d.ts +11 -0
  2658. package/lib/locale-provider/LocaleReceiver.js +60 -0
  2659. package/lib/locale-provider/ar_EG.d.ts +2 -0
  2660. package/lib/locale-provider/ar_EG.js +13 -0
  2661. package/lib/locale-provider/az_AZ.d.ts +2 -0
  2662. package/lib/locale-provider/az_AZ.js +13 -0
  2663. package/lib/locale-provider/bg_BG.d.ts +2 -0
  2664. package/lib/locale-provider/bg_BG.js +13 -0
  2665. package/lib/locale-provider/bn_BD.d.ts +2 -0
  2666. package/lib/locale-provider/bn_BD.js +13 -0
  2667. package/lib/locale-provider/by_BY.d.ts +2 -0
  2668. package/lib/locale-provider/by_BY.js +13 -0
  2669. package/lib/locale-provider/ca_ES.d.ts +2 -0
  2670. package/lib/locale-provider/ca_ES.js +13 -0
  2671. package/lib/locale-provider/context.d.ts +7 -0
  2672. package/lib/locale-provider/context.js +12 -0
  2673. package/lib/locale-provider/cs_CZ.d.ts +2 -0
  2674. package/lib/locale-provider/cs_CZ.js +13 -0
  2675. package/lib/locale-provider/da_DK.d.ts +2 -0
  2676. package/lib/locale-provider/da_DK.js +13 -0
  2677. package/lib/locale-provider/de_DE.d.ts +2 -0
  2678. package/lib/locale-provider/de_DE.js +13 -0
  2679. package/lib/locale-provider/default.d.ts +2 -0
  2680. package/lib/locale-provider/default.js +13 -0
  2681. package/lib/locale-provider/el_GR.d.ts +2 -0
  2682. package/lib/locale-provider/el_GR.js +13 -0
  2683. package/lib/locale-provider/en_GB.d.ts +2 -0
  2684. package/lib/locale-provider/en_GB.js +13 -0
  2685. package/lib/locale-provider/en_US.d.ts +2 -0
  2686. package/lib/locale-provider/en_US.js +13 -0
  2687. package/lib/locale-provider/es_ES.d.ts +2 -0
  2688. package/lib/locale-provider/es_ES.js +13 -0
  2689. package/lib/locale-provider/et_EE.d.ts +2 -0
  2690. package/lib/locale-provider/et_EE.js +13 -0
  2691. package/lib/locale-provider/fa_IR.d.ts +2 -0
  2692. package/lib/locale-provider/fa_IR.js +13 -0
  2693. package/lib/locale-provider/fi_FI.d.ts +2 -0
  2694. package/lib/locale-provider/fi_FI.js +13 -0
  2695. package/lib/locale-provider/fr_BE.d.ts +2 -0
  2696. package/lib/locale-provider/fr_BE.js +13 -0
  2697. package/lib/locale-provider/fr_CA.d.ts +2 -0
  2698. package/lib/locale-provider/fr_CA.js +13 -0
  2699. package/lib/locale-provider/fr_FR.d.ts +2 -0
  2700. package/lib/locale-provider/fr_FR.js +13 -0
  2701. package/lib/locale-provider/ga_IE.d.ts +2 -0
  2702. package/lib/locale-provider/ga_IE.js +13 -0
  2703. package/lib/locale-provider/gl_ES.d.ts +2 -0
  2704. package/lib/locale-provider/gl_ES.js +13 -0
  2705. package/lib/locale-provider/he_IL.d.ts +2 -0
  2706. package/lib/locale-provider/he_IL.js +13 -0
  2707. package/lib/locale-provider/hi_IN.d.ts +2 -0
  2708. package/lib/locale-provider/hi_IN.js +13 -0
  2709. package/lib/locale-provider/hr_HR.d.ts +2 -0
  2710. package/lib/locale-provider/hr_HR.js +13 -0
  2711. package/lib/locale-provider/hu_HU.d.ts +2 -0
  2712. package/lib/locale-provider/hu_HU.js +13 -0
  2713. package/lib/locale-provider/hy_AM.d.ts +2 -0
  2714. package/lib/locale-provider/hy_AM.js +13 -0
  2715. package/lib/locale-provider/id_ID.d.ts +2 -0
  2716. package/lib/locale-provider/id_ID.js +13 -0
  2717. package/lib/locale-provider/index.d.ts +49 -0
  2718. package/lib/locale-provider/index.js +52 -0
  2719. package/lib/locale-provider/is_IS.d.ts +2 -0
  2720. package/lib/locale-provider/is_IS.js +13 -0
  2721. package/lib/locale-provider/it_IT.d.ts +2 -0
  2722. package/lib/locale-provider/it_IT.js +13 -0
  2723. package/lib/locale-provider/ja_JP.d.ts +2 -0
  2724. package/lib/locale-provider/ja_JP.js +13 -0
  2725. package/lib/locale-provider/ka_GE.d.ts +2 -0
  2726. package/lib/locale-provider/ka_GE.js +13 -0
  2727. package/lib/locale-provider/kk_KZ.d.ts +2 -0
  2728. package/lib/locale-provider/kk_KZ.js +13 -0
  2729. package/lib/locale-provider/km_KH.d.ts +2 -0
  2730. package/lib/locale-provider/km_KH.js +13 -0
  2731. package/lib/locale-provider/kmr_IQ.d.ts +2 -0
  2732. package/lib/locale-provider/kmr_IQ.js +13 -0
  2733. package/lib/locale-provider/kn_IN.d.ts +2 -0
  2734. package/lib/locale-provider/kn_IN.js +13 -0
  2735. package/lib/locale-provider/ko_KR.d.ts +2 -0
  2736. package/lib/locale-provider/ko_KR.js +13 -0
  2737. package/lib/locale-provider/ku_IQ.d.ts +2 -0
  2738. package/lib/locale-provider/ku_IQ.js +13 -0
  2739. package/lib/locale-provider/lt_LT.d.ts +2 -0
  2740. package/lib/locale-provider/lt_LT.js +13 -0
  2741. package/lib/locale-provider/lv_LV.d.ts +2 -0
  2742. package/lib/locale-provider/lv_LV.js +13 -0
  2743. package/lib/locale-provider/mk_MK.d.ts +2 -0
  2744. package/lib/locale-provider/mk_MK.js +13 -0
  2745. package/lib/locale-provider/ml_IN.d.ts +2 -0
  2746. package/lib/locale-provider/ml_IN.js +13 -0
  2747. package/lib/locale-provider/mn_MN.d.ts +2 -0
  2748. package/lib/locale-provider/mn_MN.js +13 -0
  2749. package/lib/locale-provider/ms_MY.d.ts +2 -0
  2750. package/lib/locale-provider/ms_MY.js +13 -0
  2751. package/lib/locale-provider/nb_NO.d.ts +2 -0
  2752. package/lib/locale-provider/nb_NO.js +13 -0
  2753. package/lib/locale-provider/ne_NP.d.ts +2 -0
  2754. package/lib/locale-provider/ne_NP.js +13 -0
  2755. package/lib/locale-provider/nl_BE.d.ts +2 -0
  2756. package/lib/locale-provider/nl_BE.js +13 -0
  2757. package/lib/locale-provider/nl_NL.d.ts +2 -0
  2758. package/lib/locale-provider/nl_NL.js +13 -0
  2759. package/lib/locale-provider/pl_PL.d.ts +2 -0
  2760. package/lib/locale-provider/pl_PL.js +13 -0
  2761. package/lib/locale-provider/pt_BR.d.ts +2 -0
  2762. package/lib/locale-provider/pt_BR.js +13 -0
  2763. package/lib/locale-provider/pt_PT.d.ts +2 -0
  2764. package/lib/locale-provider/pt_PT.js +13 -0
  2765. package/lib/locale-provider/ro_RO.d.ts +2 -0
  2766. package/lib/locale-provider/ro_RO.js +13 -0
  2767. package/lib/locale-provider/ru_RU.d.ts +2 -0
  2768. package/lib/locale-provider/ru_RU.js +13 -0
  2769. package/lib/locale-provider/si_LK.d.ts +2 -0
  2770. package/lib/locale-provider/si_LK.js +13 -0
  2771. package/lib/locale-provider/sk_SK.d.ts +2 -0
  2772. package/lib/locale-provider/sk_SK.js +13 -0
  2773. package/lib/locale-provider/sl_SI.d.ts +2 -0
  2774. package/lib/locale-provider/sl_SI.js +13 -0
  2775. package/lib/locale-provider/sr_RS.d.ts +2 -0
  2776. package/lib/locale-provider/sr_RS.js +13 -0
  2777. package/lib/locale-provider/style/css.js +3 -0
  2778. package/lib/locale-provider/style/index-pure.less +2 -0
  2779. package/lib/locale-provider/style/index.css +4 -0
  2780. package/lib/locale-provider/style/index.d.ts +1 -0
  2781. package/lib/locale-provider/style/index.js +3 -0
  2782. package/lib/locale-provider/style/index.less +3 -0
  2783. package/lib/locale-provider/sv_SE.d.ts +2 -0
  2784. package/lib/locale-provider/sv_SE.js +13 -0
  2785. package/lib/locale-provider/ta_IN.d.ts +2 -0
  2786. package/lib/locale-provider/ta_IN.js +13 -0
  2787. package/lib/locale-provider/th_TH.d.ts +2 -0
  2788. package/lib/locale-provider/th_TH.js +13 -0
  2789. package/lib/locale-provider/tk_TK.d.ts +2 -0
  2790. package/lib/locale-provider/tk_TK.js +13 -0
  2791. package/lib/locale-provider/tr_TR.d.ts +2 -0
  2792. package/lib/locale-provider/tr_TR.js +13 -0
  2793. package/lib/locale-provider/uk_UA.d.ts +2 -0
  2794. package/lib/locale-provider/uk_UA.js +13 -0
  2795. package/lib/locale-provider/ur_PK.d.ts +2 -0
  2796. package/lib/locale-provider/ur_PK.js +13 -0
  2797. package/lib/locale-provider/vi_VN.d.ts +2 -0
  2798. package/lib/locale-provider/vi_VN.js +13 -0
  2799. package/lib/locale-provider/zh_CN.d.ts +2 -0
  2800. package/lib/locale-provider/zh_CN.js +13 -0
  2801. package/lib/locale-provider/zh_HK.d.ts +2 -0
  2802. package/lib/locale-provider/zh_HK.js +13 -0
  2803. package/lib/locale-provider/zh_TW.d.ts +2 -0
  2804. package/lib/locale-provider/zh_TW.js +13 -0
  2805. package/lib/mentions/index.d.ts +35 -0
  2806. package/lib/mentions/index.js +220 -0
  2807. package/lib/mentions/style/css.js +7 -0
  2808. package/lib/mentions/style/index-pure.less +179 -0
  2809. package/lib/mentions/style/index.css +322 -0
  2810. package/lib/mentions/style/index.d.ts +3 -0
  2811. package/lib/mentions/style/index.js +7 -0
  2812. package/lib/mentions/style/index.less +3 -0
  2813. package/lib/mentions/style/rtl.less +10 -0
  2814. package/lib/mentions/style/status.less +16 -0
  2815. package/lib/menu/MenuContext.d.ts +12 -0
  2816. package/lib/menu/MenuContext.js +16 -0
  2817. package/lib/menu/MenuDivider.d.ts +9 -0
  2818. package/lib/menu/MenuDivider.js +54 -0
  2819. package/lib/menu/MenuItem.d.ts +16 -0
  2820. package/lib/menu/MenuItem.js +161 -0
  2821. package/lib/menu/OverrideContext.d.ts +11 -0
  2822. package/lib/menu/OverrideContext.js +51 -0
  2823. package/lib/menu/SubMenu.d.ts +23 -0
  2824. package/lib/menu/SubMenu.js +71 -0
  2825. package/lib/menu/hooks/useItems.d.ts +26 -0
  2826. package/lib/menu/hooks/useItems.js +101 -0
  2827. package/lib/menu/index.d.ts +26 -0
  2828. package/lib/menu/index.js +225 -0
  2829. package/lib/menu/style/css.js +7 -0
  2830. package/lib/menu/style/dark.less +177 -0
  2831. package/lib/menu/style/index-pure.less +700 -0
  2832. package/lib/menu/style/index.css +919 -0
  2833. package/lib/menu/style/index.d.ts +3 -0
  2834. package/lib/menu/style/index.js +7 -0
  2835. package/lib/menu/style/index.less +3 -0
  2836. package/lib/menu/style/light.less +12 -0
  2837. package/lib/menu/style/rtl.less +165 -0
  2838. package/lib/menu/style/status.less +49 -0
  2839. package/lib/message/hooks/useMessage.d.ts +7 -0
  2840. package/lib/message/hooks/useMessage.js +103 -0
  2841. package/lib/message/index.d.ts +61 -0
  2842. package/lib/message/index.js +277 -0
  2843. package/lib/message/style/css.js +5 -0
  2844. package/lib/message/style/index-pure.less +74 -0
  2845. package/lib/message/style/index.css +78 -0
  2846. package/lib/message/style/index.d.ts +2 -0
  2847. package/lib/message/style/index.js +5 -0
  2848. package/lib/message/style/index.less +3 -0
  2849. package/lib/message/style/rtl.less +17 -0
  2850. package/lib/modal/ConfirmDialog.d.ts +10 -0
  2851. package/lib/modal/ConfirmDialog.js +135 -0
  2852. package/lib/modal/Modal.d.ts +114 -0
  2853. package/lib/modal/Modal.js +160 -0
  2854. package/lib/modal/confirm.d.ts +20 -0
  2855. package/lib/modal/confirm.js +226 -0
  2856. package/lib/modal/destroyFns.d.ts +2 -0
  2857. package/lib/modal/destroyFns.js +9 -0
  2858. package/lib/modal/index.d.ts +12 -0
  2859. package/lib/modal/index.js +58 -0
  2860. package/lib/modal/locale.d.ts +7 -0
  2861. package/lib/modal/locale.js +27 -0
  2862. package/lib/modal/style/confirm.less +79 -0
  2863. package/lib/modal/style/css.js +7 -0
  2864. package/lib/modal/style/index-pure.less +7 -0
  2865. package/lib/modal/style/index.css +255 -0
  2866. package/lib/modal/style/index.d.ts +3 -0
  2867. package/lib/modal/style/index.js +7 -0
  2868. package/lib/modal/style/index.less +3 -0
  2869. package/lib/modal/style/modal.less +136 -0
  2870. package/lib/modal/style/rtl.less +74 -0
  2871. package/lib/modal/useModal/HookModal.d.ts +12 -0
  2872. package/lib/modal/useModal/HookModal.js +95 -0
  2873. package/lib/modal/useModal/index.d.ts +3 -0
  2874. package/lib/modal/useModal/index.js +121 -0
  2875. package/lib/notification/hooks/useNotification.d.ts +7 -0
  2876. package/lib/notification/hooks/useNotification.js +71 -0
  2877. package/lib/notification/index.d.ts +55 -0
  2878. package/lib/notification/index.js +365 -0
  2879. package/lib/notification/style/css.js +5 -0
  2880. package/lib/notification/style/index-pure.less +207 -0
  2881. package/lib/notification/style/index.css +246 -0
  2882. package/lib/notification/style/index.d.ts +2 -0
  2883. package/lib/notification/style/index.js +5 -0
  2884. package/lib/notification/style/index.less +3 -0
  2885. package/lib/notification/style/placement.less +68 -0
  2886. package/lib/notification/style/rtl.less +53 -0
  2887. package/lib/page-header/index.d.ts +24 -0
  2888. package/lib/page-header/index.js +191 -0
  2889. package/lib/page-header/style/css.js +9 -0
  2890. package/lib/page-header/style/index-pure.less +122 -0
  2891. package/lib/page-header/style/index.css +151 -0
  2892. package/lib/page-header/style/index.d.ts +4 -0
  2893. package/lib/page-header/style/index.js +9 -0
  2894. package/lib/page-header/style/index.less +3 -0
  2895. package/lib/page-header/style/rtl.less +77 -0
  2896. package/lib/pagination/Pagination.d.ts +19 -0
  2897. package/lib/pagination/Pagination.js +144 -0
  2898. package/lib/pagination/Select.d.ts +9 -0
  2899. package/lib/pagination/Select.js +34 -0
  2900. package/lib/pagination/index.d.ts +3 -0
  2901. package/lib/pagination/index.js +13 -0
  2902. package/lib/pagination/style/css.js +7 -0
  2903. package/lib/pagination/style/index-pure.less +472 -0
  2904. package/lib/pagination/style/index.css +553 -0
  2905. package/lib/pagination/style/index.d.ts +3 -0
  2906. package/lib/pagination/style/index.js +7 -0
  2907. package/lib/pagination/style/index.less +3 -0
  2908. package/lib/pagination/style/rtl.less +55 -0
  2909. package/lib/popconfirm/PurePanel.d.ts +13 -0
  2910. package/lib/popconfirm/PurePanel.js +78 -0
  2911. package/lib/popconfirm/index.d.ts +28 -0
  2912. package/lib/popconfirm/index.js +150 -0
  2913. package/lib/popconfirm/style/css.js +9 -0
  2914. package/lib/popconfirm/style/index-pure.less +8 -0
  2915. package/lib/popconfirm/style/index.css +7 -0
  2916. package/lib/popconfirm/style/index.d.ts +4 -0
  2917. package/lib/popconfirm/style/index.js +9 -0
  2918. package/lib/popconfirm/style/index.less +3 -0
  2919. package/lib/popover/index.d.ts +9 -0
  2920. package/lib/popover/index.js +98 -0
  2921. package/lib/popover/style/css.js +5 -0
  2922. package/lib/popover/style/index-pure.less +261 -0
  2923. package/lib/popover/style/index.css +329 -0
  2924. package/lib/popover/style/index.d.ts +2 -0
  2925. package/lib/popover/style/index.js +5 -0
  2926. package/lib/popover/style/index.less +3 -0
  2927. package/lib/popover/style/rtl.less +39 -0
  2928. package/lib/progress/Circle.d.ts +10 -0
  2929. package/lib/progress/Circle.js +102 -0
  2930. package/lib/progress/Line.d.ts +38 -0
  2931. package/lib/progress/Line.js +154 -0
  2932. package/lib/progress/Steps.d.ts +10 -0
  2933. package/lib/progress/Steps.js +53 -0
  2934. package/lib/progress/index.d.ts +3 -0
  2935. package/lib/progress/index.js +13 -0
  2936. package/lib/progress/progress.d.ts +46 -0
  2937. package/lib/progress/progress.js +160 -0
  2938. package/lib/progress/style/css.js +5 -0
  2939. package/lib/progress/style/index-pure.less +210 -0
  2940. package/lib/progress/style/index.css +190 -0
  2941. package/lib/progress/style/index.d.ts +2 -0
  2942. package/lib/progress/style/index.js +5 -0
  2943. package/lib/progress/style/index.less +3 -0
  2944. package/lib/progress/style/rtl.less +37 -0
  2945. package/lib/progress/utils.d.ts +8 -0
  2946. package/lib/progress/utils.js +41 -0
  2947. package/lib/radio/context.d.ts +7 -0
  2948. package/lib/radio/context.js +20 -0
  2949. package/lib/radio/group.d.ts +4 -0
  2950. package/lib/radio/group.js +133 -0
  2951. package/lib/radio/index.d.ts +12 -0
  2952. package/lib/radio/index.js +33 -0
  2953. package/lib/radio/interface.d.ts +40 -0
  2954. package/lib/radio/interface.js +5 -0
  2955. package/lib/radio/radio.d.ts +4 -0
  2956. package/lib/radio/radio.js +117 -0
  2957. package/lib/radio/radioButton.d.ts +6 -0
  2958. package/lib/radio/radioButton.js +55 -0
  2959. package/lib/radio/style/css.js +5 -0
  2960. package/lib/radio/style/index-pure.less +371 -0
  2961. package/lib/radio/style/index.css +349 -0
  2962. package/lib/radio/style/index.d.ts +2 -0
  2963. package/lib/radio/style/index.js +5 -0
  2964. package/lib/radio/style/index.less +3 -0
  2965. package/lib/radio/style/rtl.less +61 -0
  2966. package/lib/rate/index.d.ts +7 -0
  2967. package/lib/rate/index.js +76 -0
  2968. package/lib/rate/style/css.js +7 -0
  2969. package/lib/rate/style/index-pure.less +91 -0
  2970. package/lib/rate/style/index.css +94 -0
  2971. package/lib/rate/style/index.d.ts +3 -0
  2972. package/lib/rate/style/index.js +7 -0
  2973. package/lib/rate/style/index.less +3 -0
  2974. package/lib/rate/style/rtl.less +21 -0
  2975. package/lib/result/index.d.ts +32 -0
  2976. package/lib/result/index.js +131 -0
  2977. package/lib/result/noFound.d.ts +2 -0
  2978. package/lib/result/noFound.js +249 -0
  2979. package/lib/result/serverError.d.ts +2 -0
  2980. package/lib/result/serverError.js +289 -0
  2981. package/lib/result/style/css.js +5 -0
  2982. package/lib/result/style/index-pure.less +75 -0
  2983. package/lib/result/style/index.css +68 -0
  2984. package/lib/result/style/index.d.ts +2 -0
  2985. package/lib/result/style/index.js +5 -0
  2986. package/lib/result/style/index.less +3 -0
  2987. package/lib/result/style/rtl.less +25 -0
  2988. package/lib/result/unauthorized.d.ts +2 -0
  2989. package/lib/result/unauthorized.js +239 -0
  2990. package/lib/row/index.d.ts +3 -0
  2991. package/lib/row/index.js +11 -0
  2992. package/lib/row/style/css.js +5 -0
  2993. package/lib/row/style/index.d.ts +2 -0
  2994. package/lib/row/style/index.js +5 -0
  2995. package/lib/segmented/index.d.ts +22 -0
  2996. package/lib/segmented/index.js +97 -0
  2997. package/lib/segmented/style/css.js +5 -0
  2998. package/lib/segmented/style/index-pure.less +122 -0
  2999. package/lib/segmented/style/index.css +132 -0
  3000. package/lib/segmented/style/index.d.ts +2 -0
  3001. package/lib/segmented/style/index.js +5 -0
  3002. package/lib/segmented/style/index.less +3 -0
  3003. package/lib/segmented/style/mixins.less +24 -0
  3004. package/lib/segmented/style/rtl.less +15 -0
  3005. package/lib/select/index.d.ts +44 -0
  3006. package/lib/select/index.js +193 -0
  3007. package/lib/select/style/css.js +7 -0
  3008. package/lib/select/style/index-pure.less +333 -0
  3009. package/lib/select/style/index.css +740 -0
  3010. package/lib/select/style/index.d.ts +3 -0
  3011. package/lib/select/style/index.js +7 -0
  3012. package/lib/select/style/index.less +3 -0
  3013. package/lib/select/style/multiple.less +222 -0
  3014. package/lib/select/style/rtl.less +168 -0
  3015. package/lib/select/style/single.less +172 -0
  3016. package/lib/select/style/status.less +49 -0
  3017. package/lib/select/utils/iconUtil.d.ts +24 -0
  3018. package/lib/select/utils/iconUtil.js +97 -0
  3019. package/lib/skeleton/Avatar.d.ts +7 -0
  3020. package/lib/skeleton/Avatar.js +51 -0
  3021. package/lib/skeleton/Button.d.ts +8 -0
  3022. package/lib/skeleton/Button.js +52 -0
  3023. package/lib/skeleton/Element.d.ts +11 -0
  3024. package/lib/skeleton/Element.js +44 -0
  3025. package/lib/skeleton/Image.d.ts +6 -0
  3026. package/lib/skeleton/Image.js +49 -0
  3027. package/lib/skeleton/Input.d.ts +8 -0
  3028. package/lib/skeleton/Input.js +51 -0
  3029. package/lib/skeleton/Node.d.ts +8 -0
  3030. package/lib/skeleton/Node.js +44 -0
  3031. package/lib/skeleton/Paragraph.d.ts +11 -0
  3032. package/lib/skeleton/Paragraph.js +59 -0
  3033. package/lib/skeleton/Skeleton.d.ts +32 -0
  3034. package/lib/skeleton/Skeleton.js +180 -0
  3035. package/lib/skeleton/Title.d.ts +9 -0
  3036. package/lib/skeleton/Title.js +34 -0
  3037. package/lib/skeleton/index.d.ts +3 -0
  3038. package/lib/skeleton/index.js +13 -0
  3039. package/lib/skeleton/style/css.js +5 -0
  3040. package/lib/skeleton/style/index-pure.less +290 -0
  3041. package/lib/skeleton/style/index.css +282 -0
  3042. package/lib/skeleton/style/index.d.ts +2 -0
  3043. package/lib/skeleton/style/index.js +5 -0
  3044. package/lib/skeleton/style/index.less +3 -0
  3045. package/lib/skeleton/style/rtl.less +48 -0
  3046. package/lib/slider/SliderTooltip.d.ts +4 -0
  3047. package/lib/slider/SliderTooltip.js +56 -0
  3048. package/lib/slider/index.d.ts +89 -0
  3049. package/lib/slider/index.js +171 -0
  3050. package/lib/slider/style/css.js +7 -0
  3051. package/lib/slider/style/index-pure.less +215 -0
  3052. package/lib/slider/style/index.css +202 -0
  3053. package/lib/slider/style/index.d.ts +3 -0
  3054. package/lib/slider/style/index.js +7 -0
  3055. package/lib/slider/style/index.less +3 -0
  3056. package/lib/slider/style/rtl.less +49 -0
  3057. package/lib/space/Compact.d.ts +24 -0
  3058. package/lib/space/Compact.js +122 -0
  3059. package/lib/space/Item.d.ts +11 -0
  3060. package/lib/space/Item.js +62 -0
  3061. package/lib/space/index.d.ts +25 -0
  3062. package/lib/space/index.js +160 -0
  3063. package/lib/space/style/compact.less +17 -0
  3064. package/lib/space/style/css.js +5 -0
  3065. package/lib/space/style/index-pure.less +40 -0
  3066. package/lib/space/style/index.css +41 -0
  3067. package/lib/space/style/index.d.ts +2 -0
  3068. package/lib/space/style/index.js +5 -0
  3069. package/lib/space/style/index.less +3 -0
  3070. package/lib/space/style/rtl.less +14 -0
  3071. package/lib/spin/index.d.ts +24 -0
  3072. package/lib/spin/index.js +179 -0
  3073. package/lib/spin/style/css.js +5 -0
  3074. package/lib/spin/style/index-pure.less +218 -0
  3075. package/lib/spin/style/index.css +198 -0
  3076. package/lib/spin/style/index.d.ts +2 -0
  3077. package/lib/spin/style/index.js +5 -0
  3078. package/lib/spin/style/index.less +3 -0
  3079. package/lib/spin/style/rtl.less +20 -0
  3080. package/lib/statistic/Countdown.d.ts +11 -0
  3081. package/lib/statistic/Countdown.js +93 -0
  3082. package/lib/statistic/Number.d.ts +7 -0
  3083. package/lib/statistic/Number.js +66 -0
  3084. package/lib/statistic/Statistic.d.ts +22 -0
  3085. package/lib/statistic/Statistic.js +78 -0
  3086. package/lib/statistic/index.d.ts +3 -0
  3087. package/lib/statistic/index.js +16 -0
  3088. package/lib/statistic/style/css.js +7 -0
  3089. package/lib/statistic/style/index-pure.less +44 -0
  3090. package/lib/statistic/style/index.css +53 -0
  3091. package/lib/statistic/style/index.d.ts +3 -0
  3092. package/lib/statistic/style/index.js +7 -0
  3093. package/lib/statistic/style/index.less +3 -0
  3094. package/lib/statistic/style/rtl.less +21 -0
  3095. package/lib/statistic/utils.d.ts +16 -0
  3096. package/lib/statistic/utils.js +57 -0
  3097. package/lib/steps/index.d.ts +38 -0
  3098. package/lib/steps/index.js +125 -0
  3099. package/lib/steps/style/css.js +7 -0
  3100. package/lib/steps/style/custom-icon.less +32 -0
  3101. package/lib/steps/style/index-pure.less +255 -0
  3102. package/lib/steps/style/index.css +754 -0
  3103. package/lib/steps/style/index.d.ts +3 -0
  3104. package/lib/steps/style/index.js +7 -0
  3105. package/lib/steps/style/index.less +3 -0
  3106. package/lib/steps/style/label-placement.less +45 -0
  3107. package/lib/steps/style/nav.less +134 -0
  3108. package/lib/steps/style/progress-dot.less +113 -0
  3109. package/lib/steps/style/progress.less +36 -0
  3110. package/lib/steps/style/rtl.less +271 -0
  3111. package/lib/steps/style/small.less +48 -0
  3112. package/lib/steps/style/vertical.less +73 -0
  3113. package/lib/steps/useLegacyItems.d.ts +3 -0
  3114. package/lib/steps/useLegacyItems.js +42 -0
  3115. package/lib/style/color/bezierEasing.less +110 -0
  3116. package/lib/style/color/colorPalette.less +85 -0
  3117. package/lib/style/color/colors.less +162 -0
  3118. package/lib/style/color/tinyColor.less +1184 -0
  3119. package/lib/style/compact.less +4 -0
  3120. package/lib/style/core/base.less +10 -0
  3121. package/lib/style/core/global.less +491 -0
  3122. package/lib/style/core/iconfont.less +22 -0
  3123. package/lib/style/core/index.less +5 -0
  3124. package/lib/style/core/motion/fade.less +34 -0
  3125. package/lib/style/core/motion/move.less +129 -0
  3126. package/lib/style/core/motion/other.less +51 -0
  3127. package/lib/style/core/motion/slide.less +129 -0
  3128. package/lib/style/core/motion/zoom.less +179 -0
  3129. package/lib/style/core/motion.less +22 -0
  3130. package/lib/style/dark.less +4 -0
  3131. package/lib/style/default.less +4 -0
  3132. package/lib/style/index.d.ts +2 -0
  3133. package/lib/style/index.js +2 -0
  3134. package/lib/style/index.less +3 -0
  3135. package/lib/style/mixins/box.less +7 -0
  3136. package/lib/style/mixins/clearfix.less +16 -0
  3137. package/lib/style/mixins/compact-item-vertical.less +41 -0
  3138. package/lib/style/mixins/compact-item.less +133 -0
  3139. package/lib/style/mixins/compatibility.less +13 -0
  3140. package/lib/style/mixins/customize.less +181 -0
  3141. package/lib/style/mixins/iconfont.less +28 -0
  3142. package/lib/style/mixins/index.less +16 -0
  3143. package/lib/style/mixins/modal-mask.less +30 -0
  3144. package/lib/style/mixins/motion.less +33 -0
  3145. package/lib/style/mixins/operation-unit.less +15 -0
  3146. package/lib/style/mixins/reset.less +11 -0
  3147. package/lib/style/mixins/rounded-arrow.less +44 -0
  3148. package/lib/style/mixins/size.less +10 -0
  3149. package/lib/style/mixins/typography.less +58 -0
  3150. package/{es/styles → lib/style}/theme.less +1 -0
  3151. package/lib/style/themes/compact.less +295 -0
  3152. package/lib/style/themes/dark.less +457 -0
  3153. package/lib/style/themes/default.less +1084 -0
  3154. package/lib/style/themes/index.less +8 -0
  3155. package/lib/style/themes/variable.less +1139 -0
  3156. package/lib/style/variable.less +4 -0
  3157. package/lib/switch/index.d.ts +26 -0
  3158. package/lib/switch/index.js +92 -0
  3159. package/lib/switch/style/css.js +5 -0
  3160. package/lib/switch/style/index-pure.less +154 -0
  3161. package/lib/switch/style/index.css +153 -0
  3162. package/lib/switch/style/index.d.ts +2 -0
  3163. package/lib/switch/style/index.js +5 -0
  3164. package/lib/switch/style/index.less +3 -0
  3165. package/lib/switch/style/rtl.less +52 -0
  3166. package/lib/table/Column.d.ts +7 -0
  3167. package/lib/table/Column.js +17 -0
  3168. package/lib/table/ColumnGroup.d.ts +9 -0
  3169. package/lib/table/ColumnGroup.js +17 -0
  3170. package/lib/table/ExpandIcon.d.ts +11 -0
  3171. package/lib/table/ExpandIcon.js +42 -0
  3172. package/lib/table/Table.d.ts +48 -0
  3173. package/lib/table/Table.js +479 -0
  3174. package/lib/table/hooks/useFilter/FilterDropdown.d.ts +27 -0
  3175. package/lib/table/hooks/useFilter/FilterDropdown.js +528 -0
  3176. package/lib/table/hooks/useFilter/FilterSearch.d.ts +11 -0
  3177. package/lib/table/hooks/useFilter/FilterSearch.js +43 -0
  3178. package/lib/table/hooks/useFilter/FilterWrapper.d.ts +7 -0
  3179. package/lib/table/hooks/useFilter/FilterWrapper.js +35 -0
  3180. package/lib/table/hooks/useFilter/index.d.ts +23 -0
  3181. package/lib/table/hooks/useFilter/index.js +232 -0
  3182. package/lib/table/hooks/useLazyKVMap.d.ts +2 -0
  3183. package/lib/table/hooks/useLazyKVMap.js +50 -0
  3184. package/lib/table/hooks/usePagination.d.ts +4 -0
  3185. package/lib/table/hooks/usePagination.js +126 -0
  3186. package/lib/table/hooks/useSelection.d.ts +19 -0
  3187. package/lib/table/hooks/useSelection.js +646 -0
  3188. package/lib/table/hooks/useSorter.d.ts +24 -0
  3189. package/lib/table/hooks/useSorter.js +395 -0
  3190. package/lib/table/hooks/useTitleColumns.d.ts +2 -0
  3191. package/lib/table/hooks/useTitleColumns.js +36 -0
  3192. package/lib/table/index.d.ts +5 -0
  3193. package/lib/table/index.js +13 -0
  3194. package/lib/table/interface.d.ts +164 -0
  3195. package/lib/table/interface.js +5 -0
  3196. package/lib/table/style/bordered.less +136 -0
  3197. package/lib/table/style/css.js +25 -0
  3198. package/lib/table/style/index-pure.less +763 -0
  3199. package/lib/table/style/index.css +845 -0
  3200. package/lib/table/style/index.d.ts +12 -0
  3201. package/lib/table/style/index.js +25 -0
  3202. package/lib/table/style/index.less +3 -0
  3203. package/lib/table/style/radius.less +49 -0
  3204. package/lib/table/style/rtl.less +168 -0
  3205. package/lib/table/style/size.less +51 -0
  3206. package/lib/table/util.d.ts +14 -0
  3207. package/lib/table/util.js +48 -0
  3208. package/lib/tabs/TabPane.d.ts +5 -0
  3209. package/lib/tabs/TabPane.js +17 -0
  3210. package/lib/tabs/hooks/useAnimateConfig.d.ts +3 -0
  3211. package/lib/tabs/hooks/useAnimateConfig.js +52 -0
  3212. package/lib/tabs/hooks/useLegacyItems.d.ts +4 -0
  3213. package/lib/tabs/hooks/useLegacyItems.js +65 -0
  3214. package/lib/tabs/index.d.ts +21 -0
  3215. package/lib/tabs/index.js +116 -0
  3216. package/lib/tabs/style/card.less +98 -0
  3217. package/lib/tabs/style/css.js +5 -0
  3218. package/lib/tabs/style/dropdown.less +82 -0
  3219. package/lib/tabs/style/index-pure.less +253 -0
  3220. package/lib/tabs/style/index.css +630 -0
  3221. package/lib/tabs/style/index.d.ts +2 -0
  3222. package/lib/tabs/style/index.js +5 -0
  3223. package/lib/tabs/style/index.less +3 -0
  3224. package/lib/tabs/style/position.less +198 -0
  3225. package/lib/tabs/style/rtl.less +86 -0
  3226. package/lib/tabs/style/size.less +42 -0
  3227. package/lib/tag/CheckableTag.d.ts +17 -0
  3228. package/lib/tag/CheckableTag.js +62 -0
  3229. package/lib/tag/index.d.ts +22 -0
  3230. package/lib/tag/index.js +149 -0
  3231. package/lib/tag/style/css.js +5 -0
  3232. package/lib/tag/style/index-pure.less +129 -0
  3233. package/lib/tag/style/index.css +247 -0
  3234. package/lib/tag/style/index.d.ts +2 -0
  3235. package/lib/tag/style/index.js +5 -0
  3236. package/lib/tag/style/index.less +3 -0
  3237. package/lib/tag/style/rtl.less +28 -0
  3238. package/lib/time-picker/index.d.ts +33 -0
  3239. package/lib/time-picker/index.js +80 -0
  3240. package/lib/time-picker/locale/ar_EG.d.ts +3 -0
  3241. package/lib/time-picker/locale/ar_EG.js +11 -0
  3242. package/lib/time-picker/locale/az_AZ.d.ts +3 -0
  3243. package/lib/time-picker/locale/az_AZ.js +11 -0
  3244. package/lib/time-picker/locale/bg_BG.d.ts +3 -0
  3245. package/lib/time-picker/locale/bg_BG.js +11 -0
  3246. package/lib/time-picker/locale/bn_BD.d.ts +3 -0
  3247. package/lib/time-picker/locale/bn_BD.js +12 -0
  3248. package/lib/time-picker/locale/by_BY.d.ts +3 -0
  3249. package/lib/time-picker/locale/by_BY.js +12 -0
  3250. package/lib/time-picker/locale/ca_ES.d.ts +3 -0
  3251. package/lib/time-picker/locale/ca_ES.js +11 -0
  3252. package/lib/time-picker/locale/cs_CZ.d.ts +3 -0
  3253. package/lib/time-picker/locale/cs_CZ.js +11 -0
  3254. package/lib/time-picker/locale/da_DK.d.ts +3 -0
  3255. package/lib/time-picker/locale/da_DK.js +12 -0
  3256. package/lib/time-picker/locale/de_DE.d.ts +3 -0
  3257. package/lib/time-picker/locale/de_DE.js +11 -0
  3258. package/lib/time-picker/locale/el_GR.d.ts +3 -0
  3259. package/lib/time-picker/locale/el_GR.js +11 -0
  3260. package/lib/time-picker/locale/en_GB.d.ts +3 -0
  3261. package/lib/time-picker/locale/en_GB.js +11 -0
  3262. package/lib/time-picker/locale/en_US.d.ts +3 -0
  3263. package/lib/time-picker/locale/en_US.js +12 -0
  3264. package/lib/time-picker/locale/es_ES.d.ts +3 -0
  3265. package/lib/time-picker/locale/es_ES.js +11 -0
  3266. package/lib/time-picker/locale/et_EE.d.ts +3 -0
  3267. package/lib/time-picker/locale/et_EE.js +11 -0
  3268. package/lib/time-picker/locale/fa_IR.d.ts +3 -0
  3269. package/lib/time-picker/locale/fa_IR.js +12 -0
  3270. package/lib/time-picker/locale/fi_FI.d.ts +3 -0
  3271. package/lib/time-picker/locale/fi_FI.js +11 -0
  3272. package/lib/time-picker/locale/fr_BE.d.ts +3 -0
  3273. package/lib/time-picker/locale/fr_BE.js +11 -0
  3274. package/lib/time-picker/locale/fr_CA.d.ts +3 -0
  3275. package/lib/time-picker/locale/fr_CA.js +12 -0
  3276. package/lib/time-picker/locale/fr_FR.d.ts +3 -0
  3277. package/lib/time-picker/locale/fr_FR.js +12 -0
  3278. package/lib/time-picker/locale/ga_IE.d.ts +3 -0
  3279. package/lib/time-picker/locale/ga_IE.js +12 -0
  3280. package/lib/time-picker/locale/gl_ES.d.ts +3 -0
  3281. package/lib/time-picker/locale/gl_ES.js +11 -0
  3282. package/lib/time-picker/locale/he_IL.d.ts +3 -0
  3283. package/lib/time-picker/locale/he_IL.js +11 -0
  3284. package/lib/time-picker/locale/hi_IN.d.ts +3 -0
  3285. package/lib/time-picker/locale/hi_IN.js +12 -0
  3286. package/lib/time-picker/locale/hr_HR.d.ts +3 -0
  3287. package/lib/time-picker/locale/hr_HR.js +12 -0
  3288. package/lib/time-picker/locale/hu_HU.d.ts +3 -0
  3289. package/lib/time-picker/locale/hu_HU.js +11 -0
  3290. package/lib/time-picker/locale/id_ID.d.ts +3 -0
  3291. package/lib/time-picker/locale/id_ID.js +11 -0
  3292. package/lib/time-picker/locale/is_IS.d.ts +3 -0
  3293. package/lib/time-picker/locale/is_IS.js +11 -0
  3294. package/lib/time-picker/locale/it_IT.d.ts +3 -0
  3295. package/lib/time-picker/locale/it_IT.js +11 -0
  3296. package/lib/time-picker/locale/ja_JP.d.ts +3 -0
  3297. package/lib/time-picker/locale/ja_JP.js +12 -0
  3298. package/lib/time-picker/locale/ka_GE.d.ts +3 -0
  3299. package/lib/time-picker/locale/ka_GE.js +12 -0
  3300. package/lib/time-picker/locale/kk_KZ.d.ts +3 -0
  3301. package/lib/time-picker/locale/kk_KZ.js +12 -0
  3302. package/lib/time-picker/locale/km_KH.d.ts +3 -0
  3303. package/lib/time-picker/locale/km_KH.js +12 -0
  3304. package/lib/time-picker/locale/kmr_IQ.d.ts +3 -0
  3305. package/lib/time-picker/locale/kmr_IQ.js +11 -0
  3306. package/lib/time-picker/locale/kn_IN.d.ts +3 -0
  3307. package/lib/time-picker/locale/kn_IN.js +11 -0
  3308. package/lib/time-picker/locale/ko_KR.d.ts +3 -0
  3309. package/lib/time-picker/locale/ko_KR.js +12 -0
  3310. package/lib/time-picker/locale/lt_LT.d.ts +3 -0
  3311. package/lib/time-picker/locale/lt_LT.js +12 -0
  3312. package/lib/time-picker/locale/lv_LV.d.ts +3 -0
  3313. package/lib/time-picker/locale/lv_LV.js +11 -0
  3314. package/lib/time-picker/locale/mk_MK.d.ts +3 -0
  3315. package/lib/time-picker/locale/mk_MK.js +11 -0
  3316. package/lib/time-picker/locale/ml_IN.d.ts +3 -0
  3317. package/lib/time-picker/locale/ml_IN.js +12 -0
  3318. package/lib/time-picker/locale/mn_MN.d.ts +3 -0
  3319. package/lib/time-picker/locale/mn_MN.js +11 -0
  3320. package/lib/time-picker/locale/ms_MY.d.ts +3 -0
  3321. package/lib/time-picker/locale/ms_MY.js +11 -0
  3322. package/lib/time-picker/locale/nb_NO.d.ts +3 -0
  3323. package/lib/time-picker/locale/nb_NO.js +12 -0
  3324. package/lib/time-picker/locale/nl_BE.d.ts +3 -0
  3325. package/lib/time-picker/locale/nl_BE.js +12 -0
  3326. package/lib/time-picker/locale/nl_NL.d.ts +3 -0
  3327. package/lib/time-picker/locale/nl_NL.js +12 -0
  3328. package/lib/time-picker/locale/pl_PL.d.ts +3 -0
  3329. package/lib/time-picker/locale/pl_PL.js +11 -0
  3330. package/lib/time-picker/locale/pt_BR.d.ts +3 -0
  3331. package/lib/time-picker/locale/pt_BR.js +11 -0
  3332. package/lib/time-picker/locale/pt_PT.d.ts +3 -0
  3333. package/lib/time-picker/locale/pt_PT.js +11 -0
  3334. package/lib/time-picker/locale/ro_RO.d.ts +3 -0
  3335. package/lib/time-picker/locale/ro_RO.js +11 -0
  3336. package/lib/time-picker/locale/ru_RU.d.ts +4 -0
  3337. package/lib/time-picker/locale/ru_RU.js +12 -0
  3338. package/lib/time-picker/locale/si_LK.d.ts +3 -0
  3339. package/lib/time-picker/locale/si_LK.js +12 -0
  3340. package/lib/time-picker/locale/sk_SK.d.ts +3 -0
  3341. package/lib/time-picker/locale/sk_SK.js +11 -0
  3342. package/lib/time-picker/locale/sl_SI.d.ts +3 -0
  3343. package/lib/time-picker/locale/sl_SI.js +11 -0
  3344. package/lib/time-picker/locale/sr_RS.d.ts +3 -0
  3345. package/lib/time-picker/locale/sr_RS.js +12 -0
  3346. package/lib/time-picker/locale/sv_SE.d.ts +3 -0
  3347. package/lib/time-picker/locale/sv_SE.js +11 -0
  3348. package/lib/time-picker/locale/ta_IN.d.ts +3 -0
  3349. package/lib/time-picker/locale/ta_IN.js +11 -0
  3350. package/lib/time-picker/locale/th_TH.d.ts +3 -0
  3351. package/lib/time-picker/locale/th_TH.js +11 -0
  3352. package/lib/time-picker/locale/tk_TK.d.ts +3 -0
  3353. package/lib/time-picker/locale/tk_TK.js +12 -0
  3354. package/lib/time-picker/locale/tr_TR.d.ts +3 -0
  3355. package/lib/time-picker/locale/tr_TR.js +12 -0
  3356. package/lib/time-picker/locale/uk_UA.d.ts +3 -0
  3357. package/lib/time-picker/locale/uk_UA.js +11 -0
  3358. package/lib/time-picker/locale/ur_PK.d.ts +3 -0
  3359. package/lib/time-picker/locale/ur_PK.js +12 -0
  3360. package/lib/time-picker/locale/vi_VN.d.ts +3 -0
  3361. package/lib/time-picker/locale/vi_VN.js +11 -0
  3362. package/lib/time-picker/locale/zh_CN.d.ts +3 -0
  3363. package/lib/time-picker/locale/zh_CN.js +12 -0
  3364. package/lib/time-picker/locale/zh_TW.d.ts +3 -0
  3365. package/lib/time-picker/locale/zh_TW.js +11 -0
  3366. package/lib/time-picker/style/css.js +7 -0
  3367. package/lib/time-picker/style/index-pure.less +3 -0
  3368. package/lib/time-picker/style/index.css +4 -0
  3369. package/lib/time-picker/style/index.d.ts +3 -0
  3370. package/lib/time-picker/style/index.js +7 -0
  3371. package/lib/time-picker/style/index.less +3 -0
  3372. package/lib/timeline/Timeline.d.ts +18 -0
  3373. package/lib/timeline/Timeline.js +112 -0
  3374. package/lib/timeline/TimelineItem.d.ts +17 -0
  3375. package/lib/timeline/TimelineItem.js +75 -0
  3376. package/lib/timeline/index.d.ts +4 -0
  3377. package/lib/timeline/index.js +13 -0
  3378. package/lib/timeline/style/css.js +5 -0
  3379. package/lib/timeline/style/index-pure.less +185 -0
  3380. package/lib/timeline/style/index.css +236 -0
  3381. package/lib/timeline/style/index.d.ts +2 -0
  3382. package/lib/timeline/style/index.js +5 -0
  3383. package/lib/timeline/style/index.less +3 -0
  3384. package/lib/timeline/style/rtl.less +135 -0
  3385. package/lib/tooltip/index.d.ts +70 -0
  3386. package/lib/tooltip/index.js +278 -0
  3387. package/lib/tooltip/style/css.js +5 -0
  3388. package/lib/tooltip/style/index-pure.less +224 -0
  3389. package/lib/tooltip/style/index.css +274 -0
  3390. package/lib/tooltip/style/index.d.ts +2 -0
  3391. package/lib/tooltip/style/index.js +5 -0
  3392. package/lib/tooltip/style/index.less +3 -0
  3393. package/lib/tooltip/style/rtl.less +14 -0
  3394. package/lib/transfer/ListBody.d.ts +29 -0
  3395. package/lib/transfer/ListBody.js +190 -0
  3396. package/lib/transfer/ListItem.d.ts +15 -0
  3397. package/lib/transfer/ListItem.js +86 -0
  3398. package/lib/transfer/index.d.ts +140 -0
  3399. package/lib/transfer/index.js +477 -0
  3400. package/lib/transfer/interface.d.ts +6 -0
  3401. package/lib/transfer/interface.js +5 -0
  3402. package/lib/transfer/list.d.ts +75 -0
  3403. package/lib/transfer/list.js +429 -0
  3404. package/lib/transfer/operation.d.ts +17 -0
  3405. package/lib/transfer/operation.js +53 -0
  3406. package/lib/transfer/search.d.ts +10 -0
  3407. package/lib/transfer/search.js +42 -0
  3408. package/lib/transfer/style/css.js +17 -0
  3409. package/lib/transfer/style/customize.less +52 -0
  3410. package/lib/transfer/style/index-pure.less +222 -0
  3411. package/lib/transfer/style/index.css +281 -0
  3412. package/lib/transfer/style/index.d.ts +8 -0
  3413. package/lib/transfer/style/index.js +17 -0
  3414. package/lib/transfer/style/index.less +3 -0
  3415. package/lib/transfer/style/rtl.less +71 -0
  3416. package/lib/transfer/style/status.less +31 -0
  3417. package/lib/tree/DirectoryTree.d.ts +20 -0
  3418. package/lib/tree/DirectoryTree.js +218 -0
  3419. package/lib/tree/Tree.d.ts +133 -0
  3420. package/lib/tree/Tree.js +116 -0
  3421. package/lib/tree/index.d.ts +19 -0
  3422. package/lib/tree/index.js +20 -0
  3423. package/lib/tree/style/css.js +5 -0
  3424. package/lib/tree/style/directory.less +72 -0
  3425. package/lib/tree/style/index-pure.less +16 -0
  3426. package/lib/tree/style/index.css +532 -0
  3427. package/lib/tree/style/index.d.ts +2 -0
  3428. package/lib/tree/style/index.js +5 -0
  3429. package/lib/tree/style/index.less +3 -0
  3430. package/lib/tree/style/mixin.less +337 -0
  3431. package/lib/tree/style/rtl.less +72 -0
  3432. package/lib/tree/utils/dictUtil.d.ts +9 -0
  3433. package/lib/tree/utils/dictUtil.js +95 -0
  3434. package/lib/tree/utils/dropIndicator.d.ts +9 -0
  3435. package/lib/tree/utils/dropIndicator.js +51 -0
  3436. package/lib/tree/utils/iconUtil.d.ts +5 -0
  3437. package/lib/tree/utils/iconUtil.js +96 -0
  3438. package/lib/tree-select/index.d.ts +48 -0
  3439. package/lib/tree-select/index.js +206 -0
  3440. package/lib/tree-select/style/css.js +9 -0
  3441. package/lib/tree-select/style/index-pure.less +57 -0
  3442. package/lib/tree-select/style/index.css +481 -0
  3443. package/lib/tree-select/style/index.d.ts +4 -0
  3444. package/lib/tree-select/style/index.js +9 -0
  3445. package/lib/tree-select/style/index.less +3 -0
  3446. package/lib/typography/Base/Ellipsis.d.ts +15 -0
  3447. package/lib/typography/Base/Ellipsis.js +214 -0
  3448. package/lib/typography/Base/EllipsisTooltip.d.ts +13 -0
  3449. package/lib/typography/Base/EllipsisTooltip.js +38 -0
  3450. package/lib/typography/Base/index.d.ts +52 -0
  3451. package/lib/typography/Base/index.js +565 -0
  3452. package/lib/typography/Editable.d.ts +20 -0
  3453. package/lib/typography/Editable.js +134 -0
  3454. package/lib/typography/Link.d.ts +7 -0
  3455. package/lib/typography/Link.js +53 -0
  3456. package/lib/typography/Paragraph.d.ts +6 -0
  3457. package/lib/typography/Paragraph.js +26 -0
  3458. package/lib/typography/Text.d.ts +7 -0
  3459. package/lib/typography/Text.js +59 -0
  3460. package/lib/typography/Title.d.ts +8 -0
  3461. package/lib/typography/Title.js +57 -0
  3462. package/lib/typography/Typography.d.ts +17 -0
  3463. package/lib/typography/Typography.js +79 -0
  3464. package/lib/typography/hooks/useMergedConfig.d.ts +1 -0
  3465. package/lib/typography/hooks/useMergedConfig.js +23 -0
  3466. package/lib/typography/hooks/useUpdatedEffect.d.ts +4 -0
  3467. package/lib/typography/hooks/useUpdatedEffect.js +26 -0
  3468. package/lib/typography/index.d.ts +13 -0
  3469. package/lib/typography/index.js +26 -0
  3470. package/lib/typography/style/css.js +9 -0
  3471. package/lib/typography/style/index-pure.less +314 -0
  3472. package/lib/typography/style/index.css +369 -0
  3473. package/lib/typography/style/index.d.ts +4 -0
  3474. package/lib/typography/style/index.js +9 -0
  3475. package/lib/typography/style/index.less +3 -0
  3476. package/lib/typography/style/rtl.less +54 -0
  3477. package/lib/upload/Dragger.d.ts +9 -0
  3478. package/lib/upload/Dragger.js +51 -0
  3479. package/lib/upload/Upload.d.ts +6 -0
  3480. package/lib/upload/Upload.js +524 -0
  3481. package/lib/upload/UploadList/ListItem.d.ts +27 -0
  3482. package/lib/upload/UploadList/ListItem.js +235 -0
  3483. package/lib/upload/UploadList/index.d.ts +4 -0
  3484. package/lib/upload/UploadList/index.js +281 -0
  3485. package/lib/upload/index.d.ts +14 -0
  3486. package/lib/upload/index.js +20 -0
  3487. package/lib/upload/interface.d.ts +134 -0
  3488. package/lib/upload/interface.js +5 -0
  3489. package/lib/upload/style/css.js +11 -0
  3490. package/lib/upload/style/index-pure.less +565 -0
  3491. package/lib/upload/style/index.css +588 -0
  3492. package/lib/upload/style/index.d.ts +5 -0
  3493. package/lib/upload/style/index.js +11 -0
  3494. package/lib/upload/style/index.less +3 -0
  3495. package/lib/upload/style/rtl.less +165 -0
  3496. package/lib/upload/utils.d.ts +8 -0
  3497. package/lib/upload/utils.js +160 -0
  3498. package/lib/version/index.d.ts +2 -0
  3499. package/lib/version/index.js +16 -0
  3500. package/lib/version/style/css.js +3 -0
  3501. package/lib/version/style/index.d.ts +1 -0
  3502. package/lib/version/style/index.js +3 -0
  3503. package/lib/version/token.d.ts +319 -0
  3504. package/lib/version/token.js +325 -0
  3505. package/lib/version/version.d.ts +2 -0
  3506. package/lib/version/version.js +8 -0
  3507. package/package.json +16 -4
  3508. package/es/styles/index.d.ts +0 -1
  3509. package/es/styles/index.js +0 -1
  3510. package/lib/styles/index.d.ts +0 -1
  3511. package/lib/styles/index.js +0 -2
@@ -0,0 +1,1987 @@
1
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
2
+ /* stylelint-disable no-duplicate-selectors */
3
+ /* stylelint-disable */
4
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
5
+ .ant-btn {
6
+ line-height: 1.5715;
7
+ position: relative;
8
+ display: inline-block;
9
+ font-weight: 400;
10
+ white-space: nowrap;
11
+ text-align: center;
12
+ background-image: none;
13
+ border: 1px solid transparent;
14
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
15
+ cursor: pointer;
16
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
17
+ -webkit-user-select: none;
18
+ -moz-user-select: none;
19
+ -ms-user-select: none;
20
+ user-select: none;
21
+ touch-action: manipulation;
22
+ height: 32px;
23
+ padding: 4px 15px;
24
+ font-size: 14px;
25
+ border-radius: 2px;
26
+ color: rgba(0, 0, 0, 0.85);
27
+ border-color: #d9d9d9;
28
+ background: #fff;
29
+ }
30
+ .ant-btn > .anticon {
31
+ line-height: 1;
32
+ }
33
+ .ant-btn,
34
+ .ant-btn:active,
35
+ .ant-btn:focus {
36
+ outline: 0;
37
+ }
38
+ .ant-btn:not([disabled]):hover {
39
+ text-decoration: none;
40
+ }
41
+ .ant-btn:not([disabled]):active {
42
+ outline: 0;
43
+ box-shadow: none;
44
+ }
45
+ .ant-btn[disabled] {
46
+ cursor: not-allowed;
47
+ }
48
+ .ant-btn[disabled] > * {
49
+ pointer-events: none;
50
+ }
51
+ .ant-btn-lg {
52
+ height: 40px;
53
+ padding: 6.4px 15px;
54
+ font-size: 16px;
55
+ border-radius: 2px;
56
+ }
57
+ .ant-btn-sm {
58
+ height: 24px;
59
+ padding: 0px 7px;
60
+ font-size: 14px;
61
+ border-radius: 2px;
62
+ }
63
+ .ant-btn > a:only-child {
64
+ color: currentcolor;
65
+ }
66
+ .ant-btn > a:only-child::after {
67
+ position: absolute;
68
+ top: 0;
69
+ right: 0;
70
+ bottom: 0;
71
+ left: 0;
72
+ background: transparent;
73
+ content: '';
74
+ }
75
+ .ant-btn:hover,
76
+ .ant-btn:focus {
77
+ color: #40a9ff;
78
+ border-color: #40a9ff;
79
+ background: #fff;
80
+ }
81
+ .ant-btn:hover > a:only-child,
82
+ .ant-btn:focus > a:only-child {
83
+ color: currentcolor;
84
+ }
85
+ .ant-btn:hover > a:only-child::after,
86
+ .ant-btn:focus > a:only-child::after {
87
+ position: absolute;
88
+ top: 0;
89
+ right: 0;
90
+ bottom: 0;
91
+ left: 0;
92
+ background: transparent;
93
+ content: '';
94
+ }
95
+ .ant-btn:active {
96
+ color: #096dd9;
97
+ border-color: #096dd9;
98
+ background: #fff;
99
+ }
100
+ .ant-btn:active > a:only-child {
101
+ color: currentcolor;
102
+ }
103
+ .ant-btn:active > a:only-child::after {
104
+ position: absolute;
105
+ top: 0;
106
+ right: 0;
107
+ bottom: 0;
108
+ left: 0;
109
+ background: transparent;
110
+ content: '';
111
+ }
112
+ .ant-btn[disabled],
113
+ .ant-btn[disabled]:hover,
114
+ .ant-btn[disabled]:focus,
115
+ .ant-btn[disabled]:active {
116
+ color: rgba(0, 0, 0, 0.25);
117
+ border-color: #d9d9d9;
118
+ background: #f5f5f5;
119
+ text-shadow: none;
120
+ box-shadow: none;
121
+ }
122
+ .ant-btn[disabled] > a:only-child,
123
+ .ant-btn[disabled]:hover > a:only-child,
124
+ .ant-btn[disabled]:focus > a:only-child,
125
+ .ant-btn[disabled]:active > a:only-child {
126
+ color: currentcolor;
127
+ }
128
+ .ant-btn[disabled] > a:only-child::after,
129
+ .ant-btn[disabled]:hover > a:only-child::after,
130
+ .ant-btn[disabled]:focus > a:only-child::after,
131
+ .ant-btn[disabled]:active > a:only-child::after {
132
+ position: absolute;
133
+ top: 0;
134
+ right: 0;
135
+ bottom: 0;
136
+ left: 0;
137
+ background: transparent;
138
+ content: '';
139
+ }
140
+ .ant-btn:hover,
141
+ .ant-btn:focus,
142
+ .ant-btn:active {
143
+ text-decoration: none;
144
+ background: #fff;
145
+ }
146
+ .ant-btn > span {
147
+ display: inline-block;
148
+ }
149
+ .ant-btn-primary {
150
+ color: #fff;
151
+ border-color: #1890ff;
152
+ background: #1890ff;
153
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
154
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
155
+ }
156
+ .ant-btn-primary > a:only-child {
157
+ color: currentcolor;
158
+ }
159
+ .ant-btn-primary > a:only-child::after {
160
+ position: absolute;
161
+ top: 0;
162
+ right: 0;
163
+ bottom: 0;
164
+ left: 0;
165
+ background: transparent;
166
+ content: '';
167
+ }
168
+ .ant-btn-primary:hover,
169
+ .ant-btn-primary:focus {
170
+ color: #fff;
171
+ border-color: #40a9ff;
172
+ background: #40a9ff;
173
+ }
174
+ .ant-btn-primary:hover > a:only-child,
175
+ .ant-btn-primary:focus > a:only-child {
176
+ color: currentcolor;
177
+ }
178
+ .ant-btn-primary:hover > a:only-child::after,
179
+ .ant-btn-primary:focus > a:only-child::after {
180
+ position: absolute;
181
+ top: 0;
182
+ right: 0;
183
+ bottom: 0;
184
+ left: 0;
185
+ background: transparent;
186
+ content: '';
187
+ }
188
+ .ant-btn-primary:active {
189
+ color: #fff;
190
+ border-color: #096dd9;
191
+ background: #096dd9;
192
+ }
193
+ .ant-btn-primary:active > a:only-child {
194
+ color: currentcolor;
195
+ }
196
+ .ant-btn-primary:active > a:only-child::after {
197
+ position: absolute;
198
+ top: 0;
199
+ right: 0;
200
+ bottom: 0;
201
+ left: 0;
202
+ background: transparent;
203
+ content: '';
204
+ }
205
+ .ant-btn-primary[disabled],
206
+ .ant-btn-primary[disabled]:hover,
207
+ .ant-btn-primary[disabled]:focus,
208
+ .ant-btn-primary[disabled]:active {
209
+ color: rgba(0, 0, 0, 0.25);
210
+ border-color: #d9d9d9;
211
+ background: #f5f5f5;
212
+ text-shadow: none;
213
+ box-shadow: none;
214
+ }
215
+ .ant-btn-primary[disabled] > a:only-child,
216
+ .ant-btn-primary[disabled]:hover > a:only-child,
217
+ .ant-btn-primary[disabled]:focus > a:only-child,
218
+ .ant-btn-primary[disabled]:active > a:only-child {
219
+ color: currentcolor;
220
+ }
221
+ .ant-btn-primary[disabled] > a:only-child::after,
222
+ .ant-btn-primary[disabled]:hover > a:only-child::after,
223
+ .ant-btn-primary[disabled]:focus > a:only-child::after,
224
+ .ant-btn-primary[disabled]:active > a:only-child::after {
225
+ position: absolute;
226
+ top: 0;
227
+ right: 0;
228
+ bottom: 0;
229
+ left: 0;
230
+ background: transparent;
231
+ content: '';
232
+ }
233
+ .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
234
+ border-right-color: #40a9ff;
235
+ border-left-color: #40a9ff;
236
+ }
237
+ .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
238
+ border-color: #d9d9d9;
239
+ }
240
+ .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
241
+ border-right-color: #40a9ff;
242
+ }
243
+ .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
244
+ border-right-color: #d9d9d9;
245
+ }
246
+ .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
247
+ .ant-btn-group .ant-btn-primary + .ant-btn-primary {
248
+ border-left-color: #40a9ff;
249
+ }
250
+ .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
251
+ .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
252
+ border-left-color: #d9d9d9;
253
+ }
254
+ .ant-btn-ghost {
255
+ color: rgba(0, 0, 0, 0.85);
256
+ border-color: #d9d9d9;
257
+ background: transparent;
258
+ }
259
+ .ant-btn-ghost > a:only-child {
260
+ color: currentcolor;
261
+ }
262
+ .ant-btn-ghost > a:only-child::after {
263
+ position: absolute;
264
+ top: 0;
265
+ right: 0;
266
+ bottom: 0;
267
+ left: 0;
268
+ background: transparent;
269
+ content: '';
270
+ }
271
+ .ant-btn-ghost:hover,
272
+ .ant-btn-ghost:focus {
273
+ color: #40a9ff;
274
+ border-color: #40a9ff;
275
+ background: transparent;
276
+ }
277
+ .ant-btn-ghost:hover > a:only-child,
278
+ .ant-btn-ghost:focus > a:only-child {
279
+ color: currentcolor;
280
+ }
281
+ .ant-btn-ghost:hover > a:only-child::after,
282
+ .ant-btn-ghost:focus > a:only-child::after {
283
+ position: absolute;
284
+ top: 0;
285
+ right: 0;
286
+ bottom: 0;
287
+ left: 0;
288
+ background: transparent;
289
+ content: '';
290
+ }
291
+ .ant-btn-ghost:active {
292
+ color: #096dd9;
293
+ border-color: #096dd9;
294
+ background: transparent;
295
+ }
296
+ .ant-btn-ghost:active > a:only-child {
297
+ color: currentcolor;
298
+ }
299
+ .ant-btn-ghost:active > a:only-child::after {
300
+ position: absolute;
301
+ top: 0;
302
+ right: 0;
303
+ bottom: 0;
304
+ left: 0;
305
+ background: transparent;
306
+ content: '';
307
+ }
308
+ .ant-btn-ghost[disabled],
309
+ .ant-btn-ghost[disabled]:hover,
310
+ .ant-btn-ghost[disabled]:focus,
311
+ .ant-btn-ghost[disabled]:active {
312
+ color: rgba(0, 0, 0, 0.25);
313
+ border-color: #d9d9d9;
314
+ background: #f5f5f5;
315
+ text-shadow: none;
316
+ box-shadow: none;
317
+ }
318
+ .ant-btn-ghost[disabled] > a:only-child,
319
+ .ant-btn-ghost[disabled]:hover > a:only-child,
320
+ .ant-btn-ghost[disabled]:focus > a:only-child,
321
+ .ant-btn-ghost[disabled]:active > a:only-child {
322
+ color: currentcolor;
323
+ }
324
+ .ant-btn-ghost[disabled] > a:only-child::after,
325
+ .ant-btn-ghost[disabled]:hover > a:only-child::after,
326
+ .ant-btn-ghost[disabled]:focus > a:only-child::after,
327
+ .ant-btn-ghost[disabled]:active > a:only-child::after {
328
+ position: absolute;
329
+ top: 0;
330
+ right: 0;
331
+ bottom: 0;
332
+ left: 0;
333
+ background: transparent;
334
+ content: '';
335
+ }
336
+ .ant-btn-dashed {
337
+ color: rgba(0, 0, 0, 0.85);
338
+ border-color: #d9d9d9;
339
+ background: #fff;
340
+ border-style: dashed;
341
+ }
342
+ .ant-btn-dashed > a:only-child {
343
+ color: currentcolor;
344
+ }
345
+ .ant-btn-dashed > a:only-child::after {
346
+ position: absolute;
347
+ top: 0;
348
+ right: 0;
349
+ bottom: 0;
350
+ left: 0;
351
+ background: transparent;
352
+ content: '';
353
+ }
354
+ .ant-btn-dashed:hover,
355
+ .ant-btn-dashed:focus {
356
+ color: #40a9ff;
357
+ border-color: #40a9ff;
358
+ background: #fff;
359
+ }
360
+ .ant-btn-dashed:hover > a:only-child,
361
+ .ant-btn-dashed:focus > a:only-child {
362
+ color: currentcolor;
363
+ }
364
+ .ant-btn-dashed:hover > a:only-child::after,
365
+ .ant-btn-dashed:focus > a:only-child::after {
366
+ position: absolute;
367
+ top: 0;
368
+ right: 0;
369
+ bottom: 0;
370
+ left: 0;
371
+ background: transparent;
372
+ content: '';
373
+ }
374
+ .ant-btn-dashed:active {
375
+ color: #096dd9;
376
+ border-color: #096dd9;
377
+ background: #fff;
378
+ }
379
+ .ant-btn-dashed:active > a:only-child {
380
+ color: currentcolor;
381
+ }
382
+ .ant-btn-dashed:active > a:only-child::after {
383
+ position: absolute;
384
+ top: 0;
385
+ right: 0;
386
+ bottom: 0;
387
+ left: 0;
388
+ background: transparent;
389
+ content: '';
390
+ }
391
+ .ant-btn-dashed[disabled],
392
+ .ant-btn-dashed[disabled]:hover,
393
+ .ant-btn-dashed[disabled]:focus,
394
+ .ant-btn-dashed[disabled]:active {
395
+ color: rgba(0, 0, 0, 0.25);
396
+ border-color: #d9d9d9;
397
+ background: #f5f5f5;
398
+ text-shadow: none;
399
+ box-shadow: none;
400
+ }
401
+ .ant-btn-dashed[disabled] > a:only-child,
402
+ .ant-btn-dashed[disabled]:hover > a:only-child,
403
+ .ant-btn-dashed[disabled]:focus > a:only-child,
404
+ .ant-btn-dashed[disabled]:active > a:only-child {
405
+ color: currentcolor;
406
+ }
407
+ .ant-btn-dashed[disabled] > a:only-child::after,
408
+ .ant-btn-dashed[disabled]:hover > a:only-child::after,
409
+ .ant-btn-dashed[disabled]:focus > a:only-child::after,
410
+ .ant-btn-dashed[disabled]:active > a:only-child::after {
411
+ position: absolute;
412
+ top: 0;
413
+ right: 0;
414
+ bottom: 0;
415
+ left: 0;
416
+ background: transparent;
417
+ content: '';
418
+ }
419
+ .ant-btn-danger {
420
+ color: #fff;
421
+ border-color: #ff4d4f;
422
+ background: #ff4d4f;
423
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
424
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
425
+ }
426
+ .ant-btn-danger > a:only-child {
427
+ color: currentcolor;
428
+ }
429
+ .ant-btn-danger > a:only-child::after {
430
+ position: absolute;
431
+ top: 0;
432
+ right: 0;
433
+ bottom: 0;
434
+ left: 0;
435
+ background: transparent;
436
+ content: '';
437
+ }
438
+ .ant-btn-danger:hover,
439
+ .ant-btn-danger:focus {
440
+ color: #fff;
441
+ border-color: #ff7875;
442
+ background: #ff7875;
443
+ }
444
+ .ant-btn-danger:hover > a:only-child,
445
+ .ant-btn-danger:focus > a:only-child {
446
+ color: currentcolor;
447
+ }
448
+ .ant-btn-danger:hover > a:only-child::after,
449
+ .ant-btn-danger:focus > a:only-child::after {
450
+ position: absolute;
451
+ top: 0;
452
+ right: 0;
453
+ bottom: 0;
454
+ left: 0;
455
+ background: transparent;
456
+ content: '';
457
+ }
458
+ .ant-btn-danger:active {
459
+ color: #fff;
460
+ border-color: #d9363e;
461
+ background: #d9363e;
462
+ }
463
+ .ant-btn-danger:active > a:only-child {
464
+ color: currentcolor;
465
+ }
466
+ .ant-btn-danger:active > a:only-child::after {
467
+ position: absolute;
468
+ top: 0;
469
+ right: 0;
470
+ bottom: 0;
471
+ left: 0;
472
+ background: transparent;
473
+ content: '';
474
+ }
475
+ .ant-btn-danger[disabled],
476
+ .ant-btn-danger[disabled]:hover,
477
+ .ant-btn-danger[disabled]:focus,
478
+ .ant-btn-danger[disabled]:active {
479
+ color: rgba(0, 0, 0, 0.25);
480
+ border-color: #d9d9d9;
481
+ background: #f5f5f5;
482
+ text-shadow: none;
483
+ box-shadow: none;
484
+ }
485
+ .ant-btn-danger[disabled] > a:only-child,
486
+ .ant-btn-danger[disabled]:hover > a:only-child,
487
+ .ant-btn-danger[disabled]:focus > a:only-child,
488
+ .ant-btn-danger[disabled]:active > a:only-child {
489
+ color: currentcolor;
490
+ }
491
+ .ant-btn-danger[disabled] > a:only-child::after,
492
+ .ant-btn-danger[disabled]:hover > a:only-child::after,
493
+ .ant-btn-danger[disabled]:focus > a:only-child::after,
494
+ .ant-btn-danger[disabled]:active > a:only-child::after {
495
+ position: absolute;
496
+ top: 0;
497
+ right: 0;
498
+ bottom: 0;
499
+ left: 0;
500
+ background: transparent;
501
+ content: '';
502
+ }
503
+ .ant-btn-link {
504
+ color: #1890ff;
505
+ border-color: transparent;
506
+ background: transparent;
507
+ box-shadow: none;
508
+ }
509
+ .ant-btn-link > a:only-child {
510
+ color: currentcolor;
511
+ }
512
+ .ant-btn-link > a:only-child::after {
513
+ position: absolute;
514
+ top: 0;
515
+ right: 0;
516
+ bottom: 0;
517
+ left: 0;
518
+ background: transparent;
519
+ content: '';
520
+ }
521
+ .ant-btn-link:hover,
522
+ .ant-btn-link:focus {
523
+ color: #40a9ff;
524
+ border-color: #40a9ff;
525
+ background: transparent;
526
+ }
527
+ .ant-btn-link:hover > a:only-child,
528
+ .ant-btn-link:focus > a:only-child {
529
+ color: currentcolor;
530
+ }
531
+ .ant-btn-link:hover > a:only-child::after,
532
+ .ant-btn-link:focus > a:only-child::after {
533
+ position: absolute;
534
+ top: 0;
535
+ right: 0;
536
+ bottom: 0;
537
+ left: 0;
538
+ background: transparent;
539
+ content: '';
540
+ }
541
+ .ant-btn-link:active {
542
+ color: #096dd9;
543
+ border-color: #096dd9;
544
+ background: transparent;
545
+ }
546
+ .ant-btn-link:active > a:only-child {
547
+ color: currentcolor;
548
+ }
549
+ .ant-btn-link:active > a:only-child::after {
550
+ position: absolute;
551
+ top: 0;
552
+ right: 0;
553
+ bottom: 0;
554
+ left: 0;
555
+ background: transparent;
556
+ content: '';
557
+ }
558
+ .ant-btn-link[disabled],
559
+ .ant-btn-link[disabled]:hover,
560
+ .ant-btn-link[disabled]:focus,
561
+ .ant-btn-link[disabled]:active {
562
+ color: rgba(0, 0, 0, 0.25);
563
+ border-color: #d9d9d9;
564
+ background: #f5f5f5;
565
+ text-shadow: none;
566
+ box-shadow: none;
567
+ }
568
+ .ant-btn-link[disabled] > a:only-child,
569
+ .ant-btn-link[disabled]:hover > a:only-child,
570
+ .ant-btn-link[disabled]:focus > a:only-child,
571
+ .ant-btn-link[disabled]:active > a:only-child {
572
+ color: currentcolor;
573
+ }
574
+ .ant-btn-link[disabled] > a:only-child::after,
575
+ .ant-btn-link[disabled]:hover > a:only-child::after,
576
+ .ant-btn-link[disabled]:focus > a:only-child::after,
577
+ .ant-btn-link[disabled]:active > a:only-child::after {
578
+ position: absolute;
579
+ top: 0;
580
+ right: 0;
581
+ bottom: 0;
582
+ left: 0;
583
+ background: transparent;
584
+ content: '';
585
+ }
586
+ .ant-btn-link:hover {
587
+ background: transparent;
588
+ }
589
+ .ant-btn-link:hover,
590
+ .ant-btn-link:focus,
591
+ .ant-btn-link:active {
592
+ border-color: transparent;
593
+ }
594
+ .ant-btn-link[disabled],
595
+ .ant-btn-link[disabled]:hover,
596
+ .ant-btn-link[disabled]:focus,
597
+ .ant-btn-link[disabled]:active {
598
+ color: rgba(0, 0, 0, 0.25);
599
+ border-color: transparent;
600
+ background: transparent;
601
+ text-shadow: none;
602
+ box-shadow: none;
603
+ }
604
+ .ant-btn-link[disabled] > a:only-child,
605
+ .ant-btn-link[disabled]:hover > a:only-child,
606
+ .ant-btn-link[disabled]:focus > a:only-child,
607
+ .ant-btn-link[disabled]:active > a:only-child {
608
+ color: currentcolor;
609
+ }
610
+ .ant-btn-link[disabled] > a:only-child::after,
611
+ .ant-btn-link[disabled]:hover > a:only-child::after,
612
+ .ant-btn-link[disabled]:focus > a:only-child::after,
613
+ .ant-btn-link[disabled]:active > a:only-child::after {
614
+ position: absolute;
615
+ top: 0;
616
+ right: 0;
617
+ bottom: 0;
618
+ left: 0;
619
+ background: transparent;
620
+ content: '';
621
+ }
622
+ .ant-btn-text {
623
+ color: rgba(0, 0, 0, 0.85);
624
+ border-color: transparent;
625
+ background: transparent;
626
+ box-shadow: none;
627
+ }
628
+ .ant-btn-text > a:only-child {
629
+ color: currentcolor;
630
+ }
631
+ .ant-btn-text > a:only-child::after {
632
+ position: absolute;
633
+ top: 0;
634
+ right: 0;
635
+ bottom: 0;
636
+ left: 0;
637
+ background: transparent;
638
+ content: '';
639
+ }
640
+ .ant-btn-text:hover,
641
+ .ant-btn-text:focus {
642
+ color: #40a9ff;
643
+ border-color: #40a9ff;
644
+ background: transparent;
645
+ }
646
+ .ant-btn-text:hover > a:only-child,
647
+ .ant-btn-text:focus > a:only-child {
648
+ color: currentcolor;
649
+ }
650
+ .ant-btn-text:hover > a:only-child::after,
651
+ .ant-btn-text:focus > a:only-child::after {
652
+ position: absolute;
653
+ top: 0;
654
+ right: 0;
655
+ bottom: 0;
656
+ left: 0;
657
+ background: transparent;
658
+ content: '';
659
+ }
660
+ .ant-btn-text:active {
661
+ color: #096dd9;
662
+ border-color: #096dd9;
663
+ background: transparent;
664
+ }
665
+ .ant-btn-text:active > a:only-child {
666
+ color: currentcolor;
667
+ }
668
+ .ant-btn-text:active > a:only-child::after {
669
+ position: absolute;
670
+ top: 0;
671
+ right: 0;
672
+ bottom: 0;
673
+ left: 0;
674
+ background: transparent;
675
+ content: '';
676
+ }
677
+ .ant-btn-text[disabled],
678
+ .ant-btn-text[disabled]:hover,
679
+ .ant-btn-text[disabled]:focus,
680
+ .ant-btn-text[disabled]:active {
681
+ color: rgba(0, 0, 0, 0.25);
682
+ border-color: #d9d9d9;
683
+ background: #f5f5f5;
684
+ text-shadow: none;
685
+ box-shadow: none;
686
+ }
687
+ .ant-btn-text[disabled] > a:only-child,
688
+ .ant-btn-text[disabled]:hover > a:only-child,
689
+ .ant-btn-text[disabled]:focus > a:only-child,
690
+ .ant-btn-text[disabled]:active > a:only-child {
691
+ color: currentcolor;
692
+ }
693
+ .ant-btn-text[disabled] > a:only-child::after,
694
+ .ant-btn-text[disabled]:hover > a:only-child::after,
695
+ .ant-btn-text[disabled]:focus > a:only-child::after,
696
+ .ant-btn-text[disabled]:active > a:only-child::after {
697
+ position: absolute;
698
+ top: 0;
699
+ right: 0;
700
+ bottom: 0;
701
+ left: 0;
702
+ background: transparent;
703
+ content: '';
704
+ }
705
+ .ant-btn-text:hover,
706
+ .ant-btn-text:focus {
707
+ color: rgba(0, 0, 0, 0.85);
708
+ background: rgba(0, 0, 0, 0.018);
709
+ border-color: transparent;
710
+ }
711
+ .ant-btn-text:active {
712
+ color: rgba(0, 0, 0, 0.85);
713
+ background: rgba(0, 0, 0, 0.028);
714
+ border-color: transparent;
715
+ }
716
+ .ant-btn-text[disabled],
717
+ .ant-btn-text[disabled]:hover,
718
+ .ant-btn-text[disabled]:focus,
719
+ .ant-btn-text[disabled]:active {
720
+ color: rgba(0, 0, 0, 0.25);
721
+ border-color: transparent;
722
+ background: transparent;
723
+ text-shadow: none;
724
+ box-shadow: none;
725
+ }
726
+ .ant-btn-text[disabled] > a:only-child,
727
+ .ant-btn-text[disabled]:hover > a:only-child,
728
+ .ant-btn-text[disabled]:focus > a:only-child,
729
+ .ant-btn-text[disabled]:active > a:only-child {
730
+ color: currentcolor;
731
+ }
732
+ .ant-btn-text[disabled] > a:only-child::after,
733
+ .ant-btn-text[disabled]:hover > a:only-child::after,
734
+ .ant-btn-text[disabled]:focus > a:only-child::after,
735
+ .ant-btn-text[disabled]:active > a:only-child::after {
736
+ position: absolute;
737
+ top: 0;
738
+ right: 0;
739
+ bottom: 0;
740
+ left: 0;
741
+ background: transparent;
742
+ content: '';
743
+ }
744
+ .ant-btn-dangerous {
745
+ color: #ff4d4f;
746
+ border-color: #ff4d4f;
747
+ background: #fff;
748
+ }
749
+ .ant-btn-dangerous > a:only-child {
750
+ color: currentcolor;
751
+ }
752
+ .ant-btn-dangerous > a:only-child::after {
753
+ position: absolute;
754
+ top: 0;
755
+ right: 0;
756
+ bottom: 0;
757
+ left: 0;
758
+ background: transparent;
759
+ content: '';
760
+ }
761
+ .ant-btn-dangerous:hover,
762
+ .ant-btn-dangerous:focus {
763
+ color: #ff7875;
764
+ border-color: #ff7875;
765
+ background: #fff;
766
+ }
767
+ .ant-btn-dangerous:hover > a:only-child,
768
+ .ant-btn-dangerous:focus > a:only-child {
769
+ color: currentcolor;
770
+ }
771
+ .ant-btn-dangerous:hover > a:only-child::after,
772
+ .ant-btn-dangerous:focus > a:only-child::after {
773
+ position: absolute;
774
+ top: 0;
775
+ right: 0;
776
+ bottom: 0;
777
+ left: 0;
778
+ background: transparent;
779
+ content: '';
780
+ }
781
+ .ant-btn-dangerous:active {
782
+ color: #d9363e;
783
+ border-color: #d9363e;
784
+ background: #fff;
785
+ }
786
+ .ant-btn-dangerous:active > a:only-child {
787
+ color: currentcolor;
788
+ }
789
+ .ant-btn-dangerous:active > a:only-child::after {
790
+ position: absolute;
791
+ top: 0;
792
+ right: 0;
793
+ bottom: 0;
794
+ left: 0;
795
+ background: transparent;
796
+ content: '';
797
+ }
798
+ .ant-btn-dangerous[disabled],
799
+ .ant-btn-dangerous[disabled]:hover,
800
+ .ant-btn-dangerous[disabled]:focus,
801
+ .ant-btn-dangerous[disabled]:active {
802
+ color: rgba(0, 0, 0, 0.25);
803
+ border-color: #d9d9d9;
804
+ background: #f5f5f5;
805
+ text-shadow: none;
806
+ box-shadow: none;
807
+ }
808
+ .ant-btn-dangerous[disabled] > a:only-child,
809
+ .ant-btn-dangerous[disabled]:hover > a:only-child,
810
+ .ant-btn-dangerous[disabled]:focus > a:only-child,
811
+ .ant-btn-dangerous[disabled]:active > a:only-child {
812
+ color: currentcolor;
813
+ }
814
+ .ant-btn-dangerous[disabled] > a:only-child::after,
815
+ .ant-btn-dangerous[disabled]:hover > a:only-child::after,
816
+ .ant-btn-dangerous[disabled]:focus > a:only-child::after,
817
+ .ant-btn-dangerous[disabled]:active > a:only-child::after {
818
+ position: absolute;
819
+ top: 0;
820
+ right: 0;
821
+ bottom: 0;
822
+ left: 0;
823
+ background: transparent;
824
+ content: '';
825
+ }
826
+ .ant-btn-dangerous.ant-btn-primary {
827
+ color: #fff;
828
+ border-color: #ff4d4f;
829
+ background: #ff4d4f;
830
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
831
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
832
+ }
833
+ .ant-btn-dangerous.ant-btn-primary > a:only-child {
834
+ color: currentcolor;
835
+ }
836
+ .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
837
+ position: absolute;
838
+ top: 0;
839
+ right: 0;
840
+ bottom: 0;
841
+ left: 0;
842
+ background: transparent;
843
+ content: '';
844
+ }
845
+ .ant-btn-dangerous.ant-btn-primary:hover,
846
+ .ant-btn-dangerous.ant-btn-primary:focus {
847
+ color: #fff;
848
+ border-color: #ff7875;
849
+ background: #ff7875;
850
+ }
851
+ .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
852
+ .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
853
+ color: currentcolor;
854
+ }
855
+ .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
856
+ .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
857
+ position: absolute;
858
+ top: 0;
859
+ right: 0;
860
+ bottom: 0;
861
+ left: 0;
862
+ background: transparent;
863
+ content: '';
864
+ }
865
+ .ant-btn-dangerous.ant-btn-primary:active {
866
+ color: #fff;
867
+ border-color: #d9363e;
868
+ background: #d9363e;
869
+ }
870
+ .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
871
+ color: currentcolor;
872
+ }
873
+ .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
874
+ position: absolute;
875
+ top: 0;
876
+ right: 0;
877
+ bottom: 0;
878
+ left: 0;
879
+ background: transparent;
880
+ content: '';
881
+ }
882
+ .ant-btn-dangerous.ant-btn-primary[disabled],
883
+ .ant-btn-dangerous.ant-btn-primary[disabled]:hover,
884
+ .ant-btn-dangerous.ant-btn-primary[disabled]:focus,
885
+ .ant-btn-dangerous.ant-btn-primary[disabled]:active {
886
+ color: rgba(0, 0, 0, 0.25);
887
+ border-color: #d9d9d9;
888
+ background: #f5f5f5;
889
+ text-shadow: none;
890
+ box-shadow: none;
891
+ }
892
+ .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
893
+ .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
894
+ .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
895
+ .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
896
+ color: currentcolor;
897
+ }
898
+ .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
899
+ .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
900
+ .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
901
+ .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
902
+ position: absolute;
903
+ top: 0;
904
+ right: 0;
905
+ bottom: 0;
906
+ left: 0;
907
+ background: transparent;
908
+ content: '';
909
+ }
910
+ .ant-btn-dangerous.ant-btn-link {
911
+ color: #ff4d4f;
912
+ border-color: transparent;
913
+ background: transparent;
914
+ box-shadow: none;
915
+ }
916
+ .ant-btn-dangerous.ant-btn-link > a:only-child {
917
+ color: currentcolor;
918
+ }
919
+ .ant-btn-dangerous.ant-btn-link > a:only-child::after {
920
+ position: absolute;
921
+ top: 0;
922
+ right: 0;
923
+ bottom: 0;
924
+ left: 0;
925
+ background: transparent;
926
+ content: '';
927
+ }
928
+ .ant-btn-dangerous.ant-btn-link:hover,
929
+ .ant-btn-dangerous.ant-btn-link:focus {
930
+ color: #40a9ff;
931
+ border-color: #40a9ff;
932
+ background: transparent;
933
+ }
934
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
935
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
936
+ color: currentcolor;
937
+ }
938
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
939
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
940
+ position: absolute;
941
+ top: 0;
942
+ right: 0;
943
+ bottom: 0;
944
+ left: 0;
945
+ background: transparent;
946
+ content: '';
947
+ }
948
+ .ant-btn-dangerous.ant-btn-link:active {
949
+ color: #096dd9;
950
+ border-color: #096dd9;
951
+ background: transparent;
952
+ }
953
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child {
954
+ color: currentcolor;
955
+ }
956
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
957
+ position: absolute;
958
+ top: 0;
959
+ right: 0;
960
+ bottom: 0;
961
+ left: 0;
962
+ background: transparent;
963
+ content: '';
964
+ }
965
+ .ant-btn-dangerous.ant-btn-link[disabled],
966
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover,
967
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus,
968
+ .ant-btn-dangerous.ant-btn-link[disabled]:active {
969
+ color: rgba(0, 0, 0, 0.25);
970
+ border-color: #d9d9d9;
971
+ background: #f5f5f5;
972
+ text-shadow: none;
973
+ box-shadow: none;
974
+ }
975
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
976
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
977
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
978
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
979
+ color: currentcolor;
980
+ }
981
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
982
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
983
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
984
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
985
+ position: absolute;
986
+ top: 0;
987
+ right: 0;
988
+ bottom: 0;
989
+ left: 0;
990
+ background: transparent;
991
+ content: '';
992
+ }
993
+ .ant-btn-dangerous.ant-btn-link:hover,
994
+ .ant-btn-dangerous.ant-btn-link:focus {
995
+ color: #ff7875;
996
+ border-color: transparent;
997
+ background: transparent;
998
+ }
999
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
1000
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
1001
+ color: currentcolor;
1002
+ }
1003
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
1004
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
1005
+ position: absolute;
1006
+ top: 0;
1007
+ right: 0;
1008
+ bottom: 0;
1009
+ left: 0;
1010
+ background: transparent;
1011
+ content: '';
1012
+ }
1013
+ .ant-btn-dangerous.ant-btn-link:active {
1014
+ color: #d9363e;
1015
+ border-color: transparent;
1016
+ background: transparent;
1017
+ }
1018
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child {
1019
+ color: currentcolor;
1020
+ }
1021
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
1022
+ position: absolute;
1023
+ top: 0;
1024
+ right: 0;
1025
+ bottom: 0;
1026
+ left: 0;
1027
+ background: transparent;
1028
+ content: '';
1029
+ }
1030
+ .ant-btn-dangerous.ant-btn-link[disabled],
1031
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover,
1032
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus,
1033
+ .ant-btn-dangerous.ant-btn-link[disabled]:active {
1034
+ color: rgba(0, 0, 0, 0.25);
1035
+ border-color: transparent;
1036
+ background: transparent;
1037
+ text-shadow: none;
1038
+ box-shadow: none;
1039
+ }
1040
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
1041
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
1042
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
1043
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
1044
+ color: currentcolor;
1045
+ }
1046
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
1047
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
1048
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
1049
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
1050
+ position: absolute;
1051
+ top: 0;
1052
+ right: 0;
1053
+ bottom: 0;
1054
+ left: 0;
1055
+ background: transparent;
1056
+ content: '';
1057
+ }
1058
+ .ant-btn-dangerous.ant-btn-text {
1059
+ color: #ff4d4f;
1060
+ border-color: transparent;
1061
+ background: transparent;
1062
+ box-shadow: none;
1063
+ }
1064
+ .ant-btn-dangerous.ant-btn-text > a:only-child {
1065
+ color: currentcolor;
1066
+ }
1067
+ .ant-btn-dangerous.ant-btn-text > a:only-child::after {
1068
+ position: absolute;
1069
+ top: 0;
1070
+ right: 0;
1071
+ bottom: 0;
1072
+ left: 0;
1073
+ background: transparent;
1074
+ content: '';
1075
+ }
1076
+ .ant-btn-dangerous.ant-btn-text:hover,
1077
+ .ant-btn-dangerous.ant-btn-text:focus {
1078
+ color: #40a9ff;
1079
+ border-color: #40a9ff;
1080
+ background: transparent;
1081
+ }
1082
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
1083
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
1084
+ color: currentcolor;
1085
+ }
1086
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
1087
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
1088
+ position: absolute;
1089
+ top: 0;
1090
+ right: 0;
1091
+ bottom: 0;
1092
+ left: 0;
1093
+ background: transparent;
1094
+ content: '';
1095
+ }
1096
+ .ant-btn-dangerous.ant-btn-text:active {
1097
+ color: #096dd9;
1098
+ border-color: #096dd9;
1099
+ background: transparent;
1100
+ }
1101
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child {
1102
+ color: currentcolor;
1103
+ }
1104
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
1105
+ position: absolute;
1106
+ top: 0;
1107
+ right: 0;
1108
+ bottom: 0;
1109
+ left: 0;
1110
+ background: transparent;
1111
+ content: '';
1112
+ }
1113
+ .ant-btn-dangerous.ant-btn-text[disabled],
1114
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover,
1115
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus,
1116
+ .ant-btn-dangerous.ant-btn-text[disabled]:active {
1117
+ color: rgba(0, 0, 0, 0.25);
1118
+ border-color: #d9d9d9;
1119
+ background: #f5f5f5;
1120
+ text-shadow: none;
1121
+ box-shadow: none;
1122
+ }
1123
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
1124
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
1125
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
1126
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
1127
+ color: currentcolor;
1128
+ }
1129
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
1130
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
1131
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
1132
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
1133
+ position: absolute;
1134
+ top: 0;
1135
+ right: 0;
1136
+ bottom: 0;
1137
+ left: 0;
1138
+ background: transparent;
1139
+ content: '';
1140
+ }
1141
+ .ant-btn-dangerous.ant-btn-text:hover,
1142
+ .ant-btn-dangerous.ant-btn-text:focus {
1143
+ color: #ff7875;
1144
+ border-color: transparent;
1145
+ background: rgba(0, 0, 0, 0.018);
1146
+ }
1147
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
1148
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
1149
+ color: currentcolor;
1150
+ }
1151
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
1152
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
1153
+ position: absolute;
1154
+ top: 0;
1155
+ right: 0;
1156
+ bottom: 0;
1157
+ left: 0;
1158
+ background: transparent;
1159
+ content: '';
1160
+ }
1161
+ .ant-btn-dangerous.ant-btn-text:active {
1162
+ color: #d9363e;
1163
+ border-color: transparent;
1164
+ background: rgba(0, 0, 0, 0.028);
1165
+ }
1166
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child {
1167
+ color: currentcolor;
1168
+ }
1169
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
1170
+ position: absolute;
1171
+ top: 0;
1172
+ right: 0;
1173
+ bottom: 0;
1174
+ left: 0;
1175
+ background: transparent;
1176
+ content: '';
1177
+ }
1178
+ .ant-btn-dangerous.ant-btn-text[disabled],
1179
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover,
1180
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus,
1181
+ .ant-btn-dangerous.ant-btn-text[disabled]:active {
1182
+ color: rgba(0, 0, 0, 0.25);
1183
+ border-color: transparent;
1184
+ background: transparent;
1185
+ text-shadow: none;
1186
+ box-shadow: none;
1187
+ }
1188
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
1189
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
1190
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
1191
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
1192
+ color: currentcolor;
1193
+ }
1194
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
1195
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
1196
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
1197
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
1198
+ position: absolute;
1199
+ top: 0;
1200
+ right: 0;
1201
+ bottom: 0;
1202
+ left: 0;
1203
+ background: transparent;
1204
+ content: '';
1205
+ }
1206
+ .ant-btn-icon-only {
1207
+ width: 32px;
1208
+ height: 32px;
1209
+ padding: 2.4px 0;
1210
+ font-size: 16px;
1211
+ border-radius: 2px;
1212
+ vertical-align: -3px;
1213
+ }
1214
+ .ant-btn-icon-only > * {
1215
+ font-size: 16px;
1216
+ }
1217
+ .ant-btn-icon-only.ant-btn-lg {
1218
+ width: 40px;
1219
+ height: 40px;
1220
+ padding: 4.9px 0;
1221
+ font-size: 18px;
1222
+ border-radius: 2px;
1223
+ }
1224
+ .ant-btn-icon-only.ant-btn-lg > * {
1225
+ font-size: 18px;
1226
+ }
1227
+ .ant-btn-icon-only.ant-btn-sm {
1228
+ width: 24px;
1229
+ height: 24px;
1230
+ padding: 0px 0;
1231
+ font-size: 14px;
1232
+ border-radius: 2px;
1233
+ }
1234
+ .ant-btn-icon-only.ant-btn-sm > * {
1235
+ font-size: 14px;
1236
+ }
1237
+ .ant-btn-icon-only > .anticon {
1238
+ display: flex;
1239
+ justify-content: center;
1240
+ }
1241
+ .ant-btn-icon-only .anticon-loading {
1242
+ padding: 0 !important;
1243
+ }
1244
+ a.ant-btn-icon-only {
1245
+ vertical-align: -1px;
1246
+ }
1247
+ a.ant-btn-icon-only > .anticon {
1248
+ display: inline;
1249
+ }
1250
+ .ant-btn-round {
1251
+ height: 32px;
1252
+ padding: 4px 16px;
1253
+ font-size: 14px;
1254
+ border-radius: 32px;
1255
+ }
1256
+ .ant-btn-round.ant-btn-lg {
1257
+ height: 40px;
1258
+ padding: 6.4px 20px;
1259
+ font-size: 16px;
1260
+ border-radius: 40px;
1261
+ }
1262
+ .ant-btn-round.ant-btn-sm {
1263
+ height: 24px;
1264
+ padding: 0px 12px;
1265
+ font-size: 14px;
1266
+ border-radius: 24px;
1267
+ }
1268
+ .ant-btn-round.ant-btn-icon-only {
1269
+ width: auto;
1270
+ }
1271
+ .ant-btn-circle {
1272
+ min-width: 32px;
1273
+ padding-right: 0;
1274
+ padding-left: 0;
1275
+ text-align: center;
1276
+ border-radius: 50%;
1277
+ }
1278
+ .ant-btn-circle.ant-btn-lg {
1279
+ min-width: 40px;
1280
+ border-radius: 50%;
1281
+ }
1282
+ .ant-btn-circle.ant-btn-sm {
1283
+ min-width: 24px;
1284
+ border-radius: 50%;
1285
+ }
1286
+ .ant-btn::before {
1287
+ position: absolute;
1288
+ top: -1px;
1289
+ right: -1px;
1290
+ bottom: -1px;
1291
+ left: -1px;
1292
+ z-index: 1;
1293
+ display: none;
1294
+ background: #fff;
1295
+ border-radius: inherit;
1296
+ opacity: 0.35;
1297
+ transition: opacity 0.2s;
1298
+ content: '';
1299
+ pointer-events: none;
1300
+ }
1301
+ .ant-btn .anticon {
1302
+ transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1303
+ }
1304
+ .ant-btn .anticon.anticon-plus > svg,
1305
+ .ant-btn .anticon.anticon-minus > svg {
1306
+ shape-rendering: optimizespeed;
1307
+ }
1308
+ .ant-btn.ant-btn-loading {
1309
+ position: relative;
1310
+ cursor: default;
1311
+ }
1312
+ .ant-btn.ant-btn-loading::before {
1313
+ display: block;
1314
+ }
1315
+ .ant-btn > .ant-btn-loading-icon {
1316
+ transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1317
+ }
1318
+ .ant-btn > .ant-btn-loading-icon .anticon {
1319
+ padding-right: 8px;
1320
+ animation: none;
1321
+ }
1322
+ .ant-btn > .ant-btn-loading-icon .anticon svg {
1323
+ animation: loadingCircle 1s infinite linear;
1324
+ }
1325
+ .ant-btn-group {
1326
+ position: relative;
1327
+ display: inline-flex;
1328
+ }
1329
+ .ant-btn-group > .ant-btn,
1330
+ .ant-btn-group > span > .ant-btn {
1331
+ position: relative;
1332
+ }
1333
+ .ant-btn-group > .ant-btn:hover,
1334
+ .ant-btn-group > span > .ant-btn:hover,
1335
+ .ant-btn-group > .ant-btn:focus,
1336
+ .ant-btn-group > span > .ant-btn:focus,
1337
+ .ant-btn-group > .ant-btn:active,
1338
+ .ant-btn-group > span > .ant-btn:active {
1339
+ z-index: 2;
1340
+ }
1341
+ .ant-btn-group > .ant-btn[disabled],
1342
+ .ant-btn-group > span > .ant-btn[disabled] {
1343
+ z-index: 0;
1344
+ }
1345
+ .ant-btn-group .ant-btn-icon-only {
1346
+ font-size: 14px;
1347
+ }
1348
+ .ant-btn-group .ant-btn + .ant-btn,
1349
+ .ant-btn + .ant-btn-group,
1350
+ .ant-btn-group span + .ant-btn,
1351
+ .ant-btn-group .ant-btn + span,
1352
+ .ant-btn-group > span + span,
1353
+ .ant-btn-group + .ant-btn,
1354
+ .ant-btn-group + .ant-btn-group {
1355
+ margin-left: -1px;
1356
+ }
1357
+ .ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
1358
+ border-left-color: transparent;
1359
+ }
1360
+ .ant-btn-group .ant-btn {
1361
+ border-radius: 0;
1362
+ }
1363
+ .ant-btn-group > .ant-btn:first-child,
1364
+ .ant-btn-group > span:first-child > .ant-btn {
1365
+ margin-left: 0;
1366
+ }
1367
+ .ant-btn-group > .ant-btn:only-child {
1368
+ border-radius: 2px;
1369
+ }
1370
+ .ant-btn-group > span:only-child > .ant-btn {
1371
+ border-radius: 2px;
1372
+ }
1373
+ .ant-btn-group > .ant-btn:first-child:not(:last-child),
1374
+ .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
1375
+ border-top-left-radius: 2px;
1376
+ border-bottom-left-radius: 2px;
1377
+ }
1378
+ .ant-btn-group > .ant-btn:last-child:not(:first-child),
1379
+ .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
1380
+ border-top-right-radius: 2px;
1381
+ border-bottom-right-radius: 2px;
1382
+ }
1383
+ .ant-btn-group-sm > .ant-btn:only-child {
1384
+ border-radius: 2px;
1385
+ }
1386
+ .ant-btn-group-sm > span:only-child > .ant-btn {
1387
+ border-radius: 2px;
1388
+ }
1389
+ .ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
1390
+ .ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
1391
+ border-top-left-radius: 2px;
1392
+ border-bottom-left-radius: 2px;
1393
+ }
1394
+ .ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
1395
+ .ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
1396
+ border-top-right-radius: 2px;
1397
+ border-bottom-right-radius: 2px;
1398
+ }
1399
+ .ant-btn-group > .ant-btn-group {
1400
+ float: left;
1401
+ }
1402
+ .ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
1403
+ border-radius: 0;
1404
+ }
1405
+ .ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
1406
+ padding-right: 8px;
1407
+ border-top-right-radius: 0;
1408
+ border-bottom-right-radius: 0;
1409
+ }
1410
+ .ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
1411
+ padding-left: 8px;
1412
+ border-top-left-radius: 0;
1413
+ border-bottom-left-radius: 0;
1414
+ }
1415
+ .ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
1416
+ .ant-btn-rtl.ant-btn + .ant-btn-group,
1417
+ .ant-btn-rtl.ant-btn-group span + .ant-btn,
1418
+ .ant-btn-rtl.ant-btn-group .ant-btn + span,
1419
+ .ant-btn-rtl.ant-btn-group > span + span,
1420
+ .ant-btn-rtl.ant-btn-group + .ant-btn,
1421
+ .ant-btn-rtl.ant-btn-group + .ant-btn-group,
1422
+ .ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
1423
+ .ant-btn-group-rtl.ant-btn + .ant-btn-group,
1424
+ .ant-btn-group-rtl.ant-btn-group span + .ant-btn,
1425
+ .ant-btn-group-rtl.ant-btn-group .ant-btn + span,
1426
+ .ant-btn-group-rtl.ant-btn-group > span + span,
1427
+ .ant-btn-group-rtl.ant-btn-group + .ant-btn,
1428
+ .ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
1429
+ margin-right: -1px;
1430
+ margin-left: auto;
1431
+ }
1432
+ .ant-btn-group.ant-btn-group-rtl {
1433
+ direction: rtl;
1434
+ }
1435
+ .ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
1436
+ .ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
1437
+ border-radius: 0 2px 2px 0;
1438
+ }
1439
+ .ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
1440
+ .ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
1441
+ border-radius: 2px 0 0 2px;
1442
+ }
1443
+ .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
1444
+ .ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
1445
+ border-radius: 0 2px 2px 0;
1446
+ }
1447
+ .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
1448
+ .ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
1449
+ border-radius: 2px 0 0 2px;
1450
+ }
1451
+ .ant-btn:focus > span,
1452
+ .ant-btn:active > span {
1453
+ position: relative;
1454
+ }
1455
+ .ant-btn > .anticon + span,
1456
+ .ant-btn > span + .anticon {
1457
+ margin-left: 8px;
1458
+ }
1459
+ .ant-btn.ant-btn-background-ghost {
1460
+ color: #fff;
1461
+ border-color: #fff;
1462
+ }
1463
+ .ant-btn.ant-btn-background-ghost,
1464
+ .ant-btn.ant-btn-background-ghost:hover,
1465
+ .ant-btn.ant-btn-background-ghost:active,
1466
+ .ant-btn.ant-btn-background-ghost:focus {
1467
+ background: transparent;
1468
+ }
1469
+ .ant-btn.ant-btn-background-ghost:hover,
1470
+ .ant-btn.ant-btn-background-ghost:focus {
1471
+ color: #40a9ff;
1472
+ border-color: #40a9ff;
1473
+ }
1474
+ .ant-btn.ant-btn-background-ghost:active {
1475
+ color: #096dd9;
1476
+ border-color: #096dd9;
1477
+ }
1478
+ .ant-btn.ant-btn-background-ghost[disabled] {
1479
+ color: rgba(0, 0, 0, 0.25);
1480
+ background: transparent;
1481
+ border-color: #d9d9d9;
1482
+ }
1483
+ .ant-btn-background-ghost.ant-btn-primary {
1484
+ color: #1890ff;
1485
+ border-color: #1890ff;
1486
+ text-shadow: none;
1487
+ }
1488
+ .ant-btn-background-ghost.ant-btn-primary > a:only-child {
1489
+ color: currentcolor;
1490
+ }
1491
+ .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
1492
+ position: absolute;
1493
+ top: 0;
1494
+ right: 0;
1495
+ bottom: 0;
1496
+ left: 0;
1497
+ background: transparent;
1498
+ content: '';
1499
+ }
1500
+ .ant-btn-background-ghost.ant-btn-primary:hover,
1501
+ .ant-btn-background-ghost.ant-btn-primary:focus {
1502
+ color: #40a9ff;
1503
+ border-color: #40a9ff;
1504
+ }
1505
+ .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
1506
+ .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
1507
+ color: currentcolor;
1508
+ }
1509
+ .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
1510
+ .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
1511
+ position: absolute;
1512
+ top: 0;
1513
+ right: 0;
1514
+ bottom: 0;
1515
+ left: 0;
1516
+ background: transparent;
1517
+ content: '';
1518
+ }
1519
+ .ant-btn-background-ghost.ant-btn-primary:active {
1520
+ color: #096dd9;
1521
+ border-color: #096dd9;
1522
+ }
1523
+ .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
1524
+ color: currentcolor;
1525
+ }
1526
+ .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
1527
+ position: absolute;
1528
+ top: 0;
1529
+ right: 0;
1530
+ bottom: 0;
1531
+ left: 0;
1532
+ background: transparent;
1533
+ content: '';
1534
+ }
1535
+ .ant-btn-background-ghost.ant-btn-primary[disabled],
1536
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
1537
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
1538
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:active {
1539
+ color: rgba(0, 0, 0, 0.25);
1540
+ border-color: #d9d9d9;
1541
+ background: #f5f5f5;
1542
+ text-shadow: none;
1543
+ box-shadow: none;
1544
+ }
1545
+ .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
1546
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
1547
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
1548
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
1549
+ color: currentcolor;
1550
+ }
1551
+ .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
1552
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
1553
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
1554
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
1555
+ position: absolute;
1556
+ top: 0;
1557
+ right: 0;
1558
+ bottom: 0;
1559
+ left: 0;
1560
+ background: transparent;
1561
+ content: '';
1562
+ }
1563
+ .ant-btn-background-ghost.ant-btn-danger {
1564
+ color: #ff4d4f;
1565
+ border-color: #ff4d4f;
1566
+ text-shadow: none;
1567
+ }
1568
+ .ant-btn-background-ghost.ant-btn-danger > a:only-child {
1569
+ color: currentcolor;
1570
+ }
1571
+ .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
1572
+ position: absolute;
1573
+ top: 0;
1574
+ right: 0;
1575
+ bottom: 0;
1576
+ left: 0;
1577
+ background: transparent;
1578
+ content: '';
1579
+ }
1580
+ .ant-btn-background-ghost.ant-btn-danger:hover,
1581
+ .ant-btn-background-ghost.ant-btn-danger:focus {
1582
+ color: #ff7875;
1583
+ border-color: #ff7875;
1584
+ }
1585
+ .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
1586
+ .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
1587
+ color: currentcolor;
1588
+ }
1589
+ .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
1590
+ .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
1591
+ position: absolute;
1592
+ top: 0;
1593
+ right: 0;
1594
+ bottom: 0;
1595
+ left: 0;
1596
+ background: transparent;
1597
+ content: '';
1598
+ }
1599
+ .ant-btn-background-ghost.ant-btn-danger:active {
1600
+ color: #d9363e;
1601
+ border-color: #d9363e;
1602
+ }
1603
+ .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
1604
+ color: currentcolor;
1605
+ }
1606
+ .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
1607
+ position: absolute;
1608
+ top: 0;
1609
+ right: 0;
1610
+ bottom: 0;
1611
+ left: 0;
1612
+ background: transparent;
1613
+ content: '';
1614
+ }
1615
+ .ant-btn-background-ghost.ant-btn-danger[disabled],
1616
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
1617
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
1618
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:active {
1619
+ color: rgba(0, 0, 0, 0.25);
1620
+ border-color: #d9d9d9;
1621
+ background: #f5f5f5;
1622
+ text-shadow: none;
1623
+ box-shadow: none;
1624
+ }
1625
+ .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
1626
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
1627
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
1628
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
1629
+ color: currentcolor;
1630
+ }
1631
+ .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
1632
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
1633
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
1634
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
1635
+ position: absolute;
1636
+ top: 0;
1637
+ right: 0;
1638
+ bottom: 0;
1639
+ left: 0;
1640
+ background: transparent;
1641
+ content: '';
1642
+ }
1643
+ .ant-btn-background-ghost.ant-btn-dangerous {
1644
+ color: #ff4d4f;
1645
+ border-color: #ff4d4f;
1646
+ text-shadow: none;
1647
+ }
1648
+ .ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
1649
+ color: currentcolor;
1650
+ }
1651
+ .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
1652
+ position: absolute;
1653
+ top: 0;
1654
+ right: 0;
1655
+ bottom: 0;
1656
+ left: 0;
1657
+ background: transparent;
1658
+ content: '';
1659
+ }
1660
+ .ant-btn-background-ghost.ant-btn-dangerous:hover,
1661
+ .ant-btn-background-ghost.ant-btn-dangerous:focus {
1662
+ color: #ff7875;
1663
+ border-color: #ff7875;
1664
+ }
1665
+ .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
1666
+ .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
1667
+ color: currentcolor;
1668
+ }
1669
+ .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
1670
+ .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
1671
+ position: absolute;
1672
+ top: 0;
1673
+ right: 0;
1674
+ bottom: 0;
1675
+ left: 0;
1676
+ background: transparent;
1677
+ content: '';
1678
+ }
1679
+ .ant-btn-background-ghost.ant-btn-dangerous:active {
1680
+ color: #d9363e;
1681
+ border-color: #d9363e;
1682
+ }
1683
+ .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
1684
+ color: currentcolor;
1685
+ }
1686
+ .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
1687
+ position: absolute;
1688
+ top: 0;
1689
+ right: 0;
1690
+ bottom: 0;
1691
+ left: 0;
1692
+ background: transparent;
1693
+ content: '';
1694
+ }
1695
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled],
1696
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
1697
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
1698
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
1699
+ color: rgba(0, 0, 0, 0.25);
1700
+ border-color: #d9d9d9;
1701
+ background: #f5f5f5;
1702
+ text-shadow: none;
1703
+ box-shadow: none;
1704
+ }
1705
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
1706
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
1707
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
1708
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
1709
+ color: currentcolor;
1710
+ }
1711
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
1712
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
1713
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
1714
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
1715
+ position: absolute;
1716
+ top: 0;
1717
+ right: 0;
1718
+ bottom: 0;
1719
+ left: 0;
1720
+ background: transparent;
1721
+ content: '';
1722
+ }
1723
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
1724
+ color: #ff4d4f;
1725
+ border-color: transparent;
1726
+ text-shadow: none;
1727
+ }
1728
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
1729
+ color: currentcolor;
1730
+ }
1731
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
1732
+ position: absolute;
1733
+ top: 0;
1734
+ right: 0;
1735
+ bottom: 0;
1736
+ left: 0;
1737
+ background: transparent;
1738
+ content: '';
1739
+ }
1740
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
1741
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
1742
+ color: #ff7875;
1743
+ border-color: transparent;
1744
+ }
1745
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
1746
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
1747
+ color: currentcolor;
1748
+ }
1749
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
1750
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
1751
+ position: absolute;
1752
+ top: 0;
1753
+ right: 0;
1754
+ bottom: 0;
1755
+ left: 0;
1756
+ background: transparent;
1757
+ content: '';
1758
+ }
1759
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
1760
+ color: #d9363e;
1761
+ border-color: transparent;
1762
+ }
1763
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
1764
+ color: currentcolor;
1765
+ }
1766
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
1767
+ position: absolute;
1768
+ top: 0;
1769
+ right: 0;
1770
+ bottom: 0;
1771
+ left: 0;
1772
+ background: transparent;
1773
+ content: '';
1774
+ }
1775
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
1776
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
1777
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
1778
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
1779
+ color: rgba(0, 0, 0, 0.25);
1780
+ border-color: #d9d9d9;
1781
+ background: #f5f5f5;
1782
+ text-shadow: none;
1783
+ box-shadow: none;
1784
+ }
1785
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
1786
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
1787
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
1788
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
1789
+ color: currentcolor;
1790
+ }
1791
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
1792
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
1793
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
1794
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
1795
+ position: absolute;
1796
+ top: 0;
1797
+ right: 0;
1798
+ bottom: 0;
1799
+ left: 0;
1800
+ background: transparent;
1801
+ content: '';
1802
+ }
1803
+ .ant-btn-two-chinese-chars::first-letter {
1804
+ letter-spacing: 0.34em;
1805
+ }
1806
+ .ant-btn-two-chinese-chars > *:not(.anticon) {
1807
+ margin-right: -0.34em;
1808
+ letter-spacing: 0.34em;
1809
+ }
1810
+ .ant-btn.ant-btn-block {
1811
+ width: 100%;
1812
+ }
1813
+ .ant-btn:empty {
1814
+ display: inline-block;
1815
+ width: 0;
1816
+ visibility: hidden;
1817
+ content: '\a0';
1818
+ }
1819
+ a.ant-btn {
1820
+ padding-top: 0.01px !important;
1821
+ line-height: 30px;
1822
+ }
1823
+ a.ant-btn-disabled {
1824
+ cursor: not-allowed;
1825
+ }
1826
+ a.ant-btn-disabled > * {
1827
+ pointer-events: none;
1828
+ }
1829
+ a.ant-btn-disabled,
1830
+ a.ant-btn-disabled:hover,
1831
+ a.ant-btn-disabled:focus,
1832
+ a.ant-btn-disabled:active {
1833
+ color: rgba(0, 0, 0, 0.25);
1834
+ border-color: transparent;
1835
+ background: transparent;
1836
+ text-shadow: none;
1837
+ box-shadow: none;
1838
+ }
1839
+ a.ant-btn-disabled > a:only-child,
1840
+ a.ant-btn-disabled:hover > a:only-child,
1841
+ a.ant-btn-disabled:focus > a:only-child,
1842
+ a.ant-btn-disabled:active > a:only-child {
1843
+ color: currentcolor;
1844
+ }
1845
+ a.ant-btn-disabled > a:only-child::after,
1846
+ a.ant-btn-disabled:hover > a:only-child::after,
1847
+ a.ant-btn-disabled:focus > a:only-child::after,
1848
+ a.ant-btn-disabled:active > a:only-child::after {
1849
+ position: absolute;
1850
+ top: 0;
1851
+ right: 0;
1852
+ bottom: 0;
1853
+ left: 0;
1854
+ background: transparent;
1855
+ content: '';
1856
+ }
1857
+ a.ant-btn-lg {
1858
+ line-height: 38px;
1859
+ }
1860
+ a.ant-btn-sm {
1861
+ line-height: 22px;
1862
+ }
1863
+ .ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
1864
+ margin-right: -1px;
1865
+ }
1866
+ .ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl {
1867
+ margin-left: -1px;
1868
+ }
1869
+ .ant-btn-compact-item:hover,
1870
+ .ant-btn-compact-item:focus,
1871
+ .ant-btn-compact-item:active {
1872
+ z-index: 2;
1873
+ }
1874
+ .ant-btn-compact-item[disabled] {
1875
+ z-index: 0;
1876
+ }
1877
+ .ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn {
1878
+ border-radius: 0;
1879
+ }
1880
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl) {
1881
+ border-top-right-radius: 0;
1882
+ border-bottom-right-radius: 0;
1883
+ }
1884
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl) {
1885
+ border-top-left-radius: 0;
1886
+ border-bottom-left-radius: 0;
1887
+ }
1888
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item) {
1889
+ border-top-left-radius: 0;
1890
+ border-bottom-left-radius: 0;
1891
+ }
1892
+ .ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item) {
1893
+ border-top-right-radius: 0;
1894
+ border-bottom-right-radius: 0;
1895
+ }
1896
+ .ant-btn-icon-only.ant-btn-compact-item {
1897
+ flex: none;
1898
+ }
1899
+ .ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled]) {
1900
+ position: relative;
1901
+ }
1902
+ .ant-btn-compact-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-item.ant-btn-primary:not([disabled])::after {
1903
+ position: absolute;
1904
+ top: -1px;
1905
+ left: -1px;
1906
+ display: inline-block;
1907
+ width: 1px;
1908
+ height: calc(100% + 1px * 2);
1909
+ background-color: #40a9ff;
1910
+ content: ' ';
1911
+ }
1912
+ .ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item) {
1913
+ border-top-left-radius: 0;
1914
+ border-bottom-left-radius: 0;
1915
+ }
1916
+ .ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item) {
1917
+ border-top-right-radius: 0;
1918
+ border-bottom-right-radius: 0;
1919
+ }
1920
+ .ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item) {
1921
+ border-top-left-radius: 0;
1922
+ border-bottom-left-radius: 0;
1923
+ }
1924
+ .ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item) {
1925
+ border-top-right-radius: 0;
1926
+ border-bottom-right-radius: 0;
1927
+ }
1928
+ .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]) + .ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])::after {
1929
+ right: -1px;
1930
+ }
1931
+ .ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item) {
1932
+ margin-bottom: -1px;
1933
+ }
1934
+ .ant-btn-compact-vertical-item:hover,
1935
+ .ant-btn-compact-vertical-item:focus,
1936
+ .ant-btn-compact-vertical-item:active {
1937
+ z-index: 2;
1938
+ }
1939
+ .ant-btn-compact-vertical-item[disabled] {
1940
+ z-index: 0;
1941
+ }
1942
+ .ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item) {
1943
+ border-radius: 0;
1944
+ }
1945
+ .ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item) {
1946
+ border-bottom-right-radius: 0;
1947
+ border-bottom-left-radius: 0;
1948
+ }
1949
+ .ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item) {
1950
+ border-top-left-radius: 0;
1951
+ border-top-right-radius: 0;
1952
+ }
1953
+ .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) {
1954
+ position: relative;
1955
+ }
1956
+ .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]) + .ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])::after {
1957
+ position: absolute;
1958
+ top: -1px;
1959
+ left: -1px;
1960
+ display: inline-block;
1961
+ width: calc(100% + 1px * 2);
1962
+ height: 1px;
1963
+ background-color: #40a9ff;
1964
+ content: ' ';
1965
+ }
1966
+ .ant-btn-rtl {
1967
+ direction: rtl;
1968
+ }
1969
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
1970
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
1971
+ border-right-color: #40a9ff;
1972
+ border-left-color: #d9d9d9;
1973
+ }
1974
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
1975
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
1976
+ border-right-color: #d9d9d9;
1977
+ border-left-color: #40a9ff;
1978
+ }
1979
+ .ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
1980
+ padding-right: 0;
1981
+ padding-left: 8px;
1982
+ }
1983
+ .ant-btn-rtl.ant-btn > .anticon + span,
1984
+ .ant-btn-rtl.ant-btn > span + .anticon {
1985
+ margin-right: 8px;
1986
+ margin-left: 0;
1987
+ }