Commit Graph

54 Commits

Author SHA1 Message Date
杨奕
38459ae850 update dependencies (#7476)
* update el-input change event

* upgrade to vue 2.5.0

* upgrade webpack to 3.7

* upgrade vue to 2.5.2

* minor style updates
2017-10-16 14:07:24 +08:00
杨奕
21c579179c remove theme-default (#7273) 2017-09-28 05:01:29 -05:00
Black Wayne
8774311c76 Breadcrumb: add chalk theme (#7203)
* Breadcrumb: add chalk theme

* Breadcrumb: fix bugs

* fix pagination sizes' arrow
2017-09-27 23:22:30 -05:00
Dreamacro
9bae0160f4 Pagination: add chalk theme (#7005)
* Pagination: add chalk theme

* Pagination: fix test

* Pagination: del useless test case

* Pagination: fix shake of number
2017-09-22 01:33:03 -05:00
Leopoldthecoder
43ecb8818c Merge branch 'dev' into carbon
# Conflicts:
#	packages/date-picker/src/panel/time.vue
2017-09-14 19:33:49 +08:00
huguangju
e3c0e2ef05 Pagination: fix Jumper value should reassign when internalCurrentPage greater than internalPageCount 2017-09-05 17:12:18 +08:00
Leopoldthecoder
a5e5be3d7a Pagination: add popperClass 2017-08-13 11:59:17 +08:00
QingDeng
d40d256729 Pagination: fix IE onchange doesn't work Bug (#6306)
* Pagination:fix IE onchange doesn't work Bug

Pagination:fix IE onchange doesn't work Bug

* Update pagination.js

* Update pagination.js
2017-08-06 16:13:35 +08:00
openks
78ec098960 pagination:fix bug Pagination page number display problem 2017-07-15 17:23:06 +08:00
杨奕
37fb24567c Pagination: fix jumper responsive bug (#5377) 2017-06-15 21:31:19 +08:00
Leopoldthecoder
3cc37e4df4 publish independent packages 2017-06-09 20:18:40 +08:00
Leopoldthecoder
5606340a56 Changelog: update for 1.3.6 2017-06-09 20:05:51 +08:00
Leopoldthecoder
bda5754d86 Pagination: fix default layout style in firefox 2017-05-10 19:53:34 +08:00
Leopoldthecoder
defd128f54 add .sync support for Dialog and Pagination 2017-05-03 15:20:57 +08:00
Leopoldthecoder
45043754df update dependencies 2017-04-28 14:09:25 +08:00
Leopoldthecoder
d888e44cc2 Publish
- element-carousel@1.0.0
 - element-table@1.0.0
 - element-upload@1.0.0
 - element-datepicker@1.0.0
 - element-loading@1.0.0
 - element-pagination@1.0.0
2017-01-23 17:20:52 +08:00
cinwell.li
9f5c08e6e6 Clean packages (#2345) 2017-01-23 14:06:01 +08:00
杨奕
bdd0604bd0 remove obsolete migrating hints (#2055) 2016-12-29 10:43:00 +08:00
Leopoldthecoder
ea9d216fbc Pagination: add button type 2016-12-27 11:51:36 +08:00
Leon Zhang
cecf9eb8d5 fix the code style issue to pass eslint 2016-12-21 21:44:05 +08:00
杨奕
ead186153f Pagination: fix slot (#1846) 2016-12-20 11:20:57 +08:00
baiyaaaaa
a5bdd2cabb component README update and fix 2016-12-16 10:57:54 +08:00
Leopoldthecoder
2fc06cc37b fix pagination select 2016-12-01 22:34:30 +08:00
Leopoldthecoder
ce3bed6cb5 Select: refactor and bug fix 2016-12-01 22:34:30 +08:00
baiyaaaaa
64f1caea38 support dynamic pageSizes 2016-11-26 17:10:42 +08:00
Furybean
4617526367 Pagination: fix user can not set currentPage in some condition. 2016-11-25 08:26:10 +08:00
cinwell.li
2d5bc59c67 Pagination: fix i18n, fixed #928 (#1260) 2016-11-22 14:22:03 +08:00
furybean
28958fa051 Pagination: fix current-change emit too many. 2016-11-10 17:51:10 +08:00
FuryBean
6d9df08e56 Pagination: fix currentPage may be 0 in some condition. (#943) 2016-11-09 17:37:54 +08:00
qingwei.li
3c12100f52 Components: use es2015 export module, fixed #907 2016-11-08 15:01:00 +08:00
qingwei.li
47392d1e29 Locale: rename $t to t 2016-11-07 23:33:33 +08:00
qingwei.li
70307dfadb fix package.json url 2016-11-06 12:26:14 +08:00
FuryBean
1a634b3c91 Pagination: enable not set total, add page-count prop. (#834) 2016-11-04 20:04:46 +08:00
qingwei.li
a81cea32c7 Pagination: emit 'current-page' when sizes change, closed #729 2016-10-31 15:14:30 +08:00
杨奕
19d7e72f3a Pagination: add missing i18n config (#701) 2016-10-28 17:29:50 +08:00
cinwell.li
f960ea50b9 Add locale feature (#678)
fix
2016-10-27 17:31:22 +08:00
furybean
3470bdfeba Pagination: rename currentchange & sizechange. 2016-10-26 14:55:16 +08:00
cinwell.li
4dd8b094cb Update externals (#641) 2016-10-25 21:35:41 +08:00
qingwei.li
ef75d0d3e4 Pagination: add test 2016-10-21 16:22:16 +08:00
cinwell.li
510034d2d2 Add istanbul ignore (#521) 2016-10-19 22:48:35 +08:00
qingwei.li
0cc28fb16a Support publish component packages 2016-10-17 12:14:10 +08:00
qingwei.li
06392ade7b Clear dependencies 2016-10-13 11:12:24 +08:00
qingwei.li
1c1a925bbd Pagination: fix input value 2016-10-12 13:40:35 +08:00
qingwei.li
7964857996 Pagination: fix icon style, fixed #163 2016-09-27 17:33:18 +08:00
baiyaaaaa
08e31a3feb Merge pull request #42 from QingWei-Li/master
package: add lint script & lock vue version
2016-09-09 12:27:00 +08:00
Leopoldthecoder
3b0477b90f update pagination 2016-09-09 12:02:16 +08:00
qingwei.li
a7c30b5148 package: add lint script & lock vue version 2016-09-09 11:51:28 +08:00
qingwei.li
3b539efb3a Use cooking@1.0.0-rc.2 2016-09-06 11:51:08 +08:00
Leopoldthecoder
c4a87761e3 fix pagination icon and dialog slot 2016-08-31 11:04:16 +08:00
SkyAo
cfaa0ab858 add validator in progress & docs update 2016-08-19 18:54:18 +08:00