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