18 references to InteractionsInputDialog
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
243openDialog = dialogService => dialogService.ShowDialogAsync<InteractionsInputDialog>(vm, dialogParameters);
Aspire.Dashboard.Components.Tests (17)
Dialogs\InteractionsInputDialogTests.cs (17)
63await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Inputs" }); 125await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Artifact" }); 195await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Required inputs" }); 250await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Required input" }); 318await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters 337await dialogService.ShowDialogAsync<InteractionsInputDialog>(CreateSecretTextViewModel(), new DialogParameters 381await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Input state" }); 418await dialogService.ShowDialogAsync<InteractionsInputDialog>(CreateSecretTextViewModel(), new DialogParameters 453await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters 484await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 510await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 536await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 582await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters { Title = "Choose a color" }); 607await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters 629await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters 667await dialogService.ShowDialogAsync<InteractionsInputDialog>(viewModel, new DialogParameters 713builder.AddChildContent<InteractionsInputDialog>(childBuilder =>