Skip to content

Commit 2d57173

Browse files
committed
Update PublicApiTest.PublicApiHasNotChanged.verified.txt
1 parent 69d7808 commit 2d57173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/LoreSoft.Blazor.Controls.Tests/Snapshots/PublicApiTest.PublicApiHasNotChanged.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ namespace LoreSoft.Blazor.Controls
939939
public static System.Threading.Tasks.Task<bool> Alert(this LoreSoft.Blazor.Controls.ModalService modalService, string message, string title = "Alert", LoreSoft.Blazor.Controls.ModalVariant type = 0, string primaryAction = "OK") { }
940940
public static System.Threading.Tasks.Task<LoreSoft.Blazor.Controls.IModalReference> AlertModal(this LoreSoft.Blazor.Controls.ModalService modalService, string message, string title = "Alert", LoreSoft.Blazor.Controls.ModalVariant type = 0, string primaryAction = "OK") { }
941941
public static System.Threading.Tasks.Task<bool> Confirm(this LoreSoft.Blazor.Controls.ModalService modalService, string message, string title = "Confirm", LoreSoft.Blazor.Controls.ModalVariant type = 0, string primaryAction = "OK", string secondaryAction = "Cancel") { }
942+
public static System.Threading.Tasks.Task<bool> ConfirmDelete(this LoreSoft.Blazor.Controls.ModalService modalService, string itemName = "this item") { }
942943
public static System.Threading.Tasks.Task<LoreSoft.Blazor.Controls.IModalReference> ConfirmModal(this LoreSoft.Blazor.Controls.ModalService modalService, string message, string title = "Confirm", LoreSoft.Blazor.Controls.ModalVariant type = 0, string primaryAction = "OK", string secondaryAction = "Cancel") { }
943944
public static System.Threading.Tasks.Task<string?> Prompt(this LoreSoft.Blazor.Controls.ModalService modalService, string message, string title = "Prompt", string defaultValue = "", LoreSoft.Blazor.Controls.ModalVariant type = 0, string primaryAction = "OK", string secondaryAction = "Cancel") { }
944945
public static System.Threading.Tasks.Task<LoreSoft.Blazor.Controls.IModalReference> PromptModal(this LoreSoft.Blazor.Controls.ModalService modalService, string message, string title = "Prompt", string defaultValue = "", LoreSoft.Blazor.Controls.ModalVariant type = 0, string primaryAction = "OK", string secondaryAction = "Cancel") { }

0 commit comments

Comments
 (0)