@julingbase/jly-arco-design 0.0.2 → 0.0.3

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 (424) hide show
  1. package/README.md +2 -8
  2. package/dist/arco-vue-icon.js.map +1 -1
  3. package/dist/arco-vue-icon.min.js.map +1 -1
  4. package/dist/arco-vue.js +30 -6
  5. package/dist/arco-vue.js.map +1 -1
  6. package/dist/arco-vue.min.js +471 -468
  7. package/dist/arco-vue.min.js.map +1 -1
  8. package/es/_components/auto-tooltip/style/index.less +10 -10
  9. package/es/_components/input-label/style/index.less +7 -7
  10. package/es/_components/input-label/style/input-label.less +70 -70
  11. package/es/_components/picker/style/index.less +191 -191
  12. package/es/_components/picker/style/token.less +58 -58
  13. package/es/_components/select-view/style/index.less +58 -58
  14. package/es/_components/select-view/style/token.less +4 -4
  15. package/es/affix/style/index.less +8 -8
  16. package/es/alert/style/index.less +198 -198
  17. package/es/alert/style/token.less +76 -76
  18. package/es/anchor/style/index.less +99 -99
  19. package/es/anchor/style/token.less +30 -30
  20. package/es/auto-complete/style/index.less +44 -44
  21. package/es/auto-complete/style/token.less +29 -29
  22. package/es/avatar/style/index.less +155 -155
  23. package/es/avatar/style/token.less +29 -29
  24. package/es/back-top/style/index.less +33 -33
  25. package/es/back-top/style/token.less +12 -12
  26. package/es/badge/style/index.less +178 -178
  27. package/es/badge/style/token.less +30 -30
  28. package/es/breadcrumb/style/index.less +76 -76
  29. package/es/breadcrumb/style/token.less +24 -24
  30. package/es/button/style/index.less +304 -304
  31. package/es/button/style/token.less +459 -459
  32. package/es/calendar/style/index.less +479 -479
  33. package/es/calendar/style/token.less +62 -62
  34. package/es/card/style/index.less +219 -219
  35. package/es/card/style/token.less +40 -40
  36. package/es/carousel/style/index.less +405 -405
  37. package/es/carousel/style/slide.less +175 -175
  38. package/es/carousel/style/token.less +33 -33
  39. package/es/cascader/style/index.less +234 -234
  40. package/es/cascader/style/token.less +24 -24
  41. package/es/checkbox/style/index.less +182 -182
  42. package/es/checkbox/style/token.less +37 -37
  43. package/es/collapse/style/index.less +180 -180
  44. package/es/collapse/style/token.less +34 -34
  45. package/es/color-picker/style/index.less +309 -309
  46. package/es/color-picker/style/token.less +70 -70
  47. package/es/comment/style/index.less +66 -66
  48. package/es/comment/style/token.less +17 -17
  49. package/es/date-picker/index.d.ts +1 -1
  50. package/es/date-picker/picker.d.ts +1 -1
  51. package/es/date-picker/range-picker.d.ts +1 -1
  52. package/es/date-picker/style/date.less +128 -128
  53. package/es/date-picker/style/index.less +309 -309
  54. package/es/date-picker/style/month.less +26 -26
  55. package/es/date-picker/style/quarter.less +8 -8
  56. package/es/date-picker/style/range.less +9 -9
  57. package/es/date-picker/style/shortcuts.less +25 -25
  58. package/es/date-picker/style/token.less +76 -76
  59. package/es/date-picker/style/week.less +68 -68
  60. package/es/date-picker/style/year.less +8 -8
  61. package/es/descriptions/descriptions.d.ts +1 -1
  62. package/es/descriptions/index.d.ts +3 -3
  63. package/es/descriptions/style/index.less +159 -159
  64. package/es/descriptions/style/token.less +45 -45
  65. package/es/divider/style/index.less +56 -56
  66. package/es/divider/style/token.less +15 -15
  67. package/es/drawer/style/index.less +230 -230
  68. package/es/drawer/style/token.less +16 -16
  69. package/es/dropdown/context.d.ts +2 -1
  70. package/es/dropdown/dropdown-button.d.ts +12 -3
  71. package/es/dropdown/dropdown-panel.js +18 -4
  72. package/es/dropdown/dropdown.d.ts +12 -3
  73. package/es/dropdown/dropdown.js +12 -2
  74. package/es/dropdown/index.d.ts +33 -9
  75. package/es/dropdown/style/index.less +106 -106
  76. package/es/dropdown/style/token.less +40 -40
  77. package/es/empty/style/index.less +26 -26
  78. package/es/empty/style/token.less +10 -10
  79. package/es/form/style/index.less +257 -257
  80. package/es/form/style/status.less +152 -152
  81. package/es/form/style/token.less +81 -81
  82. package/es/grid/style/col.less +95 -95
  83. package/es/grid/style/grid.less +5 -5
  84. package/es/grid/style/index.less +3 -3
  85. package/es/grid/style/row.less +44 -44
  86. package/es/image/style/image.less +158 -158
  87. package/es/image/style/index.less +5 -5
  88. package/es/image/style/preview.less +227 -227
  89. package/es/image/style/token.less +123 -123
  90. package/es/image/style/trigger.less +14 -14
  91. package/es/input/index.d.ts +4 -4
  92. package/es/input/input-password.d.ts +1 -1
  93. package/es/input/input.d.ts +1 -1
  94. package/es/input/style/group.less +63 -63
  95. package/es/input/style/index.less +121 -121
  96. package/es/input/style/input.less +185 -185
  97. package/es/input/style/password.less +11 -11
  98. package/es/input/style/search.less +18 -18
  99. package/es/input/style/size.less +149 -149
  100. package/es/input/style/textarea.less +37 -37
  101. package/es/input/style/token.less +131 -131
  102. package/es/input-number/style/index.less +160 -160
  103. package/es/input-number/style/token.less +19 -19
  104. package/es/input-tag/style/index.less +40 -40
  105. package/es/input-tag/style/input-tag.less +129 -129
  106. package/es/input-tag/style/token.less +83 -83
  107. package/es/layout/style/index.less +104 -104
  108. package/es/layout/style/token.less +13 -13
  109. package/es/link/style/index.less +120 -120
  110. package/es/link/style/token.less +48 -48
  111. package/es/list/style/index.less +183 -183
  112. package/es/list/style/token.less +55 -55
  113. package/es/mention/index.d.ts +3 -3
  114. package/es/mention/mention.d.ts +1 -1
  115. package/es/mention/style/index.less +21 -21
  116. package/es/mention/style/token.less +6 -6
  117. package/es/menu/style/index.less +622 -622
  118. package/es/menu/style/token.less +117 -117
  119. package/es/message/style/index.less +191 -191
  120. package/es/message/style/token.less +52 -52
  121. package/es/modal/style/index.less +283 -283
  122. package/es/modal/style/token.less +30 -30
  123. package/es/notification/style/index.less +249 -249
  124. package/es/notification/style/token.less +58 -58
  125. package/es/overflow-list/style/index.less +19 -19
  126. package/es/page-header/style/index.less +127 -127
  127. package/es/page-header/style/token.less +30 -30
  128. package/es/pagination/style/index.less +300 -300
  129. package/es/pagination/style/token.less +91 -91
  130. package/es/popconfirm/style/index.less +70 -70
  131. package/es/popconfirm/style/token.less +20 -20
  132. package/es/popover/style/index.less +38 -38
  133. package/es/popover/style/token.less +15 -15
  134. package/es/progress/style/index.less +378 -378
  135. package/es/progress/style/token.less +60 -60
  136. package/es/radio/index.d.ts +4 -4
  137. package/es/radio/radio-group.d.ts +1 -1
  138. package/es/radio/radio.d.ts +1 -1
  139. package/es/radio/style/index.less +266 -266
  140. package/es/radio/style/token.less +55 -55
  141. package/es/rate/style/index.less +87 -87
  142. package/es/rate/style/token.less +13 -13
  143. package/es/resize-box/style/index.less +60 -60
  144. package/es/resize-box/style/token.less +6 -6
  145. package/es/result/style/index.less +94 -94
  146. package/es/result/style/token.less +32 -32
  147. package/es/scrollbar/style/index.less +137 -137
  148. package/es/scrollbar/style/token.less +12 -12
  149. package/es/select/style/index.less +132 -132
  150. package/es/select/style/token.less +43 -43
  151. package/es/skeleton/style/index.less +66 -66
  152. package/es/skeleton/style/token.less +15 -15
  153. package/es/slider/style/index.less +282 -282
  154. package/es/slider/style/token.less +50 -50
  155. package/es/space/style/index.less +50 -50
  156. package/es/spin/style/dot-loading.less +64 -64
  157. package/es/spin/style/index.less +56 -56
  158. package/es/spin/style/token.less +17 -17
  159. package/es/split/style/index.less +53 -53
  160. package/es/split/style/token.less +7 -7
  161. package/es/statistic/style/index.less +47 -47
  162. package/es/statistic/style/token.less +15 -15
  163. package/es/steps/style/arrow.less +212 -212
  164. package/es/steps/style/circle.less +265 -265
  165. package/es/steps/style/dot.less +210 -210
  166. package/es/steps/style/index.less +74 -74
  167. package/es/steps/style/navigation.less +60 -60
  168. package/es/steps/style/token.less +144 -144
  169. package/es/style/animation/fade.less +57 -57
  170. package/es/style/animation/index.less +3 -3
  171. package/es/style/animation/slide.less +158 -158
  172. package/es/style/animation/zoom.less +217 -217
  173. package/es/style/color/colors.less +427 -427
  174. package/es/style/color/css-variables.less +389 -389
  175. package/es/style/color/get-rgb-str.js +17 -17
  176. package/es/style/color/palette-dark.js +10 -10
  177. package/es/style/color/palette.js +10 -10
  178. package/es/style/icon.less +86 -86
  179. package/es/style/index.less +11 -11
  180. package/es/style/mixins/icon-hover.less +14 -14
  181. package/es/style/mixins/index.less +13 -13
  182. package/es/style/normalize.less +353 -353
  183. package/es/style/theme/component.less +21 -21
  184. package/es/style/theme/css-variables.less +146 -146
  185. package/es/style/theme/global.less +416 -416
  186. package/es/style/theme/index.less +42 -42
  187. package/es/switch/index.d.ts +3 -3
  188. package/es/switch/style/index.less +332 -332
  189. package/es/switch/style/token.less +62 -62
  190. package/es/switch/switch.d.ts +1 -1
  191. package/es/table/style/filters-popup.less +51 -51
  192. package/es/table/style/index.less +868 -868
  193. package/es/table/style/token.less +134 -134
  194. package/es/table/table-operation-td.d.ts +4 -4
  195. package/es/tabs/style/index.less +730 -730
  196. package/es/tabs/style/rtl.less +104 -104
  197. package/es/tabs/style/token.less +146 -146
  198. package/es/tabs/style/vertical.less +156 -156
  199. package/es/tag/style/index.less +171 -171
  200. package/es/tag/style/token.less +171 -171
  201. package/es/textarea/style/index.less +64 -64
  202. package/es/time-picker/index.d.ts +3 -3
  203. package/es/time-picker/style/index.less +94 -94
  204. package/es/time-picker/style/token.less +17 -17
  205. package/es/time-picker/time-picker.d.ts +1 -1
  206. package/es/timeline/style/horizontal.less +87 -87
  207. package/es/timeline/style/index.less +272 -272
  208. package/es/timeline/style/token.less +25 -25
  209. package/es/tooltip/style/index.less +24 -24
  210. package/es/tooltip/style/token.less +14 -14
  211. package/es/transfer/style/index.less +294 -294
  212. package/es/transfer/style/token.less +48 -48
  213. package/es/tree/style/index.less +396 -396
  214. package/es/tree/style/token.less +51 -51
  215. package/es/tree-select/style/index.less +49 -49
  216. package/es/tree-select/style/token.less +7 -7
  217. package/es/trigger/style/index.less +57 -57
  218. package/es/trigger/style/token.less +5 -5
  219. package/es/typography/edit-content.d.ts +12 -12
  220. package/es/typography/style/index.less +207 -207
  221. package/es/typography/style/token.less +55 -55
  222. package/es/upload/style/index.less +515 -515
  223. package/es/upload/style/token.less +97 -97
  224. package/es/verification-code/style/index.less +32 -32
  225. package/es/verification-code/style/token.less +1 -1
  226. package/json/vetur-attributes.json +1403 -1399
  227. package/json/vetur-tags.json +573 -572
  228. package/json/web-types.json +4401 -4393
  229. package/lib/_components/auto-tooltip/style/index.less +10 -10
  230. package/lib/_components/input-label/style/index.less +7 -7
  231. package/lib/_components/input-label/style/input-label.less +70 -70
  232. package/lib/_components/picker/style/index.less +191 -191
  233. package/lib/_components/picker/style/token.less +58 -58
  234. package/lib/_components/select-view/style/index.less +58 -58
  235. package/lib/_components/select-view/style/token.less +4 -4
  236. package/lib/affix/style/index.less +8 -8
  237. package/lib/alert/style/index.less +198 -198
  238. package/lib/alert/style/token.less +76 -76
  239. package/lib/anchor/style/index.less +99 -99
  240. package/lib/anchor/style/token.less +30 -30
  241. package/lib/auto-complete/style/index.less +44 -44
  242. package/lib/auto-complete/style/token.less +29 -29
  243. package/lib/avatar/style/index.less +155 -155
  244. package/lib/avatar/style/token.less +29 -29
  245. package/lib/back-top/style/index.less +33 -33
  246. package/lib/back-top/style/token.less +12 -12
  247. package/lib/badge/style/index.less +178 -178
  248. package/lib/badge/style/token.less +30 -30
  249. package/lib/breadcrumb/style/index.less +76 -76
  250. package/lib/breadcrumb/style/token.less +24 -24
  251. package/lib/button/style/index.less +304 -304
  252. package/lib/button/style/token.less +459 -459
  253. package/lib/calendar/style/index.less +479 -479
  254. package/lib/calendar/style/token.less +62 -62
  255. package/lib/card/style/index.less +219 -219
  256. package/lib/card/style/token.less +40 -40
  257. package/lib/carousel/style/index.less +405 -405
  258. package/lib/carousel/style/slide.less +175 -175
  259. package/lib/carousel/style/token.less +33 -33
  260. package/lib/cascader/style/index.less +234 -234
  261. package/lib/cascader/style/token.less +24 -24
  262. package/lib/checkbox/style/index.less +182 -182
  263. package/lib/checkbox/style/token.less +37 -37
  264. package/lib/collapse/style/index.less +180 -180
  265. package/lib/collapse/style/token.less +34 -34
  266. package/lib/color-picker/style/index.less +309 -309
  267. package/lib/color-picker/style/token.less +70 -70
  268. package/lib/comment/style/index.less +66 -66
  269. package/lib/comment/style/token.less +17 -17
  270. package/lib/date-picker/style/date.less +128 -128
  271. package/lib/date-picker/style/index.less +309 -309
  272. package/lib/date-picker/style/month.less +26 -26
  273. package/lib/date-picker/style/quarter.less +8 -8
  274. package/lib/date-picker/style/range.less +9 -9
  275. package/lib/date-picker/style/shortcuts.less +25 -25
  276. package/lib/date-picker/style/token.less +76 -76
  277. package/lib/date-picker/style/week.less +68 -68
  278. package/lib/date-picker/style/year.less +8 -8
  279. package/lib/descriptions/style/index.less +159 -159
  280. package/lib/descriptions/style/token.less +45 -45
  281. package/lib/divider/style/index.less +56 -56
  282. package/lib/divider/style/token.less +15 -15
  283. package/lib/drawer/style/index.less +230 -230
  284. package/lib/drawer/style/token.less +16 -16
  285. package/lib/dropdown/dropdown-panel.js +18 -4
  286. package/lib/dropdown/dropdown.js +12 -2
  287. package/lib/dropdown/style/index.less +106 -106
  288. package/lib/dropdown/style/token.less +40 -40
  289. package/lib/empty/style/index.less +26 -26
  290. package/lib/empty/style/token.less +10 -10
  291. package/lib/form/style/index.less +257 -257
  292. package/lib/form/style/status.less +152 -152
  293. package/lib/form/style/token.less +81 -81
  294. package/lib/grid/style/col.less +95 -95
  295. package/lib/grid/style/grid.less +5 -5
  296. package/lib/grid/style/index.less +3 -3
  297. package/lib/grid/style/row.less +44 -44
  298. package/lib/image/style/image.less +158 -158
  299. package/lib/image/style/index.less +5 -5
  300. package/lib/image/style/preview.less +227 -227
  301. package/lib/image/style/token.less +123 -123
  302. package/lib/image/style/trigger.less +14 -14
  303. package/lib/input/style/group.less +63 -63
  304. package/lib/input/style/index.less +121 -121
  305. package/lib/input/style/input.less +185 -185
  306. package/lib/input/style/password.less +11 -11
  307. package/lib/input/style/search.less +18 -18
  308. package/lib/input/style/size.less +149 -149
  309. package/lib/input/style/textarea.less +37 -37
  310. package/lib/input/style/token.less +131 -131
  311. package/lib/input-number/style/index.less +160 -160
  312. package/lib/input-number/style/token.less +19 -19
  313. package/lib/input-tag/style/index.less +40 -40
  314. package/lib/input-tag/style/input-tag.less +129 -129
  315. package/lib/input-tag/style/token.less +83 -83
  316. package/lib/layout/style/index.less +104 -104
  317. package/lib/layout/style/token.less +13 -13
  318. package/lib/link/style/index.less +120 -120
  319. package/lib/link/style/token.less +48 -48
  320. package/lib/list/style/index.less +183 -183
  321. package/lib/list/style/token.less +55 -55
  322. package/lib/mention/style/index.less +21 -21
  323. package/lib/mention/style/token.less +6 -6
  324. package/lib/menu/style/index.less +622 -622
  325. package/lib/menu/style/token.less +117 -117
  326. package/lib/message/style/index.less +191 -191
  327. package/lib/message/style/token.less +52 -52
  328. package/lib/modal/style/index.less +283 -283
  329. package/lib/modal/style/token.less +30 -30
  330. package/lib/notification/style/index.less +249 -249
  331. package/lib/notification/style/token.less +58 -58
  332. package/lib/overflow-list/style/index.less +19 -19
  333. package/lib/page-header/style/index.less +127 -127
  334. package/lib/page-header/style/token.less +30 -30
  335. package/lib/pagination/style/index.less +300 -300
  336. package/lib/pagination/style/token.less +91 -91
  337. package/lib/popconfirm/style/index.less +70 -70
  338. package/lib/popconfirm/style/token.less +20 -20
  339. package/lib/popover/style/index.less +38 -38
  340. package/lib/popover/style/token.less +15 -15
  341. package/lib/progress/style/index.less +378 -378
  342. package/lib/progress/style/token.less +60 -60
  343. package/lib/radio/style/index.less +266 -266
  344. package/lib/radio/style/token.less +55 -55
  345. package/lib/rate/style/index.less +87 -87
  346. package/lib/rate/style/token.less +13 -13
  347. package/lib/resize-box/style/index.less +60 -60
  348. package/lib/resize-box/style/token.less +6 -6
  349. package/lib/result/style/index.less +94 -94
  350. package/lib/result/style/token.less +32 -32
  351. package/lib/scrollbar/style/index.less +137 -137
  352. package/lib/scrollbar/style/token.less +12 -12
  353. package/lib/select/style/index.less +132 -132
  354. package/lib/select/style/token.less +43 -43
  355. package/lib/skeleton/style/index.less +66 -66
  356. package/lib/skeleton/style/token.less +15 -15
  357. package/lib/slider/style/index.less +282 -282
  358. package/lib/slider/style/token.less +50 -50
  359. package/lib/space/style/index.less +50 -50
  360. package/lib/spin/style/dot-loading.less +64 -64
  361. package/lib/spin/style/index.less +56 -56
  362. package/lib/spin/style/token.less +17 -17
  363. package/lib/split/style/index.less +53 -53
  364. package/lib/split/style/token.less +7 -7
  365. package/lib/statistic/style/index.less +47 -47
  366. package/lib/statistic/style/token.less +15 -15
  367. package/lib/steps/style/arrow.less +212 -212
  368. package/lib/steps/style/circle.less +265 -265
  369. package/lib/steps/style/dot.less +210 -210
  370. package/lib/steps/style/index.less +74 -74
  371. package/lib/steps/style/navigation.less +60 -60
  372. package/lib/steps/style/token.less +144 -144
  373. package/lib/style/animation/fade.less +57 -57
  374. package/lib/style/animation/index.less +3 -3
  375. package/lib/style/animation/slide.less +158 -158
  376. package/lib/style/animation/zoom.less +217 -217
  377. package/lib/style/color/colors.less +427 -427
  378. package/lib/style/color/css-variables.less +389 -389
  379. package/lib/style/color/get-rgb-str.js +17 -17
  380. package/lib/style/color/palette-dark.js +10 -10
  381. package/lib/style/color/palette.js +10 -10
  382. package/lib/style/icon.less +86 -86
  383. package/lib/style/index.less +11 -11
  384. package/lib/style/mixins/icon-hover.less +14 -14
  385. package/lib/style/mixins/index.less +13 -13
  386. package/lib/style/normalize.less +353 -353
  387. package/lib/style/theme/component.less +21 -21
  388. package/lib/style/theme/css-variables.less +146 -146
  389. package/lib/style/theme/global.less +416 -416
  390. package/lib/style/theme/index.less +42 -42
  391. package/lib/switch/style/index.less +332 -332
  392. package/lib/switch/style/token.less +62 -62
  393. package/lib/table/style/filters-popup.less +51 -51
  394. package/lib/table/style/index.less +868 -868
  395. package/lib/table/style/token.less +134 -134
  396. package/lib/tabs/style/index.less +730 -730
  397. package/lib/tabs/style/rtl.less +104 -104
  398. package/lib/tabs/style/token.less +146 -146
  399. package/lib/tabs/style/vertical.less +156 -156
  400. package/lib/tag/style/index.less +171 -171
  401. package/lib/tag/style/token.less +171 -171
  402. package/lib/textarea/style/index.less +64 -64
  403. package/lib/time-picker/style/index.less +94 -94
  404. package/lib/time-picker/style/token.less +17 -17
  405. package/lib/timeline/style/horizontal.less +87 -87
  406. package/lib/timeline/style/index.less +272 -272
  407. package/lib/timeline/style/token.less +25 -25
  408. package/lib/tooltip/style/index.less +24 -24
  409. package/lib/tooltip/style/token.less +14 -14
  410. package/lib/transfer/style/index.less +294 -294
  411. package/lib/transfer/style/token.less +48 -48
  412. package/lib/tree/style/index.less +396 -396
  413. package/lib/tree/style/token.less +51 -51
  414. package/lib/tree-select/style/index.less +49 -49
  415. package/lib/tree-select/style/token.less +7 -7
  416. package/lib/trigger/style/index.less +57 -57
  417. package/lib/trigger/style/token.less +5 -5
  418. package/lib/typography/style/index.less +207 -207
  419. package/lib/typography/style/token.less +55 -55
  420. package/lib/upload/style/index.less +515 -515
  421. package/lib/upload/style/token.less +97 -97
  422. package/lib/verification-code/style/index.less +32 -32
  423. package/lib/verification-code/style/token.less +1 -1
  424. package/package.json +2 -2
@@ -28,51 +28,6 @@
28
28
  "virtual-list-props"
29
29
  ]
30
30
  },
31
- "a-avatar": {
32
- "attributes": [
33
- "click",
34
- "error",
35
- "load",
36
- "shape",
37
- "image-url",
38
- "size",
39
- "auto-fix-font-size",
40
- "trigger-type",
41
- "trigger-icon-style",
42
- "object-fit"
43
- ]
44
- },
45
- "a-avatar-group": {
46
- "attributes": [
47
- "shape",
48
- "size",
49
- "auto-fix-font-size",
50
- "max-count",
51
- "z-index-ascend",
52
- "max-style",
53
- "max-popover-trigger-props"
54
- ]
55
- },
56
- "a-back-top": {
57
- "attributes": [
58
- "visible-height",
59
- "target-container",
60
- "easing",
61
- "duration"
62
- ]
63
- },
64
- "a-badge": {
65
- "attributes": [
66
- "text",
67
- "dot",
68
- "dot-style",
69
- "max-count",
70
- "offset",
71
- "color",
72
- "status",
73
- "count"
74
- ]
75
- },
76
31
  "a-anchor": {
77
32
  "attributes": [
78
33
  "select",
@@ -102,21 +57,6 @@
102
57
  "center"
103
58
  ]
104
59
  },
105
- "a-breadcrumb": {
106
- "attributes": [
107
- "max-count",
108
- "routes",
109
- "separator",
110
- "custom-url"
111
- ]
112
- },
113
- "a-breadcrumb-item": {
114
- "attributes": [
115
- "separator",
116
- "droplist",
117
- "dropdown-props"
118
- ]
119
- },
120
60
  "a-button": {
121
61
  "attributes": [
122
62
  "click",
@@ -141,6 +81,39 @@
141
81
  "disabled"
142
82
  ]
143
83
  },
84
+ "a-back-top": {
85
+ "attributes": [
86
+ "visible-height",
87
+ "target-container",
88
+ "easing",
89
+ "duration"
90
+ ]
91
+ },
92
+ "a-avatar": {
93
+ "attributes": [
94
+ "click",
95
+ "error",
96
+ "load",
97
+ "shape",
98
+ "image-url",
99
+ "size",
100
+ "auto-fix-font-size",
101
+ "trigger-type",
102
+ "trigger-icon-style",
103
+ "object-fit"
104
+ ]
105
+ },
106
+ "a-avatar-group": {
107
+ "attributes": [
108
+ "shape",
109
+ "size",
110
+ "auto-fix-font-size",
111
+ "max-count",
112
+ "z-index-ascend",
113
+ "max-style",
114
+ "max-popover-trigger-props"
115
+ ]
116
+ },
144
117
  "a-calendar": {
145
118
  "attributes": [
146
119
  "change",
@@ -152,6 +125,65 @@
152
125
  "modes"
153
126
  ]
154
127
  },
128
+ "a-breadcrumb": {
129
+ "attributes": [
130
+ "max-count",
131
+ "routes",
132
+ "separator",
133
+ "custom-url"
134
+ ]
135
+ },
136
+ "a-breadcrumb-item": {
137
+ "attributes": [
138
+ "separator",
139
+ "droplist",
140
+ "dropdown-props"
141
+ ]
142
+ },
143
+ "a-card": {
144
+ "attributes": [
145
+ "bordered",
146
+ "loading",
147
+ "hoverable",
148
+ "size",
149
+ "header-style",
150
+ "body-style",
151
+ "title",
152
+ "extra"
153
+ ]
154
+ },
155
+ "a-card-meta": {
156
+ "attributes": [
157
+ "title",
158
+ "description"
159
+ ]
160
+ },
161
+ "a-card-grid": {
162
+ "attributes": [
163
+ "hoverable"
164
+ ]
165
+ },
166
+ "a-checkbox": {
167
+ "attributes": [
168
+ "change",
169
+ "model-value",
170
+ "default-checked",
171
+ "value",
172
+ "disabled",
173
+ "indeterminate"
174
+ ]
175
+ },
176
+ "a-checkbox-group": {
177
+ "attributes": [
178
+ "change",
179
+ "model-value",
180
+ "default-value",
181
+ "max",
182
+ "options",
183
+ "direction",
184
+ "disabled"
185
+ ]
186
+ },
155
187
  "a-carousel": {
156
188
  "attributes": [
157
189
  "change",
@@ -169,6 +201,18 @@
169
201
  "transition-timing-function"
170
202
  ]
171
203
  },
204
+ "a-badge": {
205
+ "attributes": [
206
+ "text",
207
+ "dot",
208
+ "dot-style",
209
+ "max-count",
210
+ "offset",
211
+ "color",
212
+ "status",
213
+ "count"
214
+ ]
215
+ },
172
216
  "a-cascader": {
173
217
  "attributes": [
174
218
  "change",
@@ -228,50 +272,6 @@
228
272
  "expand-child"
229
273
  ]
230
274
  },
231
- "a-card": {
232
- "attributes": [
233
- "bordered",
234
- "loading",
235
- "hoverable",
236
- "size",
237
- "header-style",
238
- "body-style",
239
- "title",
240
- "extra"
241
- ]
242
- },
243
- "a-card-meta": {
244
- "attributes": [
245
- "title",
246
- "description"
247
- ]
248
- },
249
- "a-card-grid": {
250
- "attributes": [
251
- "hoverable"
252
- ]
253
- },
254
- "a-checkbox": {
255
- "attributes": [
256
- "change",
257
- "model-value",
258
- "default-checked",
259
- "value",
260
- "disabled",
261
- "indeterminate"
262
- ]
263
- },
264
- "a-checkbox-group": {
265
- "attributes": [
266
- "change",
267
- "model-value",
268
- "default-value",
269
- "max",
270
- "options",
271
- "direction",
272
- "disabled"
273
- ]
274
- },
275
275
  "a-collapse": {
276
276
  "attributes": [
277
277
  "change",
@@ -311,6 +311,35 @@
311
311
  "preset-colors"
312
312
  ]
313
313
  },
314
+ "a-divider": {
315
+ "attributes": [
316
+ "direction",
317
+ "orientation",
318
+ "type",
319
+ "size",
320
+ "margin"
321
+ ]
322
+ },
323
+ "a-descriptions": {
324
+ "attributes": [
325
+ "data",
326
+ "column",
327
+ "title",
328
+ "layout",
329
+ "align",
330
+ "size",
331
+ "bordered",
332
+ "label-style",
333
+ "value-style",
334
+ "table-layout"
335
+ ]
336
+ },
337
+ "a-descriptions-item": {
338
+ "attributes": [
339
+ "span",
340
+ "label"
341
+ ]
342
+ },
314
343
  "a-comment": {
315
344
  "attributes": [
316
345
  "author",
@@ -420,47 +449,18 @@
420
449
  "abbreviation"
421
450
  ]
422
451
  },
423
- "a-descriptions": {
452
+ "a-config-provider": {
424
453
  "attributes": [
425
- "data",
426
- "column",
427
- "title",
428
- "layout",
429
- "align",
454
+ "prefix-cls",
455
+ "locale",
430
456
  "size",
431
- "bordered",
432
- "label-style",
433
- "value-style",
434
- "table-layout"
457
+ "global",
458
+ "scroll-to-close",
459
+ "exchange-time",
460
+ "rtl"
435
461
  ]
436
462
  },
437
- "a-descriptions-item": {
438
- "attributes": [
439
- "span",
440
- "label"
441
- ]
442
- },
443
- "a-config-provider": {
444
- "attributes": [
445
- "prefix-cls",
446
- "locale",
447
- "size",
448
- "global",
449
- "scroll-to-close",
450
- "exchange-time",
451
- "rtl"
452
- ]
453
- },
454
- "a-divider": {
455
- "attributes": [
456
- "direction",
457
- "orientation",
458
- "type",
459
- "size",
460
- "margin"
461
- ]
462
- },
463
- "a-dropdown": {
463
+ "a-dropdown": {
464
464
  "attributes": [
465
465
  "popup-visible-change",
466
466
  "select",
@@ -470,6 +470,7 @@
470
470
  "position",
471
471
  "popup-container",
472
472
  "popup-max-height",
473
+ "popup-min-height",
473
474
  "hide-on-select",
474
475
  "trigger-auto-fix-position"
475
476
  ]
@@ -551,6 +552,45 @@
551
552
  "hide-cancel"
552
553
  ]
553
554
  },
555
+ "a-row": {
556
+ "attributes": [
557
+ "gutter",
558
+ "justify",
559
+ "align",
560
+ "div",
561
+ "wrap"
562
+ ]
563
+ },
564
+ "a-col": {
565
+ "attributes": [
566
+ "span",
567
+ "offset",
568
+ "order",
569
+ "xs",
570
+ "sm",
571
+ "md",
572
+ "lg",
573
+ "xl",
574
+ "xxl",
575
+ "flex"
576
+ ]
577
+ },
578
+ "a-grid": {
579
+ "attributes": [
580
+ "cols",
581
+ "row-gap",
582
+ "col-gap",
583
+ "collapsed",
584
+ "collapsed-rows"
585
+ ]
586
+ },
587
+ "a-grid-item": {
588
+ "attributes": [
589
+ "span",
590
+ "offset",
591
+ "suffix"
592
+ ]
593
+ },
554
594
  "a-empty": {
555
595
  "attributes": [
556
596
  "description",
@@ -608,43 +648,51 @@
608
648
  "label-attrs"
609
649
  ]
610
650
  },
611
- "a-row": {
651
+ "a-input": {
612
652
  "attributes": [
613
- "gutter",
614
- "justify",
615
- "align",
616
- "div",
617
- "wrap"
653
+ "input",
654
+ "change",
655
+ "press-enter",
656
+ "clear",
657
+ "focus",
658
+ "blur",
659
+ "model-value",
660
+ "default-value",
661
+ "size",
662
+ "allow-clear",
663
+ "disabled",
664
+ "readonly",
665
+ "error",
666
+ "placeholder",
667
+ "max-length",
668
+ "show-word-limit",
669
+ "word-length",
670
+ "word-slice",
671
+ "input-attrs",
672
+ "prepend",
673
+ "append"
618
674
  ]
619
675
  },
620
- "a-col": {
621
- "attributes": [
622
- "span",
623
- "offset",
624
- "order",
625
- "xs",
626
- "sm",
627
- "md",
628
- "lg",
629
- "xl",
630
- "xxl",
631
- "flex"
632
- ]
676
+ "a-input-group": {
677
+ "attributes": []
633
678
  },
634
- "a-grid": {
679
+ "a-input-password": {
635
680
  "attributes": [
636
- "cols",
637
- "row-gap",
638
- "col-gap",
639
- "collapsed",
640
- "collapsed-rows"
681
+ "visibility-change",
682
+ "visibility",
683
+ "default-visibility",
684
+ "invisible-button"
641
685
  ]
642
686
  },
643
- "a-grid-item": {
687
+ "a-input-search": {
644
688
  "attributes": [
645
- "span",
646
- "offset",
647
- "suffix"
689
+ "search",
690
+ "search-button",
691
+ "loading",
692
+ "disabled",
693
+ "size",
694
+ "button-text",
695
+ "button-props"
648
696
  ]
649
697
  },
650
698
  "a-image": {
@@ -734,53 +782,6 @@
734
782
  "input-attrs"
735
783
  ]
736
784
  },
737
- "a-input": {
738
- "attributes": [
739
- "input",
740
- "change",
741
- "press-enter",
742
- "clear",
743
- "focus",
744
- "blur",
745
- "model-value",
746
- "default-value",
747
- "size",
748
- "allow-clear",
749
- "disabled",
750
- "readonly",
751
- "error",
752
- "placeholder",
753
- "max-length",
754
- "show-word-limit",
755
- "word-length",
756
- "word-slice",
757
- "input-attrs",
758
- "prepend",
759
- "append"
760
- ]
761
- },
762
- "a-input-group": {
763
- "attributes": []
764
- },
765
- "a-input-password": {
766
- "attributes": [
767
- "visibility-change",
768
- "visibility",
769
- "default-visibility",
770
- "invisible-button"
771
- ]
772
- },
773
- "a-input-search": {
774
- "attributes": [
775
- "search",
776
- "search-button",
777
- "loading",
778
- "disabled",
779
- "size",
780
- "button-text",
781
- "button-props"
782
- ]
783
- },
784
785
  "a-input-tag": {
785
786
  "attributes": [
786
787
  "change",
@@ -808,6 +809,35 @@
808
809
  "tag-nowrap"
809
810
  ]
810
811
  },
812
+ "a-link": {
813
+ "attributes": [
814
+ "click",
815
+ "href",
816
+ "status",
817
+ "hoverable",
818
+ "icon",
819
+ "loading",
820
+ "disabled"
821
+ ]
822
+ },
823
+ "a-mention": {
824
+ "attributes": [
825
+ "change",
826
+ "search",
827
+ "select",
828
+ "clear",
829
+ "focus",
830
+ "blur",
831
+ "model-value",
832
+ "default-value",
833
+ "data",
834
+ "prefix",
835
+ "split",
836
+ "type",
837
+ "disabled",
838
+ "allow-clear"
839
+ ]
840
+ },
811
841
  "a-layout": {
812
842
  "attributes": [
813
843
  "has-sider"
@@ -837,48 +867,6 @@
837
867
  "hide-trigger"
838
868
  ]
839
869
  },
840
- "a-link": {
841
- "attributes": [
842
- "click",
843
- "href",
844
- "status",
845
- "hoverable",
846
- "icon",
847
- "loading",
848
- "disabled"
849
- ]
850
- },
851
- "a-list": {
852
- "attributes": [
853
- "scroll",
854
- "reach-bottom",
855
- "page-change",
856
- "page-size-change",
857
- "data",
858
- "size",
859
- "bordered",
860
- "split",
861
- "loading",
862
- "hoverable",
863
- "pagination-props",
864
- "grid-props",
865
- "max-height",
866
- "bottom-offset",
867
- "virtual-list-props",
868
- "scrollbar"
869
- ]
870
- },
871
- "a-list-item": {
872
- "attributes": [
873
- "action-layout"
874
- ]
875
- },
876
- "a-list-item-meta": {
877
- "attributes": [
878
- "title",
879
- "description"
880
- ]
881
- },
882
870
  "a-menu": {
883
871
  "attributes": [
884
872
  "collapse",
@@ -924,67 +912,67 @@
924
912
  "disabled"
925
913
  ]
926
914
  },
927
- "a-modal": {
915
+ "a-page-header": {
928
916
  "attributes": [
929
- "ok",
930
- "cancel",
931
- "open",
932
- "close",
933
- "before-open",
934
- "before-close",
935
- "visible",
936
- "default-visible",
937
- "width",
938
- "top",
939
- "mask",
917
+ "back",
940
918
  "title",
941
- "title-align",
942
- "align-center",
943
- "unmount-on-close",
944
- "mask-closable",
945
- "hide-cancel",
946
- "simple",
947
- "closable",
948
- "ok-text",
949
- "cancel-text",
950
- "ok-loading",
951
- "ok-button-props",
952
- "cancel-button-props",
953
- "footer",
954
- "render-to-body",
955
- "popup-container",
956
- "mask-style",
957
- "modal-class",
958
- "modal-style",
959
- "before-ok",
960
- "before-cancel",
961
- "esc-to-close",
962
- "draggable",
963
- "fullscreen",
964
- "mask-animation-name",
965
- "modal-animation-name",
966
- "body-class",
967
- "body-style",
968
- "hide-title"
919
+ "subtitle",
920
+ "show-back"
969
921
  ]
970
922
  },
971
- "a-notification": {
972
- "attributes": []
923
+ "a-list": {
924
+ "attributes": [
925
+ "scroll",
926
+ "reach-bottom",
927
+ "page-change",
928
+ "page-size-change",
929
+ "data",
930
+ "size",
931
+ "bordered",
932
+ "split",
933
+ "loading",
934
+ "hoverable",
935
+ "pagination-props",
936
+ "grid-props",
937
+ "max-height",
938
+ "bottom-offset",
939
+ "virtual-list-props",
940
+ "scrollbar"
941
+ ]
973
942
  },
974
- "a-overflow-list": {
943
+ "a-list-item": {
975
944
  "attributes": [
976
- "change",
977
- "min",
978
- "margin",
979
- "from"
945
+ "action-layout"
980
946
  ]
981
947
  },
982
- "a-page-header": {
948
+ "a-list-item-meta": {
983
949
  "attributes": [
984
- "back",
985
950
  "title",
986
- "subtitle",
987
- "show-back"
951
+ "description"
952
+ ]
953
+ },
954
+ "a-popconfirm": {
955
+ "attributes": [
956
+ "popup-visible-change",
957
+ "ok",
958
+ "cancel",
959
+ "content",
960
+ "position",
961
+ "popup-visible",
962
+ "default-popup-visible",
963
+ "type",
964
+ "ok-text",
965
+ "cancel-text",
966
+ "ok-loading",
967
+ "ok-button-props",
968
+ "cancel-button-props",
969
+ "content-class",
970
+ "content-style",
971
+ "arrow-class",
972
+ "arrow-style",
973
+ "popup-container",
974
+ "before-ok",
975
+ "before-cancel"
988
976
  ]
989
977
  },
990
978
  "a-pagination": {
@@ -1013,46 +1001,12 @@
1013
1001
  "auto-adjust"
1014
1002
  ]
1015
1003
  },
1016
- "a-mention": {
1004
+ "a-overflow-list": {
1017
1005
  "attributes": [
1018
1006
  "change",
1019
- "search",
1020
- "select",
1021
- "clear",
1022
- "focus",
1023
- "blur",
1024
- "model-value",
1025
- "default-value",
1026
- "data",
1027
- "prefix",
1028
- "split",
1029
- "type",
1030
- "disabled",
1031
- "allow-clear"
1032
- ]
1033
- },
1034
- "a-popconfirm": {
1035
- "attributes": [
1036
- "popup-visible-change",
1037
- "ok",
1038
- "cancel",
1039
- "content",
1040
- "position",
1041
- "popup-visible",
1042
- "default-popup-visible",
1043
- "type",
1044
- "ok-text",
1045
- "cancel-text",
1046
- "ok-loading",
1047
- "ok-button-props",
1048
- "cancel-button-props",
1049
- "content-class",
1050
- "content-style",
1051
- "arrow-class",
1052
- "arrow-style",
1053
- "popup-container",
1054
- "before-ok",
1055
- "before-cancel"
1007
+ "min",
1008
+ "margin",
1009
+ "from"
1056
1010
  ]
1057
1011
  },
1058
1012
  "a-popover": {
@@ -1101,32 +1055,6 @@
1101
1055
  "color"
1102
1056
  ]
1103
1057
  },
1104
- "a-resize-box": {
1105
- "attributes": [
1106
- "moving-start",
1107
- "moving",
1108
- "moving-end",
1109
- "width",
1110
- "height",
1111
- "component",
1112
- "directions"
1113
- ]
1114
- },
1115
- "a-result": {
1116
- "attributes": [
1117
- "status",
1118
- "title",
1119
- "subtitle"
1120
- ]
1121
- },
1122
- "a-scrollbar": {
1123
- "attributes": [
1124
- "scroll",
1125
- "type",
1126
- "outer-class",
1127
- "outer-style"
1128
- ]
1129
- },
1130
1058
  "a-radio": {
1131
1059
  "attributes": [
1132
1060
  "change",
@@ -1149,6 +1077,13 @@
1149
1077
  "disabled"
1150
1078
  ]
1151
1079
  },
1080
+ "a-result": {
1081
+ "attributes": [
1082
+ "status",
1083
+ "title",
1084
+ "subtitle"
1085
+ ]
1086
+ },
1152
1087
  "a-select": {
1153
1088
  "attributes": [
1154
1089
  "change",
@@ -1212,6 +1147,25 @@
1212
1147
  "label"
1213
1148
  ]
1214
1149
  },
1150
+ "a-resize-box": {
1151
+ "attributes": [
1152
+ "moving-start",
1153
+ "moving",
1154
+ "moving-end",
1155
+ "width",
1156
+ "height",
1157
+ "component",
1158
+ "directions"
1159
+ ]
1160
+ },
1161
+ "a-scrollbar": {
1162
+ "attributes": [
1163
+ "scroll",
1164
+ "type",
1165
+ "outer-class",
1166
+ "outer-style"
1167
+ ]
1168
+ },
1215
1169
  "a-slider": {
1216
1170
  "attributes": [
1217
1171
  "change",
@@ -1249,6 +1203,20 @@
1249
1203
  "size"
1250
1204
  ]
1251
1205
  },
1206
+ "a-split": {
1207
+ "attributes": [
1208
+ "move-start",
1209
+ "moving",
1210
+ "move-end",
1211
+ "component",
1212
+ "direction",
1213
+ "size",
1214
+ "default-size",
1215
+ "min",
1216
+ "max",
1217
+ "disabled"
1218
+ ]
1219
+ },
1252
1220
  "a-space": {
1253
1221
  "attributes": [
1254
1222
  "align",
@@ -1258,6 +1226,9 @@
1258
1226
  "fill"
1259
1227
  ]
1260
1228
  },
1229
+ "a-notification": {
1230
+ "attributes": []
1231
+ },
1261
1232
  "a-spin": {
1262
1233
  "attributes": [
1263
1234
  "size",
@@ -1267,18 +1238,24 @@
1267
1238
  "hide-icon"
1268
1239
  ]
1269
1240
  },
1270
- "a-split": {
1241
+ "a-switch": {
1271
1242
  "attributes": [
1272
- "move-start",
1273
- "moving",
1274
- "move-end",
1275
- "component",
1276
- "direction",
1243
+ "change",
1244
+ "focus",
1245
+ "blur",
1246
+ "model-value",
1247
+ "default-checked",
1248
+ "disabled",
1249
+ "loading",
1250
+ "type",
1277
1251
  "size",
1278
- "default-size",
1279
- "min",
1280
- "max",
1281
- "disabled"
1252
+ "checked-value",
1253
+ "unchecked-value",
1254
+ "checked-color",
1255
+ "unchecked-color",
1256
+ "before-change",
1257
+ "checked-text",
1258
+ "unchecked-text"
1282
1259
  ]
1283
1260
  },
1284
1261
  "a-statistic": {
@@ -1331,26 +1308,39 @@
1331
1308
  "disabled"
1332
1309
  ]
1333
1310
  },
1334
- "a-switch": {
1311
+ "a-tabs": {
1335
1312
  "attributes": [
1336
1313
  "change",
1337
- "focus",
1338
- "blur",
1339
- "model-value",
1340
- "default-checked",
1341
- "disabled",
1342
- "loading",
1343
- "type",
1314
+ "tab-click",
1315
+ "add",
1316
+ "delete",
1317
+ "active-key",
1318
+ "default-active-key",
1319
+ "position",
1344
1320
  "size",
1345
- "checked-value",
1346
- "unchecked-value",
1347
- "checked-color",
1348
- "unchecked-color",
1349
- "before-change",
1350
- "checked-text",
1351
- "unchecked-text"
1352
- ]
1353
- },
1321
+ "type",
1322
+ "direction",
1323
+ "editable",
1324
+ "show-add-button",
1325
+ "destroy-on-hide",
1326
+ "lazy-load",
1327
+ "justify",
1328
+ "animation",
1329
+ "header-padding",
1330
+ "auto-switch",
1331
+ "hide-content",
1332
+ "trigger",
1333
+ "scroll-position"
1334
+ ]
1335
+ },
1336
+ "a-tab-pane": {
1337
+ "attributes": [
1338
+ "title",
1339
+ "disabled",
1340
+ "closable",
1341
+ "destroy-on-hide"
1342
+ ]
1343
+ },
1354
1344
  "a-table": {
1355
1345
  "attributes": [
1356
1346
  "expand",
@@ -1434,143 +1424,6 @@
1434
1424
  "tooltip"
1435
1425
  ]
1436
1426
  },
1437
- "a-tabs": {
1438
- "attributes": [
1439
- "change",
1440
- "tab-click",
1441
- "add",
1442
- "delete",
1443
- "active-key",
1444
- "default-active-key",
1445
- "position",
1446
- "size",
1447
- "type",
1448
- "direction",
1449
- "editable",
1450
- "show-add-button",
1451
- "destroy-on-hide",
1452
- "lazy-load",
1453
- "justify",
1454
- "animation",
1455
- "header-padding",
1456
- "auto-switch",
1457
- "hide-content",
1458
- "trigger",
1459
- "scroll-position"
1460
- ]
1461
- },
1462
- "a-tab-pane": {
1463
- "attributes": [
1464
- "title",
1465
- "disabled",
1466
- "closable",
1467
- "destroy-on-hide"
1468
- ]
1469
- },
1470
- "a-tag": {
1471
- "attributes": [
1472
- "close",
1473
- "check",
1474
- "color",
1475
- "size",
1476
- "bordered",
1477
- "visible",
1478
- "default-visible",
1479
- "loading",
1480
- "closable",
1481
- "checkable",
1482
- "checked",
1483
- "default-checked",
1484
- "nowrap"
1485
- ]
1486
- },
1487
- "a-textarea": {
1488
- "attributes": [
1489
- "input",
1490
- "change",
1491
- "clear",
1492
- "focus",
1493
- "blur",
1494
- "model-value",
1495
- "default-value",
1496
- "placeholder",
1497
- "disabled",
1498
- "error",
1499
- "max-length",
1500
- "show-word-limit",
1501
- "allow-clear",
1502
- "auto-size",
1503
- "word-length",
1504
- "word-slice",
1505
- "textarea-attrs"
1506
- ]
1507
- },
1508
- "a-timeline": {
1509
- "attributes": [
1510
- "reverse",
1511
- "direction",
1512
- "mode",
1513
- "pending",
1514
- "label-position"
1515
- ]
1516
- },
1517
- "a-timeline-item": {
1518
- "attributes": [
1519
- "dot-color",
1520
- "dot-type",
1521
- "line-type",
1522
- "line-color",
1523
- "label",
1524
- "position"
1525
- ]
1526
- },
1527
- "a-time-picker": {
1528
- "attributes": [
1529
- "change",
1530
- "select",
1531
- "clear",
1532
- "popup-visible-change",
1533
- "type",
1534
- "model-value",
1535
- "default-value",
1536
- "disabled",
1537
- "allow-clear",
1538
- "readonly",
1539
- "error",
1540
- "format",
1541
- "placeholder",
1542
- "size",
1543
- "popup-container",
1544
- "use12-hours",
1545
- "step",
1546
- "disabled-hours",
1547
- "disabled-minutes",
1548
- "disabled-seconds",
1549
- "hide-disabled-options",
1550
- "disable-confirm",
1551
- "position",
1552
- "popup-visible",
1553
- "default-popup-visible",
1554
- "trigger-props",
1555
- "unmount-on-close"
1556
- ]
1557
- },
1558
- "a-tooltip": {
1559
- "attributes": [
1560
- "popup-visible-change",
1561
- "popup-visible",
1562
- "default-popup-visible",
1563
- "content",
1564
- "position",
1565
- "mini",
1566
- "background-color",
1567
- "content-class",
1568
- "content-style",
1569
- "arrow-class",
1570
- "arrow-style",
1571
- "popup-container"
1572
- ]
1573
- },
1574
1427
  "a-transfer": {
1575
1428
  "attributes": [
1576
1429
  "change",
@@ -1591,44 +1444,21 @@
1591
1444
  "target-input-search-props"
1592
1445
  ]
1593
1446
  },
1594
- "a-tree": {
1447
+ "a-tag": {
1595
1448
  "attributes": [
1596
- "select",
1449
+ "close",
1597
1450
  "check",
1598
- "expand",
1599
- "drag-start",
1600
- "drag-end",
1601
- "drag-over",
1602
- "drag-leave",
1603
- "drop",
1451
+ "color",
1604
1452
  "size",
1605
- "block-node",
1606
- "default-expand-all",
1607
- "multiple",
1453
+ "bordered",
1454
+ "visible",
1455
+ "default-visible",
1456
+ "loading",
1457
+ "closable",
1608
1458
  "checkable",
1609
- "selectable",
1610
- "check-strictly",
1611
- "checked-strategy",
1612
- "default-selected-keys",
1613
- "selected-keys",
1614
- "default-checked-keys",
1615
- "checked-keys",
1616
- "default-expanded-keys",
1617
- "expanded-keys",
1618
- "data",
1619
- "field-names",
1620
- "show-line",
1621
- "load-more",
1622
- "draggable",
1623
- "allow-drop",
1624
- "virtual-list-props",
1625
- "default-expand-selected",
1626
- "default-expand-checked",
1627
- "auto-expand-parent",
1628
- "half-checked-keys",
1629
- "only-check-leaf",
1630
- "animation",
1631
- "action-on-node-click"
1459
+ "checked",
1460
+ "default-checked",
1461
+ "nowrap"
1632
1462
  ]
1633
1463
  },
1634
1464
  "a-tree-select": {
@@ -1675,6 +1505,81 @@
1675
1505
  "default-input-value"
1676
1506
  ]
1677
1507
  },
1508
+ "a-time-picker": {
1509
+ "attributes": [
1510
+ "change",
1511
+ "select",
1512
+ "clear",
1513
+ "popup-visible-change",
1514
+ "type",
1515
+ "model-value",
1516
+ "default-value",
1517
+ "disabled",
1518
+ "allow-clear",
1519
+ "readonly",
1520
+ "error",
1521
+ "format",
1522
+ "placeholder",
1523
+ "size",
1524
+ "popup-container",
1525
+ "use12-hours",
1526
+ "step",
1527
+ "disabled-hours",
1528
+ "disabled-minutes",
1529
+ "disabled-seconds",
1530
+ "hide-disabled-options",
1531
+ "disable-confirm",
1532
+ "position",
1533
+ "popup-visible",
1534
+ "default-popup-visible",
1535
+ "trigger-props",
1536
+ "unmount-on-close"
1537
+ ]
1538
+ },
1539
+ "a-modal": {
1540
+ "attributes": [
1541
+ "ok",
1542
+ "cancel",
1543
+ "open",
1544
+ "close",
1545
+ "before-open",
1546
+ "before-close",
1547
+ "visible",
1548
+ "default-visible",
1549
+ "width",
1550
+ "top",
1551
+ "mask",
1552
+ "title",
1553
+ "title-align",
1554
+ "align-center",
1555
+ "unmount-on-close",
1556
+ "mask-closable",
1557
+ "hide-cancel",
1558
+ "simple",
1559
+ "closable",
1560
+ "ok-text",
1561
+ "cancel-text",
1562
+ "ok-loading",
1563
+ "ok-button-props",
1564
+ "cancel-button-props",
1565
+ "footer",
1566
+ "render-to-body",
1567
+ "popup-container",
1568
+ "mask-style",
1569
+ "modal-class",
1570
+ "modal-style",
1571
+ "before-ok",
1572
+ "before-cancel",
1573
+ "esc-to-close",
1574
+ "draggable",
1575
+ "fullscreen",
1576
+ "mask-animation-name",
1577
+ "modal-animation-name",
1578
+ "body-class",
1579
+ "body-style",
1580
+ "hide-title"
1581
+ ]
1582
+ },
1678
1583
  "a-trigger": {
1679
1584
  "attributes": [
1680
1585
  "popup-visible-change",
@@ -1715,6 +1620,27 @@
1715
1620
  "scroll-to-close-distance"
1716
1621
  ]
1717
1622
  },
1623
+ "a-textarea": {
1624
+ "attributes": [
1625
+ "input",
1626
+ "change",
1627
+ "clear",
1628
+ "focus",
1629
+ "blur",
1630
+ "model-value",
1631
+ "default-value",
1632
+ "placeholder",
1633
+ "disabled",
1634
+ "error",
1635
+ "max-length",
1636
+ "show-word-limit",
1637
+ "allow-clear",
1638
+ "auto-size",
1639
+ "word-length",
1640
+ "word-slice",
1641
+ "textarea-attrs"
1642
+ ]
1643
+ },
1718
1644
  "a-typography": {
1719
1645
  "attributes": []
1720
1646
  },
@@ -1790,6 +1716,25 @@
1790
1716
  "formatter"
1791
1717
  ]
1792
1718
  },
1719
+ "a-timeline": {
1720
+ "attributes": [
1721
+ "reverse",
1722
+ "direction",
1723
+ "mode",
1724
+ "pending",
1725
+ "label-position"
1726
+ ]
1727
+ },
1728
+ "a-timeline-item": {
1729
+ "attributes": [
1730
+ "dot-color",
1731
+ "dot-type",
1732
+ "line-type",
1733
+ "line-color",
1734
+ "label",
1735
+ "position"
1736
+ ]
1737
+ },
1793
1738
  "a-watermark": {
1794
1739
  "attributes": [
1795
1740
  "content",
@@ -1807,5 +1752,61 @@
1807
1752
  "repeat",
1808
1753
  "staggered"
1809
1754
  ]
1755
+ },
1756
+ "a-tree": {
1757
+ "attributes": [
1758
+ "select",
1759
+ "check",
1760
+ "expand",
1761
+ "drag-start",
1762
+ "drag-end",
1763
+ "drag-over",
1764
+ "drag-leave",
1765
+ "drop",
1766
+ "size",
1767
+ "block-node",
1768
+ "default-expand-all",
1769
+ "multiple",
1770
+ "checkable",
1771
+ "selectable",
1772
+ "check-strictly",
1773
+ "checked-strategy",
1774
+ "default-selected-keys",
1775
+ "selected-keys",
1776
+ "default-checked-keys",
1777
+ "checked-keys",
1778
+ "default-expanded-keys",
1779
+ "expanded-keys",
1780
+ "data",
1781
+ "field-names",
1782
+ "show-line",
1783
+ "load-more",
1784
+ "draggable",
1785
+ "allow-drop",
1786
+ "virtual-list-props",
1787
+ "default-expand-selected",
1788
+ "default-expand-checked",
1789
+ "auto-expand-parent",
1790
+ "half-checked-keys",
1791
+ "only-check-leaf",
1792
+ "animation",
1793
+ "action-on-node-click"
1794
+ ]
1795
+ },
1796
+ "a-tooltip": {
1797
+ "attributes": [
1798
+ "popup-visible-change",
1799
+ "popup-visible",
1800
+ "default-popup-visible",
1801
+ "content",
1802
+ "position",
1803
+ "mini",
1804
+ "background-color",
1805
+ "content-class",
1806
+ "content-style",
1807
+ "arrow-class",
1808
+ "arrow-style",
1809
+ "popup-container"
1810
+ ]
1810
1811
  }
1811
1812
  }