@cloudtower/eagle 0.24.15 → 0.24.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1014) hide show
  1. package/README.md +4 -2
  2. package/antd/es/affix/style/css.js +2 -0
  3. package/antd/es/affix/style/index.css +8 -0
  4. package/antd/es/affix/style/index.d.ts +2 -0
  5. package/antd/es/affix/style/index.js +2 -0
  6. package/antd/es/affix/style/index.less +6 -0
  7. package/antd/es/alert/style/css.js +2 -0
  8. package/antd/es/alert/style/index.css +260 -0
  9. package/antd/es/alert/style/index.d.ts +2 -0
  10. package/antd/es/alert/style/index.js +2 -0
  11. package/antd/es/alert/style/index.less +196 -0
  12. package/antd/es/alert/style/rtl.less +74 -0
  13. package/antd/es/anchor/style/css.js +4 -0
  14. package/antd/es/anchor/style/index.css +107 -0
  15. package/antd/es/anchor/style/index.d.ts +3 -0
  16. package/antd/es/anchor/style/index.js +4 -0
  17. package/antd/es/anchor/style/index.less +84 -0
  18. package/antd/es/anchor/style/rtl.less +40 -0
  19. package/antd/es/auto-complete/style/css.js +4 -0
  20. package/antd/es/auto-complete/style/index.css +20 -0
  21. package/antd/es/auto-complete/style/index.d.ts +3 -0
  22. package/antd/es/auto-complete/style/index.js +4 -0
  23. package/antd/es/auto-complete/style/index.less +16 -0
  24. package/antd/es/avatar/style/css.js +4 -0
  25. package/antd/es/avatar/style/group.less +22 -0
  26. package/antd/es/avatar/style/index.css +112 -0
  27. package/antd/es/avatar/style/index.d.ts +3 -0
  28. package/antd/es/avatar/style/index.js +4 -0
  29. package/antd/es/avatar/style/index.less +66 -0
  30. package/antd/es/avatar/style/rtl.less +20 -0
  31. package/antd/es/back-top/style/css.js +2 -0
  32. package/antd/es/back-top/style/index.css +62 -0
  33. package/antd/es/back-top/style/index.d.ts +2 -0
  34. package/antd/es/back-top/style/index.js +2 -0
  35. package/antd/es/back-top/style/index.less +49 -0
  36. package/antd/es/back-top/style/responsive.less +11 -0
  37. package/antd/es/badge/style/css.js +3 -0
  38. package/antd/es/badge/style/index.css +372 -0
  39. package/antd/es/badge/style/index.d.ts +3 -0
  40. package/antd/es/badge/style/index.js +3 -0
  41. package/antd/es/badge/style/index.less +193 -0
  42. package/antd/es/badge/style/ribbon.less +84 -0
  43. package/antd/es/badge/style/rtl.less +111 -0
  44. package/antd/es/breadcrumb/style/css.js +4 -0
  45. package/antd/es/breadcrumb/style/index.css +73 -0
  46. package/antd/es/breadcrumb/style/index.d.ts +4 -0
  47. package/antd/es/breadcrumb/style/index.js +4 -0
  48. package/antd/es/breadcrumb/style/index.less +54 -0
  49. package/antd/es/breadcrumb/style/rtl.less +34 -0
  50. package/antd/es/button/style/css.js +2 -0
  51. package/antd/es/button/style/index.css +1915 -0
  52. package/antd/es/button/style/index.d.ts +2 -0
  53. package/antd/es/button/style/index.js +2 -0
  54. package/antd/es/button/style/index.less +249 -0
  55. package/antd/es/button/style/mixin.less +518 -0
  56. package/antd/es/button/style/rtl.less +113 -0
  57. package/antd/es/calendar/style/css.js +7 -0
  58. package/antd/es/calendar/style/index.css +180 -0
  59. package/antd/es/calendar/style/index.d.ts +5 -0
  60. package/antd/es/calendar/style/index.js +7 -0
  61. package/antd/es/calendar/style/index.less +192 -0
  62. package/antd/es/calendar/style/rtl.less +52 -0
  63. package/antd/es/card/style/css.js +6 -0
  64. package/antd/es/card/style/index.css +317 -0
  65. package/antd/es/card/style/index.d.ts +5 -0
  66. package/antd/es/card/style/index.js +6 -0
  67. package/antd/es/card/style/index.less +293 -0
  68. package/antd/es/card/style/size.less +22 -0
  69. package/antd/es/carousel/style/css.js +2 -0
  70. package/antd/es/carousel/style/index.css +298 -0
  71. package/antd/es/carousel/style/index.d.ts +2 -0
  72. package/antd/es/carousel/style/index.js +2 -0
  73. package/antd/es/carousel/style/index.less +267 -0
  74. package/antd/es/carousel/style/rtl.less +52 -0
  75. package/antd/es/cascader/style/css.js +5 -0
  76. package/antd/es/cascader/style/index.css +296 -0
  77. package/antd/es/cascader/style/index.d.ts +4 -0
  78. package/antd/es/cascader/style/index.js +5 -0
  79. package/antd/es/cascader/style/index.less +243 -0
  80. package/antd/es/cascader/style/rtl.less +89 -0
  81. package/antd/es/checkbox/style/css.js +2 -0
  82. package/antd/es/checkbox/style/index.css +246 -0
  83. package/antd/es/checkbox/style/index.d.ts +2 -0
  84. package/antd/es/checkbox/style/index.js +2 -0
  85. package/antd/es/checkbox/style/index.less +5 -0
  86. package/antd/es/checkbox/style/mixin.less +221 -0
  87. package/antd/es/checkbox/style/rtl.less +26 -0
  88. package/antd/es/col/style/css.js +4 -0
  89. package/antd/es/col/style/index.d.ts +2 -0
  90. package/antd/es/col/style/index.js +4 -0
  91. package/antd/es/collapse/style/css.js +2 -0
  92. package/antd/es/collapse/style/index.css +175 -0
  93. package/antd/es/collapse/style/index.d.ts +2 -0
  94. package/antd/es/collapse/style/index.js +2 -0
  95. package/antd/es/collapse/style/index.less +153 -0
  96. package/antd/es/collapse/style/rtl.less +42 -0
  97. package/antd/es/comment/style/css.js +2 -0
  98. package/antd/es/comment/style/index.css +124 -0
  99. package/antd/es/comment/style/index.d.ts +2 -0
  100. package/antd/es/comment/style/index.js +2 -0
  101. package/antd/es/comment/style/index.less +101 -0
  102. package/antd/es/comment/style/rtl.less +50 -0
  103. package/antd/es/config-provider/style/css.js +1 -0
  104. package/antd/es/config-provider/style/index.css +4 -0
  105. package/antd/es/config-provider/style/index.js +1 -0
  106. package/antd/es/config-provider/style/index.less +2 -0
  107. package/antd/es/date-picker/style/css.js +4 -0
  108. package/antd/es/date-picker/style/index.css +1060 -0
  109. package/antd/es/date-picker/style/index.d.ts +3 -0
  110. package/antd/es/date-picker/style/index.js +4 -0
  111. package/antd/es/date-picker/style/index.less +335 -0
  112. package/antd/es/date-picker/style/panel.less +681 -0
  113. package/antd/es/date-picker/style/rtl.less +216 -0
  114. package/antd/es/descriptions/style/css.js +2 -0
  115. package/antd/es/descriptions/style/index.css +132 -0
  116. package/antd/es/descriptions/style/index.d.ts +2 -0
  117. package/antd/es/descriptions/style/index.js +2 -0
  118. package/antd/es/descriptions/style/index.less +164 -0
  119. package/antd/es/descriptions/style/rtl.less +18 -0
  120. package/antd/es/divider/style/css.js +2 -0
  121. package/antd/es/divider/style/index.css +115 -0
  122. package/antd/es/divider/style/index.d.ts +2 -0
  123. package/antd/es/divider/style/index.js +2 -0
  124. package/antd/es/divider/style/index.less +103 -0
  125. package/antd/es/divider/style/rtl.less +36 -0
  126. package/antd/es/drawer/style/css.js +3 -0
  127. package/antd/es/drawer/style/customize.less +3 -0
  128. package/antd/es/drawer/style/drawer.less +256 -0
  129. package/antd/es/drawer/style/index.css +253 -0
  130. package/antd/es/drawer/style/index.d.ts +2 -0
  131. package/antd/es/drawer/style/index.js +3 -0
  132. package/antd/es/drawer/style/index.less +5 -0
  133. package/antd/es/drawer/style/rtl.less +16 -0
  134. package/antd/es/dropdown/style/css.js +4 -0
  135. package/antd/es/dropdown/style/index.css +405 -0
  136. package/antd/es/dropdown/style/index.d.ts +3 -0
  137. package/antd/es/dropdown/style/index.js +4 -0
  138. package/antd/es/dropdown/style/index.less +369 -0
  139. package/antd/es/dropdown/style/rtl.less +85 -0
  140. package/antd/es/dropdown/style/status.less +12 -0
  141. package/antd/es/empty/style/css.js +2 -0
  142. package/antd/es/empty/style/index.css +75 -0
  143. package/antd/es/empty/style/index.d.ts +2 -0
  144. package/antd/es/empty/style/index.js +2 -0
  145. package/antd/es/empty/style/index.less +139 -0
  146. package/antd/es/empty/style/rtl.less +10 -0
  147. package/antd/es/form/style/components.less +69 -0
  148. package/antd/es/form/style/css.js +4 -0
  149. package/antd/es/form/style/horizontal.less +10 -0
  150. package/antd/es/form/style/index.css +939 -0
  151. package/antd/es/form/style/index.d.ts +3 -0
  152. package/antd/es/form/style/index.js +4 -0
  153. package/antd/es/form/style/index.less +233 -0
  154. package/antd/es/form/style/inline.less +35 -0
  155. package/antd/es/form/style/mixin.less +118 -0
  156. package/antd/es/form/style/rtl.less +178 -0
  157. package/antd/es/form/style/status.less +251 -0
  158. package/antd/es/form/style/vertical.less +84 -0
  159. package/antd/es/grid/style/css.js +2 -0
  160. package/antd/es/grid/style/index.css +5889 -0
  161. package/antd/es/grid/style/index.d.ts +2 -0
  162. package/antd/es/grid/style/index.js +2 -0
  163. package/antd/es/grid/style/index.less +113 -0
  164. package/antd/es/grid/style/mixin.less +53 -0
  165. package/antd/es/grid/style/rtl.less +74 -0
  166. package/antd/es/icon/style/css.js +2 -0
  167. package/antd/es/icon/style/index.css +4 -0
  168. package/antd/es/icon/style/index.d.ts +2 -0
  169. package/antd/es/icon/style/index.js +2 -0
  170. package/antd/es/icon/style/index.less +4 -0
  171. package/antd/es/input/style/IE11.less +20 -0
  172. package/antd/es/input/style/affix.less +48 -0
  173. package/antd/es/input/style/allow-clear.less +52 -0
  174. package/antd/es/input/style/css.js +4 -0
  175. package/antd/es/input/style/index.css +820 -0
  176. package/antd/es/input/style/index.d.ts +3 -0
  177. package/antd/es/input/style/index.js +4 -0
  178. package/antd/es/input/style/index.less +50 -0
  179. package/antd/es/input/style/mixin.less +398 -0
  180. package/antd/es/input/style/rtl.less +235 -0
  181. package/antd/es/input/style/search-input.less +90 -0
  182. package/antd/es/input-number/style/css.js +2 -0
  183. package/antd/es/input-number/style/index.css +338 -0
  184. package/antd/es/input-number/style/index.d.ts +2 -0
  185. package/antd/es/input-number/style/index.js +2 -0
  186. package/antd/es/input-number/style/index.less +186 -0
  187. package/antd/es/input-number/style/rtl.less +28 -0
  188. package/antd/es/layout/style/css.js +2 -0
  189. package/antd/es/layout/style/index.css +135 -0
  190. package/antd/es/layout/style/index.d.ts +2 -0
  191. package/antd/es/layout/style/index.js +2 -0
  192. package/antd/es/layout/style/index.less +126 -0
  193. package/antd/es/layout/style/light.less +15 -0
  194. package/antd/es/layout/style/rtl.less +10 -0
  195. package/antd/es/list/style/bordered.less +44 -0
  196. package/antd/es/list/style/css.js +7 -0
  197. package/antd/es/list/style/customize.less +12 -0
  198. package/antd/es/list/style/index.css +343 -0
  199. package/antd/es/list/style/index.d.ts +6 -0
  200. package/antd/es/list/style/index.js +7 -0
  201. package/antd/es/list/style/index.less +239 -0
  202. package/antd/es/list/style/responsive.less +40 -0
  203. package/antd/es/list/style/rtl.less +139 -0
  204. package/antd/es/locale-provider/style/css.js +1 -0
  205. package/antd/es/locale-provider/style/index.css +4 -0
  206. package/antd/es/locale-provider/style/index.d.ts +1 -0
  207. package/antd/es/locale-provider/style/index.js +1 -0
  208. package/antd/es/locale-provider/style/index.less +2 -0
  209. package/antd/es/mentions/style/css.js +4 -0
  210. package/antd/es/mentions/style/index.css +287 -0
  211. package/antd/es/mentions/style/index.d.ts +3 -0
  212. package/antd/es/mentions/style/index.js +4 -0
  213. package/antd/es/mentions/style/index.less +169 -0
  214. package/antd/es/mentions/style/rtl.less +10 -0
  215. package/antd/es/menu/style/css.js +5 -0
  216. package/antd/es/menu/style/dark.less +148 -0
  217. package/antd/es/menu/style/index.css +907 -0
  218. package/antd/es/menu/style/index.d.ts +3 -0
  219. package/antd/es/menu/style/index.js +5 -0
  220. package/antd/es/menu/style/index.less +587 -0
  221. package/antd/es/menu/style/rtl.less +162 -0
  222. package/antd/es/menu/style/status.less +47 -0
  223. package/antd/es/message/style/css.js +2 -0
  224. package/antd/es/message/style/index.css +95 -0
  225. package/antd/es/message/style/index.d.ts +2 -0
  226. package/antd/es/message/style/index.js +2 -0
  227. package/antd/es/message/style/index.less +73 -0
  228. package/antd/es/message/style/rtl.less +17 -0
  229. package/antd/es/modal/style/confirm.less +78 -0
  230. package/antd/es/modal/style/css.js +4 -0
  231. package/antd/es/modal/style/customize.less +3 -0
  232. package/antd/es/modal/style/index.css +261 -0
  233. package/antd/es/modal/style/index.d.ts +3 -0
  234. package/antd/es/modal/style/index.js +4 -0
  235. package/antd/es/modal/style/index.less +6 -0
  236. package/antd/es/modal/style/modal.less +164 -0
  237. package/antd/es/modal/style/rtl.less +73 -0
  238. package/antd/es/notification/style/css.js +2 -0
  239. package/antd/es/notification/style/customize.less +3 -0
  240. package/antd/es/notification/style/index.css +273 -0
  241. package/antd/es/notification/style/index.d.ts +2 -0
  242. package/antd/es/notification/style/index.js +2 -0
  243. package/antd/es/notification/style/index.less +221 -0
  244. package/antd/es/notification/style/rtl.less +53 -0
  245. package/antd/es/page-header/style/css.js +4 -0
  246. package/antd/es/page-header/style/index.css +167 -0
  247. package/antd/es/page-header/style/index.d.ts +3 -0
  248. package/antd/es/page-header/style/index.js +4 -0
  249. package/antd/es/page-header/style/index.less +125 -0
  250. package/antd/es/page-header/style/rtl.less +76 -0
  251. package/antd/es/pagination/style/css.js +5 -0
  252. package/antd/es/pagination/style/index.css +522 -0
  253. package/antd/es/pagination/style/index.d.ts +3 -0
  254. package/antd/es/pagination/style/index.js +5 -0
  255. package/antd/es/pagination/style/index.less +407 -0
  256. package/antd/es/pagination/style/rtl.less +75 -0
  257. package/antd/es/popconfirm/style/css.js +6 -0
  258. package/antd/es/popconfirm/style/index.css +7 -0
  259. package/antd/es/popconfirm/style/index.d.ts +4 -0
  260. package/antd/es/popconfirm/style/index.js +6 -0
  261. package/antd/es/popconfirm/style/index.less +8 -0
  262. package/antd/es/popover/style/css.js +3 -0
  263. package/antd/es/popover/style/customize.less +3 -0
  264. package/antd/es/popover/style/index.css +224 -0
  265. package/antd/es/popover/style/index.d.ts +2 -0
  266. package/antd/es/popover/style/index.js +3 -0
  267. package/antd/es/popover/style/index.less +208 -0
  268. package/antd/es/popover/style/rtl.less +33 -0
  269. package/antd/es/progress/style/css.js +2 -0
  270. package/antd/es/progress/style/index.css +219 -0
  271. package/antd/es/progress/style/index.d.ts +2 -0
  272. package/antd/es/progress/style/index.js +2 -0
  273. package/antd/es/progress/style/index.less +205 -0
  274. package/antd/es/progress/style/rtl.less +37 -0
  275. package/antd/es/radio/style/css.js +2 -0
  276. package/antd/es/radio/style/index.css +374 -0
  277. package/antd/es/radio/style/index.d.ts +2 -0
  278. package/antd/es/radio/style/index.js +2 -0
  279. package/antd/es/radio/style/index.less +348 -0
  280. package/antd/es/radio/style/rtl.less +61 -0
  281. package/antd/es/rate/style/css.js +4 -0
  282. package/antd/es/rate/style/index.css +97 -0
  283. package/antd/es/rate/style/index.d.ts +3 -0
  284. package/antd/es/rate/style/index.js +4 -0
  285. package/antd/es/rate/style/index.less +87 -0
  286. package/antd/es/rate/style/rtl.less +26 -0
  287. package/antd/es/result/style/css.js +2 -0
  288. package/antd/es/result/style/index.css +68 -0
  289. package/antd/es/result/style/index.d.ts +2 -0
  290. package/antd/es/result/style/index.js +2 -0
  291. package/antd/es/result/style/index.less +74 -0
  292. package/antd/es/result/style/rtl.less +25 -0
  293. package/antd/es/row/style/css.js +4 -0
  294. package/antd/es/row/style/index.d.ts +2 -0
  295. package/antd/es/row/style/index.js +4 -0
  296. package/antd/es/select/style/css.js +4 -0
  297. package/antd/es/select/style/index.css +707 -0
  298. package/antd/es/select/style/index.d.ts +3 -0
  299. package/antd/es/select/style/index.js +4 -0
  300. package/antd/es/select/style/index.less +294 -0
  301. package/antd/es/select/style/multiple.less +194 -0
  302. package/antd/es/select/style/rtl.less +186 -0
  303. package/antd/es/select/style/single.less +180 -0
  304. package/antd/es/skeleton/style/css.js +2 -0
  305. package/antd/es/skeleton/style/index.css +284 -0
  306. package/antd/es/skeleton/style/index.d.ts +2 -0
  307. package/antd/es/skeleton/style/index.js +2 -0
  308. package/antd/es/skeleton/style/index.less +265 -0
  309. package/antd/es/skeleton/style/rtl.less +47 -0
  310. package/antd/es/slider/style/css.js +4 -0
  311. package/antd/es/slider/style/index.css +223 -0
  312. package/antd/es/slider/style/index.d.ts +3 -0
  313. package/antd/es/slider/style/index.js +4 -0
  314. package/antd/es/slider/style/index.less +206 -0
  315. package/antd/es/slider/style/rtl.less +70 -0
  316. package/antd/es/space/style/css.js +2 -0
  317. package/antd/es/space/style/index.css +38 -0
  318. package/antd/es/space/style/index.d.ts +2 -0
  319. package/antd/es/space/style/index.js +2 -0
  320. package/antd/es/space/style/index.less +28 -0
  321. package/antd/es/space/style/rtl.less +10 -0
  322. package/antd/es/spin/style/css.js +2 -0
  323. package/antd/es/spin/style/index.css +235 -0
  324. package/antd/es/spin/style/index.d.ts +2 -0
  325. package/antd/es/spin/style/index.js +2 -0
  326. package/antd/es/spin/style/index.less +216 -0
  327. package/antd/es/spin/style/rtl.less +25 -0
  328. package/antd/es/statistic/style/css.js +2 -0
  329. package/antd/es/statistic/style/index.css +56 -0
  330. package/antd/es/statistic/style/index.d.ts +2 -0
  331. package/antd/es/statistic/style/index.js +2 -0
  332. package/antd/es/statistic/style/index.less +44 -0
  333. package/antd/es/statistic/style/rtl.less +26 -0
  334. package/antd/es/steps/style/css.js +3 -0
  335. package/antd/es/steps/style/custom-icon.less +32 -0
  336. package/antd/es/steps/style/index.css +812 -0
  337. package/antd/es/steps/style/index.d.ts +3 -0
  338. package/antd/es/steps/style/index.js +3 -0
  339. package/antd/es/steps/style/index.less +246 -0
  340. package/antd/es/steps/style/label-placement.less +39 -0
  341. package/antd/es/steps/style/nav.less +124 -0
  342. package/antd/es/steps/style/progress-dot.less +79 -0
  343. package/antd/es/steps/style/progress.less +21 -0
  344. package/antd/es/steps/style/rtl.less +249 -0
  345. package/antd/es/steps/style/small.less +47 -0
  346. package/antd/es/steps/style/vertical.less +77 -0
  347. package/antd/es/switch/style/css.js +2 -0
  348. package/antd/es/switch/style/index.css +166 -0
  349. package/antd/es/switch/style/index.d.ts +2 -0
  350. package/antd/es/switch/style/index.js +2 -0
  351. package/antd/es/switch/style/index.less +153 -0
  352. package/antd/es/switch/style/rtl.less +50 -0
  353. package/antd/es/table/style/bordered.less +122 -0
  354. package/antd/es/table/style/css.js +13 -0
  355. package/antd/es/table/style/index.css +806 -0
  356. package/antd/es/table/style/index.d.ts +10 -0
  357. package/antd/es/table/style/index.js +13 -0
  358. package/antd/es/table/style/index.less +616 -0
  359. package/antd/es/table/style/radius.less +45 -0
  360. package/antd/es/table/style/rtl.less +180 -0
  361. package/antd/es/table/style/size.less +68 -0
  362. package/antd/es/tabs/style/card.less +97 -0
  363. package/antd/es/tabs/style/css.js +2 -0
  364. package/antd/es/tabs/style/dropdown.less +60 -0
  365. package/antd/es/tabs/style/index.css +664 -0
  366. package/antd/es/tabs/style/index.d.ts +2 -0
  367. package/antd/es/tabs/style/index.js +2 -0
  368. package/antd/es/tabs/style/index.less +224 -0
  369. package/antd/es/tabs/style/position.less +195 -0
  370. package/antd/es/tabs/style/rtl.less +73 -0
  371. package/antd/es/tabs/style/size.less +41 -0
  372. package/antd/es/tag/style/css.js +2 -0
  373. package/antd/es/tag/style/index.css +256 -0
  374. package/antd/es/tag/style/index.d.ts +2 -0
  375. package/antd/es/tag/style/index.js +2 -0
  376. package/antd/es/tag/style/index.less +130 -0
  377. package/antd/es/tag/style/rtl.less +28 -0
  378. package/antd/es/time-picker/style/css.js +4 -0
  379. package/antd/es/time-picker/style/index.css +4 -0
  380. package/antd/es/time-picker/style/index.d.ts +3 -0
  381. package/antd/es/time-picker/style/index.js +4 -0
  382. package/antd/es/time-picker/style/index.less +3 -0
  383. package/antd/es/timeline/style/css.js +2 -0
  384. package/antd/es/timeline/style/index.css +240 -0
  385. package/antd/es/timeline/style/index.d.ts +2 -0
  386. package/antd/es/timeline/style/index.js +2 -0
  387. package/antd/es/timeline/style/index.less +186 -0
  388. package/antd/es/timeline/style/rtl.less +135 -0
  389. package/antd/es/tooltip/style/css.js +2 -0
  390. package/antd/es/tooltip/style/index.css +261 -0
  391. package/antd/es/tooltip/style/index.d.ts +2 -0
  392. package/antd/es/tooltip/style/index.js +2 -0
  393. package/antd/es/tooltip/style/index.less +206 -0
  394. package/antd/es/tooltip/style/rtl.less +14 -0
  395. package/antd/es/transfer/style/css.js +10 -0
  396. package/antd/es/transfer/style/customize.less +45 -0
  397. package/antd/es/transfer/style/index.css +346 -0
  398. package/antd/es/transfer/style/index.d.ts +9 -0
  399. package/antd/es/transfer/style/index.js +10 -0
  400. package/antd/es/transfer/style/index.less +237 -0
  401. package/antd/es/transfer/style/rtl.less +63 -0
  402. package/antd/es/tree/style/css.js +2 -0
  403. package/antd/es/tree/style/directory.less +72 -0
  404. package/antd/es/tree/style/index.css +508 -0
  405. package/antd/es/tree/style/index.d.ts +2 -0
  406. package/antd/es/tree/style/index.js +2 -0
  407. package/antd/es/tree/style/index.less +14 -0
  408. package/antd/es/tree/style/mixin.less +264 -0
  409. package/antd/es/tree/style/rtl.less +64 -0
  410. package/antd/es/tree-select/style/css.js +6 -0
  411. package/antd/es/tree-select/style/index.css +463 -0
  412. package/antd/es/tree-select/style/index.d.ts +4 -0
  413. package/antd/es/tree-select/style/index.js +6 -0
  414. package/antd/es/tree-select/style/index.less +55 -0
  415. package/antd/es/typography/style/css.js +5 -0
  416. package/antd/es/typography/style/index.css +277 -0
  417. package/antd/es/typography/style/index.d.ts +4 -0
  418. package/antd/es/typography/style/index.js +5 -0
  419. package/antd/es/typography/style/index.less +225 -0
  420. package/antd/es/typography/style/rtl.less +54 -0
  421. package/antd/es/upload/style/css.js +6 -0
  422. package/antd/es/upload/style/index.css +694 -0
  423. package/antd/es/upload/style/index.d.ts +5 -0
  424. package/antd/es/upload/style/index.js +6 -0
  425. package/antd/es/upload/style/index.less +590 -0
  426. package/antd/es/upload/style/rtl.less +188 -0
  427. package/antd/es/version/style/css.js +2 -0
  428. package/antd/es/version/style/index.d.ts +1 -0
  429. package/antd/es/version/style/index.js +2 -0
  430. package/antd/lib/affix/style/css.js +5 -0
  431. package/antd/lib/affix/style/index.css +8 -0
  432. package/antd/lib/affix/style/index.d.ts +2 -0
  433. package/antd/lib/affix/style/index.js +5 -0
  434. package/antd/lib/affix/style/index.less +6 -0
  435. package/antd/lib/alert/style/css.js +5 -0
  436. package/antd/lib/alert/style/index.css +260 -0
  437. package/antd/lib/alert/style/index.d.ts +2 -0
  438. package/antd/lib/alert/style/index.js +5 -0
  439. package/antd/lib/alert/style/index.less +196 -0
  440. package/antd/lib/alert/style/rtl.less +74 -0
  441. package/antd/lib/anchor/style/css.js +7 -0
  442. package/antd/lib/anchor/style/index.css +107 -0
  443. package/antd/lib/anchor/style/index.d.ts +3 -0
  444. package/antd/lib/anchor/style/index.js +7 -0
  445. package/antd/lib/anchor/style/index.less +84 -0
  446. package/antd/lib/anchor/style/rtl.less +40 -0
  447. package/antd/lib/auto-complete/style/css.js +7 -0
  448. package/antd/lib/auto-complete/style/index.css +20 -0
  449. package/antd/lib/auto-complete/style/index.d.ts +3 -0
  450. package/antd/lib/auto-complete/style/index.js +7 -0
  451. package/antd/lib/auto-complete/style/index.less +16 -0
  452. package/antd/lib/avatar/style/css.js +7 -0
  453. package/antd/lib/avatar/style/group.less +22 -0
  454. package/antd/lib/avatar/style/index.css +112 -0
  455. package/antd/lib/avatar/style/index.d.ts +3 -0
  456. package/antd/lib/avatar/style/index.js +7 -0
  457. package/antd/lib/avatar/style/index.less +66 -0
  458. package/antd/lib/avatar/style/rtl.less +20 -0
  459. package/antd/lib/back-top/style/css.js +5 -0
  460. package/antd/lib/back-top/style/index.css +62 -0
  461. package/antd/lib/back-top/style/index.d.ts +2 -0
  462. package/antd/lib/back-top/style/index.js +5 -0
  463. package/antd/lib/back-top/style/index.less +49 -0
  464. package/antd/lib/back-top/style/responsive.less +11 -0
  465. package/antd/lib/badge/style/css.js +7 -0
  466. package/antd/lib/badge/style/index.css +372 -0
  467. package/antd/lib/badge/style/index.d.ts +3 -0
  468. package/antd/lib/badge/style/index.js +7 -0
  469. package/antd/lib/badge/style/index.less +193 -0
  470. package/antd/lib/badge/style/ribbon.less +84 -0
  471. package/antd/lib/badge/style/rtl.less +111 -0
  472. package/antd/lib/breadcrumb/style/css.js +9 -0
  473. package/antd/lib/breadcrumb/style/index.css +73 -0
  474. package/antd/lib/breadcrumb/style/index.d.ts +4 -0
  475. package/antd/lib/breadcrumb/style/index.js +9 -0
  476. package/antd/lib/breadcrumb/style/index.less +54 -0
  477. package/antd/lib/breadcrumb/style/rtl.less +34 -0
  478. package/antd/lib/button/style/css.js +5 -0
  479. package/antd/lib/button/style/index.css +1915 -0
  480. package/antd/lib/button/style/index.d.ts +2 -0
  481. package/antd/lib/button/style/index.js +5 -0
  482. package/antd/lib/button/style/index.less +249 -0
  483. package/antd/lib/button/style/mixin.less +518 -0
  484. package/antd/lib/button/style/rtl.less +113 -0
  485. package/antd/lib/calendar/style/css.js +11 -0
  486. package/antd/lib/calendar/style/index.css +180 -0
  487. package/antd/lib/calendar/style/index.d.ts +5 -0
  488. package/antd/lib/calendar/style/index.js +11 -0
  489. package/antd/lib/calendar/style/index.less +192 -0
  490. package/antd/lib/calendar/style/rtl.less +52 -0
  491. package/antd/lib/card/style/css.js +11 -0
  492. package/antd/lib/card/style/index.css +317 -0
  493. package/antd/lib/card/style/index.d.ts +5 -0
  494. package/antd/lib/card/style/index.js +11 -0
  495. package/antd/lib/card/style/index.less +293 -0
  496. package/antd/lib/card/style/size.less +22 -0
  497. package/antd/lib/carousel/style/css.js +5 -0
  498. package/antd/lib/carousel/style/index.css +298 -0
  499. package/antd/lib/carousel/style/index.d.ts +2 -0
  500. package/antd/lib/carousel/style/index.js +5 -0
  501. package/antd/lib/carousel/style/index.less +267 -0
  502. package/antd/lib/carousel/style/rtl.less +52 -0
  503. package/antd/lib/cascader/style/css.js +9 -0
  504. package/antd/lib/cascader/style/index.css +296 -0
  505. package/antd/lib/cascader/style/index.d.ts +4 -0
  506. package/antd/lib/cascader/style/index.js +9 -0
  507. package/antd/lib/cascader/style/index.less +243 -0
  508. package/antd/lib/cascader/style/rtl.less +89 -0
  509. package/antd/lib/checkbox/style/css.js +5 -0
  510. package/antd/lib/checkbox/style/index.css +246 -0
  511. package/antd/lib/checkbox/style/index.d.ts +2 -0
  512. package/antd/lib/checkbox/style/index.js +5 -0
  513. package/antd/lib/checkbox/style/index.less +5 -0
  514. package/antd/lib/checkbox/style/mixin.less +221 -0
  515. package/antd/lib/checkbox/style/rtl.less +26 -0
  516. package/antd/lib/col/style/css.js +5 -0
  517. package/antd/lib/col/style/index.d.ts +2 -0
  518. package/antd/lib/col/style/index.js +5 -0
  519. package/antd/lib/collapse/style/css.js +5 -0
  520. package/antd/lib/collapse/style/index.css +175 -0
  521. package/antd/lib/collapse/style/index.d.ts +2 -0
  522. package/antd/lib/collapse/style/index.js +5 -0
  523. package/antd/lib/collapse/style/index.less +153 -0
  524. package/antd/lib/collapse/style/rtl.less +42 -0
  525. package/antd/lib/comment/style/css.js +5 -0
  526. package/antd/lib/comment/style/index.css +124 -0
  527. package/antd/lib/comment/style/index.d.ts +2 -0
  528. package/antd/lib/comment/style/index.js +5 -0
  529. package/antd/lib/comment/style/index.less +101 -0
  530. package/antd/lib/comment/style/rtl.less +50 -0
  531. package/antd/lib/config-provider/style/index.css +4 -0
  532. package/antd/lib/config-provider/style/index.d.ts +1 -0
  533. package/antd/lib/config-provider/style/index.less +2 -0
  534. package/antd/lib/date-picker/style/css.js +7 -0
  535. package/antd/lib/date-picker/style/index.css +1060 -0
  536. package/antd/lib/date-picker/style/index.d.ts +3 -0
  537. package/antd/lib/date-picker/style/index.js +7 -0
  538. package/antd/lib/date-picker/style/index.less +335 -0
  539. package/antd/lib/date-picker/style/panel.less +681 -0
  540. package/antd/lib/date-picker/style/rtl.less +216 -0
  541. package/antd/lib/descriptions/style/css.js +5 -0
  542. package/antd/lib/descriptions/style/index.css +132 -0
  543. package/antd/lib/descriptions/style/index.d.ts +2 -0
  544. package/antd/lib/descriptions/style/index.js +5 -0
  545. package/antd/lib/descriptions/style/index.less +164 -0
  546. package/antd/lib/descriptions/style/rtl.less +18 -0
  547. package/antd/lib/divider/style/css.js +5 -0
  548. package/antd/lib/divider/style/index.css +115 -0
  549. package/antd/lib/divider/style/index.d.ts +2 -0
  550. package/antd/lib/divider/style/index.js +5 -0
  551. package/antd/lib/divider/style/index.less +103 -0
  552. package/antd/lib/divider/style/rtl.less +36 -0
  553. package/antd/lib/drawer/style/css.js +5 -0
  554. package/antd/lib/drawer/style/customize.less +3 -0
  555. package/antd/lib/drawer/style/drawer.less +256 -0
  556. package/antd/lib/drawer/style/index.css +253 -0
  557. package/antd/lib/drawer/style/index.d.ts +2 -0
  558. package/antd/lib/drawer/style/index.js +5 -0
  559. package/antd/lib/drawer/style/index.less +5 -0
  560. package/antd/lib/drawer/style/rtl.less +16 -0
  561. package/antd/lib/dropdown/style/css.js +7 -0
  562. package/antd/lib/dropdown/style/index.css +405 -0
  563. package/antd/lib/dropdown/style/index.d.ts +3 -0
  564. package/antd/lib/dropdown/style/index.js +7 -0
  565. package/antd/lib/dropdown/style/index.less +369 -0
  566. package/antd/lib/dropdown/style/rtl.less +85 -0
  567. package/antd/lib/dropdown/style/status.less +12 -0
  568. package/antd/lib/empty/style/css.js +5 -0
  569. package/antd/lib/empty/style/index.css +75 -0
  570. package/antd/lib/empty/style/index.d.ts +2 -0
  571. package/antd/lib/empty/style/index.js +5 -0
  572. package/antd/lib/empty/style/index.less +139 -0
  573. package/antd/lib/empty/style/rtl.less +10 -0
  574. package/antd/lib/form/style/components.less +69 -0
  575. package/antd/lib/form/style/css.js +7 -0
  576. package/antd/lib/form/style/horizontal.less +10 -0
  577. package/antd/lib/form/style/index.css +939 -0
  578. package/antd/lib/form/style/index.d.ts +3 -0
  579. package/antd/lib/form/style/index.js +7 -0
  580. package/antd/lib/form/style/index.less +233 -0
  581. package/antd/lib/form/style/inline.less +35 -0
  582. package/antd/lib/form/style/mixin.less +118 -0
  583. package/antd/lib/form/style/rtl.less +178 -0
  584. package/antd/lib/form/style/status.less +251 -0
  585. package/antd/lib/form/style/vertical.less +84 -0
  586. package/antd/lib/grid/style/css.js +5 -0
  587. package/antd/lib/grid/style/index.css +5889 -0
  588. package/antd/lib/grid/style/index.d.ts +2 -0
  589. package/antd/lib/grid/style/index.js +5 -0
  590. package/antd/lib/grid/style/index.less +113 -0
  591. package/antd/lib/grid/style/mixin.less +53 -0
  592. package/antd/lib/grid/style/rtl.less +74 -0
  593. package/antd/lib/icon/style/css.js +5 -0
  594. package/antd/lib/icon/style/index.css +4 -0
  595. package/antd/lib/icon/style/index.d.ts +2 -0
  596. package/antd/lib/icon/style/index.js +5 -0
  597. package/antd/lib/icon/style/index.less +4 -0
  598. package/antd/lib/input/style/IE11.less +20 -0
  599. package/antd/lib/input/style/affix.less +48 -0
  600. package/antd/lib/input/style/allow-clear.less +52 -0
  601. package/antd/lib/input/style/css.js +7 -0
  602. package/antd/lib/input/style/index.css +820 -0
  603. package/antd/lib/input/style/index.d.ts +3 -0
  604. package/antd/lib/input/style/index.js +7 -0
  605. package/antd/lib/input/style/index.less +50 -0
  606. package/antd/lib/input/style/mixin.less +398 -0
  607. package/antd/lib/input/style/rtl.less +235 -0
  608. package/antd/lib/input/style/search-input.less +90 -0
  609. package/antd/lib/input-number/style/css.js +5 -0
  610. package/antd/lib/input-number/style/index.css +338 -0
  611. package/antd/lib/input-number/style/index.d.ts +2 -0
  612. package/antd/lib/input-number/style/index.js +5 -0
  613. package/antd/lib/input-number/style/index.less +186 -0
  614. package/antd/lib/input-number/style/rtl.less +28 -0
  615. package/antd/lib/layout/style/css.js +5 -0
  616. package/antd/lib/layout/style/index.css +135 -0
  617. package/antd/lib/layout/style/index.d.ts +2 -0
  618. package/antd/lib/layout/style/index.js +5 -0
  619. package/antd/lib/layout/style/index.less +126 -0
  620. package/antd/lib/layout/style/light.less +15 -0
  621. package/antd/lib/layout/style/rtl.less +10 -0
  622. package/antd/lib/list/style/bordered.less +44 -0
  623. package/antd/lib/list/style/css.js +13 -0
  624. package/antd/lib/list/style/customize.less +12 -0
  625. package/antd/lib/list/style/index.css +343 -0
  626. package/antd/lib/list/style/index.d.ts +6 -0
  627. package/antd/lib/list/style/index.js +13 -0
  628. package/antd/lib/list/style/index.less +239 -0
  629. package/antd/lib/list/style/responsive.less +40 -0
  630. package/antd/lib/list/style/rtl.less +139 -0
  631. package/antd/lib/locale-provider/style/css.js +3 -0
  632. package/antd/lib/locale-provider/style/index.css +4 -0
  633. package/antd/lib/locale-provider/style/index.d.ts +1 -0
  634. package/antd/lib/locale-provider/style/index.js +3 -0
  635. package/antd/lib/locale-provider/style/index.less +2 -0
  636. package/antd/lib/mentions/style/css.js +7 -0
  637. package/antd/lib/mentions/style/index.css +287 -0
  638. package/antd/lib/mentions/style/index.d.ts +3 -0
  639. package/antd/lib/mentions/style/index.js +7 -0
  640. package/antd/lib/mentions/style/index.less +169 -0
  641. package/antd/lib/mentions/style/rtl.less +10 -0
  642. package/antd/lib/menu/style/css.js +7 -0
  643. package/antd/lib/menu/style/dark.less +148 -0
  644. package/antd/lib/menu/style/index.css +907 -0
  645. package/antd/lib/menu/style/index.d.ts +3 -0
  646. package/antd/lib/menu/style/index.js +7 -0
  647. package/antd/lib/menu/style/index.less +587 -0
  648. package/antd/lib/menu/style/rtl.less +162 -0
  649. package/antd/lib/menu/style/status.less +47 -0
  650. package/antd/lib/message/style/css.js +5 -0
  651. package/antd/lib/message/style/index.css +95 -0
  652. package/antd/lib/message/style/index.d.ts +2 -0
  653. package/antd/lib/message/style/index.js +5 -0
  654. package/antd/lib/message/style/index.less +73 -0
  655. package/antd/lib/message/style/rtl.less +17 -0
  656. package/antd/lib/modal/style/confirm.less +78 -0
  657. package/antd/lib/modal/style/css.js +7 -0
  658. package/antd/lib/modal/style/customize.less +3 -0
  659. package/antd/lib/modal/style/index.css +261 -0
  660. package/antd/lib/modal/style/index.d.ts +3 -0
  661. package/antd/lib/modal/style/index.js +7 -0
  662. package/antd/lib/modal/style/index.less +6 -0
  663. package/antd/lib/modal/style/modal.less +164 -0
  664. package/antd/lib/modal/style/rtl.less +73 -0
  665. package/antd/lib/notification/style/css.js +5 -0
  666. package/antd/lib/notification/style/customize.less +3 -0
  667. package/antd/lib/notification/style/index.css +273 -0
  668. package/antd/lib/notification/style/index.d.ts +2 -0
  669. package/antd/lib/notification/style/index.js +5 -0
  670. package/antd/lib/notification/style/index.less +221 -0
  671. package/antd/lib/notification/style/rtl.less +53 -0
  672. package/antd/lib/page-header/style/css.js +7 -0
  673. package/antd/lib/page-header/style/index.css +167 -0
  674. package/antd/lib/page-header/style/index.d.ts +3 -0
  675. package/antd/lib/page-header/style/index.js +7 -0
  676. package/antd/lib/page-header/style/index.less +125 -0
  677. package/antd/lib/page-header/style/rtl.less +76 -0
  678. package/antd/lib/pagination/style/css.js +7 -0
  679. package/antd/lib/pagination/style/index.css +522 -0
  680. package/antd/lib/pagination/style/index.d.ts +3 -0
  681. package/antd/lib/pagination/style/index.js +7 -0
  682. package/antd/lib/pagination/style/index.less +407 -0
  683. package/antd/lib/pagination/style/rtl.less +75 -0
  684. package/antd/lib/popconfirm/style/css.js +9 -0
  685. package/antd/lib/popconfirm/style/index.css +7 -0
  686. package/antd/lib/popconfirm/style/index.d.ts +4 -0
  687. package/antd/lib/popconfirm/style/index.js +9 -0
  688. package/antd/lib/popconfirm/style/index.less +8 -0
  689. package/antd/lib/popover/style/css.js +5 -0
  690. package/antd/lib/popover/style/customize.less +3 -0
  691. package/antd/lib/popover/style/index.css +224 -0
  692. package/antd/lib/popover/style/index.d.ts +2 -0
  693. package/antd/lib/popover/style/index.js +5 -0
  694. package/antd/lib/popover/style/index.less +208 -0
  695. package/antd/lib/popover/style/rtl.less +33 -0
  696. package/antd/lib/progress/style/css.js +5 -0
  697. package/antd/lib/progress/style/index.css +219 -0
  698. package/antd/lib/progress/style/index.d.ts +2 -0
  699. package/antd/lib/progress/style/index.js +5 -0
  700. package/antd/lib/progress/style/index.less +205 -0
  701. package/antd/lib/progress/style/rtl.less +37 -0
  702. package/antd/lib/radio/style/css.js +5 -0
  703. package/antd/lib/radio/style/index.css +374 -0
  704. package/antd/lib/radio/style/index.d.ts +2 -0
  705. package/antd/lib/radio/style/index.js +5 -0
  706. package/antd/lib/radio/style/index.less +348 -0
  707. package/antd/lib/radio/style/rtl.less +61 -0
  708. package/antd/lib/rate/style/css.js +7 -0
  709. package/antd/lib/rate/style/index.css +97 -0
  710. package/antd/lib/rate/style/index.d.ts +3 -0
  711. package/antd/lib/rate/style/index.js +7 -0
  712. package/antd/lib/rate/style/index.less +87 -0
  713. package/antd/lib/rate/style/rtl.less +26 -0
  714. package/antd/lib/result/style/css.js +5 -0
  715. package/antd/lib/result/style/index.css +68 -0
  716. package/antd/lib/result/style/index.d.ts +2 -0
  717. package/antd/lib/result/style/index.js +5 -0
  718. package/antd/lib/result/style/index.less +74 -0
  719. package/antd/lib/result/style/rtl.less +25 -0
  720. package/antd/lib/row/style/css.js +5 -0
  721. package/antd/lib/row/style/index.d.ts +2 -0
  722. package/antd/lib/row/style/index.js +5 -0
  723. package/antd/lib/select/style/css.js +7 -0
  724. package/antd/lib/select/style/index.css +707 -0
  725. package/antd/lib/select/style/index.d.ts +3 -0
  726. package/antd/lib/select/style/index.js +7 -0
  727. package/antd/lib/select/style/index.less +294 -0
  728. package/antd/lib/select/style/multiple.less +194 -0
  729. package/antd/lib/select/style/rtl.less +186 -0
  730. package/antd/lib/select/style/single.less +180 -0
  731. package/antd/lib/skeleton/style/css.js +5 -0
  732. package/antd/lib/skeleton/style/index.css +284 -0
  733. package/antd/lib/skeleton/style/index.d.ts +2 -0
  734. package/antd/lib/skeleton/style/index.js +5 -0
  735. package/antd/lib/skeleton/style/index.less +265 -0
  736. package/antd/lib/skeleton/style/rtl.less +47 -0
  737. package/antd/lib/slider/style/css.js +7 -0
  738. package/antd/lib/slider/style/index.css +223 -0
  739. package/antd/lib/slider/style/index.d.ts +3 -0
  740. package/antd/lib/slider/style/index.js +7 -0
  741. package/antd/lib/slider/style/index.less +206 -0
  742. package/antd/lib/slider/style/rtl.less +70 -0
  743. package/antd/lib/space/style/css.js +5 -0
  744. package/antd/lib/space/style/index.css +38 -0
  745. package/antd/lib/space/style/index.d.ts +2 -0
  746. package/antd/lib/space/style/index.js +5 -0
  747. package/antd/lib/space/style/index.less +28 -0
  748. package/antd/lib/space/style/rtl.less +10 -0
  749. package/antd/lib/spin/style/css.js +5 -0
  750. package/antd/lib/spin/style/index.css +235 -0
  751. package/antd/lib/spin/style/index.d.ts +2 -0
  752. package/antd/lib/spin/style/index.js +5 -0
  753. package/antd/lib/spin/style/index.less +216 -0
  754. package/antd/lib/spin/style/rtl.less +25 -0
  755. package/antd/lib/statistic/style/css.js +5 -0
  756. package/antd/lib/statistic/style/index.css +56 -0
  757. package/antd/lib/statistic/style/index.d.ts +2 -0
  758. package/antd/lib/statistic/style/index.js +5 -0
  759. package/antd/lib/statistic/style/index.less +44 -0
  760. package/antd/lib/statistic/style/rtl.less +26 -0
  761. package/antd/lib/steps/style/css.js +7 -0
  762. package/antd/lib/steps/style/custom-icon.less +32 -0
  763. package/antd/lib/steps/style/index.css +812 -0
  764. package/antd/lib/steps/style/index.d.ts +3 -0
  765. package/antd/lib/steps/style/index.js +7 -0
  766. package/antd/lib/steps/style/index.less +246 -0
  767. package/antd/lib/steps/style/label-placement.less +39 -0
  768. package/antd/lib/steps/style/nav.less +124 -0
  769. package/antd/lib/steps/style/progress-dot.less +79 -0
  770. package/antd/lib/steps/style/progress.less +21 -0
  771. package/antd/lib/steps/style/rtl.less +249 -0
  772. package/antd/lib/steps/style/small.less +47 -0
  773. package/antd/lib/steps/style/vertical.less +77 -0
  774. package/antd/lib/style/css.js +3 -0
  775. package/antd/lib/style/index.d.ts +1 -0
  776. package/antd/lib/style/index.js +3 -0
  777. package/antd/lib/switch/style/css.js +5 -0
  778. package/antd/lib/switch/style/index.css +166 -0
  779. package/antd/lib/switch/style/index.d.ts +2 -0
  780. package/antd/lib/switch/style/index.js +5 -0
  781. package/antd/lib/switch/style/index.less +153 -0
  782. package/antd/lib/switch/style/rtl.less +50 -0
  783. package/antd/lib/table/style/bordered.less +122 -0
  784. package/antd/lib/table/style/css.js +21 -0
  785. package/antd/lib/table/style/index.css +806 -0
  786. package/antd/lib/table/style/index.d.ts +10 -0
  787. package/antd/lib/table/style/index.js +21 -0
  788. package/antd/lib/table/style/index.less +616 -0
  789. package/antd/lib/table/style/radius.less +45 -0
  790. package/antd/lib/table/style/rtl.less +180 -0
  791. package/antd/lib/table/style/size.less +68 -0
  792. package/antd/lib/tabs/style/card.less +97 -0
  793. package/antd/lib/tabs/style/css.js +5 -0
  794. package/antd/lib/tabs/style/dropdown.less +60 -0
  795. package/antd/lib/tabs/style/index.css +664 -0
  796. package/antd/lib/tabs/style/index.d.ts +2 -0
  797. package/antd/lib/tabs/style/index.js +5 -0
  798. package/antd/lib/tabs/style/index.less +224 -0
  799. package/antd/lib/tabs/style/position.less +195 -0
  800. package/antd/lib/tabs/style/rtl.less +73 -0
  801. package/antd/lib/tabs/style/size.less +41 -0
  802. package/antd/lib/tag/style/css.js +5 -0
  803. package/antd/lib/tag/style/index.css +256 -0
  804. package/antd/lib/tag/style/index.d.ts +2 -0
  805. package/antd/lib/tag/style/index.js +5 -0
  806. package/antd/lib/tag/style/index.less +130 -0
  807. package/antd/lib/tag/style/rtl.less +28 -0
  808. package/antd/lib/time-picker/style/css.js +7 -0
  809. package/antd/lib/time-picker/style/index.css +4 -0
  810. package/antd/lib/time-picker/style/index.d.ts +3 -0
  811. package/antd/lib/time-picker/style/index.js +7 -0
  812. package/antd/lib/time-picker/style/index.less +3 -0
  813. package/antd/lib/timeline/style/css.js +5 -0
  814. package/antd/lib/timeline/style/index.css +240 -0
  815. package/antd/lib/timeline/style/index.d.ts +2 -0
  816. package/antd/lib/timeline/style/index.js +5 -0
  817. package/antd/lib/timeline/style/index.less +186 -0
  818. package/antd/lib/timeline/style/rtl.less +135 -0
  819. package/antd/lib/tooltip/style/css.js +5 -0
  820. package/antd/lib/tooltip/style/index.css +261 -0
  821. package/antd/lib/tooltip/style/index.d.ts +2 -0
  822. package/antd/lib/tooltip/style/index.js +5 -0
  823. package/antd/lib/tooltip/style/index.less +206 -0
  824. package/antd/lib/tooltip/style/rtl.less +14 -0
  825. package/antd/lib/transfer/style/css.js +19 -0
  826. package/antd/lib/transfer/style/customize.less +45 -0
  827. package/antd/lib/transfer/style/index.css +346 -0
  828. package/antd/lib/transfer/style/index.d.ts +9 -0
  829. package/antd/lib/transfer/style/index.js +19 -0
  830. package/antd/lib/transfer/style/index.less +237 -0
  831. package/antd/lib/transfer/style/rtl.less +63 -0
  832. package/antd/lib/tree/style/css.js +5 -0
  833. package/antd/lib/tree/style/directory.less +72 -0
  834. package/antd/lib/tree/style/index.css +508 -0
  835. package/antd/lib/tree/style/index.d.ts +2 -0
  836. package/antd/lib/tree/style/index.js +5 -0
  837. package/antd/lib/tree/style/index.less +14 -0
  838. package/antd/lib/tree/style/mixin.less +264 -0
  839. package/antd/lib/tree/style/rtl.less +64 -0
  840. package/antd/lib/tree-select/style/css.js +9 -0
  841. package/antd/lib/tree-select/style/index.css +463 -0
  842. package/antd/lib/tree-select/style/index.d.ts +4 -0
  843. package/antd/lib/tree-select/style/index.js +9 -0
  844. package/antd/lib/tree-select/style/index.less +55 -0
  845. package/antd/lib/typography/style/css.js +9 -0
  846. package/antd/lib/typography/style/index.css +277 -0
  847. package/antd/lib/typography/style/index.d.ts +4 -0
  848. package/antd/lib/typography/style/index.js +9 -0
  849. package/antd/lib/typography/style/index.less +225 -0
  850. package/antd/lib/typography/style/rtl.less +54 -0
  851. package/antd/lib/upload/style/css.js +11 -0
  852. package/antd/lib/upload/style/index.css +694 -0
  853. package/antd/lib/upload/style/index.d.ts +5 -0
  854. package/antd/lib/upload/style/index.js +11 -0
  855. package/antd/lib/upload/style/index.less +590 -0
  856. package/antd/lib/upload/style/rtl.less +188 -0
  857. package/antd/lib/version/style/css.js +3 -0
  858. package/antd/lib/version/style/index.d.ts +1 -0
  859. package/antd/lib/version/style/index.js +3 -0
  860. package/dist/UIKitProvider/index.d.ts +3 -2
  861. package/dist/components.css +755 -755
  862. package/dist/esm/index.js +23 -2
  863. package/dist/esm/stats1.html +1 -1
  864. package/dist/style.css +1153 -1153
  865. package/dist/umd/index.js +25 -6
  866. package/dist/umd/stats1.html +1 -1
  867. package/package.json +12 -10
  868. package/dist/antd/es/locale/ar_EG.d.ts +0 -3
  869. package/dist/antd/es/locale/ar_EG.js +0 -116
  870. package/dist/antd/es/locale/az_AZ.d.ts +0 -3
  871. package/dist/antd/es/locale/az_AZ.js +0 -45
  872. package/dist/antd/es/locale/bg_BG.d.ts +0 -3
  873. package/dist/antd/es/locale/bg_BG.js +0 -43
  874. package/dist/antd/es/locale/ca_ES.d.ts +0 -3
  875. package/dist/antd/es/locale/ca_ES.js +0 -124
  876. package/dist/antd/es/locale/cs_CZ.d.ts +0 -3
  877. package/dist/antd/es/locale/cs_CZ.js +0 -54
  878. package/dist/antd/es/locale/da_DK.d.ts +0 -3
  879. package/dist/antd/es/locale/da_DK.js +0 -43
  880. package/dist/antd/es/locale/de_DE.d.ts +0 -3
  881. package/dist/antd/es/locale/de_DE.js +0 -113
  882. package/dist/antd/es/locale/default.d.ts +0 -3
  883. package/dist/antd/es/locale/default.js +0 -124
  884. package/dist/antd/es/locale/el_GR.d.ts +0 -3
  885. package/dist/antd/es/locale/el_GR.js +0 -43
  886. package/dist/antd/es/locale/en_GB.d.ts +0 -3
  887. package/dist/antd/es/locale/en_GB.js +0 -94
  888. package/dist/antd/es/locale/en_US.d.ts +0 -2
  889. package/dist/antd/es/locale/en_US.js +0 -2
  890. package/dist/antd/es/locale/es_ES.d.ts +0 -3
  891. package/dist/antd/es/locale/es_ES.js +0 -110
  892. package/dist/antd/es/locale/et_EE.d.ts +0 -3
  893. package/dist/antd/es/locale/et_EE.js +0 -43
  894. package/dist/antd/es/locale/fa_IR.d.ts +0 -3
  895. package/dist/antd/es/locale/fa_IR.js +0 -114
  896. package/dist/antd/es/locale/fi_FI.d.ts +0 -3
  897. package/dist/antd/es/locale/fi_FI.js +0 -50
  898. package/dist/antd/es/locale/fr_BE.d.ts +0 -3
  899. package/dist/antd/es/locale/fr_BE.js +0 -47
  900. package/dist/antd/es/locale/fr_FR.d.ts +0 -3
  901. package/dist/antd/es/locale/fr_FR.js +0 -59
  902. package/dist/antd/es/locale/ga_IE.d.ts +0 -3
  903. package/dist/antd/es/locale/ga_IE.js +0 -123
  904. package/dist/antd/es/locale/he_IL.d.ts +0 -3
  905. package/dist/antd/es/locale/he_IL.js +0 -116
  906. package/dist/antd/es/locale/hi_IN.d.ts +0 -3
  907. package/dist/antd/es/locale/hi_IN.js +0 -51
  908. package/dist/antd/es/locale/hr_HR.d.ts +0 -3
  909. package/dist/antd/es/locale/hr_HR.js +0 -57
  910. package/dist/antd/es/locale/hu_HU.d.ts +0 -3
  911. package/dist/antd/es/locale/hu_HU.js +0 -44
  912. package/dist/antd/es/locale/hy_AM.d.ts +0 -3
  913. package/dist/antd/es/locale/hy_AM.js +0 -109
  914. package/dist/antd/es/locale/id_ID.d.ts +0 -3
  915. package/dist/antd/es/locale/id_ID.js +0 -45
  916. package/dist/antd/es/locale/is_IS.d.ts +0 -3
  917. package/dist/antd/es/locale/is_IS.js +0 -43
  918. package/dist/antd/es/locale/it_IT.d.ts +0 -3
  919. package/dist/antd/es/locale/it_IT.js +0 -59
  920. package/dist/antd/es/locale/ja_JP.d.ts +0 -3
  921. package/dist/antd/es/locale/ja_JP.js +0 -94
  922. package/dist/antd/es/locale/kn_IN.d.ts +0 -3
  923. package/dist/antd/es/locale/kn_IN.js +0 -51
  924. package/dist/antd/es/locale/ko_KR.d.ts +0 -3
  925. package/dist/antd/es/locale/ko_KR.js +0 -94
  926. package/dist/antd/es/locale/ku_IQ.d.ts +0 -3
  927. package/dist/antd/es/locale/ku_IQ.js +0 -43
  928. package/dist/antd/es/locale/lv_LV.d.ts +0 -3
  929. package/dist/antd/es/locale/lv_LV.js +0 -43
  930. package/dist/antd/es/locale/mk_MK.d.ts +0 -3
  931. package/dist/antd/es/locale/mk_MK.js +0 -58
  932. package/dist/antd/es/locale/mn_MN.d.ts +0 -3
  933. package/dist/antd/es/locale/mn_MN.js +0 -43
  934. package/dist/antd/es/locale/ms_MY.d.ts +0 -3
  935. package/dist/antd/es/locale/ms_MY.js +0 -63
  936. package/dist/antd/es/locale/nb_NO.d.ts +0 -3
  937. package/dist/antd/es/locale/nb_NO.js +0 -124
  938. package/dist/antd/es/locale/ne_NP.d.ts +0 -3
  939. package/dist/antd/es/locale/ne_NP.js +0 -44
  940. package/dist/antd/es/locale/nl_BE.d.ts +0 -3
  941. package/dist/antd/es/locale/nl_BE.js +0 -43
  942. package/dist/antd/es/locale/nl_NL.d.ts +0 -3
  943. package/dist/antd/es/locale/nl_NL.js +0 -62
  944. package/dist/antd/es/locale/pl_PL.d.ts +0 -3
  945. package/dist/antd/es/locale/pl_PL.js +0 -43
  946. package/dist/antd/es/locale/pt_BR.d.ts +0 -3
  947. package/dist/antd/es/locale/pt_BR.js +0 -116
  948. package/dist/antd/es/locale/pt_PT.d.ts +0 -3
  949. package/dist/antd/es/locale/pt_PT.js +0 -44
  950. package/dist/antd/es/locale/ro_RO.d.ts +0 -3
  951. package/dist/antd/es/locale/ro_RO.js +0 -62
  952. package/dist/antd/es/locale/ru_RU.d.ts +0 -3
  953. package/dist/antd/es/locale/ru_RU.js +0 -116
  954. package/dist/antd/es/locale/sk_SK.d.ts +0 -3
  955. package/dist/antd/es/locale/sk_SK.js +0 -62
  956. package/dist/antd/es/locale/sl_SI.d.ts +0 -3
  957. package/dist/antd/es/locale/sl_SI.js +0 -43
  958. package/dist/antd/es/locale/sr_RS.d.ts +0 -3
  959. package/dist/antd/es/locale/sr_RS.js +0 -43
  960. package/dist/antd/es/locale/sv_SE.d.ts +0 -3
  961. package/dist/antd/es/locale/sv_SE.js +0 -47
  962. package/dist/antd/es/locale/ta_IN.d.ts +0 -3
  963. package/dist/antd/es/locale/ta_IN.js +0 -63
  964. package/dist/antd/es/locale/th_TH.d.ts +0 -3
  965. package/dist/antd/es/locale/th_TH.js +0 -62
  966. package/dist/antd/es/locale/tr_TR.d.ts +0 -3
  967. package/dist/antd/es/locale/tr_TR.js +0 -124
  968. package/dist/antd/es/locale/uk_UA.d.ts +0 -3
  969. package/dist/antd/es/locale/uk_UA.js +0 -43
  970. package/dist/antd/es/locale/vi_VN.d.ts +0 -3
  971. package/dist/antd/es/locale/vi_VN.js +0 -43
  972. package/dist/antd/es/locale/zh_CN.d.ts +0 -3
  973. package/dist/antd/es/locale/zh_CN.js +0 -124
  974. package/dist/antd/es/locale/zh_HK.d.ts +0 -3
  975. package/dist/antd/es/locale/zh_HK.js +0 -117
  976. package/dist/antd/es/locale/zh_TW.d.ts +0 -3
  977. package/dist/antd/es/locale/zh_TW.js +0 -117
  978. /package/{dist/antd → antd}/dist/antd.less +0 -0
  979. /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
  980. /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
  981. /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
  982. /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
  983. /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
  984. /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
  985. /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
  986. /package/{dist/antd → antd}/lib/style/compact.less +0 -0
  987. /package/{dist/antd → antd}/lib/style/components.less +0 -0
  988. /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
  989. /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
  990. /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
  991. /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
  992. /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
  993. /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
  994. /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
  995. /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
  996. /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
  997. /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
  998. /package/{dist/antd → antd}/lib/style/dark.less +0 -0
  999. /package/{dist/antd → antd}/lib/style/index.css +0 -0
  1000. /package/{dist/antd → antd}/lib/style/index.less +0 -0
  1001. /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
  1002. /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
  1003. /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
  1004. /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
  1005. /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
  1006. /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
  1007. /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
  1008. /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
  1009. /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
  1010. /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
  1011. /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
  1012. /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
  1013. /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
  1014. /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
@@ -0,0 +1,3 @@
1
+ import '../../style/index.less';
2
+ import './index.less';
3
+ import '../../button/style';
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+
3
+ require("../../style/index.less");
4
+
5
+ require("./index.less");
6
+
7
+ require("../../button/style");
@@ -0,0 +1,50 @@
1
+ @import '../../style/themes/index';
2
+ @import '../../style/mixins/index';
3
+ @import './mixin';
4
+ @import './affix';
5
+ @import './allow-clear';
6
+
7
+ // Input styles
8
+ .@{ant-prefix}-input {
9
+ .reset-component;
10
+ .input;
11
+
12
+ //== Style for input-group: input with label, with button or dropdown...
13
+ &-group {
14
+ .reset-component;
15
+ .input-group(~'@{ant-prefix}-input');
16
+ &-wrapper {
17
+ display: inline-block;
18
+ width: 100%;
19
+ text-align: start;
20
+ vertical-align: top; // https://github.com/ant-design/ant-design/issues/6403
21
+ }
22
+ }
23
+
24
+ &-password-icon {
25
+ color: @text-color-secondary;
26
+ cursor: pointer;
27
+ transition: all 0.3s;
28
+
29
+ &:hover {
30
+ color: @input-icon-hover-color;
31
+ }
32
+ }
33
+
34
+ &[type='color'] {
35
+ height: @input-height-base;
36
+
37
+ &.@{ant-prefix}-input-lg {
38
+ height: @input-height-lg;
39
+ }
40
+ &.@{ant-prefix}-input-sm {
41
+ height: @input-height-sm;
42
+ padding-top: 3px;
43
+ padding-bottom: 3px;
44
+ }
45
+ }
46
+ }
47
+
48
+ @import './search-input';
49
+ @import './rtl';
50
+ @import './IE11';
@@ -0,0 +1,398 @@
1
+ @import '../../style/themes/index';
2
+ @import '../../style/mixins/index';
3
+
4
+ @input-affix-with-clear-btn-width: 38px;
5
+
6
+ // size mixins for input
7
+ .input-lg() {
8
+ padding: @input-padding-vertical-lg @input-padding-horizontal-lg;
9
+ font-size: @font-size-lg;
10
+ }
11
+
12
+ .input-sm() {
13
+ padding: @input-padding-vertical-sm @input-padding-horizontal-sm;
14
+ }
15
+
16
+ // input status
17
+ // == when focus or actived
18
+ .active(@color: @outline-color) {
19
+ & when (@theme = dark) {
20
+ border-color: @color;
21
+ }
22
+ & when not (@theme = dark) {
23
+ border-color: ~`colorPalette('@{color}', 5) `;
24
+ }
25
+ border-right-width: @border-width-base !important;
26
+ outline: 0;
27
+ box-shadow: @input-outline-offset @outline-blur-size @outline-width fade(@color, @outline-fade);
28
+ }
29
+
30
+ // == when hoverd
31
+ .hover(@color: @input-hover-border-color) {
32
+ border-color: @color;
33
+ border-right-width: @border-width-base !important;
34
+ }
35
+
36
+ .disabled() {
37
+ color: @input-disabled-color;
38
+ background-color: @input-disabled-bg;
39
+ cursor: not-allowed;
40
+ opacity: 1;
41
+
42
+ &:hover {
43
+ .hover(@input-border-color);
44
+ }
45
+ }
46
+
47
+ // Basic style for input
48
+ .input() {
49
+ position: relative;
50
+ display: inline-block;
51
+ width: 100%;
52
+ min-width: 0;
53
+ padding: @input-padding-vertical-base @input-padding-horizontal-base;
54
+ color: @input-color;
55
+ font-size: @font-size-base;
56
+ line-height: @line-height-base;
57
+ background-color: @input-bg;
58
+ background-image: none;
59
+ border: @border-width-base @border-style-base @input-border-color;
60
+ border-radius: @border-radius-base;
61
+ transition: all 0.3s;
62
+ .placeholder(); // Reset placeholder
63
+
64
+ &:hover {
65
+ .hover();
66
+ }
67
+
68
+ &:focus,
69
+ &-focused {
70
+ .active();
71
+ }
72
+
73
+ &-disabled {
74
+ .disabled();
75
+ }
76
+
77
+ &[disabled] {
78
+ .disabled();
79
+ }
80
+
81
+ &-borderless {
82
+ &,
83
+ &:hover,
84
+ &:focus,
85
+ &-focused,
86
+ &-disabled,
87
+ &[disabled] {
88
+ background-color: transparent;
89
+ border: none;
90
+ box-shadow: none;
91
+ }
92
+ }
93
+
94
+ // Reset height for `textarea`s
95
+ textarea& {
96
+ max-width: 100%; // prevent textearea resize from coming out of its container
97
+ height: auto;
98
+ min-height: @input-height-base;
99
+ line-height: @line-height-base;
100
+ vertical-align: bottom;
101
+ transition: all 0.3s, height 0s;
102
+ }
103
+
104
+ // Size
105
+ &-lg {
106
+ .input-lg();
107
+ }
108
+
109
+ &-sm {
110
+ .input-sm();
111
+ }
112
+ }
113
+
114
+ // label input
115
+ .input-group(@inputClass) {
116
+ position: relative;
117
+ display: table;
118
+ width: 100%;
119
+ border-collapse: separate;
120
+ border-spacing: 0;
121
+
122
+ // Undo padding and float of grid classes
123
+ &[class*='col-'] {
124
+ float: none;
125
+ padding-right: 0;
126
+ padding-left: 0;
127
+ }
128
+
129
+ > [class*='col-'] {
130
+ padding-right: 8px;
131
+
132
+ &:last-child {
133
+ padding-right: 0;
134
+ }
135
+ }
136
+
137
+ &-addon,
138
+ &-wrap,
139
+ > .@{inputClass} {
140
+ display: table-cell;
141
+
142
+ &:not(:first-child):not(:last-child) {
143
+ border-radius: 0;
144
+ }
145
+ }
146
+
147
+ &-addon,
148
+ &-wrap {
149
+ width: 1px; // To make addon/wrap as small as possible
150
+ white-space: nowrap;
151
+ vertical-align: middle;
152
+ }
153
+
154
+ &-wrap > * {
155
+ display: block !important;
156
+ }
157
+
158
+ .@{inputClass} {
159
+ float: left;
160
+ width: 100%;
161
+ margin-bottom: 0;
162
+ text-align: inherit;
163
+
164
+ &:focus {
165
+ z-index: 1; // Fix https://gw.alipayobjects.com/zos/rmsportal/DHNpoqfMXSfrSnlZvhsJ.png
166
+ border-right-width: 1px;
167
+ }
168
+
169
+ &:hover {
170
+ z-index: 1;
171
+ border-right-width: 1px;
172
+ }
173
+ }
174
+
175
+ &-addon {
176
+ position: relative;
177
+ padding: 0 @input-padding-horizontal-base;
178
+ color: @input-color;
179
+ font-weight: normal;
180
+ font-size: @font-size-base;
181
+ text-align: center;
182
+ background-color: @input-addon-bg;
183
+ border: @border-width-base @border-style-base @input-border-color;
184
+ border-radius: @border-radius-base;
185
+ transition: all 0.3s;
186
+
187
+ // Reset Select's style in addon
188
+ .@{ant-prefix}-select {
189
+ margin: -(@input-padding-vertical-base + 1px) (-@input-padding-horizontal-base);
190
+
191
+ &.@{ant-prefix}-select-single:not(.@{ant-prefix}-select-customize-input)
192
+ .@{ant-prefix}-select-selector {
193
+ background-color: inherit;
194
+ border: @border-width-base @border-style-base transparent;
195
+ box-shadow: none;
196
+ }
197
+
198
+ &-open,
199
+ &-focused {
200
+ .@{ant-prefix}-select-selector {
201
+ color: @primary-color;
202
+ }
203
+ }
204
+ }
205
+
206
+ // Expand addon icon click area
207
+ // https://github.com/ant-design/ant-design/issues/3714
208
+ > i:only-child::after {
209
+ position: absolute;
210
+ top: 0;
211
+ right: 0;
212
+ bottom: 0;
213
+ left: 0;
214
+ content: '';
215
+ }
216
+ }
217
+
218
+ // Reset rounded corners
219
+ > .@{inputClass}:first-child,
220
+ &-addon:first-child {
221
+ border-top-right-radius: 0;
222
+ border-bottom-right-radius: 0;
223
+
224
+ // Reset Select's style in addon
225
+ .@{ant-prefix}-select .@{ant-prefix}-select-selector {
226
+ border-top-right-radius: 0;
227
+ border-bottom-right-radius: 0;
228
+ }
229
+ }
230
+
231
+ > .@{inputClass}-affix-wrapper {
232
+ &:not(:first-child) .@{inputClass} {
233
+ border-top-left-radius: 0;
234
+ border-bottom-left-radius: 0;
235
+ }
236
+
237
+ &:not(:last-child) .@{inputClass} {
238
+ border-top-right-radius: 0;
239
+ border-bottom-right-radius: 0;
240
+ }
241
+ }
242
+
243
+ &-addon:first-child {
244
+ border-right: 0;
245
+ }
246
+
247
+ &-addon:last-child {
248
+ border-left: 0;
249
+ }
250
+
251
+ > .@{inputClass}:last-child,
252
+ &-addon:last-child {
253
+ border-top-left-radius: 0;
254
+ border-bottom-left-radius: 0;
255
+
256
+ // Reset Select's style in addon
257
+ .@{ant-prefix}-select .@{ant-prefix}-select-selector {
258
+ border-top-left-radius: 0;
259
+ border-bottom-left-radius: 0;
260
+ }
261
+ }
262
+
263
+ // Sizing options
264
+ &-lg .@{inputClass},
265
+ &-lg > &-addon {
266
+ .input-lg();
267
+ }
268
+
269
+ &-sm .@{inputClass},
270
+ &-sm > &-addon {
271
+ .input-sm();
272
+ }
273
+
274
+ // Fix https://github.com/ant-design/ant-design/issues/5754
275
+ &-lg .@{ant-prefix}-select-single .@{ant-prefix}-select-selector {
276
+ height: @input-height-lg;
277
+ }
278
+
279
+ &-sm .@{ant-prefix}-select-single .@{ant-prefix}-select-selector {
280
+ height: @input-height-sm;
281
+ }
282
+
283
+ .@{inputClass}-affix-wrapper {
284
+ &:not(:first-child) {
285
+ border-top-left-radius: 0;
286
+ border-bottom-left-radius: 0;
287
+ }
288
+
289
+ &:not(:last-child) {
290
+ border-top-right-radius: 0;
291
+ border-bottom-right-radius: 0;
292
+ }
293
+ }
294
+
295
+ &&-compact {
296
+ display: block;
297
+ .clearfix;
298
+
299
+ &-addon,
300
+ &-wrap,
301
+ > .@{inputClass} {
302
+ &:not(:first-child):not(:last-child) {
303
+ border-right-width: @border-width-base;
304
+
305
+ &:hover {
306
+ z-index: 1;
307
+ }
308
+
309
+ &:focus {
310
+ z-index: 1;
311
+ }
312
+ }
313
+ }
314
+
315
+ & > * {
316
+ display: inline-block;
317
+ float: none;
318
+ vertical-align: top; // https://github.com/ant-design/ant-design-pro/issues/139
319
+ border-radius: 0;
320
+ }
321
+
322
+ & > .@{inputClass}-affix-wrapper {
323
+ display: inline-flex;
324
+ }
325
+
326
+ & > .@{ant-prefix}-picker-range {
327
+ display: inline-flex;
328
+ }
329
+
330
+ & > *:not(:last-child) {
331
+ margin-right: -@border-width-base;
332
+ border-right-width: @border-width-base;
333
+ }
334
+
335
+ // Undo float for .ant-input-group .ant-input
336
+ .@{inputClass} {
337
+ float: none;
338
+ }
339
+
340
+ // reset border for Select, DatePicker, AutoComplete, Cascader, Mention, TimePicker, Input
341
+ & > .@{ant-prefix}-select > .@{ant-prefix}-select-selector,
342
+ & > .@{ant-prefix}-calendar-picker .@{ant-prefix}-input,
343
+ & > .@{ant-prefix}-select-auto-complete .@{ant-prefix}-input,
344
+ & > .@{ant-prefix}-cascader-picker .@{ant-prefix}-input,
345
+ & > .@{ant-prefix}-mention-wrapper .@{ant-prefix}-mention-editor,
346
+ & > .@{ant-prefix}-time-picker .@{ant-prefix}-time-picker-input,
347
+ & > .@{ant-prefix}-input-group-wrapper .@{ant-prefix}-input {
348
+ border-right-width: @border-width-base;
349
+ border-radius: 0;
350
+
351
+ &:hover {
352
+ z-index: 1;
353
+ }
354
+
355
+ &:focus {
356
+ z-index: 1;
357
+ }
358
+ }
359
+
360
+ & > .@{ant-prefix}-select-focused {
361
+ z-index: 1;
362
+ }
363
+
364
+ // update z-index for arrow icon
365
+ & > .@{ant-prefix}-select > .@{ant-prefix}-select-arrow {
366
+ z-index: 1; // https://github.com/ant-design/ant-design/issues/20371
367
+ }
368
+
369
+ & > *:first-child,
370
+ & > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selector,
371
+ & > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,
372
+ & > .@{ant-prefix}-select-auto-complete:first-child .@{ant-prefix}-input,
373
+ & > .@{ant-prefix}-cascader-picker:first-child .@{ant-prefix}-input,
374
+ & > .@{ant-prefix}-mention-wrapper:first-child .@{ant-prefix}-mention-editor,
375
+ & > .@{ant-prefix}-time-picker:first-child .@{ant-prefix}-time-picker-input {
376
+ border-top-left-radius: @border-radius-base;
377
+ border-bottom-left-radius: @border-radius-base;
378
+ }
379
+
380
+ & > *:last-child,
381
+ & > .@{ant-prefix}-select:last-child > .@{ant-prefix}-select-selector,
382
+ & > .@{ant-prefix}-calendar-picker:last-child .@{ant-prefix}-input,
383
+ & > .@{ant-prefix}-select-auto-complete:last-child .@{ant-prefix}-input,
384
+ & > .@{ant-prefix}-cascader-picker:last-child .@{ant-prefix}-input,
385
+ & > .@{ant-prefix}-cascader-picker-focused:last-child .@{ant-prefix}-input,
386
+ & > .@{ant-prefix}-mention-wrapper:last-child .@{ant-prefix}-mention-editor,
387
+ & > .@{ant-prefix}-time-picker:last-child .@{ant-prefix}-time-picker-input {
388
+ border-right-width: @border-width-base;
389
+ border-top-right-radius: @border-radius-base;
390
+ border-bottom-right-radius: @border-radius-base;
391
+ }
392
+
393
+ // https://github.com/ant-design/ant-design/issues/12493
394
+ & > .@{ant-prefix}-select-auto-complete .@{ant-prefix}-input {
395
+ vertical-align: top;
396
+ }
397
+ }
398
+ }
@@ -0,0 +1,235 @@
1
+ @import '../../style/themes/index';
2
+ @import '../../style/mixins/index';
3
+
4
+ //== Style for input-group: input with label, with button or dropdown...
5
+ .@{ant-prefix}-input-group {
6
+ &-wrapper {
7
+ &-rtl {
8
+ direction: rtl;
9
+ }
10
+ }
11
+ &-rtl {
12
+ direction: rtl;
13
+ }
14
+ }
15
+
16
+ // affix
17
+ @input-affix-margin: 4px;
18
+
19
+ .@{ant-prefix}-input {
20
+ &-affix-wrapper&-affix-wrapper-rtl {
21
+ > input.@{ant-prefix}-input {
22
+ border: none;
23
+ outline: none;
24
+ }
25
+ }
26
+
27
+ &-affix-wrapper-rtl {
28
+ .@{ant-prefix}-input-prefix {
29
+ margin: 0 0 0 @input-affix-margin;
30
+ }
31
+
32
+ .@{ant-prefix}-input-suffix {
33
+ margin: 0 @input-affix-margin 0 0;
34
+ }
35
+ }
36
+ }
37
+
38
+ // allow-clear
39
+ .@{ant-prefix}-input-clear-icon {
40
+ &:last-child {
41
+ .@{ant-prefix}-input-affix-wrapper-rtl & {
42
+ margin-right: @input-affix-margin;
43
+ margin-left: 0;
44
+ }
45
+ }
46
+ }
47
+
48
+ .@{ant-prefix}-input-textarea-clear-icon {
49
+ .@{ant-prefix}-input-affix-wrapper-rtl & {
50
+ right: auto;
51
+ left: 0;
52
+ margin: 8px 0 0 8px;
53
+ }
54
+ }
55
+
56
+ // mixin
57
+ @input-rtl-cls: ~'@{ant-prefix}-input-rtl';
58
+
59
+ .active() {
60
+ .@{input-rtl-cls} & {
61
+ border-right-width: 0;
62
+ border-left-width: @border-width-base !important;
63
+ }
64
+ }
65
+
66
+ .hover() {
67
+ .@{input-rtl-cls} & {
68
+ border-right-width: 0;
69
+ border-left-width: @border-width-base !important;
70
+ }
71
+ }
72
+
73
+ .input() {
74
+ &-rtl {
75
+ direction: rtl;
76
+ }
77
+ }
78
+
79
+ // label input
80
+ .input-group(@inputClass) {
81
+ > .@{inputClass}-rtl:first-child,
82
+ &-rtl &-addon:first-child {
83
+ border-radius: 0 @border-radius-base @border-radius-base 0;
84
+ }
85
+
86
+ &-addon:first-child {
87
+ .@{inputClass}-group-rtl & {
88
+ border-right: @border-width-base @border-style-base @input-border-color;
89
+ border-left: 0;
90
+ }
91
+ }
92
+
93
+ &-addon:last-child {
94
+ .@{inputClass}-group-rtl & {
95
+ border-right: 0;
96
+ border-left: @border-width-base @border-style-base @input-border-color;
97
+ }
98
+ }
99
+
100
+ > .@{inputClass}:last-child,
101
+ &-addon:last-child {
102
+ .@{inputClass}-group-rtl & {
103
+ border-radius: @border-radius-base 0 0 @border-radius-base;
104
+ }
105
+ }
106
+
107
+ .@{inputClass}-affix-wrapper {
108
+ &:not(:first-child) {
109
+ .@{inputClass}-group-rtl& {
110
+ border-radius: @border-radius-base 0 0 @border-radius-base;
111
+ }
112
+ }
113
+
114
+ &:not(:last-child) {
115
+ .@{inputClass}-group-rtl& {
116
+ border-radius: 0 @border-radius-base @border-radius-base 0;
117
+ }
118
+ }
119
+ }
120
+
121
+ &&-compact {
122
+ & > *:not(:last-child) {
123
+ .@{inputClass}-group-rtl& {
124
+ margin-right: 0;
125
+ margin-left: -@border-width-base;
126
+ border-left-width: @border-width-base;
127
+ }
128
+ }
129
+
130
+ & > *:first-child,
131
+ & > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selector,
132
+ & > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,
133
+ & > .@{ant-prefix}-select-auto-complete:first-child .@{ant-prefix}-input,
134
+ & > .@{ant-prefix}-cascader-picker:first-child .@{ant-prefix}-input,
135
+ & > .@{ant-prefix}-mention-wrapper:first-child .@{ant-prefix}-mention-editor,
136
+ & > .@{ant-prefix}-time-picker:first-child .@{ant-prefix}-time-picker-input {
137
+ .@{inputClass}-group-rtl& {
138
+ border-radius: 0 @border-radius-base @border-radius-base 0;
139
+ }
140
+ }
141
+
142
+ & > *:last-child,
143
+ & > .@{ant-prefix}-select:last-child > .@{ant-prefix}-select-selector,
144
+ & > .@{ant-prefix}-calendar-picker:last-child .@{ant-prefix}-input,
145
+ & > .@{ant-prefix}-select-auto-complete:last-child .@{ant-prefix}-input,
146
+ & > .@{ant-prefix}-cascader-picker:last-child .@{ant-prefix}-input,
147
+ & > .@{ant-prefix}-cascader-picker-focused:last-child .@{ant-prefix}-input,
148
+ & > .@{ant-prefix}-mention-wrapper:last-child .@{ant-prefix}-mention-editor,
149
+ & > .@{ant-prefix}-time-picker:last-child .@{ant-prefix}-time-picker-input {
150
+ .@{inputClass}-group-rtl& {
151
+ border-left-width: @border-width-base;
152
+ border-radius: @border-radius-base 0 0 @border-radius-base;
153
+ }
154
+ }
155
+ }
156
+ }
157
+
158
+ // search-input
159
+ @search-prefix: ~'@{ant-prefix}-input-search';
160
+ @search-rtl-cls: ~'@{search-prefix}-rtl';
161
+
162
+ .@{search-prefix} {
163
+ &-rtl {
164
+ direction: rtl;
165
+ }
166
+
167
+ &-icon {
168
+ .@{search-rtl-cls} & {
169
+ margin-right: 0.5em;
170
+ margin-left: 0;
171
+ }
172
+
173
+ &::before {
174
+ .@{search-rtl-cls} & {
175
+ border-left: none;
176
+ }
177
+ }
178
+
179
+ &::after {
180
+ .@{search-rtl-cls} & {
181
+ right: auto;
182
+ left: 0;
183
+ border-right: @border-width-base @border-style-base @input-border-color;
184
+ transition: all 0.3s;
185
+ }
186
+ }
187
+ }
188
+
189
+ &:not(&-enter-button) {
190
+ .@{search-rtl-cls}& {
191
+ padding-right: @input-padding-horizontal-base;
192
+ padding-left: 0;
193
+ }
194
+ }
195
+
196
+ &-enter-button {
197
+ input {
198
+ .@{search-rtl-cls}& {
199
+ border-right: @border-width-base @border-style-base @input-border-color;
200
+ border-left: 0;
201
+ }
202
+
203
+ &:hover,
204
+ &:focus {
205
+ .@{search-rtl-cls}& {
206
+ border-color: @input-hover-border-color;
207
+ }
208
+ }
209
+ }
210
+
211
+ &.@{ant-prefix}-input-affix-wrapper {
212
+ .@{search-rtl-cls}& {
213
+ border-right: @border-width-base @border-style-base @input-border-color;
214
+ border-left: 0;
215
+ }
216
+
217
+ &:hover,
218
+ &:focus {
219
+ .@{search-rtl-cls}& {
220
+ border-color: @input-hover-border-color;
221
+ }
222
+ }
223
+ }
224
+
225
+ & + .@{ant-prefix}-input-group-addon,
226
+ input + .@{ant-prefix}-input-group-addon {
227
+ .@{search-rtl-cls}& {
228
+ .@{search-prefix}-button {
229
+ width: 100%;
230
+ border-radius: @border-radius-base 0 0 @border-radius-base;
231
+ }
232
+ }
233
+ }
234
+ }
235
+ }