guoxin.zgx
3206196a7b
fix(component):fix translation for calendar component
9 years ago
Benjy Cui
8842d9342a
site: update components' type
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
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
11499d54d5
Merge branch master into develop-1.0.0
9 years ago
afc163
48f74fd5bd
fix missing Option ( #1521 )
9 years ago
Marshall Chen
972cfa7a8b
Missing Option const ( #1522 )
cause Option is not defined error
9 years ago
plandem
9af3e4fc55
ru locale ( #1411 )
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
afc163
eba37c9ef7
Add LocaleProvider support for Calendar
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
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
afc163
09b27ed288
warn => warning, close #1225
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
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
Benjy Cui
41ed04e977
style: update code style to please lint
9 years ago
Benjy Cui
aa5c4f9595
style: update code style to please 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
1e001d2d82
upgrade eslint-config-airbnb
9 years ago
afc163
91bd7f22c0
use mountNode replace the long getElementById
9 years ago
afc163
74036396fe
fix calendar switch, close #753
9 years ago
afc163
679d377e87
fix select error of calendar
9 years ago
afc163
c45c6877f8
fix lint problems
9 years ago
afc163
d759d1f489
Datepicker => DatePicker, Timepicker => TimePicker
9 years ago
afc163
16abf46071
Fix markdown eslint errors, update .eslintrc
9 years ago
yiminghe
697fb5d8f9
add locale for calendar
9 years ago
yiminghe
162bcf3aca
upgrade calendar
9 years ago
血诺
37437014ae
add header select minWidth style
9 years ago
afc163
d907ce62da
better code style
9 years ago
血诺
d517a2d030
fix mode change when click month cell
9 years ago
afc163
652195c9f7
Fix calendar controlled value
9 years ago
afc163
e54cd51162
make calendar value can be changed from outside
9 years ago
afc163
081be0c842
Add notice calendar demo
9 years ago
afc163
077f7de4ba
improve calendar style
9 years ago
afc163
5540ac7c9c
type => mode
9 years ago
afc163
cf48526655
props.value is original Date object now
9 years ago
afc163
e8bc6f58ba
rm NoteList, it should be in demo
9 years ago
afc163
4b4b2dbe36
custom render demo
9 years ago
afc163
756cea0524
typo
9 years ago
afc163
1dadd262b9
update calendar
9 years ago
血诺
4c50d5caf2
docs add onTypeChange
9 years ago
血诺
62bc47300a
add onTypeChange
9 years ago
血诺
522c3fb0e7
remove selected cell style
9 years ago
血诺
1ec5bbb66f
fix details
9 years ago
血诺
d950c63c80
improve calendar
9 years ago