ant-design-blazor/components/core/JsInterop
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
..
EventArg refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
modules refactor(module: modal): refactor the code of Modal, Confirm (#914) 2020-12-26 21:39:04 +08:00
DomEventService.cs fix(module: slider): cannot slide (#653) 2020-09-28 16:44:11 +08:00
DomEventSubscription.cs fix(module: slider): cannot slide (#653) 2020-09-28 16:44:11 +08:00
DomRect.cs refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
Element.cs fix: modal box randomly closed when multiple mouse click performed within it (#696) (#715) 2020-10-25 19:21:36 +08:00
interop.ts fix(module: select): the behavior when Overlay is disabled. Remove clear icon when Select is disabled (#847) 2020-12-03 12:28:02 +08:00
InteropService.cs fix(hosting): server prerendering issue (#583) 2020-09-09 00:52:14 +08:00
JSInteropConstants.cs fix(module: select): the behavior when Overlay is disabled. Remove clear icon when Select is disabled (#847) 2020-12-03 12:28:02 +08:00
Window.cs refactor: layout and mock-browser (#184) 2020-06-03 23:11:02 +08:00