feat(centralui): DialogHost ShowAsync<T> custom-content + focus trap/restore + backdrop hook (T33a)
This commit is contained in:
+6
@@ -289,5 +289,11 @@ public class NotificationReportDetailModalTests : BunitContext
|
||||
public Task<string?> PromptAsync(
|
||||
string title, string label, string initialValue = "", string? placeholder = null)
|
||||
=> Task.FromResult<string?>(null);
|
||||
|
||||
public Task<TResult?> ShowAsync<TResult>(
|
||||
string title,
|
||||
Microsoft.AspNetCore.Components.RenderFragment<DialogContext<TResult>> body,
|
||||
string? size = null)
|
||||
=> Task.FromResult<TResult?>(default);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user