afc163
a516358298
Fix wired Transfer repaint problem in IE or Edge
close #9697
https://stackoverflow.com/q/27947912/3040605
6 years ago
Wei Zhu
2a5479a524
Fix type errors
Close #9988
7 years ago
Wei Zhu
54b1715d2a
Improve Transfer type definitions.
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
Wei Zhu
a3c3ec8070
Fix types and lint
7 years ago
Benjy Cui
8173007402
fix: filterOption of Transfer should be optional, close : #6856
7 years ago
paranoidjk
ba168b826f
refactor: use spread operator replace object-assign ( #6677 )
8 years ago
afc163
ac660d9f3c
Fix transfer search bug, close #5631
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
paranoidjk
f2e19c16be
fix(transfer): checkall should response to filter result; fix #4654 ( #4665 )
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
Benjy Cui
d7498c0af6
Test transfer ( #4191 )
* refactor: use Checkbox directly
* test: add test case 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
6b0c34bb24
fix tslint
8 years ago
Wei Zhu
bd55d21f83
style: Fix jsx-no-multiline-js ( #3994 )
* Fix jsx-no-multiline-js
* TimePicker addon test
* Transfer search test
8 years ago
afc163
9183ef0ede
Fix Transfer notFound, close #3996
8 years ago
Wei Zhu
52f6f992b3
style: Fix jsx self close, #3966 ( #3968 )
8 years ago
Wei Zhu
ccbebe60cc
style: Fix jsx alignment, #3966 ( #3967 )
8 years ago
afc163
733a4cdc40
remove default chinese text in Transfer ( #3768 )
8 years ago
afc163
afb49f95d0
separate item component
8 years ago
afc163
e253cce993
change react-lazy-load default props
8 years ago
afc163
7373ce0758
Add react-lazy-load for Transfer perfermance, close #2860
8 years ago
afc163
20bbf43ccd
Fix Transfer ssr bug, close #3686
8 years ago
Wei Zhu
f8d2aeefc3
refactor: Replace react-addons-pure-render-mixin with rc-util/lib/PureRenderMixin ( #3627 )
8 years ago
Benjy Cui
e9111a855f
refactor: remove propTypes in private components
8 years ago
Benjy Cui
08e21e0a2f
refactor: close : #3490
8 years ago
Benjy Cui
a987e34f6f
fix: Transfer[title] should follow LocaleProvider, ref: #3264 ( #3318 )
8 years ago
Benjy Cui
31615c9793
feat: support disabled item for Transfer, close : #3038 ( #3044 )
* feat: support disabled item for Transfer, close : #3038
* refactor: Transfer
8 years ago
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
8 years ago
afc163
175438ec8c
fix tslint
8 years ago
afc163
7e77489c8e
Fix ts errors in Transfer
8 years ago
afc163
2e4d09c68e
Fix types
8 years ago
偏右
de359d2cf7
fix tslint problems ( #2360 )
8 years ago
yiminghe
94706f1d2c
fix ts
9 years ago
Gray Choi
3a36d65c5e
rewrite in typescript
#1846
- [x] Carousel
- [x] Cascader
- [x] Transfer
- [x] Tree
-Tree
-checkable is boolean type, instead of assigning a ReactElement to it,
I use Ternary Operators.
9 years ago
Gray Choi
fb9a6963a3
rewrite in typescript
#1846
- [x] Carousel
- [x] Cascader
- [x] Transfer
- [x] Tree
-Tree
-checkable is boolean type, instead of assigning a ReactElement to it,
I use Ternary Operators.
9 years ago
Mr.Tone
85141db724
Transfer 组件在render后,马上unmount会报setState错误 ( #2206 )
* Transfer 组件在render后,马上unmount会报setState错误
如题
* _t => timer
9 years ago
yiminghe
9a0d751f94
refactor to typescript
9 years ago
afc163
3c408e0d22
Improve transfer perfermance, close #2112
9 years ago
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
9 years ago
jasonslyvia
f4a3b64e14
feat(transfer): add custom render support
9 years ago
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
9 years ago
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
9 years ago
afc163
8a9a1d2334
fix checkbox style
9 years ago
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
9 years ago
Bruce Mitchener
71594b0e5c
Remove manual binding for 'this'.
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.
This makes all existing ES2015 class usages in components use the
same mechanism for binding.
9 years ago
Bruce Mitchener
50a2163518
Don't directly import Component, use React.Component.
This is another step towards making the code internally consistent.
9 years ago
Bruce Mitchener
5c5d94c4f9
Typo fix: Incorrect capitalization.
9 years ago
afc163
2fa1d0f9a5
Add component locale support for Transfer
9 years ago