afc163
cd98aab871
Fix transfer list item overflow style, close #2674
8 years ago
afc163
47311313ab
Fix transfer line-height inside FormItem
8 years ago
afc163
175438ec8c
fix tslint
8 years ago
afc163
7e77489c8e
Fix ts errors in Transfer
8 years ago
Benjy Cui
6687c12b82
feat: support Transfer[filterOption], close : #2324
8 years ago
Benjy Cui
37a3861c65
docs: sync, ref: #2607
8 years ago
Marius Ileana
c8f2793ec3
docs: Review of transfer / index.en-US.md ( #2607 )
8 years ago
Marius Ileana
05ba63bccc
docs: Review of transfer / demo / advanced.md ( #2608 )
8 years ago
Benjy Cui
95c353de63
docs: sync, ref: #2609
8 years ago
Marius Ileana
77940b77f0
docs: Review of transfer / demo / basic.md ( #2609 )
8 years ago
lixiaochou077
6f620b0e91
docs: translate transfer ( #2586 )
8 years ago
afc163
e7f6f4b869
Fix Transfer search and check all behavious, close #2396
8 years ago
afc163
138a7a9c54
fix code style
8 years ago
afc163
2e4d09c68e
Fix types
8 years ago
afc163
2e41e35cc6
Fix more tslint problems
8 years ago
偏右
de359d2cf7
fix tslint problems ( #2360 )
8 years ago
afc163
45db4cab50
improve props passing
9 years ago
ddcat1115
47230e4a32
fix #2258 for `transfer`
9 years ago
yiminghe
94706f1d2c
fix ts
9 years ago
afc163
4ecb639863
Improve transfer clear icon style
9 years ago
afc163
08311314ee
Fix a Transfer perfermance issue of repeat render ( #2112 )
9 years ago
afc163
2b9c07a741
simplify Transfer search logic and fix search bugs ( #2260 )
9 years ago
afc163
8bf0a7e7f7
update demo
9 years ago
afc163
90f499f0a9
do not clear selected item when search in Transfer
close #2290
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
8324a2c3c1
Transfer 组件在render后,马上unmount会报setState错误 ( #2206 )
* Transfer 组件在render后,马上unmount会报setState错误
如题
* _t => timer
9 years ago
Mr.Tone
85141db724
Transfer 组件在render后,马上unmount会报setState错误 ( #2206 )
* Transfer 组件在render后,马上unmount会报setState错误
如题
* _t => timer
9 years ago
afc163
089f1ae512
update components category name
9 years ago
afc163
cc2b65c815
update transfer demo
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
RaoHai
a243d32dff
remove typeof props.rowKey
9 years ago
RaoHai
d0532db3d7
add rowKey props to Transfer
+ close #1900
9 years ago
Leon Shi
6a0c21f202
Add demo of custom render for Transfer item
9 years ago
jasonslyvia
f4a3b64e14
feat(transfer): add custom render support
9 years ago
Benjy Cui
8842d9342a
site: update components' type
9 years ago
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
9 years ago
RaoHai
190aba24ee
Transfer Datasource 和 CheckedKeys 逻辑修改 ( #1590 )
* Transfer Datasource 和 CheckedKeys 逻辑修改
+ close #1587
+ 当 Transfer 的 Datasource 变化时,会移除组件的 CheckedKeys 中已不在
Datasource 中的 key
* remove leftDataSource and rightDatasource from this.state
9 years ago
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
9 years ago
afc163
0ca6a1c24a
css modularize ( #1448 )
* css modularize
* Add alert style
* Move more component style
* Move iconfont to common style
* Move layout style
* Move more component style
* Move all components
* Fix lots of mixin deps
* remove css-prefix from less
* fix a button icon style bug
* restructure
* fix index
* add dist
* fix jest
* fix some components style
* clean webpack config
* check more components style
* update tabs
* update scripts
* update scripts
* fix form style
* fix more style
* Fix select width
* Fix form and tabs style
9 years ago
afc163
8a9a1d2334
fix checkbox style
9 years ago
Benjy Cui
9d95313d03
chore: suppress warning
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
9 years ago
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
9 years ago
afc163
3eb52e5498
fix a stupid className error
9 years ago
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
9 years ago