Commit Graph

187 Commits

Author SHA1 Message Date
笨木头
4a4dfcbd87 refactor(module: form): optimize performance (#284)
* refactor(module: form): optimize performance

* refactor: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 22:32:36 +08:00
Brian Ding
8c8a2e3a79 feat: add anchor component (#281)
* feat(module: anchor): add component anchor

* feat(module: anchor): add component anchor

* feat(module: anchor): implement OnScroll

* feat(module: anchor): activate anchorlink

* feat(module: anchor): implement basic demo

* feat(module: anchor): implement static demo

* feat(module: anchor): add OnClick & OnChange

* feat(module: anchor): implement demos

* feat(module: anchor): move IAnchor to folder anchor

* fix: click hash link

* feat(module: anchor): improve cascading value & fix active anchor highlight

* feat(module: anchor): cascading root/parent

* fix(module: anchor): highlight active anchor link

* fix: remove duplicated cascading value

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 22:03:31 +08:00
Zhuangkh
225358982e feat: add comment component (#80)
* feat:add AntComment

* refactor(comment): change namespcae to AntDesign

* docs: fix comment de
2020-06-30 15:25:21 +08:00
TimChen
8f00e1d393 feat: drawer support return value (#279)
* feat: drawer support return value

* feat: drawer supports return value

* feat: drawer support return value

* feat: drawer support return value

* docs: avoid duplicate names

* fix: demo

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 13:40:51 +08:00
BlazorPlus
fa310a664b refactor: tree node template (#278) 2020-06-29 23:24:21 +08:00
TimChen
f537cee4b5 feat: radio supports generics (#246)
* feat: radio supports generics

* fix: code format

* feat: radio supports form

* fix: radio button style

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-29 23:19:25 +08:00
Kieran Coldron
8605e1289e feat(module: table): add size, bordered option and footer/header (#269)
Signed-off-by: Epictek <kieran@coldron.com>
2020-06-29 15:52:28 +08:00
BlazorPlus
c67707a913 [WIP] feat: add AntTree (#112)
* feat:add AntTree

* tree - v0.2 , two mode

* feet: tree v0.2 , 2 mode

* feet:Tree

* refactor: set class on initialized

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-29 15:39:18 +08:00
James Yeung
afe8689084 fix(module: icon): click issue caused by StopPropagation (#274) 2020-06-29 13:30:44 +08:00
TimChen
97af3e080d fix(module: input-number): crash for decimal greater then operator (#262)
* fix: inputnumber use decimal error

* fix: #264

* fix: clean up the code

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-06-29 00:26:11 +08:00
笨木头
3243011e6b fix(module: tooltip): arrow does not appear (#265) 2020-06-29 00:15:37 +08:00
Zhuangkh
ce418494c3 feat: add popover (#263) 2020-06-29 00:15:03 +08:00
RVS
9e9c162015 feat: clearall method to clear all items in the list (#259)
* feat: clearall method to clear all items in the list

* fix: document

Co-authored-by: Ratomir Vukadin <ratomirvu@maestralsolutions.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-28 12:54:58 +08:00
Setli
4036be867d feat: add list resposive (#258)
* feat: add list resposive

* Remove the comments

Co-authored-by: Setli <set_li@163.com>
2020-06-28 12:44:43 +08:00
James Yeung
7b021638d9 fix: icon issues (#260)
* fix: icon issues

* fix: search suffix icon
2020-06-28 10:54:27 +08:00
liuhai
f914e6c4b3 feat: add auto-complete component (#251)
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-27 18:24:21 +08:00
TimChen
9d76e3f4d1 feat: input and inputNumber Supports generics (#238)
* feat: input and inputNumber Supports generics

* fix: remove debug code

* fix: inputNumber performance issues

* fix: number type limit and style

* fix: inputNumber code format optimization

* fix: inputnumber bug

* fix: inputnumber bug

* fix: drawer demo input generic

* fix: inputnumber Improve input experience

* fix: fix bugs

* fix: add some improvements

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-27 01:20:52 +08:00
James Yeung
16a5d2a770 fix(module: alert): icon and use ChildContent as description (#252) 2020-06-26 22:33:17 +08:00
zxyao
7eb9993711 refactor(module: notification): change type object to OneOf (#247) 2020-06-25 21:20:50 +08:00
TimChen
e1884c90b6 fix: performance improvements for forms (#245) 2020-06-25 19:23:16 +08:00
Meeleem
87adab6d13 fix(module: progress): invalid parameter "StrokeWidth" (#244) 2020-06-25 01:23:46 +08:00
James Yeung
b8c88c84df refactor: use httpclient factory (#243) 2020-06-24 12:14:17 +08:00
zxyao
db64810a20 feat: add DrawerService (#241)
* refactor: change confirm return

* feat(module: drawer): add DrawerService

* fix: change type EventCallback in configs to Func

* fix: typo

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-23 15:19:44 +08:00
James Yeung
b9f8da09ae chore: sync ant-design v4.3.5 (#240) 2020-06-21 23:15:22 +08:00
James Yeung
cae7e144b3 fix(module: table): selection reset while page changing. (#236)
* fix: selection
2020-06-19 23:06:33 +08:00
TimChen
24bbc9b1db feat: add skeleton (#234)
* feat: add skeleton
2020-06-19 22:35:49 +08:00
笨木头
ff24e3b143 feat(module: calendar): replace select component, support en-us (#231)
* feat(module: calendar): replace select component, support en-us

* fix(module: calendar): fix card demo style

* refactor(module: calendar): remove debug code
2020-06-17 15:37:32 +08:00
TimChen
648f9c6a6b feat: add collapse component (#226)
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-17 14:26:47 +08:00
James Yeung
c53c0b0525 fix(module: icon): base-address exception #228 (#230) 2020-06-16 16:25:22 +08:00
James Yeung
451bc936fa refactor(module:table): rename ShowPagination to HidePagination (#229) 2020-06-16 14:44:21 +08:00
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
TimChen
d68a2dbb87 feat: add Descriptions component (#224)
* feat: add page-header components

* feat: add page-header components

* feat: add page-header components

* docs: some bugs of PageHeader

* refactor: clean code

* feat: add Descriptions component

* feat: add Descriptions component

* feat: add Descriptions component

* feat: add Descriptions component

* feat: add Descriptions component

* fix: demo

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-15 22:23:08 +08:00
James Yeung
bb6303a839 chore: sync ant-design v4.3.4 (#223) 2020-06-15 00:29:33 +08:00
XuRui
6a52961487 feat: add select component (#222)
* fix: other values may exist in FileAttributes

* feat: add javascript interop for select component

* feat: init select component

* docs: add menu item to select docs

* feat: implement dropdownRender for select component

* docs: init select docs

* fix: remove 3.0 iframe

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-14 18:54:14 +08:00
TimChen
6e74917b43 feat: add page-header component (#211)
* feat: add page-header components

* feat: add page-header components

* feat: add page-header components

* docs: some bugs of PageHeader

* refactor: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-13 00:47:00 +08:00
James Yeung
f73fcaf1b7 refactor: improve document performance (#220) 2020-06-13 00:23:03 +08:00
Brian Ding
0ab1859037 feat(module: carousel): scroll vertically for Left/Right DotPosition (#216) 2020-06-11 23:24:58 +08:00
James Yeung
6c5b1f8b8d fix(module: modal): close icon (#218) 2020-06-11 23:17:26 +08:00
James Yeung
840137bedc feat(module: form): add validate method to form (#217) 2020-06-11 23:11:55 +08:00
笨木头
759c73e0aa feat(module: overlay): add offset parameter (#210)
* feat(module: overlay): add offset parameter

* feat: optimize
2020-06-11 12:28:38 +08:00
笨木头
9bdfaa21f8 feat(module: textarea): support form (#208)
* feat(module: textarea): support form

* fix: clean the code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:56:01 +08:00
Henry.zhang
ab19703301 refactor: demos of icon, steps , tabs (#199)
* refactor: remove md of tabs demo

* feat: add demos of steps

* refactor: tabs demo

* fix: icon

* refactor: tag

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:44:21 +08:00
TimChen
f22f572880 feat: form supports loading state (#202) 2020-06-10 19:13:09 +08:00
Brian Ding
b5d3758e5e feat: upgrade to the new tabs component (#207)
* feat(module: tabs): update tabs header & inker

* feat(module: tabs): update content holder

* feat(module: tabs): update disabled tab pane

* feat(module: tabs): upgrade to component demo

* feat(module: tabs): add operation button

* feat(module: tabs): add operation drop down

* fix(module: tabs): operation visibility

* feat(module: tabs): scroll tab bar

* fix: remove button and extra content

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 13:34:51 +08:00
大风
a377fe747c feat: add component statistic (#205)
* feat: add-Statistic

* refactor: generic type

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-09 23:47:50 +08:00
zxyao
015ee9f928 fix(module: modal): fix event not responding #203 (#204) 2020-06-08 22:37:54 +08:00
zxyao
b4789caa26 fix: drawer unresponsive In the WASM (#201) 2020-06-08 09:54:39 +08:00
James Yeung
9809718fca chore: sync ant-design v4.3.3 (#200) 2020-06-08 00:25:46 +08:00
James Yeung
beec5c2918 fix(module: spin): loading delay (#198) 2020-06-07 21:34:43 +08:00
Henry.zhang
f9b615c2ca feat: add more demos (#197)
...for affix,back-top,breadcrumb,card,divider,typogragpy and timeline

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 19:41:00 +08:00