James Yeung
e13544c244
chore: sync ant-design v4.2.4 ( #125 )
2020-05-18 14:49:23 +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
zxyao
45b02d2b57
fix(module: notification): different render behavior in wasm and server ( #124 )
2020-05-18 00:15:58 +08:00
James Yeung
29c965f78d
docs: add demo code copy ( #121 )
2020-05-16 23:27:40 +08:00
James Yeung
063f2759bd
chore: sync ant-design v4.2.3 ( #120 )
2020-05-16 23:21:59 +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
442096dda0
feat: add component space ( #115 )
2020-05-15 19:19:49 +08:00
James Yeung
83ef34b5f9
feat: add component spin ( #114 )
...
* feat: add component spin
* docs: finish spin demo
* fix: re
2020-05-15 14:31:12 +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
efb08fa710
docs: add links
2020-05-14 10:26:11 +08:00
ElderJames
994aed2a7a
docs: fix error in for silder demo pages
2020-05-13 13:45:49 +08:00
lindexi
671fff979c
refactor: Fix multi thread unsafe use method ( #107 )
...
When judging whether the value exists, the value still exists. But when getting the value, the value is killed by other threads
2020-05-12 10:07:10 +08:00
lindexi
aa052fd53c
Remove unuse method ( #106 )
2020-05-12 10:06:12 +08:00
lindexi
79677ea4f5
Modify the method to judge the existence of the folder ( #105 )
2020-05-12 10:05:23 +08:00
James Yeung
a4fe7f8ea7
chore: sync ant-design v4.2.2 ( #109 )
2020-05-12 10:03:34 +08:00
James Yeung
6789f28400
chore: sync ant-design v4.2.1 ( #104 )
2020-05-11 21:47:35 +08:00
Brian Ding
dddabb8b2e
fix(module: affix): affix not working as root container updated ( #103 )
...
* fix(module: affix): affix not working as root container updated
* fix(module: affix): not listened to customize target scroll event
2020-05-11 14:09:05 +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
笨木头
ab58b3b429
fix: datepicker issue #94 ( #101 )
...
* fix(module: dropdown): fix bug of default show
* fix(module: datepicker): #94
Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
2020-05-10 17:33:09 +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
Zhuangkh
38023e6bcb
chore: update to rc 1 ( #97 )
2020-05-08 14:52:20 +08:00
Brian Ding
afc1f2b7bf
feat: add component carousel ( #96 )
...
* feat (module: carousel): add component carousel
* implmement acitvate carousel button
* update active slick
* feat(module: carousel): add DotPosition
* feat(module: carousel): add dot position demo
* feat(module: carousel): implement fade in effect
* feat(module: carousel): animation for autoplay from last to the first
2020-05-06 17:33:11 +08:00
Setli
cdbdb820fb
feat: simple and basic list. ( #91 )
2020-05-03 21:46:21 +08:00
笨木头
5e1c2f21e5
feat: add js methods ( #92 )
...
* feat: add js methods
* style: formatting
2020-05-03 17:22:33 +08:00
James Yeung
f87e39aca0
chore: sync ant-design v4.2.0 ( #89 )
2020-04-30 10:55:54 +08:00
钟迪龙
0e3294305e
fix(module: date-picker): onselect error #88
2020-04-30 09:18:06 +08:00
Brian Ding
3e87202631
feat: add component slider ( #87 )
2020-04-30 01:21:06 +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
56cc0cc62f
chore: deploy docs to ant-design-blazor.github.io
2020-04-28 13:39:41 +08:00
ElderJames
22a9e0b92a
chore: transfer repo to org
2020-04-28 00:13:43 +08:00
James Yeung
374929d16d
chore: sync ant-design v4.1.5 ( #84 )
2020-04-26 10:41:53 +08:00
ElderJames
8257c759bb
fix: clean many warnings
2020-04-24 18:32:50 +08:00
ElderJames
27d1786044
chore: update to 3.2 preivew 5
2020-04-24 10:34:54 +08:00
ElderJames
26202a78f2
docs: fix link for contributors
2020-04-23 18:23:54 +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
James Yeung
25baec2cf8
chore: sync ant-design v4.1.4 ( #77 )
2020-04-20 10:04:24 +08:00
笨木头
bbb466c989
feat: add component empty and doc ( #78 )
...
* feat: add component empty
* docs: add empty doc
* feat(module:empty): add direction parameter
* feat(module:empty): change property to uppe
2020-04-20 10:03:32 +08:00
Brian Ding
22ef8b6545
feat (module: tabs): implement drag & drop ( #76 )
2020-04-16 20:53:03 +08:00
Brian Ding
41810622b3
feat: add component tabs ( #67 )
...
* fix autosize
* feat(module: tabs): add AntTabs
* chore(module:input): code improvement
* implement tab
* implement disable tab
* implement scroll tabs
* resume tabs demo page
* implement tabs prev/next calcaultion logic
* update nav bar render logic
* feat (module: tabs): implement rerender logic
* feat:(module: tabs): update render logic
* feat: (module: tabs): implement extra content
* feat(module: tabs): add panes dynamically
* feat(module: tabs): implement add tabs dynamically
* feat(module: tabs): implement remove tabs
* feat(module: tabs): Customized trigger of new tab
* fix(module: tabs): stop event propagation
* fix (module: tabs): close icon disappea
2020-04-16 12:05:59 +08:00
James Yeung
16df332a65
chore: sync ant-design v4.1.3 ( #73 )
2020-04-13 23:11:08 +08:00
Alsein
79b0709ff4
fix: add @commitlint/config-conventional to devDependencies ( #72 )
2020-04-13 13:06:01 +08:00
James Yeung
dd4b7af5f2
fix: npm deps for commit lints ( #71 )
2020-04-13 12:27:31 +08:00
James Yeung
9c3eb1e8cd
chore: sync ant-design v4.1.2 ( #70 )
2020-04-10 17:44:53 +08:00
Zhuangkh
4bdfe9bf0b
feat: add component Checkbox ( #69 )
...
* feat(module: checkbox): add AntCheckbox
* fix(module: checkbox): fix click bug
2020-04-10 16:05:39 +08:00
James Yeung
510a3f8c80
chore: sync ant-design v4.1.1 ( #65 )
2020-04-06 17:35:04 +08:00
ElderJames
462a242696
docs: add donation section in readme
2020-04-03 15:44:31 +08:00
Brian Ding
03fbdf7686
fix(module: input) fix textarea auto size ( #61 )
2020-03-31 21:23:25 +08:00