zxyao
31aac9f914
refactor: unified use of FeedbackComponent for modal comfirm and drawer ( #1263 )
...
* refactor: support to use the same template for confirm and modal
* refactor: support to use the same template for drawer
* refactor: separate interface IOkCancelRef
* chore: modify EventUtil class summary
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-04 15:40:54 +08:00
TimChen
a2e4bc4ef3
feat: simplify drawer calling method ( #657 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-10 22:19:15 +08:00
zxyao
0c90ef19d7
fix: await with null propagation system null referenceexception ( #663 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-09 11:32:32 +08:00
TimChen
19f51c87fa
fix(module: drawer): close event bug ( #599 )
...
* fix: drawer close event bug
* refactor: translate some comments
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-09-16 19:42:48 +08:00
zxyao
f509117d02
fix(module: drawer): merge oncancel and onclose ( #522 ) ( #547 )
...
* fix(module: drawer): merge oncancel and onclose (#522 )
* docs: update drawer docs
* fix: drawer service cannot catch onclose on 'x' clicked
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-09-09 11:33:41 +08:00
TimChen
1877592211
feat(module: modal): support template component ( #345 )
...
* feat: modal support template
* feat: modal update
* feat: modal update
* feat: modal update
* feat: modal update
* docs: fix ci
* fix: demo title
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-12 23:19:55 +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
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