Commit Graph
90 Commits
Author SHA1 Message Date
afc163 f0995bd1e3 Merge 1.x-stable 2016-07-15 16:42:58 +08:00
afc163 e7f6f4b869 Fix Transfer search and check all behavious, close #2396 2016-07-15 15:07:31 +08:00
afc163 138a7a9c54 fix code style 2016-07-15 14:01:51 +08:00
afc163 2e4d09c68e Fix types 2016-07-13 18:04:38 +08:00
afc163 2e41e35cc6 Fix more tslint problems 2016-07-13 17:22:23 +08:00
偏右andGitHub de359d2cf7 fix tslint problems (#2360) 2016-07-13 11:14:24 +08:00
afc163 94fe25f1b3 Merge 1.x-stable 2016-07-08 17:31:03 +08:00
afc163 45db4cab50 improve props passing 2016-07-08 17:17:57 +08:00
afc163 f675b636cd Merge 1.x-stable 2016-07-08 16:34:02 +08:00
ddcat1115 47230e4a32 fix #2258 for transfer 2016-07-08 10:16:58 +08:00
yiminghe 94706f1d2c fix ts 2016-07-07 20:25:03 +08:00
afc163 4ecb639863 Improve transfer clear icon style 2016-07-07 18:45:14 +08:00
afc163 08311314ee Fix a Transfer perfermance issue of repeat render (#2112) 2016-07-07 18:42:59 +08:00
afc163 2b9c07a741 simplify Transfer search logic and fix search bugs (#2260) 2016-07-07 18:36:53 +08:00
afc163 8bf0a7e7f7 update demo 2016-07-07 18:09:17 +08:00
afc163 90f499f0a9 do not clear selected item when search in Transfer
close #2290
2016-07-07 18:07:48 +08:00
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.
2016-07-01 22:03:51 +09:00
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.
2016-07-01 21:52:17 +09:00
Mr.Toneandafc163 8324a2c3c1 Transfer 组件在render后,马上unmount会报setState错误 (#2206)
* Transfer 组件在render后,马上unmount会报setState错误

如题

* _t => timer
2016-06-28 20:01:44 +08:00
Mr.Toneand偏右 85141db724 Transfer 组件在render后,马上unmount会报setState错误 (#2206)
* Transfer 组件在render后,马上unmount会报setState错误

如题

* _t => timer
2016-06-28 20:01:02 +08:00
afc163 95351bfffa Merge branch '1.x-stable' 2016-06-27 19:31:38 +08:00
afc163 089f1ae512 update components category name 2016-06-27 18:21:12 +08:00
afc163 ef4c1a4749 Merge branch '1.x-stable' 2016-06-27 17:58:16 +08:00
afc163 cc2b65c815 update transfer demo 2016-06-27 14:53:42 +08:00
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
RaoHaiandafc163 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
afc163andBenjy Cui 2fa1d0f9a5 Add component locale support for Transfer 2016-03-10 10:32:50 +08:00