yiminghe
9a0d751f94
refactor to typescript
2016-06-22 13:19:48 +08:00
afc163
3c408e0d22
Improve transfer perfermance, close #2112
2016-06-21 17:41:39 +08:00
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
2016-06-06 13:54:10 +08:00
RaoHai
a243d32dff
remove typeof props.rowKey
2016-06-02 16:15:19 +08:00
RaoHai
d0532db3d7
add rowKey props to Transfer
...
+ close #1900
2016-05-30 17:02:08 +08:00
Leon Shi
6a0c21f202
Add demo of custom render for Transfer item
2016-05-18 15:57:09 +08:00
jasonslyvia
f4a3b64e14
feat(transfer): add custom render support
2016-05-17 20:23:33 +08:00
Benjy Cui
8842d9342a
site: update components' type
2016-05-16 15:41:55 +08:00
Benjy Cui
ecaa6c56c3
style: enable comma-dangle
2016-05-11 09:32:33 +08:00
RaoHai
190aba24ee
Transfer Datasource 和 CheckedKeys 逻辑修改 ( #1590 )
...
* Transfer Datasource 和 CheckedKeys 逻辑修改
+ close #1587
+ 当 Transfer 的 Datasource 变化时,会移除组件的 CheckedKeys 中已不在
Datasource 中的 key
* remove leftDataSource and rightDatasource from this.state
2016-05-06 12:09:26 +08:00
afc163
03cb74ead5
upgrade eslint-config-airbnb version and fix some problems
2016-04-29 12:13:27 +08:00
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
2016-04-27 20:44:36 +08:00
afc163
8a9a1d2334
fix checkbox style
2016-04-15 23:34:40 +08:00
Benjy Cui
9d95313d03
chore: suppress warning
2016-04-14 11:22:53 +08:00
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
2016-04-01 10:08:19 +08:00
Benjy Cui
d5a6932c15
docs: update documentation format
2016-03-31 14:17:09 +08:00
Benjy Cui
03d09b66e8
docs: update demo format
2016-03-31 09:40:55 +08:00
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
2016-03-30 17:06:19 +08:00
afc163
590692d101
Merge branch 'develop-1.0.0' of github.com:ant-design/ant-design into develop-1.0.0
2016-03-29 17:37:31 +08:00
afc163
ba8d9b7dc3
Merge branch 'master' into develop-1.0.0
2016-03-29 17:36:58 +08:00
afc163
3eb52e5498
fix a stupid className error
2016-03-29 17:19:31 +08:00
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
2016-03-29 13:01:10 +07:00
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.
2016-03-28 20:36:11 +07:00
Bruce Mitchener
50a2163518
Don't directly import Component, use React.Component.
...
This is another step towards making the code internally consistent.
2016-03-26 16:22:39 +07:00
Bruce Mitchener
5c5d94c4f9
Typo fix: Incorrect capitalization.
2016-03-25 10:52:27 +07:00
afc163
2fa1d0f9a5
Add component locale support for Transfer
2016-03-10 10:32:50 +08:00
afc163
400b7b8a27
Add notFountContent for transfer, close #1142
2016-03-07 12:01:49 +08:00
afc163
dea88ba37e
Fix transfer searchPlaceholder
2016-03-07 11:57:51 +08:00
afc163
80baae87cd
Fix Object.assign via spread operator
2016-02-23 16:28:41 +08:00
Benjy Cui
7668473f17
style: update demo's code style
2016-02-22 16:34:16 +08:00
Benjy Cui
c1659c2ce3
style: update code style to please lint
2016-02-22 10:52:30 +08:00
Benjy Cui
29825f20c8
style: update code style to please lint
2016-02-17 18:04:42 +08:00
afc163
949f6f1a12
fix eslint of no-unneeded-ternary
2016-02-06 15:54:39 +08:00
afc163
6327220266
Improve Transfer onChange, close #972
2016-02-01 14:07:17 +08:00
afc163
31ae114a19
fix(transfer): fix compatibility es2015 function, close #944
2016-01-27 16:46:42 +08:00
afc163
a16903009e
merge from master
2016-01-13 22:22:33 +08:00
afc163
033acfd0f4
Fix transfer search
2016-01-13 16:28:36 +08:00
Benjy Cui
aa5c4f9595
style: update code style to please lint
2016-01-11 09:49:31 +08:00
Benjy Cui
b72d18fd44
style: update code style to please the fucking lint
2016-01-11 09:49:30 +08:00
Benjy Cui
209170e813
style: update demo code style to please lint
2016-01-11 09:49:30 +08:00
Benjy Cui
711d2d7413
style: update code style to please lint
2016-01-11 09:49:30 +08:00
afc163
9f48f665a6
Add animation for transfered item
2015-12-29 15:48:51 +08:00
afc163
91bd7f22c0
use mountNode replace the long getElementById
2015-12-29 12:08:58 +08:00
afc163
4564324621
improve transfer demo code style
2015-12-28 11:03:58 +08:00
afc163
c45c6877f8
fix lint problems
2015-12-27 16:20:59 +08:00
afc163
5f3b38a38c
fix import file extentions
2015-12-25 17:53:35 +08:00
afc163
47ac6720e3
update demos
2015-12-24 20:49:10 +08:00
afc163
30d74aa7d5
update transfer info
2015-12-24 20:47:09 +08:00
afc163
706009f2be
improve transfer
2015-12-24 17:44:54 +08:00
afc163
335d526dcc
update transfer opertion buttons
2015-12-24 15:52:49 +08:00
afc163
5c9a75c8bc
update transfer operation className
2015-12-24 15:31:03 +08:00
afc163
50565eef0f
improve transfer operation implement
2015-12-24 15:23:26 +08:00
afc163
7156c7526d
update transfer style and demos
2015-12-24 14:56:48 +08:00
Daqi Song
509a368e56
fix comments
2015-12-23 23:12:20 +08:00
Daqi Song
7b8007087a
fix style issues, enhance demos
2015-12-23 22:59:42 +08:00
Daqi Song
24975d1d15
add box width
2015-12-23 20:05:55 +08:00
Daqi Song
a7f010dd36
add key, modify default props
2015-12-23 19:50:44 +08:00
Daqi Song
41ba920fd7
add filter function
2015-12-23 19:41:56 +08:00
Daqi Song
765ce7bb67
change api
2015-12-21 15:29:02 +08:00
Daqi Song
0e82e14030
fix demo
2015-12-18 09:05:02 +08:00
Daqi Song
45f01f1f26
update style
2015-12-17 16:08:16 +08:00
Daqi Song
f913542626
fix style
2015-12-16 23:02:49 +08:00
daqi.sdq
2850804feb
modify api
2015-12-15 17:08:34 +08:00
daqi.sdq
779d904f53
add search and operation funcation
2015-11-26 16:07:11 +08:00
Daqi Song
38b51372e6
move mock data to demo
2015-11-26 11:18:37 +08:00
Daqi Song
27dc9bc853
init transfer
2015-11-25 23:17:06 +08:00