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