|
#pragma checksum "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "b9f849774edb7c0035a171ee8c5d7adf0dbf547ee34ee6d4cbc7ad05bab27f74"
// <auto-generated/>
#pragma warning disable 1591
namespace Aspire.Dashboard.Components.Pages
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,28) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using System.Net.Http.Json
#nullable disable
;
#nullable restore
#line (3,2)-(3,39) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.Authentication
#nullable disable
;
#nullable restore
#line (4,2)-(4,35) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.Extensions
#nullable disable
;
#nullable restore
#line (5,2)-(5,42) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.Components.Resize
#nullable disable
;
#nullable restore
#line (6,2)-(6,57) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.AspNetCore.Authentication.OpenIdConnect
#nullable disable
;
#nullable restore
#line (7,2)-(7,42) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.AspNetCore.Authorization
#nullable disable
;
#nullable restore
#line (8,2)-(8,53) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Authorization
#nullable disable
;
#nullable restore
#line (9,2)-(9,45) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (10,2)-(10,47) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (11,2)-(11,43) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (12,2)-(12,58) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web.Virtualization
#nullable disable
;
#nullable restore
#line (13,2)-(13,48) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.FluentUI.AspNetCore.Components
#nullable disable
;
#nullable restore
#line (14,2)-(14,62) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Icons = Microsoft.FluentUI.AspNetCore.Components.Icons
#nullable disable
;
#nullable restore
#line (15,2)-(15,27) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (16,2)-(16,24) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard
#nullable disable
;
#nullable restore
#line (17,2)-(17,35) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.Components
#nullable disable
;
#nullable restore
#line (18,2)-(18,44) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.Components.Controls
#nullable disable
;
#nullable restore
#line (19,2)-(19,42) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.Components.Layout
#nullable disable
;
#nullable restore
#line (20,2)-(20,30) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.Model
#nullable disable
;
#nullable restore
#line (21,2)-(21,38) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Aspire.Dashboard.ServiceClient
#nullable disable
;
#nullable restore
#line (22,2)-(22,41) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
using Microsoft.Extensions.Localization
#nullable disable
;
#nullable restore
#line (2,2)-(2,30) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
using Aspire.Dashboard.Utils
#nullable disable
;
#line default
#line hidden
#nullable restore
#line (25,12)-(25,74) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\_Imports.razor"
[Authorize(Policy = FrontendAuthorizationDefaults.PolicyName)]
#line default
#line hidden
#nullable disable
#nullable restore
#line (4,12)-(4,28) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
[AllowAnonymous]
#line default
#line hidden
#nullable disable
[global::Microsoft.AspNetCore.Components.LayoutAttribute(typeof(
#nullable restore
#line (3,9)-(3,20) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
EmptyLayout
#line default
#line hidden
#nullable disable
))]
[global::Microsoft.AspNetCore.Components.RouteAttribute(
// language=Route,Component
#nullable restore
#line (1,7)-(1,15) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
"/login"
#line default
#line hidden
#nullable disable
)]
#nullable restore
public partial class Login : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Web.PageTitle>(0);
__builder.AddAttribute(1, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
__builder2.OpenComponent<global::Aspire.Dashboard.Components.ApplicationName>(2);
__builder2.AddComponentParameter(3, nameof(global::Aspire.Dashboard.Components.ApplicationName.
#nullable restore
#line (7,29)-(7,41) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
ResourceName
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.String>(
#nullable restore
#line (7,44)-(7,87) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
nameof(Dashboard.Resources.Login.PageTitle)
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(4, nameof(global::Aspire.Dashboard.Components.ApplicationName.
#nullable restore
#line (7,89)-(7,92) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Loc
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.Extensions.Localization.IStringLocalizer>(
#nullable restore
#line (7,95)-(7,98) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Loc
#line default
#line hidden
#nullable disable
));
__builder2.CloseComponent();
}
));
__builder.CloseComponent();
__builder.AddMarkupContent(5, "\r\n\r\n");
__builder.OpenElement(6, "div");
__builder.AddAttribute(7, "class", "token-backdrop");
__builder.AddAttribute(8, "b-vvtvglsdza");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.EditForm>(9);
__builder.AddComponentParameter(10, nameof(global::Microsoft.AspNetCore.Components.Forms.EditForm.
#nullable restore
#line (10,15)-(10,26) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
EditContext
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.Forms.EditContext>(
#nullable restore
#line (10,29)-(10,40) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
EditContext
#line default
#line hidden
#nullable disable
));
__builder.AddComponentParameter(11, nameof(global::Microsoft.AspNetCore.Components.Forms.EditForm.
#nullable restore
#line (10,42)-(10,55) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
OnValidSubmit
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::Microsoft.AspNetCore.Components.Forms.EditContext>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.AspNetCore.Components.Forms.EditContext>(this,
#nullable restore
#line (10,58)-(10,69) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
SubmitAsync
#line default
#line hidden
#nullable disable
)));
__builder.AddComponentParameter(12, nameof(global::Microsoft.AspNetCore.Components.Forms.EditForm.
#nullable restore
#line (10,71)-(10,79) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
FormName
#line default
#line hidden
#nullable disable
), "token_validation");
__builder.AddAttribute(13, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment<global::Microsoft.AspNetCore.Components.Forms.EditContext>)((context) => (__builder2) => {
__builder2.OpenComponent<global::Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator>(14);
__builder2.CloseComponent();
__builder2.AddMarkupContent(15, "\r\n ");
__builder2.OpenElement(16, "div");
__builder2.AddAttribute(17, "class", "token-form-container");
__builder2.AddAttribute(18, "b-vvtvglsdza");
__builder2.OpenElement(19, "div");
__builder2.AddAttribute(20, "class", "token-logo");
__builder2.AddAttribute(21, "b-vvtvglsdza");
__builder2.OpenComponent<global::Aspire.Dashboard.Components.Controls.AspireLogo>(22);
__builder2.AddComponentParameter(23, nameof(global::Aspire.Dashboard.Components.Controls.AspireLogo.
#nullable restore
#line (14,29)-(14,35) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Height
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Int32>(
#nullable restore
#line (14,37)-(14,40) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
128
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(24, nameof(global::Aspire.Dashboard.Components.Controls.AspireLogo.
#nullable restore
#line (14,42)-(14,47) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Width
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Int32>(
#nullable restore
#line (14,49)-(14,52) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
128
#line default
#line hidden
#nullable disable
));
__builder2.CloseComponent();
__builder2.CloseElement();
__builder2.AddMarkupContent(25, "\r\n ");
__builder2.OpenElement(26, "div");
__builder2.AddAttribute(27, "class", "token-entry-container");
__builder2.AddAttribute(28, "b-vvtvglsdza");
__builder2.OpenElement(29, "div");
__builder2.AddAttribute(30, "class", "token-entry-header");
__builder2.AddAttribute(31, "b-vvtvglsdza");
__builder2.OpenElement(32, "h1");
__builder2.AddAttribute(33, "b-vvtvglsdza");
__builder2.OpenComponent<global::Aspire.Dashboard.Components.ApplicationName>(34);
__builder2.AddComponentParameter(35, nameof(global::Aspire.Dashboard.Components.ApplicationName.
#nullable restore
#line (18,42)-(18,54) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
ResourceName
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.String>(
#nullable restore
#line (18,57)-(18,97) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
nameof(Dashboard.Resources.Login.Header)
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(36, nameof(global::Aspire.Dashboard.Components.ApplicationName.
#nullable restore
#line (18,99)-(18,102) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Loc
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.Extensions.Localization.IStringLocalizer>(
#nullable restore
#line (18,105)-(18,108) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Loc
#line default
#line hidden
#nullable disable
));
__builder2.CloseComponent();
__builder2.CloseElement();
__builder2.CloseElement();
__builder2.AddMarkupContent(37, "\r\n ");
__builder2.OpenElement(38, "div");
__builder2.AddAttribute(39, "class", "token-entry");
__builder2.AddAttribute(40, "b-vvtvglsdza");
__builder2.OpenComponent<global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField>(41);
__builder2.AddComponentParameter(42, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.
#nullable restore
#line (25,61)-(25,63) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Id
#line default
#line hidden
#nullable disable
), "token-text-field");
__builder2.AddComponentParameter(43, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.
#nullable restore
#line (26,38)-(26,49) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Placeholder
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.String>(
#nullable restore
#line (26,52)-(26,111) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Loc[nameof(Dashboard.Resources.Login.TextFieldPlaceholder)]
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(44, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.
#nullable restore
#line (27,38)-(27,51) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
TextFieldType
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.FluentUI.AspNetCore.Components.TextFieldType?>(
#nullable restore
#line (27,53)-(27,75) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
TextFieldType.Password
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(45, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.
#nullable restore
#line (27,77)-(27,89) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
AutoComplete
#line default
#line hidden
#nullable disable
), "one-time-code");
__builder2.AddComponentParameter(46, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.
#nullable restore
#line (27,106)-(27,111) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Class
#line default
#line hidden
#nullable disable
), "token-entry-text");
__builder2.AddComponentParameter(47, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.
#nullable restore
#line (27,131)-(27,140) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Immediate
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Boolean>(
#nullable restore
#line (27,142)-(27,146) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
true
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(48, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.
#nullable restore
#line (25,89)-(25,94) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Value
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.String>(
#nullable restore
#line (25,96)-(25,112) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
_formModel.Token
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(49, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueChanged), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::System.String>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::System.String>(this, global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.CreateInferredEventCallback(this, __value => _formModel.Token = __value, _formModel.Token))));
__builder2.AddComponentParameter(50, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField.ValueExpression), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.Expressions.Expression<global::System.Func<global::System.String>>>(() => _formModel.Token));
__builder2.AddComponentReferenceCapture(51, (__value) => {
#nullable restore
#line (25,44)-(25,59) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
_tokenTextField
#line default
#line hidden
#nullable disable
= (global::Microsoft.FluentUI.AspNetCore.Components.FluentTextField)__value;
}
);
__builder2.CloseComponent();
__builder2.CloseElement();
__builder2.AddMarkupContent(52, "\r\n ");
__builder2.OpenElement(53, "div");
__builder2.AddAttribute(54, "class", "token-validation");
__builder2.AddAttribute(55, "b-vvtvglsdza");
global::__Blazor.Aspire.Dashboard.Components.Pages.Login.TypeInference.CreateFluentValidationMessage_0(__builder2, 56, 57,
#nullable restore
#line (30,51)-(30,73) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
() => _formModel.Token
#line default
#line hidden
#nullable disable
);
__builder2.CloseElement();
__builder2.AddMarkupContent(58, "\r\n ");
__builder2.OpenElement(59, "div");
__builder2.AddAttribute(60, "class", "token-entry-footer");
__builder2.AddAttribute(61, "b-vvtvglsdza");
__builder2.OpenElement(62, "a");
__builder2.AddAttribute(63, "href",
#nullable restore
#line (33,31)-(33,52) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
NavigationManager.Uri
#line default
#line hidden
#nullable disable
);
__builder2.AddAttribute(64, "id", "helpLink");
__builder2.AddAttribute(65, "b-vvtvglsdza");
#nullable restore
#line (33,69)-(33,130) 26 "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
__builder2.AddContent(66, Loc[nameof(Dashboard.Resources.Login.WhereIsMyTokenLinkText)]
#line default
#line hidden
#nullable disable
);
__builder2.CloseElement();
__builder2.AddMarkupContent(67, "\r\n ");
__builder2.OpenComponent<global::Microsoft.FluentUI.AspNetCore.Components.FluentButton>(68);
__builder2.AddComponentParameter(69, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentButton.
#nullable restore
#line (34,35)-(34,45) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Appearance
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.FluentUI.AspNetCore.Components.Appearance?>(
#nullable restore
#line (34,47)-(34,64) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Appearance.Accent
#line default
#line hidden
#nullable disable
));
__builder2.AddComponentParameter(70, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentButton.
#nullable restore
#line (34,66)-(34,70) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Name
#line default
#line hidden
#nullable disable
), "submit-token");
__builder2.AddComponentParameter(71, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentButton.
#nullable restore
#line (34,86)-(34,90) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Type
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.FluentUI.AspNetCore.Components.ButtonType?>(
#nullable restore
#line (34,92)-(34,109) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
ButtonType.Submit
#line default
#line hidden
#nullable disable
));
__builder2.AddAttribute(72, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => {
#nullable restore
#line (34,112)-(34,166) 26 "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
__builder3.AddContent(73, Loc[nameof(Dashboard.Resources.Login.LogInButtonText)]
#line default
#line hidden
#nullable disable
);
}
));
__builder2.CloseComponent();
__builder2.AddMarkupContent(74, "\r\n ");
__builder2.OpenComponent<global::Microsoft.FluentUI.AspNetCore.Components.FluentTooltip>(75);
__builder2.AddComponentParameter(76, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTooltip.
#nullable restore
#line (35,36)-(35,42) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Anchor
#line default
#line hidden
#nullable disable
), "helpLink");
__builder2.AddComponentParameter(77, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentTooltip.
#nullable restore
#line (35,54)-(35,62) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
MaxWidth
#line default
#line hidden
#nullable disable
), "650px");
__builder2.AddComponentParameter(78, "aria-label", "https://go.microsoft.com/fwlink/?linkid=2265718");
__builder2.AddAttribute(79, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => {
__builder3.OpenElement(80, "div");
__builder3.AddAttribute(81, "class", "token-help-container");
__builder3.AddAttribute(82, "b-vvtvglsdza");
__builder3.OpenElement(83, "div");
__builder3.AddAttribute(84, "b-vvtvglsdza");
__builder3.OpenElement(85, "a");
__builder3.AddAttribute(86, "href", "/img/TokenExample.png");
__builder3.AddAttribute(87, "target", "_blank");
__builder3.AddAttribute(88, "b-vvtvglsdza");
__builder3.OpenElement(89, "img");
__builder3.AddAttribute(90, "class", "token-help-image");
__builder3.AddAttribute(91, "src", "/img/TokenExample.png");
__builder3.AddAttribute(92, "alt",
#nullable restore
#line (40,48)-(40,108) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Loc[nameof(Dashboard.Resources.Login.HelpScreenshotAltText)]
#line default
#line hidden
#nullable disable
);
__builder3.AddAttribute(93, "b-vvtvglsdza");
__builder3.CloseElement();
__builder3.CloseElement();
__builder3.CloseElement();
__builder3.AddMarkupContent(94, "\r\n ");
__builder3.OpenElement(95, "div");
__builder3.AddAttribute(96, "b-vvtvglsdza");
__builder3.OpenElement(97, "p");
__builder3.AddAttribute(98, "b-vvtvglsdza");
#nullable restore
#line (44,37)-(44,94) 26 "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
__builder3.AddContent(99, Loc[nameof(Dashboard.Resources.Login.TokenHelpTextLine1)]
#line default
#line hidden
#nullable disable
);
__builder3.CloseElement();
__builder3.AddMarkupContent(100, "\r\n ");
__builder3.OpenElement(101, "p");
__builder3.AddAttribute(102, "b-vvtvglsdza");
#nullable restore
#line (45,37)-(45,94) 27 "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
__builder3.AddContent(103, Loc[nameof(Dashboard.Resources.Login.TokenHelpTextLine2)]
#line default
#line hidden
#nullable disable
);
__builder3.CloseElement();
__builder3.CloseElement();
__builder3.AddMarkupContent(104, "\r\n ");
__builder3.OpenComponent<global::Microsoft.FluentUI.AspNetCore.Components.FluentAnchor>(105);
__builder3.AddComponentParameter(106, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentAnchor.
#nullable restore
#line (47,43)-(47,47) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Href
#line default
#line hidden
#nullable disable
), "https://go.microsoft.com/fwlink/?linkid=2265718");
__builder3.AddComponentParameter(107, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentAnchor.
#nullable restore
#line (47,98)-(47,104) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Target
#line default
#line hidden
#nullable disable
), "_blank");
__builder3.AddComponentParameter(108, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentAnchor.
#nullable restore
#line (48,43)-(48,53) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Appearance
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.FluentUI.AspNetCore.Components.Appearance?>(
#nullable restore
#line (48,55)-(48,75) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Appearance.Hypertext
#line default
#line hidden
#nullable disable
));
__builder3.AddAttribute(109, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder4) => {
#nullable restore
#line (49,34)-(49,89) 27 "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
__builder4.AddContent(110, Loc[nameof(Dashboard.Resources.Login.MoreInfoLinkText)]
#line default
#line hidden
#nullable disable
);
}
));
__builder3.CloseComponent();
__builder3.CloseElement();
}
));
__builder2.CloseComponent();
__builder2.CloseElement();
__builder2.CloseElement();
__builder2.CloseElement();
}
));
__builder.CloseComponent();
__builder.AddMarkupContent(111, "\r\n ");
__builder.OpenElement(112, "div");
__builder.AddAttribute(113, "class", "version-info");
__builder.AddAttribute(114, "b-vvtvglsdza");
#nullable restore
#line (58,10)-(58,48) 26 "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
__builder.AddContent(115, VersionHelpers.DashboardDisplayVersion
#line default
#line hidden
#nullable disable
);
__builder.CloseElement();
__builder.CloseElement();
}
#pragma warning restore 1998
[global::Microsoft.AspNetCore.Components.InjectAttribute] private
#nullable restore
#line (5,9)-(5,52) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
IStringLocalizer<Dashboard.Resources.Login>
#line default
#line hidden
#nullable disable
#nullable restore
#line (5,53)-(5,56) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
Loc
#line default
#line hidden
#nullable disable
{ get; set; }
= default!;
}
}
namespace __Blazor.Aspire.Dashboard.Components.Pages.Login
{
#line hidden
internal static class TypeInference
{
public static void CreateFluentValidationMessage_0<TValue>(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder, int seq, int __seq0, global::System.Linq.Expressions.Expression<global::System.Func<TValue>> __arg0)
{
__builder.OpenComponent<global::Microsoft.FluentUI.AspNetCore.Components.FluentValidationMessage<TValue>>(seq);
__builder.AddComponentParameter(__seq0, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentValidationMessage<TValue>.
#nullable restore
#line (30,46)-(30,49) "D:\a\_work\1\s\src\Aspire.Dashboard\Components\Pages\Login.razor"
For
#line default
#line hidden
#nullable disable
), __arg0);
__builder.CloseComponent();
}
}
}
#pragma warning restore 1591
|