deps: hello moment (#2887)

* deps: upgrade TimePicker

* deps: upgrade DatePicker

* deps: upgrade Calendar

* fix: moment should work with LocaleProvider

* feat: update API of TimePicker

* feat: update Calendar's APIs

* feat: update DatePicker's APIs

* doc: update demo

* revert: add dateString and timeString and so on

* feat: add Calendar[defaultValue]

* feat: add defaultPickerValue

* docs: update docs about date picker

* feat: set moment locale to zh-cn automatically
This commit is contained in:
Benjy Cui
2016-09-09 13:55:21 +08:00
committed by 偏右
parent 4b9d63d08d
commit 4026221d45
44 changed files with 319 additions and 357 deletions

View File

@@ -1,10 +1,11 @@
{
"compilerOptions": {
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"target": "es6"
},
"exclude": [
"node_modules"
]
}
}