lxnxbnq
bde17425a0
fix( #11119 ): fix Transfer listStyle support function callback ( #19330 )
* fix(#11119 ): fix Transfer listStyle support function callback
* fix(#11119 ): fix Transfer listStyle support function callback
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
zombieJ
81d8eb8afe
feat: ConfigProvider support locale ( #17816 )
* ConfigProvider support locale
* update docs
* update category
* clean up
* moving locale
* update check script
* update related code
* add test case
* demo link
* update doc
* hide one rule of md with eslint
* update error link
5 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
zombieJ
543b620dd2
feat: Support Transfer render ( #16026 )
* clean up
* refactor select all logic
* omit old api to render children
* add search
* remove useless code
* fix logic
* Table demo
* update demo
* fixed min-height
* fix normal style
* style update
* update snapshot
* update snapshot
* update version
* update doc
* update md desc
* update test case
* fix test typo
* update demo
* update snapshot
* typescript correction
* update docs
* add Tree Transfer demo
* default expand all
* update demo
6 years ago
afc163
da6662562b
⚡ refactor some code after #15254
6 years ago
zy410419243
774cbf92e0
chore: export with polyfill
6 years ago
zy410419243
63616479ec
refactor: update lifecycle method for Transfer
6 years ago
zombieJ
4d1a998246
add component param in warning ( #15078 )
* add component param in warning
* update snapshot
6 years ago
zombieJ
2164c58198
New Component: Empty ( #13651 )
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
zombieJ
ca080ac6ea
Transfer support onSearch ( #12422 )
* add onSearch
* add warning
* update doc
* add test case
* add legacy onSearchChange test
6 years ago
zombieJ
f9dd709e2f
Transfer support disabled ( #12084 )
6 years ago
y-take
6f443be4d5
Feat(Transfer): Allow to specify item-unit ( #11348 )
* Add itemUnit, itemsUnit props
* Add document
* Integrate locales
* Keep old locale props still working.
6 years ago
Wei Zhu
064bfaf554
Add @types/prop-types
6 years ago
Eduardo Ludi
6d610de157
Adds support for custom styles in Transfer and Transfer operation.
7 years ago
Zheeeng
8b420c41bb
Fix typo ( #10582 )
* Fix typo: splited -> separated
* Fix typo: splited -> separated
7 years ago
GauravV-02
fffde2d836
Resolved type name collisions ( #8605 )
7 years ago
Wei Zhu
54b1715d2a
Improve Transfer type definitions.
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
Benjy Cui
e5699aff68
fix: should not import moment while useless, close : #8013
7 years ago
Benjy Cui
7ea572bfc8
refactor: extract common locale logic ( #7915 )
7 years ago
afc163
cf788d7b4d
Fix TransferProps targetKeys inside Form decorator, close #7807
7 years ago
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
7 years ago
ChaXinyu
14e2a56b75
export components interface ( #7654 )
* export components interface
* export specific props
* fix formItem missed import
7 years ago
afc163
2feef3358c
Fix transfer lazy doc, close #7520
7 years ago
Benjy Cui
8173007402
fix: filterOption of Transfer should be optional, close : #6856
7 years ago
Benjy Cui
0e5431d21b
deps: upgrade antd-tools and code style
8 years ago
Benjy Cui
a081100cdc
refactor: simplify code
8 years ago
wangtao0101
58922a34c6
fix bug #6075 ( #6088 )
* fix bug #6075
* add test for PR #6088
* remove test.only
8 years ago
Tyler
919cb22eb7
Use the prop-types package from npm instead of React.PropTypes ( #6057 )
* Use the prop-types package from npm instead of React.PropTypes
* Remove using of PropTypes from React in docs and site
8 years ago
wangtao0101
0d070d3763
refactor: improve performance of Transfer #5997 ( #6001 )
* fix bug #5997
* change order for review
8 years ago
afc163
c8d9e64809
Fix Transfer selection when searching text, close #5993
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
Benjy Cui
8f81594f91
Refactor: introduce injectLocale ( #5289 )
* refactor: extract injectLocale and refactor Pagination, ref: #5103
* refactor: use injectLocale in Popconfirm, ref: #5103
* refactor: use injectLocale in TimePicker
* refactor: use injectLocale in Transfer
* refactor: use injectLocale in TreeSelect
* refactor: remove useless code in AutoComplete
* test: update snapshot
8 years ago
Benjy Cui
00cdb7d888
feat: support Transfer[onScroll], close : #4188 ( #5084 )
8 years ago
tianli.zhao
85ca5ed5ea
[WIP] filter the disabled options ( #4981 )
filter the disabled options
8 years ago
陆离
f54e822930
feat: Transfer on search change ( #4464 )
* add `onSearchChange(direction: 'left'|'right') => void ` of Transfer
* typo
8 years ago
Benjy Cui
d7498c0af6
Test transfer ( #4191 )
* refactor: use Checkbox directly
* test: add test case for Transfer
8 years ago
Benjy Cui
000085eb36
style: update code style for Transfer
8 years ago
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
8 years ago
afc163
b69fd4bf9f
fix lints
8 years ago
afc163
733a4cdc40
remove default chinese text in Transfer ( #3768 )
8 years ago
Benjy Cui
7042e09a99
feat: add controlled property Transfer[selectedKeys], close : #3729
8 years ago
Benjy Cui
b39d96ec75
refactor: make variables' name meaningful
8 years ago
afc163
7373ce0758
Add react-lazy-load for Transfer perfermance, close #2860
8 years ago