ant-design-blazor/components/modal/config
zxyao 6bf817d1ea feat(module: modal): support creating Modal dialog from ModalService (#676)
* refactor: change the name of ModalRef to ConfirmRef

in order to create a Modal dialog in service mode

BREAKING CHANGE: all using of ModalRef must rename to ConfirmRef

* refactor: chang the name of ModalTemplate to ConfirmTemplate

in order to create a Modal dialog in service mode

BREAKING CHANGE: all using of ModalTemplate must rename to ConfirmTemplate

* feat(module: modal): support creating Modal dialog from ModalService

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-10-14 15:09:11 +08:00
..
ButtonProps.cs feat(module: modal): support getting the result from confirm (#476) 2020-08-22 09:24:55 +08:00
ConfirmButtonOptions.cs feat(module: modal): support getting the result from confirm (#476) 2020-08-22 09:24:55 +08:00
ConfirmOptions.cs fix(module: confirm): cannot config confirm width (#651) (#654) 2020-09-28 23:46:27 +08:00
DialogOptions.cs feat(module: modal): support draggable (#523) 2020-08-26 07:28:44 +08:00
IModalTemplate.cs feat(module: modal): support template component (#345) 2020-07-12 23:19:55 +08:00
ModalClosingEventArgs.cs feat(module: modal): support template component (#345) 2020-07-12 23:19:55 +08:00
ModalOptions.cs feat(module: modal): support creating Modal dialog from ModalService (#676) 2020-10-14 15:09:11 +08:00