@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
@@ -1,124 +0,0 @@
1
- /* eslint-disable no-template-curly-in-string */
2
- import Pagination from "rc-pagination/es/locale/en_US";
3
- import DatePicker from '../date-picker/locale/en_US';
4
- import TimePicker from '../time-picker/locale/en_US';
5
- import Calendar from '../calendar/locale/en_US';
6
- var typeTemplate = '${label} is not a valid ${type}';
7
- var localeValues = {
8
- locale: 'en',
9
- Pagination: Pagination,
10
- DatePicker: DatePicker,
11
- TimePicker: TimePicker,
12
- Calendar: Calendar,
13
- global: {
14
- placeholder: 'Please select'
15
- },
16
- Table: {
17
- filterTitle: 'Filter menu',
18
- filterConfirm: 'OK',
19
- filterReset: 'Reset',
20
- filterEmptyText: 'No filters',
21
- selectAll: 'Select current page',
22
- selectInvert: 'Invert current page',
23
- selectionAll: 'Select all data',
24
- sortTitle: 'Sort',
25
- expand: 'Expand row',
26
- collapse: 'Collapse row',
27
- triggerDesc: 'Click sort by descend',
28
- triggerAsc: 'Click sort by ascend',
29
- cancelSort: 'Click to cancel sort'
30
- },
31
- Modal: {
32
- okText: 'OK',
33
- cancelText: 'Cancel',
34
- justOkText: 'OK'
35
- },
36
- Popconfirm: {
37
- okText: 'OK',
38
- cancelText: 'Cancel'
39
- },
40
- Transfer: {
41
- titles: ['', ''],
42
- searchPlaceholder: 'Search here',
43
- itemUnit: 'item',
44
- itemsUnit: 'items',
45
- remove: 'Remove',
46
- selectCurrent: 'Select current page',
47
- removeCurrent: 'Remove current page',
48
- selectAll: 'Select all data',
49
- removeAll: 'Remove all data',
50
- selectInvert: 'Invert current page'
51
- },
52
- Upload: {
53
- uploading: 'Uploading...',
54
- removeFile: 'Remove file',
55
- uploadError: 'Upload error',
56
- previewFile: 'Preview file',
57
- downloadFile: 'Download file'
58
- },
59
- Empty: {
60
- description: 'No Data'
61
- },
62
- Icon: {
63
- icon: 'icon'
64
- },
65
- Text: {
66
- edit: 'Edit',
67
- copy: 'Copy',
68
- copied: 'Copied',
69
- expand: 'Expand'
70
- },
71
- PageHeader: {
72
- back: 'Back'
73
- },
74
- Form: {
75
- defaultValidateMessages: {
76
- "default": 'Field validation error ${label}',
77
- required: 'Please enter ${label}',
78
- "enum": '${label} must be one of [${enum}]',
79
- whitespace: '${label} cannot be a blank character',
80
- date: {
81
- format: '${label} date format is invalid',
82
- parse: '${label} cannot be converted to a date',
83
- invalid: '${label} is an invalid date'
84
- },
85
- types: {
86
- string: typeTemplate,
87
- method: typeTemplate,
88
- array: typeTemplate,
89
- object: typeTemplate,
90
- number: typeTemplate,
91
- date: typeTemplate,
92
- "boolean": typeTemplate,
93
- integer: typeTemplate,
94
- "float": typeTemplate,
95
- regexp: typeTemplate,
96
- email: typeTemplate,
97
- url: typeTemplate,
98
- hex: typeTemplate
99
- },
100
- string: {
101
- len: '${label} must be ${len} characters',
102
- min: '${label} at least ${min} characters',
103
- max: '${label} up to ${max} characters',
104
- range: '${label} must be between ${min}-${max} characters'
105
- },
106
- number: {
107
- len: '${label} must be equal to ${len}',
108
- min: '${label} minimum value is ${min}',
109
- max: '${label} maximum value is ${max}',
110
- range: '${label} must be between ${min}-${max}'
111
- },
112
- array: {
113
- len: 'Must be ${len} ${label}',
114
- min: 'At least ${min} ${label}',
115
- max: 'At most ${max} ${label}',
116
- range: 'The amount of ${label} must be between ${min}-${max}'
117
- },
118
- pattern: {
119
- mismatch: '${label} does not match the pattern ${pattern}'
120
- }
121
- }
122
- }
123
- };
124
- export default localeValues;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;
@@ -1,43 +0,0 @@
1
- import Pagination from "rc-pagination/es/locale/el_GR";
2
- import DatePicker from '../date-picker/locale/el_GR';
3
- import TimePicker from '../time-picker/locale/el_GR';
4
- import Calendar from '../calendar/locale/el_GR';
5
- var localeValues = {
6
- locale: 'el',
7
- Pagination: Pagination,
8
- DatePicker: DatePicker,
9
- TimePicker: TimePicker,
10
- Calendar: Calendar,
11
- Table: {
12
- filterTitle: 'Μενού φίλτρων',
13
- filterConfirm: 'ΟΚ',
14
- filterReset: 'Επαναφορά',
15
- selectAll: 'Επιλογή τρέχουσας σελίδας',
16
- selectInvert: 'Αντιστροφή τρέχουσας σελίδας'
17
- },
18
- Modal: {
19
- okText: 'ΟΚ',
20
- cancelText: 'Άκυρο',
21
- justOkText: 'ΟΚ'
22
- },
23
- Popconfirm: {
24
- okText: 'ΟΚ',
25
- cancelText: 'Άκυρο'
26
- },
27
- Transfer: {
28
- searchPlaceholder: 'Αναζήτηση',
29
- itemUnit: 'αντικείμενο',
30
- itemsUnit: 'αντικείμενα'
31
- },
32
- Upload: {
33
- uploading: 'Μεταφόρτωση...',
34
- removeFile: 'Αφαίρεση αρχείου',
35
- uploadError: 'Σφάλμα μεταφόρτωσης',
36
- previewFile: 'Προεπισκόπηση αρχείου',
37
- downloadFile: 'Λήψη αρχείου'
38
- },
39
- Empty: {
40
- description: 'Δεν υπάρχουν δεδομένα'
41
- }
42
- };
43
- export default localeValues;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;
@@ -1,94 +0,0 @@
1
- /* eslint-disable no-template-curly-in-string */
2
- import Pagination from "rc-pagination/es/locale/en_GB";
3
- import DatePicker from '../date-picker/locale/en_GB';
4
- import TimePicker from '../time-picker/locale/en_GB';
5
- import Calendar from '../calendar/locale/en_GB';
6
- var typeTemplate = '${label} is not a valid ${type}';
7
- var localeValues = {
8
- locale: 'en-gb',
9
- Pagination: Pagination,
10
- DatePicker: DatePicker,
11
- TimePicker: TimePicker,
12
- Calendar: Calendar,
13
- Table: {
14
- filterTitle: 'Filter menu',
15
- filterConfirm: 'OK',
16
- filterReset: 'Reset',
17
- selectAll: 'Select current page',
18
- selectInvert: 'Invert current page'
19
- },
20
- Modal: {
21
- okText: 'OK',
22
- cancelText: 'Cancel',
23
- justOkText: 'OK'
24
- },
25
- Popconfirm: {
26
- okText: 'OK',
27
- cancelText: 'Cancel'
28
- },
29
- Transfer: {
30
- searchPlaceholder: 'Search here',
31
- itemUnit: 'item',
32
- itemsUnit: 'items'
33
- },
34
- Upload: {
35
- uploading: 'Uploading...',
36
- removeFile: 'Remove file',
37
- uploadError: 'Upload error',
38
- previewFile: 'Preview file',
39
- downloadFile: 'Download file'
40
- },
41
- Empty: {
42
- description: 'No data'
43
- },
44
- Form: {
45
- defaultValidateMessages: {
46
- "default": 'Field validation error ${label}',
47
- required: 'Please enter ${label}',
48
- "enum": '${label} must be one of [${enum}]',
49
- whitespace: '${label} cannot be a blank character',
50
- date: {
51
- format: '${label} date format is invalid',
52
- parse: '${label} cannot be converted to a date',
53
- invalid: '${label} is an invalid date'
54
- },
55
- types: {
56
- string: typeTemplate,
57
- method: typeTemplate,
58
- array: typeTemplate,
59
- object: typeTemplate,
60
- number: typeTemplate,
61
- date: typeTemplate,
62
- "boolean": typeTemplate,
63
- integer: typeTemplate,
64
- "float": typeTemplate,
65
- regexp: typeTemplate,
66
- email: typeTemplate,
67
- url: typeTemplate,
68
- hex: typeTemplate
69
- },
70
- string: {
71
- len: '${label} must be ${len} characters',
72
- min: '${label} at least ${min} characters',
73
- max: '${label} up to ${max} characters',
74
- range: '${label} must be between ${min}-${max} characters'
75
- },
76
- number: {
77
- len: '${label} must be equal to ${len}',
78
- min: '${label} minimum value is ${min}',
79
- max: '${label} maximum value is ${max}',
80
- range: '${label} must be between ${min}-${max}'
81
- },
82
- array: {
83
- len: 'Must be ${len} ${label}',
84
- min: 'At least ${min} ${label}',
85
- max: 'At most ${max} ${label}',
86
- range: 'The amount of ${label} must be between ${min}-${max}'
87
- },
88
- pattern: {
89
- mismatch: '${label} does not match the pattern ${pattern}'
90
- }
91
- }
92
- }
93
- };
94
- export default localeValues;
@@ -1,2 +0,0 @@
1
- import defaultLocale from './default';
2
- export default defaultLocale;
@@ -1,2 +0,0 @@
1
- import defaultLocale from './default';
2
- export default defaultLocale;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;
@@ -1,110 +0,0 @@
1
- /* eslint-disable no-template-curly-in-string */
2
- import Pagination from "rc-pagination/es/locale/es_ES";
3
- import DatePicker from '../date-picker/locale/es_ES';
4
- import TimePicker from '../time-picker/locale/es_ES';
5
- import Calendar from '../calendar/locale/es_ES';
6
- var typeTemplate = '${label} no es un ${type} válido';
7
- var localeValues = {
8
- locale: 'es',
9
- Pagination: Pagination,
10
- DatePicker: DatePicker,
11
- TimePicker: TimePicker,
12
- Calendar: Calendar,
13
- global: {
14
- placeholder: 'Seleccione'
15
- },
16
- Table: {
17
- filterTitle: 'Filtrar menú',
18
- filterConfirm: 'Aceptar',
19
- filterReset: 'Reiniciar',
20
- selectAll: 'Seleccionar todo',
21
- selectInvert: 'Invertir selección',
22
- sortTitle: 'Ordenar'
23
- },
24
- Modal: {
25
- okText: 'Aceptar',
26
- cancelText: 'Cancelar',
27
- justOkText: 'Aceptar'
28
- },
29
- Popconfirm: {
30
- okText: 'Aceptar',
31
- cancelText: 'Cancelar'
32
- },
33
- Transfer: {
34
- searchPlaceholder: 'Buscar aquí',
35
- itemUnit: 'elemento',
36
- itemsUnit: 'elementos'
37
- },
38
- Upload: {
39
- uploading: 'Subiendo...',
40
- removeFile: 'Eliminar archivo',
41
- uploadError: 'Error al subir el archivo',
42
- previewFile: 'Vista previa',
43
- downloadFile: 'Descargar archivo'
44
- },
45
- Empty: {
46
- description: 'No hay datos'
47
- },
48
- Icon: {
49
- icon: 'ícono'
50
- },
51
- Text: {
52
- edit: 'editar',
53
- copy: 'copiar',
54
- copied: 'copiado',
55
- expand: 'expandir'
56
- },
57
- PageHeader: {
58
- back: 'volver'
59
- },
60
- Form: {
61
- defaultValidateMessages: {
62
- "default": 'Error de validación del campo ${label}',
63
- required: 'Por favor ingresar ${label}',
64
- "enum": '${label} debe ser uno de [${enum}]',
65
- whitespace: '${label} no puede ser un carácter en blanco',
66
- date: {
67
- format: 'El formato de fecha de ${label} es inválido',
68
- parse: '${label} no se puede convertir a una fecha',
69
- invalid: '${label} es una fecha inválida'
70
- },
71
- types: {
72
- string: typeTemplate,
73
- method: typeTemplate,
74
- array: typeTemplate,
75
- object: typeTemplate,
76
- number: typeTemplate,
77
- date: typeTemplate,
78
- "boolean": typeTemplate,
79
- integer: typeTemplate,
80
- "float": typeTemplate,
81
- regexp: typeTemplate,
82
- email: typeTemplate,
83
- url: typeTemplate,
84
- hex: typeTemplate
85
- },
86
- string: {
87
- len: '${label} debe tener ${len} caracteres',
88
- min: '${label} debe tener al menos ${min} caracteres',
89
- max: '${label} debe tener hasta ${max} caracteres',
90
- range: '${label} debe tener entre ${min}-${max} caracteres'
91
- },
92
- number: {
93
- len: '${label} debe ser igual a ${len}',
94
- min: '${label} valor mínimo es ${min}',
95
- max: '${label} valor máximo es ${max}',
96
- range: '${label} debe estar entre ${min}-${max}'
97
- },
98
- array: {
99
- len: 'Debe ser ${len} ${label}',
100
- min: 'Al menos ${min} ${label}',
101
- max: 'A lo mucho ${max} ${label}',
102
- range: 'El monto de ${label} debe estar entre ${min}-${max}'
103
- },
104
- pattern: {
105
- mismatch: '${label} no coincide con el patrón ${pattern}'
106
- }
107
- }
108
- }
109
- };
110
- export default localeValues;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;
@@ -1,43 +0,0 @@
1
- import Pagination from "rc-pagination/es/locale/et_EE";
2
- import DatePicker from '../date-picker/locale/et_EE';
3
- import TimePicker from '../time-picker/locale/et_EE';
4
- import Calendar from '../calendar/locale/et_EE';
5
- var localeValues = {
6
- locale: 'et',
7
- Pagination: Pagination,
8
- DatePicker: DatePicker,
9
- TimePicker: TimePicker,
10
- Calendar: Calendar,
11
- Table: {
12
- filterTitle: 'Filtri menüü',
13
- filterConfirm: 'OK',
14
- filterReset: 'Nulli',
15
- selectAll: 'Vali kõik',
16
- selectInvert: 'Inverteeri valik'
17
- },
18
- Modal: {
19
- okText: 'OK',
20
- cancelText: 'Tühista',
21
- justOkText: 'OK'
22
- },
23
- Popconfirm: {
24
- okText: 'OK',
25
- cancelText: 'Tühista'
26
- },
27
- Transfer: {
28
- searchPlaceholder: 'Otsi siit',
29
- itemUnit: 'kogus',
30
- itemsUnit: 'kogus'
31
- },
32
- Upload: {
33
- uploading: 'Üleslaadimine...',
34
- removeFile: 'Eemalda fail',
35
- uploadError: 'Üleslaadimise tõrge',
36
- previewFile: 'Faili eelvaade',
37
- downloadFile: 'Laadige fail alla'
38
- },
39
- Empty: {
40
- description: 'Andmed puuduvad'
41
- }
42
- };
43
- export default localeValues;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;
@@ -1,114 +0,0 @@
1
- /* eslint-disable no-template-curly-in-string */
2
- import Pagination from "rc-pagination/es/locale/fa_IR";
3
- import DatePicker from '../date-picker/locale/fa_IR';
4
- import TimePicker from '../time-picker/locale/fa_IR';
5
- import Calendar from '../calendar/locale/fa_IR';
6
- var typeTemplate = '${label} از نوع ${type} معتبر نیست';
7
- var localeValues = {
8
- locale: 'fa',
9
- Pagination: Pagination,
10
- DatePicker: DatePicker,
11
- TimePicker: TimePicker,
12
- Calendar: Calendar,
13
- Table: {
14
- filterTitle: 'منوی فیلتر',
15
- filterConfirm: 'تایید',
16
- filterReset: 'پاک کردن',
17
- selectAll: 'انتخاب صفحه‌ی کنونی',
18
- selectInvert: 'معکوس کردن انتخاب‌ها در صفحه ی کنونی',
19
- selectionAll: 'انتخاب همه داده‌ها',
20
- sortTitle: 'مرتب سازی',
21
- expand: 'باز شدن ردیف',
22
- collapse: 'بستن ردیف',
23
- triggerDesc: 'ترتیب نزولی',
24
- triggerAsc: 'ترتیب صعودی',
25
- cancelSort: 'لغوِ ترتیبِ داده شده'
26
- },
27
- Modal: {
28
- okText: 'تایید',
29
- cancelText: 'لغو',
30
- justOkText: 'تایید'
31
- },
32
- Popconfirm: {
33
- okText: 'تایید',
34
- cancelText: 'لغو'
35
- },
36
- Transfer: {
37
- titles: ['', ''],
38
- searchPlaceholder: 'جستجو',
39
- itemUnit: '',
40
- itemsUnit: ''
41
- },
42
- Upload: {
43
- uploading: 'در حال آپلود...',
44
- removeFile: 'حذف فایل',
45
- uploadError: 'خطا در آپلود',
46
- previewFile: 'مشاهده‌ی فایل',
47
- downloadFile: 'دریافت فایل'
48
- },
49
- Empty: {
50
- description: 'داده‌ای موجود نیست'
51
- },
52
- Icon: {
53
- icon: 'آیکن'
54
- },
55
- Text: {
56
- edit: 'ویرایش',
57
- copy: 'کپس',
58
- copied: 'کپی شد',
59
- expand: 'توسعه'
60
- },
61
- PageHeader: {
62
- back: 'برگشت'
63
- },
64
- Form: {
65
- defaultValidateMessages: {
66
- "default": 'خطا در ${label}',
67
- required: 'فیلد ${label} اجباریست',
68
- "enum": '${label} باید یکی از [${enum}] باشد',
69
- whitespace: '${label} نمیتواند خالی باشد',
70
- date: {
71
- format: 'ساختار تاریخ در ${label} نامعتبر است',
72
- parse: '${label} قابل تبدیل به تاریخ نیست',
73
- invalid: '${label} تاریخی نا معتبر است'
74
- },
75
- types: {
76
- string: typeTemplate,
77
- method: typeTemplate,
78
- array: typeTemplate,
79
- object: typeTemplate,
80
- number: typeTemplate,
81
- date: typeTemplate,
82
- "boolean": typeTemplate,
83
- integer: typeTemplate,
84
- "float": typeTemplate,
85
- regexp: typeTemplate,
86
- email: typeTemplate,
87
- url: typeTemplate,
88
- hex: typeTemplate
89
- },
90
- string: {
91
- len: '${label} باید ${len} کاراکتر باشد',
92
- min: '${label} باید حداقل ${min} کاراکتر باشد',
93
- max: '${label} باید حداکثر ${max} کاراکتر باشد',
94
- range: '${label} باید بین ${min}-${max} کاراکتر باشد'
95
- },
96
- number: {
97
- len: '${label} باید برابر ${len}',
98
- min: '${label} حداقل میتواند ${min} باشد',
99
- max: '${label} حداکثر میتواند ${max} باشد',
100
- range: '${label} باید بین ${min}-${max} باشد'
101
- },
102
- array: {
103
- len: 'تعداد ${label} باید ${len} باشد.',
104
- min: 'تعداد ${lable} حداقل باید ${min} باشد',
105
- max: 'تعداد ${lable} حداکثر باید ${max} باشد',
106
- range: 'مقدار ${label} باید بین ${min}-${max} باشد'
107
- },
108
- pattern: {
109
- mismatch: 'الگوی ${label} با ${pattern} برابری نمی‌کند'
110
- }
111
- }
112
- }
113
- };
114
- export default localeValues;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;
@@ -1,50 +0,0 @@
1
- import Pagination from "rc-pagination/es/locale/fi_FI";
2
- import DatePicker from '../date-picker/locale/fi_FI';
3
- import TimePicker from '../time-picker/locale/fi_FI';
4
- import Calendar from '../calendar/locale/fi_FI';
5
- var localeValues = {
6
- locale: 'fi',
7
- Pagination: Pagination,
8
- DatePicker: DatePicker,
9
- TimePicker: TimePicker,
10
- Calendar: Calendar,
11
- Table: {
12
- filterTitle: 'Suodatus valikko',
13
- filterConfirm: 'OK',
14
- filterReset: 'Tyhjennä',
15
- selectAll: 'Valitse kaikki',
16
- selectInvert: 'Valitse päinvastoin',
17
- sortTitle: 'Lajittele'
18
- },
19
- Modal: {
20
- okText: 'OK',
21
- cancelText: 'Peruuta',
22
- justOkText: 'OK'
23
- },
24
- Popconfirm: {
25
- okText: 'OK',
26
- cancelText: 'Peruuta'
27
- },
28
- Transfer: {
29
- searchPlaceholder: 'Etsi täältä',
30
- itemUnit: 'kohde',
31
- itemsUnit: 'kohdetta'
32
- },
33
- Upload: {
34
- uploading: 'Lähetetään...',
35
- removeFile: 'Poista tiedosto',
36
- uploadError: 'Virhe lähetyksessä',
37
- previewFile: 'Esikatsele tiedostoa',
38
- downloadFile: 'Lataa tiedosto'
39
- },
40
- Empty: {
41
- description: 'Ei kohteita'
42
- },
43
- Text: {
44
- edit: 'Muokkaa',
45
- copy: 'Kopioi',
46
- copied: 'Kopioitu',
47
- expand: 'Näytä lisää'
48
- }
49
- };
50
- export default localeValues;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;
@@ -1,47 +0,0 @@
1
- import Pagination from "rc-pagination/es/locale/fr_BE";
2
- import DatePicker from '../date-picker/locale/fr_BE';
3
- import TimePicker from '../time-picker/locale/fr_BE';
4
- import Calendar from '../calendar/locale/fr_BE';
5
- var localeValues = {
6
- locale: 'fr',
7
- Pagination: Pagination,
8
- DatePicker: DatePicker,
9
- TimePicker: TimePicker,
10
- Calendar: Calendar,
11
- Table: {
12
- filterTitle: 'Filtrer',
13
- filterConfirm: 'OK',
14
- filterReset: 'Réinitialiser'
15
- },
16
- Modal: {
17
- okText: 'OK',
18
- cancelText: 'Annuler',
19
- justOkText: 'OK'
20
- },
21
- Popconfirm: {
22
- okText: 'OK',
23
- cancelText: 'Annuler'
24
- },
25
- Transfer: {
26
- searchPlaceholder: 'Recherche',
27
- itemUnit: 'élément',
28
- itemsUnit: 'éléments'
29
- },
30
- Upload: {
31
- uploading: 'Téléchargement...',
32
- removeFile: 'Effacer le fichier',
33
- uploadError: 'Erreur de téléchargement',
34
- previewFile: 'Fichier de prévisualisation',
35
- downloadFile: 'Télécharger un fichier'
36
- },
37
- Empty: {
38
- description: 'Aucune donnée'
39
- },
40
- Text: {
41
- edit: 'éditer',
42
- copy: 'copier',
43
- copied: 'copie effectuée',
44
- expand: 'développer'
45
- }
46
- };
47
- export default localeValues;
@@ -1,3 +0,0 @@
1
- import { Locale } from '../locale-provider';
2
- declare const localeValues: Locale;
3
- export default localeValues;