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
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
afc163
400b7b8a27
Add notFountContent for transfer, close #1142
9 years ago
afc163
dea88ba37e
Fix transfer searchPlaceholder
9 years ago
afc163
80baae87cd
Fix Object.assign via spread operator
9 years ago
Benjy Cui
7668473f17
style: update demo's code style
9 years ago
Benjy Cui
c1659c2ce3
style: update code style to please lint
9 years ago
Benjy Cui
29825f20c8
style: update code style to please lint
9 years ago
afc163
949f6f1a12
fix eslint of no-unneeded-ternary
9 years ago
afc163
6327220266
Improve Transfer onChange, close #972
9 years ago
afc163
31ae114a19
fix(transfer): fix compatibility es2015 function, close #944
9 years ago
afc163
033acfd0f4
Fix transfer search
9 years ago
Benjy Cui
aa5c4f9595
style: update code style to please lint
9 years ago
Benjy Cui
b72d18fd44
style: update code style to please the fucking lint
9 years ago
Benjy Cui
209170e813
style: update demo code style to please lint
9 years ago
Benjy Cui
711d2d7413
style: update code style to please lint
9 years ago
afc163
9f48f665a6
Add animation for transfered item
9 years ago
afc163
91bd7f22c0
use mountNode replace the long getElementById
9 years ago
afc163
4564324621
improve transfer demo code style
9 years ago
afc163
c45c6877f8
fix lint problems
9 years ago
afc163
5f3b38a38c
fix import file extentions
9 years ago
afc163
47ac6720e3
update demos
9 years ago
afc163
30d74aa7d5
update transfer info
9 years ago
afc163
706009f2be
improve transfer
9 years ago
afc163
335d526dcc
update transfer opertion buttons
9 years ago
afc163
5c9a75c8bc
update transfer operation className
9 years ago
afc163
50565eef0f
improve transfer operation implement
9 years ago
afc163
7156c7526d
update transfer style and demos
9 years ago
Daqi Song
509a368e56
fix comments
9 years ago