iamkun
8cd5d9a438
fix issue 14663 - slot in ElPagination is not updating ( #14711 )
2019-04-23 18:09:48 +08:00
hetech
e5385e8531
Pagination: add hide-on-single-page attribute ( #15096 )
2019-04-19 15:52:06 +08:00
Hao Li
88c7d3e34f
fix issue 14663 - slot in ElPagination is not updating
2019-03-14 14:26:18 +08:00
HarlanLuo
82fbac875d
Pagination: input max value won't be less than 1 ( #13727 )
2018-12-12 21:10:43 +08:00
Jiewei Qian
e2c5573c1f
Input: simplify el-input implementation ( #13471 )
...
* input: simplify internal implementation
remove currentValue, strictly follow one-way data flow
hack for MSIE input event when placeholder is set
remove isKorean hack (#11665 , #10648 )
* input-number: fix for new el-input
* test: input, fix vue warning
* date-time-range: fix for new el-input
* pagination: fix for new el-input, simplify internals
* input: fix input event on compositionend
* input-number: fix for new el-input
* input-number: nuke userInput on change
2018-11-26 15:05:46 +08:00
Jikkai Xiao
03ae4a446a
Pagination: fix emit order of page size ( #12530 )
2018-08-28 18:18:30 +08:00
Jikkai Xiao
df76542703
Pagination: assign 1 to default page count ( #12525 )
2018-08-28 18:18:04 +08:00
Jikkai Xiao
4cbe3f3218
Pagination: make page-size attribute supports .sync ( #12281 )
...
* Pagination: make page-size attribute supports .sync
* Update pagination.js
2018-08-08 18:49:27 +08:00
mengro
23a2e8d9ee
Pagination: use setCurrentValue when reassigning input value ( #11608 )
...
* Pagination: input bug
currentValue in input component's data object didn't refresh when changeHandle emited
* Update pagination.js
2018-06-15 11:44:09 +08:00
杨奕
dd3bb2ce20
Pagination: add size to nested select ( #11622 )
2018-06-14 11:20:29 +08:00
hetech
465dcf2a19
Chore: retire lerna and remove redundant files ( #11493 )
...
* Chore: retire lerna and delete redundant files
* Chore: update Makefile
2018-06-05 19:27:13 +08:00
杨奕
7409be8ce1
Pagination: emit current-change after current page is manually updated ( #11012 )
2018-05-04 15:32:23 +08:00
杨奕
f530bffa97
Pagination: update docs for pager-count ( #10772 )
2018-04-18 16:01:07 +08:00
John
9fc1f9e367
Pagination: add pagerCount prop ( #10493 )
2018-04-18 14:19:52 +08:00
杨奕
95e168f7ca
Pagination: add prev-click and next-click events ( #10755 )
2018-04-17 16:47:32 +08:00
杨奕
0ae91ec37f
Pagination: disabled prev and next buttons should not trigger click ( #10628 )
2018-04-09 18:53:50 +08:00
Brandon
79325390e2
Pagination: handle NaN on props ( #10623 )
...
* Pagination: handle pageSize NaN
* Pagination: handle currentPage NaN
2018-04-09 17:50:07 +08:00
杨奕
dcf0488a3e
Pagination: ensure currentPage is updated in current-change handler ( #10599 )
2018-04-08 13:58:47 +08:00
杨奕
94312a4444
Pagination: fix current-change not fire after currentPage manually updated ( #10562 )
2018-04-04 19:26:38 +08:00
杨奕
725af9d1a0
Pagination: trigger current-change event on user input ( #10247 )
2018-03-20 11:59:33 +08:00
杨奕
5797325c73
Pagination: update pager value when page size changes ( #10157 )
2018-03-14 13:24:28 +08:00
Leopoldthecoder
b3062de0d2
Pagination: fix a potential exception with new deps
2018-03-08 12:30:47 +08:00
Hi-Linlin
e92d1d13aa
Pagination: add disabled prop ( #10006 )
2018-03-07 11:47:19 +08:00
杨奕
b68f18aa94
Pagination: add key in pager ( #9604 )
2018-02-01 15:16:21 +08:00
杨奕
575e2d1307
Pagination: add keyup event to jumper so it works in IE11 ( #9538 )
2018-01-29 23:12:30 +08:00
Leopoldthecoder
98bdee26b1
Popper: fix arrow position
2018-01-21 10:35:04 +08:00
cinwell.li
be3dcbfc4c
chore: update ESLint ( #9124 )
...
* chore: update ESLint
* chore: update eslint ignore
2018-01-05 16:53:02 +08:00
Leopoldthecoder
c69adb0458
publish independent packages
2017-12-20 11:52:49 +08:00
Leopoldthecoder
765e59de6b
Pagination: add background prop
2017-11-29 13:52:44 +08:00
Leopoldthecoder
6a99f03e1f
Select: update scroll bar position
2017-11-23 19:22:16 +08:00
Decade
7120490d3e
Pagination: reset invalid jumper value ( #8408 )
...
* fix pagination jumper value
* fix lint
2017-11-23 19:22:16 +08:00
Leopoldthecoder
c30d4b11d2
Pagination: fix current-change
2017-11-03 13:21:06 +08:00
Leopoldthecoder
8479b2fbaf
bug fixes
2017-10-28 03:10:52 -05:00
杨奕
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