Commit Graph

35 Commits

Author SHA1 Message Date
笨木头
b43282437c refactor: datePicker, update demo doc (#139)
* refactor: datePicker, update demo doc

* docs: fix the number of picker kinds

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-22 11:24:12 +08:00
笨木头
b24def25a3 refactor: overlay and tooltip (#135)
* refactor: overlay and tooltip

* refactor: getOverlayTop/getOverlayLeft
2020-05-21 12:21:22 +08:00
Zhuangkh
3e86809a9c feat:Add component Tooltip (#131)
* feat:Add AntTooltip

* Update Tooltip.razor.cs

Co-authored-by: 笨木头 <musicvs@163.com>
2020-05-19 22:34:09 +08:00
笨木头
7f8d65062b feat: add SubMenuTrigger(internal component) (#127)
* feat: add SubMenuTrigger(internal component)

* refactor: delete redundant comments

* feat(module: sub-menu): fix animation

* refactor: delete debug code

* refactor: delete debug code

* fix: style of menu

* fix(module: overlay): delete element error on dispose

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-19 20:35:48 +08:00
zxyao
042694b96f feat: add component message (#128)
* feat: add component message

* fix: then interface and demo bugs

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-05-19 20:08: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
James Yeung
29c965f78d docs: add demo code copy (#121) 2020-05-16 23:27:40 +08:00
zxyao
68d9743fe3 refactor(notification): using a common global container (#116)
* refactor: using a common global container

* refactor: notification remove instance
2020-05-16 16:52:44 +08:00
James Yeung
071f3b3679 feat: add component result (#113)
* feat: add component result

* docs: fix api property
2020-05-14 16:26:21 +08:00
ElderJames
994aed2a7a docs: fix error in for silder demo pages 2020-05-13 13:45:49 +08:00
zxyao
cd73cf1cdd feat: add component notification (#99)
* feat: add notification

* fix: onclick event trigger on onclise on server rendering

* fix: notification no longer requires container

* fix: convert OnClick and OnClose type to event
2020-05-10 22:43:58 +08:00
James Yeung
9351a35072 docs: refactor the layout closer to the official document (#100)
* docs: add cli for building demo structured file

* docs: cli improvement

* docs: generate demo page

* fix: style of components page

* docs: add prism to mack source code highlight

* feat: add menu2json command for cli

* fix: markdown highlight

* feat: fetch menu data from cli output files

* fix: cli

* docs: add avatar demo

* docs: add button demos

* docs: add component-scope style

* docs: fix style

* docs: add badge demos

* fix: rebase conflict

* docs: refactor layout

* docs: fix navigation

* docs: fix rebase conflict

* docs: add AntAffix for sider menu

* docs: fix affix error

* docs: fix rebase confilct
2020-05-10 15:42:02 +08:00
Brian Ding
0e8669a982 feat: add component affix (#98)
* feat(module: affix): add component affix

* feat(module: affix): implement container target
2020-05-10 01:35:22 +08:00
笨木头
b1c9783edb feat: add Dropdown (#93)
* feat: add onmouseleave/onmouseenter event

* feat: add js function

* feat: add dropdown

* feat(module: menu): support set PrefixCls from parent

* docs: add dropdown demo

* refactor(module: dropdown): remove log code

Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
2020-05-09 11:09:07 +08:00
笨木头
5e1c2f21e5 feat: add js methods (#92)
* feat: add js methods

* style: formatting
2020-05-03 17:22:33 +08:00
笨木头
869af0a877 feat: add DatePicker and TimePicker (#85)
* feat(module: date-picker): add AntDatePicker

* feat(module: date-picker): add AntTimePicker

* docs(module: date-picker): add demos
2020-04-28 15:56:56 +08:00
ElderJames
8257c759bb fix: clean many warnings 2020-04-24 18:32:50 +08:00
James Yeung
cc9e2df41c refactor: standardized code specification (#82)
* refactor: standardized code specification

* fix: rebase conflict
2020-04-23 17:13:56 +08:00
Brian Ding
035e418072 fix: AddEventListener method (#81)
* chore: update js addEventListener & stringify event args

* two blanks indent
2020-04-22 19:37:06 +08:00
ElderJames
bf70deccb2 feat: add router-based localization (#57) 2020-03-30 14:33:39 +08:00
GarvinTan
cf2a0785d6 feat: add back-top (#53)
* feat : add back to top

* Feat: update back-to-top onclick interop

* feat: append back-top class setter

* feat: update back-tp classMapper

* feat: update back-top dom architecture
2020-03-27 17:24:16 +08:00
James Yeung
efff2a95a5 docs: remove httpclient extension methods (#40) 2020-03-25 13:08:53 +08:00
James Yeung
2d801c6c53 feat: add component radio (#36)
* feat: add component radio

* feat: add radio-group
2020-03-25 00:32:26 +08:00
James Yeung
7ab67d1bea feat: add drawer (#28)
* feat: add drawer

* feat(module:drawer): add setup for placementchange
2020-03-22 21:24:41 +08:00
ElderJames
21c008690b feat: add grid 2020-03-15 23:54:48 +08:00
Bin Dong
46ca380a11 feat(typography): polish typograph copy related functions. (#16)
* doct: Add DemoCard component

* doc: Update Button demo page.

* doct: Add DemoCard component

* feat:(typography)( Add copyable icon render and corresponding trial functions.
Add a console.log() wrap up for jsinterop testing.
Temporarily use log instead of copy before copy is implemented.
Add copyable demo in demo project.

* feat (typography): polish typograph copy related functions.

* doct: Add DemoCard component

* feat:(typography)( Add copyable icon render and corresponding trial functions.
Add a console.log() wrap up for jsinterop testing.
Temporarily use log instead of copy before copy is implemented.
Add copyable demo in demo project.

* feat (typography): polish typograph copy related functions.
2020-03-12 16:35:23 +08:00
Bin Dong
73d323e428 feat(module:paragraph): add paragraph copy feature (#14)
* doct: Add DemoCard component

* doc: Update Button demo page.

* doct: Add DemoCard component

* feat:(typography)( Add copyable icon render and corresponding trial functions.
Add a console.log() wrap up for jsinterop testing.
Temporarily use log instead of copy before copy is implemented.
Add copyable demo in demo project.
2020-03-12 13:00:54 +08:00
ElderJames
621fa50cc4 docs: make menu dynamic 2020-03-11 17:35:30 +08:00
ElderJames
127f7cccf4 docs: add htmlRender & markdown component 2020-03-11 17:15:15 +08:00
ElderJames
ea7b14d658 refactor: getDom funciton 2020-03-11 16:49:25 +08:00
ElderJames
2823e82f45 refactor: domEventService 2020-03-11 16:40:07 +08:00
ElderJames
330df0b4cd fix: fix prefix of types 2020-03-10 17:42:13 +08:00
ElderJames
e8ddcf1278 feat: add gulp task for typescript 2020-03-10 15:25:45 +08:00
BenLampson(赵元源)
e262b39808 fix(module:layout&menu) fix some bugs in layout and menu (#6)
* feat:
1.add the "longBodyMode" parameter to AntLayoutSider.
2.add the "longContentMode" parameter to antlaycontent
3.add the self-adaption mode to side bar.
fix:
1.fix doc project page layout.
2.set the default width value, cause if use forgot set this value, there throw the nullreference exception.
3.fix the user set 100% or xxxVH etc. the old style will add the px end of string.
style:
1.fix the menu margin, you will found that you lost one menu item which lastest in list.
2.add the footer to main layout
refactor:
1.Hide the adWidth

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-03-09 22:32:06 +08:00
ElderJames
7d15f20674 refactor: refactor the directory structure to match ant-design 2020-03-05 12:17:50 +08:00