Bin Dong
|
d99f4f35a8
|
feat: add localization option to DatePicker (#206)
* feat: add localization option to DatePicker
* fix(module: datepicker): fix formatting issue
* fix: fix Week/Year panel miss matching
fix picker not update when setting CultureInfo
fix ShortWeekDays names and order
* fix: fix binding of CultureInfo in datetime demos
Add globalization demo
* fix: datetime string format
Co-authored-by: ElderJames <shunjiey@hotmail.com>
|
2020-06-16 12:31:46 +08:00 |
|
笨木头
|
cf959decf9
|
feat: add calendar (#176)
* feat: refactor datePicker, add Calendar(basic)
* feat: add calendar and demos
* fix: timePicker format error
* fix: release comments
* refactor: replace @bind-Value with Value
* refactor: replace @bind-Value with Value
* fix: conflit
|
2020-06-03 10:24:16 +08:00 |
|
笨木头
|
c3b0b114e6
|
feat: add form(basic features) (#168)
* feat: add form(not complete yet)
* feat: add form(basic)
* refactor: change namespace
* feat(module: form): add onFinish, onFinishFailed, reset
* feat(module: form): add layout demo
* feat(module: form): update doc
* refactor: basic form
Co-authored-by: ElderJames <shunjiey@hotmail.com>
|
2020-06-01 14:09:28 +08:00 |
|
James Yeung
|
d16144ece0
|
refactor: remove the 'ant' prefix for some components that is already in demos (#162)
* refactor: button
* refactor: avatar
* refactor: alert
* fix: input group compact
|
2020-05-29 12:55:15 +08:00 |
|
ElderJames
|
97f920ab9a
|
refactor: change namespcae to AntDesign
|
2020-05-29 00:33:49 +08:00 |
|
James Yeung
|
4d2c77fec7
|
refactor: dropdown and menu (#126)
* feat: add mock browser
* docs: add mock browser
* docs: rename menu
* fix: style for submenu
* docs: add two menu demo
* fix: some errors
* fix(module:menu): openkeys
* docs: add switch-mode demo for menu
* docs(module:menu): finish demos
* docs(module: menu): add router demo
* docs: add new demos (#111)
* feat(module: datepicker): remove ant prefix
* feat(module: dropdown): remove ant prefix
* feat(module: empty): remove ant prefix
* feat(module: timepicker): remove ant prefix
* docs(module: datepicker): add new demos
* docs(module: dropdown): add new demos
* docs(module: empty): add new demos
* docs(module: timepicker): add new demos
* docs: remove old demo
Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
* refactor(module: dropdown): add overlay (#122)
* feat(module: dropdown): support left/right popup
* feat(module: submenu): use dropdown to popup
* feat: add overlay and trigger class(not complete yet)
* feat: add OverlayTrigger.cs
* feat: submenu support dropdown
* feat(module: overlay): prevent hide when child is showing
* fix(module: menu): prefixCls error
* feat(module: overlay-trigger): change function to virtual
* feat(module: dropdown): remove unuse class
* feat(module: sub-menu): set IsOpen to Visible
* refactor: change namespace
* refactor: use smartEnum
* fix: menu json
* fix: submenu open state
Co-authored-by: 笨木头 <musicvs@163.com>
Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
|
2020-05-18 14:46:42 +08:00 |
|