Commit Graph

423 Commits

Author SHA1 Message Date
Henry.zhang
ef22dd5a1b feat: add mentions component (#286)
* feat: add mentions component

* fix: update with z-index

* feat: new mention components (unfinished)

* fix: show chinese letter for affix and tree

* refactor: clean code

* fix: the display position of the dropdown is consistent with the cursor

* fix: mistakes

Co-authored-by: ElderJames <shunjiey@hotmail.com>
Co-authored-by: zxyao <zxyao145@gmail.com>
2020-07-11 01:46:35 +08:00
chaldea
b8715bdd55 feat(module: step): support for template (#342) 2020-07-11 00:23:17 +08:00
James Yeung
726cff7a72 feat(module: table): support paging selection (#341)
* refactor: selection

* feat: add table datasource cache

* feat: support paging selection

* refactor: clean code

* fix: two-way binding for selecteditems
2020-07-10 17:57:20 +08:00
Dylan R. E. Moonfire
a2711efb8a fix(module: grid): fixed using size (xs, sm, etc) span with offset (#343)
- Spans were not use emitting when using `Xs={ Span = 3 }`.
2020-07-10 17:35:07 +08:00
James Yeung
e9fb85175b docs: replace algolia config items (#338) 2020-07-09 16:13:09 +08:00
Kieran Coldron
37be19ffea feat: add algolia search (#271)
* feat: add algolia search
fix: component url with # at the end causing a crash

* refactor:  seperate docsearch to seperate js file for code reuse

* fix: reorder css stylesheet so that search style is overwritten
fix: clean up mainlayout a bit
2020-07-09 14:20:29 +08:00
Kieran Coldron
daf05d6832 DocScrape action (#328)
* Create docsearch.yml

* Create algolia-config.json

* Update docsearch.yml

* Update docsearch.yml

* change action on schedule

Would end up being ran multiple times on push, algolia scrapes once a day so makes more sense
2020-07-09 10:33:26 +08:00
Henry.zhang
ff048780fa fix(module: tabs) failure of the activekey (#332)
* fix:  bugs in tabs, which set activekey invaild

* fix: udpate the demo with activekey
2020-07-08 23:01:00 +08:00
James Yeung
715149e21f feat(module: table): sortable (#319)
* feat(module: table): add sorter

* feat: add sorter tooltip

* feat: add table change event
2020-07-08 16:12:49 +08:00
Henry.zhang
5f4af8fce8 fix(module: button): click animating (#310)
* feat: add animating for button component when mouseup event fired

* refactor: animating ? true : false replaced

* fix: wrong color of animating in danger mode for button component

* fix:  reload timer when DelayElapsed。

* fix: replace timer with Task.run

* fix: bugs in button demo

* refactor: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-07 22:45:13 +08:00
Brian Ding
b9e719db04 fix(module: slider): event OnAfterChange fires incorrectly (#303) 2020-07-07 22:30:58 +08:00
TimChen
a7253af7c8 fix: fix the form binding value bug (#324) 2020-07-07 19:13:34 +08:00
笨木头
f11fd0e103 refactor: improve input and textarea (#317) 2020-07-07 12:44:10 +08:00
Meeleem
bef19775a8 fix(module: table): crush without selection column (#316) 2020-07-06 19:21:03 +08:00
Kieran Coldron
d97e26ffce feat: allow clearing datepicker view (#313)
* feat: allow clearing date view
fix: some styling regarding range pickers

* fix: remove typo from overlay class
2020-07-06 19:09:01 +08:00
TimChen
88860d3702 fix: input and textarea bug (#308) 2020-07-06 14:33:28 +08:00
James Yeung
60ac146ba8 chore: sync ant-design v4.4.1 (#314) 2020-07-06 14:12:11 +08:00
James Yeung
e19d09fd96 feat(module: table): support string formatting for field columns (#311) 2020-07-05 00:09:53 +08:00
James Yeung
169b91e7d5 refactor(module: statistic): simplify format string for countdown (#309)
* refactor(module: statistic): simplify format string for countdown

* fix: wrong namespace
2020-07-05 00:08:33 +08:00
笨木头
50cff77019 feat: improve range picker (#306)
* feat: improve range picker

* fix: error style when selecting two dates in the same month
2020-07-05 00:06:34 +08:00
James Yeung
2de927a0d1 refactor: reduce dependence (#301) 2020-07-03 13:37:40 +08:00
Henry.zhang
e5fb98d09f fix(module: button): styles and demos (#300)
* fix: bugs in button, it dimension will be chaned when click on it

* fix: button style and demos

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-02 23:20:16 +08:00
James Yeung
9730d73cf4 fix(module: table): refresh when datasource is changed (#298)
* fix(module: table): refresh when datasource is changed
2020-07-02 20:30:01 +08:00
TimChen
7cc424c0f0 fix(module: drawer): OnOpen null check (#295)
* fix: drawer OnOpen bull

* Update DrawerTemplate.razor.cs
2020-07-02 17:36:54 +08:00
Meeleem
bd9d06b7be fix(module: upload) : upload crush in firefox (#296)
* fix (module: upload): firefox upload

* fix (module: upload): firefox upload

* fix(module: upload): button ref

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-02 14:08:51 +08:00
Henry.zhang
dccee0fddc fix: bugs for issues #292 (#293) 2020-07-02 07:50:27 +08:00
James Yeung
30dc4db99b chore: sync ant-design v4.4.0 (#277) 2020-07-01 21:38:23 +08:00
James Yeung
781c7c09e5 chore: update versions for release 0.1.0 and development of 0.2.0 (#289)
* docs: update version 0.1.0

* chore: update versions for development of 0.2.0
2020-07-01 10:24:37 +08:00
Zhuangkh
ed33317c9e feat: add popconfirm (#288) 2020-07-01 07:08:21 +08:00
Meeleem
1c90ee0333 feat: add upload component (#276)
* fix: fix invalid parameter "StrokeWidth"

* feat(module: upload): Classic file upload
经典模式文件上传功能

* fix( module: upload): fix Ext attribute, delete 'done' file function

* docs(module: upload): Demo and doc

* fix (file: interop.ts):  Indent changed to 2 characters

* fix: menu

* fix: delete md files

* fix: docs

* feat (module: upload): DefaultFileList

* refactor: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-01 06:49:51 +08:00
笨木头
4f08ece618 refactor(module: col): optimize performance (#285)
* refactor(module: col): optimize performance

* refactor: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 22:41:00 +08:00
笨木头
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
ElderJames
2a64503399 chore: fix static file compile for release ci (#272) 2020-06-29 11:29:13 +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
James Yeung
cc06bb2932 chore: add release ci (#267) 2020-06-29 00:00:10 +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
Kieran Coldron
54e2cdaa84 docs: fix docs path in debug build (#253)
The current WorkingDirectory is set to $(SolutionDir) whilst $(SolutionDir)docs results in ../../docs
2020-06-27 15:28:05 +08:00