bi-eleme 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (989) hide show
  1. package/CHANGELOG.en-US.md +2010 -0
  2. package/CHANGELOG.es.md +2018 -0
  3. package/CHANGELOG.fr-FR.md +2010 -0
  4. package/CHANGELOG.zh-CN.md +2010 -0
  5. package/LICENSE +21 -0
  6. package/README.md +146 -0
  7. package/lib/alert.js +420 -0
  8. package/lib/aside.js +277 -0
  9. package/lib/autocomplete.js +952 -0
  10. package/lib/avatar.js +363 -0
  11. package/lib/backtop.js +404 -0
  12. package/lib/badge.js +334 -0
  13. package/lib/breadcrumb-item.js +322 -0
  14. package/lib/breadcrumb.js +293 -0
  15. package/lib/button-group.js +262 -0
  16. package/lib/button.js +365 -0
  17. package/lib/calendar.js +933 -0
  18. package/lib/card.js +297 -0
  19. package/lib/carousel-item.js +434 -0
  20. package/lib/carousel.js +707 -0
  21. package/lib/cascader-panel.js +1558 -0
  22. package/lib/cascader.js +1439 -0
  23. package/lib/checkbox-button.js +583 -0
  24. package/lib/checkbox-group.js +313 -0
  25. package/lib/checkbox.js +627 -0
  26. package/lib/col.js +177 -0
  27. package/lib/collapse-item.js +497 -0
  28. package/lib/collapse.js +329 -0
  29. package/lib/color-picker.js +1943 -0
  30. package/lib/container.js +288 -0
  31. package/lib/date-picker.js +6330 -0
  32. package/lib/descriptions-item.js +140 -0
  33. package/lib/descriptions.js +457 -0
  34. package/lib/dialog.js +610 -0
  35. package/lib/directives/mousewheel.js +26 -0
  36. package/lib/directives/repeat-click.js +30 -0
  37. package/lib/divider.js +313 -0
  38. package/lib/drawer.js +592 -0
  39. package/lib/dropdown-item.js +316 -0
  40. package/lib/dropdown-menu.js +351 -0
  41. package/lib/dropdown.js +643 -0
  42. package/lib/element-ui.common.js +43250 -0
  43. package/lib/empty.js +730 -0
  44. package/lib/footer.js +277 -0
  45. package/lib/form-item.js +826 -0
  46. package/lib/form.js +466 -0
  47. package/lib/header.js +277 -0
  48. package/lib/icon.js +265 -0
  49. package/lib/image.js +1131 -0
  50. package/lib/index.js +1 -0
  51. package/lib/infinite-scroll.js +301 -0
  52. package/lib/input-number.js +741 -0
  53. package/lib/input.js +998 -0
  54. package/lib/link.js +332 -0
  55. package/lib/loading.js +631 -0
  56. package/lib/locale/format.js +56 -0
  57. package/lib/locale/index.js +63 -0
  58. package/lib/locale/lang/af-ZA.js +126 -0
  59. package/lib/locale/lang/ar.js +125 -0
  60. package/lib/locale/lang/az.js +126 -0
  61. package/lib/locale/lang/bg.js +126 -0
  62. package/lib/locale/lang/bn.js +126 -0
  63. package/lib/locale/lang/ca.js +125 -0
  64. package/lib/locale/lang/cs-CZ.js +128 -0
  65. package/lib/locale/lang/da.js +125 -0
  66. package/lib/locale/lang/de.js +127 -0
  67. package/lib/locale/lang/ee.js +126 -0
  68. package/lib/locale/lang/el.js +126 -0
  69. package/lib/locale/lang/en.js +126 -0
  70. package/lib/locale/lang/eo.js +126 -0
  71. package/lib/locale/lang/es.js +125 -0
  72. package/lib/locale/lang/eu.js +126 -0
  73. package/lib/locale/lang/fa.js +126 -0
  74. package/lib/locale/lang/fi.js +126 -0
  75. package/lib/locale/lang/fr.js +125 -0
  76. package/lib/locale/lang/he.js +126 -0
  77. package/lib/locale/lang/hr.js +126 -0
  78. package/lib/locale/lang/hu.js +125 -0
  79. package/lib/locale/lang/hy-AM.js +126 -0
  80. package/lib/locale/lang/id.js +126 -0
  81. package/lib/locale/lang/is.js +126 -0
  82. package/lib/locale/lang/it.js +125 -0
  83. package/lib/locale/lang/ja.js +126 -0
  84. package/lib/locale/lang/kg.js +126 -0
  85. package/lib/locale/lang/km.js +126 -0
  86. package/lib/locale/lang/ko.js +126 -0
  87. package/lib/locale/lang/ku.js +126 -0
  88. package/lib/locale/lang/kz.js +126 -0
  89. package/lib/locale/lang/lt.js +126 -0
  90. package/lib/locale/lang/lv.js +126 -0
  91. package/lib/locale/lang/mn.js +126 -0
  92. package/lib/locale/lang/ms.js +126 -0
  93. package/lib/locale/lang/nb-NO.js +125 -0
  94. package/lib/locale/lang/nl.js +126 -0
  95. package/lib/locale/lang/pl.js +126 -0
  96. package/lib/locale/lang/pt-br.js +126 -0
  97. package/lib/locale/lang/pt.js +126 -0
  98. package/lib/locale/lang/ro.js +126 -0
  99. package/lib/locale/lang/ru-RU.js +126 -0
  100. package/lib/locale/lang/si.js +126 -0
  101. package/lib/locale/lang/sk.js +128 -0
  102. package/lib/locale/lang/sl.js +126 -0
  103. package/lib/locale/lang/sr.js +126 -0
  104. package/lib/locale/lang/sv-SE.js +126 -0
  105. package/lib/locale/lang/sw.js +126 -0
  106. package/lib/locale/lang/ta.js +125 -0
  107. package/lib/locale/lang/th.js +126 -0
  108. package/lib/locale/lang/tk.js +126 -0
  109. package/lib/locale/lang/tr-TR.js +126 -0
  110. package/lib/locale/lang/ua.js +126 -0
  111. package/lib/locale/lang/ug-CN.js +126 -0
  112. package/lib/locale/lang/uz-UZ.js +126 -0
  113. package/lib/locale/lang/vi.js +126 -0
  114. package/lib/locale/lang/zh-CN.js +126 -0
  115. package/lib/locale/lang/zh-TW.js +126 -0
  116. package/lib/main.js +264 -0
  117. package/lib/menu-item-group.js +308 -0
  118. package/lib/menu-item.js +491 -0
  119. package/lib/menu.js +865 -0
  120. package/lib/message-box.js +1192 -0
  121. package/lib/message.js +548 -0
  122. package/lib/mixins/emitter.js +36 -0
  123. package/lib/mixins/focus.js +15 -0
  124. package/lib/mixins/locale.js +17 -0
  125. package/lib/mixins/migrating.js +69 -0
  126. package/lib/notification.js +615 -0
  127. package/lib/option-group.js +344 -0
  128. package/lib/option.js +474 -0
  129. package/lib/page-header.js +319 -0
  130. package/lib/pagination.js +950 -0
  131. package/lib/popconfirm.js +457 -0
  132. package/lib/popover.js +617 -0
  133. package/lib/progress.js +578 -0
  134. package/lib/radio-button.js +463 -0
  135. package/lib/radio-group.js +391 -0
  136. package/lib/radio.js +497 -0
  137. package/lib/rate.js +670 -0
  138. package/lib/result.js +578 -0
  139. package/lib/row.js +149 -0
  140. package/lib/scrollbar.js +423 -0
  141. package/lib/select.js +2167 -0
  142. package/lib/skeleton-item.js +342 -0
  143. package/lib/skeleton.js +372 -0
  144. package/lib/slider.js +1199 -0
  145. package/lib/spinner.js +301 -0
  146. package/lib/step.js +522 -0
  147. package/lib/steps.js +342 -0
  148. package/lib/submenu.js +701 -0
  149. package/lib/switch.js +554 -0
  150. package/lib/tab-pane.js +332 -0
  151. package/lib/table-column.js +933 -0
  152. package/lib/table.js +5015 -0
  153. package/lib/tabs.js +920 -0
  154. package/lib/tag.js +301 -0
  155. package/lib/theme-chalk/alert.css +1 -0
  156. package/lib/theme-chalk/aside.css +1 -0
  157. package/lib/theme-chalk/autocomplete.css +1 -0
  158. package/lib/theme-chalk/avatar.css +1 -0
  159. package/lib/theme-chalk/backtop.css +1 -0
  160. package/lib/theme-chalk/badge.css +1 -0
  161. package/lib/theme-chalk/base.css +1 -0
  162. package/lib/theme-chalk/breadcrumb-item.css +0 -0
  163. package/lib/theme-chalk/breadcrumb.css +1 -0
  164. package/lib/theme-chalk/button-group.css +0 -0
  165. package/lib/theme-chalk/button.css +1 -0
  166. package/lib/theme-chalk/calendar.css +1 -0
  167. package/lib/theme-chalk/card.css +1 -0
  168. package/lib/theme-chalk/carousel-item.css +1 -0
  169. package/lib/theme-chalk/carousel.css +1 -0
  170. package/lib/theme-chalk/cascader-panel.css +1 -0
  171. package/lib/theme-chalk/cascader.css +1 -0
  172. package/lib/theme-chalk/checkbox-button.css +0 -0
  173. package/lib/theme-chalk/checkbox-group.css +0 -0
  174. package/lib/theme-chalk/checkbox.css +1 -0
  175. package/lib/theme-chalk/col.css +1 -0
  176. package/lib/theme-chalk/collapse-item.css +0 -0
  177. package/lib/theme-chalk/collapse.css +1 -0
  178. package/lib/theme-chalk/color-picker.css +1 -0
  179. package/lib/theme-chalk/container.css +1 -0
  180. package/lib/theme-chalk/date-picker.css +1 -0
  181. package/lib/theme-chalk/descriptions-item.css +1 -0
  182. package/lib/theme-chalk/descriptions.css +1 -0
  183. package/lib/theme-chalk/dialog.css +1 -0
  184. package/lib/theme-chalk/display.css +1 -0
  185. package/lib/theme-chalk/divider.css +1 -0
  186. package/lib/theme-chalk/drawer.css +1 -0
  187. package/lib/theme-chalk/dropdown-item.css +0 -0
  188. package/lib/theme-chalk/dropdown-menu.css +0 -0
  189. package/lib/theme-chalk/dropdown.css +1 -0
  190. package/lib/theme-chalk/empty.css +1 -0
  191. package/lib/theme-chalk/fonts/element-icons.ttf +0 -0
  192. package/lib/theme-chalk/fonts/element-icons.woff +0 -0
  193. package/lib/theme-chalk/footer.css +1 -0
  194. package/lib/theme-chalk/form-item.css +0 -0
  195. package/lib/theme-chalk/form.css +1 -0
  196. package/lib/theme-chalk/header.css +1 -0
  197. package/lib/theme-chalk/icon.css +1 -0
  198. package/lib/theme-chalk/image.css +1 -0
  199. package/lib/theme-chalk/index.css +1 -0
  200. package/lib/theme-chalk/infinite-scroll.css +0 -0
  201. package/lib/theme-chalk/infiniteScroll.css +0 -0
  202. package/lib/theme-chalk/input-number.css +1 -0
  203. package/lib/theme-chalk/input.css +1 -0
  204. package/lib/theme-chalk/link.css +1 -0
  205. package/lib/theme-chalk/loading.css +1 -0
  206. package/lib/theme-chalk/main.css +1 -0
  207. package/lib/theme-chalk/menu-item-group.css +0 -0
  208. package/lib/theme-chalk/menu-item.css +0 -0
  209. package/lib/theme-chalk/menu.css +1 -0
  210. package/lib/theme-chalk/message-box.css +1 -0
  211. package/lib/theme-chalk/message.css +1 -0
  212. package/lib/theme-chalk/notification.css +1 -0
  213. package/lib/theme-chalk/option-group.css +1 -0
  214. package/lib/theme-chalk/option.css +1 -0
  215. package/lib/theme-chalk/page-header.css +1 -0
  216. package/lib/theme-chalk/pagination.css +1 -0
  217. package/lib/theme-chalk/popconfirm.css +1 -0
  218. package/lib/theme-chalk/popover.css +1 -0
  219. package/lib/theme-chalk/popper.css +1 -0
  220. package/lib/theme-chalk/progress.css +1 -0
  221. package/lib/theme-chalk/radio-button.css +1 -0
  222. package/lib/theme-chalk/radio-group.css +1 -0
  223. package/lib/theme-chalk/radio.css +1 -0
  224. package/lib/theme-chalk/rate.css +1 -0
  225. package/lib/theme-chalk/reset.css +1 -0
  226. package/lib/theme-chalk/result.css +1 -0
  227. package/lib/theme-chalk/row.css +1 -0
  228. package/lib/theme-chalk/scrollbar.css +1 -0
  229. package/lib/theme-chalk/select-dropdown.css +1 -0
  230. package/lib/theme-chalk/select.css +1 -0
  231. package/lib/theme-chalk/skeleton-item.css +1 -0
  232. package/lib/theme-chalk/skeleton.css +1 -0
  233. package/lib/theme-chalk/slider.css +1 -0
  234. package/lib/theme-chalk/spinner.css +1 -0
  235. package/lib/theme-chalk/step.css +1 -0
  236. package/lib/theme-chalk/steps.css +1 -0
  237. package/lib/theme-chalk/submenu.css +0 -0
  238. package/lib/theme-chalk/switch.css +1 -0
  239. package/lib/theme-chalk/tab-pane.css +0 -0
  240. package/lib/theme-chalk/table-column.css +1 -0
  241. package/lib/theme-chalk/table.css +1 -0
  242. package/lib/theme-chalk/tabs.css +1 -0
  243. package/lib/theme-chalk/tag.css +1 -0
  244. package/lib/theme-chalk/time-picker.css +1 -0
  245. package/lib/theme-chalk/time-select.css +1 -0
  246. package/lib/theme-chalk/timeline-item.css +1 -0
  247. package/lib/theme-chalk/timeline.css +1 -0
  248. package/lib/theme-chalk/tooltip.css +1 -0
  249. package/lib/theme-chalk/transfer.css +1 -0
  250. package/lib/theme-chalk/tree.css +1 -0
  251. package/lib/theme-chalk/upload.css +1 -0
  252. package/lib/time-picker.js +2956 -0
  253. package/lib/time-select.js +1765 -0
  254. package/lib/timeline-item.js +371 -0
  255. package/lib/timeline.js +275 -0
  256. package/lib/tooltip.js +425 -0
  257. package/lib/transfer.js +1102 -0
  258. package/lib/transitions/collapse-transition.js +91 -0
  259. package/lib/tree.js +2263 -0
  260. package/lib/umd/locale/af-ZA.js +142 -0
  261. package/lib/umd/locale/ar.js +141 -0
  262. package/lib/umd/locale/az.js +141 -0
  263. package/lib/umd/locale/bg.js +142 -0
  264. package/lib/umd/locale/bn.js +141 -0
  265. package/lib/umd/locale/ca.js +141 -0
  266. package/lib/umd/locale/cs-CZ.js +144 -0
  267. package/lib/umd/locale/da.js +141 -0
  268. package/lib/umd/locale/de.js +143 -0
  269. package/lib/umd/locale/ee.js +142 -0
  270. package/lib/umd/locale/el.js +142 -0
  271. package/lib/umd/locale/en.js +142 -0
  272. package/lib/umd/locale/eo.js +142 -0
  273. package/lib/umd/locale/es.js +141 -0
  274. package/lib/umd/locale/eu.js +142 -0
  275. package/lib/umd/locale/fa.js +142 -0
  276. package/lib/umd/locale/fi.js +142 -0
  277. package/lib/umd/locale/fr.js +141 -0
  278. package/lib/umd/locale/he.js +142 -0
  279. package/lib/umd/locale/hr.js +142 -0
  280. package/lib/umd/locale/hu.js +141 -0
  281. package/lib/umd/locale/hy-AM.js +142 -0
  282. package/lib/umd/locale/id.js +142 -0
  283. package/lib/umd/locale/is.js +142 -0
  284. package/lib/umd/locale/it.js +141 -0
  285. package/lib/umd/locale/ja.js +142 -0
  286. package/lib/umd/locale/kg.js +142 -0
  287. package/lib/umd/locale/km.js +142 -0
  288. package/lib/umd/locale/ko.js +142 -0
  289. package/lib/umd/locale/ku.js +142 -0
  290. package/lib/umd/locale/kz.js +142 -0
  291. package/lib/umd/locale/lt.js +142 -0
  292. package/lib/umd/locale/lv.js +142 -0
  293. package/lib/umd/locale/mn.js +142 -0
  294. package/lib/umd/locale/ms.js +142 -0
  295. package/lib/umd/locale/nb-NO.js +141 -0
  296. package/lib/umd/locale/nl.js +142 -0
  297. package/lib/umd/locale/pl.js +142 -0
  298. package/lib/umd/locale/pt-br.js +142 -0
  299. package/lib/umd/locale/pt.js +142 -0
  300. package/lib/umd/locale/ro.js +142 -0
  301. package/lib/umd/locale/ru-RU.js +142 -0
  302. package/lib/umd/locale/si.js +142 -0
  303. package/lib/umd/locale/sk.js +144 -0
  304. package/lib/umd/locale/sl.js +142 -0
  305. package/lib/umd/locale/sr.js +142 -0
  306. package/lib/umd/locale/sv-SE.js +142 -0
  307. package/lib/umd/locale/sw.js +142 -0
  308. package/lib/umd/locale/ta.js +141 -0
  309. package/lib/umd/locale/th.js +142 -0
  310. package/lib/umd/locale/tk.js +142 -0
  311. package/lib/umd/locale/tr-TR.js +142 -0
  312. package/lib/umd/locale/ua.js +142 -0
  313. package/lib/umd/locale/ug-CN.js +142 -0
  314. package/lib/umd/locale/uz-UZ.js +142 -0
  315. package/lib/umd/locale/vi.js +142 -0
  316. package/lib/umd/locale/zh-CN.js +142 -0
  317. package/lib/umd/locale/zh-TW.js +142 -0
  318. package/lib/upload.js +1390 -0
  319. package/lib/utils/after-leave.js +35 -0
  320. package/lib/utils/aria-dialog.js +104 -0
  321. package/lib/utils/aria-utils.js +126 -0
  322. package/lib/utils/clickoutside.js +79 -0
  323. package/lib/utils/date-util.js +310 -0
  324. package/lib/utils/date.js +369 -0
  325. package/lib/utils/dom.js +234 -0
  326. package/lib/utils/menu/aria-menubar.js +24 -0
  327. package/lib/utils/menu/aria-menuitem.js +62 -0
  328. package/lib/utils/menu/aria-submenu.js +69 -0
  329. package/lib/utils/merge.js +21 -0
  330. package/lib/utils/popper.js +1261 -0
  331. package/lib/utils/popup/index.js +233 -0
  332. package/lib/utils/popup/popup-manager.js +205 -0
  333. package/lib/utils/resize-event.js +59 -0
  334. package/lib/utils/scroll-into-view.js +38 -0
  335. package/lib/utils/scrollbar-width.js +39 -0
  336. package/lib/utils/shared.js +12 -0
  337. package/lib/utils/types.js +52 -0
  338. package/lib/utils/util.js +268 -0
  339. package/lib/utils/vdom.js +13 -0
  340. package/lib/utils/vue-popper.js +202 -0
  341. package/package.json +148 -0
  342. package/packages/.DS_Store +0 -0
  343. package/packages/alert/index.js +8 -0
  344. package/packages/alert/src/main.vue +94 -0
  345. package/packages/aside/index.js +8 -0
  346. package/packages/aside/src/main.vue +20 -0
  347. package/packages/autocomplete/index.js +8 -0
  348. package/packages/autocomplete/src/autocomplete-suggestions.vue +76 -0
  349. package/packages/autocomplete/src/autocomplete.vue +285 -0
  350. package/packages/avatar/index.js +8 -0
  351. package/packages/avatar/src/main.vue +107 -0
  352. package/packages/backtop/index.js +8 -0
  353. package/packages/backtop/src/main.vue +110 -0
  354. package/packages/badge/index.js +8 -0
  355. package/packages/badge/src/main.vue +53 -0
  356. package/packages/breadcrumb/index.js +8 -0
  357. package/packages/breadcrumb/src/breadcrumb-item.vue +41 -0
  358. package/packages/breadcrumb/src/breadcrumb.vue +34 -0
  359. package/packages/breadcrumb-item/index.js +8 -0
  360. package/packages/button/index.js +8 -0
  361. package/packages/button/src/button-group.vue +10 -0
  362. package/packages/button/src/button.vue +86 -0
  363. package/packages/button-group/index.js +8 -0
  364. package/packages/calendar/index.js +8 -0
  365. package/packages/calendar/src/date-table.vue +200 -0
  366. package/packages/calendar/src/main.vue +280 -0
  367. package/packages/card/index.js +8 -0
  368. package/packages/card/src/main.vue +23 -0
  369. package/packages/carousel/index.js +8 -0
  370. package/packages/carousel/src/item.vue +138 -0
  371. package/packages/carousel/src/main.vue +315 -0
  372. package/packages/carousel-item/index.js +8 -0
  373. package/packages/cascader/index.js +8 -0
  374. package/packages/cascader/src/cascader.vue +663 -0
  375. package/packages/cascader-panel/index.js +8 -0
  376. package/packages/cascader-panel/src/cascader-menu.vue +138 -0
  377. package/packages/cascader-panel/src/cascader-node.vue +246 -0
  378. package/packages/cascader-panel/src/cascader-panel.vue +391 -0
  379. package/packages/cascader-panel/src/node.js +166 -0
  380. package/packages/cascader-panel/src/store.js +58 -0
  381. package/packages/checkbox/index.js +8 -0
  382. package/packages/checkbox/src/checkbox-button.vue +199 -0
  383. package/packages/checkbox/src/checkbox-group.vue +48 -0
  384. package/packages/checkbox/src/checkbox.vue +222 -0
  385. package/packages/checkbox-button/index.js +8 -0
  386. package/packages/checkbox-group/index.js +8 -0
  387. package/packages/col/index.js +9 -0
  388. package/packages/col/src/col.js +71 -0
  389. package/packages/collapse/index.js +9 -0
  390. package/packages/collapse/src/collapse-item.vue +114 -0
  391. package/packages/collapse/src/collapse.vue +73 -0
  392. package/packages/collapse-item/index.js +8 -0
  393. package/packages/color-picker/index.js +8 -0
  394. package/packages/color-picker/src/color.js +317 -0
  395. package/packages/color-picker/src/components/alpha-slider.vue +132 -0
  396. package/packages/color-picker/src/components/hue-slider.vue +123 -0
  397. package/packages/color-picker/src/components/picker-dropdown.vue +121 -0
  398. package/packages/color-picker/src/components/predefine.vue +61 -0
  399. package/packages/color-picker/src/components/sv-panel.vue +100 -0
  400. package/packages/color-picker/src/draggable.js +36 -0
  401. package/packages/color-picker/src/main.vue +188 -0
  402. package/packages/container/index.js +8 -0
  403. package/packages/container/src/main.vue +33 -0
  404. package/packages/date-picker/index.js +8 -0
  405. package/packages/date-picker/src/basic/date-table.vue +441 -0
  406. package/packages/date-picker/src/basic/month-table.vue +269 -0
  407. package/packages/date-picker/src/basic/time-spinner.vue +304 -0
  408. package/packages/date-picker/src/basic/year-table.vue +111 -0
  409. package/packages/date-picker/src/panel/date-range.vue +680 -0
  410. package/packages/date-picker/src/panel/date.vue +609 -0
  411. package/packages/date-picker/src/panel/month-range.vue +289 -0
  412. package/packages/date-picker/src/panel/time-range.vue +248 -0
  413. package/packages/date-picker/src/panel/time-select.vue +178 -0
  414. package/packages/date-picker/src/panel/time.vue +186 -0
  415. package/packages/date-picker/src/picker/date-picker.js +43 -0
  416. package/packages/date-picker/src/picker/time-picker.js +39 -0
  417. package/packages/date-picker/src/picker/time-select.js +21 -0
  418. package/packages/date-picker/src/picker.vue +956 -0
  419. package/packages/descriptions/index.js +8 -0
  420. package/packages/descriptions/src/descriptions-item.js +30 -0
  421. package/packages/descriptions/src/descriptions-row.js +116 -0
  422. package/packages/descriptions/src/index.js +180 -0
  423. package/packages/descriptions-item/index.js +8 -0
  424. package/packages/dialog/index.js +8 -0
  425. package/packages/dialog/src/component.vue +224 -0
  426. package/packages/divider/index.js +8 -0
  427. package/packages/divider/src/main.vue +37 -0
  428. package/packages/drawer/index.js +8 -0
  429. package/packages/drawer/src/main.vue +205 -0
  430. package/packages/dropdown/index.js +8 -0
  431. package/packages/dropdown/src/dropdown-item.vue +37 -0
  432. package/packages/dropdown/src/dropdown-menu.vue +63 -0
  433. package/packages/dropdown/src/dropdown.vue +293 -0
  434. package/packages/dropdown-item/index.js +8 -0
  435. package/packages/dropdown-menu/index.js +8 -0
  436. package/packages/empty/index.js +7 -0
  437. package/packages/empty/src/img-empty.vue +132 -0
  438. package/packages/empty/src/index.vue +50 -0
  439. package/packages/footer/index.js +8 -0
  440. package/packages/footer/src/main.vue +20 -0
  441. package/packages/form/index.js +8 -0
  442. package/packages/form/src/form-item.vue +324 -0
  443. package/packages/form/src/form.vue +182 -0
  444. package/packages/form/src/label-wrap.vue +78 -0
  445. package/packages/form-item/index.js +8 -0
  446. package/packages/header/index.js +8 -0
  447. package/packages/header/src/main.vue +20 -0
  448. package/packages/icon/index.js +8 -0
  449. package/packages/icon/src/icon.vue +13 -0
  450. package/packages/image/index.js +8 -0
  451. package/packages/image/src/image-viewer.vue +330 -0
  452. package/packages/image/src/main.vue +242 -0
  453. package/packages/infinite-scroll/index.js +8 -0
  454. package/packages/infinite-scroll/src/main.js +150 -0
  455. package/packages/input/index.js +8 -0
  456. package/packages/input/src/calcTextareaHeight.js +104 -0
  457. package/packages/input/src/input.vue +440 -0
  458. package/packages/input-number/index.js +8 -0
  459. package/packages/input-number/src/input-number.vue +283 -0
  460. package/packages/link/index.js +8 -0
  461. package/packages/link/src/main.vue +53 -0
  462. package/packages/loading/index.js +11 -0
  463. package/packages/loading/src/directive.js +133 -0
  464. package/packages/loading/src/index.js +106 -0
  465. package/packages/loading/src/loading.vue +41 -0
  466. package/packages/main/index.js +8 -0
  467. package/packages/main/src/main.vue +12 -0
  468. package/packages/menu/index.js +8 -0
  469. package/packages/menu/src/menu-item-group.vue +45 -0
  470. package/packages/menu/src/menu-item.vue +112 -0
  471. package/packages/menu/src/menu-mixin.js +44 -0
  472. package/packages/menu/src/menu.vue +325 -0
  473. package/packages/menu/src/submenu.vue +349 -0
  474. package/packages/menu-item/index.js +8 -0
  475. package/packages/menu-item-group/index.js +8 -0
  476. package/packages/message/index.js +2 -0
  477. package/packages/message/src/main.js +91 -0
  478. package/packages/message/src/main.vue +117 -0
  479. package/packages/message-box/index.js +2 -0
  480. package/packages/message-box/src/main.js +216 -0
  481. package/packages/message-box/src/main.vue +332 -0
  482. package/packages/notification/index.js +2 -0
  483. package/packages/notification/src/main.js +94 -0
  484. package/packages/notification/src/main.vue +152 -0
  485. package/packages/option/index.js +8 -0
  486. package/packages/option-group/index.js +8 -0
  487. package/packages/page-header/index.js +8 -0
  488. package/packages/page-header/src/main.vue +30 -0
  489. package/packages/pagination/index.js +8 -0
  490. package/packages/pagination/src/pager.vue +163 -0
  491. package/packages/pagination/src/pagination.js +386 -0
  492. package/packages/popconfirm/index.js +8 -0
  493. package/packages/popconfirm/src/main.vue +104 -0
  494. package/packages/popover/index.js +14 -0
  495. package/packages/popover/src/directive.js +20 -0
  496. package/packages/popover/src/main.vue +237 -0
  497. package/packages/progress/index.js +8 -0
  498. package/packages/progress/src/progress.vue +227 -0
  499. package/packages/radio/index.js +8 -0
  500. package/packages/radio/src/radio-button.vue +115 -0
  501. package/packages/radio/src/radio-group.vue +113 -0
  502. package/packages/radio/src/radio.vue +134 -0
  503. package/packages/radio-button/index.js +8 -0
  504. package/packages/radio-group/index.js +8 -0
  505. package/packages/rate/index.js +8 -0
  506. package/packages/rate/src/main.vue +348 -0
  507. package/packages/result/index.js +8 -0
  508. package/packages/result/src/icon-error.vue +13 -0
  509. package/packages/result/src/icon-info.vue +13 -0
  510. package/packages/result/src/icon-success.vue +13 -0
  511. package/packages/result/src/icon-warning.vue +13 -0
  512. package/packages/result/src/index.vue +65 -0
  513. package/packages/row/index.js +9 -0
  514. package/packages/row/src/row.js +44 -0
  515. package/packages/scrollbar/index.js +8 -0
  516. package/packages/scrollbar/src/bar.js +92 -0
  517. package/packages/scrollbar/src/main.js +130 -0
  518. package/packages/scrollbar/src/util.js +34 -0
  519. package/packages/select/index.js +8 -0
  520. package/packages/select/src/navigation-mixin.js +54 -0
  521. package/packages/select/src/option-group.vue +60 -0
  522. package/packages/select/src/option.vue +168 -0
  523. package/packages/select/src/select-dropdown.vue +74 -0
  524. package/packages/select/src/select.vue +900 -0
  525. package/packages/skeleton/index.js +8 -0
  526. package/packages/skeleton/src/img-placeholder.vue +16 -0
  527. package/packages/skeleton/src/index.vue +76 -0
  528. package/packages/skeleton/src/item.vue +22 -0
  529. package/packages/skeleton-item/index.js +8 -0
  530. package/packages/slider/index.js +8 -0
  531. package/packages/slider/src/button.vue +238 -0
  532. package/packages/slider/src/main.vue +427 -0
  533. package/packages/slider/src/marker.js +18 -0
  534. package/packages/spinner/index.js +8 -0
  535. package/packages/spinner/src/spinner.vue +27 -0
  536. package/packages/step/index.js +8 -0
  537. package/packages/steps/README.md +69 -0
  538. package/packages/steps/index.js +8 -0
  539. package/packages/steps/src/step.vue +184 -0
  540. package/packages/steps/src/steps.vue +68 -0
  541. package/packages/submenu/index.js +8 -0
  542. package/packages/switch/index.js +9 -0
  543. package/packages/switch/src/component.vue +174 -0
  544. package/packages/tab-pane/index.js +8 -0
  545. package/packages/table/index.js +8 -0
  546. package/packages/table/src/config.js +124 -0
  547. package/packages/table/src/dropdown.js +28 -0
  548. package/packages/table/src/filter-panel.vue +194 -0
  549. package/packages/table/src/layout-observer.js +68 -0
  550. package/packages/table/src/store/current.js +76 -0
  551. package/packages/table/src/store/expand.js +65 -0
  552. package/packages/table/src/store/helper.js +41 -0
  553. package/packages/table/src/store/index.js +147 -0
  554. package/packages/table/src/store/tree.js +209 -0
  555. package/packages/table/src/store/watcher.js +381 -0
  556. package/packages/table/src/table-body.js +460 -0
  557. package/packages/table/src/table-column.js +319 -0
  558. package/packages/table/src/table-footer.js +160 -0
  559. package/packages/table/src/table-header.js +481 -0
  560. package/packages/table/src/table-layout.js +249 -0
  561. package/packages/table/src/table-row.js +101 -0
  562. package/packages/table/src/table.vue +740 -0
  563. package/packages/table/src/util.js +255 -0
  564. package/packages/table-column/index.js +8 -0
  565. package/packages/tabs/index.js +8 -0
  566. package/packages/tabs/src/tab-bar.vue +57 -0
  567. package/packages/tabs/src/tab-nav.vue +294 -0
  568. package/packages/tabs/src/tab-pane.vue +56 -0
  569. package/packages/tabs/src/tabs.vue +191 -0
  570. package/packages/tag/index.js +8 -0
  571. package/packages/tag/src/tag.vue +47 -0
  572. package/packages/theme-chalk/README.md +33 -0
  573. package/packages/theme-chalk/lib/alert.css +1 -0
  574. package/packages/theme-chalk/lib/aside.css +1 -0
  575. package/packages/theme-chalk/lib/autocomplete.css +1 -0
  576. package/packages/theme-chalk/lib/avatar.css +1 -0
  577. package/packages/theme-chalk/lib/backtop.css +1 -0
  578. package/packages/theme-chalk/lib/badge.css +1 -0
  579. package/packages/theme-chalk/lib/base.css +1 -0
  580. package/packages/theme-chalk/lib/breadcrumb-item.css +0 -0
  581. package/packages/theme-chalk/lib/breadcrumb.css +1 -0
  582. package/packages/theme-chalk/lib/button-group.css +0 -0
  583. package/packages/theme-chalk/lib/button.css +1 -0
  584. package/packages/theme-chalk/lib/calendar.css +1 -0
  585. package/packages/theme-chalk/lib/card.css +1 -0
  586. package/packages/theme-chalk/lib/carousel-item.css +1 -0
  587. package/packages/theme-chalk/lib/carousel.css +1 -0
  588. package/packages/theme-chalk/lib/cascader-panel.css +1 -0
  589. package/packages/theme-chalk/lib/cascader.css +1 -0
  590. package/packages/theme-chalk/lib/checkbox-button.css +0 -0
  591. package/packages/theme-chalk/lib/checkbox-group.css +0 -0
  592. package/packages/theme-chalk/lib/checkbox.css +1 -0
  593. package/packages/theme-chalk/lib/col.css +1 -0
  594. package/packages/theme-chalk/lib/collapse-item.css +0 -0
  595. package/packages/theme-chalk/lib/collapse.css +1 -0
  596. package/packages/theme-chalk/lib/color-picker.css +1 -0
  597. package/packages/theme-chalk/lib/container.css +1 -0
  598. package/packages/theme-chalk/lib/date-picker.css +1 -0
  599. package/packages/theme-chalk/lib/descriptions-item.css +1 -0
  600. package/packages/theme-chalk/lib/descriptions.css +1 -0
  601. package/packages/theme-chalk/lib/dialog.css +1 -0
  602. package/packages/theme-chalk/lib/display.css +1 -0
  603. package/packages/theme-chalk/lib/divider.css +1 -0
  604. package/packages/theme-chalk/lib/drawer.css +1 -0
  605. package/packages/theme-chalk/lib/dropdown-item.css +0 -0
  606. package/packages/theme-chalk/lib/dropdown-menu.css +0 -0
  607. package/packages/theme-chalk/lib/dropdown.css +1 -0
  608. package/packages/theme-chalk/lib/empty.css +1 -0
  609. package/packages/theme-chalk/lib/fonts/element-icons.ttf +0 -0
  610. package/packages/theme-chalk/lib/fonts/element-icons.woff +0 -0
  611. package/packages/theme-chalk/lib/footer.css +1 -0
  612. package/packages/theme-chalk/lib/form-item.css +0 -0
  613. package/packages/theme-chalk/lib/form.css +1 -0
  614. package/packages/theme-chalk/lib/header.css +1 -0
  615. package/packages/theme-chalk/lib/icon.css +1 -0
  616. package/packages/theme-chalk/lib/image.css +1 -0
  617. package/packages/theme-chalk/lib/index.css +1 -0
  618. package/packages/theme-chalk/lib/infinite-scroll.css +0 -0
  619. package/packages/theme-chalk/lib/infiniteScroll.css +0 -0
  620. package/packages/theme-chalk/lib/input-number.css +1 -0
  621. package/packages/theme-chalk/lib/input.css +1 -0
  622. package/packages/theme-chalk/lib/link.css +1 -0
  623. package/packages/theme-chalk/lib/loading.css +1 -0
  624. package/packages/theme-chalk/lib/main.css +1 -0
  625. package/packages/theme-chalk/lib/menu-item-group.css +0 -0
  626. package/packages/theme-chalk/lib/menu-item.css +0 -0
  627. package/packages/theme-chalk/lib/menu.css +1 -0
  628. package/packages/theme-chalk/lib/message-box.css +1 -0
  629. package/packages/theme-chalk/lib/message.css +1 -0
  630. package/packages/theme-chalk/lib/notification.css +1 -0
  631. package/packages/theme-chalk/lib/option-group.css +1 -0
  632. package/packages/theme-chalk/lib/option.css +1 -0
  633. package/packages/theme-chalk/lib/page-header.css +1 -0
  634. package/packages/theme-chalk/lib/pagination.css +1 -0
  635. package/packages/theme-chalk/lib/popconfirm.css +1 -0
  636. package/packages/theme-chalk/lib/popover.css +1 -0
  637. package/packages/theme-chalk/lib/popper.css +1 -0
  638. package/packages/theme-chalk/lib/progress.css +1 -0
  639. package/packages/theme-chalk/lib/radio-button.css +1 -0
  640. package/packages/theme-chalk/lib/radio-group.css +1 -0
  641. package/packages/theme-chalk/lib/radio.css +1 -0
  642. package/packages/theme-chalk/lib/rate.css +1 -0
  643. package/packages/theme-chalk/lib/reset.css +1 -0
  644. package/packages/theme-chalk/lib/result.css +1 -0
  645. package/packages/theme-chalk/lib/row.css +1 -0
  646. package/packages/theme-chalk/lib/scrollbar.css +1 -0
  647. package/packages/theme-chalk/lib/select-dropdown.css +1 -0
  648. package/packages/theme-chalk/lib/select.css +1 -0
  649. package/packages/theme-chalk/lib/skeleton-item.css +1 -0
  650. package/packages/theme-chalk/lib/skeleton.css +1 -0
  651. package/packages/theme-chalk/lib/slider.css +1 -0
  652. package/packages/theme-chalk/lib/spinner.css +1 -0
  653. package/packages/theme-chalk/lib/step.css +1 -0
  654. package/packages/theme-chalk/lib/steps.css +1 -0
  655. package/packages/theme-chalk/lib/submenu.css +0 -0
  656. package/packages/theme-chalk/lib/switch.css +1 -0
  657. package/packages/theme-chalk/lib/tab-pane.css +0 -0
  658. package/packages/theme-chalk/lib/table-column.css +1 -0
  659. package/packages/theme-chalk/lib/table.css +1 -0
  660. package/packages/theme-chalk/lib/tabs.css +1 -0
  661. package/packages/theme-chalk/lib/tag.css +1 -0
  662. package/packages/theme-chalk/lib/time-picker.css +1 -0
  663. package/packages/theme-chalk/lib/time-select.css +1 -0
  664. package/packages/theme-chalk/lib/timeline-item.css +1 -0
  665. package/packages/theme-chalk/lib/timeline.css +1 -0
  666. package/packages/theme-chalk/lib/tooltip.css +1 -0
  667. package/packages/theme-chalk/lib/transfer.css +1 -0
  668. package/packages/theme-chalk/lib/tree.css +1 -0
  669. package/packages/theme-chalk/lib/upload.css +1 -0
  670. package/packages/theme-chalk/package.json +35 -0
  671. package/packages/theme-chalk/src/alert.scss +147 -0
  672. package/packages/theme-chalk/src/aside.scss +7 -0
  673. package/packages/theme-chalk/src/autocomplete.scss +80 -0
  674. package/packages/theme-chalk/src/avatar.scss +51 -0
  675. package/packages/theme-chalk/src/backtop.scss +22 -0
  676. package/packages/theme-chalk/src/badge.scss +57 -0
  677. package/packages/theme-chalk/src/base.scss +2 -0
  678. package/packages/theme-chalk/src/breadcrumb-item.scss +0 -0
  679. package/packages/theme-chalk/src/breadcrumb.scss +55 -0
  680. package/packages/theme-chalk/src/button-group.scss +0 -0
  681. package/packages/theme-chalk/src/button.scss +263 -0
  682. package/packages/theme-chalk/src/calendar.scss +79 -0
  683. package/packages/theme-chalk/src/card.scss +33 -0
  684. package/packages/theme-chalk/src/carousel-item.scss +50 -0
  685. package/packages/theme-chalk/src/carousel.scss +161 -0
  686. package/packages/theme-chalk/src/cascader-panel.scss +120 -0
  687. package/packages/theme-chalk/src/cascader.scss +182 -0
  688. package/packages/theme-chalk/src/checkbox-button.scss +0 -0
  689. package/packages/theme-chalk/src/checkbox-group.scss +0 -0
  690. package/packages/theme-chalk/src/checkbox.scss +359 -0
  691. package/packages/theme-chalk/src/col.scss +156 -0
  692. package/packages/theme-chalk/src/collapse-item.scss +0 -0
  693. package/packages/theme-chalk/src/collapse.scss +63 -0
  694. package/packages/theme-chalk/src/color-picker.scss +384 -0
  695. package/packages/theme-chalk/src/common/popup.scss +42 -0
  696. package/packages/theme-chalk/src/common/transition.scss +99 -0
  697. package/packages/theme-chalk/src/common/var.scss +1052 -0
  698. package/packages/theme-chalk/src/container.scss +14 -0
  699. package/packages/theme-chalk/src/date-picker/date-picker.scss +97 -0
  700. package/packages/theme-chalk/src/date-picker/date-range-picker.scss +101 -0
  701. package/packages/theme-chalk/src/date-picker/date-table.scss +151 -0
  702. package/packages/theme-chalk/src/date-picker/month-table.scss +82 -0
  703. package/packages/theme-chalk/src/date-picker/picker-panel.scss +117 -0
  704. package/packages/theme-chalk/src/date-picker/picker.scss +198 -0
  705. package/packages/theme-chalk/src/date-picker/time-picker.scss +85 -0
  706. package/packages/theme-chalk/src/date-picker/time-range-picker.scss +31 -0
  707. package/packages/theme-chalk/src/date-picker/time-spinner.scss +110 -0
  708. package/packages/theme-chalk/src/date-picker/year-table.scss +51 -0
  709. package/packages/theme-chalk/src/date-picker.scss +12 -0
  710. package/packages/theme-chalk/src/descriptions-item.scss +42 -0
  711. package/packages/theme-chalk/src/descriptions.scss +111 -0
  712. package/packages/theme-chalk/src/dialog.scss +138 -0
  713. package/packages/theme-chalk/src/display.scss +12 -0
  714. package/packages/theme-chalk/src/divider.scss +47 -0
  715. package/packages/theme-chalk/src/drawer.scss +219 -0
  716. package/packages/theme-chalk/src/dropdown-item.scss +0 -0
  717. package/packages/theme-chalk/src/dropdown-menu.scss +0 -0
  718. package/packages/theme-chalk/src/dropdown.scss +182 -0
  719. package/packages/theme-chalk/src/empty.scss +45 -0
  720. package/packages/theme-chalk/src/fonts/element-icons.ttf +0 -0
  721. package/packages/theme-chalk/src/fonts/element-icons.woff +0 -0
  722. package/packages/theme-chalk/src/footer.scss +8 -0
  723. package/packages/theme-chalk/src/form-item.scss +0 -0
  724. package/packages/theme-chalk/src/form.scss +167 -0
  725. package/packages/theme-chalk/src/header.scss +8 -0
  726. package/packages/theme-chalk/src/icon.scss +1167 -0
  727. package/packages/theme-chalk/src/image.scss +179 -0
  728. package/packages/theme-chalk/src/index.scss +86 -0
  729. package/packages/theme-chalk/src/infinite-scroll.scss +0 -0
  730. package/packages/theme-chalk/src/infiniteScroll.scss +0 -0
  731. package/packages/theme-chalk/src/input-number.scss +180 -0
  732. package/packages/theme-chalk/src/input.scss +360 -0
  733. package/packages/theme-chalk/src/link.scss +81 -0
  734. package/packages/theme-chalk/src/loading.scss +96 -0
  735. package/packages/theme-chalk/src/main.scss +12 -0
  736. package/packages/theme-chalk/src/menu-item-group.scss +0 -0
  737. package/packages/theme-chalk/src/menu-item.scss +0 -0
  738. package/packages/theme-chalk/src/menu.scss +289 -0
  739. package/packages/theme-chalk/src/message-box.scss +226 -0
  740. package/packages/theme-chalk/src/message.scss +120 -0
  741. package/packages/theme-chalk/src/mixins/_button.scss +81 -0
  742. package/packages/theme-chalk/src/mixins/config.scss +4 -0
  743. package/packages/theme-chalk/src/mixins/function.scss +44 -0
  744. package/packages/theme-chalk/src/mixins/mixins.scss +190 -0
  745. package/packages/theme-chalk/src/mixins/utils.scss +39 -0
  746. package/packages/theme-chalk/src/notification.scss +99 -0
  747. package/packages/theme-chalk/src/option-group.scss +42 -0
  748. package/packages/theme-chalk/src/option.scss +36 -0
  749. package/packages/theme-chalk/src/page-header.scss +41 -0
  750. package/packages/theme-chalk/src/pagination.scss +295 -0
  751. package/packages/theme-chalk/src/popconfirm.scss +16 -0
  752. package/packages/theme-chalk/src/popover.scss +40 -0
  753. package/packages/theme-chalk/src/popper.scss +101 -0
  754. package/packages/theme-chalk/src/progress.scss +141 -0
  755. package/packages/theme-chalk/src/radio-button.scss +113 -0
  756. package/packages/theme-chalk/src/radio-group.scss +9 -0
  757. package/packages/theme-chalk/src/radio.scss +199 -0
  758. package/packages/theme-chalk/src/rate.scss +49 -0
  759. package/packages/theme-chalk/src/reset.scss +79 -0
  760. package/packages/theme-chalk/src/result.scss +61 -0
  761. package/packages/theme-chalk/src/row.scss +43 -0
  762. package/packages/theme-chalk/src/scrollbar.scss +72 -0
  763. package/packages/theme-chalk/src/select-dropdown.scss +62 -0
  764. package/packages/theme-chalk/src/select.scss +151 -0
  765. package/packages/theme-chalk/src/skeleton-item.scss +84 -0
  766. package/packages/theme-chalk/src/skeleton.scss +40 -0
  767. package/packages/theme-chalk/src/slider.scss +250 -0
  768. package/packages/theme-chalk/src/spinner.scss +44 -0
  769. package/packages/theme-chalk/src/step.scss +317 -0
  770. package/packages/theme-chalk/src/steps.scss +20 -0
  771. package/packages/theme-chalk/src/submenu.scss +0 -0
  772. package/packages/theme-chalk/src/switch.scss +116 -0
  773. package/packages/theme-chalk/src/tab-pane.scss +0 -0
  774. package/packages/theme-chalk/src/table-column.scss +97 -0
  775. package/packages/theme-chalk/src/table.scss +578 -0
  776. package/packages/theme-chalk/src/tabs.scss +602 -0
  777. package/packages/theme-chalk/src/tag.scss +163 -0
  778. package/packages/theme-chalk/src/time-picker.scss +8 -0
  779. package/packages/theme-chalk/src/time-select.scss +37 -0
  780. package/packages/theme-chalk/src/timeline-item.scss +86 -0
  781. package/packages/theme-chalk/src/timeline.scss +14 -0
  782. package/packages/theme-chalk/src/tooltip.scss +141 -0
  783. package/packages/theme-chalk/src/transfer.scss +227 -0
  784. package/packages/theme-chalk/src/tree.scss +123 -0
  785. package/packages/theme-chalk/src/upload.scss +603 -0
  786. package/packages/time-picker/index.js +8 -0
  787. package/packages/time-select/index.js +8 -0
  788. package/packages/timeline/index.js +8 -0
  789. package/packages/timeline/src/item.vue +73 -0
  790. package/packages/timeline/src/main.vue +33 -0
  791. package/packages/timeline-item/index.js +8 -0
  792. package/packages/tooltip/index.js +8 -0
  793. package/packages/tooltip/src/main.js +242 -0
  794. package/packages/transfer/index.js +8 -0
  795. package/packages/transfer/src/main.vue +231 -0
  796. package/packages/transfer/src/transfer-panel.vue +251 -0
  797. package/packages/tree/index.js +8 -0
  798. package/packages/tree/src/model/node.js +484 -0
  799. package/packages/tree/src/model/tree-store.js +340 -0
  800. package/packages/tree/src/model/util.js +27 -0
  801. package/packages/tree/src/tree-node.vue +279 -0
  802. package/packages/tree/src/tree.vue +496 -0
  803. package/packages/upload/index.js +8 -0
  804. package/packages/upload/src/ajax.js +85 -0
  805. package/packages/upload/src/index.vue +338 -0
  806. package/packages/upload/src/upload-dragger.vue +70 -0
  807. package/packages/upload/src/upload-list.vue +105 -0
  808. package/packages/upload/src/upload.vue +211 -0
  809. package/src/.DS_Store +0 -0
  810. package/src/directives/mousewheel.js +18 -0
  811. package/src/directives/repeat-click.js +24 -0
  812. package/src/index.js +306 -0
  813. package/src/locale/format.js +46 -0
  814. package/src/locale/index.js +48 -0
  815. package/src/locale/lang/af-ZA.js +123 -0
  816. package/src/locale/lang/ar.js +122 -0
  817. package/src/locale/lang/az.js +126 -0
  818. package/src/locale/lang/bg.js +123 -0
  819. package/src/locale/lang/bn.js +126 -0
  820. package/src/locale/lang/ca.js +122 -0
  821. package/src/locale/lang/cs-CZ.js +125 -0
  822. package/src/locale/lang/da.js +122 -0
  823. package/src/locale/lang/de.js +124 -0
  824. package/src/locale/lang/ee.js +123 -0
  825. package/src/locale/lang/el.js +123 -0
  826. package/src/locale/lang/en.js +123 -0
  827. package/src/locale/lang/eo.js +123 -0
  828. package/src/locale/lang/es.js +122 -0
  829. package/src/locale/lang/eu.js +123 -0
  830. package/src/locale/lang/fa.js +123 -0
  831. package/src/locale/lang/fi.js +123 -0
  832. package/src/locale/lang/fr.js +122 -0
  833. package/src/locale/lang/he.js +123 -0
  834. package/src/locale/lang/hr.js +123 -0
  835. package/src/locale/lang/hu.js +122 -0
  836. package/src/locale/lang/hy-AM.js +123 -0
  837. package/src/locale/lang/id.js +123 -0
  838. package/src/locale/lang/is.js +124 -0
  839. package/src/locale/lang/it.js +122 -0
  840. package/src/locale/lang/ja.js +123 -0
  841. package/src/locale/lang/kg.js +123 -0
  842. package/src/locale/lang/km.js +123 -0
  843. package/src/locale/lang/ko.js +123 -0
  844. package/src/locale/lang/ku.js +123 -0
  845. package/src/locale/lang/kz.js +123 -0
  846. package/src/locale/lang/lt.js +123 -0
  847. package/src/locale/lang/lv.js +123 -0
  848. package/src/locale/lang/mn.js +123 -0
  849. package/src/locale/lang/ms.js +123 -0
  850. package/src/locale/lang/nb-NO.js +122 -0
  851. package/src/locale/lang/nl.js +123 -0
  852. package/src/locale/lang/pl.js +123 -0
  853. package/src/locale/lang/pt-br.js +123 -0
  854. package/src/locale/lang/pt.js +123 -0
  855. package/src/locale/lang/ro.js +123 -0
  856. package/src/locale/lang/ru-RU.js +123 -0
  857. package/src/locale/lang/si.js +123 -0
  858. package/src/locale/lang/sk.js +125 -0
  859. package/src/locale/lang/sl.js +123 -0
  860. package/src/locale/lang/sr.js +123 -0
  861. package/src/locale/lang/sv-SE.js +123 -0
  862. package/src/locale/lang/sw.js +123 -0
  863. package/src/locale/lang/ta.js +122 -0
  864. package/src/locale/lang/th.js +123 -0
  865. package/src/locale/lang/tk.js +123 -0
  866. package/src/locale/lang/tr-TR.js +123 -0
  867. package/src/locale/lang/ua.js +123 -0
  868. package/src/locale/lang/ug-CN.js +123 -0
  869. package/src/locale/lang/uz-UZ.js +123 -0
  870. package/src/locale/lang/vi.js +123 -0
  871. package/src/locale/lang/zh-CN.js +123 -0
  872. package/src/locale/lang/zh-TW.js +123 -0
  873. package/src/mixins/emitter.js +33 -0
  874. package/src/mixins/focus.js +9 -0
  875. package/src/mixins/locale.js +9 -0
  876. package/src/mixins/migrating.js +54 -0
  877. package/src/transitions/collapse-transition.js +77 -0
  878. package/src/utils/after-leave.js +27 -0
  879. package/src/utils/aria-dialog.js +90 -0
  880. package/src/utils/aria-utils.js +122 -0
  881. package/src/utils/clickoutside.js +76 -0
  882. package/src/utils/date-util.js +282 -0
  883. package/src/utils/date.js +368 -0
  884. package/src/utils/dom.js +227 -0
  885. package/src/utils/menu/aria-menubar.js +14 -0
  886. package/src/utils/menu/aria-menuitem.js +49 -0
  887. package/src/utils/menu/aria-submenu.js +59 -0
  888. package/src/utils/merge.js +15 -0
  889. package/src/utils/popper.js +1276 -0
  890. package/src/utils/popup/index.js +218 -0
  891. package/src/utils/popup/popup-manager.js +194 -0
  892. package/src/utils/resize-event.js +36 -0
  893. package/src/utils/scroll-into-view.js +27 -0
  894. package/src/utils/scrollbar-width.js +29 -0
  895. package/src/utils/shared.js +7 -0
  896. package/src/utils/types.js +40 -0
  897. package/src/utils/util.js +241 -0
  898. package/src/utils/vdom.js +5 -0
  899. package/src/utils/vue-popper.js +198 -0
  900. package/types/alert.d.ts +31 -0
  901. package/types/aside.d.ts +7 -0
  902. package/types/autocomplete.d.ts +78 -0
  903. package/types/avatar.d.ts +20 -0
  904. package/types/backtop.d.ts +16 -0
  905. package/types/badge.d.ts +16 -0
  906. package/types/breadcrumb-item.d.ts +10 -0
  907. package/types/breadcrumb.d.ts +10 -0
  908. package/types/button-group.d.ts +4 -0
  909. package/types/button.d.ts +37 -0
  910. package/types/calendar.d.ts +15 -0
  911. package/types/card.d.ts +26 -0
  912. package/types/carousel-item.d.ts +10 -0
  913. package/types/carousel.d.ts +57 -0
  914. package/types/cascader-panel.d.ts +72 -0
  915. package/types/cascader.d.ts +65 -0
  916. package/types/checkbox-button.d.ts +22 -0
  917. package/types/checkbox-group.d.ts +22 -0
  918. package/types/checkbox.d.ts +34 -0
  919. package/types/col.d.ts +46 -0
  920. package/types/collapse-item.d.ts +26 -0
  921. package/types/collapse.d.ts +10 -0
  922. package/types/color-picker.d.ts +21 -0
  923. package/types/component.d.ts +13 -0
  924. package/types/container.d.ts +7 -0
  925. package/types/date-picker.d.ts +124 -0
  926. package/types/descriptions-item.d.ts +37 -0
  927. package/types/descriptions.d.ts +52 -0
  928. package/types/dialog.d.ts +62 -0
  929. package/types/divider.d.ts +12 -0
  930. package/types/drawer.d.ts +63 -0
  931. package/types/dropdown-item.d.ts +16 -0
  932. package/types/dropdown-menu.d.ts +4 -0
  933. package/types/dropdown.d.ts +38 -0
  934. package/types/element-ui.d.ts +378 -0
  935. package/types/empty.d.ts +31 -0
  936. package/types/footer.d.ts +7 -0
  937. package/types/form-item.d.ts +37 -0
  938. package/types/form.d.ts +82 -0
  939. package/types/header.d.ts +7 -0
  940. package/types/icon.d.ts +7 -0
  941. package/types/image.d.ts +41 -0
  942. package/types/index.d.ts +4 -0
  943. package/types/infinite-scroll.d.ts +6 -0
  944. package/types/input-number.d.ts +47 -0
  945. package/types/input.d.ts +107 -0
  946. package/types/link.d.ts +25 -0
  947. package/types/loading.d.ts +62 -0
  948. package/types/main.d.ts +4 -0
  949. package/types/menu-item-group.d.ts +7 -0
  950. package/types/menu-item.d.ts +10 -0
  951. package/types/menu.d.ts +46 -0
  952. package/types/message-box.d.ts +176 -0
  953. package/types/message.d.ts +90 -0
  954. package/types/notification.d.ts +84 -0
  955. package/types/option-group.d.ts +10 -0
  956. package/types/option.d.ts +13 -0
  957. package/types/page-header.d.ts +10 -0
  958. package/types/pagination.d.ts +43 -0
  959. package/types/popconfirm.d.ts +29 -0
  960. package/types/popover.d.ts +71 -0
  961. package/types/progress.d.ts +37 -0
  962. package/types/radio-button.d.ts +16 -0
  963. package/types/radio-group.d.ts +18 -0
  964. package/types/radio.d.ts +19 -0
  965. package/types/rate.d.ts +64 -0
  966. package/types/result.d.ts +33 -0
  967. package/types/row.d.ts +25 -0
  968. package/types/select.d.ts +90 -0
  969. package/types/skeleton-item.d.ts +7 -0
  970. package/types/skeleton.d.ts +33 -0
  971. package/types/slider.d.ts +68 -0
  972. package/types/spinner.d.ts +16 -0
  973. package/types/step.d.ts +34 -0
  974. package/types/steps.d.ts +28 -0
  975. package/types/submenu.d.ts +22 -0
  976. package/types/switch.d.ts +43 -0
  977. package/types/tab-pane.d.ts +19 -0
  978. package/types/table-column.d.ts +117 -0
  979. package/types/table.d.ts +174 -0
  980. package/types/tabs.d.ts +31 -0
  981. package/types/tag.d.ts +28 -0
  982. package/types/time-picker.d.ts +63 -0
  983. package/types/time-select.d.ts +56 -0
  984. package/types/timeline-item.d.ts +20 -0
  985. package/types/timeline.d.ts +6 -0
  986. package/types/tooltip.d.ts +52 -0
  987. package/types/transfer.d.ts +73 -0
  988. package/types/tree.d.ts +266 -0
  989. package/types/upload.d.ts +124 -0
@@ -0,0 +1,2010 @@
1
+ ## Changelog
2
+
3
+ ### 2.15.10
4
+
5
+ *2022-09-13*
6
+
7
+ #### Bug fixes
8
+
9
+ - DatePicker
10
+ - Fix props placement error (#21908 by @lqzhgood)
11
+ - Loading
12
+ - Fix sticky DOM error (#22087 by @zzjjhh001)
13
+ - Docs
14
+ - Fix Popover docs (#22083 by @lm312)
15
+ - Fix Skeleton docs (#22092 by @lm312)
16
+ - Fix DatePicker docs (#21970 by @guojiongwei)
17
+ - Tree:
18
+ - fix lazy-load default check problem (#21934 by @kiss-yu)
19
+
20
+ #### Optimization
21
+
22
+ - I18n
23
+ - Add translation of Sinhalese (#21936 by @sayuri-gi)
24
+ - Update translation of Spanish (#21924 by @jcardus)
25
+ - Add translation of Malaysian (#22028 by @iorange0411)
26
+ - Update translation of Swahili (#21904 by @Cholowao)
27
+ - Utils
28
+ - update date-util.js (#22099 by @Due07)
29
+ - DatePicker
30
+ - add months And years type (#21918 by @akiko123456)
31
+
32
+ ### 2.15.9
33
+
34
+ *2022-06-02*
35
+
36
+ #### Bug fixes
37
+
38
+ - Table
39
+ - Fix Tabl-header shake bug (#21863 by @bofeng)
40
+ - Fix when partial import show `el-checkbox not imported` error (#21828 by @bobohuochai)
41
+ - FormItem
42
+ - Fix change rules verification not reset bug (#21892 by @bofeng)
43
+ - Cascader
44
+ - Fix change options unexpect error (#21759 by @louiebb)
45
+ - Docs
46
+ - Fix Popover docs (#21843 by @lod61)
47
+ - Fix Calendar docs (#21814 by @GoJam11)
48
+ - Fix TimePicker docs (#21803 by @Alanscut)
49
+ - Fix DatePicker docs (#21877 by @Nirvanaiu)
50
+ - Other
51
+ - Fix codepen display bug (#21863 by @bofeng)
52
+
53
+ #### Optimization
54
+
55
+ - I18n
56
+ - Add translation of Swahili (#21895 by @quilltouch)
57
+ - Chore
58
+ - Use launch-editor-middleware in dev environment (#21633 by @polemices)
59
+ - DatePicker & Cascader
60
+ - Optimize the dropdown animation direction (#21806 by @XivLaw)
61
+ - Tooltip
62
+ - Optimize `getFirstElement` code (#21886 by @zhankang)
63
+ - Input
64
+ - Optimize scss code (#21558 by @cheese-git)
65
+
66
+ ### 2.15.8
67
+
68
+ *2022-04-12*
69
+
70
+ #### Bug fixes
71
+
72
+ - Drawer
73
+ - Fix appendToBody failure problem (#21264 by @cs1707)
74
+ - Switch
75
+ - Fix toggling value problem(#19473 by @EdwinBetanc0urt)
76
+ - Docs
77
+ - Fix input docs (#21723 by @justforuse)
78
+ - Fix DatePicker docs (#21663 by @justforuse)
79
+ - Fix Skeleton docs (#21601 by @yanwydxf)
80
+ - Others
81
+ - Fix vue version (#21736 by @ckvv)
82
+
83
+ #### Optimization
84
+
85
+ - I18n
86
+ - add translation of Azerbaijani (#21012 by @ricardotondello)
87
+ - update translation of Slovenian (#21729 by @patik123)
88
+ - update translation of Slovak (#21711 by @sjaustirni )
89
+ - add translation of Icelandic (#21709 by @aronhr)
90
+ - add translation of Bengali (#21485 by @llwwtt)
91
+
92
+ #### Others
93
+
94
+ - Due to compatibility considerations, the PR on node-sass (#21019 by @linxsbox) of 2.15.7 release has been withdrawn and will be published in an appropriate version after re-evaluation.
95
+
96
+ ### 2.15.7
97
+
98
+ *2021-11-18*
99
+
100
+ #### Bug fixes
101
+
102
+ - Select
103
+ - fix click icon triggering dropdown (#21314 by @dennyak47)
104
+ - fix keydown event when composition (#21336 by @bchen1029)
105
+ - Badge
106
+ - fix type class when is-dot (#21308 by @adaex)
107
+ - Form
108
+ - validate method reject error info (#21374 by @cs1707)
109
+ - Table
110
+ - fix resizeObserver loop limit exceeded (#21255 by @tomieric)
111
+ - fix toggleAllSelection bug when table is empty (#21456 by @cs1707)
112
+ - optimize performance (#21330 by @cs1707)
113
+ - Button
114
+ - fix disabled priority (#21375 by @cs1707)
115
+ - Descriptions
116
+ - fix label slot bug (#21462 by @cs1707)
117
+ - SASS
118
+ - replace node-sass with dart-sass (#21019 by @linxsbox)
119
+ - Docs
120
+ - fix skeleton typos (#21408 by @zhhbstudio)
121
+
122
+ ### 2.15.6
123
+
124
+ *2021-09-02*
125
+
126
+ #### Bug fixes
127
+
128
+ - Cascader
129
+ - fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
130
+ - optimize performance (#21231 by @cs1707)
131
+ - Select
132
+ - fix long text overflow in multiple mode (#21237 by @cs1707)
133
+ - Dropdown
134
+ - add disabled property (#21235 by @mshioda)
135
+ - Radio
136
+ - fix checked state when browser go back (#21250 by @cs1707)
137
+ - Descriptions
138
+ - fix type declaration (#21265 by @adaex)
139
+ - avoid table style conflict (#21254 by @adaex)
140
+ - Drawer
141
+ - fix append to body (#21264 by @cs1707)
142
+ - Local
143
+ - fix italian mistake (#21012 by @ricardotondello)
144
+
145
+ ### 2.15.5
146
+
147
+ *2021-08-04*
148
+
149
+ #### Bug fixes
150
+
151
+ - Select
152
+ - fix resetInputHeight (#21201 by @cs1707)
153
+
154
+ ### 2.15.4
155
+
156
+ *2021-08-03*
157
+
158
+ #### New features
159
+
160
+ - Descriptions
161
+ - add description component (#21129 by @cs1707)
162
+ - Result
163
+ - add result component (#21171 by @cs1707)
164
+
165
+ #### Bug fixes
166
+
167
+ - Utils
168
+ - fix isScroll (#21098 by @canvascat)
169
+ - Translation
170
+ - update it.js (#21133 by @bliberi)
171
+ - RadioGroup
172
+ - fix RadioGroup used in component causes exception #17908 (#20783 by @lceric)
173
+ - Message
174
+ - fix message[type] (#21088 by @cs1707)
175
+ - Carousel
176
+ - reset the timer when setActiveItem method is called (#20846 by @Nekojita1)
177
+ - Cascader
178
+ - fix emitPath (#21185 by @cs1707)
179
+ - Select
180
+ - fix select filterable bug (#17494 by @profore)
181
+ - fix a bug that makes the browser jitter in zoom mode (#21197 by @cs1707)
182
+ - Tree
183
+ - fix insertChild (#21194 by @cs1707)
184
+
185
+ ### 2.15.3
186
+
187
+ *2021-06-29*
188
+
189
+ #### New features
190
+
191
+ - Skeleton
192
+ - add skeleton component (#21038 by @cs1707)
193
+ - Empty
194
+ - add empty component (#21080 by @cs1707)
195
+
196
+ #### Bug fixes
197
+
198
+ - Local
199
+ - fix week translations for hr locale (#21040 by @cs1707)
200
+ - Table
201
+ - fix lazy load data (#21041 by @cs1707)
202
+ - Docs
203
+ - fix form hide-required-asterisk description (#21045 by @cs1707)
204
+ - Drawer:
205
+ - fix destroy (#20715 by @zj9495)
206
+ - Row
207
+ - fix align top (#20963 by @cs1707)
208
+ - Select
209
+ - fix the bug when the value is Boolean (#21052 by @cs1707)
210
+ - Calendar
211
+ - fix first-day-of-week (#21057 by @cs1707)
212
+ - Utils
213
+ - fix isScroll (#21065 by @cs1707)
214
+ - fix(utils.dom by @fw6)
215
+ - TypeScript
216
+ - add CascaderPanel export type (#21070 by @qige2016)
217
+ - add spinner.d.ts (#21090 by @qige2016)
218
+
219
+ ### 2.15.2
220
+
221
+ *2021-05-28*
222
+
223
+ #### Bug fixes
224
+
225
+ - Image
226
+ - fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
227
+ - Input
228
+ - fix show password cursor (#20870 by @cs1707)
229
+ - fix show password icon in edge (#20902 by @cs1707)
230
+ - Carousel
231
+ - fix interval and scale bug (#20931 by @cs1707)
232
+ - Cascader
233
+ - fix delete tag bug (#20939 by @cs1707)
234
+ - Drawer
235
+ - add overflow auto (#20948 by @cs1707)
236
+ - Others
237
+ - fix isFunction (#20912 by @cs1707)
238
+
239
+ ### 2.15.1
240
+
241
+ *2021-02-23*
242
+
243
+ #### Bug fixes
244
+
245
+ - Drawer
246
+ - bugfix (by @cs1707)
247
+ - Image
248
+ - fix incorrect image object fit ratio in IE (#19583 by @charlie0228)
249
+ - Cascader
250
+ - fix cascader panel active path (#20730 by @cs1707)
251
+ - Calendar
252
+ - fix calendar component i18n bug (#20758 by @iamkun)
253
+ - ColorPicker
254
+ - fix bugs (by @UxieVerity)
255
+
256
+ #### Optimization
257
+
258
+ - Doc
259
+ - update Axure resource v2.1.0 (by @iamkun)
260
+
261
+ ### 2.15.0
262
+
263
+ *2021-01-15*
264
+
265
+ #### Bug fixes
266
+
267
+ - Select
268
+ - Fix placeholder i18n bug (#17644 by @nzh63)
269
+ - Popconfirm
270
+ - Popconfirm i18n bug by @iamkun)
271
+ - Drawer
272
+ - Fix focus bug (#20626 by @cs1707)
273
+ - Image
274
+ - Preview optimization (#20652 by @cs1707)
275
+
276
+ #### Optimization
277
+
278
+ - Doc
279
+ - Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
280
+ - Add format attribute description to the progress component (#20641 by @cs1707)
281
+
282
+ ### 2.14.1
283
+
284
+ *2020-11-11*
285
+
286
+ #### Bug fixes
287
+
288
+ - Popover
289
+ - Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun)
290
+
291
+ #### Optimization
292
+
293
+ - I18n
294
+ - Update Arabic translation (#20202 by @elkattan)
295
+ - Update Uighur translation (#20177 by @IlhamTahir)
296
+
297
+ ### 2.14.0
298
+
299
+ *2020-10-29*
300
+
301
+ #### Breaking changes
302
+
303
+ - Popconfirm
304
+ - Rename event name to `confirm`, `cancel` (#20240 by @hugiron)
305
+
306
+ #### Bug fixes
307
+
308
+ - Progress
309
+ - Fix attribute error (#19985 by @Caaalabash)
310
+
311
+ #### Optimization
312
+
313
+ - I18n
314
+ - Update Russian translation (#19451 by @yangirov)
315
+ - Update Khmer translation (#20077 by @Sovai)
316
+ - Update Ukrainian translation (#20344 by @MammutAlex)
317
+
318
+ ### 2.13.2
319
+
320
+ *2020-05-18*
321
+
322
+ #### Bug fixes
323
+
324
+ - Autocomplete
325
+ - Fix change event bug (#19200 by @sxzz)
326
+ - Image
327
+ - Update error status (#19194 by @lhx6538665)
328
+
329
+ #### Optimization
330
+
331
+ - I18n
332
+ - Update ru-RU popconfirm translation (#19220 by @Opppex)
333
+ - Update vi translation (#19244 by @quangln2810)
334
+ - Update Catalan and Spanish translations (#19296 by @Ismaaa)
335
+ - Update Indonesia translation (#19320) by @therour)
336
+ - Update Brazilian Portuguese translation (#19374 by @diegomengarda)
337
+
338
+ ### 2.13.1
339
+
340
+ *2020-04-13*
341
+
342
+ #### New features
343
+ - Autocomplete
344
+ - Add change event (#17913 by @sxzz)
345
+
346
+ #### Bug fixes
347
+
348
+ - Autocomplete
349
+ - Fix suggestion error when textarea (#18478 by @Roojay)
350
+ - Carousel
351
+ - Fix console typo bug (#18264 by @IceFox)
352
+ - Image
353
+ - Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
354
+ - Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
355
+ - Don't show image-viewer when preview is false (#18967 by @inooNgt)
356
+ - Transfer
357
+ - Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
358
+ - InputNumber
359
+ - Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
360
+ - Chore
361
+ - Remove index intro (#19155 by @iamkun)
362
+ - Doc
363
+ - Popconfirm doc update (#18324 by @iamkun)
364
+ - Fix step-strictly docs typo (#18705 by @dream2023)
365
+ - Fix a type error in document of steps component (#17555 by @haoranyu)
366
+
367
+ ### 2.13.0
368
+
369
+ *2019-11-26*
370
+
371
+ #### New features
372
+
373
+ - Popconfirm
374
+ - Add popconfirm component (#17548 by @iamkun)
375
+
376
+ #### Bug fixes
377
+
378
+ - BackTop
379
+ - Use cubic bezier scrolling (by @lon)
380
+ - DatePicker
381
+ - Fix bug of only select min date of date range problem (#17191 by @smk0621)
382
+ - Select
383
+ - Fix select test cases by (@msidolphin)
384
+ - Tree
385
+ - Add font-size for the style of tree empty-text (#17094 by @spengjie)
386
+ - Table
387
+ - Column header can be costumed (#17291 by @ziyoung)
388
+ - Update table header cell style (#17284 by @ziyoung)
389
+ - Fix table header height after filter (#17348 by @ziyoung)
390
+ - Fixed row-style with display not work (#17002 by @a631807682)
391
+ - Fix header table not display (#17341 by @ziyoung)
392
+ - Calendar
393
+ - Import el-button and el-button-group (#17376 by @masongzhi)
394
+ - MessageBox
395
+ - Fix icon position error (#17410 by @nullptru)
396
+ - TimePicker
397
+ - Set the selection range after scrolling up or down (#16868 by @mattheyan)
398
+ - Message
399
+ - Fix close instace offsetHeight(#17564) (#17852 by @gzwgq222)
400
+ - Form
401
+ - Callback of validateField should be optional (#17314 by @CarterLi)
402
+ - Cascader
403
+ - Fix TypeScript 3.7 compatibility (#17881 by @CarterLi)
404
+ - Menu
405
+ - Fix router NavigationDuplicated error when using vue-router@^3.1.0 (#17269 by @iamkun)
406
+ - Dropdown
407
+ - Update type file (#17550 by @iamkun)
408
+ - Progress
409
+ - Add strokeLinecap prop (#17552 by @iamkun)
410
+ - InfiniteScroll
411
+ - Skip trigger event on invisible element (#17553 by @iamkun)
412
+ - Image
413
+ - Perfect picture preview behavior (#16985 by @luckyCao)
414
+ - Fix shield the page when preview big image (#16796 by @luckyCao)
415
+ - Drawer
416
+ - Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu)
417
+ - Select
418
+ - Fix tag show value or empty issue (17199 by @luckyCao)
419
+ - Scrollbar
420
+ - Fix FireFox scroll bar width (#18091 by @iamkun)
421
+
422
+ #### Optimization
423
+
424
+ - I18n
425
+ - Update sv-SE.js (#17926 by @FOLLGAD)
426
+ - Update avatar component fr doc (#17762 by @blombard)
427
+ - Docs
428
+ - Fix time-select typo (#17250 by @wacky6)
429
+ - Fix Drawer attribute accepted value typo in es (#17122 by @haoranyu)
430
+ - Update Spanish changelog 2.12.0 (#17364 by @Gonzalo2310)
431
+ - Fix Changelog typo (#17874 by @renlixin)
432
+ - Fix Loading demo (#17862 by @MBearo)
433
+ - Add input event in input Events Table (#18061 by @zhouxinyong)
434
+ - Delete Input repeat change event (#18085 by @zhouxinyong)
435
+
436
+ ### 2.12.0
437
+
438
+ *2019-08-29*
439
+
440
+ #### New features
441
+
442
+ - Popover
443
+ - Add close-delay prop (#16671 by @LachlanStuart)
444
+ - Theme
445
+ - Add Chrome Extension: Element Theme Extension (#16686 by @iamkun)
446
+ - Icon
447
+ - Add font-display to @font-face declaration (#16805 by @iamfaizalandyka)
448
+
449
+ #### Bug fixes
450
+
451
+ - Carousel
452
+ - Fix onChange emit value (#16705 by @iamkun)
453
+ - Notification
454
+ - Fix modifying incoming option object (#16704 by @iamkun)
455
+ - DatePicker
456
+ - Add className for picker option (#16632 by @iamkun)
457
+ - DateTimePicker
458
+ - Fix time-spinner not scroll to right position (#16854 by @jesse-li)
459
+ - Table
460
+ - Prevent click handler after drag (#16850 by @ziyoung)
461
+ - Fix chrome crash when set thead css display to none (#16956 by @luckyCao)
462
+ - Fix wrong empty block height (#16861 by @ziyoung)
463
+ - Not throw error when calling toggleExpansion (#16304 by @yyjjqq94)
464
+ - Not trigger sort-change event when mounted (#17113 by @a631807682)
465
+ - Fix setCurrentRow unable to clear highlight row (#16879 by @ziyoung)
466
+ - Fix expand-row-keys not work when data is loaded asynchronously (#16899 by @ziyoung)
467
+ - set toggleAllSelection as instance property (#17137 by @ziyoung)
468
+ - Tree
469
+ - Fix distance between label and checkbox (#16799 by @Hazlank)
470
+ - Tabs
471
+ - Fix incorrect TabItem's position (#16520 by @victorting)
472
+ - Fix activated tab is out of visual range bug (#17033 by @nullptru)
473
+ - Calendar
474
+ - Fix weekdays i18n issue (#16772 by @ubitoffee)
475
+ - fix locale error (#17208 by @iamkun)
476
+ - Cascader
477
+ - Fix CascaderPanel display error (#16716 by @zhangHongEn)
478
+ - Fix disable status and close button issue (#16224 by @yyjjqq94)
479
+ - Input
480
+ - Fix Korean composition event (#15069 by @MoonHyuk)
481
+ - Fix click event of clear button not trigger when using v-loading (#16576 by @a631807682)
482
+ - Select
483
+ - Not toggle dropdown when filtering (#17205 by @luckyCao)
484
+ - Transfer
485
+ - Fix style error (#17206 by @iamkun)
486
+ - Dialog
487
+ - update sass var (#16365 by @haoranyu)
488
+ - RadioGroup
489
+ - Not produce invalid HTML in table if "is" attribute is specify (#17070 by @nullptru)
490
+ - Divider
491
+ - Support custom classes (#17078 by @island205)
492
+
493
+ #### Optimization
494
+
495
+ - Checkbox
496
+ - Improve screen reader experience (#16575 by @tylertrotter)
497
+ - Docs
498
+ - Update changelog (#16773 by @SimonaliaChen)
499
+ - Update contributing guide (#14800 by @sinchang)
500
+ - Fix typo in Drawer docs (#16848 by @winkay)
501
+ - Update custom theme (#16983 by @iamkun)
502
+ - Add Esperanto translation (#16955 by @maxkoryukov)
503
+ - Update input-number document about change event (#16316 by @luckyCao)
504
+ - Update spanish doc 2.11.1 (#16961 by @Gonzalo2310)
505
+ - I18n
506
+ - Remove translation of 'year' in catalan language as in the other languages (#14722 by @oscaralbareda)
507
+ - Update spanish changelog 2.10.0 and 2.10.1 (#16548 by @Gonzalo2310)
508
+ - Update ar.js (#16653 by @l3op)
509
+ - Test
510
+ - Correct spelling error (#16672 by @boomler)
511
+ - Refactor unit test to use data-uri (#16847 by @a631807682)
512
+ - Types
513
+ - Fix httprequest type (#16633 by @luckyCao)
514
+
515
+ ### 2.11.1
516
+
517
+ *2019-07-26*
518
+
519
+ #### Bug fixes
520
+
521
+ - Image
522
+ - Fix Image component SSR compatibility (#16737 by @luckyCao)
523
+ - Chore
524
+ - Update dart-sass compatibility (#16744 by @LewisChennnnn)
525
+
526
+ ### 2.11.0
527
+
528
+ *2019-07-25*
529
+
530
+ #### New features
531
+
532
+ - Drawer
533
+ - Add drawer component (#16577 by @JeremyWuuuuu)
534
+
535
+ #### Bug fixes
536
+
537
+ - Checkbox
538
+ - Enhance css selector (#16006 by @Hazlank)
539
+ - Tree
540
+ - Make el-tree generic (#15934 by @JeremyWuuuuu)
541
+ - Set isCurrent prop to False (#15870 by @kkkisme)
542
+ - Dropdown
543
+ - Fix split-button caret default color (#15931 by @JuniorTour)
544
+ - Cascader
545
+ - Fix level 1 children is empty update problem (#16399 by @luckyCao)
546
+ - Add sets default values when lazy is true (#16420 by @luckyCao)
547
+ - Fix display errors when node value is duplicate (#15935 by @junyiz)
548
+ - Expose getCheckedNodes and fix options change bug (#16709 by @SimonaliaChen)
549
+ - Calendar
550
+ - Display correct header when range is specified (#16354 by @ziyoung)
551
+ - Submenu
552
+ - Fix prop append-to-body (#16289 by @a631807682)
553
+ - Table
554
+ - Fix tree table when updating data (#16481 by @island205)
555
+ - Select
556
+ - Fix memory leak issue (#16463 by @island205)
557
+ - InfiniteScroll
558
+ - Update naming & doc (#16698 by @iamkun)
559
+ - Avatar
560
+ - Fix image not center vertically issue (#16489 by @luckyCao)
561
+ - Dialog
562
+ - Add destroyOnClose attribute (#16455 by @ziyoung)
563
+ - Image
564
+ - Add big Image preview feature (#16333 by @luckyCao)
565
+
566
+ #### Optimization
567
+
568
+ - Docs
569
+ - Fix dropdown demo (#16193 by @webxmsj)
570
+ - Fix typo in table documents (#15971 by @howiefh)
571
+ - I18n
572
+ - Update translation of Thai language (#16689 by @ponkrit)
573
+ - Chore
574
+ - Update theme base api (#16607 by @iamkun)
575
+ - Add form theme token (#16699 by @iamkun)
576
+ - Mark ali inner user's access (#16609 by @iamkun)
577
+ - Fix doc anchor bug (#16692 by @iamkun)
578
+
579
+ ### 2.10.1
580
+
581
+ *2019-07-02*
582
+
583
+ #### Bug fixes
584
+
585
+ - Table
586
+ - Fix sort icon (#15439 by @bezany)
587
+ - Fix layout breaks when append slot exists (#16332 by @ziyoung)
588
+ - Fix showOverflowTooltip not reactive (#16295 by @a631807682)
589
+ - Register scrollbar in filter-panel (#16246 by @ziyoung)
590
+ - Chore
591
+ - Fix 2.9 docs (#16233 by @ziyoung)
592
+ - Fix index page theme intro english css style issue (#16254 by @iamkun)
593
+
594
+ #### Optimization
595
+
596
+ - Tag
597
+ - Compatible with IE (#16334 by @ziyoung)
598
+ - Chore
599
+ - Update Dingtalk Group QR image (#16236 by @iamkun)
600
+ - Doc
601
+ - Update online theme roller doc (#16244 by @iamkun)
602
+
603
+ ### 2.10.0
604
+
605
+ *2019-06-25*
606
+
607
+ #### New features
608
+
609
+ - I18n
610
+ - Added Uzbek language (#15796 by @ogabek96)
611
+ - Calendar
612
+ - Add first-day-of-week attribute (#16047 by @ziyoung)
613
+ - Avatar
614
+ - Add avatar component (#16144 by @luckyCao)
615
+ - Upload:
616
+ - Add capability to customize thumbnail template (#13192 by @victorzhuk)
617
+
618
+ #### Bug fixes
619
+
620
+ - Tree
621
+ - Not highlight tree node when currentKey is null (#15668 by @yyjjqq94)
622
+ - Fix issue #15538 caused by two Tree sharing the same data (#15615 by @VanMess)
623
+ - Upload
624
+ - Update the parameter `fileList` type (#15716 by @underfin)
625
+ - Table
626
+ - Fix loading icon not display (#15868 by @ziyoung)
627
+ - Fix background color of complex table when hovering (#15504 by @cnlon)
628
+ - Fix current-row-key and select event bug (#15983 by @ziyoung)
629
+ - Height accepts more units (#16013 by @ziyoung)
630
+ - Fix reserve-selection not work (#16135 by @ziyoung)
631
+ - Docs
632
+ - Fix Divider attribute type in zh-cn (#15889 by @haoranyu)
633
+ - Menu
634
+ - Fixed submenu hidden bug after adding popper-append-to-body (#15391 by @PanJiaChen)
635
+ - Select
636
+ - Fix initialInputHeight (#15989 by @yyjjqq94)
637
+ - Fix default-first-option behavior when typing Chinese (#15431 by @VanMess)
638
+ - fix double import problem (#16215 by @lengband)
639
+ - Message
640
+ - Add type def for offset option (#16027 by @matjaz)
641
+ - Timeline
642
+ - Fix reverse broken (#16091 by @ziyoung)
643
+ - Slider
644
+ - Fix #15545 by adding explains about "input" event in Chinese (#15588 by @VanMess)
645
+ - InfiniteScroll
646
+ - Update package name (#16125 by @iamkun)
647
+ - MessageBox
648
+ - Fix  distinguishCancelAndClose action not same as docs bug (#15438 by @qingdengyue)
649
+ - PopupManager
650
+ - Fix z-index cannot be rewritten at first using (#15738 by @luckyCao)
651
+ - Docs
652
+ - Delete an incorrect closing html tag and empty block code (#16194 by @Alexeykhr)
653
+ - Chore
654
+ - Update test api host (#15807 by @iamkun)
655
+
656
+ #### Optimization
657
+
658
+ - Tree
659
+ - Modify loop conditions to improve performance (#15699 by @KingJeason)
660
+ - Theme
661
+ - Refine GA track & Update footer link forward to online theme roller (#16007 by @island205)
662
+ - Badge
663
+ - Update badge prop check (#16198 by @iamkun)
664
+ - Avatar
665
+ - Update theme config var (#16202 by @luckyCao)
666
+ - I18n
667
+ - Update pt-br.js (#15776 by @gigioSouza)
668
+ - Update Farsi translation (#15881 by @pamenary)
669
+ - Docs
670
+ - Add missing components in quickstart (#16063 by @pape2016)
671
+ - Update french translation (#16208 by @blombard)
672
+ - Add description $slots.default (#15444 by @Alexeykhr)
673
+ - Update Spanish Doc 2.9.1 (#15840 by @Gonzalo2310)
674
+ - Fix spelling mistakes in fr (#15837 by @blombard)
675
+ - Update changelog 2.9.2 Spanish (#16185 by @Gonzalo2310)
676
+
677
+ #### Breaking changes
678
+
679
+ - Form
680
+ - Remove success status (#16159 by @ziyoung)
681
+
682
+ ### 2.9.2
683
+
684
+ *2019-06-21*
685
+
686
+ #### Bug fixes
687
+
688
+ - Chore
689
+ - Fix TS definitions file (#15805 by @NateScarlet)
690
+
691
+ ### 2.9.1
692
+
693
+ *2019-05-30*
694
+
695
+ #### New features
696
+
697
+ - Table
698
+ - default-expand-all, expand-row-keys, toggle-row-expansion method and expand-change event are supported in Tree Table (#15709 by @ziyoung)
699
+
700
+ #### Bug fixes
701
+
702
+ - Table
703
+ - Fix some bugs (#15709 by @ziyoung)
704
+ - Theme
705
+ - Update api host (#15784 by @iamkun)
706
+
707
+ #### Optimization
708
+
709
+ - Chore
710
+ - Update InfiniteScroll type (#15794 by @iamkun)
711
+
712
+ ### 2.9.0
713
+
714
+ *2019-05-30*
715
+
716
+ #### New features
717
+
718
+ - Backtop
719
+ - Add Backtop component (#15541 by @iamkun)
720
+ - PageHeader
721
+ - Add PageHeader component (#15714 by @ziyoung)
722
+ - InfiniteScroll
723
+ - Add InfiniteScroll directive (#15567 by @iamkun)
724
+ - Cascader
725
+ - Add multiple mode and filter-method (#15611 by @SimonaliaChen)
726
+ - Message
727
+ - Display in stack mode (#15639 by @island205)
728
+ - Tag
729
+ - Add prop effect (#15725 by @SimonaliaChen)
730
+ - Tabs
731
+ - Left align title when type is card (#15695 by @luckyCao)
732
+ - DatePicker
733
+ - Support literal strings (#15525 by island205)
734
+ - Image
735
+ - Add support for transmit attrs and listeners (#15578 by @VanMess)
736
+ - Theme
737
+ - Add popup background (#15412 by @iamkun)
738
+ - Chore
739
+ - Update new 2.9.0 index page (#15682 by @iamkun)
740
+
741
+ #### Bug fixes
742
+
743
+ - Table
744
+ - Fix sort-change behaviour when sort condition is null (#15012 by @joelxr)
745
+ - Image
746
+ - Fix ssr and object-fit compatibility (#15346 by @SimonaliaChen)
747
+ - Input
748
+ - Fix show-word-count style in el-form (#15359 by @lvjiaxuan)
749
+ - Fix clear icon is not centered (#15354 by @YiiGuxing)
750
+ - Calendar
751
+ - Fix not correct day of week when the day is Sunday (#15399 by @qingdengyue)
752
+ - Fix October disappear bug (#15394 by @qingdengyue)
753
+ - Tabs
754
+ - Fix basic tab nested in card tab padding error (#15461 by @SimonaliaChen)
755
+ - Tag
756
+ - Fix stop propagation problem (#15150 by @infjer)
757
+ - Form
758
+ - Fix input-group within form-item height error (#15457 by @SimonaliaChen)
759
+ - Fix resetFields issue (15181 by @luckyCao)
760
+ - Tooltip
761
+ - Fix custom tabindex not work (#15619 by @SimonaliaChen )
762
+ - Link
763
+ - Fix link icon style class (#15752 by @iamkun)
764
+ - Select
765
+ - Revert set value to null when cleared (#15447 by @iamkun)
766
+ - Loading
767
+ - Fix dom not change when loading state change quickly (#15123 by @FAKER-A)
768
+ - Switch
769
+ - Label with el-switch repeating event (#15178 by @FAKER-A)
770
+ - Slider
771
+ - Fix style problem when clicking slider bar(#15561 by @luckyCao)
772
+ - Radio
773
+ - Fix issue 14808 (#14809 by @OverTree)
774
+ - Form
775
+ - Fix resetFields issue (15181 by @luckyCao)
776
+ - Chore
777
+ - Upgrade dependencies and fix demo bug (#15324 by ziyoung)
778
+ - Type
779
+ - Fix loading type definition (#15635 by @iamkun)
780
+ - Fix Icon type (#15634 by @iamkun)
781
+ - Fix Link type definition (#15402 by @iamkun)
782
+
783
+ #### Optimization
784
+
785
+ - Cascader
786
+ - Refactor (#15611 by @SimonaliaChen)
787
+ - Chore
788
+ - Update make new component logic (by @iamkun)
789
+ - Docs
790
+ - Rename variable in docs (#15185 by @liupl)
791
+ - Fix image attribute type and default value (#15423 by @haoranyu)
792
+ - Fix form doc bug (#15228 by @SHERlocked93)
793
+
794
+ ### 2.8.2
795
+
796
+ *2019-04-25*
797
+
798
+ #### Bug fixes
799
+
800
+ - Icon
801
+ - Update icon (#15272 by @iamkun)
802
+ - Docs
803
+ - Fix Form and Input doc style (#15273 by @ziyoung)
804
+
805
+ ### 2.8.1
806
+
807
+ *2019-04-25*
808
+
809
+ #### Bug fixes
810
+
811
+ - Icon
812
+ - Update icon of cascader and select (#15264 by @SimonaliaChen)
813
+ - Update icon (#15258 #15268 by @iamkun)
814
+
815
+ #### Optimization
816
+
817
+ - Chore
818
+ - Update build script (#15267 by @ziyoung)
819
+ - Docs
820
+ - Fix link underline color (#15265 by @iamkun)
821
+ - Other
822
+ - Fix migrating config not compatible with camel case props and events (#15260 by @SimonaliaChen)
823
+
824
+ ### 2.8.0
825
+
826
+ *2019-04-25*
827
+
828
+ #### New features
829
+
830
+ - Divider
831
+ - Add divider component (#15055 by @island205)
832
+ - Rate
833
+ - Add custom colors and icon-classes by passing a object (#15051 by @SimonaliaChen)
834
+ - Link
835
+ - Add link component (#15052 by @iamkun)
836
+ - Calendar
837
+ - Add calendar component (#14908 by @ziyoung)
838
+ - Icon
839
+ - Add icon (#15214 by @iamkun)
840
+ - Alert
841
+ - Add dark theme (#15041 by @island205)
842
+ - Image
843
+ - Add image component (#15117 by @SimonaliaChen)
844
+ - Collapse
845
+ - CollapseItem can be disabled (#15076 by @ziyoung)
846
+ - Carousel
847
+ - Add direction attribute and support vertical direction (#15122 by @ziyoung)
848
+ - Pagination
849
+ - Add hide-on-single-page attribute (#15096 by @ziyoung)
850
+ - Slider
851
+ - Add marks attribute (#15133 by @luckyCao)
852
+ - Input
853
+ - Add show-word-count attribute (#15075 by @luckyCao)
854
+ - InputNumber
855
+ - Add step-strictly attribute (#15050 by @luckyCao)
856
+ - Tooltip, Dropdown, Popover
857
+ - Support tabindex attribute (#15167 by @ziyoung)
858
+
859
+ #### Bug fixes
860
+
861
+ - Notification
862
+ - Fix title word break (#15008 by @iamkun)
863
+ - Form
864
+ - Fix switching the rules in el-form not work (#14985 by @luckyCao)
865
+ - Fix label style (#14969 by @ziyoung)
866
+ - Required FormItem displays asterisk when label is auto (#15144 by @ziyoung)
867
+ - Pagination
868
+ - Fix slot not updated (#14711 by @lucyhao)
869
+ - Table
870
+ - Fix load bug in lazy mode (#15101 by @ziyoung)
871
+ - Fix cell width when colspan is grater than 1 (#15196 by @ziyoung)
872
+ - Improve performance (#14868 by @ziyoung)
873
+ - Don't emit triggers sort-change during initialization (#14625 by @PeanutWatson)
874
+ - Equal behaviour for height and max-height (#14660 by @arthurdenner)
875
+ - Dialog
876
+ - Fix dialog body correctly break long words (#15027 by @iamkun)
877
+ - Alert
878
+ - update type definition (#15186 by @ziyoung)
879
+ - Tabs
880
+ - Fix issue where Promise rejection was hitting application (#14816 by @ffxsam)
881
+ - Rerender when slot changes (#15238 by @ziyoung)
882
+ - Message
883
+ - Fix type definition (#14968 by @agoni1212)
884
+ - Select
885
+ - Fix error when value is undefined or null (#15022 by @luckyCao)
886
+ - Tree
887
+ - Delete current node after it removed (#14604 by @sinchang)
888
+ - Improve performance (#14881 by @ChenZhuoSteve)
889
+ - Dropdown
890
+ - Fix style (#14907 by @doing123)
891
+ - Slider
892
+ - Fix broken keyboard a11y bug (#14792 by @erezsob)
893
+ - Menu
894
+ - ActiveIndex value shall be null if defaultIndex does not exist(#14074 by @hoythan)
895
+ - Directive
896
+ - RepeatClick: use Date.now() instead of new Date() (#14776 by @pavelmash)
897
+ - Upload
898
+ - Fix Upload transparent picture display style (#15039 by @iamkun)
899
+ - Theme
900
+ - Add zero border (#15256 by @iamkun)
901
+
902
+ #### Optimization
903
+
904
+ - Chore
905
+ - Update changelog zh-cn (#14965 by @iamkun)
906
+ - Hide demo description when it's empty (#15014 by @ziyoung)
907
+ - Display dev server info by default by @iamkun)
908
+ - Fix 2.6.0 changelog error (#15026 by @iamkun)
909
+ - Update build config (#14821 by @abc3660170)
910
+ - Add hmr (#15221 by @SimonaliaChen)
911
+ - Use sourcemap in dev environment (#15087 by @ibufu)
912
+ Docs
913
+ - Rename variable in docs (#14602 #15003 #15094 #15105 by @liupl)
914
+ - Fix upload doc error (#15023 by @iamkun)
915
+ - Update Form custom validator doc (#15040 by @iamkun)
916
+ - Update Tabs docs to display vertical tabs (#15053 by @iamkun)
917
+ - Use eleme.cn as domain (#15139 by @ziyoung)
918
+ - Fix Image route name (#15194 by @iamkun)
919
+ - Remove duplicated fr translation (#15207 by @iamkun)
920
+
921
+ #### Breaking changes
922
+
923
+ - Rate
924
+ - Fix decimal display support in disabled mode (#15089 by @haoranyu)
925
+ - Select
926
+ - Use placeholder option label to set placeholder in filter mode (#14989 by @ibufu)
927
+
928
+ ### 2.7.2
929
+
930
+ *2019-04-03*
931
+
932
+ #### Bug fixes
933
+
934
+ - Form
935
+ - Fix auto `label-width` style (#14955 by @ziyoung)
936
+
937
+ #### Optimization
938
+ - Docs
939
+ - Fix doc img link error (#14957 by @iamkun)
940
+ - Chore
941
+ - Fix deploy mkdir error (#14952 by @iamkun)
942
+
943
+ ### 2.7.1
944
+
945
+ *2019-04-03*
946
+
947
+ #### Bug fixes
948
+
949
+ - Select
950
+ - Set value to null when cleared (#14322 by @aaronfulkerson)
951
+ - Input
952
+ - Update DOM dependent values on type change (#14889 by @wacky6)
953
+ - Table
954
+ - Make `defaultExpandAll` works when expanded column exists (#14935 by @ziyoung)
955
+ - Dialog
956
+ - Background color can be configured (#14939 by @ziyoung)
957
+ - Form
958
+ - `label-width` supports auto width (#14944 by @ziyoung)
959
+
960
+ #### Optimization
961
+ - Docs
962
+ - Update Spanish docs (#14913 by @Gonzalo2310)
963
+ - Add French doc for new component (#14924 by @ziyoung)
964
+ - Optimize Tabs docs (#14938 by @ziyoung)
965
+
966
+ ### 2.7.0
967
+
968
+ *2019-03-28*
969
+
970
+ #### New features
971
+
972
+ - Table
973
+ - Add support tree structure data (#14632 by @ziyoung)
974
+
975
+ #### Bug fixes
976
+
977
+ - Tabs
978
+ - Use primary color as boxShadow color (#14558 by @Richard-Choooou)
979
+ - Rerender when label changes (#14496 by @akki-jat)
980
+ - Table
981
+ - Footer follows body cell align (#14730 by @ziyoung)
982
+ - NavMenu
983
+ - Fix click el-submenu trigger childMenu pop again bug (#14443 by @PanJiaChen)
984
+ - Dropdown
985
+ - Make compatible with 2.6 new v-slot syntax (#14832 by @ziyoung)
986
+ - ColorPicker
987
+ - Fix handle error hex color string (#14793 by @iamkun)
988
+ - Tree
989
+ - Revert pr #13349 (#14847 by @ziyoung)
990
+ - Tooltip
991
+ - Display when initial value is true (#14826 by @ziyoung)
992
+ - Docs
993
+ - Update cascader docs (#14442 by @panhezeng)
994
+ - Style
995
+ - Fix media query in sm-only, md-only, lg-only (#14611 by @sinchang)
996
+
997
+ #### Optimization
998
+
999
+ - Chore
1000
+ - Add webpage description (#14802 by @iamkun)
1001
+
1002
+ ### 2.6.3
1003
+
1004
+ *2019-03-21*
1005
+
1006
+ #### Bug fixes
1007
+
1008
+ - Fix Cascader demo style (#14789 by @ziyoung)
1009
+ - Remove unnecessary DOM operation (#14788 by @ziyoung)
1010
+ - Fix DatePicker default-value DST (#14562 by @wacky6)
1011
+
1012
+ ### 2.6.2
1013
+
1014
+ *2019-03-21*
1015
+
1016
+ #### New features
1017
+
1018
+ - DatePicker
1019
+ - Add monthrange for type attribute (#14487 by @zxyRealm)
1020
+ - i18n
1021
+ - Add Croatian locale (#14360 by @danijelh)
1022
+
1023
+ #### Bug fixes
1024
+
1025
+ - Input
1026
+ - Fix regression (#14572 by @wacky6)
1027
+ - DatePicker
1028
+ - Fix first-day-of-week computation (#14523 by @sinchang)
1029
+ - Fix week picker's value-format (#13754 by @wacky6)
1030
+ - Steps
1031
+ - Fix issue #14502 (#14596 by @sinchang)
1032
+ - Fix style with simple theme (#14610 by @sinchang)
1033
+ - Docs
1034
+ - Update french doc for 2.6.1 and fix typos (#14555 by @smalesys)
1035
+ - Rename variable in Table docs (#14587 by @likwotsing)
1036
+ - Add french search index (#14565 by @iamkun)
1037
+ - Fix TimePicker page style (#14579 by @ziyoung)
1038
+ - Rename variable in Upload docs (#14593 by @liupl)
1039
+ - French translation update (#14643 by @smalesys)
1040
+ - Update Form async validator docs (#14694 by @iamkun)
1041
+ - Fix tooltip doc error (#14748 by @iamkun)
1042
+ - Fix typo (#14751 by @2bj)
1043
+ - Fix highlighting control elements for Webkit touch (#14703 by @VladG0r)
1044
+
1045
+ #### Optimization
1046
+
1047
+ - Chore
1048
+ - Update ci build script (#14600 by @ziyoung)
1049
+ - Update ga tracking (#14560 by @iamkun)
1050
+ - Add more ga event (#14633 by @iamkun)
1051
+ - Update discusion group (#14741 by @iamkun)
1052
+ - Update test deps and conf (#14735 by @wacky6)
1053
+ - Upgrade gulp (#14745 by @ziyoung)
1054
+ - Use codepen to display demo & fix doc error (#14747 by @ziyoung)
1055
+
1056
+ ### 2.6.1
1057
+
1058
+ *2019-03-03*
1059
+
1060
+ #### Bug fixes
1061
+
1062
+ - **Don't specify node version** (by @iamkun in #14546)
1063
+ - Fix doc directory in `deloy-faas.sh` (by @ziyoung in #14553)
1064
+ - Fix date style issue in changelog for 2.6.0 (by @island205 in #14547)
1065
+ - Fix doc typo (by @wack6 in #14552)
1066
+
1067
+ ### 2.6.0
1068
+
1069
+ *2019-03-01*
1070
+
1071
+ #### New features
1072
+ - Timeline
1073
+ - Add timeline component (by @jikkai in #14248)
1074
+ - DropdownItem
1075
+ - Add icon prop to `el-dropdown-item` (by @gabrielboliveira in #14088)
1076
+ - Input
1077
+ - Add show-password props (by @phshy0607 in #13966)
1078
+ - Select
1079
+ - Add slot `empty` (by @elfman in #13785)
1080
+ - Autocomplete
1081
+ - Add highlight-first-item prop (by @YamenSharaf in #14269)
1082
+ - I18n
1083
+ - Created Armenian locale (by @hamletbarsamyan in #14214)
1084
+ - Docs
1085
+ - French translation (by @smalesys in #12153, #14418, #14434)
1086
+
1087
+ #### Optimization
1088
+ - Alert
1089
+ - Update alert description default slot class (by @iamkun in #14488)
1090
+ - Input
1091
+ - Update input password (by @iamkun in #14480)
1092
+ - InputNumber
1093
+ - Remove unnecessary parseFloat (by @JuniorTour in #14172)
1094
+ - Menu
1095
+ - Add support for `el-menu-item` without index (by @georgyfarniev in #13298)
1096
+ - Table
1097
+ - Remove some html DOM operations (by @elfman in #13643)
1098
+ - Upload
1099
+ - Optimize code (by @elfman in #13973)
1100
+ - Popup
1101
+ - Optimize code (by @KAionro in #14413)
1102
+ - Docs
1103
+ - Add more detail about how to run play mode for contribution (by @island205 in #14355)
1104
+ - Warn input as a controlled component (by @wacky6 in #14463)
1105
+ - Update Table doc (by @luguokong in #14329)
1106
+ - Update input doc (by @iamkun in #14437)
1107
+ - Update custom-theme docs (by @wangguohao in #14297)
1108
+ - Make the icon style change when hover on it (by @tuxinghuan in #14295)
1109
+ - Build
1110
+ - Minimizing css and js for Element doc site (by @iamkun in #14430)
1111
+ - Speeding up webpack (by @hetech in #14484)
1112
+ - Use cli to select release version (by @hetech in #14354)
1113
+ - Install stale for issue handling (by @island205 in #14392)
1114
+
1115
+ #### Bug fixes
1116
+ - Menu
1117
+ - Fix subMenu focus bug when switch browser tab (by @liupl in #13976)
1118
+ - MessageBox
1119
+ - Fix type definition (by @NateScarlet in #14278)
1120
+ - ScrollBar
1121
+ - Prevent right button click on thumb (by @xifeiwu in #14196)
1122
+ - Switch
1123
+ - Trigger form validation if value changes (by @hetech in #14426)
1124
+ - Table
1125
+ - Make toggleAllSelection method an instance method (by @letanure in #14075)
1126
+ - Tabs & Dropdown
1127
+ - Fix style (by @hetech in #14452)
1128
+ - Tree
1129
+ - Empty-text tips are different from tables (by @ColinCll in #14331)
1130
+ - Docs
1131
+ - Fix DatetimePicker format doc error (by @iamkun in #14290)
1132
+ - Spelling issue in datepicker documentation (by @helmut in #14481)
1133
+ - Fix pagination doc style (by @liuchuzhang in #14451)
1134
+
1135
+ #### Breaking changes
1136
+ - Table
1137
+ - Fix params order of row events (by @jikkai in #12086)
1138
+
1139
+ ### 2.5.4
1140
+
1141
+ *2019-02-01*
1142
+
1143
+ #### Bug fixes
1144
+
1145
+ - Build: Fix babel config issue which lead to collapse transition broken (by @island205 in #14282)
1146
+
1147
+ ### 2.5.3
1148
+
1149
+ *2019-01-31*
1150
+
1151
+ #### Optimization
1152
+
1153
+ - Optimize code of Message (by @vok123 in #14029)
1154
+ - Retire gh-pages (by @ziyoung in #14266)
1155
+ - Add IssueHunt link (by @island205 in #14261)
1156
+
1157
+ #### Bug fixes
1158
+
1159
+ - Fix UMD module error on server side (by @island205 in #14242)
1160
+ - Fix active TabBar style (by @iamkun in #14240)
1161
+ - Fix Table demo code error (by @xunmeng in #14253)
1162
+
1163
+ ### 2.5.2
1164
+
1165
+ *2019-01-27*
1166
+
1167
+ #### Optimization
1168
+ - Docs:
1169
+ - Update ChangeLog ES 2.5.1 (by @Gonzalo2310 in #14231)
1170
+
1171
+ #### Bug fixes
1172
+ - Build:
1173
+ - Delete unremoved comments in umd module `lib/index.js` (by @island205 in #14233)
1174
+ - Fix export error fired in commonjs module used in nuxt.js (by @island205 in #14232)
1175
+ - Fix 2.5.1 build issues (by @iamkun in #14228)
1176
+
1177
+ ### 2.5.1
1178
+
1179
+ *2019-01-26*
1180
+
1181
+ #### Optimization
1182
+ - DatePicker: highlight current month and year (by @Debiancc in #14211)
1183
+ - Update 2.5.0 changelog (by @wacky6 in #14217)
1184
+
1185
+ #### Bug fixes
1186
+ - Fix export issue generate by webpack upgrading (by @island205 in #14220)
1187
+ - Keep 2.4.11 docs && new sub folder for 2.5+ (by @iamkun in #14222)
1188
+
1189
+ ### 2.5.0
1190
+
1191
+ *2019-01-25*
1192
+
1193
+ #### New features
1194
+ - DatePicker
1195
+ - Add `validate-event` attribute (by @ziyoung in #13531)
1196
+ - DateTimePicker
1197
+ - `pickerOptions` support `selectableRange` option (by @eeeeeeeason)
1198
+ - Tag
1199
+ - Add `click` event (by @licdream in #14106)
1200
+ - I18n
1201
+ - support Kyrgyz language (by @zzjframework in #14174)
1202
+
1203
+ #### Optimization
1204
+ - Upgrade to webpack@4 (by @jikkai in #14173)
1205
+ - Input
1206
+ - Simplify implementation, follow one-way data flow. Fix several related bugs (by @wacky6 in #13471)
1207
+ - Update Axure file,add new components (by @ziyoung in #13773)
1208
+
1209
+ #### Bug fixes
1210
+ - Autocomplete
1211
+ - Fix dropdown's last line beging clipped (by @ziyoung in #13597)
1212
+ - Fix missing popper arrow (by @liuchuzhang in #13762)
1213
+ - Carousel
1214
+ - Cleanup timer when component is destroyed (by @elfman in #13820)
1215
+ - Cascader
1216
+ - Remove deprecated property of computed props (by @iamkun in #13737)
1217
+ - Fix CascaderOption's type definition in TypeScript (by @NateScarlet in #13613)
1218
+ - Fix icon covering the text (by @ziyoung in #13596)
1219
+ - Checkbox
1220
+ - Refine style (by @PanJiaChen)
1221
+ - DatePicker
1222
+ - Add missing v-for `key` in TimeSpinner (by @Ende93 in #13547)
1223
+ - Fix week highlight on year boundary (by @suyi91 in #13883)
1224
+ - Input
1225
+ - Fix textarea DOM node reference (by @laomu1988 @island205 in #13803)
1226
+ - Pagination
1227
+ - Input value won't be less than 1 (by @elfman in #13727)
1228
+ - Popover
1229
+ - Fix popover issues with hover trigger (by @goldengecko in #13104)
1230
+ - Fix popper instance memory leak (by @qpxtWhite in #13988)
1231
+ - Radio
1232
+ - Refine style (by @ohhoney1)
1233
+ - Table
1234
+ - Enhanced table sorting when clicking on the sorting arrow (by @ohhoney1 in #12890)
1235
+ - Fix empty text vertical alignment issue on IE10+ (by @imzjy in #13638)
1236
+ - Fix index type documentation (by @ilovefafa in #13628)
1237
+ - Fix `show-summary` display issue when multilevel header has fixed attr (by @luckyCao in #13914)
1238
+ - Tabs
1239
+ - Fix auto scroll bug (by @iamkun in #13696)
1240
+ - Get the correct tab through tab name (by @iamkun in #13705)
1241
+ - Use paneName instead of name to determine pane style (by @iamkun in #13733)
1242
+ - Tree
1243
+ - Fix `showCheckbox` prop on `Tree` can not affect their children `tree-node` (by @KidneyFlower)
1244
+ - Update doc and definition file (by @ziyoung in #13540)
1245
+ - Upload
1246
+ - Add `url` prop to upload file when `list-type` changed (by @elfman in #13771)
1247
+ - Slider
1248
+ - Fix source code indentation (by @wacky6 in #13955)
1249
+ - I18n
1250
+ - Add missing Catalan translations (by @jaumesala)
1251
+ - Add missing ru translation (by @justlp in #13658)
1252
+ - Fix Finnish translations (by @jenkrisu in #14137)
1253
+ - Doc
1254
+ - Update Spanish doc 2.4.11 (by @Gonzalo2310 in #13522)
1255
+ - Others
1256
+ - Remove unnecessary script (by @ziyoung)
1257
+ - Fix error anchor link (by @iamkun in #13753)
1258
+ - Fix inconsistent capitalization in documentation (by @wonderjar)
1259
+ - Add DingDing chat group qr code to readme (by @iamkun in #13957)
1260
+ - Add yarn logs to .gitignore (by @mimimi in #13922)
1261
+ - Remove sponsor duotai (by @island205 in #14156)
1262
+ - Update readme qr code src (by @iamkun in #13960)
1263
+ - Update CDN link, fix typo (by @ziyoung)
1264
+
1265
+ ### 2.4.11
1266
+
1267
+ *2018-11-21*
1268
+
1269
+ - Revert pr #13296. Fixed clicking on Menu external causing Submenu collapsed, #13478
1270
+ - Adjust small screen (xs) media query breakpoints, #13468 (by @alekoshen712)
1271
+
1272
+ ### 2.4.10
1273
+
1274
+ *2018-11-16*
1275
+
1276
+ - Fixed multiple clicks on Select to display the drop-down list, #13268
1277
+ - The clear icon for input is not displayed when Form is disabled, #13208
1278
+ - Adjust the style of Select, Progress, Autocomplete, Tooltip, Collaspe, TimePicker, #13188 (by @porcelainHeart) #13210 #13266 #13257 #13290 #13347 (by @PanJiaChen)
1279
+ - Carousel component added `loop` attribute, #13217
1280
+ - When the data of Table changes, the highlighted line will remain, #13200
1281
+ - Table header scoped slot can receive parameters, #13263
1282
+ - Table's `clearFilter` method supports arguments, #13176
1283
+ - Tooltip is no longer created when there is no content in the Table cell, #13152 (by @rongxingsun)
1284
+ - The input box contents of the ColorPicker panel can be displayed correctly, #13278
1285
+ - ColorPicker no longer triggers form validation when dragging, #13299
1286
+ - InputNumber added `select `method, #13286 (by @st-sloth)
1287
+ - Autocomplete added `clear` event, #12171(by arthurdenner) #13326
1288
+ - You can close Menu by clicking on Menu outside, #13296
1289
+ - Form's `validateField` method can receive arguments, #13319
1290
+ - Cascader added `visible-change` event, #13415
1291
+ - DatePicker added range-separator slot, #13272 (by @milworm)
1292
+ - Tree adds `iconClass` and `currentNodeKey` properties, #13337 #13197 (by @isnifer)
1293
+ - Progress's` status` added text #13198 (by @ali-master)
1294
+ - Fixing tree's `defaultCheckedKeys` caused an error, #13349 (by @dive2Pro)
1295
+
1296
+ ### 2.4.9
1297
+
1298
+ *2018-10-26*
1299
+
1300
+ - The parameter of Form's `clearValidate` supports string, #12990 (by @codinglobster)
1301
+ - Added type attribute for Badge, #12991
1302
+ - Users can use scoped-slot to customize table column header #13012 (by @ivanseidel)
1303
+ - Fixed the input box of Select unable to type text under IE, #13034 (by @GaliMU)
1304
+ - Select option does not wrap when space is enough, #12329 (by @akki-jat)
1305
+ - When dropdown list of Select is expanded, the arrow icon will also display correctly, #12353 (by @firesh)
1306
+ - Fixed that the size attribute of Select does not work, #13070
1307
+ - Select multiple values can be cleared, #13049 (by @ZSkycat)
1308
+ - Fixed the last TabNav unable be deleted, #13039
1309
+ - Fixed that TabNav label is not displayed correctly, #13178
1310
+ - Added title slot for Alert, #13082 (by @Kingwl)
1311
+ - Fixed an issue where the tooltip content in Table was incorrect, #13159 (by @elfman)
1312
+ - Optimize the animation of Upload when file is deleted, #12987
1313
+ - Adjusted style of InputNumber when control button is not displayed, #13052
1314
+
1315
+ ### 2.4.8
1316
+
1317
+ - Not displaying outline when Switch is focused, #12771
1318
+ - Fixed Dropdown's style in ButtonGroup, #12819 (by @bluejfox)
1319
+ - Added opened event for Dialog, #12828
1320
+ - Fixed the incorrect display order of TabNav, #12846
1321
+ - Fixed the problem that Tabs did not scroll to the selected tab, #12948
1322
+ - Fixed the problem that the identifier does not display when the Tree node is dragged, #12854
1323
+ - The validate event parameter of Form contains the validation message, #12860 (by @YamenSharaf)
1324
+ - Fixed DatePicker not to verify the validity of user input time, #12898
1325
+ - Fixed the problem that `render-header` attribute of Table header doesn't work, #12914
1326
+
1327
+ ### 2.4.7
1328
+
1329
+ *2018-09-14*
1330
+
1331
+ - Fixed DatePicker not triggering form validation, #12328 #12348
1332
+ - Fixed DatePicker throwing errors in multiple mode, #12347
1333
+ - Fixed incorrect position of DatePicker spinner, #12415 (by @rang-ali)
1334
+ - Fixed automatic filling of DatePicker input box, #12521 (by @abdallanayer)
1335
+ - Fixed Input not highlighted in Cascader, #12341
1336
+ - Fixed wrong order of Tabpane, #12346
1337
+ - Fixed incorrect position of ColorPicker cursor, #12376 (by @cnwhy)
1338
+ - Fixed the style of Submenu, #2457
1339
+ - Fixed not highlighted after Submenu is selected, #12479
1340
+ - Fixed incorrect values selected by Cascader, #12508 (by @huangjinqiang)
1341
+ - Fixed incorrect value of Pagination input box, #12525
1342
+ - Fixed order that Pagination triggers events, #12530
1343
+ - Fixed Table Filter not displayed, #12539
1344
+ - Fixed Tree unable to delete nodes, #12684
1345
+ - Fixed height of Select Input changing in single mode, #12719
1346
+ - Fixed style of FormItem label in nested Form, #12748
1347
+ - Added `autocomplete` attribute for Input, deprecated `auto-complete`, #12514 (by @axetroy)
1348
+ - Added slots-scope for Form to display validation information, #12715 (by @YamenSharaf)
1349
+
1350
+ ### 2.4.6
1351
+
1352
+ *2018-08-09*
1353
+
1354
+ - Fixed Table not showing filter icon when `filters` is assigned empty array, #12165
1355
+ - Fixed Menu not saving active state when `collapse` is changed, #12178 (by @elfman)
1356
+ - Fixed Cascader not escaping special characters for Regexp, #12248
1357
+ - Fixed disabled RadioButton showing box-shadow when clicked, #12262
1358
+ - Fixed arrow key not effect when default value is `undefined`,#12322
1359
+ - Fixed query function of Select not debounced in multi mode, #12181
1360
+ - Fixed query keyword of Select disappearing in multi mode, #12304
1361
+ - Fixed incorrect width of Dialog when it is displayed in full screen, #12203
1362
+ - Fixed incorrect display of Main on IE, #12237
1363
+ - Fixed Input triggering two form validations, #12260
1364
+ - Fixed adding new Tree node causing nodes to disappear, #12256
1365
+ - Fixed Tree node not deleted after dragging, #12279
1366
+ - Fixed Popover not visible when InputNumber focuses, #12284
1367
+ - Added `popper-append-to-body` attribute for Autocomplete, #12241
1368
+ - Added `sync` modifier support for Pagination's `page-size` attribute, #12281
1369
+
1370
+ ### 2.4.5
1371
+
1372
+ *2018-07-26*
1373
+
1374
+ - Fixed Table setting `class-name` does not work for `expand` column, #12006
1375
+ - Added `toggleAllSelection` method for Table, #12047
1376
+ - Fixed wrong position of suffix slot when Input contains Select, #12108
1377
+ - Fixed `line-height` of Option unable to set, #12120
1378
+ - Fixed TimeSelect with default value of `null` could not be assigned after executing `resetField`, #12010
1379
+ - Fixed keydown event which is not arrow key does not work in Tree, #12008
1380
+ - Fixed parent node checked in lazy mode, #12106
1381
+ - Added `includeHalfChecked` parameter for getCheckedNodes of Tree, #12014
1382
+
1383
+ ### 2.4.4
1384
+
1385
+ *2018-07-13*
1386
+
1387
+ - Fixed triggering Select validation after Form resetting, #11837
1388
+ - Fixed wrong position of Input `suffix` slot when `suffix` slot with `append` slot, #11951
1389
+ - Fixed clearable Input still displaying the clear icon when readonly, #11967
1390
+ - Fixed Tree node checked when it's disabled, #11847
1391
+ - Fixed Tree's `default-checked-keys` not working, #11971
1392
+ - Fixed `empty-text` not visible when Tree node filtered, #11971
1393
+ - Fixed the position of oversized `empty-text` in Table, #11965
1394
+ - Fixed Table row not be unhighlighted when `current-row-key` is assigned to `null`, #11866
1395
+ - Fixed showing filter dropdown when `filters` is an empty array, #11864
1396
+ - Fixed Radio's label does not stop event propagation, #11912
1397
+
1398
+ ### 2.4.3
1399
+
1400
+ *2018-07-03*
1401
+
1402
+ - Fixed `allow-drop` not working properly when Tree nodes have a custom height, #11797
1403
+ - Now you can pass a parameter to the `clearValidate` method of Form, specifying which FormItems' validation results need to be cleared, #11821
1404
+ - Added `distinguishCancelAndClose` attribute for MessageBox, #11831
1405
+
1406
+ ### 2.4.2
1407
+
1408
+ *2018-06-26*
1409
+
1410
+ - Now `class-name` and `label-class-name` of Table are reactive, #11626
1411
+ - Fixed Table still highlighting clicked row when `highlight-current-row` is `false`, #11646
1412
+ - Fixed a style bug of ButtonGroup when it has only one `round` or `circle` Button, #11605
1413
+ - Fixed style of page size Select of Pagination, #11622
1414
+ - Fixed Menu's `open` method error when `collapse` is dynamically changed, #11646
1415
+ - Added `activeName` and `oldActiveName` parameters to the before-leave hook of Tabs, #11713
1416
+ - Fixed Cascader focused after outside clicked, #11588
1417
+ - Fixed Cascader not closing when option is clicked when `change-on-select` is true, #11623
1418
+ - Now updating Select's value programmatically will trigger form validation, #11672
1419
+
1420
+ ### 2.4.1
1421
+
1422
+ *2018-06-08*
1423
+
1424
+ - Removed Autocomplete's duplicate type declaration, #11388
1425
+ - Fixed Select's dropdown arrow style in FireFox when nested in Form, #11427
1426
+ - Fixed clear icon of Select still showing when the initial value is `null`, #11460
1427
+ - Fixed disabled radio showing box-shadow when clicked, #11462
1428
+ - Added `iconClass` attribute for MessageBox, #11499
1429
+ - Added `stretch` attribute for Tabs, #11476
1430
+ - Fixed rendering order issue of TabPane when Tabs is `lazy`, #11461
1431
+ - Fixed Table not retaining current highlight row when expanded, #11464
1432
+ - Fixed focusing state when `before-leave` returns a resolved promise, #11386
1433
+ - Fixed disabled Popover still creating poppers, #11426
1434
+ - Fixed Tree's endless loop when a new node is added in lazy mode, #11430 (by @wangjingf)
1435
+ - Added `closed` event for Dialog, #11490
1436
+
1437
+ ### 2.4.0 Fullerene
1438
+
1439
+ *2018-05-28*
1440
+
1441
+ #### New features
1442
+ - General
1443
+ - Dev tool and bundler is switched to native webpack, #11216
1444
+ - Now you can globally set the initial z-index of popups, #11257
1445
+ - Autocomplete
1446
+ - Added `hide-loading` attribute, #11260
1447
+ - Button
1448
+ - Now you can use the `size` attribute on circle buttons to control their sizes, #11275
1449
+ - InputNumber
1450
+ - Added `precision` attribute, #11281
1451
+ - Tabs
1452
+ - Added `before-leave` attribute, #11259
1453
+ - Added `lazy` attribute, #11167(by @Kingwl)
1454
+ - Table
1455
+ - Added `sort` method to manually sort the table, #11311
1456
+
1457
+ #### Bug fixes
1458
+ - Input
1459
+ - Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
1460
+ - Popover
1461
+ - Fixed the console error when the triggering element is Radio or Checkbox, #11265
1462
+ - Breadcrumb
1463
+ - Fixed the `to` attribute not supporting dynamic update, #11286
1464
+ - Upload
1465
+ - Fixed the console error when a File is resolved in the returned Promise of the `beforeUpload` method, #11297 (by @qusiba)
1466
+ - Tooltip
1467
+ - Fixed arrow not positioned correctly when content is empty, #11335
1468
+ - Autocomplete
1469
+ - Fixed incorrect input suggestions after deleting keyword quickly, #11323
1470
+ - ColorPicker
1471
+ - Fixed `active-change` event incorrectly triggering when picker dropdown is closed, #11304
1472
+ - Table
1473
+ - Fixed style error of oversized filter panel, #11314
1474
+ - Fixed currently selected row not retained when the table is sorted, #11348
1475
+ - Checkbox
1476
+ - Fixed single checkbox not supporting validation, #11271
1477
+ - Radio
1478
+ - Fixed disabled Radio still being selected when pressing space key, #11303
1479
+ - MessageBox
1480
+ - Fixed the `el-popup-parent--hidden` class not removed when opening MessageBox in succession, #11371
1481
+
1482
+ ### 2.3.9
1483
+
1484
+ *2018-05-18*
1485
+
1486
+ - Fixed when the source data does not have the field specified by a TableColumn's `prop` attribute, an error would occur when the mouse moves into that column's cells, #11137
1487
+ - The `lockScroll` attribute of pop up components no longer adds an inline style to the parent element, but instead adds a class name, #11114
1488
+ - Fixed the icon of Progress not displaying when its `status` is exception, #11172
1489
+ - Fixed options' `disabled` attribute not working in filterable Cascader's filter result list, #11185
1490
+ - Fixed an issue where Table's expanded row cannot be collapsed if the data source is updated after its expansion, #11186
1491
+ - `setCurrentKey` of Tree now accepts `null` as its param to cancel the currently highlighted node, #11205
1492
+
1493
+ ### 2.3.8
1494
+
1495
+ *2018-05-11*
1496
+
1497
+ - Fixed DatePicker panel jumping to the current month after picking a date in a non-current month when `type` is dates, #10973
1498
+ - Fixed clearable Input still displaying the clear icon when readonly, #10912
1499
+ - Fixed closing the DatePicker panel without changing the value incorrectly triggering the `change` event, #11017
1500
+ - Fixed keyboard navigation not working properly when Select has grouped options, #11058
1501
+ - Added `prefix` named slot for Select, #11063
1502
+ - Added `clearValidate` method for FormItem, #11076
1503
+ - Added `checkOnClickNode` attribute for Tree, #11111
1504
+
1505
+ ### 2.3.7
1506
+
1507
+ *2018-04-29*
1508
+
1509
+ - Fixed Table not updating its header widths when the scroll bar disappears due to filtering, #10834
1510
+ - Fixed clearable Input still showing the clear icon when its initial value is `null`, #10912
1511
+ - Fixed incorrect trigger of the `active-change` event after changing ColorPicker's binding value programatically, #10903 (by @zhangbobell)
1512
+ - Fixed filterable Select causing an infinite loop when navigating options using keyboard if all options are disabled, #10945
1513
+
1514
+ ### 2.3.6
1515
+
1516
+ *2018-04-21*
1517
+
1518
+ - Fixed wrong behavior of Tree's `allow-drop` callback when `type` parameter is used, #10821
1519
+ - Now you can properly enter keywords in filterable single Select in IE11, #10822
1520
+ - Fixed single Select incorrectly triggering `blur` event after clicking an option, #10822
1521
+
1522
+ ### 2.3.5
1523
+
1524
+ *2018-04-20*
1525
+
1526
+ - Fixed incorrect highlights in DatePicker panel when `type` is week, #10712
1527
+ - Fixed InputNumber being empty when its initial value is 0, #10714
1528
+ - Added `automatic-dropdown` attribute for Select, #10042 (by @Seebiscuit)
1529
+ - Fixed disabled Rate's value still being updated by navigation keys, #10726 (by @Richard-Choooou)
1530
+ - Now DatePicker's `type` attribute can be `'dates'`, where you can pick multiple dates in one picker, #10650 (by @Mini256)
1531
+ - Added `prev-click` and `next-click` events for Pagination, #10755
1532
+ - Added `pager-count` attribute for Pagination, #10493 (by @chongjohn716)
1533
+ - Added `type` as the 3rd param of Tree's `allow-drop` attribute callback, #10792
1534
+ - Now we use ResizeObserver to detect DOM element resizing, #10779
1535
+
1536
+ ### 2.3.4
1537
+
1538
+ *2018-04-12*
1539
+
1540
+ - Deleted duplicate `showTimeout` attribute in SubMenu's TypeScript declaration, #10566 (by @kimond)
1541
+ - Now you can customize Transfer's data item using scoped slot, #10577
1542
+ - Fixed clicking disabled prev and next button of Pagination still triggers `current-change` event, #10628
1543
+ - Fixed Textarea displaying `undefined` in SSR when its value is not set, #10630
1544
+ - Fixed disabled TabItem style when `type` is border-card, #10640
1545
+ - Added `$index` as `formatter`'s fourth param of Table, #10645
1546
+ - Fixed CheckboxButton not exported in TypeScript declaration, #10666
1547
+
1548
+ ### 2.3.3
1549
+
1550
+ *2018-04-04*
1551
+
1552
+ - Added `shadow` attribute for Card, #10418 (by @YunYouJun)
1553
+ - Fixed Badge being hidden when `value` is `0`, #10470
1554
+ - Fixed some bugs of draggable Tree, #10474 #10494
1555
+ - Added `placement` for Autocomplete, #10475
1556
+ - Now `default-time` attribute also works in non-range DateTimePicker, #10321 (by @RickMacTurk)
1557
+ - Removed the blue outline of TabItem after the browser blurs or is minimized, #10503
1558
+ - Added `popper-append-to-body` attribute for SubMenu, #10515
1559
+ - Removed visual feedback when hovering on non-link BreadcrumbItem, #10551
1560
+ - Fixed InputNumber's `change` event to ensure the component's binding value is updated in the event handler, #10553
1561
+
1562
+ ### 2.3.2
1563
+
1564
+ *2018-03-29*
1565
+
1566
+ - Fixed an Autocomplete regression, #10442
1567
+
1568
+ ### 2.3.1
1569
+
1570
+ *2018-03-29*
1571
+
1572
+ - Fixed a regression that `type` of Input is not passed down to the native input element, #10415
1573
+ - Added `blur` method for Select, #10416
1574
+
1575
+ ### 2.3.0 Diamond
1576
+
1577
+ *2018-03-28*
1578
+
1579
+ #### New features
1580
+ - Table
1581
+ - Now `formatter` of TableColumn can be dynamically updated, #10184 (by @elfman)
1582
+ - Added `select-on-indeterminate` attribute, #9924 (by @syn-zeta)
1583
+ - Menu
1584
+ - Added `collapse-transition` attribute, #8809 (by @limichange)
1585
+ - Input
1586
+ - Added `select` method, #10229
1587
+ - Added `blur` method, #10356
1588
+ - ColorPicker
1589
+ - Added `predefine` attribute, #10170 (by @elfman)
1590
+ - Tree
1591
+ - Added `draggable`, `allow-drop` and `allow-drag` attributes, and `node-drag-start`, `node-drag-enter`, `node-drag-leave`, `node-drag-over`, `node-drag-end` and `node-drop` events, #9251 #10372 (by @elfman)
1592
+ - Form
1593
+ - `validate` method now has a second parameter, containing information of form items that failed the validation, #10279
1594
+ - Added `validate` event, #10351
1595
+ - Progress
1596
+ - Added `color` attribute, #10352 (by @YunYouJun)
1597
+ - Button
1598
+ - Added `circle` attribute, #10359 (by @YunYouJun)
1599
+
1600
+ #### Bug fixes
1601
+ - Form
1602
+ - Fixed label of FormItem not align with mixed Input, #10189
1603
+ - Menu
1604
+ - Now collapsed Menu will only show the Tooltip when the `title` slot of MenuItem is set, #10193 (by @PanJiaChen)
1605
+ - Pagination
1606
+ - Fixed `current-change` event wrongly triggering without user interaction, #10247
1607
+ - DatePicker
1608
+ - Now the date and time value in the dropdown panel are correctly formatted based on the `format` attribute, #10174(by @remizovvv)
1609
+ - Upload
1610
+ - Fixed `accept` attribute not working when `drag` is true, #10278
1611
+
1612
+ ### 2.2.2
1613
+
1614
+ *2018-03-14*
1615
+
1616
+ - Added `clear` event for Input, #9988 (by @blackmiaool)
1617
+ - Now manual input of ColorPicker supports `hsl`, `hsv` and `rgb` modes, #9991
1618
+ - Fixed DatePicker not triggering `change` event when its initial value is cleared, #9986
1619
+ - Now icon class related attributes of Rate support dynamic updates, #10003
1620
+ - Fixed Table with fixed columns not updating its height correctly if `max-height` is set, #10034
1621
+ - Now DatePicker's range mode supports reverse selection (clicking the end date, then clicking the start date), #8156 (by @earlymeme)
1622
+ - Added `disabled` attribute for Pagination, #10006
1623
+ - Added `after-enter` and ` after-leave` events for Popover, #10047
1624
+ - Fixed Select not triggering validation when user selects an option after executing `resetFields` of Form, #10105
1625
+ - Fixed incorrect widths of fixed columns of Table in some cases, #10130
1626
+ - Fixed MessageBox inheriting the `title` attribute of its previous instance when called without `title`, #10126 (by @Pochodaydayup)
1627
+ - Added `input-size` attribute for Slider, #10154
1628
+ - Added `left-check-change` and `right-check-change` events for Transfer, #10156
1629
+
1630
+ ### 2.2.1
1631
+
1632
+ *2018-03-02*
1633
+
1634
+ - Fixed Aside, Header and Footer shrinking in some layout, #9812
1635
+ - Fixed Table with a `height` attribute not rendering in SSR, #9876
1636
+ - Fixed expandable Table not calculating its height when a row is expanded, #9848
1637
+ - Fixed `change` event not trigger when manually typing date in DateTimePicker, #9913
1638
+ - Fixed Select showing its options when the input box is right-clicked, #9894 (by @openks)
1639
+ - Added `tooltip-class` attribute for Slider, #9957
1640
+ - Now Select will stay focused after selection, #9857 (by @Seebiscuit)
1641
+ - Added `target-order` attribute for Transfer, #9960
1642
+
1643
+ ### 2.2.0 Graphite
1644
+
1645
+ *2018-02-12*
1646
+
1647
+ #### New features
1648
+ - Menu
1649
+ - Added `popper-class` and `disabled` attributes for SubMenu, #9604 #9771
1650
+ - Horizontal Menu now supports multi-layered SubMenu, #9741
1651
+ - Tree
1652
+ - Added `node-contextmenu` event, #9678
1653
+ - Now you can customize node template using scoped slot, #9686
1654
+ - Added `getNode`, `remove`, `append`, `insertBefore`, `insertAfter`, `getCheckedKeys`, `getHalfCheckedNodes`, `getHalfCheckedKeys` methods and `check` event, #9718 #9730
1655
+ - Transfer
1656
+ - Added `clearQuery` method, #9753
1657
+ - Select
1658
+ - Added `popper-append-to-body` attribute, #9782
1659
+
1660
+ #### Bug fixes
1661
+ - Table
1662
+ - Fixed clicking expanding icon of an expandable row triggers `row-click` event, #9654
1663
+ - Fixed layout not update when column width is changed by user dragging, #9668
1664
+ - Fixed style issue when summary row co-exists with fixed columns, #9667
1665
+ - Container
1666
+ - Fixed container components not stretching in IE11, #9655
1667
+ - Loading
1668
+ - Fixed Loading not showing when the value of `v-loading` is changed to true in the `mounted` hook, #9722
1669
+ - Switch
1670
+ - Fixed two native click events are triggered when Switch is clicked, #9760
1671
+
1672
+ ### 2.1.0 Charcoal
1673
+
1674
+ *2018-01-31*
1675
+
1676
+ #### New features
1677
+ - Cascader
1678
+ - Added `focus` and `blur` events, #9184 (by @viewweiwu)
1679
+ - Table
1680
+ - The `filter-method` now has a third param `column`, #9196 (by @liyanlong)
1681
+ - DatePicker
1682
+ - Added `prefix-icon` and `clear-icon` attributes, #9237 (by @AdamSGit)
1683
+ - Added `default-time` attribute, #9094 (by @nighca)
1684
+ - `value-format` now supports `timestamp`, #9319 (by @wacky6)
1685
+ - InputNumber
1686
+ - Now the binding value can be `undefined`, #9361
1687
+ - Select
1688
+ - Added `auto-complete` attribute, #9388
1689
+ - Form
1690
+ - Added `disabled` attribute, #9529
1691
+ - Added `validateOnRuleChange` attribute, #8141
1692
+ - Notificaition
1693
+ - Added `closeAll` method, #9514
1694
+
1695
+ #### Bug fixes
1696
+ - InputNumber
1697
+ - Fixed value resetting when typing decimal point, #9116
1698
+ - Dropdown
1699
+ - Fixed dropdown menu incorrect positioning when the page only has a horizontal scrollbar in some browsers, #9138 (by @banzhuanmei)
1700
+ - Table
1701
+ - Fixed an error in calculating number of fixed columns after the column data changes, #9188(by @kolesoffac)
1702
+ - Fixed the border of the last column of the grouped header not properly displayed, #9326
1703
+ - Fixed incorrect positioning of table header in Safari, #9327
1704
+ - Fixed expanded row collapsing when the table data changes, #9462
1705
+ - Fixed unnecessary multiple renders in some conditions, #9426
1706
+ - Fixed column width calculation error when `width` of TableColumn changes, #9426
1707
+ - Loading
1708
+ - Fixed Loading not hiding correctly in some conditions, #9313
1709
+ - DatePicker
1710
+ - Fixed `focus` method not working in range mode, #9437
1711
+ - Fixed clicking the "now" button still selecting the current date even if it is disabled, #9470 (by @wacky6)
1712
+ - Fixed date clamping when navigating, #9577 (by @wacky6)
1713
+ - Steps
1714
+ - Fixed style error in IE 11, #9454
1715
+
1716
+ #### Breaking changes
1717
+ - Menu
1718
+ - The popup menu in `collapse` mode now appends directly to `body`, so that it is visible when nested in Aside, #9263
1719
+ - Table
1720
+ - Now checking the checkboxes in multi-selection Table doesn't trigger `row-click` event, #9467
1721
+ - Loading
1722
+ - The `z-index` of non-fullscreen loading mask is changed to 2000. The `z-index` of fullscreen loading mask will update dynamically with the popup components, #9522
1723
+ - Dropdown
1724
+ - `show-timeout` and `hide-timeout` attributes now only works when trigger is `hover`, #9573
1725
+
1726
+ ### 2.0.11
1727
+
1728
+ *2018-01-08*
1729
+
1730
+ - Fixed border color issue of Select when in `prepend` or `append` slot of Input, #9089
1731
+ - Fixed `remove-tag` event's parameter of Select, #9090
1732
+ - Added `show-timeout` and `hide-timeout` attributes for SubMenu, #8934 (by @HugoLew)
1733
+ - Fixed missing Tooltip style of `show-overflow-tooltip` when Table is imported on demand, #9130
1734
+ - Fixed Table column's sorting malfunctioning after `clearSort` is executed on that column, #9100 (by @zEmily)
1735
+ - i18n config file for Czech is renamed from `cz` to `cs-CZ`, #9164
1736
+
1737
+ ### 2.0.10
1738
+
1739
+ *2017-12-29*
1740
+
1741
+ - Fixed wrong max height calculation of Table when fixed column and summary row co-exist, #9026
1742
+ - Fixed uncompiled color style of empty text in Table, #9028
1743
+ - Now DatePicker only emits `change` event when value is truly changed, #9029 (by @remizovvv)
1744
+ - Added `tabindex` attribute for Input, #9041 (by @dicklwm)
1745
+
1746
+ ### 2.0.9🎄
1747
+
1748
+ *2017-12-24*
1749
+
1750
+ - Added `before-remove` hook function for Upload, #8788 (by @firesh)
1751
+ - Fixed initial value of `error` not working for FormItem, #8840
1752
+ - Now Loading directive supports custom class name by assigning `element-loading-custom-class` attribute, #8826 (by @earlymeme)
1753
+ - Fixed CarouselItem becoming invisible when data is asynchronously updated, #8921
1754
+ - Added `renderAfterExpand` attribute for Tree, #8972
1755
+
1756
+ ### 2.0.8
1757
+
1758
+ *2017-12-12*
1759
+
1760
+ - Added Spanish documentation
1761
+ - Fixed `show-timeout` of Dropdown not working when trigger is click, #8734 (by @presidenten)
1762
+ - Fixed Form validation timing for rules whose trigger is blur, #8776
1763
+ - Fixed blur event of ranged DatePicker, #8784
1764
+ - `format` of TimePicker now supports AM/PM, #8620 (by @firesh)
1765
+
1766
+ ### 2.0.7
1767
+
1768
+ *2017-11-29*
1769
+
1770
+ - Fixed disabled text button style, #8570
1771
+
1772
+ ### 2.0.6
1773
+
1774
+ *2017-11-29*
1775
+
1776
+ - Fixed style bug of Table's sorting icons, #8405
1777
+ - Fixed trigger mechanism for Popover when its `trigger` is manual, #8467
1778
+ - Added `prefix-icon` and `suffix-icon` attributes for Autocomplete, #8446 (by @liyanlong)
1779
+ - Added `separator` attribute for Cascader, #8501
1780
+ - Added `clearable` attribute for Input, #8509 (by @lbogdan)
1781
+ - Added `background` attribute for Pagination, #8553
1782
+
1783
+ ### 2.0.5
1784
+
1785
+ *2017-11-17*
1786
+
1787
+ - Fixed Popover, Tree, Breadcrumb and Cascader regression in 2.0.4, #8188 #8217 #8283
1788
+ - Fixed memory leak of clickoutside directive, #8168 #8225 (by @badpunman @STLighter)
1789
+ - Fixed multiple Select height when its value is cleared, #8317 (by @luciy)
1790
+ - Added `collapse-tags` attribute for multiple Select to replace tags with one line of text, #8190
1791
+ - Fixed high CPU consumption caused by hidden Table, #8351
1792
+ - Now you can use `doLayout` method of Table to update its layout, #8351
1793
+
1794
+ ### 2.0.4
1795
+
1796
+ *2017-11-10*
1797
+
1798
+ - Improved accessibility for Cascader, Dropdown, Message, Notification, Popover, Tooltip and Tree
1799
+ - Fixed Container resize when the width of viewport decreases, #8042
1800
+ - Fixed Tree's `updateKeyChildren` incorrectly deleting child nodes, #8100
1801
+ - Fixed bordered CheckboxButton's height when nested in a Form, #8100
1802
+ - Fixed Menu's parsing error for custom colors, #8153 (by @zhouyixiang)
1803
+
1804
+ ### 2.0.3
1805
+
1806
+ *2017-11-03*
1807
+
1808
+ - Fixed `editable` and `readonly` attributes for ranged DatePicker, #7922
1809
+ - Fixed style error of nested Tabs, #7941
1810
+ - Fixed style error of the last Step of vertical Steps, #7980
1811
+ - Fixed trigger timing of `current-change` event for Pagination, #7995
1812
+ - Fixed unregistered Tooltip in Menu, #7995
1813
+
1814
+ ### 2.0.2
1815
+
1816
+ *2017-10-31*
1817
+
1818
+ - Now right-clicking the buttons of InputNumber won't change its value, #7817
1819
+ - `validate` method of Form can now wait for asynchronous validations before executing its callback, #7774 (by @Allenice)
1820
+ - Fixed range selection of DatePicker not working in Chromium 53-57 browsers, #7838
1821
+ - Fixed missing preview and delete icons of Upload when its `list-type` is picture-card, #7857
1822
+ - Added `sort-by` attribute for TableColumn, #7828 (by @wangfengming)
1823
+ - Fixed DatePicker sometimes displaying wrong year number when selecting the first week in week mode, #7860 (by @hh23485)
1824
+ - Fixed icon style error of vertical Steps, #7891
1825
+ - The hot area for node arrows in Tree is expanded, #7891
1826
+
1827
+ ### 2.0.1
1828
+
1829
+ *2017-10-28*
1830
+
1831
+ - Fixed style error of RadioButton and CheckboxButton, #7793
1832
+ - Fixed TimePicker not respond to mouse scroll in some conditions, #7811
1833
+ - Fixed incomplete styles of some components when imported on demand, #7811
1834
+
1835
+ ### 2.0.0 Carbon
1836
+
1837
+ *2017-10-27*
1838
+
1839
+ #### New features
1840
+ - General
1841
+ - A new theme: `theme-chalk`
1842
+ - Accessibility of the following components are improved: Alert, AutoComplete, Breadcrumb, Button, Checkbox, Collapse, Input, InputNumber, Menu, Progress, Radio, Rate, Slider, Switch, Upload
1843
+ - Added TypeScript typings
1844
+ - All existing icons are redesigned. Some new icons are added
1845
+ - Added a series of breakpoint-based utility classes that hide elements when the viewport size meets certain conditions
1846
+ - Added layout components: Container, Header, Aside, Main, Footer
1847
+ - Now you can configure component sizes globally. When importing Element, you can add a global config object with a `size` prop to configure default sizes for all components.
1848
+ - Button
1849
+ - Added `round` attribute. It's used for round-cornered Buttons #6643
1850
+ - TimeSelect
1851
+ - Now can be navigated by `Up` and `Down`, and hitting `Enter` selects the time #6023
1852
+ - TimePicker
1853
+ - Now can be navigated by arrow keys, and hitting `Enter` selects the time #6050
1854
+ - Added `start-placeholder` and `end-placeholder`. They're placeholders for the two input boxes in range mode #7169
1855
+ - Added `arrow-control` attribute to spin the time with arrows #7438
1856
+ - Tree
1857
+ - Now child nodes don't render before the first expand #6257
1858
+ - Added `check-descendants` attribute. It determines if child nodes are checked when checking their parent node in `lazy` mode #6235
1859
+ - Tag
1860
+ - Added `size` attribute #7203
1861
+ - Datepicker
1862
+ - Now `timeFormat` can format the TimePicker when type is set to `datetimerange` #6052
1863
+ - Added `start-placeholder` and `end-placeholder`. They're placeholders for the two input boxes in range mode #7169
1864
+ - Added `value-format` attribute to customize the format of the binding value, #7367
1865
+ - Added `unlink-panels` attribute to unlink the two date panels when selecting a date range
1866
+ - MessageBox
1867
+ - Added `closeOnHashChange` attribute #6043
1868
+ - Added `center` attribute so that the content can be centered #7029
1869
+ - Added `roundButton` attribute to display round Buttons #7029
1870
+ - Added `dangerouslyUseHTMLString` attribute. When set to `true`, `message` will be parsed as HTML string<sup>*</sup> #6043
1871
+ - Added `inputType` attribute to assign type for the inner input box, #7651
1872
+ - Dialog
1873
+ - Added `width`、`fullscreen`、`append-to-body` attributes. Now Dialog can be nested
1874
+ - Added `center` attribute so that the content can be centered #7042
1875
+ - Added `focus-after-closed`、`focus-after-open` to improve accessibility #6511
1876
+ - ColorPicker
1877
+ - Now you can type colors in the input box #6167
1878
+ - Added `size` and `disabled` attributes #7026
1879
+ - Added `popper-class` attribute #7351
1880
+ - Message
1881
+ - Now color of the icons can be overridden by CSS #6207
1882
+ - Added `dangerouslyUseHTMLString` attribute. When set to `true`, `message` will be parsed as HTML string<sup>*</sup> #6207
1883
+ - Added `center` attribute so that the content can be centered #6875
1884
+ - Notification
1885
+ - Added `position` attribute to configure where Notification pops up #6231
1886
+ - Added `dangerouslyUseHTMLString` attribute. When set to `true`, `message` will be parsed as HTML string<sup>*</sup> #6231
1887
+ - Added `showClose` attribute to hide the close button #6402
1888
+ - Rate
1889
+ - Added `show-score` attribute to determine if current score is displayed #6295
1890
+ - Tabs
1891
+ - Added `tab-position` attribute #6096
1892
+ - Radio
1893
+ - Added `border` and `size` attributes #6690
1894
+ - Checkbox
1895
+ - Added `border` and `size` attributes #6690
1896
+ - Alert
1897
+ - Added `center` attribute so that the content can be centered #6876
1898
+ - Menu
1899
+ - Added `background-color`, `text-color` and `active-text-color` attributes #7064
1900
+ - Added `open` and `close` methods to open and close SubMenu programmatically, #7412
1901
+ - Form
1902
+ - Added `inline-message` attribute to determine if the validation message is displayed in inline style #7032
1903
+ - Added `status-icon` attribute to display a feedback icon when validated #7032
1904
+ - Form and FormItem now have a `size` attribute. Inner components will inherit this size if not specified on themselves, #7428
1905
+ - `validate` method will now return a promise if the callback is omitted, #7405
1906
+ - Added `clearValidate` method for clearing validating results for all form items, #7623
1907
+ - Input
1908
+ - Added `suffix` and `prefix` named slots, `suffixIcon` and `prefixIcon` attributes to add contents inside the input box #7032
1909
+ - Breadcrumb
1910
+ - Added `separator-class` attribute to support icons as item separators #7203
1911
+ - Steps
1912
+ - Added `simple` attribute to activate simple-styled Steps #7274
1913
+ - Pagination
1914
+ - Added `prev-text` and `next-text` attributes to customize texts of previous page and next page #7005
1915
+ - Loading
1916
+ - Now you can customize spinner icon and background color with `spinner` and `background` prop, #7390
1917
+ - Autocomplete
1918
+ - Added `debounce` attribute, #7413
1919
+ - Upload
1920
+ - Added `limit` and `on-exceed` attributes to limit the amount of files, #7405
1921
+ - DateTimePicker
1922
+ - Added `time-arrow-control` attribute to activate `arrow-control` of the nesting TimePicker, #7438
1923
+ - Layout
1924
+ - Added a new breakpoint `xl` for viewport wider than 1920px
1925
+ - Table
1926
+ - Added `span-method` attribute for merging cells
1927
+ - Added `clearSort` method to clear sorting programmatically
1928
+ - Added `clearFilter` method to clear filter programmatically
1929
+ - For expandable rows, when a row is expanded, a `.expanded` class will be added to its class list, so that you can customize its style
1930
+ - Added `size` attribute
1931
+ - Added `toggleRowExpansion` method to expand or collapse expandable rows programmatically
1932
+ - Added `cell-class-name` attribute to assign class name for cells
1933
+ - Added `cell-style` attribute to style cells
1934
+ - Added `header-row-class-name` attribute to assign class name for header rows
1935
+ - Added `header-row-style` attribute to style header rows
1936
+ - Added `header-cell-class-name` attribute to assign class name for header cells
1937
+ - Added `header-cell-style` attribute to style header cells
1938
+ - TableColumn's `prop` attribute now accepts `object[key]` notations
1939
+ - Added `index` attribute for TableColumn to customize row indices
1940
+ - Select
1941
+ - Added `reserve-keyword` attribute for reserving current search keyword after selecting an option
1942
+
1943
+ #### Bug fixes
1944
+ - DatePicker
1945
+ - Fixed `v-model` returning the second day of the selected week in week mode #6038
1946
+ - Fixed the first input being cleared in `daterange` type #6021
1947
+ - DateTimePicker
1948
+ - Fixed DateTimePicker and TimePicker affecting each other when picked #6090
1949
+ - Fixed hour and second can be beyond limit when selecting time #6076
1950
+ - TimePicker
1951
+ - Fixed `v-model` not update correctly when blurred #6023
1952
+ - Dialog
1953
+ - Fixed texts having blurry edges when opening and closing nesting dropdowns #6088
1954
+ - Select
1955
+ - Improved performance. Now Vue dev-tool won't crash when a large number of Selects are destroyed #6151
1956
+ - Table
1957
+ - Fixed a bug that Table remains hiding when its parent element appears from `display: none`
1958
+ - Fixed Table expanding its width when its parent element has `display: flex`
1959
+ - Fixed a bug that fixed columns of a Table with `append` slot would disappear when data is dynamically fetched
1960
+ - Fixed `expand-row-keys` attribute not working with initial value
1961
+ - Fixed filter failing when `data` updates
1962
+ - Fixed a calculation error of fixed columns layout with grouped headers
1963
+ - Fixed a dynamic `max-height` bug
1964
+ - Fixed some style calculation errors
1965
+
1966
+ #### Breaking changes
1967
+ - General
1968
+ - Removed `theme-default`
1969
+ - Compatible with Vue 2.5.2+ and IE 10+
1970
+ - `change` event of form components and `current-change` event of Pagination now only trigger on user interaction
1971
+ - `size` attribute of Button and form components now accept `medium`, `small` and `mini`
1972
+ - To facilitate the use of third-party icons, `icon` attribute of Button and Steps, `prefix-icon` and `suffix-icon` attributes of Input now require a full class name
1973
+ - Dialog
1974
+ - Removed `size` attribute. Now the size of Dialog can be configured by `width` and `fullscreen`
1975
+ - Now the visibility of Dialog cannot be controlled by `v-model`
1976
+ - Rate
1977
+ - `text-template` is renamed to `score-template`
1978
+ - Dropdown
1979
+ - `menu-align` is renamed to `placement`. Now it supports more positions
1980
+ - Transfer
1981
+ - `footer-format` is renamed to `format`
1982
+ - Switch
1983
+ - Attributes starting with `on-*` will be parsed to events in JSX, making all `on-*` attributes of Switch not
1984
+ able to work in JSX. So `on-*` attributes are renamed to `active-*`, and accordingly `off-*` attributes are renamed to `inactive-*`. This change affects the following attributes: `on-icon-class`, `off-icon-class`, `on-text`, `off-text`, `on-color`, `off-color`, `on-value`, `off-value`
1985
+ - `active-text` and `inactive-text` attributes now don't have default values
1986
+ - Tag
1987
+ - `type` attribute now accepts `success`, `info`, `warning` and `danger`
1988
+ - Menu
1989
+ - Removed `theme` attribute. The color of Menu can be configured using `background-color`, `text-color` and `active-text-color`
1990
+ - Input
1991
+ - Removed `icon` attribute. Now the suffix icon can be configured using `suffix-icon` attribute or `suffix` named slot
1992
+ - Removed `on-icon-click` attribute and `click` event. Now to add click handler on icons, please use named slots
1993
+ - `change` event now behaves like the native input element, which triggers only on blur or pressing enter. If you need to respond to user input in real time, you can use `input` event.
1994
+ - Autocomplete
1995
+ - Removed `custom-item` attribute. Now the template of input suggestions can be customized using `scoped slot`
1996
+ - Removed `props` attribute. Now you can use `value-key` attribute to designate key name of the input suggestion object for display
1997
+ - Steps
1998
+ - Removed `center` attribute
1999
+ - Now the Steps will fill its parent container by default
2000
+ - DatePicker
2001
+ - The params of DatePicker's `change` event is now the binding value itself. Its format is controlled by `value-format`
2002
+ - Table
2003
+ - Removed support for customizing column template using `inline-template`
2004
+ - `sort-method` now aligns with `Array.sort`. It should return a number instead of a boolean
2005
+ - `append` slot is moved outside the `tbody` element to avoid multiple rendering
2006
+ - `expand` event is renamed to `expand-change`
2007
+ - The params of `row-class-name` and `row-style` method is now an object
2008
+
2009
+ ##
2010
+ <i><sup>*</sup> Dynamically rendering arbitrary HTML on your website can be very dangerous because it can easily lead to [XSS attacks](https://en.wikipedia.org/wiki/Cross-site_scripting). So when `dangerouslyUseHTMLString` is on, please make sure the content of `message` is trusted, and **never** assign `message` to user-provided content.</i>