Commit Graph

316 Commits

Author SHA1 Message Date
James Yeung
b257d17844 fix(module: cascader): crashes when options is null (#572) 2020-09-05 16:11:42 +08:00
zxyao
88a26ac583 fix(module: modal&drawer): body scroll bar does not respond correctly (#573) 2020-09-05 16:09:58 +08:00
James Yeung
5e63c10d6e fix(module: statistic): there is no title but the element is rendered (#569) 2020-09-05 00:51:50 +08:00
yxw
8438b1aaab feat: add text keyboard parameter,and update demo (#566) 2020-09-04 11:24:50 +08:00
Diego Frata
4fb04f401d fix(module: button): allows type and shape to change (#564) 2020-09-03 06:02:30 +08:00
James Yeung
716785b6b2 fix(module: upload): fileList can't be refreshed while it was changed (#561) 2020-09-02 15:15:59 +08:00
TimChen
2e9b89f3e5 fix: modal button sort (#553)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-02 14:56:20 +08:00
James Yeung
af781d51c6 fix(module: upload): files that aren't pictures can't be downloaded (#560) 2020-09-02 10:31:21 +08:00
James Yeung
a4e4d6f556 refactor: get PropertyInfo from expression (#559) 2020-09-01 17:23:31 +08:00
James Yeung
56ab40ba2c fix(module: carousel): make carousel responsive (#558) 2020-09-01 13:49:31 +08:00
James Yeung
e3bb43a3ff fix(module: checkbox): options.value works incorrectly (#554) 2020-08-31 23:41:33 +08:00
James Yeung
47ad157c8b refactor: make the extensions class for HttpClient internal (#549)
* refactor: make httpclient extensions internal

* fix: set property name case-Insensitive
2020-08-31 15:59:47 +08:00
TimChen
3d23cfd5c1 fix(module: pageheader): onback icon (#544)
* feat: fix pageheader onbackicon

* docs: pageheader doc

* docs: pageheader

* fix: anchor _flatLinks is null bug

* fix: custom icon

* fix: custom icon and statictic value converting

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-31 11:51:11 +08:00
James Yeung
fdbb825910 fix(module: input): composition event conflict (#542)
Co-authored-by: 笨木头 <musicvs@163.com>
2020-08-28 14:04:46 +08:00
James Yeung
a6219ab0bd fix(module: menu): can't open submenu while sider is collapsed (#539) 2020-08-28 13:51:01 +08:00
James Yeung
e249eaa25f fix(module: statistic): separate decimal incorrectly (#538) 2020-08-28 00:13:54 +08:00
bingbingtalk
6ce885667e fix(module: menu): submenu was closed when router active (#535)
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-26 23:18:49 +08:00
TimChen
f09e71ba06 feat: auto complete refactor (#529)
* feat: auto complete refactor

* feat: autocomplete Refactor

* feat: autocomplete property

* feat: autocomplate

* feat: autocomplete

* feat: autocomplete

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-26 22:37:08 +08:00
Brian Ding
77af5a3dc7 refactor(JS Interop): reuse the global event listener (#466)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-26 11:13:36 +08:00
zxyao
ec6886ae24 feat(module: modal): support draggable (#523)
* feat(module: modal): allow drag Modal

* feat(module: demo): add draggable modal demo

* fix(module: modal): support reset position on show in draggable mode

* fix: width error when modal close immediately after opening

* docs: change demo order of Modal compontent

* fix: modal reset to antd style when close immediately after opening

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-26 07:28:44 +08:00
James Yeung
07747546ce fix(module: steps): incorrect activation and clickable (#530) 2020-08-23 21:20:29 +08:00
笨木头
933d67f474 fix: submenu could not open when switch mode (#527)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-23 17:33:53 +08:00
James Yeung
91b6e0efcc chore: sync ant-design v4.6.0 (#524) 2020-08-23 16:06:08 +08:00
James Yeung
b2231305f2 fix(module: checkbox): default value for options (#525) 2020-08-23 14:38:24 +08:00
zxyao
84a3b742c2 feat(module: modal): support getting the result from confirm (#476)
* feat(module: confirm): support blocking to get the result of confirm

* refactor: change modalservice Confirm return value,add ConfirmAsync FUNC

* feat: add ConfirmService

* fix: button text

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-22 09:24:55 +08:00
James Yeung
a91a5d6644 fix(module: sider): can't collapse in demo (#513) 2020-08-18 18:05:44 +08:00
Henry.zhang
4e0a3028bb fix: get the icon list of application icons from existed IconServices (#506)
* feat: get the icon list of application icons from existed IconServices

* fix:  iconlist always is loading issue
2020-08-16 22:51:24 +08:00
笨木头
e42aa8aeb7 feat(module: range-picker): support form (#496)
* feat(module: range-picker): support form

* fix(module: range-picker): has no default value in from

* fix: picker's close behaviour and range arrow's style is wrong

* feat(module: datepicker): change placeholder on mouse over

* style(module: datepicker): adjust range arrow

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-14 12:43:48 +08:00
Henry.zhang
7b31935f74 docs: add icon list (#478)
* feat: add icon list for demo page of icon

* feat: add copy function for icon list

* feat: get existed icon

* feat: remove some blanks in list.razor

* feat: remove some blanks

* fix: default value is outline for icon list

* fix: click to copy for icon list

* feat: add async to load icon list

* feat: update iconlistService

* chore: update icons

* fix: icon load async

* feat: add application icons in IconlistServices

* fix: remove the exist icon from existed catogory if duplicated

* fix: add @key for list items

* fix: revert the change

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-14 07:13:28 +08:00
James Yeung
81cce2a2d5 fix(module: radio): disabled in radio group doesn't work (#503) 2020-08-13 23:32:51 +08:00
James Yeung
9b0f95ef3a fix(module: alert): close motion 'Smoothly Unmount' (#502)
* fix(module: alert): close motion

* fix: add de
2020-08-13 16:04:58 +08:00
James Yeung
13ee3634a0 chore: sync ant-design v4.5.4 (#499) 2020-08-13 06:43:07 +08:00
chaldea
ce50786311 fix(module: sider): cannot update theme dynamically (#498)
* fix(module: sider): cannot update theme dynamically

* fix(module: sider): update theme dynamically
2020-08-12 14:59:56 +08:00
James Yeung
a4823c49d8 fix(module: tabs): missing evnet callbacks (#497) 2020-08-11 22:26:49 +08:00
James Yeung
bc0f6e7efc fix(module: typography): missing Style property (#494) 2020-08-11 17:30:14 +08:00
James Yeung
7e4fb7405b fix(module: table): empty column count and formatter (#493) 2020-08-11 15:27:15 +08:00
James Yeung
914421651b feat(module: list): add OnItemClick event callback for list items (#489)
* feat(module: list): add event callback for list items

* docs: add onitemclick in doc
2020-08-10 23:58:17 +08:00
James Yeung
22bb2b4f25 fix: ignore wwwroot for copying .less source files (#490) 2020-08-10 23:38:26 +08:00
James Yeung
d84300651d fix(module: table): formatting with nullable type for table column (#487) 2020-08-10 16:05:50 +08:00
Kieran Coldron
853ba18649 feat(module: badge): add badge ribbon (#484)
* feat: badge ribbon

* fix: demo for ribbon

* docs: add chinese api doc for ribbon

* fix: scroll number style

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-08-10 14:21:24 +08:00
James Yeung
c18d61df72 chore: sync ant-design v4.5.3 (#480) 2020-08-10 11:28:52 +08:00
Kieran Coldron
0420ae26dd feat(module: steps): add progress step (#468)
* feat: add progress step

* docs: add demos

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-08 11:44:21 +08:00
zxyao
79b3440a41 fix(module: message): remove the last message DOM after message disappears (#467) 2020-08-06 23:14:41 +08:00
Dragos Morar
e713b6e9c1 feat(module: carousel): add slick navigation methods (#461) (#462)
* feat(module:carousel): add new methods (#461)

* feat(module:carousel): add demo (#461)

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-06 13:45:42 +08:00
Diego Frata
15f9d942df build(gulp): add .less source files as part of the output (#457)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-05 17:57:06 +08:00
Diego Frata
6662870ac8 test(button): add some button tests (#460)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-05 17:06:14 +08:00
Diego Frata
4ced9a3d16 fix(module:date-picker): fix inability to select new start date (#458) (#459) 2020-08-05 07:47:32 +08:00
chaldea
e6edefebc0 feat(module: drawer): add parameter handler (#455) 2020-08-04 18:49:04 +08:00
James Yeung
6b50a4b35f docs: fix styles (#454) 2020-08-04 15:10:29 +08:00
James Yeung
ce6ac9c2d6 chore: sync ant-design v4.5.2 (#451) 2020-08-03 12:42:59 +08:00