Commit Graph

16 Commits

Author SHA1 Message Date
ioslh
d334142d0d
refactor(pagination): pagination internal logic refactored (#2491)
* refactor(pagination): pagination internal logic refactored

* improvement(pagination): improve pr by better naming and misc
2021-07-11 13:12:22 +08:00
Xing.Wu
b7450ff21d
fix(pagination): bug #2025 (#2062)
* fix(pagination): fix parent #2025

* fix(pagination): add test case for pagination

Co-authored-by: xing.wu <wuxing@bjca.org.cn>
2021-05-27 16:38:54 +08:00
AndyLZC
955f7862d2
refactor(notification): avoid magic numbers (#1928)
* refactor(notification): avoid magic numbers

* refactor: refactor(pagination): simplify pagination logic

Co-authored-by: zc l <andylzce@gmail.com>
2021-05-09 10:40:33 +08:00
jeremywu
ea9aa0df24
build(project): fix-build-error (#1638)
- Fix type caused build error which stops the type generator producing type files
2021-03-15 11:22:34 +08:00
Ryan2128
a382e3f657
fix(pagination): fix current-page event error emit (#1575) 2021-03-09 20:45:08 +08:00
Summer
c66b7d4d22
fix(pagination): fix pagination component layout prop bug (#1576)
fix(pagination): fix pagination component layout prop bug

Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
2021-03-05 22:42:13 +08:00
Ryan2128
e91197699b
fix(pagination): fix Jumper's style error (#1372) 2021-01-27 22:47:08 +08:00
BeADre
91c5c70008
fix(pagination): v-model of page-size not work (#1079)
* fix(pagination): v-model of page-size not work

* test(pagination): add v-model pagesize test
2020-12-23 15:49:21 +08:00
jeremywu
6bc5a5ee5a
fix(pagination): fix pagination known issues (#811)
* fix(pagination): fix pagination known issues

- Fix pagination emitting current change twice

* fix(pagination): add defaults for readability

* fix(pagination): - remove defaults
2020-12-05 22:14:38 +08:00
jeremywu
092c89036d
fix(pagination): fix pagination current-change event not emitting (#756)
- Fix the issue when total gets changed and the currentPage gets changed but `current-change` event
not emitting
2020-12-01 21:17:24 +08:00
zazzaz
b19d2fc374
fix: correct bundle export (#630)
* fix: correct bundle export

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-20 20:24:16 +08:00
Ryan2128
f4f1e80e6c
fix(pagination): fix page-size not update in UI when props changed (#631) 2020-11-19 21:44:22 +08:00
JeremyWuuuuu
2e9775de2d fix(pagination): pagination-not-emitting-size-change 2020-11-13 14:15:22 +08:00
hangzou
e8c162ea72
fix: fix rollup module (#434)
* fix(build): fix some export & import path

* fix(build): build utils

* fix: fix error import

* fix(build): fix import error

* fix(build): remove useless dependent

* fix(build): fix build command error
2020-10-20 11:45:44 +08:00
zouhang
c6e8c5c45e build(core): fix some type error 2020-10-09 20:24:53 +08:00
PannanaAlex
cc2ab5c417
feat: add pagination (#195)
* feat(component): add type 'pagination' for form usage #120

* feat(pagination): optimize pagination code

* fix(pagination): optimize code

* feat(component): add type 'pagination' for form usage #120

* feat(pagination): optimize pagination code

* fix(pagination): optimize code

* feat(pagination): update component

Co-authored-by: pannana <pannana@ucloud.cn>
Co-authored-by: zouhang <zouhang@didiglobal.com>
2020-10-09 12:04:25 +08:00