ant-design-blazor/site
zxyao ef4701b6ed refactor(module: modal): refactor the code of Modal, Confirm (#914)
* refactor(module: modal): refactor the code of Modal, Confirm and Dialog

refactor details:
- Add DialogWrapper compontent to control the logic of dialog removal from DOM
- Add the appropriate folders for Dialog, Modal, and Confirm
- Remove methods with the same logic but different names in ConfirmService
- Split Title into Title (string) and Titletemplate (renderfragment)
- Add comments to code
- Rename ConfirmDialog to Confirm
- Specification of method name in ConfirmService
- Adjust the time of throttle function for draggabe modal
- Extract the common part of ModalOptions, ConfirmOptions and DialogOptions as DialogOptionsBase

* refactor: move DefaultCloseIcon etc. static members to DialogOptionsBase

* docs(module: modal): update docs

* fix: dialog incorrect waiting

* fix: pickup missing pr/7
2020-12-26 21:39:04 +08:00
..
AntBlazor.Docs refactor(module: modal): refactor the code of Modal, Confirm (#914) 2020-12-26 21:39:04 +08:00
AntDesign.Docs.Build.CLI chore: add .NET 5 target framework to all projects (#758) 2020-11-14 23:44:48 +08:00
AntDesign.Docs.Server chore: add .NET 5 target framework to all projects (#758) 2020-11-14 23:44:48 +08:00
AntDesign.Docs.Wasm chore: add .NET 5 target framework to all projects (#758) 2020-11-14 23:44:48 +08:00
AntDesign.Docs.WasmHost chore: add .NET 5 target framework to all projects (#758) 2020-11-14 23:44:48 +08:00
Shared feat: add overview (#425) 2020-07-28 11:15:41 +08:00